39792a6c39d33437a95d0c56674abff94b31ca62
[gnulib.git] / ChangeLog
1 2008-11-10  Bruno Haible  <bruno@clisp.org>
2
3         * lib/spawni.c (__spawni): Force variable into the stack.
4
5 2008-11-10  Bruno Haible  <bruno@clisp.org>
6
7         Add support for Haiku.
8         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
9         glibc and BeOS, but also on Haiku.
10         * lib/fpurge.c (fpurge): Likewise.
11         * lib/freadable.c (freadable): Likewise.
12         * lib/freadahead.c (freadahead): Likewise.
13         * lib/freading.c (freading): Likewise.
14         * lib/freadptr.c (freadptr): Likewise.
15         * lib/freadseek.c (freadptrinc): Likewise.
16         * lib/fseeko.c (rpl_fseeko): Likewise.
17         * lib/fseterr.c (fseterr): Likewise.
18         * lib/fwritable.c (fwritable): Likewise.
19         * lib/fwriting.c (fwriting): Likewise.
20         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
21
22 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
23
24         * lib/config.charset: Treat Haiku like BeOS.
25
26 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
27
28         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
29         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
30
31 2008-11-08  Bruno Haible  <bruno@clisp.org>
32
33         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
34         AC_CACHE_CHECK.
35
36 2008-11-08  Bruno Haible  <bruno@clisp.org>
37
38         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
39
40 2008-11-08  Bruno Haible  <bruno@clisp.org>
41
42         * tests/test-select-fd.c: New file.
43         * tests/test-select-in.sh: New file.
44         * tests/test-select-out.sh: New file.
45         * tests/test-select-stdin.c: New file.
46         * modules/select-tests (Files): Add the new files.
47         (Depends-on): Add gettimeofday.
48         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
49         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
50         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
51
52 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
53             Bruno Haible  <bruno@clisp.org>
54
55         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
56
57 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
58
59         * build-aux/pmccabe2html: Added support for C++ source files.
60
61 2008-11-05  Ben Pfaff  <blp@gnu.org>
62
63         Fix lib/close.c build on Windows.
64         * modules/close (Files): Add lib/w32sock.h.
65
66 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
67
68         Accept Bison's NEWS format.
69         * build-aux/announce-gen (print_news_deltas): Tweak
70         $re_prefix.
71
72 2008-11-04  Bruno Haible  <bruno@clisp.org>
73
74         * modules/random_r (Maintainer): Add glibc.
75
76 2008-11-04  Simon Josefsson  <simon@josefsson.org>
77
78         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
79         by karl@freefriends.org (Karl Berry).
80         * doc/alloca.texi: Likewise.
81         * doc/c-ctype.texi: Likewise.
82         * doc/c-strcase.texi: Likewise.
83         * doc/c-strcaseeq.texi: Likewise.
84         * doc/c-strcasestr.texi: Likewise.
85         * doc/c-strstr.texi: Likewise.
86         * doc/c-strtod.texi: Likewise.
87         * doc/c-strtold.texi: Likewise.
88         * doc/ctime.texi: Likewise.
89         * doc/error.texi: Likewise.
90         * doc/fdl.texi: Likewise.
91         * doc/gcd.texi: Likewise.
92         * doc/getdate.texi: Likewise.
93         * doc/gnulib-intro.texi: Likewise.
94         * doc/gnulib-tool.texi: Likewise.
95         * doc/gnulib.texi: Likewise.
96         * doc/inet_ntoa.texi: Likewise.
97         * doc/maintain.texi: Likewise.
98         * doc/make-stds.texi: Likewise.
99         * doc/quote.texi: Likewise.
100         * doc/regexprops-generic.texi: Likewise.
101         * doc/standards.texi: Likewise.
102         * doc/verify.texi: Likewise.
103         * doc/visibility.texi: Likewise.
104         * doc/gnulib.texi (GNU Free Documentation License): Include
105         fdl-1.3.texi instead of fdl.texi.
106
107 2008-11-04  Simon Josefsson  <simon@josefsson.org>
108
109         * doc/fdl-1.3.texi: New file, from
110         <http://www.gnu.org/licenses/fdl-1.3.texi>.
111         * modules/fdl-1.3: Add.
112         * MODULES.html.sh: Add fdl-1.3.
113
114 2008-11-03  Bruno Haible  <bruno@clisp.org>
115
116         Make determination of absolute name of header file work with AIX xlc.
117         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
118         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
119         preprocessing.
120         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
121         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
122
123 2008-11-03  Simon Josefsson  <simon@josefsson.org>
124
125         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
126         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
127         <ludo@gnu.org>.
128
129 2008-11-02  Bruno Haible  <bruno@clisp.org>
130
131         Mark 'strpbrk' obsolete.
132         * modules/strpbrk (Status, Notice): New sections.
133         * modules/strtok_r (Depends-on): Add strpbrk.
134
135 2008-11-02  Bruno Haible  <bruno@clisp.org>
136
137         Mark 'strdup' obsolete.
138         * modules/strdup (Status, Notice): New sections.
139         * modules/findprog (Depends-on): Add strdup.
140         * modules/getaddrinfo (Depends-on): Likewise.
141         * modules/localename (Depends-on): Likewise.
142         * modules/relocatable-lib (Depends-on): Likewise.
143         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
144         * modules/relocatable-prog (Depends-on): Likewise.
145         * modules/trim (Depends-on): Likewise.
146         * modules/unictype/gen-ctype (Depends-on): Likewise.
147         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
148
149 2008-11-02  Bruno Haible  <bruno@clisp.org>
150
151         Mark 'strcspn' obsolete.
152         * modules/strcspn (Status, Notice): New sections.
153
154 2008-11-02  Bruno Haible  <bruno@clisp.org>
155
156         Mark 'rmdir' obsolete.
157         * modules/rmdir (Status, Notice): New sections.
158         * modules/clean-temp (Depends-on): Add rmdir.
159         * modules/openat (Depends-on): Likewise.
160
161 2008-11-02  Bruno Haible  <bruno@clisp.org>
162
163         Mark 'raise' obsolete.
164         * modules/raise (Status, Notice): New sections.
165         (Include): Specify <signal.h>.
166         * modules/stdio (Depends-on): Add raise.
167         * modules/write (Depends-on): Likewise.
168
169 2008-11-02  Bruno Haible  <bruno@clisp.org>
170
171         Mark 'memset' obsolete.
172         * modules/memset (Status, Notice): New sections.
173
174 2008-11-02  Bruno Haible  <bruno@clisp.org>
175
176         Mark 'memmove' obsolete.
177         * modules/memmove (Status, Notice): New sections.
178         * modules/argp (Depends-on): Add memmove.
179         * modules/argz (Depends-on): Likewise.
180         * modules/canonicalize (Depends-on): Likewise.
181         * modules/canonicalize-lgpl (Depends-on): Likewise.
182         * modules/fts (Depends-on): Likewise.
183         * modules/getcwd (Depends-on): Likewise.
184         * modules/human (Depends-on): Likewise.
185         * modules/regex (Depends-on): Likewise.
186         * modules/striconveh (Depends-on): Likewise.
187         * modules/trim (Depends-on): Likewise.
188         * modules/unistr/u8-move (Depends-on): Likewise.
189         * modules/unistr/u16-move (Depends-on): Likewise.
190         * modules/unistr/u32-move (Depends-on): Likewise.
191
192 2008-11-02  Bruno Haible  <bruno@clisp.org>
193
194         Mark 'memcpy' obsolete.
195         * modules/memcpy (Status, Notice): New sections.
196
197 2008-11-02  Bruno Haible  <bruno@clisp.org>
198
199         Mark 'memcmp' obsolete.
200         * modules/memcmp (Status, Notice): New sections.
201         * modules/argmatch (Depends-on): Add memchr.
202         * modules/backupfile (Depends-on): Likewise.
203         * modules/c-strcasestr (Depends-on): Likewise.
204         * modules/crypto/des (Depends-on): Likewise.
205         * modules/csharpcomp (Depends-on): Likewise.
206         * modules/fnmatch (Depends-on): Likewise.
207         * modules/git-merge-changelog (Depends-on): Likewise.
208         * modules/isnand (Depends-on): Likewise.
209         * modules/isnand-nolibm (Depends-on): Likewise.
210         * modules/isnanf (Depends-on): Likewise.
211         * modules/isnanf-nolibm (Depends-on): Likewise.
212         * modules/isnanl (Depends-on): Likewise.
213         * modules/isnanl-nolibm (Depends-on): Likewise.
214         * modules/mbchar (Depends-on): Likewise.
215         * modules/memcoll (Depends-on): Likewise.
216         * modules/quotearg (Depends-on): Likewise.
217         * modules/regex (Depends-on): Likewise.
218         * modules/relocatable-prog (Depends-on): Likewise.
219         * modules/same (Depends-on): Likewise.
220         * modules/signbit (Depends-on): Likewise.
221         * modules/strcasestr-simple (Depends-on): Likewise.
222         * modules/unictype/gen-ctype (Depends-on): Likewise.
223         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
224         * modules/uniname/uniname (Depends-on): Likewise.
225         * modules/unistr/u8-cmp (Depends-on): Likewise.
226
227 2008-11-02  Bruno Haible  <bruno@clisp.org>
228
229         Mark 'memchr' obsolete.
230         * modules/memchr (Status, Notice): New sections.
231         * modules/argp (Depends-on): Add memchr.
232         * modules/base64 (Depends-on): Likewise.
233         * modules/c-strcasestr (Depends-on): Likewise.
234         * modules/chdir-long (Depends-on): Likewise.
235         * modules/fnmatch (Depends-on): Likewise.
236         * modules/getsubopt (Depends-on): Likewise.
237         * modules/git-merge-changelog (Depends-on): Likewise.
238         * modules/glob (Depends-on): Likewise.
239         * modules/strcasestr-simple (Depends-on): Likewise.
240         * modules/strnlen (Depends-on): Likewise.
241
242 2008-11-02  Bruno Haible  <bruno@clisp.org>
243
244         Mark 'atexit' obsolete.
245         * modules/atexit (Status, Notice): New sections.
246         * modules/chdir-long (Depends-on): Add atexit.
247         * modules/wait-process (Depends-on): Likewise.
248
249 2008-11-02  Bruno Haible  <bruno@clisp.org>
250
251         * gnulib-tool: New option --with-obsolete.
252         (func_usage): Document it.
253         (func_modules_transitive_closure): Drop obsolete dependencies if
254         incobsolete is not true.
255         (func_import): Read and save the incobsolete variable to the cache.
256
257 2008-11-02  Bruno Haible  <bruno@clisp.org>
258
259         * modules/TEMPLATE-EXTENDED: New field 'Status'.
260         * gnulib-tool: New option --extract-status.
261         (func_usage): Document it.
262         (sed_extract_prog): Recognize it.
263         (func_get_status): New function.
264
265 2008-10-30  Simon Josefsson  <simon@josefsson.org>
266
267         * modules/sockets (License): Change from LGPL to LGPLv2+.
268
269 2008-10-28  Simon Josefsson  <simon@josefsson.org>
270
271         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
272
273 2008-10-28  Simon Josefsson  <simon@josefsson.org>
274
275         * MODULES.html.sh (Support for systems lacking POSIX:2001):
276         Mention times and sys_times.
277         * modules/sys_times, modules/sys_times-tests: New modules.
278         * modules/times, modules/times-tests: Likewise
279         * m4/sys_times_h.m4: New file.
280         * lib/sys_times.in.h: Likewise
281         * lib/times.c: Likewise.
282         * tests/test-sys_times.c: Likewise.
283         * tests/test-times.c: Likewise.
284         * doc/posix-headers/sys_times.texi: Update.
285         * doc/posix-functions/times.texi: Update.
286
287 2008-10-28  Jim Meyering  <meyering@redhat.com>
288
289         * modules/tempname (Depends-on): Add lstat.
290
291         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
292
293 2008-10-28  Simon Josefsson  <simon@josefsson.org>
294
295         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
296         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
297         using idiom used elsewhere in gnulib.
298
299 2008-10-27  Jim Meyering  <meyering@redhat.com>
300
301         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
302
303 2008-10-27  Simon Josefsson  <simon@josefsson.org>
304
305         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
306         TESTS_ENVIRONMENT, for shell scripts that needs to call built
307         programs.
308         * tests/test-argp-2.sh: Use $EXEEXT when needed.
309
310 2008-10-27  Simon Josefsson  <simon@josefsson.org>
311
312         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
313
314 2008-10-27  Bruno Haible  <bruno@clisp.org>
315
316         * tests/test-lstat.c: Include <stdio.h>.
317
318 2008-10-27  Simon Josefsson  <simon@josefsson.org>
319
320         * modules/lstat-tests: New module.
321         * tests/test-lstat.c: New file.
322
323 2008-10-26  Jim Meyering  <meyering@redhat.com>
324
325         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
326
327 2008-10-26  Simon Josefsson  <simon@josefsson.org>
328             Bruno Haible  <bruno@clisp.org>
329
330         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
331         * modules/configmake (Include): Add a note that the include must come
332         after all system headers.
333         * lib/javaversion.c: Include configmake.h after all other includes.
334
335 2008-10-26  Bruno Haible  <bruno@clisp.org>
336
337         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
338         HAVE_STRUCT_RANDOM_DATA to 1.
339         (gl_STDLIB_H): Simplify.
340
341 2008-10-26  Simon Josefsson  <simon@josefsson.org>
342
343         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
344         substitute HAVE_STRUCT_RANDOM_DATA.
345         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
346         random_data.
347         * modules/stdlib (Makefile.am): Substitute
348         HAVE_STRUCT_RANDOM_DATA.
349
350 2008-10-26  Simon Josefsson  <simon@josefsson.org>
351
352         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
353         * doc/gnulib-intro.texi (Copyright): Likewise.
354
355 2008-10-26  Simon Josefsson  <simon@josefsson.org>
356
357         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
358         findings.
359
360 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
361             Bruno Haible  <bruno@clisp.org>
362
363         * lib/unistd.in.h: Include <winsock2.h>.
364         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
365         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
366         Provide dummy declarations.
367         (gethostname): Override.
368         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
369         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
370         gl_PREREQ_SYS_H_WINSOCK2.
371         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
372         * doc/posix-functions/gethostname.texi: More details.
373
374 2008-10-25  Bruno Haible  <bruno@clisp.org>
375
376         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
377         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
378         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
379
380         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
381         here ...
382         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
383         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
384         gl_UNISTD_H_DEFAULTS.
385
386 2008-10-25  Eric Blake  <ebb9@byu.net>
387
388         signbit: avoid spurious compiler failure
389         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
390         declarations inside function.
391
392 2008-10-24  Simon Josefsson  <simon@josefsson.org>
393             Bruno Haible  <bruno@clisp.org>
394
395         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
396         * modules/random_r (Depends-on): Add stdint.
397
398 2008-10-24  Bruno Haible  <bruno@clisp.org>
399
400         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
401         Eggert.
402         * modules/strerror (License): Likewise.
403
404 2008-10-24  Jim Meyering  <meyering@redhat.com>
405
406         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
407         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
408
409 2008-10-24  Eric Blake  <ebb9@byu.net>
410
411         getgroups: fix compilation when getgroups is available
412         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
413         but with <config.h> override of getgroups disabled.
414
415 2008-10-24  Simon Josefsson  <simon@josefsson.org>
416
417         * doc/gnulib.texi (Header files): Add note about C++ problems.
418         Explained by Bruno Haible <bruno@clisp.org>.
419
420 2008-10-23  Bruno Haible  <bruno@clisp.org>
421
422         Define a dummy SA_NODEFER macro on Interix.
423         * lib/signal.in.h (SA_NODEFER): Define fallback.
424         Reported by Aleksey Cheusov <cheusov@tut.by> via
425         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
426
427 2008-10-23  Bruno Haible  <bruno@clisp.org>
428
429         * modules/freadahead (License): Change to LGPLv2+.
430         Suggested by Simon Josefsson.
431
432 2008-10-23  Jim Meyering  <meyering@redhat.com>
433
434         random_r: new module
435         * modules/random_r: New file.
436         * m4/random_r.m4: New file.
437         * lib/random_r.c: New file, from glibc.
438         * modules/random_r-tests: New file.
439         * tests/test-random_r.c: New file.
440         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
441          Declare.
442         (RAND_MAX): Define.
443         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
444         * modules/stdlib: Substitute them, too.
445         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
446         * doc/glibc-functions/initstate_r.texi: Mention the new module.
447         * doc/glibc-functions/random_r.texi: Likewise.
448         * doc/glibc-functions/setstate_r.texi: Likewise.
449         * doc/glibc-functions/srandom_r.texi: Likewise.
450         * config/srclist.txt: Mention it.
451
452 2008-10-23  David Lutterkort  <lutter@redhat.com>
453
454         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
455         link requirement
456
457 2008-10-23  Jim Meyering  <meyering@redhat.com>
458
459         selinux-h: mark parameters of stub functions as intentionally unused
460         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
461         * lib/se-context.in.h: Likewise.
462
463 2008-10-22  Simon Josefsson  <simon@josefsson.org>
464
465         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
466
467 2008-10-22  Simon Josefsson  <simon@josefsson.org>
468
469         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
470
471 2008-10-22  Eric Blake  <ebb9@byu.net>
472
473         glthread/thread: avoid compiler warning
474         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
475         Add unreachable abort to silence compiler.
476
477 2008-10-22  Eric Blake  <ebb9@byu.net>
478
479         netdb: also supply struct addrinfo for cygwin 1.5.x
480         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
481         older cygwin.
482         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
483         cygwin.
484         * doc/posix-headers/netdb.texi (netdb.h): Document this.
485
486 2008-10-22  Bruno Haible  <bruno@clisp.org>
487
488         * users.txt: Update entry about pspp.
489
490 2008-10-21  Bruno Haible  <bruno@clisp.org>
491
492         Simplification.
493         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
494         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
495
496         Simplification.
497         * lib/ioctl.c (ioctl): Don't undefine.
498         * lib/socket.c (socket): Don't undefine.
499
500         Remove unused module indicator macros.
501         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
502         GNULIB_$1 as a C macro.
503
504         * doc/posix-functions/close.texi: Undo last change.
505         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
506         Windows platforms.
507
508 2008-10-21  Bruno Haible  <bruno@clisp.org>
509
510         Add gethostname() declaration to <unistd.h>.
511         * lib/unistd.in.h (gethostname): New declaration.
512         * lib/gethostname.c: Include <unistd.h>.
513         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
514         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
515         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
516         and HAVE_GETHOSTNAME.
517         * modules/gethostname (Depends-on): Add unistd.
518         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
519         (Include): Specify <unistd.h>.
520         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
521         HAVE_GETHOSTNAME.
522         * tests/test-gethostname.c: Include <unistd.h> first.
523
524 2008-10-21  Bruno Haible  <bruno@clisp.org>
525
526         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
527         * modules/select-tests (Depends-on): Likewise.
528         Reported by Simon Josefsson.
529
530 2008-10-21  Simon Josefsson  <simon@josefsson.org>
531
532         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
533         * lib/accept.c: New file, based on winsock.c.
534         * lib/bind.c: New file, based on winsock.c.
535         * lib/connect.c: New file, based on winsock.c.
536         * lib/getpeername.c: New file, based on winsock.c.
537         * lib/getsockname.c: New file, based on winsock.c.
538         * lib/getsockopt.c: New file, based on winsock.c.
539         * lib/ioctl.c: New file, based on winsock.c.
540         * lib/listen.c: New file, based on winsock.c.
541         * lib/recv.c: New file, based on winsock.c.
542         * lib/recvfrom.c: New file, based on winsock.c.
543         * lib/send.c: New file, based on winsock.c.
544         * lib/sendto.c: New file, based on winsock.c.
545         * lib/setsockopt.c: New file, based on winsock.c.
546         * lib/shutdown.c: New file, based on winsock.c.
547         * lib/socket.c: New file, based on winsock.c.
548         * lib/w32sock.h: New file, based on winsock.c.
549         * lib/winsock.c: Remove file.
550         * modules/accept: Likewise.
551         * modules/bind: Likewise.
552         * modules/connect: Likewise.
553         * modules/getpeername: Likewise.
554         * modules/getsockname: Likewise.
555         * modules/getsockopt: Likewise.
556         * modules/ioctl: Likewise.
557         * modules/listen: Likewise.
558         * modules/recv: Likewise.
559         * modules/recvfrom: Likewise.
560         * modules/send: Likewise.
561         * modules/sendto: Likewise.
562         * modules/setsockopt: Likewise.
563         * modules/shutdown: Likewise.
564         * modules/socket: Use socket.c instead of winsock.c.
565         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
566         * doc/posix-functions/accept.texi: Doc fix.
567         * doc/posix-functions/bind.texi: Doc fix.
568         * doc/posix-functions/close.texi: Doc fix.
569         * doc/posix-functions/connect.texi: Doc fix.
570         * doc/posix-functions/getpeername.texi: Doc fix.
571         * doc/posix-functions/getsockname.texi: Doc fix.
572         * doc/posix-functions/getsockopt.texi: Doc fix.
573         * doc/posix-functions/ioctl.texi: Doc fix.
574         * doc/posix-functions/listen.texi: Doc fix.
575         * doc/posix-functions/recv.texi: Doc fix.
576         * doc/posix-functions/recvfrom.texi: Doc fix.
577         * doc/posix-functions/send.texi: Doc fix.
578         * doc/posix-functions/sendto.texi: Doc fix.
579         * doc/posix-functions/setsockopt.texi: Doc fix.
580         * doc/posix-functions/shutdown.texi: Doc fix.
581         * doc/posix-functions/socket.texi: Doc fix.
582
583 2008-10-20  Bruno Haible  <bruno@clisp.org>
584
585         Take into account the role of SIGABRT_COMPAT on Windows 2008.
586         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
587         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
588         as an alias for SIGABRT.
589         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
590         (sigaction): Map it to SIGABRT.
591         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
592
593 2008-10-20  Bruno Haible  <bruno@clisp.org>
594
595         * lib/fts.c: Don't include lstat.h.
596         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
597
598         Move the lstat() declaration to <sys/stat.h>.
599         * lib/lstat.h: Remove file.
600         * lib/sys_stat.in.h: Add special invocation convention.
601         (lstat): New declaration.
602         * lib/lstat.c (orig_lstat): New function.
603         (rpl_lstat): Use orig_lstat instead of lstat.
604         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
605         AC_C_INLINE. Set REPLACE_LSTAT.
606         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
607         and REPLACE_LSTAT.
608         * modules/lstat (Files): Remove lib/lstat.h.
609         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
610         (Include): Specify <sys/stat.h> instead of lstat.h.
611         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
612         REPLACE_LSTAT.
613         * NEWS: Mention the change.
614
615 2008-10-20  Bruno Haible  <bruno@clisp.org>
616
617         * modules/posix_spawn-tests: New file.
618         * tests/test-posix_spawn3.c: New file.
619
620 2008-10-20  Bruno Haible  <bruno@clisp.org>
621
622         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
623         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
624         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
625         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
626         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
627
628 2008-10-20  Bruno Haible  <bruno@clisp.org>
629
630         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
631         of posix_spawn on AIX 5.3.
632
633 2008-10-20  Bruno Haible  <bruno@clisp.org>
634
635         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
636
637 2008-10-20  Bruno Haible  <bruno@clisp.org>
638
639         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
640         of AC_LANG_PROGRAM.
641
642 2008-10-20  Simon Josefsson  <simon@josefsson.org>
643
644         * lib/netdb.in.h: Don't define GNU specific constants until they
645         are supported or needed.  Reported by Bruno Haible
646         <bruno@clisp.org>.
647
648 2008-10-20  Simon Josefsson  <simon@josefsson.org>
649
650         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
651
652 2008-10-20  Simon Josefsson  <simon@josefsson.org>
653
654         * lib/getaddrinfo.h: Remove file.
655         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
656         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
657         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
658         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
659         * modules/netdb: Substitute GNULIB_GETADDRINFO.
660         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
661         * tests/test-getaddrinfo.c: Likewise.
662         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
663         * NEWS: Mention change.
664
665 2008-10-19  Bruno Haible  <bruno@clisp.org>
666
667         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
668
669 2008-10-19  Bruno Haible  <bruno@clisp.org>
670
671         * lib/wait-process.c: Include simply <sys/wait.h>.
672         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
673         WIFSTOPPED): Remove fallback definitions.
674         * modules/wait-process (Depends-on): Add sys_wait.
675
676         New module 'sys_wait'.
677         * modules/sys_wait: New file.
678         * lib/sys_wait.in.h: New file, partially copied from
679         lib/wait-process.c.
680         * m4/sys_wait_h.m4: New file.
681         * doc/posix-headers/sys_wait.texi: Mention the new module.
682
683 2008-10-19  Bruno Haible  <bruno@clisp.org>
684
685         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
686
687 2008-10-19  Bruno Haible  <bruno@clisp.org>
688
689         Assume that waitpid() fills an 'int' status, not a 'union wait'.
690         * lib/wait-process.c (WAIT_T): Remove type.
691         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
692         (wait_subprocess): Update.
693
694 2008-10-19  Bruno Haible  <bruno@clisp.org>
695
696         New module 'atoll'.
697         * modules/atoll: New file.
698         * lib/stdlib.in.h (atoll): New declaration.
699         * lib/atoll.c: New file, from glibc with modifications.
700         * m4/atoll.m4: New file.
701         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
702         HAVE_ATOLL.
703         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
704         * doc/posix-functions/atoll.texi: Mention the new module.
705
706 2008-10-19  Bruno Haible  <bruno@clisp.org>
707
708         Add strtoull() declaration to <stdlib.h>.
709         * lib/stdlib.in.h (strtoull): New declaration.
710         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
711         Set HAVE_STRTOULL.
712         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
713         HAVE_STRTOULL.
714         * modules/strtoull (Depends-on): Add stdlib.
715         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
716         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
717         HAVE_STRTOULL.
718
719 2008-10-19  Bruno Haible  <bruno@clisp.org>
720
721         Add strtoll() declaration to <stdlib.h>.
722         * lib/stdlib.in.h (strtoll): New declaration.
723         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
724         Set HAVE_STRTOLL.
725         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
726         HAVE_STRTOLL.
727         * modules/strtoll (Depends-on): Add stdlib.
728         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
729         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
730
731 2008-10-19  Bruno Haible  <bruno@clisp.org>
732
733         * modules/bcopy (Depends-on): Add strings.
734         (Include): Specify <strings.h>.
735
736 2008-10-19  Bruno Haible  <bruno@clisp.org>
737
738         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
739
740 2008-10-19  Bruno Haible  <bruno@clisp.org>
741
742         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
743         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
744         mingw.
745
746 2008-10-19  Bruno Haible  <bruno@clisp.org>
747
748         * lib/atanl.c: Don't include isnanl.h.
749         * lib/cosl.c: Likewise.
750         * lib/ldexpl.c: Likewise.
751         * lib/logl.c: Likewise.
752         * lib/sinl.c: Likewise.
753         * lib/sqrtl.c: Likewise.
754         * lib/tanl.c: Likewise.
755
756         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
757         * lib/isnanf.h: Remove file.
758         * lib/isnand.h: Remove file.
759         * lib/isnanl.h: Remove file.
760         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
761         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
762         macros.
763         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
764         HAVE_ISNANF, don't define it as a C macro.
765         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
766         HAVE_ISNAND, don't define it as a C macro.
767         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
768         HAVE_ISNANL, don't define it as a C macro.
769         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
770         HAVE_ISNAN[FDL].
771         * modules/isnanf (Files): Remove lib/isnanf.h.
772         (Depends-on): Add math.
773         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
774         (Include): Specify <math.h> instead of isnanf.h.
775         * modules/isnand (Files): Remove lib/isnand.h.
776         (Depends-on): Add math.
777         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
778         (Include): Specify <math.h> instead of isnand.h.
779         * modules/isnanl (Files): Remove lib/isnanl.h.
780         (Depends-on): Add math.
781         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
782         (Include): Specify <math.h> instead of isnanl.h.
783         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
784         HAVE_ISNAN[FDL].
785         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
786         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
787         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
788         * NEWS: Mention the change.
789
790 2008-10-18  Bruno Haible  <bruno@clisp.org>
791
792         Add getusershell(), setusershell(), endusershell() declarations to
793         <unistd.h>.
794         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
795         declarations.
796         * lib/getusershell.c: Include unistd.h.
797         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
798         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
799         HAVE_GETUSERSHELL.
800         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
801         and HAVE_GETUSERSHELL.
802         * modules/getusershell (Depends-on): Add unistd, extensions.
803         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
804         (Include): Specify <unistd.h>.
805         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
806         HAVE_GETUSERSHELL.
807
808 2008-10-18  Bruno Haible  <bruno@clisp.org>
809
810         Add a getloadavg() declaration to <stdlib.h>.
811         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
812         getloadavg declaration.
813         (getloadavg): New declaration.
814         * lib/getloadavg.c: Include <stdlib.h> first.
815         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
816         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
817         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
818         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
819         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
820         * modules/getloadavg (Depends-on): Add stdlib, extensions.
821         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
822         (Include): Specify <stdlib.h>.
823         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
824         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
825
826 2008-10-18  Bruno Haible  <bruno@clisp.org>
827
828         * lib/dirchownmod.c: Don't include lchmod.h.
829
830         Move the lchmod() declaration to <sys/stat.h>.
831         * lib/lchmod.h: Remove file.
832         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
833         (lchmod): New declaration, moved here from lib/lchown.h.
834         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
835         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
836         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
837         and HAVE_LCHMOD.
838         * modules/lchmod (Files): Remove lib/lchmod.h.
839         (Depends-on): Add sys_stat, extensions.
840         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
841         (Include): Specify <sys/stat.h> instead of lchmod.h.
842         * modules/sys_stat (Depends-on): Add link-warning.
843         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
844         definition of GL_LINK_WARNING.
845         * NEWS: Mention the change.
846
847 2008-10-18  Bruno Haible  <bruno@clisp.org>
848
849         * lib/fchdir.c: Don't include dirfd.h.
850         * lib/fts.c: Likewise.
851         * lib/getcwd.c: Likewise.
852         * lib/glob.c: Likewise.
853
854         Move the dirfd() declaration to <dirent.h>.
855         * lib/dirfd.h: Remove file.
856         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
857         (dirfd): New declaration.
858         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
859         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
860         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
861         HAVE_DECL_DIRFD.
862         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
863         HAVE_DECL_DIRFD.
864         * modules/dirfd (Files): Remove lib/dirfd.h.
865         (Depends-on): Add dirent, extensions.
866         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
867         (Include): Specify <dirent.h> instead of dirfd.h.
868         * modules/dirent (Depends-on): Add link-warning.
869         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
870         definition of GL_LINK_WARNING.
871         * NEWS: Mention the change.
872
873 2008-10-18  Bruno Haible  <bruno@clisp.org>
874
875         Move the euidaccess() declaration to <unistd.h>.
876         * lib/euidaccess.h: Remove file.
877         * lib/unistd.in.h (euidaccess): New declaration.
878         * lib/euidaccess.c: Don't include euidaccess.h.
879         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
880         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
881         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
882         and HAVE_EUIDACCESS.
883         * modules/euidaccess (Files): Remove lib/euidaccess.h.
884         (Depends-on): Add unistd.
885         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
886         (Include): Specify <unistd.h> instead of euidaccess.h.
887         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
888         HAVE_EUIDACCESS.
889         * NEWS: Mention the change.
890
891 2008-10-18  Bruno Haible  <bruno@clisp.org>
892
893         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
894
895         Move the getdomainname() declaration to <unistd.h>.
896         * lib/getdomainname.h: Remove file.
897         * lib/unistd.in.h (getdomainname): New declaration.
898         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
899         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
900         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
901         HAVE_GETDOMAINNAME.
902         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
903         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
904         * modules/getdomainname (Files): Remove lib/getdomainname.h.
905         (Depends-on): Add unistd, extensions.
906         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
907         (Includes): Specify <unistd.h> instead of getdomainname.h.
908         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
909         HAVE_GETDOMAINNAME.
910         * NEWS: Mention the change.
911
912 2008-10-18  Bruno Haible  <bruno@clisp.org>
913
914         * modules/dirent: New file.
915         * m4/dirent_h.m4: New file.
916         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
917         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
918         * modules/fchdir (Files): Remove lib/dirent.in.h.
919         (Depends-on): Add dirent.
920         (Makefile.am): Move rules to modules/dirent.
921         * doc/posix-headers/dirent.texi: Mention the new module.
922
923 2008-10-18  Bruno Haible  <bruno@clisp.org>
924
925         Avoid -Wunused-parameter warnings in public gnulib header files.
926         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
927         macro.
928         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
929
930 2008-10-18  Bruno Haible  <bruno@clisp.org>
931
932         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
933         * doc/glibc-functions/error.texi: Mention the module 'error'.
934         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
935         * doc/glibc-functions/getdomainname.texi: Mention the module
936         'getdomainname'.
937         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
938         * doc/glibc-functions/getpagesize.texi: Mention the module
939         'getpagesize'.
940         * doc/glibc-functions/getusershell.texi: Mention the module
941         'getusershell'.
942         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
943         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
944         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
945         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
946         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
947         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
948         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
949         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
950         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
951         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
952         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
953         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
954         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
955         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
956
957 2008-10-17  Bruno Haible  <bruno@clisp.org>
958
959         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
960         HP-UX and IRIX, use -0.0L.
961         * tests/test-ceill.c (minus_zero): Likewise.
962         * tests/test-floorl.c (minus_zero): Likewise.
963         * tests/test-frexpl.c (minus_zero): Likewise.
964         * tests/test-isnan.c (minus_zerol): Likewise.
965         * tests/test-isnanl.h (minus_zero): Likewise.
966         * tests/test-ldexpl.c (minus_zero): Likewise.
967         * tests/test-roundl.c (minus_zero): Likewise.
968         * tests/test-signbit.c (minus_zerol): Likewise.
969         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
970         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
971         * tests/test-truncl.c (minus_zero): Likewise.
972         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
973         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
974         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
975         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
976
977 2008-10-17  Bruno Haible  <bruno@clisp.org>
978
979         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
980         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
981         that it gets activated only for gcc >= 3.0.
982         * lib/dirent.in.h: Likewise.
983         * lib/errno.in.h: Likewise.
984         * lib/fcntl.in.h: Likewise.
985         * lib/float.in.h: Likewise.
986         * lib/iconv.in.h: Likewise.
987         * lib/inttypes.in.h: Likewise.
988         * lib/locale.in.h: Likewise.
989         * lib/math.in.h: Likewise.
990         * lib/netdb.in.h: Likewise.
991         * lib/netinet_in.in.h: Likewise.
992         * lib/search.in.h: Likewise.
993         * lib/signal.in.h: Likewise.
994         * lib/spawn.in.h: Likewise.
995         * lib/stdarg.in.h: Likewise.
996         * lib/stdint.in.h: Likewise.
997         * lib/stdio.in.h: Likewise.
998         * lib/stdlib.in.h: Likewise.
999         * lib/string.in.h: Likewise.
1000         * lib/strings.in.h: Likewise.
1001         * lib/sys_file.in.h: Likewise.
1002         * lib/sys_ioctl.in.h: Likewise.
1003         * lib/sys_select.in.h: Likewise.
1004         * lib/sys_socket.in.h: Likewise.
1005         * lib/sys_stat.in.h: Likewise.
1006         * lib/sys_time.in.h: Likewise.
1007         * lib/sysexits.in.h: Likewise.
1008         * lib/time.in.h: Likewise.
1009         * lib/unistd.in.h: Likewise.
1010         * lib/wchar.in.h: Likewise.
1011         * lib/wctype.in.h: Likewise.
1012         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1013
1014 2008-10-17  Jim Meyering  <meyering@redhat.com>
1015
1016         ignore-value: don't depend on inline module
1017         * modules/ignore-value (Depends-on): Remove 'inline'.
1018         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
1019         Suggestion from Bruno Haible.
1020
1021 2008-10-17  Bruno Haible  <bruno@clisp.org>
1022
1023         New implementation of condition variables for Win32.
1024         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
1025         (gl_linked_waitqueue_t): New type.
1026         (gl_cond_t): Use it.
1027         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
1028         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
1029         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
1030         (glthread_cond_init_func, glthread_cond_wait_func,
1031         glthread_cond_timedwait_func, glthread_cond_signal_func,
1032         glthread_cond_broadcast_func, glthread_cond_destroy_func):
1033         Reimplemented on the basis of gl_linked_waitqueue_t.
1034         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
1035         gl_waitqueue_t.
1036         (gl_rwlock_t): Update.
1037         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
1038
1039 2008-10-17  Simon Josefsson  <simon@josefsson.org>
1040
1041         * modules/recvfrom (Depends-on): Add dependency on getpeername.
1042         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1043
1044 2008-10-17  Jim Meyering  <meyering@redhat.com>
1045
1046         ignore-value: new module
1047         * modules/ignore-value: New file.
1048         * lib/ignore-value.h: New file.
1049         * MODULES.html.sh (Compiler warning management): New section,
1050         just for this module.  More to come.
1051
1052 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1053
1054         open-safer.c: avoid 'signed and unsigned in conditional...' warning
1055         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
1056         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
1057
1058 2008-10-16  Jim Meyering  <meyering@redhat.com>
1059
1060         openat-die.c: avoid 'no previous prototype' warning
1061         * lib/openat-die.c: Include "openat.h".
1062         Reported by Reuben Thomas <rrt@sc3d.org>.
1063
1064 2008-10-16  Simon Josefsson  <simon@josefsson.org>
1065
1066         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
1067         * lib/netdb.in.h: Fix typo.
1068         Reported by Bruno Haible  <bruno@clisp.org>
1069
1070         * lib/netdb.in.h: Include sys/socket.h for platforms without
1071         netdb.h, to get structures like hostent on MinGW.
1072         * modules/netdb (Depends-on): Add sys_socket.
1073
1074 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1075
1076         * modules/netdb, modules/netdb-tests: New file.
1077         * m4/netdb_h.m4: New file.
1078         * lib/netdb.in.h: Add, currently just an empty file pending
1079         definitions.
1080         * tests/test-netdb.c: New file.
1081         * doc/posix-headers/netdb.texi: Mention that we replace it if
1082         needed.
1083         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1084         netdb.
1085
1086 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1087
1088         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
1089         with code.
1090
1091 2008-10-13  Bruno Haible  <bruno@clisp.org>
1092
1093         * lib/glthread/cond.c (glthread_cond_wait_func,
1094         glthread_cond_timedwait_func): Add a comment.
1095
1096 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1097
1098         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
1099         * tests/test-select.c: Likewise,
1100
1101 2008-10-13  Bruno Haible  <bruno@clisp.org>
1102
1103         * lib/glthread/cond.c (glthread_cond_wait_func,
1104         glthread_cond_timedwait_func): Fix variable name.
1105         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1106
1107 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
1108
1109         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
1110         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
1111         struct sockaddr.sa_len.
1112         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
1113
1114 2008-10-13  Simon Josefsson  <simon@josefsson.org>
1115
1116         * build-aux/pmccabe2html: Add css and css_url parameters.
1117
1118 2008-10-12  Bruno Haible  <bruno@clisp.org>
1119
1120         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
1121         calling aclx_get.
1122         Reported by Rainer Tammer <tammer@tammer.net>.
1123
1124 2008-10-12  Bruno Haible  <bruno@clisp.org>
1125
1126         Use msvcrt aware primitives for creation/termination of Win32 threads.
1127         * lib/glthread/thread.c: Include <process.h>.
1128         (glthread_create_func): Use _beginthreadex instead of CreateThread.
1129         (wrapper_func): Update signature.
1130         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
1131
1132 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1133             Bruno Haible  <bruno@clisp.org>
1134
1135         Provide a Win32 implementation of the 'cond' module.
1136         * lib/glthread/cond.h [USE_WIN32]: New implementation.
1137         * lib/glthread/cond.c (glthread_cond_init_func,
1138         glthread_cond_wait_func, glthread_cond_timedwait_func,
1139         glthread_cond_signal_func, glthread_cond_broadcast_func,
1140         glthread_cond_destroy_func) [USE_WIN32]: New functions.
1141         * modules/cond (Dependencies): Add gettimeofday.
1142
1143 2008-10-11  Bruno Haible  <bruno@clisp.org>
1144
1145         Make sleep work on older versions of mingw.
1146         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
1147         only whether it exists.
1148         * doc/posix-functions/sleep.texi: Mention the problem with older
1149         versions of mingw.
1150
1151 2008-10-11  Bruno Haible  <bruno@clisp.org>
1152
1153         New module 'shutdown'.
1154         * modules/shutdown: New file.
1155         * lib/sys_socket.in.h (shutdown): New declaration.
1156         * lib/winsock.c (shutdown): New function.
1157         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
1158         GNULIB_SHUTDOWN.
1159         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
1160         * doc/posix-functions/shutdown.texi: Document the new module.
1161
1162 2008-10-11  Jim Meyering  <meyering@redhat.com>
1163
1164         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
1165
1166 2008-10-11  Bruno Haible  <bruno@clisp.org>
1167
1168         New module 'fclose'.
1169         * modules/fclose: New file.
1170         * lib/stdio.in.h (fclose): New declaration.
1171         * lib/fclose.c: New file.
1172         * m4/fclose.m4: New file.
1173         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
1174         REPLACE_FCLOSE.
1175         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
1176         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
1177         REPLACE_FCLOSE.
1178         * modules/close (Depends-on): fclose.
1179         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
1180
1181 2008-10-11  Bruno Haible  <bruno@clisp.org>
1182
1183         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
1184         set errno and don't call _close.
1185
1186 2008-10-10  Bruno Haible  <bruno@clisp.org>
1187
1188         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
1189         ACL, not afterwards. Fixes test failure on Cygwin.
1190
1191 2008-10-09  Ben Pfaff  <blp@gnu.org>
1192
1193         * build-aux/announce-gen: Fix gnulib version related part of usage
1194         message.  Die with a useful error message if no tarballs are
1195         found.
1196
1197 2008-10-10  Jim Meyering  <meyering@redhat.com>
1198
1199         bootstrap: use git's --depth=N option only if it's supported
1200         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
1201         recognize the --depth option.  Reported by Pádraig Brady.
1202
1203 2008-10-09  Bruno Haible  <bruno@clisp.org>
1204
1205         New module 'ioctl'.
1206         * modules/ioctl: New file.
1207         * lib/sys_socket.in.h (ioctl): Remove declaration.
1208         * lib/winsock.c: Include <sys/ioctl.h>.
1209         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
1210         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1211         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
1212         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
1213         * doc/posix-functions/ioctl.texi: Mention the new module.
1214
1215 2008-10-09  Bruno Haible  <bruno@clisp.org>
1216
1217         New module 'sys_ioctl'.
1218         * lib/sys_ioctl.in.h: New file.
1219         * m4/sys_ioctl_h.m4: New file.
1220         * modules/sys_ioctl: New file.
1221         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
1222
1223 2008-10-09  Bruno Haible  <bruno@clisp.org>
1224
1225         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
1226         * lib/winsock.c: Include <stdarg.h>.
1227         (rpl_ioctl): Change to second argument 'int' and then varargs.
1228
1229 2008-10-09  Bruno Haible  <bruno@clisp.org>
1230
1231         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
1232         when the sys_socket module is present and the system has <winsock2.h>.
1233
1234 2008-10-09  Bruno Haible  <bruno@clisp.org>
1235
1236         * doc/posix-functions/close.texi: Mention module 'close' instead of
1237         module 'sys_socket'.
1238
1239 2008-10-09  Bruno Haible  <bruno@clisp.org>
1240
1241         * doc/glibc-headers/sys_ioctl.texi: New file.
1242         * doc/gnulib.texi: Include it.
1243
1244 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1245             Bruno Haible  <bruno@clisp.org>
1246
1247         Combine the two replacements of 'close'.
1248         * lib/sys_socket.in.h (close): Define to a reminder to include
1249         <unistd.h>.
1250         (_gl_close_fd_maybe_socket): New declaration.
1251         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
1252         * lib/winsock.c (close): Remove undefinition.
1253         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
1254         needed for the gnulib module 'close'.
1255         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
1256         define to an error symbol or to a warning, if suitable.
1257         * lib/close.c: Include <sys/socket.h>.
1258         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
1259         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
1260         UNISTD_H_HAVE_WINSOCK2_H.
1261         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
1262         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1263         UNISTD_H_HAVE_WINSOCK2_H.
1264         * modules/sys_socket (Files): Add m4/unistd_h.m4.
1265         (configure.ac): Set a module indicator.
1266         (Makefile.am): Substitute GNULIB_CLOSE.
1267         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
1268         * modules/poll-tests (Depends-on): Add close.
1269         * modules/select-tests (Depends-on): Likewise.
1270
1271 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1272             Bruno Haible  <bruno@clisp.org>
1273
1274         New module 'close'.
1275         * modules/close: New file.
1276         * lib/unistd.in.h (close): Move declaration out of the
1277         FCHDIR_REPLACEMENT scope.
1278         (_gl_unregister_fd): New declaration.
1279         * lib/close.c: New file.
1280         * lib/fchdir.c (rpl_close): Remove function.
1281         * m4/close.m4: New file.
1282         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1283         close.
1284         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
1285         REPLACE_CLOSE.
1286         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
1287         REPLACE_CLOSE.
1288         * modules/fchdir (Depends-on): Add close.
1289
1290 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1291             Bruno Haible  <bruno@clisp.org>
1292
1293         * lib/fcntl.in.h (open): Simplify conditionals.
1294         (_gl_register_fd): New declaration.
1295         * lib/fchdir.c (rpl_open): Remove function.
1296         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
1297         also.
1298         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
1299         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1300         open.
1301
1302 2008-10-09  Jim Meyering  <meyering@redhat.com>
1303
1304         GNUmakefile: use the more name-space-friendly "_version"
1305         * top/GNUmakefile (_dummy): Update.
1306         (_version): Rename from "version".
1307
1308 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1309             Bruno Haible  <bruno@clisp.org>
1310
1311         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
1312         rpl_close.
1313         (_gl_register_fd): New function, extracted from rpl_open.
1314         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
1315         (rpl_open, rpl_opendir): Use _gl_register_fd.
1316
1317 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1318
1319         Fix organization of 'open' replacement.
1320         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
1321         (gl_FUNC_OPEN): Use it.
1322         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
1323
1324 2008-10-08  Bruno Haible  <bruno@clisp.org>
1325
1326         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
1327
1328 2008-10-08  Simon Josefsson  <simon@josefsson.org>
1329
1330         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
1331         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
1332         listen).
1333
1334 2008-10-08  Eric Blake  <ebb9@byu.net>
1335
1336         GNUmakefile: add 'make version' target
1337         * top/GNUmakefile (_curr-ver): Split version update rules...
1338         (version): ...into a target.
1339
1340 2008-10-07  Bruno Haible  <bruno@clisp.org>
1341
1342         Use a more portable replacement expression for -0.0L.
1343         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
1344         instead of -0.0L. Fix m4 quotation.
1345
1346         * tests/test-signbit.c: Include <float.h>.
1347         (minus_zero): New variable.
1348         (test_signbitl): Use minus_zero instead of -zero.
1349         * modules/signbit-tests (Depends-on): Add float.
1350
1351         * tests/test-ceill.c: Include <float.h>.
1352         (zero): Remove variable.
1353         (minus_zero): New variable.
1354         (main): Use minus_zero instead of -zero.
1355         * modules/ceill-tests (Depends-on): Add float.
1356
1357         * tests/test-floorl.c: Include <float.h>.
1358         (zero): Remove variable.
1359         (minus_zero): New variable.
1360         (main): Use minus_zero instead of -zero.
1361         * modules/floorl-tests (Depends-on): Add float.
1362
1363         * tests/test-roundl.c: Include <float.h>.
1364         (zero): Remove variable.
1365         (minus_zero): New variable.
1366         (main): Use minus_zero instead of -zero.
1367         * modules/roundl-tests (Depends-on): Add float.
1368
1369         * tests/test-truncl.c: Include <float.h>.
1370         (zero): Remove variable.
1371         (minus_zero): New variable.
1372         (main): Use minus_zero instead of -zero.
1373         * modules/truncl-tests (Depends-on): Add float.
1374
1375         * tests/test-frexpl.c (zero): Remove variable.
1376         (minus_zero): New variable.
1377         (main): Use minus_zero instead of -zero.
1378         * modules/frexpl-tests (Depends-on): Add float.
1379
1380         * tests/test-isnan.c (zerol): Remove variable.
1381         (minus_zerol): New variable.
1382         (test_long_double): Use minus_zerol instead of -zerol.
1383         * modules/isnan-tests (Depends-on): Add float.
1384
1385         * tests/test-isnanl.h (zero): Remove variable.
1386         (minus_zero): New variable.
1387         (main): Use minus_zero instead of -zero.
1388         * modules/isnanl-nolibm-tests (Depends-on): Add float.
1389         * modules/isnanl-tests (Depends-on): Add float.
1390
1391         * tests/test-ldexpl.c (zero): Remove variable.
1392         (minus_zero): New variable.
1393         (main): Use minus_zero instead of -zero.
1394         * modules/ldexpl-tests (Depends-on): Add float.
1395
1396         * tests/test-snprintf-posix.h (zerol): Remove variable.
1397         (minus_zerol): New variable.
1398         (test_function): Use minus_zerol instead of -zerol.
1399         * modules/snprintf-posix-tests (Depends-on): Add float.
1400         * modules/vsnprintf-posix-tests (Depends-on): Add float.
1401
1402         * tests/test-sprintf-posix.h (zerol): Remove variable.
1403         (minus_zerol): New variable.
1404         (test_function): Use minus_zerol instead of -zerol.
1405         * modules/sprintf-posix-tests (Depends-on): Add float.
1406         * modules/vsprintf-posix-tests (Depends-on): Add float.
1407
1408         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
1409         (minus_zerol): New variable.
1410         (test_function): Use minus_zerol instead of -zerol.
1411         * modules/vasnprintf-posix-tests (Depends-on): Add float.
1412
1413         * tests/test-vasprintf-posix.c (zerol): Remove variable.
1414         (minus_zerol): New variable.
1415         (test_function): Use minus_zerol instead of -zerol.
1416         * modules/vasprintf-posix-tests (Depends-on): Add float.
1417
1418 2008-10-07  Simon Josefsson  <simon@josefsson.org>
1419
1420         * MODULES.html.sh (Support for building documentation): Mention
1421         pmccabe2html.  Sort entries.
1422
1423         Add pmccabe2html module, from gnupdf.
1424         * build-aux/pmccabe.css: New file.
1425         * build-aux/pmccabe2html: New file.
1426         * m4/pmccabe2html.m4: New file.
1427         * modules/pmccabe2html: New file.
1428
1429 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
1430
1431         flock: new module
1432         * MODULES.html.sh: Add to list of modules.
1433         * lib/flock.c: flock implementation for Windows and Unix systems
1434         which have fcntl.
1435         * doc/glibc-functions/flock.texi: Update documentation.
1436         * lib/sys_file.in.h: <sys/file.h> header file.
1437         * m4/flock.m4: M4 macros.
1438         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
1439         * modules/flock: flock module.
1440         * modules/flock-tests: flock tests module.
1441         * modules/sys_file: sys/file.h module.
1442         * tests/test-flock.c: test suite for flock.
1443
1444 2008-10-06  Jim Meyering  <meyering@redhat.com>
1445
1446         bootstrap: check for LT_INIT more portably still ;-)
1447         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
1448         Spotted by Bruno Haible.
1449
1450 2008-10-06  Eric Blake  <ebb9@byu.net>
1451
1452         test-signbit: avoid tripping Irix cc bug on -0.0L
1453         * tests/test-signbit.c (minus_zerol): Delete, and replace with
1454         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
1455         entire testsuite consistent and avoids an Irix 6.2 bug.
1456
1457 2008-10-05  Bruno Haible  <bruno@clisp.org>
1458             Jim Meyering  <jim@meyering.net>
1459
1460         Add an option for ignoring EPIPE during close_stdout.
1461         * lib/closeout.h: Include <stdbool.h>.
1462         (close_stdout_set_ignore_EPIPE): New declaration.
1463         * lib/closeout.c: Include <stdbool.h>.
1464         (ignore_EPIPE): New variable.
1465         (close_stdout_set_ignore_EPIPE): New function.
1466         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
1467         * lib/close-stream.c (close_stream): Mention the possible EPIPE
1468         failure.
1469         * modules/closeout (Depends-on): Add stdbool.
1470
1471 2008-10-05  Bruno Haible  <bruno@clisp.org>
1472
1473         * modules/accept: New file.
1474         * modules/bind: New file.
1475         * modules/connect: New file.
1476         * modules/getpeername: New file.
1477         * modules/getsockname: New file.
1478         * modules/getsockopt: New file.
1479         * modules/listen: New file.
1480         * modules/recv: New file.
1481         * modules/recvfrom: New file.
1482         * modules/send: New file.
1483         * modules/sendto: New file.
1484         * modules/setsockopt: New file.
1485         * modules/socket: New file.
1486         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
1487         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1488         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
1489         the particular module is requested. Add a link warning when the
1490         particular module is not requested.
1491         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
1492         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
1493         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
1494         the particular module is requested.
1495         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
1496         gl_SYS_SOCKET_H_DEFAULTS): New macros.
1497         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
1498         * modules/sys_socket (Depends-on): Add link-warning.
1499         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
1500         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
1501         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
1502         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
1503         GL_LINK_WARNING.
1504         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
1505         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
1506         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
1507         * doc/posix-functions/getpeername.texi: Mention the new module
1508         'getpeername'.
1509         * doc/posix-functions/getsockname.texi: Mention the new module
1510         'getsockname'.
1511         * doc/posix-functions/getsockopt.texi: Mention the new module
1512         'getsockopt'.
1513         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
1514         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
1515         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
1516         * doc/posix-functions/send.texi: Mention the new module 'send'.
1517         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
1518         * doc/posix-functions/setsockopt.texi: Mention the new module
1519         'setsockopt'.
1520         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
1521         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
1522         listen, connect, accept.
1523         * modules/select-tests (Depends-on): Likewise.
1524
1525 2008-10-05  Bruno Haible  <bruno@clisp.org>
1526
1527         * lib/winsock.c (strerror): Remove unused #undef.
1528         (rpl_close): Remove unused local variable.
1529
1530         * modules/sys_socket (Depends-on); Add errno.
1531
1532 2008-10-05  Bruno Haible  <bruno@clisp.org>
1533
1534         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
1535         (select): Add a link warning when the 'select' module is not used.
1536         * modules/sys_select (Depends-on): Add link-warning.
1537         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
1538         Suggested by Paolo Bonzini.
1539
1540 2008-10-05  Jim Meyering  <meyering@redhat.com>
1541
1542         bootstrap: check for LT_INIT more portably
1543         * build-aux/bootstrap: Avoid using grep -E, since it's not
1544         portable enough.  Suggestion from Bruno Haible.
1545
1546 2008-10-05  Bruno Haible  <bruno@clisp.org>
1547
1548         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
1549         as being fixed by gnulib.
1550
1551 2008-10-05  Bruno Haible  <bruno@clisp.org>
1552
1553         * modules/select-tests: New file, mostly copied from
1554         modules/sys_select-tests.
1555         * tests/test-select.c: New file, mostly copied from
1556         tests/test-sys_select.c.
1557         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
1558         * modules/sys_select-tests (Depends-on): Remove all dependencies.
1559         (Makefile.am): Remove test_sys_select_LDADD.
1560
1561         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
1562         to an undefined symbol, for an error message.
1563         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
1564         (gl_SYS_SELECT_H_DEFAULTS): New macro.
1565         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
1566         winsock-select.c here.
1567         * modules/sys_select (Files): Remove lib/winsock-select.c.
1568         (Depends-on): Remove alloca.
1569         (Makefile.am): Substitute GNULIB_SELECT.
1570         * modules/select: New file.
1571         * doc/posix-functions/select.texi: Update.
1572
1573 2008-10-05  Bruno Haible  <bruno@clisp.org>
1574
1575         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
1576         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
1577         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
1578         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
1579         getdtablesize.
1580         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
1581         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
1582
1583 2008-10-05  Bruno Haible  <bruno@clisp.org>
1584
1585         * modules/getdtablesize-tests: New file.
1586         * tests/test-getdtablesize.c: New file.
1587
1588         New module 'getdtablesize'.
1589         * lib/unistd.in.h (getdtablesize): New declaration.
1590         * lib/getdtablesize.c: New file.
1591         * m4/getdtablesize.m4: New file.
1592         * modules/getdtablesize: New file.
1593         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1594         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
1595         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
1596         HAVE_GETDTABLESIZE.
1597         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
1598
1599 2008-10-05  Bruno Haible  <bruno@clisp.org>
1600
1601         * modules/sched (Makefile.am): Fix typo.
1602         Reported by Simon Josefsson.
1603
1604 2008-10-05  Jim Meyering  <meyering@redhat.com>
1605
1606         bootstrap: check for LT_INIT, too
1607         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
1608         are deprecated.  Suggestion from Ralf Wildenhues.
1609
1610 2008-10-05  Bruno Haible  <bruno@clisp.org>
1611
1612         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
1613         overriding them by ours.
1614         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
1615
1616 2008-10-05  Jim Meyering  <meyering@redhat.com>
1617
1618         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
1619         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
1620         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
1621
1622 2008-10-04  Bruno Haible  <bruno@clisp.org>
1623
1624         * modules/dup2 (License): Change to LGPLv2+.
1625         * modules/sleep (License): Likewise.
1626         * modules/perror (License): Likewise.
1627         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
1628         Blake.
1629         * modules/signal (License): Likewise.
1630         * modules/sigprocmask (License): Likewise.
1631         * modules/raise (License): Change to LGPLv2+, with approval by Jim
1632         Meyering.
1633
1634 2008-10-04  Bruno Haible  <bruno@clisp.org>
1635
1636         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
1637         Reported by Rainer Tammer <tammer@tammer.net>.
1638
1639 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
1640             Bruno Haible  <bruno@clisp.org>
1641
1642         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
1643         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
1644         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
1645
1646 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
1647
1648         filevercmp: new module
1649         * lib/filevercmp.h: New function filevercmp comparing version strings.
1650         * lib/filevercmp.c: Implementation of filevercmp function.
1651         * modules/filevercmp: Module metadata.
1652         * tests/test-filevercmp.c: Unit test for new module.
1653         * modules/filevercmp-tests: Unit test metadata.
1654         * MODULES.html.sh: Add filevercmp module.
1655
1656 2008-10-03  Bruno Haible  <bruno@clisp.org>
1657
1658         * lib/c-ctype.h: Add comment.
1659         Reported by Jim Meyering.
1660
1661 2008-10-02  Bruno Haible  <bruno@clisp.org>
1662
1663         * modules/posix_spawn-internal (Depends-on): Add 'open'.
1664
1665 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1666
1667         * build-aux/bootstrap: Allow renaming bootstrap, and change the
1668         name of bootstrap.conf accordingly.
1669
1670 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1671
1672         * build-aux/bootstrap: Install git-merge-changelog configuration
1673         items into .gitconfig if needed.
1674
1675 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1676
1677         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
1678         git repository, and initialize/update it accordingly.
1679
1680 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
1681
1682         * modules/fsync-tests: New file.
1683         * tests/test-fsync.c: New file.
1684
1685         New module 'fsync'.
1686         * lib/fsync.c: New file.
1687         * m4/fsync.m4: New file.
1688         * modules/fsync: New file.
1689         * lib/unistd.in.h (fsync): New declaration.
1690         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
1691         GNULIB_FSYNC and HAVE_FSYNC.
1692         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
1693         * MODULES.html.sh (posix_functions): Add fsync.
1694         * doc/posix-functions/fsync.texi: Mention the new module.
1695
1696 2008-10-02  Jim Meyering  <meyering@redhat.com>
1697
1698         fts.c: sync with similar code from coreutils' remove.c
1699         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
1700         Guard also with "#if defined __linux__", since for now at least,
1701         this code is Linux-kernel-specific.
1702
1703 2008-10-02  Jim Meyering  <meyering@redhat.com>
1704
1705         fts: bug fixes
1706         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
1707         Include <sys/vfs.h>, not <sys/statfs.h>.
1708
1709         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
1710         Include <sys/vfs.h>, not <sys/statfs.h>.
1711
1712 2008-10-01  Bruno Haible  <bruno@clisp.org>
1713
1714         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
1715         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
1716         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
1717         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
1718         * doc/posix-functions/posix_spawnp.texi: Likewise.
1719         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
1720         whether posix_spawn actually works.
1721         * m4/pipe.m4 (gl_PIPE): Likewise.
1722         * modules/execute (Files): Add m4/posix_spawn.m4.
1723         * modules/pipe (Files): Add m4/posix_spawn.m4.
1724         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
1725
1726 2008-10-01  Jim Meyering  <meyering@redhat.com>
1727
1728         remove trailing spaces
1729         * NEWS: Likewise.
1730         * lib/poll.c (poll): Likewise.
1731         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
1732         * lib/winsock.c (rpl_close): Likewise.
1733         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
1734         * modules/yield: Likewise.
1735         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
1736         * tests/test-sys_select.c (connect_to_socket): Likewise.
1737
1738         fts.c: adjust a new interface to be more generally useful
1739         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
1740         (fts_build): Adjust caller.
1741
1742 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1743
1744         * modules/cond-tests: New file.
1745         * tests/test-cond.c: New file.
1746
1747 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1748             Bruno Haible  <bruno@clisp.org>
1749
1750         * modules/cond (Dependencies): Add errno, time.
1751         * lib/glthread/cond.h: Include <time.h>.
1752         (gl_cond_define, gl_cond_define_initialized): Use the same definition
1753         across platforms.
1754
1755 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1756             Bruno Haible  <bruno@clisp.org>
1757
1758         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
1759
1760 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1761             Bruno Haible  <bruno@clisp.org>
1762
1763         * modules/tls-tests (Depends-on): Add thread, yield.
1764         (configure.ac): Remove all checks.
1765         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
1766         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1767         gl_thread_self): Remove definitions. Include glthread/thread.h and
1768         glthread/yield.h instead.
1769         (test_tls): Pass an additional NULL argument to gl_thread_join.
1770
1771 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1772             Bruno Haible  <bruno@clisp.org>
1773
1774         * modules/lock-tests (Depends-on): Add thread, yield.
1775         (configure.ac): Remove all checks.
1776         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
1777         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1778         gl_thread_self): Remove definitions. Include glthread/thread.h and
1779         glthread/yield.h instead.
1780         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
1781         additional NULL argument to gl_thread_join.
1782
1783 2008-09-30  Bruno Haible  <bruno@clisp.org>
1784
1785         Fix the Win32 implementation of the 'thread' module.
1786         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
1787         pointer type.
1788         (gl_thread_self): Invoke gl_thread_self_func.
1789         (gl_thread_self_func): New declaration.
1790         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
1791         (do_init_self_key, init_self_key): New functions.
1792         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
1793         Remove some fields.
1794         (running_threads, running_lock): Remove variables.
1795         (get_current_thread_handle): New function.
1796         (gl_thread_self_func, wrapper_func, glthread_create_func,
1797         glthread_join_func, gl_thread_exit_func): Largely rewritten and
1798         simplified.
1799
1800 2008-09-30  Bruno Haible  <bruno@clisp.org>
1801
1802         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
1803         files.
1804
1805 2008-09-30  Jim Meyering  <meyering@redhat.com>
1806
1807         fts.m4: correct the test for statfs.f_type
1808         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
1809         when checking for statfs.f_type.
1810
1811 2008-09-15  Simon Josefsson  <simon@josefsson.org>
1812
1813         tests: avoid some compiler warnings
1814         * tests/test-memchr.c (main): Pass NULL indirectly.
1815         * tests/test-getdate.c (main): Remove unused variable 'ret'.
1816
1817 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
1818
1819         getdate.y: disallow countable dayshifts like "4 yesterday ago"
1820         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
1821         exactly specified dayshifts.
1822         (dayshift): New rule.
1823         (rel): Add dayshift.
1824         (relative_time_table) [tomorrow, yesterday, today, now]:
1825         Use tDAY_SHIFT in place of tDAY_UNIT.
1826         * tests/test-getdate.c: Add tests for now-disallowed countable
1827         dayshifts, e.g., "4 yesterday ago".
1828
1829 2008-09-29  Bruno Haible  <bruno@clisp.org>
1830
1831         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
1832         * tests/test-posix_spawn1.in.sh: Renamed from
1833         tests/test-posix_spawn.in.sh.
1834         * tests/test-posix_spawn2.c: New file.
1835         * tests/test-posix_spawn2.in.sh: New file.
1836         * modules/posix_spawnp-tests (Files): Update.
1837         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
1838
1839 2008-09-29  Bruno Haible  <bruno@clisp.org>
1840
1841         Propagate effects of putenv/setenv/unsetenv to child processes.
1842         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
1843         * lib/pipe.c (create_pipe): Likewise.
1844
1845 2008-09-29  Bruno Haible  <bruno@clisp.org>
1846
1847         Enable use of shell scripts as executables in mingw.
1848         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
1849         run the program as a shell script.
1850         * lib/pipe.c (create_pipe): Likewise.
1851         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
1852         resulting array.
1853
1854 2008-09-29  Eric Blake  <ebb9@byu.net>
1855
1856         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
1857
1858 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
1859
1860         * doc/posix-functions/accept.texi: Update mingw problems.
1861         * doc/posix-functions/bind.texi: Update mingw problems.
1862         * doc/posix-functions/close.texi: Update mingw problems.
1863         * doc/posix-functions/connect.texi: Update mingw problems.
1864         * doc/posix-functions/getpeername.texi: Update mingw problems.
1865         * doc/posix-functions/getsockname.texi: Update mingw problems.
1866         * doc/posix-functions/getsockopt.texi: Update mingw problems.
1867         * doc/posix-functions/ioctl.texi: Update mingw problems.
1868         * doc/posix-functions/listen.texi: Update mingw problems.
1869         * doc/posix-functions/recv.texi: Update mingw problems.
1870         * doc/posix-functions/recvfrom.texi: Update mingw problems.
1871         * doc/posix-functions/select.texi: Update mingw problems.
1872         * doc/posix-functions/send.texi: Update mingw problems.
1873         * doc/posix-functions/sendto.texi: Update mingw problems.
1874         * doc/posix-functions/setsockopt.texi: Update mingw problems.
1875         * doc/posix-functions/socket.texi: Update mingw problems.
1876
1877 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
1878             Bruno Haible  <bruno@clisp.org>
1879
1880         * lib/sys_select.in.h: Include sys/time.h.
1881         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
1882         * modules/sys_select: Depend on sys_time.
1883         * tests/test-sys_select.c: Test that sys/select.h defines struct
1884         timeval fully.
1885
1886 2008-09-29  Bruno Haible  <bruno@clisp.org>
1887
1888         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
1889         * lib/sys_select.in.h: Likewise.
1890
1891 2008-09-29  Bruno Haible  <bruno@clisp.org>
1892
1893         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
1894
1895 2008-09-29  Bruno Haible  <bruno@clisp.org>
1896
1897         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
1898         Set LIBSOCKET instead of augmenting LIBS.
1899         * modules/sockets (Link): New section.
1900         * modules/sockets-tests (test_sockets_LDADD): New variable.
1901         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
1902         * modules/poll-tests (test_poll_LDADD): New variable.
1903         * NEWS: Document the change.
1904
1905 2008-09-29  Bruno Haible  <bruno@clisp.org>
1906
1907         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
1908         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
1909         ARPA_INET_H directly.
1910         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1911
1912 2008-09-28  Bruno Haible  <bruno@clisp.org>
1913
1914         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
1915         from gl_HEADER_SYS_SOCKET.
1916         (gl_HEADER_SYS_SOCKET): Invoke it.
1917         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1918
1919 2008-09-28  Bruno Haible  <bruno@clisp.org>
1920
1921         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
1922         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
1923         Needed on OSF/1 4.0.
1924
1925 2008-09-28  Bruno Haible  <bruno@clisp.org>
1926
1927         Override open more carefully.
1928         * lib/open.c (orig_open): New function.
1929         (rpl_open): Use orig_open instead of open.
1930         * lib/fcntl.in.h: Add special invocation convention.
1931         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
1932         (gl_FUNC_OPEN): Invoke it.
1933
1934         Override freopen more carefully.
1935         * lib/freopen.c (orig_freopen): New function.
1936         (rpl_freopen): Use orig_freopen instead of freopen.
1937         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
1938         (gl_FUNC_FREOPEN): Invoke it.
1939
1940         Override fopen more carefully.
1941         * lib/fopen.c (orig_fopen): New function.
1942         (rpl_fopen): Use orig_fopen instead of fopen.
1943         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
1944         (gl_FUNC_FOPEN): Invoke it.
1945         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
1946
1947 2008-09-28  Bruno Haible  <bruno@clisp.org>
1948
1949         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
1950         SIGPIPE.
1951
1952 2008-09-28  Bruno Haible  <bruno@clisp.org>
1953
1954         * tests/test-sigaction.c (handler, main): Disable the check whether
1955         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
1956         glibc systems with LinuxThreads.
1957
1958 2008-09-28  Bruno Haible  <bruno@clisp.org>
1959
1960         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
1961
1962         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
1963         with AIX xlc.
1964         * lib/fcntl.in.h (open): Likewise.
1965         Reported by Rainer Tammer <tammer@tammer.net>.
1966
1967 2008-09-28  Bruno Haible  <bruno@clisp.org>
1968
1969         * modules/posix_spawnp-tests: New file.
1970         * tests/test-posix_spawn.c: New file.
1971         * tests/test-posix_spawn.in.sh: New file.
1972
1973         New module 'posix_spawnp'.
1974         * modules/posix_spawnp: New file.
1975         * lib/spawnp.c: New file, from GNU libc with modifications.
1976         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
1977
1978         New module 'posix_spawn'.
1979         * modules/posix_spawn: New file.
1980         * lib/spawn.c: New file, from GNU libc with modifications.
1981         * doc/posix-functions/posix_spawn.texi: Mention the new module.
1982
1983         New module 'posix_spawnattr_destroy'.
1984         * modules/posix_spawnattr_destroy: New file.
1985         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
1986         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
1987         module.
1988
1989         New module 'posix_spawnattr_setsigmask'.
1990         * modules/posix_spawnattr_setsigmask: New file.
1991         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
1992         modifications.
1993         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
1994         new module.
1995
1996         New module 'posix_spawnattr_getsigmask'.
1997         * modules/posix_spawnattr_getsigmask: New file.
1998         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
1999         modifications.
2000         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
2001         new module.
2002
2003         New module 'posix_spawnattr_setsigdefault'.
2004         * modules/posix_spawnattr_setsigdefault: New file.
2005         * lib/spawnattr_setdefault.c: New file, from GNU libc with
2006         modifications.
2007         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
2008         new module.
2009
2010         New module 'posix_spawnattr_getsigdefault'.
2011         * modules/posix_spawnattr_getsigdefault: New file.
2012         * lib/spawnattr_getdefault.c: New file, from GNU libc with
2013         modifications.
2014         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
2015         new module.
2016
2017         New module 'posix_spawnattr_setschedpolicy'.
2018         * modules/posix_spawnattr_setschedpolicy: New file.
2019         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
2020         modifications.
2021         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
2022         new module.
2023
2024         New module 'posix_spawnattr_getschedpolicy'.
2025         * modules/posix_spawnattr_getschedpolicy: New file.
2026         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
2027         modifications.
2028         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
2029         new module.
2030
2031         New module 'posix_spawnattr_setschedparam'.
2032         * modules/posix_spawnattr_setschedparam: New file.
2033         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
2034         modifications.
2035         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
2036         new module.
2037
2038         New module 'posix_spawnattr_getschedparam'.
2039         * modules/posix_spawnattr_getschedparam: New file.
2040         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
2041         modifications.
2042         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
2043         new module.
2044
2045         New module 'posix_spawnattr_setpgroup'.
2046         * modules/posix_spawnattr_setpgroup: New file.
2047         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
2048         modifications.
2049         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
2050         module.
2051
2052         New module 'posix_spawnattr_getpgroup'.
2053         * modules/posix_spawnattr_getpgroup: New file.
2054         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
2055         modifications.
2056         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
2057         module.
2058
2059         New module 'posix_spawnattr_setflags'.
2060         * modules/posix_spawnattr_setflags: New file.
2061         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
2062         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
2063         module.
2064
2065         New module 'posix_spawnattr_getflags'.
2066         * modules/posix_spawnattr_getflags: New file.
2067         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
2068         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
2069         module.
2070
2071         New module 'posix_spawnattr_init'.
2072         * modules/posix_spawnattr_init: New file.
2073         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
2074         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
2075         module.
2076
2077         New module 'posix_spawn_file_actions_destroy'.
2078         * modules/posix_spawn_file_actions_destroy: New file.
2079         * lib/spawn_faction_destroy.c: New file, from GNU libc with
2080         modifications.
2081         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
2082         the new module.
2083
2084         New module 'posix_spawn_file_actions_addopen'.
2085         * modules/posix_spawn_file_actions_addopen: New file.
2086         * lib/spawn_faction_addopen.c: New file, from GNU libc with
2087         modifications.
2088         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
2089         the new module.
2090
2091         New module 'posix_spawn_file_actions_adddup2'.
2092         * modules/posix_spawn_file_actions_adddup2: New file.
2093         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
2094         modifications.
2095         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
2096         the new module.
2097
2098         New module 'posix_spawn_file_actions_addclose'.
2099         * modules/posix_spawn_file_actions_addclose: New file.
2100         * lib/spawn_faction_addclose.c: New file, from GNU libc with
2101         modifications.
2102         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
2103         the new module.
2104
2105         New module 'posix_spawn_file_actions_init'.
2106         * modules/posix_spawn_file_actions_init: New file.
2107         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
2108         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
2109         new module.
2110
2111         New module 'posix_spawn-internal'.
2112         * modules/posix_spawn-internal: New file.
2113         * lib/spawn_int.h: New file, from GNU libc with modifications.
2114         * lib/spawni.c: New file, from GNU libc with modifications.
2115         * m4/posix_spawn.m4: New file.
2116
2117         New module 'spawn'.
2118         * modules/spawn: New file.
2119         * lib/spawn.in.h: New file, from GNU libc with modifications.
2120         * m4/spawn_h.m4: New file.
2121         * doc/posix-headers/spawn.texi: Mention the new module.
2122
2123 2008-09-28  Bruno Haible  <bruno@clisp.org>
2124
2125         * modules/sched-tests: New file.
2126         * tests/test-sched.c: New file.
2127
2128         New module 'sched'.
2129         * modules/sched: New file.
2130         * lib/sched.in.h: New file.
2131         * m4/sched_h.m4: New file.
2132         * doc/posix-headers/sched.texi: Mention the new module.
2133
2134 2008-09-27  Eric Blake  <ebb9@byu.net>
2135
2136         Fix previous patch, and tweak references to $0.
2137         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
2138         (func_version, func_gnulib_dir): Don't call this program
2139         gnulib-tool.
2140         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
2141         with using $0 in function.
2142         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
2143         (func_fatal_error): Reuse the name the user invoked us with.
2144
2145 2008-09-27  Bruno Haible  <bruno@clisp.org>
2146
2147         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
2148         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
2149         (gl_ICONV_H): Not here.
2150         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2151         instead of assigning ICONV_H directly.
2152
2153         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
2154         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
2155         WCHAR_H directly.
2156
2157 2008-09-27  Bruno Haible  <bruno@clisp.org>
2158
2159         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
2160         * modules/arpa_inet (Depends-on): Add link-warning.
2161         (Makefile.am): Insert the definition of GL_LINK-WARNING.
2162         * modules/unistd (Makefile.am): Likewise.
2163
2164 2008-09-26  Bruno Haible  <bruno@clisp.org>
2165
2166         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
2167         variables.
2168         (func_version): Essentially copied from gnulib-tool.
2169         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
2170         func_readlink): Copied from gnulib-tool.
2171
2172 2008-09-26  Bruno Haible  <bruno@clisp.org>
2173
2174         * gnulib-tool (func_version): Change directory to $gnulib_dir before
2175         invoking git-version-gen.
2176
2177 2008-09-26  Bruno Haible  <bruno@clisp.org>
2178
2179         * posix-modules: Update to directory names changed on 2008-01-19.
2180         Remove commas in output before splitting into words. No more need to
2181         avoid 'ftruncate' since 2007-02-19.
2182
2183 2008-09-26  Bruno Haible  <bruno@clisp.org>
2184
2185         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
2186
2187 2008-09-26  Bruno Haible  <bruno@clisp.org>
2188
2189         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
2190         * modules/fwriteerror (Depends-on): Add errno.
2191
2192 2008-09-26  Bruno Haible  <bruno@clisp.org>
2193
2194         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
2195         * tests/test-vc-list-files-cvs.sh: Likewise.
2196
2197 2008-09-26  Bruno Haible  <bruno@clisp.org>
2198
2199         * doc/posix-headers/sys_resource.texi: Reorder items.
2200
2201 2008-09-26  Jim Meyering  <meyering@redhat.com>
2202
2203         fts: tweak inode comparison function
2204         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
2205         inode numbers, as documented.
2206
2207         fts: sort dirent entries on inode number before traversing
2208         This avoids a quadratic, seek-related performance penalty when
2209         operating on a directory containing many entries (measurable at 10k;
2210         3.5 hours at 2 million entries with a cold cache) on certain types
2211         of file systems, including ext3 and ext4, but not tmpfs.
2212         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
2213         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
2214         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
2215         (fs_handles_readdir_ordered_dirents_efficiently): New function.
2216         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
2217         (fts_build): Set the stat.st_ino member from D_INO.
2218         If it is likely to be useful, sort dirent entries on inode number.
2219
2220         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
2221         and the struct statfs.f_type member.
2222         * modules/fts (Depends-on): Add d-ino.
2223
2224 2008-09-26  Bruno Haible  <bruno@clisp.org>
2225
2226         * modules/sigpipe-die (Depends-on): Add sigpipe.
2227
2228         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
2229         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
2230         and GNULIB_STDIO_H_SIGPIPE are set.
2231         * lib/stdio-write.c: New file.
2232         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
2233         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2234         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2235         REPLACE_STDIO_WRITE_FUNCS.
2236         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
2237         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2238         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2239         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2240         * modules/stdio (Files): Add lib/stdio-write.c.
2241         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
2242         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2243         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2244         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2245         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
2246         REPLACE_FPRINTF_POSIX.
2247         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
2248         REPLACE_PRINTF_POSIX.
2249         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
2250         REPLACE_VFPRINTF_POSIX.
2251         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
2252         REPLACE_VPRINTF_POSIX.
2253         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
2254         SIGPIPE issue.
2255         * doc/posix-functions/fputc.texi: Likewise.
2256         * doc/posix-functions/fputs.texi: Likewise.
2257         * doc/posix-functions/fwrite.texi: Likewise.
2258         * doc/posix-functions/printf.texi: Likewise.
2259         * doc/posix-functions/putc.texi: Likewise.
2260         * doc/posix-functions/putchar.texi: Likewise.
2261         * doc/posix-functions/puts.texi: Likewise.
2262         * doc/posix-functions/vfprintf.texi: Likewise.
2263         * doc/posix-functions/vprintf.texi: Likewise.
2264
2265         * modules/safe-write (Depends-on): Add write.
2266
2267         * modules/sigpipe-tests: New file.
2268         * tests/test-sigpipe.c: New file.
2269         * tests/test-sigpipe.sh: New file.
2270
2271         * modules/write: New file.
2272         * lib/unistd.in.h: Include <sys/types.h>.
2273         (write): New declaration.
2274         * lib/write.c: New file.
2275         * m4/write.m4: New file.
2276         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2277         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
2278         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
2279         GNULIB_WRITE, REPLACE_WRITE.
2280         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
2281         and the SIGPIPE issue.
2282
2283         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
2284         (raise): New declaration.
2285         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
2286         (ext_signal): New function.
2287         (rpl_raise): New function.
2288         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
2289         GNULIB_SIGNAL_H_SIGPIPE.
2290         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
2291         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
2292
2293         * modules/sigpipe: New file.
2294         * m4/sigpipe.m4: New file.
2295
2296 2008-09-25  Derek Price  <derek@ximbiot.com>
2297             Bruno Haible  <bruno@clisp.org>
2298
2299         * gnulib-tool (func_import): Report all license incompatibilities, not
2300         just the first one.
2301
2302 2008-09-25  Bruno Haible  <bruno@clisp.org>
2303
2304         * gnulib-tool (func_import): When computing the edits, consider not
2305         only the Makefile.ams that exist but also those that will be generated.
2306
2307 2008-09-25  Simon Josefsson  <simon@josefsson.org>
2308
2309         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
2310         fixes gnulib-tool --test warning about duplicate dependency.
2311
2312 2008-09-25  Bruno Haible  <bruno@clisp.org>
2313
2314         * gnulib-tool: Don't ask the user to perform edits in the generated
2315         Makefile.ams.
2316         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
2317         apply to the Makefile.am being generated.
2318         (func_emit_tests_Makefile_am): Execute edits that apply to the
2319         Makefile.am being generated.
2320         (func_import): Setup list of Makefile.am edits before emitting the
2321         Makefile.ams, not at the end.
2322         (func_create_testdir): Update.
2323         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2324
2325 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2326
2327         * gnulib-tool (func_import): Store the --tests-base option in the
2328         comment in gnulib-cache.m4.
2329
2330 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
2331
2332         * NEWS: Document increased portability that sys_select now provides.
2333
2334         * lib/sys_select.in.h: Install select wrapper.
2335         * lib/sys_socket.in.h: Use more descriptive name when there is no
2336         select wrapper.
2337         * lib/winsock-select.c: New.
2338         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
2339         Require gl_HEADER_SYS_SOCKET.
2340         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
2341         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
2342         * tests/test-sys_select.c: Add functional tests.
2343
2344 2008-09-24  Eric Blake  <ebb9@byu.net>
2345
2346         open, fopen: close fd leak in last patch
2347         * lib/open.c (rpl_open): Close fd before returning error.
2348         * lib/fopen.c (rpl_fopen): Close fd before returning error.
2349         * doc/posix-functions/open.texi (open): Document that Irix also
2350         has the bug.
2351         * doc/posix-functions/fopen.texi (fopen): Likewise.
2352         Reported by Paolo Bonzini.
2353
2354 2008-09-24  Bruno Haible  <bruno@clisp.org>
2355
2356         Ensure that a filename ending in a slash cannot be used to access a
2357         non-directory.
2358         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
2359         to check whether it's really a directory.
2360         * lib/fopen.c: Include fcntl.h, unistd.h.
2361         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
2362         and fdopen().
2363         * modules/fopen (Depends-on): Add unistd.
2364         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
2365         * tests/test-fopen.c (main): Likewise.
2366         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
2367         * doc/posix-functions/fopen.texi: Likewise.
2368         Reported by Eric Blake.
2369
2370 2008-09-23  Eric Blake  <ebb9@byu.net>
2371
2372         c-stack: avoid compiler optimizations when provoking overflow
2373         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
2374         recursion harder to optimize, to ensure a stack overflow occurs.
2375         * tests/test-c-stack.c (recurse): Likewise.
2376         Borrowed from libsigsegv.
2377
2378         c-stack: work around Irix sigaltstack bug
2379         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
2380         whether sigaltstack uses wrong end of stack_t (copied in part from
2381         libsigsegv).
2382         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
2383         Irix bug, without requiring an over-allocation.
2384         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
2385         bug.
2386
2387         fopen: document mingw bug on directories
2388         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
2389         not allowing a stream visiting a directory, even though reading
2390         from such a stream is not portable.
2391
2392 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2393
2394         * lib/poll.c: Rewrite.
2395         * modules/poll: Depend on alloca.
2396
2397 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2398
2399         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
2400         instead define prototypes for a full set of wrappers.  Ensure
2401         that Cygwin does not use the compatibility code, which is only
2402         for MinGW.
2403         * lib/winsock.c: New.
2404         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
2405         * modules/sys_socket: Add lib/winsock.c.
2406
2407         * modules/poll-tests: Add errno and perror.
2408         * tests/test-poll.c: Use ioctl, not ioctlsocket.
2409
2410 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2411
2412         * tests/test-poll.c: Downgrade minimum needed Winsock version.
2413
2414 2008-09-23  Bruno Haible  <bruno@clisp.org>
2415
2416         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
2417         * doc/glibc-functions/*: Likewise.
2418
2419 2008-09-23  Simon Josefsson  <simon@josefsson.org>
2420
2421         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
2422         success.
2423
2424 2008-09-22  Eric Blake  <ebb9@byu.net>
2425             Bruno Haible  <bruno@clisp.org>
2426
2427         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
2428         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
2429         supply %A but mishandle pseudo-NaN.
2430         Reported by Simon Josefsson.
2431
2432 2008-09-21  Bruno Haible  <bruno@clisp.org>
2433
2434         * tests/test-lock.c (main): Tweak skip message.
2435         * tests/test-tls.c (main): Likewise.
2436
2437 2008-09-21  Bruno Haible  <bruno@clisp.org>
2438
2439         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
2440         whether 'struct sigaction' has sa_sigaction here...
2441         (gl_PREREQ_SIG_HANDLER_H): ... not here.
2442         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
2443
2444 2008-09-21  Bruno Haible  <bruno@clisp.org>
2445
2446         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
2447         section.
2448         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
2449         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
2450         the new section.
2451         (Support for obsolete systems lacking POSIX:2001): New section.
2452         (String handling <string.h>): Move strdup to the new section.
2453         Suggested by Simon Josefsson and Paolo Bonzini.
2454
2455 2008-09-21  Bruno Haible  <bruno@clisp.org>
2456
2457         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
2458         exponents in %e and %g results on 'long double'. Needed for mingw's
2459         improved *printf functions.
2460         * tests/test-vasprintf-posix.c (test_function): Likewise.
2461         * tests/test-snprintf-posix.h (test_function): Likewise.
2462         * tests/test-sprintf-posix.h (test_function): Likewise.
2463         Reported by Eric Blake.
2464
2465 2008-09-21  Bruno Haible  <bruno@clisp.org>
2466
2467         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
2468         * tests/test-sprintf-posix.h (test_function): Likewise.
2469
2470 2008-09-21  Bruno Haible  <bruno@clisp.org>
2471
2472         * modules/getpass (Depends-on): Add strdup-posix.
2473
2474         New module 'strdup-posix'.
2475         * modules/strdup-posix: New file.
2476         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
2477         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
2478         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2479         REPLACE_STRDUP.
2480         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
2481         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
2482         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2483         strdup-posix.
2484
2485         * modules/strdup (Depends-on): Remove malloc-posix.
2486
2487 2008-09-20  Bruno Haible  <bruno@clisp.org>
2488
2489         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
2490         Wildenhues.
2491
2492 2008-09-20  Bruno Haible  <bruno@clisp.org>
2493
2494         Ensure that wint_t gets defined on IRIX 5.3.
2495         * lib/wchar.in.h (wint_t): Define if not defined by the system.
2496         * lib/wctype.in.h (wint_t): Likewise.
2497         (__wctype_wint_t): Remove type.
2498         (isw*): Use wint_t instead of __wctype_wint_t.
2499         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
2500         * modules/wchar (Files): Add m4/wint_t.m4.
2501         (Makefile.am): Substitute HAVE_WINT_T.
2502         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
2503         * tests/test-wctype.c: Check that wint_t is defined.
2504         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
2505         * doc/posix-headers/wctype.texi: Likewise.
2506         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2507
2508 2008-09-18  Bruno Haible  <bruno@clisp.org>
2509
2510         * gnulib-tool (func_exit): Update comment.
2511
2512 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2513
2514         * modules/getaddrinfo (Depends-on): Remove strdup, this module
2515         assumes strdup exists and does not depend on strdup to return
2516         ENOMEM on out of memory conditions.
2517
2518 2008-09-18  Bruno Haible  <bruno@clisp.org>
2519
2520         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
2521         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
2522         digits for the exponent.
2523
2524 2008-09-18  Jim Meyering  <meyering@redhat.com>
2525             Bruno Haible  <bruno@clisp.org>
2526
2527         * lib/vasnprintf.c (decimal_point_char): Define also if
2528         NEED_PRINTF_INFINITE_LONG_DOUBLE.
2529
2530 2008-09-16  Bruno Haible  <bruno@clisp.org>
2531         and Eric Blake  <ebb9@byu.net>
2532
2533         vasnprintf: support Irix 5.3
2534         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
2535         that mishandle long double infinity.
2536         Reported by Tom G. Christensen.
2537
2538 2008-09-16  Bruno Haible  <bruno@clisp.org>
2539
2540         * doc/glibc-functions/scandir.texi: Mention the function is missing on
2541         Solaris 9.
2542         * doc/glibc-functions/alphasort.texi: Likewise.
2543         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
2544
2545 2008-09-16  Jim Meyering  <meyering@redhat.com>
2546
2547         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
2548         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
2549         a umask modification leak out of a subshell.  Otherwise, the
2550         opensolaris /bin/sh would be accepted and thus cause unwarranted
2551         failures in the coreutils test suite.
2552
2553 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
2554
2555         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
2556         to succeed.
2557
2558 2008-09-16  Jim Meyering  <meyering@redhat.com>
2559
2560         avoid spurious test failure when library is built without ACL support
2561         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
2562         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
2563         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
2564         * tests/test-copy-acl.sh: Likewise.
2565
2566 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2567
2568         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
2569         based on character occurrence counts.
2570
2571 2008-09-15  Eric Blake  <ebb9@byu.net>
2572
2573         tests: avoid some compiler warnings
2574         * tests/test-memchr.c (main): Pass NULL indirectly.
2575         * tests/test-closein.c (main): Avoid unused variable.
2576
2577 2008-09-15  Bruno Haible  <bruno@clisp.org>
2578
2579         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
2580         are missing on OpenBSD 4.0 individually.
2581         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2582
2583 2008-09-15  Bruno Haible  <bruno@clisp.org>
2584
2585         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
2586         * doc/posix-functions/strerror.texi: Mention also Cygwin.
2587         * doc/posix-functions/perror.texi: Likewise.
2588         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
2589         is missing.
2590         Reported by Eric Blake.
2591
2592         * lib/errno.in.h: Use replacement values >= 2000.
2593         Reported by Eric Blake.
2594
2595 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2596
2597         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
2598         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
2599         limit.
2600         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
2601         compareseq was aborted.
2602
2603 2008-09-14  Bruno Haible  <bruno@clisp.org>
2604
2605         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
2606         yvec_edit_count.
2607         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
2608         (fstrcmp_bounded): Simplify result computation accordingly.
2609
2610 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2611
2612         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
2613         (fstrcmp): Define in terms of fstrcmp_bounded.
2614         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
2615         lower_bound argument.
2616         Return quickly if the result is certainly < lower_bound.
2617         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
2618
2619 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2620
2621         * lib/diffseq.h (EARLY_ABORT): New macro.
2622         (compareseq): Change return type to bool. Return true when EARLY_ABORT
2623         evaluates to true.
2624
2625 2008-09-14  Bruno Haible  <bruno@clisp.org>
2626
2627         * modules/perror-tests: New file.
2628         * tests/test-perror.sh: New file.
2629         * tests/test-perror.c: New file.
2630
2631         New module 'perror'.
2632         * lib/stdio.in.h (perror): New declaration.
2633         * lib/perror.c: New file.
2634         * m4/perror.m4: New file.
2635         * modules/perror: New file.
2636         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
2637         * doc/posix-functions/perror.texi: Mention the perror module.
2638         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
2639         REPLACE_PERROR.
2640         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
2641         REPLACE_PERROR.
2642
2643 2008-09-14  Bruno Haible  <bruno@clisp.org>
2644
2645         * modules/stdio (Makefile.am): Reorder to match the order in
2646         lib/stdio.in.h.
2647         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2648
2649 2008-09-13  Bruno Haible  <bruno@clisp.org>
2650
2651         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
2652
2653 2008-09-13  Bruno Haible  <bruno@clisp.org>
2654
2655         Extend strerror to cover the added errno values.
2656         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
2657         (rpl_strerror): Provide error messages for the added errno values and
2658         for the WSA* values.
2659         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
2660         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
2661         strerror.
2662         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
2663         * modules/strerror (Depends-on): Add errno.
2664         * doc/posix-functions/strerror.texi: Document the change.
2665         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
2666         and EOVERFLOW.
2667
2668 2008-09-13  Bruno Haible  <bruno@clisp.org>
2669
2670         * modules/EOVERFLOW: Remove file.
2671         * m4/eoverflow.m4: Remove file.
2672         * modules/EOVERFLOW-tests: Remove file.
2673         * tests/test-EOVERFLOW.c: Remove file.
2674         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
2675         * modules/ftell (Depends-on): Likewise.
2676         * modules/getdelim (Depends-on): Likewise.
2677         * modules/getugroups (Depends-on): Likewise.
2678         * modules/poll (Depends-on): Likewise.
2679         * modules/snprintf (Depends-on): Likewise.
2680         * modules/sprintf-posix (Depends-on): Likewise.
2681         * modules/vasnprintf (Depends-on): Likewise.
2682         * modules/vasprintf (Depends-on): Likewise.
2683         * modules/vfprintf-posix (Depends-on): Likewise.
2684         * modules/vsnprintf (Depends-on): Likewise.
2685         * modules/vsprintf-posix (Depends-on): Likewise.
2686         * modules/xvasprintf (Depends-on): Likewise.
2687         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2688         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
2689         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
2690         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
2691         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2692         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
2693         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
2694         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
2695         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2696         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
2697         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
2698         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
2699         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2700         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
2701         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
2702         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
2703         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2704         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
2705         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
2706         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
2707         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2708         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
2709         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
2710         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
2711         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
2712         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2713         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
2714         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
2715         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
2716         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
2717         * MODULES.html.sh: Remove EOVERFLOW.
2718         * NEWS: Mention the change.
2719
2720 2008-09-13  Bruno Haible  <bruno@clisp.org>
2721
2722         * modules/errno-tests: New file.
2723         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
2724
2725         * lib/errno.in.h: New file.
2726         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
2727         * modules/errno: New file.
2728         * doc/posix-headers/errno.texi: Update documentation.
2729         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
2730
2731 2008-09-13  Bruno Haible  <bruno@clisp.org>
2732
2733         * tests/test-poll.c: Use #if for native Windows, rather than testing
2734         __MSVCRT__.
2735
2736 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2737             Bruno Haible  <bruno@clisp.org>
2738
2739         * lib/glob.c: Don't include <pwd.h> on native Windows.
2740         (WINDOWS32): New macro.
2741         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
2742
2743 2008-09-13  Bruno Haible  <bruno@clisp.org>
2744
2745         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
2746         (ETIMEDOUT): Remove macro.
2747         (glthread_cond_timedwait_multithreaded): New declaration.
2748         (glthread_cond_timedwait): Use it.
2749         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
2750         (glthread_cond_timedwait_multithreaded): New function.
2751
2752 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2753
2754         * modules/poll-tests: Do not check for io.h.
2755         * tests/test-poll.c: Check for __MSVCRT__ instead.
2756
2757 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2758
2759         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
2760         * modules/poll-tests: Add inet_pton, stdbool, sockets.
2761         * tests/test-poll.c: Use them.  Use _pipe on Windows.
2762
2763 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2764
2765         * modules/poll-tests: New.
2766         * tests/test-poll.c: New.
2767
2768 2008-09-12  Eric Blake  <ebb9@byu.net>
2769
2770         frexp: test for NetBSD failure on -0.0
2771         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
2772         not all, bugs from NetBSD 3.0 have been fixed.
2773         * doc/posix-functions/frexp.texi (frexp): Document bug.
2774         Reported by Thomas Klausner.
2775
2776         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
2777         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
2778         literal -0.0.
2779         Reported by Jonathan C. Patschke <jp@centtech.com>.
2780
2781 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2782
2783         * lib/glthread/cond.h: Use dummy implementation also if
2784         USE_WIN32_THREADS.
2785
2786 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2787
2788         * modules/fnmatch-posix (License): Change to LGPLv2+.
2789         * modules/fnmatch-gnu (License): Likewise.
2790
2791 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2792
2793         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
2794
2795 2008-09-11  Jim Meyering  <meyering@redhat.com>
2796
2797         * users.txt: Add gtk-vnc.
2798
2799 2008-09-08  Simon Josefsson  <simon@josefsson.org>
2800
2801         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
2802         rotate amounts.
2803
2804         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
2805         required for 16-bit and 8-bit rotates.
2806         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
2807         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
2808         UINT8_MAX instead of hard-coded constants.
2809         Suggested by Paul Eggert.
2810
2811 2008-09-07  Bruno Haible  <bruno@clisp.org>
2812
2813         * tests/test-striconveh.c (main): Check behaviour when converting from
2814         UTF-7.
2815
2816         Make striconveh work better with stateful encodings.
2817         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
2818         that iconv does not increment the inptr when returning -1/EINVAL.
2819
2820 2008-09-07  Bruno Haible  <bruno@clisp.org>
2821
2822         * build-aux/config.rpath: Update according to libtool-2.2.6.
2823         * build-aux/config.libpath: Likewise.
2824
2825 2008-09-06  Bruno Haible  <bruno@clisp.org>
2826
2827         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
2828         * lib/freadptr.c (freadptr): Likewise.
2829         * lib/freadseek.c (freadptrinc): Likewise.
2830         Reported by Simon Josefsson.
2831
2832 2008-09-06  Bruno Haible  <bruno@clisp.org>
2833
2834         * modules/freadptr (License): Change to LGPLv2+.
2835         * modules/freadseek (License): Likewise.
2836         Suggested by Eric Blake.
2837
2838         * modules/memchr2 (License): Change to LGPLv2+.
2839         Approved by Eric Blake.
2840
2841 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2842             Bruno Haible  <bruno@clisp.org>
2843
2844         Make gnulib-tool work with native 'sed' on AIX.
2845         * gnulib-tool (sed_noop): New variable.
2846         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
2847         func_add_or_update, func_create_testdir): Use it to initialize sed
2848         script variables.
2849         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2850
2851 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
2852             Bruno Haible  <bruno@clisp.org>
2853
2854         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
2855         also works after #include directives.
2856
2857 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
2858
2859         getdate.y: reject an out-of-range timezone value
2860         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
2861         the range [-24...+24].  When specified with only one or two digits,
2862         * tests/test-getdate.c: Tests for the fix.
2863         * doc/getdate.texi: Document this change.
2864
2865 2008-09-03  Bruno Haible  <bruno@clisp.org>
2866
2867         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
2868
2869 2008-09-02  Simon Josefsson  <simon@josefsson.org>
2870
2871         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
2872         <bruce.korb@gmail.com> with ideas from Ben Pfaff
2873         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
2874         Blake <ebb9@byu.net>.
2875
2876         * tests/test-bitrotate.c: Add more test vectors.
2877
2878 2008-09-02  Eric Blake  <ebb9@byu.net>
2879
2880         vasnprintf-posix: handle large precision via %.*d
2881         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
2882         when handling it ourselves.
2883         * tests/test-vasnprintf-posix.c (test_function): Add test.
2884         * tests/test-snprintf-posix.h (test_function): Likewise.
2885         * tests/test-sprintf-posix.h (test_function): Likewise.
2886         * tests/test-vasprintf-posix.c (test_function): Likewise.
2887         Reported by Alain Guibert.
2888
2889 2008-09-01  Eric Blake  <ebb9@byu.net>
2890
2891         c-stack: make configure-time check more robust
2892         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
2893         successful sigaction call.
2894         Reported by Tom G. Christensen.
2895
2896 2008-09-01  Bruno Haible  <bruno@clisp.org>
2897
2898         New module 'findprog-lgpl'.
2899         * modules/findprog-lgpl: New file.
2900         * lib/findprog-lgpl.c: New file.
2901         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
2902         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
2903         to decide whether to use strdup or xstrdup, concatenated_filename or
2904         xconcatenated_filename.
2905
2906 2008-09-01  Bruno Haible  <bruno@clisp.org>
2907
2908         Split module 'concat-filename' into 'concat-filename' (LGPL) and
2909         'xconcat-filename' (GPL).
2910         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
2911         (License): Change to LGPLv2+.
2912         * modules/xconcat-filename: New file.
2913         * lib/concat-filename.h (concatenated_filename): Change specification.
2914         (xconcatenated_filename): New declaration.
2915         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
2916         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
2917         memory situations.
2918         * lib/xconcat-filename.c: New file.
2919         * NEWS: Mention the change.
2920         * lib/findprog.c: Include concat-filename.h, not filename.h.
2921         (find_in_path): Use xconcatenated_filename instead of
2922         concatenated_filename.
2923         * lib/javacomp.c: Include concat-filename.h, not filename.h.
2924         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2925         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2926         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2927         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
2928         instead of concatenated_filename.
2929         * lib/javaexec.c: Include concat-filename.h, not filename.h.
2930         (execute_java_class): Use xconcatenated_filename instead of
2931         concatenated_filename.
2932         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
2933         * modules/javacomp (Depends-on): Likewise.
2934         * modules/javaexec (Depends-on): Likewise.
2935
2936 2008-09-01  Bruno Haible  <bruno@clisp.org>
2937
2938         Split module 'filename' into 'filename' and 'concat-filename'.
2939         * modules/filename: Keep only lib/filename.h.
2940         (License): Change to LGPLv2+.
2941         * modules/concat-filename: New file, extracted from modules/filename.
2942         * lib/filename.h (concatenated_filename): Remove declaration.
2943         * lib/concat-filename.h: New file, extracted from lib/filename.h.
2944         * lib/concat-filename.c: Include concat-filename.h.
2945         * NEWS: Mention the change.
2946
2947 2008-09-01  Simon Josefsson  <simon@josefsson.org>
2948
2949         * lib/bitrotate.h (rotl8, rotr8): Add.
2950
2951         * modules/bitrotate (configure.ac): Need
2952         AC_REQUIRE([AC_C_INLINE]).
2953         (Description): Mention stdint.h.  Reported by Bruno Haible
2954         <bruno@clisp.org>.
2955
2956         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
2957         Paolo Bonzini <bonzini@gnu.org>.
2958
2959 2008-08-31  Bruno Haible  <bruno@clisp.org>
2960
2961         Assume Solaris specific bi-arch conventions on Solaris systems.
2962         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
2963         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
2964         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
2965         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
2966         like acl_libdirstem.
2967         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
2968         acl_libdirstem.
2969         * NEWS: Mention the change.
2970         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
2971
2972 2008-08-31  Jim Meyering  <meyering@redhat.com>
2973
2974         * lib/strftime.h: Add comments describing the two added arguments.
2975
2976         remove duplicate #include directives
2977         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
2978         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
2979
2980 2008-08-31  Bruno Haible  <bruno@clisp.org>
2981
2982         New module 'sigpipe-die'.
2983         * modules/sigpipe-die: New file.
2984         * lib/sigpipe-die.h: New file.
2985         * lib/sigpipe-die.c: New file.
2986         * MODULES.html.sh (Signal handling): Add sigpipe-die.
2987
2988 2008-08-31  Bruno Haible  <bruno@clisp.org>
2989
2990         Don't override previously installed signal handlers.
2991         * lib/fatal-signal.c (saved_sigactions): New variable.
2992         (uninstall_handlers): Reset the signal to the saved handler, not
2993         to SIG_DFL (except when ignored).
2994         (install_handlers): Save the previous handlers.
2995
2996 2008-08-30  Bruno Haible  <bruno@clisp.org>
2997
2998         * gnulib-tool (func_reset_sigpipe): New function.
2999         (func_get_automake_snippet, func_modules_transitive_closure,
3000         func_import): Invoke it before a join command that reads from stdin,
3001         to avoid "echo: write error: Broken pipe" error messages on stderr.
3002         Reported by Sam Steingold <sds@gnu.org>.
3003
3004 2008-08-30  Bruno Haible  <bruno@clisp.org>
3005
3006         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
3007         Code copied from m4/open.m4.
3008         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
3009         access and the filename ends in a slash. Code copied from lib/open.c.
3010         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
3011         * tests/test-fopen.c (main): Check against bug with trailing slash.
3012
3013 2008-08-29  Bruno Haible  <bruno@clisp.org>
3014
3015         Avoid some "gcc -pedantic" warnings.
3016         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
3017         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
3018         * lib/dirent.in.h: Likewise.
3019         * lib/fcntl.in.h: Likewise.
3020         * lib/float.in.h: Likewise.
3021         * lib/iconv.in.h: Likewise.
3022         * lib/inttypes.in.h: Likewise.
3023         * lib/locale.in.h: Likewise.
3024         * lib/math.in.h: Likewise.
3025         * lib/netinet_in.in.h: Likewise.
3026         * lib/search.in.h: Likewise.
3027         * lib/signal.in.h: Likewise.
3028         * lib/stdarg.in.h: Likewise.
3029         * lib/stdint.in.h: Likewise.
3030         * lib/stdio.in.h: Likewise.
3031         * lib/stdlib.in.h: Likewise.
3032         * lib/string.in.h: Likewise.
3033         * lib/strings.in.h: Likewise.
3034         * lib/sys_select.in.h: Likewise.
3035         * lib/sys_socket.in.h: Likewise.
3036         * lib/sys_stat.in.h: Likewise.
3037         * lib/sys_time.in.h: Likewise.
3038         * lib/sysexits.in.h: Likewise.
3039         * lib/time.in.h: Likewise.
3040         * lib/unistd.in.h: Likewise.
3041         * lib/wchar.in.h: Likewise.
3042         * lib/wctype.in.h: Likewise.
3043         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
3044         * modules/fchdir (Makefile.am): Likewise.
3045         * modules/fcntl (Makefile.am): Likewise.
3046         * modules/float (Makefile.am): Likewise.
3047         * modules/iconv_open (Makefile.am): Likewise.
3048         * modules/inttypes (Makefile.am): Likewise.
3049         * modules/locale (Makefile.am): Likewise.
3050         * modules/math (Makefile.am): Likewise.
3051         * modules/netinet_in (Makefile.am): Likewise.
3052         * modules/search (Makefile.am): Likewise.
3053         * modules/signal (Makefile.am): Likewise.
3054         * modules/stdarg (Makefile.am): Likewise.
3055         * modules/stdint (Makefile.am): Likewise.
3056         * modules/stdio (Makefile.am): Likewise.
3057         * modules/stdlib (Makefile.am): Likewise.
3058         * modules/string (Makefile.am): Likewise.
3059         * modules/strings (Makefile.am): Likewise.
3060         * modules/sys_select (Makefile.am): Likewise.
3061         * modules/sys_socket (Makefile.am): Likewise.
3062         * modules/sys_stat (Makefile.am): Likewise.
3063         * modules/sys_time (Makefile.am): Likewise.
3064         * modules/sysexits (Makefile.am): Likewise.
3065         * modules/time (Makefile.am): Likewise.
3066         * modules/unistd (Makefile.am): Likewise.
3067         * modules/wchar (Makefile.am): Likewise.
3068         * modules/wctype (Makefile.am): Likewise.
3069         Reported by Reuben Thomas <rrt@sc3d.org>.
3070
3071 2008-08-29  Bruno Haible  <bruno@clisp.org>
3072
3073         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
3074         any more.
3075
3076 2008-08-29  Simon Josefsson  <simon@josefsson.org>
3077
3078         * MODULES.html.sh (Misc): Add bitrotate.
3079
3080         * modules/bitrotate: New file.
3081
3082         * lib/bitrotate.h: New file.
3083
3084         * modules/bitrotate-tests: New file.
3085
3086         * tests/test-bitrotate.c: New file.
3087
3088         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
3089         on the bitrotate module.
3090
3091         * lib/arctwo.c: Use new bitrotate module.
3092
3093 2008-08-29  Jim Meyering  <meyering@redhat.com>
3094
3095         bootstrap: merge changes from coreutils
3096         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
3097         of copied files.  Remove a kludge, now that this is fixed.
3098         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
3099         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
3100         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
3101
3102 2008-08-29  Bruno Haible  <bruno@clisp.org>
3103
3104         * MODULES.html.sh: Remove --cvs-urls option.
3105
3106 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
3107
3108         maint.mk: adjust to file name change
3109         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
3110
3111 2008-08-28  Jim Meyering  <meyering@redhat.com>
3112
3113         * modules/getndelim2 (License): Relicense to LGPLv2+.
3114         Approved by Richard Stallman for the version of 1995, and by
3115         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
3116
3117 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
3118
3119         * lib/getdelim.c (flockfile, funlockfile): Make all of them
3120         dummy if one is not available.  Do not touch them if
3121         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
3122         (getc_maybe_unlocked): New.
3123         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
3124
3125 2008-08-26  Eric Blake  <ebb9@byu.net>
3126
3127         doc/INSTALL: resync from autoconf
3128         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
3129         (INSTALL_PRELUDE): Delete; this is done more efficiently by
3130         moving...
3131         * install.texi [!autoconf]: ...here.  Resync from autoconf.
3132         * INSTALL: Regenerate.
3133         * INSTALL.ISO: New file.
3134         * INSTALL.UTF-8: Likewise.
3135
3136 2008-08-26  Jim Meyering  <meyering@redhat.com>
3137
3138         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
3139         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
3140         these definitions conditional, so that they may be overridden, too.
3141
3142 2008-08-26  Bruno Haible  <bruno@clisp.org>
3143
3144         Generate INSTALL file variants with prettier quotes.
3145         * doc/Makefile (INSTALL_PRELUDE): New macro.
3146         (INSTALL): Use it.
3147         (INSTALL.ISO, INSTALL.UTF-8): New rules.
3148
3149 2008-08-26  Bruno Haible  <bruno@clisp.org>
3150
3151         Run makeinfo in an English locale.
3152         * doc/Makefile (MAKEINFO): New variable.
3153
3154 2008-08-26  Bruno Haible  <bruno@clisp.org>
3155
3156         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
3157         Suggested by Eric Blake.
3158
3159 2008-08-25  Bruno Haible  <bruno@clisp.org>
3160
3161         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
3162
3163 2008-08-25  Eric Blake  <ebb9@byu.net>
3164
3165         c-stack: test that stack overflow can be caught
3166         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
3167         that platform allows handling stack overflow; at least OS/2 EMX
3168         has sigaltstack, but crashes before transferring control to
3169         handler on stack overflow.
3170         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
3171         check for HAVE_STACK_OVERFLOW_HANDLING.
3172         Reported by Elbert Pol.
3173
3174 2008-08-25  Bruno Haible  <bruno@clisp.org>
3175
3176         * doc/posix-functions/strftime.texi: Fix description of strftime
3177         module.
3178
3179 2008-08-24  Bruno Haible  <bruno@clisp.org>
3180
3181         * tests/uniwidth/test-uc_width2.c: New file.
3182         * tests/uniwidth/test-uc_width2.sh: New file.
3183         * modules/uniwidth/width-tests (Files): Add the new files.
3184         (TESTS): Add uniwidth/test-uc_width2.sh.
3185         (TESTS_ENVIRONMENT): New variable.
3186         (check_PROGRAMS): Add test-uc_width2.
3187         (test_uc_width2_SOURCES): New variable.
3188
3189         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
3190         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
3191         not 0x00AB.
3192         Reported by Alexander V. Lukyanov <lav@netis.ru>.
3193
3194 2008-08-22  Eric Blake  <ebb9@byu.net>
3195
3196         test-lock, test-tls: mention why a test is skipped
3197         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
3198         skipped.
3199         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
3200
3201         count-one-bits: relax license
3202         * modules/count-one-bits (License): Relicense to LGPLv2+.
3203         Suggested by Ludovic Courtès, approved by Ben Pfaff.
3204
3205 2008-08-22  Andreas Schwab  <schwab@suse.de>
3206
3207         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3208         Remove spurious space in assignment.
3209
3210 2008-08-21  Simon Josefsson  <simon@josefsson.org>
3211
3212         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
3213         Paul Eggert <eggert@CS.UCLA.EDU>.
3214
3215 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
3216
3217         * modules/gettext: Add m4/threadlib.m4.
3218
3219 2008-08-19  Eric Blake  <ebb9@byu.net>
3220
3221         test-c-stack: fix compilation failure on FreeBSD 5.0
3222         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
3223         headers before <sys/resource.h>.
3224         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
3225         the bug.
3226         Reported by Nelson H. F. Beebe.
3227
3228         strverscmp: migrate from "strverscmp.h" to <string.h>
3229         * modules/string (Makefile.am): Add new hooks.
3230         * modules/strverscmp (Files): Remove strverscmp.h.
3231         (Depends-on): Add string.
3232         (configure.ac): Add indicator.
3233         (Include): Mention new header.
3234         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
3235         defaults.
3236         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
3237         results.
3238         * lib/strverscmp.h: Delete.
3239         * lib/string.in.h (strverscmp): Provide declaration, when needed.
3240         * tests/test-strverscmp.c (includes): Adjust client.
3241         * lib/check-version.c (includes): Likewise.
3242         * NEWS: Document the change.
3243
3244         strverscmp: add unit test
3245         * modules/strverscmp-tests: New file.
3246         * tests/test-strverscmp.c: Likewise.
3247
3248 2008-08-19  Simon Josefsson  <simon@josefsson.org>
3249
3250         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
3251         regarding Windows crypto stuff, from Mono.
3252
3253 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
3254
3255         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
3256         if present, for intel RND.  Return error on failures.
3257
3258 2008-08-18  Ben Pfaff  <blp@gnu.org>
3259
3260         gitlog-to-changelog: give better diagnostic for failed pipe-open
3261         * build-aux/gitlog-to-changelog: Improve error message: suggest
3262         that the version of Git may be too old.
3263
3264 2008-08-18  Simon Josefsson  <simon@josefsson.org>
3265
3266         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
3267         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
3268
3269 2008-08-18  Bruno Haible  <bruno@clisp.org>
3270
3271         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
3272         pthread_in_use().
3273
3274 2008-08-18  Bruno Haible  <bruno@clisp.org>
3275
3276         * lib/glthread/threadlib.c: Include <pthread.h>.
3277
3278 2008-08-18  Bruno Haible  <bruno@clisp.org>
3279
3280         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
3281         glthread_recursive_lock_* macros.
3282         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
3283         Fix syntax error.
3284
3285 2008-08-18  Bruno Haible  <bruno@clisp.org>
3286
3287         * lib/glthread/thread.c: Avoid forcing a context switch right after
3288         thread creation.
3289
3290 2008-08-17  Bruno Haible  <bruno@clisp.org>
3291
3292         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
3293         * lib/glthread/thread.h: Provide Win32 specific implementation.
3294         * modules/thread (Files): Add lib/glthread/thread.c.
3295         (Depends-on): Add lock.
3296         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
3297
3298 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3299
3300         New module 'yield'.
3301         * modules/yield: New file.
3302         * lib/glthread/yield.h: New file.
3303         * m4/yield.m4: New file.
3304         * MODULES.html.sh (Multithreading): Add yield.
3305
3306 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3307
3308         New module 'thread'.
3309         * modules/thread: New file.
3310         * lib/glthread/thread.h: New file.
3311         * m4/thread.m4: New file.
3312         * MODULES.html.sh (Multithreading): Add thread.
3313
3314 2008-08-17  Bruno Haible  <bruno@clisp.org>
3315
3316         * lib/glthread/lock.h: Include <stdlib.h> always.
3317         * lib/glthread/tls.h: Likewise.
3318         * lib/glthread/cond.h: Likewise.
3319
3320 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3321
3322         New module 'cond'.
3323         * modules/cond: New file.
3324         * lib/glthread/cond.h: New file.
3325         * lib/glthread/cond.c: New file.
3326         * m4/cond.m4: New file.
3327         * MODULES.html.sh (Multithreading): Add cond.
3328
3329 2008-08-16  Eric Blake  <ebb9@byu.net>
3330
3331         c-stack: fix regression on Irix 5.3 from 2008-06-21
3332         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
3333         sa_sigaction...
3334         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
3335         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
3336         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
3337         * modules/signal (Makefile.am): Use the value.
3338         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
3339         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
3340         * doc/posix-headers/signal.texi (signal.h): Document this
3341         portability issue.
3342         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
3343         Reported by Tom G. Christensen.
3344
3345 2008-08-17  Bruno Haible  <bruno@clisp.org>
3346
3347         New module 'threadlib'.
3348         * modules/threadlib: New file.
3349         * lib/glthread/threadlib.c: New file, extracted from
3350         lib/glthread/lock.c.
3351         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
3352         functions.
3353         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
3354         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
3355         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
3356         macros.
3357         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
3358         (gl_DISABLE_THREADS): Remove macro.
3359         * modules/lock (Files): Remove build-aux/config.rpath.
3360         (Depends-on): Remove havelib. Add threadlib.
3361         (configure.ac-early): Remove section.
3362         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
3363         * modules/tls (Depends-on): Remove lock. Add threadlib.
3364         (Link): New section, copied from threadlib.
3365         * MODULES.html.sh (Multithreading): Add threadlib.
3366
3367 2008-08-14  Bruno Haible  <bruno@clisp.org>
3368
3369         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
3370         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
3371         glthread_rwlock_unlock, glthread_rwlock_destroy,
3372         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
3373         glthread_recursive_lock_destroy): Define as macros always.
3374         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
3375         glthread_lock_lock.
3376         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
3377         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
3378         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
3379         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
3380         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
3381         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
3382         (glthread_recursive_lock_lock_func): Renamed from
3383         glthread_recursive_lock_lock.
3384         (glthread_recursive_lock_unlock_func): Renamed from
3385         glthread_recursive_lock_unlock.
3386         (glthread_recursive_lock_destroy_func): Renamed from
3387         glthread_recursive_lock_destroy.
3388
3389 2008-08-14  Bruno Haible  <bruno@clisp.org>
3390
3391         * lib/glthread/lock.h: Renamed from lib/lock.h.
3392         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
3393         * lib/glthread/tls.h: Renamed from lib/tls.h.
3394         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
3395         * lib/fstrcmp.c: Update includes.
3396         * lib/strsignal.c: Update includes.
3397         * modules/lock (Files, Makefile.am): Update.
3398         (Include): Change to "glthread/lock.h".
3399         * modules/tls (Files, Makefile.am): Update.
3400         (Include): Change to "glthread/tls.h".
3401         * tests/test-lock.c: Update includes.
3402         * tests/test-tls.c: Update includes.
3403         * NEWS: Mention the renamed header files.
3404
3405 2008-08-11  Jim Meyering  <meyering@redhat.com>
3406
3407         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
3408
3409 2008-08-11  Eric Blake  <ebb9@byu.net>
3410
3411         test-c-stack: avoid C99-ism
3412         * tests/test-c-stack.c (main): Fix whitespace, move declaration
3413         before statement.
3414         Reported by Alain Guibert.
3415
3416 2008-08-10  Jim Meyering  <meyering@redhat.com>
3417
3418         ensure that return value of uinttostr et al are not ignored
3419         * lib/inttostr.h (__GNUC_PREREQ): Define.
3420         (__attribute_warn_unused_result__): Define.
3421         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
3422
3423 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
3424
3425         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
3426         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
3427
3428 2008-08-07  Jim Meyering  <meyering@redhat.com>
3429
3430         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
3431
3432         * modules/mkstemp (License): Relicense under LGPLv2+.
3433         * modules/tempname (License): Likewise.
3434
3435 2008-08-06  Bruno Haible  <bruno@clisp.org>
3436
3437         * lib/poll.c (poll): Further micro-optimization.
3438
3439 2008-08-06  Jim Meyering  <meyering@redhat.com>
3440
3441         inet_pton.c: use locale-independent tolower
3442         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
3443         (inet_pton6): Use c_tolower rather than tolower.
3444         * modules/inet_pton (Depends-on): Add c-ctype.
3445
3446 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
3447
3448         * lib/poll.c (poll): Avoid division when timeout is 0, cache
3449         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
3450
3451 2008-08-06  Jim Meyering  <meyering@redhat.com>
3452
3453         * modules/inet_pton (License): Relicense under LGPLv2+.
3454
3455 2008-08-03  Bruno Haible  <bruno@clisp.org>
3456
3457         Additional non-aborting API for lock and tls.
3458         * lib/lock.h: Include <errno.h>.
3459         (glthread_lock_init): New macro/function.
3460         (gl_lock_init): Define as wrapper around glthread_lock_init.
3461         (glthread_lock_lock): New macro/function.
3462         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
3463         (glthread_lock_unlock): New macro/function.
3464         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
3465         (glthread_lock_destroy): New macro/function.
3466         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
3467         (glthread_rwlock_init): New macro/function.
3468         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
3469         (glthread_rwlock_rdlock): New macro/function.
3470         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
3471         (glthread_rwlock_wrlock): New macro/function.
3472         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
3473         (glthread_rwlock_unlock): New macro/function.
3474         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
3475         (glthread_rwlock_destroy): New macro/function.
3476         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
3477         (glthread_recursive_lock_init): New macro/function.
3478         (gl_recursive_lock_init): Define as wrapper around
3479         glthread_recursive_lock_init.
3480         (glthread_recursive_lock_lock): New macro/function.
3481         (gl_recursive_lock_lock): Define as wrapper around
3482         glthread_recursive_lock_lock.
3483         (glthread_recursive_lock_unlock): New macro/function.
3484         (gl_recursive_lock_unlock): Define as wrapper around
3485         glthread_recursive_lock_unlock.
3486         (glthread_recursive_lock_destroy): New macro/function.
3487         (gl_recursive_lock_destroy): Define as wrapper around
3488         glthread_recursive_lock_destroy.
3489         (glthread_once): New macro/function.
3490         (gl_once): Define as wrapper around glthread_once.
3491         Update function declarations.
3492         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
3493         glthread_rwlock_init. Return error code.
3494         (glthread_rwlock_rdlock_multithreaded): Renamed from
3495         glthread_rwlock_rdlock. Return error code.
3496         (glthread_rwlock_wrlock_multithreaded): Renamed from
3497         glthread_rwlock_wrlock. Return error code.
3498         (glthread_rwlock_unlock_multithreaded): Renamed from
3499         glthread_rwlock_unlock. Return error code.
3500         (glthread_rwlock_destroy_multithreaded): Renamed from
3501         glthread_rwlock_destroy. Return error code.
3502         (glthread_recursive_lock_init_multithreaded): Renamed from
3503         glthread_recursive_lock_init. Return error code.
3504         (glthread_recursive_lock_lock_multithreaded): Renamed from
3505         glthread_recursive_lock_lock. Return error code.
3506         (glthread_recursive_lock_unlock_multithreaded): Renamed from
3507         glthread_recursive_lock_unlock. Return error code.
3508         (glthread_recursive_lock_destroy_multithreaded): Renamed from
3509         glthread_recursive_lock_destroy. Return error code.
3510         (glthread_once_call): Make static.
3511         (glthread_once_multithreaded): Renamed from glthread_once.
3512         * lib/tls.h: Include <errno.h>.
3513         (glthread_tls_key_init): New macro/function.
3514         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
3515         (glthread_tls_set): New macro/function.
3516         (gl_tls_set): Define as wrapper around glthread_tls_set.
3517         (glthread_tls_key_destroy): New macro/function.
3518         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
3519         Update function declarations.
3520         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
3521         glthread_tls_get.
3522         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3523
3524 2008-08-04  Eric Blake  <ebb9@byu.net>
3525
3526         gnumakefile: use space, not TAB, outside of targets
3527         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
3528
3529 2008-08-02  Jim Meyering  <meyering@redhat.com>
3530
3531         getdate.y: avoid locale-dependent date parsing failure
3532         In Turkish locales, getdate would fail to recognize keywords
3533         containing a lowercase "i".  The solution is not to rely on
3534         locale-sensitive case-conversion.
3535         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
3536         (lookup_word): Use c_toupper in place of toupper.
3537         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
3538         Reported by Vefa Bicakci <bicave@superonline.com> in
3539         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
3540         * modules/getdate (Depends-on): Add c-ctype.
3541
3542 2008-08-02  Bruno Haible  <bruno@clisp.org>
3543
3544         * gnulib-tool (func_import): When updating or creating a .gitignore
3545         file, prepend each added line with a slash, and ignore leading slashes
3546         from the existing lines.
3547         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3548
3549 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3550
3551         Portability fix for GNU make 3.79.1.
3552         * top/GNUmakefile: Avoid 'else COND', which older GNU make
3553         versions do not understand.
3554
3555 2008-08-01  Bruno Haible  <bruno@clisp.org>
3556
3557         Work around bug of HP-UX 10.20 cc with -0.0 literal.
3558         * tests/test-isnanf.h (zero): New variable.
3559         (main): Avoid literal -0.0f.
3560         * tests/test-isnand.h (zero): New variable.
3561         (main): Avoid literal -0.0.
3562         * tests/test-isnanl.h (zero): New variable.
3563         (main): Avoid literal -0.0L.
3564         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
3565         (test_float, test_double, test_long_double): Avoid literals -0.0f,
3566         -0.0, -0.0L.
3567         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
3568         (test_signbitd): Avoid literal -0.0.
3569         (test_signbitl): Avoid literal -0.0L.
3570         * tests/test-ceilf1.c (zero): New variable.
3571         (main): Avoid literal -0.0f.
3572         * tests/test-ceill.c (zero): New variable.
3573         (main): Avoid literal -0.0L.
3574         * tests/test-floorf1.c (zero): New variable.
3575         (main): Avoid literal -0.0f.
3576         * tests/test-floorl.c (zero): New variable.
3577         (main): Avoid literal -0.0L.
3578         * tests/test-roundf1.c (zero): New variable.
3579         (main): Avoid literal -0.0f.
3580         * tests/test-round1.c (zero): New variable.
3581         (main): Avoid literal -0.0.
3582         * tests/test-roundl.c (zero): New variable.
3583         (main): Avoid literal -0.0L.
3584         * tests/test-truncf1.c (zero): New variable.
3585         (main): Avoid literal -0.0f.
3586         * tests/test-trunc1.c (zero): New variable.
3587         (main): Avoid literal -0.0.
3588         * tests/test-truncl.c (zero): New variable.
3589         (main): Avoid literal -0.0L.
3590         * tests/test-frexp.c (zero): New variable.
3591         (main): Avoid literal -0.0.
3592         * tests/test-frexpl.c (zero): New variable.
3593         (main): Avoid literal -0.0L.
3594         * tests/test-ldexpl.c (zero): New variable.
3595         (main): Avoid literal -0.0L.
3596         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3597         (zerod, zerol): New variables.
3598         (test_function): Avoid literals -0.0, -0.0L.
3599         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3600         (zerod, zerol): New variables.
3601         (test_function): Avoid literals -0.0, -0.0L.
3602         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3603         (zerod, zerol): New variables.
3604         (test_function): Avoid literals -0.0, -0.0L.
3605         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3606         (zerod, zerol): New variables.
3607         (test_function): Avoid literals -0.0, -0.0L.
3608         * tests/test-strtod.c (zero): New variable.
3609         (main): Avoid literal -0.0.
3610         Reported by Jonathan C. Patschke <jp@centtech.com>.
3611
3612 2008-07-31  Jim Meyering  <meyering@redhat.com>
3613
3614         sha256.h: correct definition of SHA224_DIGEST_SIZE
3615         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
3616         Reported by Paulie Pena IV <paulie4@gmail.com>.
3617         Define as 224 / 8, rather than as a literal.
3618         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
3619         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
3620         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
3621
3622 2008-07-31  Bruno Haible  <bruno@clisp.org>
3623
3624         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
3625         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
3626         Reported by Jonathan Patschke <jp@centtech.com>.
3627
3628 2008-07-31  Bruno Haible  <bruno@clisp.org>
3629
3630         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
3631         Reported by Paolo Bonzini <bonzini@gnu.org>.
3632
3633 2008-07-30  Eric Blake  <ebb9@byu.net>
3634
3635         test-strtod: allow compilation without -lm
3636         * tests/test-strtod.c (main): Avoid link dependence on fabs.
3637         Reported by Dennis Clarke <blastwave@gmail.com>.
3638
3639 2008-07-28  Jim Meyering  <meyering@redhat.com>
3640
3641         bootstrap: work also when there are no .po files in po/
3642         * build-aux/bootstrap (update_po_files): Complete the change
3643         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
3644
3645 2008-07-27  Jim Meyering  <meyering@redhat.com>
3646
3647         * users.txt: Add zile.
3648
3649 2008-07-26  Ben Pfaff  <blp@gnu.org>
3650
3651         Add missing dependencies on new m4/exponent[fdl].m4 files.
3652         * modules/isnanf-nolibm: Add m4/exponentf.m4.
3653         * modules/isnand-nolibm: Add m4/exponentd.m4.
3654         * modules/isnanl-nolibm: Add m4/exponentl.m4.
3655         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
3656         m4/isnan[fdl].m4, because the macros actually used moved.
3657         Reported by Jim Meyering.
3658
3659 2008-07-14  Ben Pfaff  <blp@gnu.org>
3660
3661         Add isinf module.
3662         * lib/isinf.c: New file.
3663         * lib/math.in.h: Define isinf macro if we have decided to replace
3664         it.
3665         * m4/isinf.m4: New file.
3666         * m4/math_h.m4: Initialize and substitute variables for isinf
3667         module.
3668         * modules/isinf: New file.
3669         * modules/isinf-tests: New file.
3670         * modules/math: Add substitutions for new module.
3671         * tests/test-isinf.c: New file.
3672         * doc/posix-functions/isinf.texi: Mention new module.
3673         * MODULES.html.sh: Mention new module.
3674
3675 2008-07-14  Ben Pfaff  <blp@gnu.org>
3676
3677         Factor out some macros for use by additional modules.
3678         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
3679         exponentf.m4.
3680         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
3681         exponentd.m4.
3682         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
3683         file exponentl.m4.
3684         * m4/exponentf.m4: New file.
3685         * m4/exponentd.m4: New file.
3686         * m4/exponentl.m4: New file.
3687         * modules/isnanf: Use new file m4/exponentf.m4.
3688         * modules/isnand: Use new file m4/exponentd.m4.
3689         * modules/isnanl: Use new file m4/exponentl.m4.
3690
3691 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
3692
3693         mktime.c: normalize tp->tm_isdst value to -1/0/1.
3694         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
3695         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
3696         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
3697
3698         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
3699         readlink on platforms without PATH_MAX.
3700
3701 2008-07-21  Eric Blake  <ebb9@byu.net>
3702
3703         Warn, not fail, on stale version.
3704         * top/GNUmakefile (_curr-ver): Tone down previous patch.
3705
3706         Don't allow installation with stale devel version number.
3707         * top/GNUmakefile (_is-install-target): New macro.
3708         (_curr-ver): Forbid installation with stale version number.
3709
3710 2008-07-20  Bruno Haible  <bruno@clisp.org>
3711
3712         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
3713         TESTS_ENVIRONMENT.
3714         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
3715
3716 2008-07-20  Bruno Haible  <bruno@clisp.org>
3717
3718         * lib/c-stack.h (c_stack_action): Add documentation.
3719         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
3720
3721 2008-07-20  Bruno Haible  <bruno@clisp.org>
3722
3723         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
3724         * modules/readlink (License): Likewise.
3725
3726 2008-07-17  Eric Blake  <ebb9@byu.net>
3727
3728         * modules/c-stack (Link): Fix typo.
3729
3730         Make c-stack use libsigsegv, when available.
3731         * modules/c-stack (Depends-on): Add libsigsegv.
3732         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
3733         needed.
3734         * lib/c-stack.c (SIGSTKSZ): Define fallback.
3735         (segv_handler, overflow_handler, c_stack_action)
3736         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
3737         implementation when libsigsegv is available, but only when using
3738         the library is necessary.
3739         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
3740         comment, explaining why XSI check fails on Linux.
3741         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
3742         * tests/test-c-stack2.sh: Tweak skip message.
3743         * NEWS: Document new link-time requirements.
3744
3745 2008-07-16  Eric Blake  <ebb9@byu.net>
3746
3747         c-stack: Expose false positives when not using libsigsegv.
3748         * modules/c-stack-tests (Files): Expand test.
3749         * tests/test-c-stack.c (main): Add means to conditionally trigger
3750         non-overflow SIGSEGV.
3751         * tests/test-c-stack2.sh: New file.
3752
3753 2008-07-14  Bruno Haible  <bruno@clisp.org>
3754
3755         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
3756         Reported by Eric Blake.
3757
3758 2008-07-14  Sam Steingold  <sds@gnu.org>
3759             Bruno Haible  <bruno@clisp.org>
3760
3761         New module libsigsegv.
3762         * modules/libsigsegv: New file.
3763         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
3764         modifications.
3765         * MODULES.html.sh (Signal handling): New section.
3766
3767 2008-07-14  Bruno Haible  <bruno@clisp.org>
3768
3769         * modules/unictype/ctype-* (Description): Add the word "function".
3770         Improves the resulting doc in MODULES.html.
3771
3772 2008-07-12  Ben Pfaff  <blp@gnu.org>
3773
3774         Add longlong module.
3775         * modules/longlong: New file.
3776
3777 2008-07-12  Bruno Haible  <bruno@clisp.org>
3778
3779         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
3780         to empty.
3781
3782 2008-07-10  Ben Pfaff  <blp@gnu.org>
3783
3784         Add isnan module.
3785         * doc/posix-functions/isnan.texi: Mention new module.
3786         * lib/math.in.h: Define isnan macro if we have decided to replace
3787         it.
3788         * m4/isnan.m4: New file.
3789         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
3790         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
3791         also.
3792         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
3793         redundancy.
3794         * m4/math_h.m4: Initialize and substitute variables for isnan
3795         module.
3796         * modules/isnan: New file.
3797         * modules/isnan-tests: New file.
3798         * modules/math: Add substitutions for new module.
3799         * tests/test-isnan.c: New file.
3800         * MODULES.html.sh: Mention new module.
3801
3802 2008-07-10  Ben Pfaff  <blp@gnu.org>
3803
3804         Add isnanf module.
3805         * lib/isnanf.m4: New file.
3806         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
3807         (gl_HAVE_ISNANF_IN_LIBM): New macro.
3808         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
3809         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
3810         * modules/isnanf: New file.
3811         * modules/isnanf-tests: New file.
3812         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
3813         files.
3814         * tests/test-isnanf-nolibm.c: factored most of its contents into
3815         new file tests/test-isnanf.h.
3816         * tests/test-isnanf.h: New file.
3817         * tests/test-isnanf.c: New file.
3818         * MODULES.html.sh: Mention new module.
3819         * doc/glibc-functions/isnanf.texi: Mention new module.
3820
3821 2008-07-10  Ben Pfaff  <blp@gnu.org>
3822
3823         Add isnand module.
3824         * lib/isnand.h: New file.
3825         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
3826         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
3827         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
3828         functionality also.
3829         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
3830         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
3831         (gl_HAVE_ISNAND_IN_LIBM): New macro.
3832         * modules/isnand: New file.
3833         * modules/isnand-tests: New file.
3834         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
3835         files.
3836         * tests/test-isnand-nolibm.c: factored most of its contents into
3837         new file tests/test-isnand.h.
3838         * tests/test-isnand.h: New file.
3839         * tests/test-isnand.c: New file.
3840         * MODULES.html.sh: Mention new module.
3841
3842 2008-07-10  Ben Pfaff  <blp@gnu.org>
3843
3844         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
3845         * lib/isnand.h: Rename lib/isnand-nolibm.h.
3846         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
3847         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
3848         * modules/isnanf-nolibm: Update references to renamed files.
3849         * modules/isnand-nolibm: Likewise.
3850         * modules/isnanf-nolibm-tests: Likewise.
3851         * modules/isnand-nolibm-tests: Likewise.
3852         * lib/frexp.c: Likewise.
3853         * lib/isfinite.c: Likewise.
3854         * lib/signbitd.c: Likewise.
3855         * lib/signbitf.c: Likewise.
3856         * lib/vasnprintf.c: Likewise.
3857         * tests/test-ceilf1.c: Likewise.
3858         * tests/test-ceilf2.c: Likewise.
3859         * tests/test-floorf1.c: Likewise.
3860         * tests/test-floorf2.c: Likewise.
3861         * tests/test-frexp.c: Likewise.
3862         * tests/test-round1.c: Likewise.
3863         * tests/test-round2.c: Likewise.
3864         * tests/test-roundf1.c: Likewise.
3865         * tests/test-strtod.c: Likewise.
3866         * tests/test-trunc1.c: Likewise.
3867         * tests/test-trunc2.c: Likewise.
3868         * tests/test-truncf1.c: Likewise.
3869         * tests/test-truncf2.c: Likewise.
3870         * NEWS: Mention the renamed header files.
3871
3872 2008-07-11  Jim Meyering  <meyering@redhat.com>
3873
3874         vc-list-files: make the last-resort awk code more portable
3875         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
3876         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
3877         does not support it.
3878
3879 2008-07-10  Eric Blake  <ebb9@byu.net>
3880
3881         Work with tar's bootstrap.
3882         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
3883         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
3884         an m4 comment.
3885
3886 2008-07-09  Jim Meyering  <meyering@redhat.com>
3887
3888         posix-shell.m4: fix typo that made this test malfunction
3889         * m4/posix-shell.m4: Remove capitalization in variable name.
3890
3891 2008-07-08  Bruno Haible  <bruno@clisp.org>
3892
3893         * m4/onceonly.m4: Update comments.
3894         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3895
3896 2008-07-04  Jim Meyering  <meyering@redhat.com>
3897
3898         * users.txt: Add vc-dwim.
3899         (bison, coreutils): Use the gitweb URL.
3900
3901 2008-07-03  Jim Meyering  <meyering@redhat.com>
3902
3903         * users.txt: Add libffcall.  From Sam Steingold.
3904
3905 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
3906
3907         getdate.y: do not ignore TZ with relative day, month or year offset
3908         * lib/getdate.y (get_date): Move the tz-handling block to follow the
3909         relative-date-handling, since otherwise, the latter would clobber the
3910         sole output (an updated Start value) of the tz-handling block.
3911         * tests/test-getdate.c: Tests for the fix
3912
3913 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3914
3915         Recognize 'foo_LIBRARIES += libgnu.a'.
3916         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
3917         makefile snippet has already specified an installation location,
3918         also using '+='.
3919
3920 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
3921
3922         getdate.y: factor out common actions
3923         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
3924         Use them in place of open-coded actions.
3925
3926 2008-07-01  Simon Josefsson  <simon@josefsson.org>
3927
3928         Add self-test for getdate module.
3929         * modules/getdate-tests: New file.
3930         * tests/test-getdate.c: New file.
3931
3932 2008-06-29  Bruno Haible  <bruno@clisp.org>
3933
3934         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
3935         .gitignore.
3936         Reported by Sylvain Beucler <beuc@beuc.net>.
3937
3938 2008-06-29  Bruno Haible  <bruno@clisp.org>
3939
3940         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
3941         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
3942
3943 2008-06-29  Bruno Haible  <bruno@clisp.org>
3944
3945         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
3946         EXTRA_DIST.
3947         Reported by Sylvain Beucler <beuc@beuc.net>.
3948
3949 2008-06-26  Jim Meyering  <meyering@redhat.com>
3950
3951         make several modules depend on the "open" module
3952         This provides slightly increased consistency when opening-for-write
3953         the name of a non-directory spelled with a trailing slash.
3954         * modules/chdir-safer: Likewise.
3955         * modules/chown: Likewise.
3956         * modules/clean-temp: Likewise.
3957         * modules/copy-file: Likewise.
3958         * modules/fchdir: Likewise.
3959         * modules/fcntl-safer: Likewise.
3960         * modules/pipe: Likewise.
3961         * modules/utime: Likewise.
3962         Prompted by Eric Blake and Bruno Haible.
3963
3964 2008-06-24  Andreas Schwab  <schwab@suse.de>
3965
3966         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
3967         literals can be used as initializers for global variables.
3968
3969 2008-06-23  Eric Blake  <ebb9@byu.net>
3970
3971         Make gnulib-cache.m4 easier to diff.
3972         * gnulib-tool (func_import): Allow newlines when reading cached
3973         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
3974
3975 2008-06-23  Bruno Haible  <bruno@clisp.org>
3976
3977         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
3978         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
3979         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
3980         m4/signalblocking.m4.
3981         (gl_PREREQ_SIGACTION): Don't invoke it.
3982         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
3983         gl_PREREQ_SIG_HANDLER_H.
3984         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
3985         Don't check for sigaction here.
3986
3987 2008-06-23  Bruno Haible  <bruno@clisp.org>
3988
3989         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
3990         (install_handlers): Don't set the SA_RESETHAND flag.
3991
3992 2008-06-23  Bruno Haible  <bruno@clisp.org>
3993
3994         * m4/sigaction.m4: Comment fixes.
3995         * lib/signal.in.h: Likewise.
3996
3997 2008-06-23  Eric Blake  <ebb9@byu.net>
3998
3999         Fix typo.
4000         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
4001
4002         Avoid SA_ namespace.
4003         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
4004         Reported by Ralf Wildenhues.
4005
4006         Avoid test failure due to SA_RESTORER.
4007         * tests/test-sigaction.c (SA_MASK): New macro.
4008         (main): Avoid failing due to extension flags being set.
4009         Reported by Jim Meyering.
4010
4011         Revert use of sig-handler.h in sigprocmask.c.
4012         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
4013         it requires the existence of struct sigaction.
4014         * lib/sigprocmask.c (handler_t): Restore typedef.
4015         (rpl_signal, old_handlers): Use local type.
4016
4017 2008-06-22  Bruno Haible  <bruno@clisp.org>
4018
4019         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
4020         conditionally.
4021         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4022
4023 2008-06-22  Bruno Haible  <bruno@clisp.org>
4024
4025         * doc/posix-functions/siginterrupt.texi: Move note.
4026
4027         * lib/signal.in.h (SA_RESTART): New macro.
4028         * lib/sigaction.c: Update comment.
4029
4030         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
4031
4032         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
4033         (gl_PREREQ_SIGPROCMASK): Invoke it.
4034         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
4035
4036         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
4037
4038         * lib/sigprocmask.c: Update a comment.
4039
4040 2008-06-21  Eric Blake  <ebb9@byu.net>
4041
4042         Use sigaction module rather than signal().
4043         * modules/c-stack (Depends-on): Add sigaction.
4044         * modules/fatal-signal (Depends-on): Likewise.
4045         * modules/nanosleep (Depends-on): Likewise.
4046         * modules/sigprocmask (Files): Add sig-handler.h.
4047         * modules/sigaction (Files): Likewise.
4048         * lib/sig-handler.h (get_handler): New file, suggested by Paul
4049         Eggert.
4050         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
4051         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
4052         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
4053         (init_fatal_signals): Likewise.
4054         * lib/nanosleep.c (rpl_nanosleep): Likewise.
4055         (siginterrupt): Delete fallback.
4056         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
4057         instead.
4058         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
4059         siginterrupt.
4060
4061         New module sigaction, for mingw.
4062         * modules/sigaction: New module...
4063         * modules/sigaction-tests: ...and its test.
4064         * m4/sigaction.m4: New file.
4065         * lib/sigaction.c: Likewise.
4066         * tests/test-sigaction.c: Likewise.
4067         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
4068         * modules/signal (Makefile.am): Likewise.
4069         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
4070         needed.
4071         * doc/posix-headers/signal.texi (signal.h): Mention provided
4072         types.
4073         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
4074         that sigaction is preferable.
4075         * doc/posix-functions/sigaction.texi (sigaction): Mention new
4076         module.
4077         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4078         sigaction.
4079
4080         Improve robustness of sigprocmask by overriding signal.
4081         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
4082         is in use.
4083         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
4084         (SIGKILL, SIGSTOP): Provide fallbacks.
4085         (rpl_signal): Implement.
4086         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
4087         signal can be called inside handlers.
4088
4089         Fix nanosleep module on mingw.
4090         * modules/nanosleep (Depends-on): Add sys_select.
4091         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
4092
4093         Fix licensing of sigprocmask.
4094         * modules/raise (License): Relicense as LGPL.
4095
4096 2008-06-21  Bruno Haible  <bruno@clisp.org>
4097
4098         * lib/propername.c (proper_name_utf8): Don't use the transliterated
4099         result if it contains question marks.
4100         Reported by Michael Geng <linux@michaelgeng.de>.
4101
4102 2008-06-19  Bruno Haible  <bruno@clisp.org>
4103
4104         Fix CVS-ism.
4105         * doc/gnulib.texi: Include updated-stamp.texi.
4106         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
4107         (updated-stamp.texi): New rule.
4108         (gnulib.info): Depend on it.
4109         * doc/.gitignore: Add updated-stamp.texi.
4110         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
4111
4112 2008-06-19  Bruno Haible  <bruno@clisp.org>
4113
4114         * doc/Makefile (gnulib.info): Update and simplify dependencies.
4115         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
4116
4117 2008-06-19  Eric Blake  <ebb9@byu.net>
4118
4119         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
4120         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
4121         Reported by Stepan Kasal.
4122
4123 2008-06-18  Bruno Haible  <bruno@clisp.org>
4124
4125         * lib/fatal-signal.c (init_fatal_signals): Add comment.
4126         Reported by Eric Blake.
4127
4128 2008-06-18  Eric Blake  <ebb9@byu.net>
4129
4130         Work around cygwin 1.5.25 strsignal bug.
4131         * tests/test-strsignal.c: Allow for const char *.
4132         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
4133
4134 2008-06-18  Simon Josefsson  <simon@josefsson.org>
4135
4136         * users.txt: Update URL to article and add author/date
4137         information.
4138
4139 2008-06-17  Bruno Haible  <bruno@clisp.org>
4140
4141         New macro gl_DISABLE_THREADS.
4142         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
4143         if the user did not pass --enable-threads or --disable-threads option.
4144         (gl_DISABLE_THREADS): New macro.
4145         Reported by Eric Blake <ebb9@byu.net>.
4146
4147 2008-06-17  Bruno Haible  <bruno@clisp.org>
4148
4149         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
4150         when the macro ignores it.
4151         Based on a patch by Eric Blake <ebb9@byu.net>.
4152
4153 2008-06-17  Bruno Haible  <bruno@clisp.org>
4154
4155         * modules/tls (License): Change to LGPLv2+.
4156         Reported by Eric Blake.
4157
4158 2008-06-17  Eric Blake  <ebb9@byu.net>
4159
4160         Simplify c-stack prerequisites.
4161         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
4162         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
4163         no longer requires <ucontext.h> to exist.  Optimize setrlimit
4164         check.
4165         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
4166         <sys/resource.h>.
4167
4168         Move c-stack test into testsuite.
4169         * modules/c-stack-tests: New file.
4170         * lib/c-stack.c [DEBUG]: Move test program...
4171         * tests/test-c-stack.c: ...into this new file.  Skip rather than
4172         fail test if sigaltstack is lacking.
4173         * tests/test-c-stack.sh: New driver file.
4174
4175 2008-06-16  Eric Blake  <ebb9@byu.net>
4176
4177         Use raise module consistently.
4178         * modules/fatal-signal (Depends-on): Add raise.
4179         * modules/sigprocmask (Depends-on): Likewise.
4180         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
4181         * lib/sigprocmask.c (sigprocmask): Likewise.
4182         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4183         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
4184
4185         Fix compliance bug in sigpending.
4186         * lib/sigprocmask.c (sigpending): Return pending array via
4187         parameter, not return value.
4188
4189 2008-06-14  Eric Blake  <ebb9@byu.net>
4190
4191         Improve obstack-printf test code.
4192         * tests/test-obstack-printf.c (test_function): Fix comment, and
4193         simplify usage of obstack_* in macros.  Add a test for coverage.
4194         Reported by Bruno Haible.
4195
4196 2008-06-14  Bruno Haible  <bruno@clisp.org>
4197
4198         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
4199         array size as a constant, not as a const variable.
4200         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
4201         AC_USE_SYSTEM_EXTENSIONS.
4202         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
4203         Test whether the obstack_printf function actually exists.
4204         * modules/obstack-printf (Depends-on): Add extensions.
4205         (Include): Remove obstack.h.
4206         * modules/obstack-printf-posix (Depends-on): Add extensions.
4207         (Include): Remove obstack.h.
4208
4209 2008-06-13  Eric Blake  <ebb9@byu.net>
4210
4211         Add obstack-printf and obstack-printf-posix modules.
4212         * modules/obstack-printf: New file.
4213         * modules/obstack-printf-posix: Likewise.
4214         * MODULES.html.sh (Misc): Mention them.
4215         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4216         Likewise.
4217         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4218         Likewise.
4219         * modules/stdio (Makefile.am): Accomodate new modules.
4220         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4221         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
4222         Declare.
4223         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
4224         functions.
4225         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
4226         (gl_REPLACE_OBSTACK_PRINTF): New macros
4227         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
4228         * tests/test-obstack-printf.c: New file.
4229         * modules/obstack-printf-tests: Likewise.
4230         * modules/obstack-printf-posix-tests: Likewise.
4231
4232 2008-06-11  Bruno Haible  <bruno@clisp.org>
4233
4234         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
4235         * lib/open.c: Include errno.h.
4236         (open): Fail when attempting to write to a file that has a trailing
4237         slash.
4238         * tests/test-open.c (main): Test against trailing slash bug.
4239         * doc/posix-functions/open.texi: Mention the trailing slash bug.
4240
4241 2008-06-10  Bruno Haible  <bruno@clisp.org>
4242
4243         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
4244         for $? to work inside the trap command, with various /bin/sh-s.
4245         * tests/test-vc-list-files-cvs.sh: Likewise.
4246
4247 2008-06-10  Bruno Haible  <bruno@clisp.org>
4248
4249         * lib/acl-internal.h: Don't include gettext.h here.
4250         * lib/set-mode-acl.c: Include gettext.h here.
4251         * lib/copy-acl.c: Likewise.
4252
4253 2008-06-10  Bruno Haible  <bruno@clisp.org>
4254
4255         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
4256         * lib/wait-process.c (wait_subprocess): Likewise.
4257         * lib/execute.h (execute): Add termsigp argument.
4258         * lib/execute.c (execute): Likewise.
4259         * lib/csharpcomp.c (compile_csharp_using_pnet,
4260         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
4261         * lib/csharpexec.c (execute_csharp_using_pnet,
4262         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
4263         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
4264         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
4265         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
4266         is_jikes_present): Update.
4267         * lib/javaexec.c (execute_java_class): Update.
4268         * lib/javaversion.c (execute_and_read_line): Update.
4269         * NEWS: Document the changes.
4270         Reported by Eric Blake.
4271
4272 2008-06-10  Eric Blake  <ebb9@byu.net>
4273
4274         Add missing include.
4275         * tests/test-strstr.c (includes): Add <signal.h>.
4276         * tests/test-strcasestr.c (includes): Likewise.
4277         * tests/test-memmem.c (includes): Likewise.
4278
4279 2008-06-10  Bruno Haible  <bruno@clisp.org>
4280
4281         * lib/wait-process.c (wait_subprocess): Add an assertion.
4282
4283 2008-06-10  Bruno Haible  <bruno@clisp.org>
4284
4285         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
4286
4287 2008-06-10  Bruno Haible  <bruno@clisp.org>
4288
4289         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
4290         using alarm().
4291         * tests/test-strcasestr.c (main): Likewise.
4292         * tests/test-strstr.c (main): Likewise.
4293
4294 2008-06-09  Bruno Haible  <bruno@clisp.org>
4295
4296         Work around the Solaris 10 ACE ACLs ABI change.
4297         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
4298         declare if ACL_NO_TRIVIAL is present.
4299         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
4300         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
4301         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
4302         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
4303         define if ACL_NO_TRIVIAL is present.
4304         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
4305         and use the current ABI.
4306         (file_has_acl): Use same #if condition as elsewhere.
4307         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
4308         in use, and use the current ABI.
4309         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
4310         Reported by Jim Meyering.
4311
4312 2008-06-09  Eric Blake  <ebb9@byu.net>
4313
4314         Work around environments that (stupidly) ignore SIGALRM.
4315         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
4316         before using alarm().
4317         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4318         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4319         Reported by Ian Beckwith <ianb@erislabs.net>.
4320
4321         Produce autobuild blurb earlier in log.
4322         * modules/autobuild (configure.ac-early): Move AB_INIT here.
4323
4324 2008-06-09  Jim Meyering  <meyering@redhat.com>
4325         and Ondřej Vašík  <ovasik@redhat.com>
4326
4327         utimens.c: correct kernel bug work-around
4328         Ondřej Vašík found that the invalid return value of 280 indicates
4329         failure, not success, and the kernel bug we're trying to work
4330         around affects not just the utimensat call, but also the fallback
4331         futimens call.
4332         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
4333         not success.
4334         [HAVE_FUTIMENS]: Use the same work-around, here.
4335
4336 2008-06-09  Jim Meyering  <meyering@redhat.com>
4337
4338         add more guards around definition of ACE_-related code
4339         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
4340         ALLOW and ACE_OWNER are also defined.
4341
4342 2008-06-08  Bruno Haible  <bruno@clisp.org>
4343
4344         * lib/acl-internal.h: Add me as co-author.
4345         * lib/file-has-acl.c: Likewise.
4346         * lib/set-mode-acl.c: Likewise.
4347         * lib/copy-acl.c: Likewise.
4348
4349 2008-06-08  Bruno Haible  <bruno@clisp.org>
4350
4351         Add support for AIX ACLs.
4352         * lib/acl-internal.h (acl_nontrivial): New declaration.
4353         * lib/file-has-acl.c (acl_nontrivial): New function.
4354         (file_has_acl): Add implementation using AIX 4 ACL API.
4355         * lib/set-mode-acl.c (qset_acl): Likewise.
4356         * lib/copy-acl.c (qcopy_acl): Likewise.
4357
4358 2008-06-08  Bruno Haible  <bruno@clisp.org>
4359
4360         Add support for HP-UX ACLs.
4361         * lib/acl-internal.h (acl_nontrivial): New declaration.
4362         * lib/file-has-acl.c (acl_nontrivial): New function.
4363         (file_has_acl): Add implementation using HP-UX 11 ACL API.
4364         * lib/set-mode-acl.c (qset_acl): Likewise.
4365         * lib/copy-acl.c (qcopy_acl): Likewise.
4366
4367 2008-06-08  Bruno Haible  <bruno@clisp.org>
4368
4369         Add support for Cygwin ACLs.
4370         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
4371         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
4372         the chmod_or_fchmod call.
4373         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
4374
4375 2008-06-08  Bruno Haible  <bruno@clisp.org>
4376
4377         Fix bug with setuid modes in Solaris 10+ code.
4378         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
4379         succeeded, when the mode contains some special bits.
4380
4381 2008-06-08  Bruno Haible  <bruno@clisp.org>
4382
4383         Add support for Solaris 7..10 ACLs.
4384         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
4385         declarations.
4386         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
4387         functions.
4388         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
4389         * lib/set-mode-acl.c (qset_acl): Likewise.
4390         * lib/copy-acl.c (qcopy_acl): Likewise.
4391
4392 2008-06-08  Bruno Haible  <bruno@clisp.org>
4393
4394         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
4395         declaration.
4396         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
4397         (acl_access_nontrivial): Remove MacOS X case.
4398         (file_has_acl): Use acl_extended_nontrivial.
4399         * lib/copy-acl.c (qcopy_acl): Likewise.
4400
4401 2008-06-08  Bruno Haible  <bruno@clisp.org>
4402
4403         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
4404
4405 2008-06-08  Jim Meyering  <meyering@redhat.com>
4406
4407         * modules/acl (Maintainer): Add Bruno Haible.
4408
4409 2008-06-07  Bruno Haible  <bruno@clisp.org>
4410
4411         Improve support for Tru64 ACLs.
4412         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
4413         ACL on OSF/1.
4414
4415 2008-06-07  Bruno Haible  <bruno@clisp.org>
4416
4417         Add support for MacOS X ACLs.
4418         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
4419         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
4420         * lib/set-mode-acl.c (qset_acl): Likewise.
4421         * lib/copy-acl.c (qcopy_acl): Likewise.
4422
4423 2008-06-07  Bruno Haible  <bruno@clisp.org>
4424
4425         Fix memory leak introduced on 2008-05-22.
4426         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
4427         use.
4428
4429 2008-06-07  Bruno Haible  <bruno@clisp.org>
4430
4431         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
4432         to construct an empty ACL.
4433
4434 2008-06-07  Bruno Haible  <bruno@clisp.org>
4435
4436         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
4437         precisely.
4438         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
4439
4440 2008-06-07  Bruno Haible  <bruno@clisp.org>
4441
4442         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
4443         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
4444
4445 2008-06-07  Bruno Haible  <bruno@clisp.org>
4446
4447         * doc/posix-functions/_setjmp.texi: Explain the use of this function
4448         regardless of POSIX.
4449         * doc/posix-functions/_longjmp.texi: Likewise.
4450         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
4451         SystemV platform in this case.
4452
4453 2008-06-06  Eric Blake  <ebb9@byu.net>
4454
4455         Document abort() bugs.
4456         * doc/posix-functions/abort.texi (abort): Mention anomalies.
4457
4458         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
4459         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
4460         sigsetjmp.
4461         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
4462         siglongjmp, but only as a macro.
4463         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
4464         is obsolete.
4465         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
4466
4467         Tweak documentation to cover cygwin argz bugs.
4468         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
4469         argz bug fix; no code change needed since no cygwin releases
4470         occurred between the last fix and the bug being tested.
4471         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
4472         module and recently fixed cygwin bugs.
4473         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
4474         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
4475         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
4476         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
4477         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
4478         Likewise.
4479         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
4480         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
4481         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
4482         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
4483         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
4484         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
4485         Likewise.
4486
4487         Avoid gcc warning on cygwin.
4488         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
4489         !ACL_NO_TRIVIAL]: Avoid unused variable.
4490
4491 2008-06-05  Eric Blake  <ebb9@byu.net>
4492
4493         Be tolerant of UNKNOWN version in gnulib-tool test dir.
4494         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
4495         git-version-gen fails to come up with a version.
4496         Reported by Simon Josefsson.
4497
4498 2008-06-05  Jim Meyering  <meyering@redhat.com>
4499             Paul Eggert  <eggert@cs.ucla.edu>
4500
4501         utimens.c: work around a probable Linux kernel bug
4502         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
4503         appears to be a kernel bug that causes utimensat to return 280
4504         instead of 0, indicating success.
4505
4506 2008-06-04  Bruno Haible  <bruno@clisp.org>
4507
4508         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
4509         2008-06-01 commit.
4510
4511 2008-06-04  Bruno Haible  <bruno@clisp.org>
4512
4513         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
4514         * lib/file-has-acl.c (acl_access_nontrivial): New function.
4515         (file_has_acl): Use it. Save errno afterwards.
4516         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
4517
4518 2008-06-03  Bruno Haible  <bruno@clisp.org>
4519
4520         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
4521         draft code. Simplify #ifs.
4522         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
4523         Put Solaris code after POSIX-draft code. Fix comments regarding
4524         Solaris 10, HP-UX. Mention Cygwin.
4525         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
4526
4527 2008-06-03  Eric Blake  <ebb9@byu.net>
4528
4529         Provide fallback for older kernels.
4530         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
4531         Provide runtime fallback if kernel lacks support.
4532         Reported by Mike Frysinger.
4533
4534 2008-06-02  Bruno Haible  <bruno@clisp.org>
4535
4536         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
4537         it exists.
4538
4539 2008-06-02  Bruno Haible  <bruno@clisp.org>
4540
4541         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
4542         * lib/copy-acl.c (qcopy_acl): Update comment.
4543
4544 2008-06-02  Bruno Haible  <bruno@clisp.org>
4545
4546         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
4547         like ACL APIs.
4548
4549 2008-06-02  Bruno Haible  <bruno@clisp.org>
4550
4551         * tests/test-file-has-acl.sh: Use different code for Cygwin.
4552         * tests/test-set-mode-acl.sh: Likewise.
4553         * tests/test-copy-acl.sh: Likewise.
4554         * tests/test-copy-file.sh: Likewise.
4555
4556 2008-06-02  Bruno Haible  <bruno@clisp.org>
4557
4558         * tests/test-file-has-acl.sh: Remove unused code.
4559
4560 2008-06-01  Bruno Haible  <bruno@clisp.org>
4561
4562         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
4563         (copy_acl): Just a wrapper around qcopy_acl that emits the error
4564         messages.
4565         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
4566
4567 2008-06-01  Bruno Haible  <bruno@clisp.org>
4568
4569         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
4570         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
4571         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
4572         APIs.
4573         * modules/acl-tests (configure.ac): Remove tests now contained in
4574         m4/acl.m4.
4575
4576 2008-06-02  Jim Meyering  <meyering@redhat.com>
4577
4578         announce-gen: use a better key-server host name
4579         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
4580         it may be more consistently reliable.  Suggested by Werner Koch
4581         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
4582
4583 2008-06-01  Bruno Haible  <bruno@clisp.org>
4584
4585         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
4586         Reported by Voroskoi Andras <voroskoi@gmail.com>.
4587
4588 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
4589
4590         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
4591
4592 2008-06-01  Bruno Haible  <bruno@clisp.org>
4593
4594         New ACL tests.
4595         * tests/test-file-has-acl.sh: New file.
4596         * tests/test-file-has-acl.c: New file.
4597         * tests/test-set-mode-acl.sh: New file.
4598         * tests/test-set-mode-acl.c: New file.
4599         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
4600         * tests/test-copy-acl.c: New file.
4601         * modules/acl-tests: New file, based on modules/copy-file-tests.
4602         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
4603         (Depends-on): Add acl-tests.
4604         (configure.ac): Remove checks.
4605         (Makefile.am): Don't create test-sameacls program here any more.
4606
4607 2008-06-01  Bruno Haible  <bruno@clisp.org>
4608
4609         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
4610         * tests/test-sameacls.c: Include progname.h.
4611         (main): Invoke set_program_name. Portability fixes for MacOS X,
4612         Solaris, HP-UX.
4613
4614 2008-06-01  Bruno Haible  <bruno@clisp.org>
4615
4616         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
4617         function.
4618         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
4619
4620 2008-06-01  Bruno Haible  <bruno@clisp.org>
4621
4622         * modules/rpmatch (Depends-on): Add strdup.
4623
4624 2008-06-01  Bruno Haible  <bruno@clisp.org>
4625
4626         * lib/pipe.c: Include unistd-safer.h.
4627         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
4628         * modules/pipe (Depends-on): Add unistd-safer.
4629
4630 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4631
4632         * modules/autobuild (configure.ac): Call AB_INIT.
4633
4634 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4635
4636         * tests/test-getaddrinfo.c: Don't print debug messages by default.
4637         Suggested by Bruno Haible <bruno@clisp.org>.
4638
4639 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4640
4641         * tests/test-base64.c: Cast size_t to unsigned long when invoking
4642         printf.  Use %lu instead of %d.  Reported by Bruno Haible
4643         <bruno@clisp.org>.
4644
4645 2008-05-29  Eric Blake  <ebb9@byu.net>
4646
4647         Prefer new POSIX 200x interfaces over futimesat.
4648         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
4649         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
4650         when available.
4651         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
4652
4653 2008-05-28  Bruno Haible  <bruno@clisp.org>
4654
4655         * modules/stpcpy (License): Change to LGPLv2+.
4656         Requested by David Lutterkort <dlutter@redhat.com>.
4657
4658 2008-05-27  Bruno Haible  <bruno@clisp.org>
4659
4660         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
4661         current mingw.
4662         Reported by Jose E. Marchesi <jemarch@gnu.org>.
4663
4664 2008-05-27  Bruno Haible  <bruno@clisp.org>
4665
4666         * modules/iconv_open (Link): New section, from module 'iconv'.
4667         * modules/striconv (Link): Likewise.
4668         * modules/striconveh (Link): Likewise.
4669         * modules/xstriconv (Link): Likewise.
4670         * modules/unicodeio (Link): Likewise.
4671         * modules/propername (Link): Likewise.
4672         Reported by Jim Meyering.
4673
4674 2008-05-26  Jim Meyering  <meyering@redhat.com>
4675
4676         sha256: do not artificially restrict buffer length to be < 2^32
4677         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
4678         uint32_t to size_t.
4679         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
4680         to match.
4681
4682         avoid unaligned access errors, e.g., on sparc
4683         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
4684         direct access through a possibly-unaligned uint64* pointer.
4685         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
4686         direct access through a possibly-unaligned uint32* pointer.
4687         Prompted by this patch from Tom "spot" Callaway:
4688         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
4689
4690         sha512.c: fix typo in comment
4691         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
4692
4693 2008-05-25  Bruno Haible  <bruno@clisp.org>
4694
4695         * lib/set-mode-acl.c: Renamed from lib/acl.c.
4696         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
4697         (Makefile.am): Update lib_SOURCES.
4698
4699 2008-05-25  Bruno Haible  <bruno@clisp.org>
4700
4701         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
4702
4703 2008-05-25  Jim Meyering  <meyering@redhat.com>
4704
4705         useless-if-before-free: freed expr may have white-space differences
4706         * build-aux/useless-if-before-free: Recognize cases in which the
4707         freed expression differs from the tested one in embedded white
4708         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
4709         $1 was used, so we can't make any regexp shy.  Improved tests now
4710         detect this.
4711
4712         useless-if-before-free: accept white space in the expression.
4713         * build-aux/useless-if-before-free: For now, any white space
4714         in the expression must be identical in the free argument.
4715
4716         useless-if-before-free: efficiency tweak
4717         * build-aux/useless-if-before-free: Make the expression-matching
4718         regexp "shy".
4719         Make the *outer* regexp shy, not the expr-matching one.
4720
4721         update code-in-comment to accept cast of free arg
4722         * build-aux/useless-if-before-free: Update regexp.
4723
4724 2008-05-25  Bruno Haible  <bruno@clisp.org>
4725
4726         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
4727         * modules/copy-file-tests (Files, Makefile.am): Update.
4728         * tests/test-copy-file.c (func_test_copy): Update.
4729
4730 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
4731
4732         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
4733
4734 2008-05-23  Bruno Haible  <bruno@clisp.org>
4735
4736         Improve support for ACLs on OSF/1.
4737         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
4738         Remove fallback for unknown flavors of ACLs.
4739
4740 2008-05-22  Bruno Haible  <bruno@clisp.org>
4741
4742         Add support for ACLs on OSF/1.
4743         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
4744         replacements.
4745         (acl_free_text): New macro fallback.
4746         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
4747         acl_free.
4748         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
4749         acl_free_text function. Require AC_C_INLINE.
4750
4751 2008-05-22  Bruno Haible  <bruno@clisp.org>
4752
4753         Make copy_acl work on MacOS X 10.5.
4754         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
4755         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
4756         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
4757         If MODE_INSIDE_ACL, don't assume that every system has the same text
4758         representation for ACLs as FreeBSD.
4759         * lib/copy-acl.c (copy_acl): Add support for platforms with
4760         !MODE_INSIDE_ACL.
4761         * lib/file-has-acl.c (file_has_acl): Likewise.
4762         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
4763         FreeBSD, MacOS X, or IRIX, respectively.
4764
4765 2008-05-22  Bruno Haible  <bruno@clisp.org>
4766
4767         * lib/acl.h: Don't include <sys/acl.h>.
4768         (GETACLCNT): Move fallback to lib/acl-internal.h.
4769         * lib/acl-internal.h: Include <sys/acl.h> here.
4770         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
4771
4772 2008-05-22  Bruno Haible  <bruno@clisp.org>
4773
4774         Split off copy_acl function to separate file.
4775         * lib/copy-acl.c: New file, extracted from lib/acl.c.
4776         * lib/acl.c (copy_acl): Moved function to separate file.
4777         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
4778         * modules/acl (Files): Add lib/copy-acl.c.
4779         (Makefiles.am): Augment lib_SOURCES.
4780
4781 2008-05-22  Bruno Haible  <bruno@clisp.org>
4782
4783         * modules/copy-file-tests: New file.
4784         * tests/test-copy-file.sh: New file.
4785         * tests/test-copy-file.c: New file.
4786         * tests/test-copy-file-sameacls.c: New file.
4787
4788 2008-05-22  Eric Blake  <ebb9@byu.net>
4789
4790         Avoid gcc warning.
4791         * tests/test-memcmp.c (main): Pass NULL indirectly.
4792
4793 2008-05-21  Bruno Haible  <bruno@clisp.org>
4794
4795         Add reference doc about ACLs.
4796         * doc/acl-resources.txt: New file.
4797         * doc/acl-cygwin.txt: New file.
4798
4799 2008-05-21  Bruno Haible  <bruno@clisp.org>
4800
4801         Avoid one more warning from gcc.
4802         * lib/vasnprintf.c (IF_LINT): Update comments.
4803         (VASNPRINTF): Use it also for the 'prefix' array initializer.
4804
4805 2008-05-21  Jim Meyering  <meyering@redhat.com>
4806
4807         avoid a warning from gcc
4808         * lib/vasnprintf.c (IF_LINT): Define.
4809         (scale10_round_decimal_long_double):
4810         Use it to avoid a "may be used uninitialized" warning.
4811         (scale10_round_decimal_double): Likewise.
4812
4813 2008-05-21  Simon Josefsson  <simon@josefsson.org>
4814
4815         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
4816         declared.
4817
4818 2008-05-20  Bruno Haible  <bruno@clisp.org>
4819
4820         * tests/test-memcmp.c (main): Test also the sign of the result. Test
4821         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
4822
4823 2008-05-20  Simon Josefsson  <simon@josefsson.org>
4824
4825         * modules/memcmp-tests: New file.
4826         * tests/test-memcmp.c: New file.
4827
4828 2008-05-19  Bruno Haible  <bruno@clisp.org>
4829
4830         * modules/propername (Notice, configure.ac): Put quoted "..." into
4831         --keyword option.
4832         * lib/propername.h: Update comments accordingly.
4833         Reported by Eric Blake.
4834
4835 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
4836
4837         * modules/getpass-gnu (Depends-on): Add fseeko.
4838
4839 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4840
4841         * modules/base64-tests: New file.
4842
4843 2008-05-19  Bo Borgerson <gigabo@gmail.com>
4844
4845         * lib/base64.c (base64_decode_ctx): If a decode context structure
4846         was passed in use it to ignore newlines.  If a context structure
4847         was _not_ passed in, continue to treat newlines as garbage (this
4848         is the historical behavior).  Formerly base64_decode.
4849         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4850         takes a decode context structure.
4851         * lib/base64.h (base64_decode): Macro for four-argument calls.
4852         (base64_decode_alloc): Likewise.
4853         * lib/base64.c (base64_decode_ctx): If a decode context structure
4854         was passed in use it to ignore newlines.  If a context structure
4855         was _not_ passed in, continue to treat newlines as garbage (this
4856         is the historical behavior).  Formerly base64_decode.
4857         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4858         takes a decode context structure.
4859         * lib/base64.h (base64_decode): Macro for four-argument calls.
4860         (base64_decode_alloc): Likewise.
4861
4862 2008-05-19  Jim Meyering  <meyering@redhat.com>
4863
4864         avoid a warning from gcc
4865         * lib/trim.c (IF_LINT): Define.
4866         (trim2): Use it to avoid a "may be used uninitialized" warning.
4867
4868         Fix doc typo.
4869         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
4870
4871 2008-05-19  Bruno Haible  <bruno@clisp.org>
4872
4873         * doc/glibc-functions/getpass.texi: Document limits of other
4874         implementations.
4875
4876 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4877             Bruno Haible <bruno@clisp.org>
4878
4879         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
4880
4881 2008-05-18  Bruno Haible  <bruno@clisp.org>
4882
4883         * modules/propername: New file, from GNU gettext.
4884         * lib/propername.h: New file, from GNU gettext.
4885         * lib/propername.c: New file, from GNU gettext.
4886         * MODULES.html.sh (Internationalization functions): Add propername.
4887
4888 2008-05-16  Jim Meyering  <meyering@redhat.com>
4889             Bruno Haible  <bruno@clisp.org>
4890
4891         Avoid some warnings from "gcc -Wshadow".
4892         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
4893
4894 2008-05-15  Eric Blake  <ebb9@byu.net>
4895
4896         Extend previous patch to cygwin 1.7.0.
4897         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
4898         fast implementation in cygwin >= 1.7.0.
4899         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4900         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4901
4902 2008-05-15  Bruno Haible  <bruno@clisp.org>
4903
4904         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
4905         implementation in glibc >= 2.9.
4906         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4907         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4908
4909 2008-05-15  Bruno Haible  <bruno@clisp.org>
4910
4911         * MODULES.html.sh (Internationalization functions): Remove linebreak.
4912         (Unicode string functions): Add unilbrk/*.
4913         Reported by Karl Berry.
4914
4915 2008-05-15  Eric Blake  <ebb9@byu.net>
4916
4917         Fix violation of <stdbool.h> replacement in regex.
4918         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
4919         * lib/regexec.c (re_search_internal): Likewise.
4920         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
4921
4922 2008-05-15  Jim Meyering  <meyering@redhat.com>
4923
4924         avoid distracting test output when git or cvs is not found
4925         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
4926         * tests/test-vc-list-files-git.sh: Likewise.
4927
4928 2008-05-15  Eric Blake  <ebb9@byu.net>
4929
4930         Glibc finally accepted the memmem speedup code, bugzilla #5514.
4931         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
4932         glibc version.
4933         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
4934         * doc/posix-functions/strstr.texi (strstr): Likewise.
4935         * lib/str-two-way.h (MAX): Sychronize with glibc.
4936
4937 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
4938
4939         * lib/regcomp.c (optimize_utf8): Add a note on why we test
4940         opr.ctx_type.
4941         (calc_first): Initialize constraint field.
4942         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4943         Fix grammar.
4944         (duplicate_node): Merge constraint field for all node types.
4945         (calc_eclosure_iter): Look at constraint field for all node types.
4946         * lib/regex_internal.c (create_cd_newstate): Don't look at
4947         opr.ctx_type.
4948
4949 2008-05-14  Bruno Haible  <bruno@clisp.org>
4950
4951         Help GCC to do better code generation.
4952         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
4953         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
4954         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
4955         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
4956         Declare with attribute 'malloc' if supported.
4957
4958 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
4959
4960         use "echo STR|wc -c" rather than unportable "expr length STR"
4961         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
4962         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
4963
4964 2008-05-14  Jim Meyering  <meyering@redhat.com>
4965
4966         use dd ibs=$n count=1 ... rather than less-portable head -c$n
4967         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
4968         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
4969         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
4970         via Collin Lasse.
4971
4972 2008-05-14  Eric Blake  <ebb9@byu.net>
4973
4974         Avoid quadratic growth in gl_LIBSOURCES.
4975         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
4976         Suggested by Bruno Haible.
4977
4978         Test xmemdup0.
4979         * modules/xmemdup0-tests: New file.
4980         * tests/test-xmemdup0.c: Likewise.
4981
4982 2008-05-13  Eric Blake  <ebb9@byu.net>
4983
4984         Split xmemdup0 into its own module.
4985         * modules/xmemdup0: New file.
4986         * lib/xmemdup0.h: Likewise.
4987         * lib/xmemdup0.c: Likewise.
4988         * MODULES.html.sh (Memory management functions): Add xmemdup0.
4989         * lib/xalloc.h (xmemdup0): Remove.
4990         * lib/xmalloc.c (xmemdup0): Likewise.
4991
4992 2008-05-13  Eric Blake  <ebb9@byu.net>
4993             Bruno Haible  <bruno@clisp.org>
4994
4995         Reduce number of forks required during autoconf.
4996         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
4997         and gl_LIBSOURCES_DIR.
4998         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
4999         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
5000         m4_syscmd per file.
5001         <m4_foreach_w>: Move...
5002         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
5003
5004 2008-05-13  Eric Blake  <ebb9@byu.net>
5005
5006         * gnulib-tool: Fix various comment typos.
5007
5008 2008-05-12  Bruno Haible  <bruno@clisp.org>
5009
5010         Tailor the linebreaking algorithm.
5011         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
5012
5013 2008-05-12  Bruno Haible  <bruno@clisp.org>
5014
5015         Update to Unicode 5.0.0.
5016         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5017         LBP_JV, LBP_JT. Redistribute values.
5018         (unilbrk_table): Change size.
5019         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
5020         Unicode TR#14 rev. 22.
5021         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5022         LBP_JV, LBP_JT. Redistribute values.
5023         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
5024         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
5025         Update.
5026         * lib/unilbrk/lbrkprop1.h: Regenerated.
5027         * lib/unilbrk/lbrkprop2.h: Regenerated.
5028         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
5029         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
5030         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
5031         Likewise.
5032         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
5033         Likewise.
5034         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
5035         result.
5036         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
5037         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
5038         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
5039         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
5040         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
5041         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
5042
5043 2008-05-11  Bruno Haible  <bruno@clisp.org>
5044
5045         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
5046
5047 2008-05-11  Bruno Haible  <bruno@clisp.org>
5048
5049         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
5050         * modules/unilbrk/gen-lbrk: New file.
5051
5052 2008-05-11  Bruno Haible  <bruno@clisp.org>
5053
5054         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
5055         * m4/sha512.m4 (gl_SHA512): Likewise.
5056
5057 2008-05-11  Jim Meyering  <meyering@redhat.com>
5058
5059         New modules: crypto/sha256, crypto/sha512 (from coreutils)
5060         * modules/crypto/sha256: New file.
5061         * modules/crypto/sha512: Likewise.
5062         * lib/sha256.c: Likewise.
5063         * lib/sha256.h: Likewise.
5064         * lib/sha512.c: Likewise.
5065         * lib/sha512.h: Likewise.
5066         * lib/u64.h: Likewise.
5067         * m4/sha256.m4: Likewise.
5068         * m4/sha512.m4: Likewise.
5069         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
5070
5071 2008-05-10  Bruno Haible  <bruno@clisp.org>
5072
5073         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
5074         (Input/Output <stdio.h>): Add xprintf.
5075         (Signal handling <signal.h>): Add strsignal.
5076         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
5077         (Core language properties): Add func.
5078         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
5079         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
5080         strings.
5081         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
5082         (Input/output): New section.
5083         (File system functions): Add openat-die, stat-macros.
5084         (Networking functions): Add sockets.
5085         (Unicode string functions): Add unictype/*.
5086         (Support for building libraries and executables): Add gperf.
5087         (Support for building documentation): Add agpl-3.0.
5088         (Misc): Add nocrash.
5089
5090 2008-05-10  Bruno Haible  <bruno@clisp.org>
5091
5092         * modules/unictype/gen-ctype: New file.
5093
5094 2008-05-10  Jim Meyering  <meyering@redhat.com>
5095
5096         Make chdir-safer.c more efficient on a system with no symlinks.
5097         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
5098         also if ELOOP is zero.  Suggested by Bruno Haible.
5099
5100         Make chdir-safer.c slightly safer.
5101         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
5102         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
5103
5104         Avoid compile failure on systems without ELOOP (like mingw).
5105         * lib/chdir-safer.c (ELOOP): Define if not already defined.
5106         Reported by Bruno Haible.
5107
5108 2008-05-10  Bruno Haible  <bruno@clisp.org>
5109
5110         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
5111         (is_utf8_encoding): Use a case-insensitive comparison.
5112         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
5113         streq.
5114
5115 2008-05-10  Bruno Haible  <bruno@clisp.org>
5116
5117         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
5118         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
5119         * lib/unilbrk/ulc-common.h (iconv_string_length,
5120         iconv_string_keeping_offsets): Remove declarations.
5121         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
5122         Don't include <iconv.h>, streq.h, xsize.h.
5123         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
5124         conversion.
5125         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
5126         <iconv.h>, streq.h, xsize.h.
5127         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
5128         conversion.
5129         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
5130         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
5131         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
5132         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
5133
5134 2008-05-10  Bruno Haible  <bruno@clisp.org>
5135
5136         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
5137         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
5138
5139         * modules/unilbrk/u32-width-linebreaks-tests: New file.
5140         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
5141
5142         * modules/unilbrk/u16-width-linebreaks-tests: New file.
5143         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
5144
5145         * modules/unilbrk/u8-width-linebreaks-tests: New file.
5146         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
5147
5148         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
5149         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
5150
5151         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
5152         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
5153
5154         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
5155         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
5156
5157         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
5158         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
5159
5160 2008-05-10  Bruno Haible  <bruno@clisp.org>
5161
5162         Split up 'linebreak' module.
5163         * lib/unilbrk.h: New file, based on lib/linebreak.h.
5164         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
5165         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
5166         modifications.
5167         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
5168         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
5169         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
5170         lib/linebreak.c.
5171         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
5172         lib/linebreak.c.
5173         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
5174         lib/linebreak.c.
5175         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
5176         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
5177         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
5178         lib/linebreak.c.
5179         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
5180         lib/linebreak.c.
5181         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
5182         lib/linebreak.c.
5183         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
5184         lib/linebreak.c.
5185         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
5186         lib/linebreak.c.
5187         * modules/unilbrk/base: New file.
5188         * modules/unilbrk/tables: New file.
5189         * modules/unilbrk/u8-possible-linebreaks: New file.
5190         * modules/unilbrk/u16-possible-linebreaks: New file.
5191         * modules/unilbrk/u32-possible-linebreaks: New file.
5192         * modules/unilbrk/ulc-common: New file.
5193         * modules/unilbrk/ulc-possible-linebreaks: New file.
5194         * modules/unilbrk/u8-width-linebreaks: New file.
5195         * modules/unilbrk/u16-width-linebreaks: New file.
5196         * modules/unilbrk/u32-width-linebreaks: New file.
5197         * modules/unilbrk/ulc-width-linebreaks: New file.
5198         * lib/linebreak.h: Remove file.
5199         * lib/linebreak.c: Remove file.
5200         * m4/linebreak.m4: Remove file.
5201         * modules/linebreak: Remove file.
5202         * NEWS: Mention the changes.
5203
5204 2008-05-09  Eric Blake  <ebb9@byu.net>
5205
5206         Add xmemdup0.
5207         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
5208         implementation.
5209         * lib/xmalloc.c (xmemdup0): New C implementation.
5210
5211 2008-05-08  Bruno Haible  <bruno@clisp.org>
5212
5213         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
5214
5215 2008-05-07  Eric Blake  <ebb9@byu.net>
5216
5217         Support cross-compilation of <wctype.h>.
5218         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
5219         AC_CACHE_CHECK.
5220
5221 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
5222
5223         * build-aux/vc-list-files: Add support for bzr.
5224
5225 2008-05-03  Jim Meyering  <meyering@redhat.com>
5226
5227         avoid failed assertion with tight malloc
5228         * tests/test-getndelim2.c: Correct an off-by-one assertion.
5229
5230 2008-05-03  Simon Josefsson  <simon@josefsson.org>
5231
5232         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
5233         are needed from arpa/inet.h.
5234         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
5235         Reported by Bruno Haible.
5236
5237 2008-05-02  Jim Meyering  <meyering@redhat.com>
5238
5239         avoid compilation error on FreeBSD 6
5240         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
5241
5242 2008-05-01  Jim Meyering  <meyering@redhat.com>
5243
5244         useless-if-before-free: correct --help's exit status description
5245         * build-aux/useless-if-before-free (usage): Like grep, exit 0
5246         for one or more matches, etc.  Reported by Bruno Haible.
5247
5248         vc-list-files: make the stand-alone gnulib test work
5249         * modules/vc-list-files-tests (configure.ac):
5250         Define and AC_SUBST abs_aux_dir.
5251         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
5252         $(abs_top_srcdir) to each script and having each of them
5253         duplicate the work of setting PATH, set PATH here, using
5254         the new variable, abs_aux_dir instead.
5255         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
5256         * tests/test-vc-list-files-git.sh: Likewise.
5257         Reported by Bruno Haible.
5258
5259 2008-05-01  Bruno Haible  <bruno@clisp.org>
5260
5261         * lib/getndelim2.c (getndelim2): Fix newsize computation during
5262         reallocation. Rename 'done' to 'found_delimiter'.
5263
5264 2008-05-01  Jim Meyering  <meyering@redhat.com>
5265
5266         vc-list-files: accommodate /bin/sh like the one from Solaris 10
5267         * build-aux/vc-list-files: Use `...`, not $(...).
5268
5269 2008-04-30  Jim Meyering  <meyering@redhat.com>
5270
5271         add tests for vc-list-files
5272         * modules/vc-list-files-tests: New module.
5273         * tests/test-vc-list-files-cvs.sh: New file.
5274         * tests/test-vc-list-files-git.sh: New file.
5275
5276         avoid a warning from gcc
5277         * lib/getndelim2.c (IF_LINT): Define.
5278         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
5279
5280         vc-list-files: work properly with build-aux/cvsu, too
5281         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
5282         to all cvs-based clauses.
5283
5284         vc-list-files: work properly in the CVS+awk case, too
5285         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
5286
5287         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
5288         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
5289         take more than one file argument, so .  Add quotes, just in case $dir
5290         ever contains a shell meta-character.  Prompted by Soren Hansen in
5291         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
5292
5293 2008-04-29  Eric Blake  <ebb9@byu.net>
5294
5295         Optimize getndelim2 to use block operations when possible.
5296         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
5297         freadseek, and memchr2.
5298         * lib/getndelim2.c (getndelim2): Use them for block reads.
5299
5300 2008-04-29  Bruno Haible  <bruno@clisp.org>
5301
5302         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
5303         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5304         * modules/inet_ntop (Depends-on): Add extensions.
5305         * modules/inet_pton (Depends-on): Likewise.
5306         Reported by Simon Josefsson.
5307
5308 2008-04-29  Jim Meyering  <meyering@redhat.com>
5309
5310         When the is more than one match in a block, match all of them.
5311         * build-aux/useless-if-before-free: Iterate through each block
5312         until there are no more matches.
5313
5314         Fix broken useless-if-before-free script.
5315         * build-aux/useless-if-before-free: Fix typo: missing "?" after
5316         the expression to match cast of argument to free-like function.
5317
5318 2008-04-29  Eric Blake  <ebb9@byu.net>
5319
5320         Use new header.
5321         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
5322
5323 2008-04-29  Jim Meyering  <meyering@redhat.com>
5324
5325         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
5326         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
5327         by gnulib to exist and to declare e.g., inet_ntop.
5328         Don't include "inet_ntop.h", now removed.
5329
5330         * m4/arpa_inet_h.m4: Remove trailing blanks.
5331
5332 2008-04-29  Eric Blake  <ebb9@byu.net>
5333
5334         Silence valgrind on safe reads beyond potential array bounds.
5335         * lib/rawmemchr.valgrind: New file.
5336         * lib/strchrnul.valgrind: Likewise.
5337         * modules/rawmemchr (Files): Distribute new file.
5338         * modules/strchrnul (Files): Likewise.
5339         Suggested by Bruno Haible.
5340
5341 2008-04-29  Bruno Haible  <bruno@clisp.org>
5342
5343         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
5344         (inet_ntop, inet_pton): Change portability warning's wording.
5345         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
5346         Invoke gl_CHECK_NEXT_HEADERS.
5347         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
5348         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
5349         set ARPA_INET_H.
5350         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5351         * modules/arpa_inet (Description): No longer only for systems that
5352         lack it.
5353         (Depends-on): Add include_next.
5354         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
5355         HAVE_ARPA_INET_H.
5356
5357 2008-04-29  Jim Meyering  <meyering@redhat.com>
5358
5359         * modules/mkdir (License): Re-license as LGPLv2+.
5360
5361 2008-04-29  Bruno Haible  <bruno@clisp.org>
5362
5363         * modules/rawmemchr (Maintainer): Set to Eric.
5364         * modules/strchrnul (Maintainer): Likewise.
5365
5366 2008-04-29  Simon Josefsson  <simon@josefsson.org>
5367
5368         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
5369         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
5370
5371         * modules/arpa_inet (arpa/inet.h): Use them.
5372
5373 2008-04-28  Eric Blake  <ebb9@byu.net>
5374
5375         Test getndelim2.
5376         * modules/getndelim2-tests: New file.
5377         * tests/test-getndelim2.c: Likewise.
5378         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
5379         stream.
5380         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
5381
5382         * MODULES.html.sh: Document new module.
5383
5384 2008-04-20  Bruno Haible  <bruno@clisp.org>
5385
5386         * lib/c-stack.c (die): Use raise.
5387         * modules/c-stack (Depends-on): Add raise.
5388
5389 2008-04-28  Bruno Haible  <bruno@clisp.org>
5390
5391         Expect rpmatch to be declared.
5392         * lib/yesno.c (rpmatch): Remove declaration.
5393
5394         Declare rpmatch.
5395         * lib/stdlib.in.h (rpmatch): New declaration.
5396         * lib/rpmatch.c: Include <stdlib.h> first.
5397         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
5398         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
5399         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
5400         HAVE_RPMATCH.
5401         * modules/rpmatch (Depends-on): Add stdlib, extensions.
5402         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5403         (Include): Set to <stdlib.h>.
5404         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
5405         HAVE_RPMATCH.
5406         * NEWS: Document the change.
5407
5408 2008-04-28  Bruno Haible  <bruno@clisp.org>
5409
5410         Change rpmatch to use nl_langinfo when appropriate.
5411         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
5412         (N_): New macro.
5413         (localized_pattern): New function/macro.
5414         (try): Remove match, nomatch arguments. Copy the pattern into safe
5415         memory before caching it.
5416         (rpmatch): Use localized_pattern. Add translator comments.
5417         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
5418         Suggested by Eric Blake.
5419         * modules/rpmatch (Depends-on): Add stdbool.
5420
5421 2008-04-28  Eric Blake  <ebb9@byu.net>
5422
5423         Add rawmemchr module, matching glibc.
5424         * modules/string (Makefile.am): New indicator.
5425         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
5426         * lib/string.in.h (rawmemchr): Declare when appropriate.
5427         * modules/rawmemchr: New file.
5428         * m4/rawmemchr.m4: Likewise.
5429         * lib/rawmemchr.c: Likewise.
5430         * modules/rawmemchr-tests: Likewise.
5431         * tests/test-rawmemchr.c: Likewise.
5432         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
5433         module.
5434         * modules/strchrnul (Depends-on): Add rawmemchr.
5435         * lib/strchrnul.c (strchrnul): Optimize a corner case.
5436
5437         Whitespace cleanup.
5438         * tests/test-strchrnul.c: Reindent.
5439         * lib/strchrnul.c: Likewise.
5440
5441         Optimize and test strchrnul.
5442         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
5443         * modules/strchrnul-tests: New file.
5444         * tests/test-strchrnul.c: Likewise.
5445
5446         Remove intprops dependency.
5447         * modules/memchr (Depends-on): Remove intprops.
5448         * modules/memrchr (Depends-on): Likewise.
5449         * modules/memchr2 (Depends-on): Likewise.
5450         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
5451         * lib/memrchr.c (__memrchr): Likewise.
5452         * lib/memrchr2.c (memchr2): Likewise.
5453         Reported by Simon Josefsson.
5454
5455 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5456
5457         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
5458         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5459
5460 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5461
5462         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
5463
5464         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
5465
5466         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
5467
5468         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
5469         declarations.
5470         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
5471
5472         * m4/inet_pton.m4: Don't check for header files.
5473
5474         * m4/inet_ntop.m4: Don't check for header files.
5475
5476 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5477
5478         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
5479         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
5480         trigger for cygwin).
5481         Reported by Bruno Haible  <bruno@clisp.org>.
5482
5483 2008-04-28  Bruno Haible  <bruno@clisp.org>
5484
5485         * doc/posix-functions/strdup.texi: Mention mingw problem.
5486
5487 2008-04-27  Bruno Haible  <bruno@clisp.org>
5488
5489         * modules/stat-time-tests (Depends-on): Add sleep.
5490         * tests/test-stat-time.c (force_unlink): New function.
5491         (cleanup): Use it.
5492         (test_mtime): Remove the ctime related tests.
5493         (test_ctime): New function, containing the ctime related tests.
5494         (main): Call test_ctime, except on native Windows platforms.
5495
5496 2008-04-27  Bruno Haible  <bruno@clisp.org>
5497
5498         * lib/rpmatch.c (rpmatch): Add some comments.
5499         Reported by James Youngman <jay@gnu.org>.
5500
5501 2008-04-27  Bruno Haible  <bruno@clisp.org>
5502
5503         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
5504         quiet NaNs.
5505
5506 2008-04-27  Bruno Haible  <bruno@clisp.org>
5507
5508         Make test-yesno.sh work on mingw.
5509         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
5510         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
5511         (main): Set stdin to binary mode.
5512         * modules/yesno-tests (Depends-on): Add binary-io.
5513
5514 2008-04-27  Bruno Haible  <bruno@clisp.org>
5515
5516         Fix 'isfinite' on x86, x86_64, ia64 platforms.
5517         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
5518         argument that lie outside the IEEE 854 domain.
5519         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
5520         (gl_ISFINITE): Use it.
5521         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
5522
5523 2008-04-27  Bruno Haible  <bruno@clisp.org>
5524
5525         Allow local renaming in config.h.
5526         * lib/memrchr.c (memrchr): Don't undefine outside libc.
5527
5528 2008-04-27  Bruno Haible  <bruno@clisp.org>
5529
5530         * lib/memchr.c (__memchr): Change type of 'i'.
5531         * lib/memchr2.c (memchr2): Likewise.
5532
5533 2008-04-26  Eric Blake  <ebb9@byu.net>
5534         and Bruno Haible  <bruno@clisp.org>
5535
5536         Optimize and test memrchr.
5537         * modules/memrchr (Depends-on): Add intprops.
5538         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
5539         * modules/memrchr-tests: New file.
5540         * tests/test-memrchr.c: New file.
5541
5542 2008-04-26  Bruno Haible  <bruno@clisp.org>
5543
5544         Add tentative support for DragonFly BSD.
5545         * lib/stdio-impl.h: Add macros for DragonFly BSD.
5546         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
5547         fp.
5548         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5549         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
5550         * lib/fpurge.c (fpurge): Likewise.
5551         * lib/freadable.c (freaadable): Likewise.
5552         * lib/freadahead.c (freadahead): Likewise.
5553         * lib/freading.c (freading): Likewise.
5554         * lib/freadptr.c (freadptr): Likewise.
5555         * lib/freadseek.c (freadptrinc): Likewise.
5556         * lib/fseeko.c (fseeko): Likewise.
5557         * lib/fseterr.c (fseterr): Likewise.
5558         * lib/fwritable.c (fwritable): Likewise.
5559         * lib/fwriting.c (fwriting): Likewise.
5560
5561 2008-04-26  Bruno Haible  <bruno@clisp.org>
5562
5563         * lib/stdio-impl.h: New file.
5564         * lib/fbufmode.c: Include stdio-impl.h.
5565         (fbufmode): Use fp_, remove redundant #defines.
5566         * lib/fflush.c: Include stdio-impl.h.
5567         (clear_ungetc_buffer): Remove redundant #defines.
5568         * lib/fpurge.c: Include stdio-impl.h.
5569         (fpurge): Remove redundant #defines.
5570         * lib/freadable.c: Include stdio-impl.h.
5571         (freadable): Remove redundant #defines.
5572         * lib/freadahead.c: Include stdio-impl.h.
5573         (freadahead): Remove redundant #defines.
5574         * lib/freading.c: Include stdio-impl.h.
5575         (freading): Remove redundant #defines.
5576         * lib/freadptr.c: Include stdio-impl.h.
5577         (freadptr): Remove redundant #defines.
5578         * lib/freadseek.c: Include stdio-impl.h.
5579         (freadptrinc): Remove redundant #defines.
5580         * lib/fseeko.c: Include stdio-impl.h.
5581         (rpl_fseeko): Remove redundant #defines.
5582         * lib/fseterr.c: Include stdio-impl.h.
5583         (fseterr): Remove redundant #defines.
5584         * lib/fwritable.c: Include stdio-impl.h.
5585         (fwritable: Remove redundant #defines.
5586         * lib/fwriting.c: Include stdio-impl.h.
5587         (fwriting): Remove redundant #defines.
5588         * modules/fbufmode (Files): Add lib/stdio-impl.h.
5589         * modules/fflush (Files): Likewise.
5590         * modules/fpurge (Files): Likewise.
5591         * modules/freadable (Files): Likewise.
5592         * modules/freadahead (Files): Likewise.
5593         * modules/freading (Files): Likewise.
5594         * modules/freadptr (Files): Likewise.
5595         * modules/freadseek (Files): Likewise.
5596         * modules/fseeko (Files): Likewise.
5597         * modules/fseterr (Files): Likewise.
5598         * modules/fwritable (Files): Likewise.
5599         * modules/fwriting (Files): Likewise.
5600
5601 2008-04-26  Bruno Haible  <bruno@clisp.org>
5602
5603         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5604         restore_seek_optimization, update_fpos_cache): New functions, extracted
5605         from rpl_fflush.
5606         (rpl_fflush): Use them.
5607         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
5608         (gl_REPLACE_FFLUSH): Use it.
5609
5610 2008-04-26  Bruno Haible  <bruno@clisp.org>
5611
5612         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
5613         on Solaris.
5614         * tests/test-xstrtoimax.sh: Likewise.
5615         * tests/test-xstrtoumax.sh: Likewise.
5616         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5617
5618 2008-04-26  Bruno Haible  <bruno@clisp.org>
5619
5620         * modules/memchr-tests: New file.
5621         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
5622
5623 2008-04-26  Eric Blake  <ebb9@byu.net>
5624             Bruno Haible  <bruno@clisp.org>
5625
5626         * lib/memchr.c: Include intprops.h.
5627         (__memchr): Optimize parallel detection of matching bytes. Rename local
5628         variables. Add explanatory comments.
5629
5630 2008-04-26  Bruno Haible  <bruno@clisp.org>
5631
5632         Fix module 'memchr', broken since 2000-10-28.
5633         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
5634
5635 2008-04-26  Bruno Haible  <bruno@clisp.org>
5636
5637         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
5638         comments.
5639
5640 2008-04-25  Eric Blake  <ebb9@byu.net>
5641
5642         Use native fstatat on cygwin 1.7.0.
5643         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
5644         first.
5645
5646 2008-04-23  Eric Blake  <ebb9@byu.net>
5647
5648         Improve memchr2 performance.
5649         * lib/memchr2.c (memchr2): Further optimize parallel detection of
5650         NUL bytes.
5651         * modules/memchr2 (Depends-on): Use intprops.h.
5652
5653 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5654
5655         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
5656         an inline function instead of a CPP macro.  Patch by Ben Pfaff
5657         <blp@cs.stanford.edu>.
5658
5659 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5660
5661         * lib/arpa_inet.in.h: New file.
5662
5663         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
5664         (Makefile.am): Sed in substitute header file.
5665
5666         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
5667         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
5668
5669         * modules/inet_ntop (configure.ac): Use
5670         gl_ARPA_INET_MODULE_INDICATOR.
5671
5672         * modules/inet_pton (configure.ac): Use
5673         gl_ARPA_INET_MODULE_INDICATOR.
5674
5675 2008-04-22  Jim Meyering  <meyering@redhat.com>
5676
5677         * modules/verify (License): Re-license as LGPLv2+.
5678
5679 2008-04-22  Simon Josefsson  <simon@josefsson.org>
5680
5681         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
5682         parameter to void* as per POSIX standard (MinGW uses char*).
5683
5684 2008-04-21  Bruno Haible  <bruno@clisp.org>
5685
5686         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5687         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5688         Define to replacements if REPLACE_ISWCNTRL is 1.
5689         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
5690         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
5691         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
5692         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
5693         what it fixes.
5694         * doc/posix-functions/iswalpha.texi: Likewise.
5695         * doc/posix-functions/iswblank.texi: Likewise.
5696         * doc/posix-functions/iswcntrl.texi: Likewise.
5697         * doc/posix-functions/iswdigit.texi: Likewise.
5698         * doc/posix-functions/iswgraph.texi: Likewise.
5699         * doc/posix-functions/iswlower.texi: Likewise.
5700         * doc/posix-functions/iswprint.texi: Likewise.
5701         * doc/posix-functions/iswpunct.texi: Likewise.
5702         * doc/posix-functions/iswspace.texi: Likewise.
5703         * doc/posix-functions/iswupper.texi: Likewise.
5704         * doc/posix-functions/iswxdigit.texi: Likewise.
5705         Reported by Alain Guibert.
5706
5707 2008-04-21  Bruno Haible  <bruno@clisp.org>
5708
5709         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
5710         Patch by Alain Guibert.
5711
5712 2008-04-21  Bruno Haible  <bruno@clisp.org>
5713
5714         Fix test failures on mingw.
5715         * tests/test-xstrtol.c (print_no_progname): New function.
5716         (main): Install it in error_print_progname hook.
5717         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
5718         * tests/test-xstrtoimax.sh: Likewise.
5719         * tests/test-xstrtoumax.sh: Likewise.
5720
5721 2008-04-21  Bruno Haible  <bruno@clisp.org>
5722
5723         Fix test failure on mingw.
5724         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
5725
5726 2008-04-21  Bruno Haible  <bruno@clisp.org>
5727
5728         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
5729         Actually assign a value.
5730
5731 2008-04-20  Bruno Haible  <bruno@clisp.org>
5732
5733         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
5734         take 2.
5735         * lib/canonicalize.c (canonicalize_file_name): Elide if the
5736         'canonicalize-lgpl' module is also used.
5737         * lib/canonicalize-lgpl.c: Undo last change.
5738         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
5739
5740 2008-04-20  Bruno Haible  <bruno@clisp.org>
5741
5742         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
5743         config.h. Provide _mkdir based fallback for mingw.
5744         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
5745         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
5746         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
5747         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
5748         rather than defining mkdir in config.h.
5749         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
5750         (gl_SYS_STAT_H_DEFAULTS): New macro.
5751         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
5752         HAVE_IO_H any more.
5753         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
5754         HAVE_DECL_MKDIR and HAVE_IO_H.
5755
5756 2008-04-20  Bruno Haible  <bruno@clisp.org>
5757
5758         * lib/isapipe.c: Port to native Windows platforms.
5759
5760 2008-04-20  Bruno Haible  <bruno@clisp.org>
5761
5762         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
5763
5764 2008-04-21  Eric Blake  <ebb9@byu.net>
5765
5766         Work around preprocessors that don't handle UINTMAX_MAX.
5767         * lib/memchr2.c (memchr2): Avoid embedded #if.
5768         Reported by Alain Guibert, fix suggested by Bruno Haible.
5769
5770 2008-04-21  Simon Josefsson  <simon@josefsson.org>
5771
5772         * doc/posix-functions/strftime.texi (strftime): Explain better
5773         Windows incompatibility.  Suggested by Micah Cowan
5774         <micah@cowan.name>.
5775
5776 2008-04-20  Bruno Haible  <bruno@clisp.org>
5777
5778         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
5779         unistr/u8-mblen.
5780
5781 2008-04-20  Bruno Haible  <bruno@clisp.org>
5782
5783         Fix test failure on platforms with non-GNU iconv.
5784         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
5785         (U_TO_U8): Use it, rather than u16_to_u8.
5786         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
5787         units at the end of the input string.
5788         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
5789
5790 2008-04-20  Bruno Haible  <bruno@clisp.org>
5791
5792         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
5793         when the resulting length is 0.
5794         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
5795
5796 2008-04-20  Bruno Haible  <bruno@clisp.org>
5797
5798         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
5799         works.
5800         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
5801
5802 2008-04-20  Bruno Haible  <bruno@clisp.org>
5803
5804         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
5805         * modules/tsearch-tests (configure.ac): Test for initstate function.
5806
5807 2008-04-20  Bruno Haible  <bruno@clisp.org>
5808
5809         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
5810         for nlink_t if missing.
5811         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
5812
5813 2008-04-19  Bruno Haible  <bruno@clisp.org>
5814
5815         Work around snprintf bug on Linux libc5.
5816         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
5817         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5818         gl_SNPRINTF_SIZE1.
5819         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5820         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
5821         that test failed.
5822         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
5823         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
5824         * modules/snprintf (Files): Add m4/printf.m4.
5825         * modules/vsnprintf (Files): Likewise.
5826         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
5827         * doc/posix-functions/vsnprintf.texi: Likewise.
5828
5829 2008-04-19  Bruno Haible  <bruno@clisp.org>
5830
5831         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
5832         from 0.0058 to less than 10^-7.
5833
5834 2008-04-19  Bruno Haible  <bruno@clisp.org>
5835
5836         Fix rounding when a precision is given.
5837         * lib/vasnprintf.c (is_borderline): New function.
5838         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
5839         9...9x.
5840         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
5841         %e, %g.
5842         * tests/test-vasprintf-posix.c (test_function): Likewise.
5843         * tests/test-snprintf-posix.h (test_function): Likewise.
5844         * tests/test-sprintf-posix.h (test_function): Likewise.
5845         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
5846         * tests/test-printf-posix.h (test_function): Likewise.
5847         * tests/test-printf-posix.output: Update.
5848         Reported by John Darrington <john@darrington.wattle.id.au> via
5849         Ben Pfaff <blp@cs.stanford.edu>.
5850
5851 2008-04-18  Simon Josefsson  <simon@josefsson.org>
5852
5853         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
5854         Suggested by Bruno Haible <bruno@clisp.org>.
5855
5856 2008-04-17  Bruno Haible  <bruno@clisp.org>
5857
5858         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
5859         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
5860         implementation.
5861         Patch by Bruce Merry <bmerry@gmail.com>.
5862
5863 2008-04-17  Simon Josefsson  <simon@josefsson.org>
5864
5865         * doc/posix-functions/strftime.texi (strftime): Mention that %e
5866         doesn't work under Windows.
5867
5868 2008-04-16  Bruno Haible  <bruno@clisp.org>
5869
5870         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
5871         New macros.
5872         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
5873         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
5874         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
5875         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
5876         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
5877         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
5878         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
5879         macros.
5880         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
5881         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
5882         Northern Sotho, Uighur.
5883
5884 2008-04-16  Bruno Haible  <bruno@clisp.org>
5885
5886         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
5887         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
5888         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
5889         Reported by Daniel Bergström <daniel@octocode.com>.
5890
5891 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
5892             Bruno Haible  <bruno@clisp.org>
5893
5894         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
5895         function.
5896         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
5897         New functions, mostly extracted from gl_locale_name_default.
5898         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
5899
5900 2008-04-16  Eric Blake  <ebb9@byu.net>
5901
5902         Adjust strtod detection to catch glibc 2.7 bug.
5903         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
5904         Reported by John Gatewood Ham.
5905
5906 2008-04-16  Bruno Haible  <bruno@clisp.org>
5907
5908         Add tentative support for Linux libc5.
5909         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
5910         * lib/fpurge.c (fpurge): Likewise.
5911         * lib/freadable.c (freadable): Likewise.
5912         * lib/freadahead.c (freadahead): Likewise.
5913         * lib/freading.c (freading): Likewise.
5914         * lib/freadptr.c (freadptr): Likewise.
5915         * lib/freadseek.c (freadptrinc): Likewise.
5916         * lib/fseeko.c (rpl_fseeko): Likewise.
5917         * lib/fseterr.c (fseterr): Likewise.
5918         * lib/fwritable.c (fwritable): Likewise.
5919         * lib/fwriting.c (fwriting): Likewise.
5920         Reported by Alain Guibert <alguibert+bts@free.fr>.
5921
5922 2008-04-15  Bruno Haible  <bruno@clisp.org>
5923
5924         * modules/mathl (configure.ac): Define module indicator.
5925
5926 2008-04-15  Bruno Haible  <bruno@clisp.org>
5927
5928         * lib/logl.c (logl): Remove unused variables.
5929
5930 2008-04-15  Bruno Haible  <bruno@clisp.org>
5931
5932         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
5933         fails.
5934
5935 2008-04-15  Bruno Haible  <bruno@clisp.org>
5936
5937         * lib/trim.c (trim2): Fix argument of isspace() macro.
5938
5939 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
5940
5941         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
5942         to 0.
5943         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
5944
5945 2008-04-14  Bruno Haible  <bruno@clisp.org>
5946
5947         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
5948         AC_LANG_PROGRAM argument.
5949         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
5950         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
5951         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
5952         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5953         * m4/math_h.m4 (gl_MATH_H): Likewise.
5954         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
5955         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5956         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
5957         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
5958         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
5959         * m4/regex.m4 (gl_REGEX): Likewise.
5960         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
5961         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
5962         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5963         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
5964         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5965         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5966         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5967         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
5968
5969 2008-04-14  Jim Meyering  <meyering@redhat.com>
5970
5971         test-strtod: fix typos: s/abs/fabs/
5972         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
5973
5974 2008-04-13  Bruno Haible  <bruno@clisp.org>
5975
5976         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
5977         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
5978         module is also used and while not building the reloc-wrapper.
5979
5980 2008-04-13  Bruno Haible  <bruno@clisp.org>
5981
5982         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
5983
5984 2008-04-13  Bruno Haible  <bruno@clisp.org>
5985
5986         Fix AIX compilation failure introduced on 2008-04-02.
5987         * tests/test-frexp.c (exp): Undefine before redefining.
5988         * tests/test-frexpl.c (exp): Likewise.
5989
5990 2008-04-13  Bruno Haible  <bruno@clisp.org>
5991
5992         Work around a HP-UX stdio bug.
5993         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
5994         * tests/test-ftello.c (main): Likewise.
5995         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
5996         * doc/posix-functions/ftello.texi: Likewise.
5997
5998 2008-04-13  Bruno Haible  <bruno@clisp.org>
5999
6000         Make test-signbit pass on HP-UX/hppa.
6001         * tests/test-signbit.c (minus_zerol): New variable.
6002         (test_signbitl): Use it.
6003
6004 2008-04-13  Bruno Haible  <bruno@clisp.org>
6005
6006         Make truncl work on OSF/1 4.0.
6007         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
6008         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6009         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6010         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
6011         HAVE_DECL_TRUNCL.
6012         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
6013         HAVE_DECL_TRUNCL.
6014         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
6015
6016 2008-04-13  Bruno Haible  <bruno@clisp.org>
6017
6018         * lib/unictype.h: Remove trailing comma from enumeration definitions.
6019
6020 2008-04-13  Bruno Haible  <bruno@clisp.org>
6021
6022         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
6023         expression, so as to avoid HP-UX 11 cc compiler bug.
6024
6025 2008-04-13  Bruno Haible  <bruno@clisp.org>
6026
6027         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
6028
6029 2008-04-13  Bruno Haible  <bruno@clisp.org>
6030
6031         * lib/git-merge-changelog.c: Remove empty declaration outside of
6032         functions.
6033
6034 2008-04-13  Bruno Haible  <bruno@clisp.org>
6035
6036         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
6037
6038 2008-04-13  Bruno Haible  <bruno@clisp.org>
6039
6040         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
6041         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
6042         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
6043         also if it exists but lacks definitions of the SHUT_* macros.
6044         * modules/sys_socket (Description): Update.
6045         Reported by Elbert Pol <e.pol@chello.nl>.
6046
6047 2008-04-13  Bruno Haible  <bruno@clisp.org>
6048
6049         * lib/localcharset.c (OS2): Don't redefine if already defined.
6050         Reported by Elbert Pol <e.pol@chello.nl>.
6051
6052 2008-04-13  Bruno Haible  <bruno@clisp.org>
6053
6054         * lib/binary-io.h [__EMX__]: Include <io.h>.
6055         Reported by Elbert Pol <e.pol@chello.nl>.
6056
6057 2008-04-12  Bruno Haible  <bruno@clisp.org>
6058
6059         * lib/fpucw.h: Enable the definitions also for x86_64.
6060         Needed for NetBSD/x86_64.
6061         Reported by Thomas Klausner <tk@giga.or.at>.
6062
6063 2008-04-12  Bruno Haible  <bruno@clisp.org>
6064
6065         * tests/test-strtod.c: Include isnand.h.
6066         (main): Use isnand instead of isnan.
6067         Reported by Jim Meyering.
6068
6069 2008-04-12  Bruno Haible  <bruno@clisp.org>
6070
6071         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
6072         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6073
6074 2008-04-12  Jim Meyering  <meyering@redhat.com>
6075
6076         * m4/math_h.m4 (gl_MATH_H): Fix typos.
6077
6078 2008-04-12  Bruno Haible  <bruno@clisp.org>
6079
6080         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
6081         Reported by Elbert Pol <e.pol@chello.nl>.
6082
6083 2008-04-12  Eric Blake  <ebb9@byu.net>
6084
6085         Work around Solaris 10 math.h bug.
6086         * m4/math_h.m4 (gl_MATH_H): Check for bug.
6087         (gl_MATH_H_DEFAULTS): Set up default.
6088         * modules/math (Makefile.am): Replace new indicators.
6089         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
6090         * tests/test-math.c (main): Test this.
6091         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
6092         * doc/posix-headers/math.texi (math.h): Mention bug.
6093         Reported by Nelson H. F. Beebe and Jim Meyering.
6094
6095 2008-04-11  Bruno Haible  <bruno@clisp.org>
6096
6097         Adapt to future versions of Apple GCC.
6098         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
6099         Reported by Peter O'Gorman <peter@pogma.com>.
6100
6101 2008-04-11  Bruno Haible  <bruno@clisp.org>
6102
6103         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
6104
6105 2008-04-11  Bruno Haible  <bruno@clisp.org>
6106
6107         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
6108
6109         * modules/getaddrinfo-tests (Makefile.am): Define
6110         test_getaddrinfo_LDADD.
6111
6112 2008-04-11  Bruno Haible  <bruno@clisp.org>
6113
6114         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
6115         (init): Fix syntax error.
6116         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
6117         is declared.
6118
6119 2008-04-11  Bruno Haible  <bruno@clisp.org>
6120
6121         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
6122         * modules/glob (Depends-on): Add stdbool.
6123
6124 2008-04-11  Bruno Haible  <bruno@clisp.org>
6125
6126         * lib/trim.c: Include <string.h>.
6127
6128 2008-04-11  Eric Blake  <ebb9@byu.net>
6129
6130         Avoid compile failure on OS/2.
6131         * lib/regex_internal.h (internal_function): Disable optimization
6132         on OS/2 (__EMX__), where it caused compiler error.
6133         Reported by Elbert Pol.
6134
6135 2008-04-11  Bruno Haible  <bruno@clisp.org>
6136
6137         Flush the standard error stream before aborting. Needed on mingw.
6138         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
6139         * tests/test-array_list.c (ASSERT): Likewise.
6140         * tests/test-array_oset.c (ASSERT): Likewise.
6141         * tests/test-avltree_list.c (ASSERT): Likewise.
6142         * tests/test-avltree_oset.c (ASSERT): Likewise.
6143         * tests/test-avltreehash_list.c (ASSERT): Likewise.
6144         * tests/test-binary-io.c (ASSERT): Likewise.
6145         * tests/test-byteswap.c (ASSERT): Likewise.
6146         * tests/test-c-ctype.c (ASSERT): Likewise.
6147         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
6148         * tests/test-c-strcasestr.c (ASSERT): Likewise.
6149         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
6150         * tests/test-c-strstr.c (ASSERT): Likewise.
6151         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
6152         * tests/test-canonicalize.c (ASSERT): Likewise.
6153         * tests/test-carray_list.c (ASSERT): Likewise.
6154         * tests/test-ceilf1.c (ASSERT): Likewise.
6155         * tests/test-ceilf2.c (ASSERT): Likewise.
6156         * tests/test-ceill.c (ASSERT): Likewise.
6157         * tests/test-count-one-bits.c (ASSERT): Likewise.
6158         * tests/test-fbufmode.c (ASSERT): Likewise.
6159         * tests/test-fflush2.c (ASSERT): Likewise.
6160         * tests/test-floorf1.c (ASSERT): Likewise.
6161         * tests/test-floorf2.c (ASSERT): Likewise.
6162         * tests/test-floorl.c (ASSERT): Likewise.
6163         * tests/test-fopen.c (ASSERT): Likewise.
6164         * tests/test-fpending.c (ASSERT): Likewise.
6165         * tests/test-fprintf-posix.c (ASSERT): Likewise.
6166         * tests/test-fpurge.c (ASSERT): Likewise.
6167         * tests/test-freadable.c (ASSERT): Likewise.
6168         * tests/test-freadahead.c (ASSERT): Likewise.
6169         * tests/test-freading.c (ASSERT): Likewise.
6170         * tests/test-freadptr.c (ASSERT): Likewise.
6171         * tests/test-freadptr2.c (ASSERT): Likewise.
6172         * tests/test-freadseek.c (ASSERT): Likewise.
6173         * tests/test-freopen.c (ASSERT): Likewise.
6174         * tests/test-frexp.c (ASSERT): Likewise.
6175         * tests/test-frexpl.c (ASSERT): Likewise.
6176         * tests/test-fseek.c (ASSERT): Likewise.
6177         * tests/test-fseeko.c (ASSERT): Likewise.
6178         * tests/test-fstrcmp.c (ASSERT): Likewise.
6179         * tests/test-ftell.c (ASSERT): Likewise.
6180         * tests/test-ftello.c (ASSERT): Likewise.
6181         * tests/test-func.c (ASSERT): Likewise.
6182         * tests/test-fwritable.c (ASSERT): Likewise.
6183         * tests/test-fwriting.c (ASSERT): Likewise.
6184         * tests/test-getdelim.c (ASSERT): Likewise.
6185         * tests/test-getline.c (ASSERT): Likewise.
6186         * tests/test-i-ring.c (ASSERT): Likewise.
6187         * tests/test-iconv-utf.c (ASSERT): Likewise.
6188         * tests/test-iconv.c (ASSERT): Likewise.
6189         * tests/test-isfinite.c (ASSERT): Likewise.
6190         * tests/test-isnand.c (ASSERT): Likewise.
6191         * tests/test-isnanf.c (ASSERT): Likewise.
6192         * tests/test-isnanl.h (ASSERT): Likewise.
6193         * tests/test-ldexpl.c (ASSERT): Likewise.
6194         * tests/test-linked_list.c (ASSERT): Likewise.
6195         * tests/test-linkedhash_list.c (ASSERT): Likewise.
6196         * tests/test-localename.c (ASSERT): Likewise.
6197         * tests/test-lseek.c (ASSERT): Likewise.
6198         * tests/test-mbscasecmp.c (ASSERT): Likewise.
6199         * tests/test-mbscasestr1.c (ASSERT): Likewise.
6200         * tests/test-mbscasestr2.c (ASSERT): Likewise.
6201         * tests/test-mbscasestr3.c (ASSERT): Likewise.
6202         * tests/test-mbscasestr4.c (ASSERT): Likewise.
6203         * tests/test-mbschr.c (ASSERT): Likewise.
6204         * tests/test-mbscspn.c (ASSERT): Likewise.
6205         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
6206         * tests/test-mbspbrk.c (ASSERT): Likewise.
6207         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
6208         * tests/test-mbsrchr.c (ASSERT): Likewise.
6209         * tests/test-mbsspn.c (ASSERT): Likewise.
6210         * tests/test-mbsstr1.c (ASSERT): Likewise.
6211         * tests/test-mbsstr2.c (ASSERT): Likewise.
6212         * tests/test-mbsstr3.c (ASSERT): Likewise.
6213         * tests/test-memchr2.c (ASSERT): Likewise.
6214         * tests/test-memmem.c (ASSERT): Likewise.
6215         * tests/test-open.c (ASSERT): Likewise.
6216         * tests/test-printf-frexp.c (ASSERT): Likewise.
6217         * tests/test-printf-frexpl.c (ASSERT): Likewise.
6218         * tests/test-printf-posix.c (ASSERT): Likewise.
6219         * tests/test-quotearg.c (ASSERT): Likewise.
6220         * tests/test-rbtree_list.c (ASSERT): Likewise.
6221         * tests/test-rbtree_oset.c (ASSERT): Likewise.
6222         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
6223         * tests/test-round1.c (ASSERT): Likewise.
6224         * tests/test-roundf1.c (ASSERT): Likewise.
6225         * tests/test-roundl.c (ASSERT): Likewise.
6226         * tests/test-signbit.c (ASSERT): Likewise.
6227         * tests/test-sleep.c (ASSERT): Likewise.
6228         * tests/test-snprintf-posix.c (ASSERT): Likewise.
6229         * tests/test-snprintf.c (ASSERT): Likewise.
6230         * tests/test-sprintf-posix.c (ASSERT): Likewise.
6231         * tests/test-stat-time.c (ASSERT): Likewise.
6232         * tests/test-strcasestr.c (ASSERT): Likewise.
6233         * tests/test-strerror.c (ASSERT): Likewise.
6234         * tests/test-striconv.c (ASSERT): Likewise.
6235         * tests/test-striconveh.c (ASSERT): Likewise.
6236         * tests/test-striconveha.c (ASSERT): Likewise.
6237         * tests/test-strsignal.c (ASSERT): Likewise.
6238         * tests/test-strstr.c (ASSERT): Likewise.
6239         * tests/test-strtod.c (ASSERT): Likewise.
6240         * tests/test-trunc1.c (ASSERT): Likewise.
6241         * tests/test-trunc2.c (ASSERT): Likewise.
6242         * tests/test-truncf1.c (ASSERT): Likewise.
6243         * tests/test-truncf2.c (ASSERT): Likewise.
6244         * tests/test-truncl.c (ASSERT): Likewise.
6245         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
6246         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
6247         * tests/test-vasnprintf.c (ASSERT): Likewise.
6248         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
6249         * tests/test-vasprintf.c (ASSERT): Likewise.
6250         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
6251         * tests/test-vprintf-posix.c (ASSERT): Likewise.
6252         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
6253         * tests/test-vsnprintf.c (ASSERT): Likewise.
6254         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
6255         * tests/test-wcwidth.c (ASSERT): Likewise.
6256         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
6257         * tests/test-xprintf-posix.c (ASSERT): Likewise.
6258         * tests/test-xvasprintf.c (ASSERT): Likewise.
6259         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
6260         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
6261         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
6262         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
6263         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
6264         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
6265         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
6266         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
6267         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
6268         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
6269         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
6270         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
6271         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
6272         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
6273         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
6274         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
6275         * tests/unictype/test-block_list.c (ASSERT): Likewise.
6276         * tests/unictype/test-block_of.c (ASSERT): Likewise.
6277         * tests/unictype/test-block_test.c (ASSERT): Likewise.
6278         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
6279         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
6280         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
6281         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
6282         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
6283         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
6284         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
6285         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
6286         * tests/unictype/test-combining.c (ASSERT): Likewise.
6287         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
6288         * tests/unictype/test-digit.c (ASSERT): Likewise.
6289         * tests/unictype/test-mirror.c (ASSERT): Likewise.
6290         * tests/unictype/test-numeric.c (ASSERT): Likewise.
6291         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
6292         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
6293         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
6294         * tests/unictype/test-scripts.c (ASSERT): Likewise.
6295         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
6296         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
6297         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
6298         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
6299         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
6300         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
6301         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
6302         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
6303         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
6304         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
6305         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
6306         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
6307         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
6308         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
6309         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
6310         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
6311         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
6312         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
6313         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
6314         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
6315         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
6316         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
6317         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
6318         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
6319         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
6320         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
6321         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
6322         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
6323         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
6324         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
6325         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
6326         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
6327         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
6328         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
6329         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
6330         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
6331         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
6332         Reported by Eric Blake.
6333
6334 2008-04-11  Bruno Haible  <bruno@clisp.org>
6335
6336         * lib/wchar.in.h: Tweak comment.
6337
6338 2008-04-11  Bruno Haible  <bruno@clisp.org>
6339
6340         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
6341         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
6342         gl_COMMON.
6343         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
6344
6345 2008-04-11  Bruno Haible  <bruno@clisp.org>
6346
6347         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
6348
6349 2008-04-11  Simon Josefsson  <simon@josefsson.org>
6350
6351         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
6352         of attempting to use non-existing /dev/*random.  Based on patch
6353         from Adam Strzelecki <ono@java.pl> in
6354         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
6355
6356 2008-04-08  Bruno Haible  <bruno@clisp.org>
6357
6358         Add tentative support for emx+gcc.
6359         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
6360         * lib/fpurge.c (fpurge): Likewise.
6361         * lib/freadable.c (freadable): Likewise.
6362         * lib/freadahead.c (freadahead): Likewise.
6363         * lib/freading.c (freading): Likewise.
6364         * lib/freadptr.c (freadptr): Likewise.
6365         * lib/freadseek.c (freadptrinc): Likewise.
6366         * lib/fseeko.c (rpl_fseeko): Likewise.
6367         * lib/fseterr.c (fseterr): Likewise.
6368         * lib/fwritable.c (fwritable): Likewise.
6369         * lib/fwriting.c (fwriting): Likewise.
6370         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
6371
6372 2008-04-09  Eric Blake  <ebb9@byu.net>
6373
6374         Avoid some autoconf warnings.
6375         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
6376         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
6377         * m4/afs.m4 (gl_AFS): Likewise.
6378         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
6379         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
6380         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6381         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
6382         (gl_INTEGER_TYPE_SUFFIX): Likewise.
6383         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
6384         (AC_CHECK_DECLS_ONCE): Likewise.
6385         Rename file...
6386         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
6387         gnulib-tool requires autoconf 2.59 or better.
6388         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
6389
6390 2008-04-08  Eric Blake  <ebb9@byu.net>
6391
6392         Use 'git describe --match' if present (added in git 1.5.5).
6393         * build-aux/git-version-gen: Limit result to tags that match 'v*'
6394         if possible.
6395
6396 2008-04-08  Bruno Haible  <bruno@clisp.org>
6397
6398         Add tentative support for OpenServer.
6399         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
6400         _ptr, _cnt.
6401         * lib/fpurge.c (fpurge): Likewise.
6402         * lib/freadable.c (freadable): Likewise.
6403         * lib/freadahead.c (freadahead): Likewise.
6404         * lib/freading.c (freading): Likewise.
6405         * lib/freadptr.c (freadptr): Likewise.
6406         * lib/freadseek.c (freadptrinc): Likewise.
6407         * lib/fseeko.c (rpl_fseeko): Likewise.
6408         * lib/fseterr.c (fseterr): Likewise.
6409         * lib/fwritable.c (fwritable): Likewise.
6410         * lib/fwriting.c (fwriting): Likewise.
6411         Reported by Roger Cornelius <rac@tenzing.org> and
6412         Brian K. White <brian@aljex.com>.
6413
6414 2008-04-06  Jim Meyering  <meyering@redhat.com>
6415
6416         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
6417
6418 2008-04-06  Bruno Haible  <bruno@clisp.org>
6419
6420         Avoid possible error with non-ASCII bytes in UTF-8 locales.
6421         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
6422         * tests/test-printf-posix.sh: Likewise.
6423         * tests/test-vfprintf-posix.sh: Likewise.
6424         * tests/test-vprintf-posix.sh: Likewise.
6425         * tests/test-xprintf-posix.sh: Likewise.
6426
6427 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6428
6429         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
6430         hide error from 'ls', needed on OS/2.
6431         Report by Elbert Pol <elbert.pol@gmail.com>.
6432
6433 2008-04-04  Eric Blake  <ebb9@byu.net>
6434
6435         Make test-fseeko.c failures meaningful.
6436         * tests/test-fseeko.c: Print line number on failure.
6437         * tests/test-fseek.c: Likewise.
6438         Reported by Nelson H. F. Beebe.
6439
6440         Improve strtod bug detection check.
6441         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
6442         required for Solaris 10.
6443         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
6444
6445 2008-04-04  Bruno Haible  <bruno@clisp.org>
6446
6447         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
6448         by m4/setenv.m4.
6449
6450 2008-04-03  Eric Blake  <ebb9@byu.net>
6451
6452         Ensure sane .version contents.
6453         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
6454         version string.
6455         * build-aux/git-version-gen: Improve documentation.
6456
6457         Make GNU make output nicer.
6458         * top/GNUmakefile [!_have-Makefile]: Add dependency on
6459         MAKECMDGOALS to enforce message for all command line targets.  Set
6460         srcdir for use in maint.mk.
6461
6462         Another maintainer tweak.
6463         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
6464         a target that regenerates version.
6465
6466 2008-04-03  Jim Meyering  <meyering@redhat.com>
6467
6468         vc-list-files: don't cause coreutils "make po-check" failure
6469         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
6470
6471 2008-04-03  Eric Blake  <ebb9@byu.net>
6472
6473         Allow VPATH usage of vc-list-files.
6474         * build-aux/vc-list-files (scriptversion): Add timestamp.
6475         (options): Add --help, --version, -C.
6476         (CVS): Support installed cvsu.
6477
6478 2008-04-02  Bruno Haible  <bruno@clisp.org>
6479
6480         Avoid some "statement with no effect" warnings from gcc.
6481         * tests/test-wctype.c (main): Explicitly ignore unused values.
6482         Reported by Jim Meyering.
6483
6484 2008-04-02  Jim Meyering  <meyering@redhat.com>
6485
6486         Avoid some warnings from "gcc -Wshadow".
6487         * tests/test-frexp.c (exp): Define to a different identifier.
6488         * tests/test-frexpl.c (exp): Likewise.
6489
6490 2008-04-03  Jim Meyering  <meyering@redhat.com>
6491
6492         bootstrap: remove dangling *.[ch] symlinks from lib
6493         * build-aux/bootstrap [dangling symlink removal]: Move find's
6494         -depth option to precede all others, to avoid a warning.
6495         Remove *.[ch] files too, and from "$source_base" (usually lib/).
6496
6497 2008-04-02  Bruno Haible  <bruno@clisp.org>
6498
6499         Avoid some warnings from "gcc -Wshadow".
6500         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
6501         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
6502         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
6503         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
6504         Reported by Jim Meyering.
6505
6506 2008-04-01  Bruno Haible  <bruno@clisp.org>
6507
6508         Fix test to work on IRIX 6.5 with cc.
6509         * tests/test-math.c (numeric_equal): New function.
6510         (main): Use it.
6511
6512 2008-04-01  Bruno Haible  <bruno@clisp.org>
6513
6514         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
6515
6516 2008-04-01  Bruno Haible  <bruno@clisp.org>
6517
6518         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
6519         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6520         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
6521         (Depends-on): Remove math.
6522
6523         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
6524         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6525         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
6526         (Depends-on): Remove math.
6527
6528         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
6529         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6530         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
6531         (Depends-on): Remove math.
6532         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
6533         (Depends-on): Remove math.
6534
6535         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
6536         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6537         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
6538         (Depends-on): Remove math.
6539         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
6540         (Depends-on): Remove math.
6541
6542         * tests/test-round1.c: Include nan.h.
6543         (main): Use NaNd instead of NAN.
6544         * modules/round-tests (Files): Add tests/nan.h.
6545
6546         * tests/test-trunc1.c: Include nan.h.
6547         (main): Use NaNd instead of NAN.
6548         * modules/trunc-tests (Files): Add tests/nan.h.
6549
6550         * tests/test-roundf1.c: Include nan.h.
6551         (main): Use NaNf instead of NAN.
6552         * modules/roundf-tests (Files): Add tests/nan.h.
6553
6554         * tests/test-truncf1.c: Include nan.h.
6555         (main): Use NaNf instead of NAN.
6556         * modules/truncf-tests (Files): Add tests/nan.h.
6557
6558         * tests/test-ceilf1.c: Include nan.h.
6559         (main): Use NaNf instead of NAN.
6560         * modules/ceilf-tests (Files): Add tests/nan.h.
6561
6562         * tests/test-floorf1.c: Include nan.h.
6563         (main): Use NaNf instead of NAN.
6564         * modules/floorf-tests (Files): Add tests/nan.h.
6565
6566         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
6567         (main): Use NaNf instead of NAN.
6568         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
6569
6570         * tests/test-isnand.c: Include nan.h instead of <math.h>.
6571         (main): Use NaNd instead of NAN.
6572         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
6573
6574         * tests/test-frexp.c: Include nan.h.
6575         (main): Use NaNd instead of NAN.
6576         * modules/frexp-tests (Files): Add tests/nan.h.
6577
6578         * lib/isnan.c: Don't include <math.h>.
6579         (FUNC): Don't use NAN macro.
6580         * modules/isnand-nolibm (Depends-on): Remove math.
6581         * modules/isnanf-nolibm (Depends-on): Remove math.
6582         * modules/isnanl (Depends-on): Remove math.
6583         * modules/isnanl-nolibm (Depends-on): Remove math.
6584
6585         * tests/nan.h: New file.
6586
6587 2008-04-01  Eric Blake  <ebb9@byu.net>
6588
6589         Fix typos.
6590         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
6591         values to be the right type.
6592
6593         For now, cater to gnulib strtod inaccuracies.
6594         * tests/test-strtod.c (main): Allow 1-ulp error on expected
6595         fractional results.  While not as nice from a QoI perspective, it
6596         is a quicker patch than correctly implementing decimal to binary
6597         rounding.
6598
6599 2008-03-31  Eric Blake  <ebb9@byu.net>
6600
6601         Guarantee a definition of NAN.
6602         * lib/math.in.h (NAN): Define if missing.
6603         * tests/test-math.c (main): Test it.
6604         * doc/posix-headers/math.texi (math.h): Document this.
6605         * lib/isnan.c (rpl_isnand): Use it.
6606         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
6607         * tests/test-floorf1.c (NaN): Likewise.
6608         * tests/test-frexp.c (NaN): Likewise.
6609         * tests/test-isnand.c (NaN): Likewise.
6610         * tests/test-isnanf.c (NaN): Likewise.
6611         * tests/test-round1.c (NaN): Likewise.
6612         * tests/test-roundf1.c (NaN): Likewise.
6613         * tests/test-snprintf-posix.h (NaN): Likewise.
6614         * tests/test-sprintf-posix.h (NaN): Likewise.
6615         * tests/test-trunc1.c (NaN): Likewise.
6616         * tests/test-truncf1.c (NaN): Likewise.
6617         * tests/test-vasnprintf-posix.c (NaN): Likewise.
6618         * tests/test-vasprintf-posix.c (NaN): Likewise.
6619         * modules/isnand-nolibm (Depends-on): Add math.
6620         * modules/isnanf-nolibm (Depends-on): Likewise.
6621         * modules/isnanl (Depends-on): Likewise.
6622         * modules/isnanl-nolibm (Depends-on): Likewise.
6623         * modules/snprintf-posix-tests (Depends-on): Likewise.
6624         * modules/sprintf-posix-tests (Depends-on): Likewise.
6625         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
6626         * modules/vsprintf-posix-tests (Depends-on): Likewise.
6627         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
6628         * modules/vasprintf-posix-tests (Depends-on): Likewise.
6629
6630 2008-03-31  Bruno Haible  <bruno@clisp.org>
6631
6632         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
6633         * doc/posix-functions/strtod.texi: Likewise.
6634
6635 2008-03-31  Bruno Haible  <bruno@clisp.org>
6636
6637         * tests/test-strtod.c (main): Don't use C99 syntax.
6638
6639 2008-03-31  Bruno Haible  <bruno@clisp.org>
6640
6641         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
6642         Reported by Eric Blake.
6643
6644 2008-03-31  Jim Meyering  <meyering@redhat.com>
6645
6646         Don't compare actual signbit return values.
6647         * tests/test-strtod.c (main): Rather, compare only their
6648         zero/non-zero nature.
6649
6650 2008-03-31  Eric Blake  <ebb9@byu.net>
6651
6652         More strtod documentation.
6653         * doc/posix-functions/strtod.texi (strtod): Interpret more test
6654         failures as distinct bugs.
6655
6656 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6657
6658         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
6659         Problem reported by Erik Benada in
6660         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
6661
6662 2008-03-30  Bruno Haible  <bruno@clisp.org>
6663
6664         * tests/test-strtod.c: Add comments about which assertion fails on which
6665         platform.
6666         * doc/posix-functions/strtod.texi: Add info about many more platforms.
6667
6668 2008-03-30  Eric Blake  <ebb9@byu.net>
6669
6670         Test signbit behavior on zeros.
6671         * tests/test-signbit.c (test_signbitf): Add tests for zero.
6672         (test_signbitd, test_signbitl): Likewise.
6673
6674         More strtod touchups.
6675         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
6676         sign of negative underflow, for now.  Use .5, not .1.
6677         * doc/posix-functions/strtod.texi (strtod): Mention these
6678         limitations.
6679         Reported by Jim Meyering.
6680
6681 2008-03-30  Bruno Haible  <bruno@clisp.org>
6682
6683         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
6684         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
6685
6686 2008-03-30  Bruno Haible  <bruno@clisp.org>
6687
6688         Avoid failure when attempting to return empty iconv results on some
6689         platforms.
6690         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
6691         allocation, don't report ENOMEM when the resulting string is empty.
6692
6693 2008-03-30  Bruno Haible  <bruno@clisp.org>
6694
6695         Fix buffer overrun.
6696         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
6697         Don't consider the width for tmp_length. Check count against tmp_length
6698         before doing the padding. Ensure enough allocation during padding.
6699
6700 2008-03-30  Eric Blake  <ebb9@byu.net>
6701
6702         strtod touchups.
6703         * lib/strtod.c (strtod): Avoid compiler warnings.
6704         Reported by Jim Meyering.
6705
6706 2008-03-30  Bruno Haible  <bruno@clisp.org>
6707
6708         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
6709         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
6710         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
6711         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
6712         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
6713         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
6714         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
6715         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
6716
6717         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
6718         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
6719         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
6720         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
6721         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
6722         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
6723         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
6724         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
6725
6726         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
6727         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
6728         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
6729         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
6730         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
6731         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
6732         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
6733         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
6734
6735         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
6736         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
6737
6738         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
6739         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
6740
6741         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
6742         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
6743
6744         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
6745         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
6746         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
6747
6748         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
6749         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
6750         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
6751
6752         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
6753         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
6754         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
6755
6756         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
6757         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
6758         * modules/vasprintf (Depends-on): Add EOVERFLOW.
6759
6760         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
6761         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
6762         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
6763         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
6764         (Depends-on): Add EOVERFLOW.
6765         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
6766         (Depends-on): Add EOVERFLOW.
6767         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6768         (Depends-on): Add EOVERFLOW.
6769         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6770         (Depends-on): Add EOVERFLOW.
6771         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6772         (Depends-on): Add EOVERFLOW.
6773         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6774         (Depends-on): Add EOVERFLOW.
6775         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6776         (Depends-on): Add EOVERFLOW.
6777         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6778         (Depends-on): Add EOVERFLOW.
6779
6780         * lib/sprintf.c (EOVERFLOW): Remove fallback.
6781         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
6782         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
6783
6784         * lib/snprintf.c (EOVERFLOW): Remove fallback.
6785         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
6786         * modules/snprintf (Depends-on): Add EOVERFLOW.
6787
6788         * lib/poll.c (EOVERFLOW): Remove fallback.
6789         * modules/poll (Depends-on): Add EOVERFLOW.
6790
6791         * lib/getugroups.c (EOVERFLOW): Remove fallback.
6792         * modules/getugroups (Depends-on): Add EOVERFLOW.
6793
6794         * lib/getdelim.c (EOVERFLOW): Remove fallback.
6795         * modules/getdelim (Depends-on): Add EOVERFLOW.
6796
6797         * lib/ftell.c (EOVERFLOW): Remove fallback.
6798         * modules/ftell (Depends-on): Add EOVERFLOW.
6799
6800         * lib/fprintf.c (EOVERFLOW): Remove fallback.
6801         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
6802         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
6803
6804         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
6805
6806         * modules/EOVERFLOW-tests: New file.
6807         * tests/test-EOVERFLOW.c: New file.
6808
6809         * modules/EOVERFLOW: New file.
6810         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
6811
6812 2008-03-30  Bruno Haible  <bruno@clisp.org>
6813
6814         Fix bug introduced on 2007-06-10.
6815         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
6816         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
6817
6818 2008-03-30  Bruno Haible  <bruno@clisp.org>
6819
6820         Improve freadseek's efficiency after ungetc.
6821         * lib/freadseek.c: Include freadahead.h.
6822         (freadptrinc): New function, extracted from freadseek.
6823         (freadseek): Use it in a loop. Use freadahead to determine the number
6824         of loop iterations.
6825         * modules/freadseek (Depends-on): Add freadahead.
6826         (configure.ac): Require AC_C_INLINE.
6827
6828 2008-03-30  Bruno Haible  <bruno@clisp.org>
6829
6830         * lib/freadseek.c (freadseek): Don't ignore the return value of
6831         freadptr.
6832
6833 2008-03-29  Eric Blake  <ebb9@byu.net>
6834
6835         Add hex float support.
6836         * modules/strtod (Depends-on): Add c-ctype.
6837         (Link): Mention POW_LIB.
6838         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
6839         whitespace between 'e' and exponent.
6840         * tests/test-strtod.c (main): Enable hex float tests.
6841         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
6842         now provides.
6843
6844         Document various strtod bugs, with some fixes.
6845         * doc/posix-functions/strtod.texi (strtod): Document bugs with
6846         "-0x", "inf", "nan", and hex constants.
6847         * doc/posix-functions/atof.texi (atof): Likewise.
6848         * modules/stdlib (Makefile.am): Support strtod.
6849         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6850         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
6851         detect additional strtod bugs.
6852         * lib/stdlib.in.h (rpl_strtod): Add declarations.
6853         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
6854         bool where appropriate.  Parse 'inf' and 'nan'.
6855         * tests/test-strtod.c: New file.
6856         * modules/strtod (Depends-on): Add stdbool, stdlib.
6857         (configure.ac): Turn on module indicator.
6858         * modules/strtod-tests: New module.
6859
6860 2008-03-29  Eric Blake  <ebb9@byu.net>
6861
6862         Fix ftell on mingw.
6863         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
6864         * modules/ftell-tests (Depends-on): Add binary-io.
6865         * modules/ftello-tests (Depends-on): Likewise.
6866         * tests/test-ftell.c (main): Enhance test to cover behavior after
6867         ungetc.  Enforce binary mode.
6868         * tests/test-ftello.c (main): Likewise.
6869
6870         Pass test-freadseek on cygwin.
6871         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
6872         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
6873         ungetc buffer.
6874
6875         * tests/test-fflush2.c (main): Fix typo.
6876
6877 2008-03-29  Bruno Haible  <bruno@clisp.org>
6878
6879         * tests/test-fflush2.c (main): Temporarily disable the contents of
6880         this test.
6881         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
6882         Reported by Eric Blake.
6883
6884 2008-03-28  Simon Josefsson  <simon@josefsson.org>
6885
6886         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
6887         (GC_SHA224_DIGEST_SIZE): Add.
6888
6889         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
6890         (gc_hash_digest_length): Likewise.
6891         (gc_hash_buffer): Likewise.
6892
6893 2008-03-25  Bruno Haible  <bruno@clisp.org>
6894
6895         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
6896         detail which gettext release to use.
6897         Reported by Simon Josefsson.
6898
6899 2008-03-26  Jim Meyering  <meyering@redhat.com>
6900
6901         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
6902         * modules/gnumakefile (clean-GNUmakefile): Also, use
6903         test ... && ... || : syntax rather than if-then ... fi.
6904
6905         gnumakefile: Don't double-quote-expand $(VPATH) value.
6906         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
6907
6908 2008-03-24  Eric Blake  <ebb9@byu.net>
6909
6910         Alter GNUmakefile to install into top directory.
6911         * modules/maintainer-makefile: Split, and add dependency...
6912         * modules/gnumakefile: to this new module.
6913         * build-aux/GNUmakefile: Move...
6914         * top/GNUmakefile: ...here.
6915         * build-aux/maint.mk: Move...
6916         * top/maint.mk: ...here.
6917         * MODULES.html.sh (Support for maintaining...): Document new
6918         module.
6919
6920 2008-03-23  Bruno Haible  <bruno@clisp.org>
6921
6922         * gnulib-tool: New options --vc-files, --no-vc-files.
6923         (func_usage): Document them.
6924         (vc_files): New variable.
6925         (func_import): Consider vc_files.
6926         (func_create_testdir): Set vc_files to empty.
6927         Suggested by Jim Meyering and Karl Berry.
6928
6929 2008-03-23  Bruno Haible  <bruno@clisp.org>
6930
6931         Fix regex compilation error on HP-UX 11.
6932         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
6933         * modules/regex (Files): Add m4/mbstate_t.m4.
6934         Reported by Ton Voon <ton.voon@altinity.com>.
6935
6936 2008-03-23  Bruno Haible  <bruno@clisp.org>
6937
6938         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
6939
6940 2008-03-23  Eric Blake  <ebb9@byu.net>
6941             Bruno Haible  <bruno@clisp.org>
6942
6943         Install files from top/ in the destination directory.
6944         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6945         augmentation also for the files from top/.
6946         (func_import, func_create_testdir): Rewrite file names:
6947         top/filename -> filename.
6948
6949 2008-03-23  Bruno Haible  <bruno@clisp.org>
6950
6951         Tweak "gnulib --version" output.
6952         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
6953
6954 2008-03-23  Bruno Haible  <bruno@clisp.org>
6955
6956         Tweak "gnulib --version" output.
6957         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
6958         rather than contents of ChangeLog, when possible.
6959
6960 2008-03-21  Eric Blake  <ebb9@byu.net>
6961
6962         More --version tweaks.
6963         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
6964         date of last ChangeLog entry.
6965
6966 2008-03-21  Jim Meyering  <meyering@redhat.com>
6967
6968         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
6969
6970 2008-03-20  Eric Blake  <ebb9@byu.net>
6971
6972         VPATH fix.
6973         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
6974
6975 2008-03-20  Simon Josefsson  <simon@josefsson.org>
6976
6977         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
6978         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
6979
6980 2008-03-20  Eric Blake  <ebb9@byu.net>
6981
6982         Sync GNUmakefile with coreutils.
6983         * build-aux/GNUmakefile (have-Makefile): Rename...
6984         (_have-Makefile): ...to this, for namespace consideration.
6985         (GNUmakefile.cfg): Include, if present.
6986         (_autoreconf): Define a default.
6987         (_is-dist-target): New rule for rebuilds to pick up intra-release
6988         version.
6989         (maint-cfg.mk): Rename...
6990         (cfg.mk): ...to this.
6991
6992 2008-03-18  Jim Meyering  <meyering@redhat.com>
6993
6994         New script and module: mktempd
6995         * MODULES.html.sh (maint+release support): Add mktempd.
6996         * build-aux/mktempd: New file.
6997         * modules/mktempd: New file.
6998
6999 2008-03-15  Jim Meyering  <meyering@redhat.com>
7000
7001         Undo last change.
7002         * lib/sha1.c, lib/md5.c: 63 != ~63.
7003         Reported by Andreas Schwab.
7004
7005         sha1.c, md5.c: Hoist a redundant expression.
7006         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
7007         "ctx->buflen" only once, before calling *_process_block.
7008         * lib/md5.c (md5_process_bytes): Likewise.
7009
7010 2008-03-14  Eric Blake  <ebb9@byu.net>
7011
7012         Bump copyright year in files generated by gnulib-tool.
7013         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
7014         gnulib-tool, rather than hard-coding it.
7015
7016         Fix 'gnulib-tool --version' output to work with git.
7017         * gnulib-tool (func_gnulib_dir): New function, extracted from...
7018         (startup): ...here.
7019         (func_version): Use it to invoke git-version-gen, rather than
7020         relying on CVS keyword expansion.  Modernize wording.
7021         (cvsdatestamp, last_checkin_date, version): Kill unused
7022         variables.
7023
7024 2008-03-12  Jim Meyering  <meyering@redhat.com>
7025
7026         Recognize optional cast of the argument to free.
7027         * build-aux/useless-if-before-free: Update regexps.
7028
7029         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
7030
7031 2008-03-11  Bruno Haible  <bruno@clisp.org>
7032
7033         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
7034         by a single package.
7035         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
7036         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
7037         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
7038         Reported by Sam Steingold <sds@gnu.org>.
7039
7040 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7041
7042         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
7043         repositories.
7044
7045 2008-03-11  Bruno Haible  <bruno@clisp.org>
7046
7047         Avoid conflicts between local macro definitions.
7048         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7049         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
7050
7051 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
7052             Bruno Haible  <bruno@clisp.org>
7053
7054         Make va_copy work with some version of xlc on AIX 5.1.
7055         * lib/stdarg.in.h: New file.
7056         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
7057         On AIX, use a <stdarg.h> file substitute.
7058         * modules/stdarg (Files): Add lib/stdarg.in.h.
7059         (Depends-on): Add include_next.
7060         (Makefile.am): Build a stdarg.h substitute if requested.
7061         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
7062
7063 2008-03-10  Bruno Haible  <bruno@clisp.org>
7064
7065         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
7066         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7067         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7068
7069 2008-03-10  Bruno Haible  <bruno@clisp.org>
7070
7071         * modules/stdlib (Depends-on): Add include_next, remove
7072         absolute-header.
7073
7074 2008-03-09  Bruno Haible  <bruno@clisp.org>
7075
7076         * lib/freadahead.h (freadahead): Document more precisely.
7077         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
7078         the sum of both buffer sizes.
7079         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
7080         * NEWS: Document the change.
7081
7082 2008-03-09  Bruno Haible  <bruno@clisp.org>
7083
7084         Extend freadptr to return also the buffer size.
7085         * lib/freadptr.h (freadptr): Add sizep argument.
7086         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
7087         (freadptr): Add sizep argument. Determine buffer size like freadahead
7088         does.
7089         * tests/test-freadptr.c: Don't include freadahead.h.
7090         (main): Adapt for new calling convention of freadptr.
7091         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
7092         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
7093         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
7094         tests/test-freadptr2.sh.
7095         (Depends): Remove freadahead.
7096         (TESTS): Add test-freadptr2.sh.
7097         (check_PROGRAMS): Add test-freadptr2.
7098
7099 2008-03-09  Bruno Haible  <bruno@clisp.org>
7100
7101         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
7102         Report and solution by Simon Josefsson.
7103
7104 2008-03-06  Bruno Haible  <bruno@clisp.org>
7105
7106         Make fflush after ungetc work on BSD platforms.
7107         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
7108         * tests/test-fflush2.c: New file.
7109         * tests/test-fflush2.sh: New file.
7110         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
7111         tests/test-fflush2.c.
7112         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
7113         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
7114
7115 2008-03-06  Eric Blake  <ebb9@byu.net>
7116
7117         Likewise for ftello.
7118         * modules/ftello (Dependencies): Add extensions.
7119         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
7120
7121 2008-03-06  Bruno Haible  <bruno@clisp.org>
7122
7123         * modules/fseeko (Dependencies): Add extensions.
7124         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
7125         Needed on glibc systems.
7126
7127 2008-03-06  Bruno Haible  <bruno@clisp.org>
7128
7129         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
7130         email address.
7131         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7132
7133 2008-03-06  Bruno Haible  <bruno@clisp.org>
7134
7135         * users.txt: Add libgnupdf.
7136
7137 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
7138
7139         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
7140         (Header File Substitutes, Function Substitutes,
7141         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
7142         (Build robot for gnulib): Fix typo.
7143
7144 2008-03-06  Bruno Haible  <bruno@clisp.org>
7145
7146         * doc/gnulib-tool.texi (VCS Issues): Small updates.
7147         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7148
7149 2008-03-06  Bruno Haible  <bruno@clisp.org>
7150
7151         * doc/func.texi: New file, extracted from doc/gnulib.texi.
7152         * doc/gnulib.texi: Include it.
7153
7154 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7155
7156         * modules/func (License): Change license to unlimited; there was
7157         no LGPL parts in the module anyway.
7158
7159 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7160
7161         * modules/__func__: Renamed to modules/func.
7162         * modules/__func__-tests: Renamed to modules/func-tests.
7163         * tests/test-__func__.c: Renamed to tests/test-func.c.
7164         * m4/__func__.m4: Renamed to m4/func.m4.
7165         * doc/gnulib.texi (__func__): Section renamed to func.
7166         Suggested by Eric Blake <ebb9@byu.net>.
7167
7168 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7169
7170         * doc/gnulib.texi (__func__): Use C99 terminology when talking
7171         about __func__.  Make example self-contained.  Suggested by Eric
7172         Blake <ebb9@byu.net>.
7173
7174         * tests/test-__func__.c (main): Avoid extraneous () around __func.
7175         Suggested by Eric Blake <ebb9@byu.net>.
7176
7177 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7178
7179         * modules/__func__: New file.
7180         * modules/__func__-tests: New file.
7181         * tests/test-__func__.c: New file.
7182         * m4/__func__.m4: New file.
7183         * doc/gnulib.texi (__func__): Document __func__ module.
7184
7185 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7186
7187         * modules/byteswap (License): Re-license as LGPLv2+.
7188
7189 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7190
7191         * doc/Makefile: Add pdf target.
7192
7193 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7194
7195         * modules/inline (License): Use 'unlimited', since there are only
7196         *.m4 files in this module.
7197
7198 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7199             Bruno Haible  <bruno@clisp.org>
7200
7201         Add support for HP C 7.1 on OpenVMS 8.3.
7202         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
7203
7204 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7205
7206         Update VMS specifics.
7207         * lib/getopt.c [VMS]: Remove include of unixlib.h.
7208
7209 2008-03-02  Jim Meyering  <meyering@redhat.com>
7210
7211         Remove the last dependency on the "free" module.
7212         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
7213         Reported by Bob Proulx.
7214
7215         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
7216
7217         Remove useless "if" tests before free.  Deprecate "free" module.
7218         * doc/posix-functions/free.texi: Mention that this
7219         module is no longer useful.
7220         * modules/free (Notice): Say this module is obsolete.
7221         * modules/readutmp (Depends-on): Remove free.
7222         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
7223         * lib/putenv.c (putenv): Likewise.
7224         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
7225         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
7226         * tests/test-c-strcasestr.c (main): Likewise.
7227         * tests/test-c-strstr.c (main): Likewise.
7228         * tests/test-mbscasestr1.c (main): Likewise.
7229         * tests/test-mbscasestr2.c (main): Likewise.
7230         * tests/test-mbsstr1.c (main): Likewise.
7231         * tests/test-mbsstr2.c (main): Likewise.
7232         * tests/test-memmem.c (main): Likewise.
7233         * tests/test-strcasestr.c (main): Likewise.
7234         * tests/test-striconv.c (main): Likewise.
7235         * tests/test-striconveh.c (main): Likewise.
7236         * tests/test-striconveha.c (main): Likewise.
7237         * tests/test-strstr.c (main): Likewise.
7238
7239         * build-aux/git-version-gen: Adjust a comment and the Usage string.
7240
7241         bootstrap: sync from coreutils again
7242         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
7243
7244 2008-03-01  Jim Meyering  <meyering@redhat.com>
7245
7246         bootstrap: sync from coreutils
7247         * build-aux/bootstrap (update_po_files): Copy a .po file into place
7248         also when the target doesn't exist.
7249
7250 2008-03-01  Eric Blake  <ebb9@byu.net>
7251
7252         Fix bugs in last patch.
7253         * lib/memchr2.c (memchr2): Fix typo.
7254         * tests/test-memchr2.c: Test previous bug, and don't use GNU
7255         extension.
7256         Reported by Bruce Korb.
7257
7258         New module 'memchr2'.
7259         * modules/memchr2: New file.
7260         * modules/memchr2-tests: Likewise.
7261         * lib/memchr2.h: Likewise.
7262         * lib/memchr2.c: Likewise, based on memchr.c.
7263         * tests/test-memchr2.c: New test.
7264         * MODULES.html.sh (String handling): Add memchr2.
7265
7266 2008-02-29  Bruno Haible  <bruno@clisp.org>
7267
7268         * modules/freadseek-tests: New file.
7269         * tests/test-freadseek.sh: New file.
7270         * tests/test-freadseek.c: New file.
7271
7272         New module 'freadseek'.
7273         * modules/freadseek: New file.
7274         * lib/freadseek.h: New file.
7275         * lib/freadseek.c: New file.
7276         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
7277
7278 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
7279
7280         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
7281         wydawca.
7282
7283         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
7284         program_invocation_name and program_invocation_short_name are
7285         present.
7286
7287 2008-02-28  Bruno Haible  <bruno@clisp.org>
7288
7289         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
7290         * tests/test-freadptr.sh: Also test non-seekable stdin.
7291
7292 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
7293
7294         * build-aux/bootstrap (source_base, m4_base)
7295         (doc_base, tests_base): New variables.
7296         (gnulib_tool_options): Do not hardcode base directories, use
7297         the above variables instead.
7298
7299 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
7300
7301         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
7302
7303 2008-02-28  Bruno Haible  <bruno@clisp.org>
7304
7305         * modules/freadptr-tests: New file.
7306         * tests/test-freadptr.sh: New file.
7307         * tests/test-freadptr.c: New file.
7308
7309         New module 'freadptr'.
7310         * modules/freadptr: New file.
7311         * lib/freadptr.h: New file.
7312         * lib/freadptr.c: New file.
7313         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
7314
7315 2008-02-26  Karl Berry  <karl@freefriends.org>
7316
7317         Sync from Libtool:
7318         * libltdl/argz.c (argz_add, argz_count): New functions.
7319         * libltdl/argz.in.h: Declare them.
7320         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
7321
7322 2008-02-22  Bruno Haible  <bruno@clisp.org>
7323
7324         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
7325         is a pointer type.  Needed for HP-UX 10.
7326         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
7327         * doc/posix-functions/gmtime_r.texi: Likewise.
7328         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7329
7330 2008-02-24  Bruno Haible  <bruno@clisp.org>
7331
7332         * modules/environ-tests: New file.
7333         * tests/test-environ.c: New file.
7334
7335         New module 'environ'.
7336         * modules/environ: New file.
7337         * lib/unistd.in.h (environ): New declaration.
7338         * m4/environ.m4: New file.
7339         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
7340         after use.
7341         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
7342         HAVE_DECL_ENVIRON.
7343         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
7344         HAVE_DECL_ENVIRON.
7345         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
7346         wrong claim that 'environ' is missing on some systems.
7347         * modules/execute (Depends-on): Add environ.
7348         * lib/execute.c (environ): Remove fallback declaration.
7349         * modules/pipe (Depends-on): Add environ.
7350         * lib/pipe.c (environ): Remove fallback declaration.
7351         * modules/setenv (Depends-on): Add environ.
7352         * lib/setenv.c (environ): Remove fallback declaration.
7353         * modules/unsetenv (Depends-on): Add environ.
7354         * lib/unsetenv.c (environ): Remove fallback declaration.
7355         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
7356         m4/environ.m4.
7357         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
7358         (gl_PREREQ_UNSETENV): Likewise.
7359
7360 2008-02-24  Bruno Haible  <bruno@clisp.org>
7361
7362         * doc/posix-functions/environ.texi: Document the MacOS X problem.
7363
7364 2008-02-20  Bob Proulx  <bob@proulx.com>
7365
7366         Enable use of older two part flavor 'git describe'.
7367         * build-aux/git-version-gen: If using the older two part flavor of
7368         git version then recreate the third part now present in the
7369         newer three part flavor of git describe.
7370
7371 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
7372
7373         * lib/fts.c (fts_build): Typo correction to comment.
7374
7375 2008-02-17  Bruno Haible  <bruno@clisp.org>
7376
7377         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
7378         generating no-op conflicts.
7379
7380 2008-02-17  Bruno Haible  <bruno@clisp.org>
7381
7382         Speed up by 10%.
7383         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
7384         result_entries, rather than an index-based loop.
7385
7386 2008-02-17  Bruno Haible  <bruno@clisp.org>
7387
7388         Speed up by 25%.
7389         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
7390         'hashcode_cached'.
7391         (entry_create): New function.
7392         (entry_hashcode): Use the cached hashcode if possible.
7393         (read_changelog_file, try_split_merged_entry): Use entry_create.
7394
7395 2008-02-17  Bruno Haible  <bruno@clisp.org>
7396
7397         Speed up from O(n^2) to O(n) for long ChangeLog files.
7398         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
7399         (read_changelog_file): Change implementation of entries_reversed list
7400         to rbtreehash.
7401         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
7402
7403 2008-02-17  Bruno Haible  <bruno@clisp.org>
7404
7405         New option --split-merged-entry.
7406         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
7407         (find_paragraph_end, try_split_merged_entry): New functions.
7408         (long_options): Add option --split-merged-entry.
7409         (usage): Document option --split-merged-entry.
7410         (main): Implement option --split-merged-entry.
7411         Reported by Eric Blake.
7412
7413 2008-02-17  Bruno Haible  <bruno@clisp.org>
7414
7415         * lib/git-merge-changelog.c: Include c-strstr.h.
7416         (main): Support the "git pull --rebase" situation.
7417         * modules/git-merge-changelog (Depends-on): Add c-strstr.
7418         Reported by Eric Blake.
7419
7420 2008-02-16  Eric Blake  <ebb9@byu.net>
7421
7422         Avoid doubling \ in common case of "c-maybe" quoting style.
7423         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
7424         eliding outer quotes.
7425         * lib/quotearg.h: Document this.
7426         * tests/test-quotearg.c (result_strings, inputs, results_g)
7427         (flag_results, locale_results): Test it by adding a new string to
7428         each test group.
7429         (compare_strings): Test new string.
7430
7431 2008-02-13  Eric Blake  <ebb9@byu.net>
7432
7433         Avoid trigraph quoting in default output.
7434         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
7435         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
7436         unless explicitly requested.
7437         * tests/test-quotearg.c (flag_results, main): Add additional tests.
7438
7439 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
7440
7441         Don't rely on signed integer overflowing to negative value.
7442         * lib/getugroups.c (getugroups): Include <limits.h>.
7443         Instead, compare against INT_MAX, and increment only if the test passes.
7444
7445 2008-02-13  Jim Meyering  <meyering@redhat.com>
7446         and Eric Blake  <ebb9@byu.net>
7447
7448         Avoid shadowing warning and compile errors on Linux.
7449         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
7450         forwarding macros on Linux.
7451         (dcgettext): Define a stub, for Linux.
7452         (results_g, main): Avoid warnings.
7453
7454 2008-02-12  Eric Blake  <ebb9@byu.net>
7455
7456         Silence warning in last patch.
7457         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
7458
7459         Quotearg part 4: add tests, fix c-maybe colon quoting.
7460         * lib/quotearg.h: Improve documentation.
7461         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
7462         escapes when adding outer quotes.  When quoting trigraphs, use
7463         valid C notation.  When quoting NUL, omit extra characters if next
7464         character is not digit.  Alter prototype.
7465         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
7466         callers.
7467         * modules/quotearg-tests: New module.
7468         * tests/test-quotearg.c: New test.
7469
7470 2008-02-07  Eric Blake  <ebb9@byu.net>
7471
7472         Quotearg part 3: add flag to control outer quote elision.
7473         * lib/quotearg.h (c_maybe_quoting_style): New style.
7474         (enum quoting_flags): Better documentation of flags.
7475         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
7476         c-maybe style.
7477         (quotearg_buffer_restyled): Handle new flag to elide outer
7478         quotes.
7479
7480         Quotearg part 2: add flag that can control NUL elision.
7481         * lib/quotearg.h (set_quoting_flags): New prototype.
7482         * lib/quotearg.c (struct quoting_options): Add flag field.
7483         (set_quoting_flags): New function.
7484         (quotearg_buffer_restyled): Add flags parameter.
7485         (quotearg_alloc_mem): Set the flag if length cannot be returned.
7486         (quotearg_n_options): Set the flag, since length cannot be
7487         returned.
7488         (quoting_options_from_style): Default flags correctly.
7489
7490         Quotearg part 1: more wrappers, restore quotearg_char state.
7491         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
7492         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
7493         (quotearg_colon_mem): New wrappers.
7494         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
7495         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
7496         functions.
7497         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
7498         (quotearg_colon_mem): New functions.
7499
7500 2008-02-11  Bruno Haible  <bruno@clisp.org>
7501
7502         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
7503         library in the current directory: it does not work with parallel make.
7504         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7505
7506 2008-02-11  Bruno Haible  <bruno@clisp.org>
7507
7508         * .gitattributes: New file.
7509
7510 2008-02-11  Jim Meyering  <meyering@redhat.com>
7511
7512         useless-if-before-free: Fix reversed exit values.
7513         * build-aux/useless-if-before-free: Use correct values
7514         for EXIT_MATCH and EXIT_NO_MATCH.
7515
7516         * build-aux/useless-if-before-free: Close stdout carefully.
7517
7518 2008-02-10  Bruno Haible  <bruno@clisp.org>
7519
7520         New module 'git-merge-changelog'.
7521         * modules/git-merge-changelog: New file.
7522         * lib/git-merge-changelog.c: New file.
7523
7524 2008-02-10  Jim Meyering  <meyering@redhat.com>
7525
7526         useless-if-before-free: New option: --list (-l).
7527
7528         useless-if-before-free: Don't exit immediately upon open failure.
7529         * build-aux/useless-if-before-free: Exit 2 for errors.
7530         Upon failure to open a file, don't exit immediately.
7531         Rather, just warn and continue with any remaining files.
7532
7533 2008-02-10  Bruno Haible  <bruno@clisp.org>
7534
7535         New abstract list operation 'node_set_value'.
7536         * lib/gl_list.h (gl_list_node_set_value): New function.
7537         (struct gl_list_implementation): New field node_set_value.
7538         * lib/gl_list.c (gl_list_node_set_value): New function.
7539         * lib/gl_array_list.c (gl_array_node_set_value): New function.
7540         (gl_array_list_implementation): Update.
7541         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
7542         (gl_carray_list_implementation): Update.
7543         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
7544         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7545         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7546         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
7547         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7548         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7549         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7550         Update.
7551         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7552         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
7553         (gl_sublist_list_implementation): Update.
7554
7555 2008-02-10  Bruno Haible  <bruno@clisp.org>
7556
7557         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
7558         Needed when ELEMENT is #defined to 'some_type *'.
7559
7560 2008-02-10  Jim Meyering  <meyering@redhat.com>
7561
7562         New script and module: useless-if-before-free
7563         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
7564         * build-aux/useless-if-before-free: New file.
7565         * modules/useless-if-before-free: New file.
7566
7567         * build-aux/gitlog-to-changelog: Use committer date, not author date.
7568
7569         xstrtol_error: Fix typo.
7570         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
7571         s/exit_failure/exit_status/.
7572
7573 2008-02-09  Jim Meyering  <meyering@redhat.com>
7574
7575         New script and module: gitlog-to-changelog
7576         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
7577         * modules/gitlog-to-changelog: New file.
7578         * build-aux/gitlog-to-changelog: New file.
7579
7580 2008-02-08  Jim Meyering  <meyering@redhat.com>
7581
7582         Avoid two "parameter unused" warnings.
7583         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
7584         Mark "st" as used.
7585
7586         Use "git COMMAND", not "git-COMMAND".
7587         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
7588         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
7589         * build-aux/git-version-gen: Use "git status", not "git-status".
7590
7591 2008-02-07  Bruno Haible  <bruno@clisp.org>
7592
7593         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
7594         Avoids a crash on Windows Vista.
7595         Reported by Adam Strzelecki <ono@java.pl> via
7596         Simon Josefsson <simon@josefsson.org>.
7597
7598 2008-02-06  Bruno Haible  <bruno@clisp.org>
7599
7600         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
7601         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
7602         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
7603         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
7604         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7605         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7606         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
7607         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
7608         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7609         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7610         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7611         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7612         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7613         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7614         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7615         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
7616         left-adjust flag.
7617         * tests/test-snprintf-posix.h (test_function): Likewise.
7618         * tests/test-sprintf-posix.h (test_function): Likewise.
7619         * tests/test-vasprintf-posix.c (test_function): Likewise.
7620         * doc/posix-functions/fprintf.texi: Update.
7621         * doc/posix-functions/printf.texi: Update.
7622         * doc/posix-functions/snprintf.texi: Update.
7623         * doc/posix-functions/sprintf.texi: Update.
7624         * doc/posix-functions/vfprintf.texi: Update.
7625         * doc/posix-functions/vprintf.texi: Update.
7626         * doc/posix-functions/vsnprintf.texi: Update.
7627         * doc/posix-functions/vsprintf.texi: Update.
7628         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7629
7630 2008-02-06  Bruno Haible  <bruno@clisp.org>
7631
7632         Fix bug introduced on 2008-01-26.
7633         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
7634
7635 2008-02-06  Bruno Haible  <bruno@clisp.org>
7636
7637         Fix bug introduced on 2007-06-10.
7638         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
7639         !NEED_PRINTF_FLAG_ZERO.
7640
7641 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
7642
7643         getloadavg: use libperfstat on AIX5
7644         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
7645
7646 2008-02-03  Bruno Haible  <bruno@clisp.org>
7647
7648         * lib/diffseq.h: Add comments about required #includes.
7649         Reported by Michael Biggs <gnulib@doubleplum.net>.
7650
7651 2008-02-01  Bruno Haible  <bruno@clisp.org>
7652
7653         * users.txt: Add gnuit.
7654
7655 2008-01-31  Bruno Haible  <bruno@clisp.org>
7656
7657         * lib/md4.c (set_uint32): Mark as inline.
7658         * lib/md5.c (set_uint32): Likewise.
7659         * lib/sha1.c (set_uint32): Likewise.
7660         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
7661         * m4/md5.m4 (gl_MD5): Likewise.
7662         * m4/sha1.m4 (gl_SHA1): Likewise.
7663
7664 2008-01-31  Jim Meyering  <meyering@redhat.com>
7665
7666         Use "sizeof VAR", rather than a literal "4".
7667         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
7668         * lib/md4.c (md4_read_ctx): Likewise.
7669         * lib/sha1.c (sha1_read_ctx): Likewise.
7670
7671 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7672
7673         * tests/test-sha1.c: New file, based on test-md5.c.
7674
7675         * modules/crypto/sha1-tests: New file.
7676
7677 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7678
7679         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
7680
7681 2008-01-31  Jim Meyering  <meyering@redhat.com>
7682
7683         Prefer "sizeof v" over the equivalent "4".
7684         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
7685         * lib/md5.c (set_uint32): Likewise.
7686         * lib/sha1.c (set_uint32): Likewise.
7687
7688 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7689
7690         * lib/sha1.c (set_uint32): Mark function as static.
7691
7692 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7693
7694         md2: clarify comments to say that alignment is not required.
7695         * lib/md2.h: Remove warning about alignment in comment.
7696         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
7697         never been required.
7698
7699 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7700
7701         md4: adapt alignment constraint fix from sha1.
7702         * lib/md4.c (set_uint32): New function, from sha1.c
7703         (md4_read_ctx): Use it.
7704         (md4_finish_ctx): Doc fix.
7705         * lib/md4.h: Doc fix.
7706
7707 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7708
7709         md5: adapt alignment constraint fix from sha1.
7710         * lib/md5.c (set_uint32): New function, from sha1.c
7711         (md5_read_ctx): Use it.
7712         (md5_finish_ctx): Doc fix.
7713         * lib/md5.h: Doc fix.
7714
7715 2008-01-30  Peter Palfrader  <weasel@debian.org>
7716
7717         sha1: remove the result buffer alignment constraint
7718         * lib/sha1.c (set_uint32): New function.
7719         (sha1_read_ctx): Rewrite to remove the result buffer alignment
7720         constraint.
7721         (sha1_finish_ctx): Remove comment warning about alignment constraint.
7722         * lib/sha1.h: Likewise.
7723
7724 2008-01-30  Andreas Schwab  <schwab@suse.de>
7725             Bruno Haible  <bruno@clisp.org>
7726
7727         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
7728         correct definition of LDBL_MIN_EXP.
7729
7730 2008-01-30  Karl Berry  <karl@gnu.org>
7731
7732         * config/srclist-update: try to preserve x bit on updates.
7733         * config/srclistvars.sh: update for karl.
7734
7735 2008-01-29  Jim Meyering  <meyering@redhat.com>
7736
7737         vasnprintf.c: Avoid warning about unused label
7738         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
7739         "overflow" label definition and associated code with the
7740         same cpp condition that guards the sole use of that label.
7741
7742 2008-01-26  Bruno Haible  <bruno@clisp.org>
7743
7744         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
7745         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
7746         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
7747         * lib/isnanl-nolibm.h (isnanl): Likewise.
7748         Reported by Paul Eggert <eggert@cs.ucla.edu>.
7749
7750 2008-01-26  Bruno Haible  <bruno@clisp.org>
7751
7752         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
7753         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
7754
7755 2008-01-26  Bruno Haible  <bruno@clisp.org>
7756
7757         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
7758         GCC >= 4.0 built-in.
7759         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
7760
7761 2008-01-26  Bruno Haible  <bruno@clisp.org>
7762
7763         Rename isnan, applicable to 'double' only, to isnand.
7764         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
7765         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
7766         (configure.ac): Update.
7767         (Include): Replace "isnan.h" with "isnand.h".
7768         * m4/isnand.m4: Renamed from m4/isnan.m4.
7769         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
7770         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
7771         instead of isnan.c.
7772         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
7773         instead of HAVE_ISNAN_IN_LIBC.
7774         (isnand): Renamed from isnan.
7775         * lib/isnand.c: New file.
7776         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
7777         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
7778         (Makefile.am): Update.
7779         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
7780         Include isnand.h instead of isnan.h.
7781         (main): Test isnand instead of isnan.
7782         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
7783         isnan-nolibm.
7784         * modules/frexp (Depends-on): Likewise.
7785         * modules/frexp-tests (Depends-on): Likewise.
7786         * modules/frexp-nolibm (Depends-on): Likewise.
7787         * modules/frexp-nolibm-tests (Depends-on): Likewise.
7788         * modules/isfinite (Depends-on): Likewise.
7789         * modules/round-tests (Depends-on): Likewise.
7790         * modules/signbit (Depends-on): Likewise.
7791         * modules/signbit-tests (Depends-on): Likewise.
7792         * modules/snprintf-posix (Depends-on): Likewise.
7793         * modules/sprintf-posix (Depends-on): Likewise.
7794         * modules/trunc-tests (Depends-on): Likewise.
7795         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7796         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7797         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7798         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7799         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7800         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7801         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7802         * modules/vasnprintf-posix (Depends-on): Likewise.
7803         * modules/vasprintf-posix (Depends-on): Likewise.
7804         * modules/vfprintf-posix (Depends-on): Likewise.
7805         * modules/vsnprintf-posix (Depends-on): Likewise.
7806         * modules/vsprintf-posix (Depends-on): Likewise.
7807         * lib/frexp.c: Include isnand.h instead of isnan.h.
7808         (ISNAN): Set to isnand instead of isnan.
7809         * lib/isfinite.c: Include isnand.h instead of isnan.h.
7810         (gl_isfinited): Use isnand instead of isnan.
7811         * lib/signbitd.c: Include isnand.h instead of isnan.h.
7812         (gl_signbitd): Use isnand instead of isnan.
7813         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
7814         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
7815         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
7816         (main): Use isnand instead of isnan.
7817         * tests/test-round1.c: Include isnand.h.
7818         (main): Use isnand instead of isnan.
7819         * tests/test-round2.c: Include isnand.h instead of isnan.h.
7820         (ISNAN): Set to isnand instead of isnan.
7821         * tests/test-trunc1.c: Include isnand.h.
7822         (main): Use isnand instead of isnan.
7823         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
7824         (equal): Use isnand instead of isnan.
7825         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
7826         isnand-nolibm.
7827         * NEWS: Mention the change.
7828
7829 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7830             Bruno Haible  <bruno@clisp.org>
7831
7832         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
7833         the GCC builtins for signbits are present and set
7834         REPLACE_SIGNBIT_USING_GCC if so.
7835         * lib/math.in.h (signbit): Define using GCC builtins if
7836         REPLACE_SIGNBIT_USING_GCC is set.
7837         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
7838         REPLACE_SIGNBIT_USING_GCC.
7839         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
7840
7841 2008-01-25  Jim Meyering  <meyering@redhat.com>
7842
7843         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
7844         * lib/poll.c: Include <config.h>, not "config.h".
7845         * tests/test-getaddrinfo.c: Likewise.
7846
7847 2008-01-25  Simon Josefsson  <simon@josefsson.org>
7848
7849         * modules/sockets-tests: New file.
7850
7851 2008-01-24  Simon Josefsson  <simon@josefsson.org>
7852
7853         * modules/sockets: New module, can be used to call WSA_Startup and
7854         WSA_Cleanup when needed.
7855
7856         * lib/sockets.h, lib/sockets.c: New files.
7857
7858         * m4/sockets.m4: New file.
7859
7860         * tests/test-sockets.c: New file.
7861
7862 2008-01-19  Bruno Haible  <bruno@clisp.org>
7863
7864         * doc/posix-headers: Renamed from doc/headers.
7865         * doc/posix-functions: Renamed from doc/functions.
7866         * doc/gnulib.texi: Update.
7867
7868 2008-01-19  Bruno Haible  <bruno@clisp.org>
7869
7870         * doc/glibc-functions/strcasestr.texi: Include contents of
7871         doc/functions/strcasestr.texi, fixing the list of platforms.
7872         * doc/functions/strcasestr.texi: Remove file.
7873
7874 2008-01-19  Bruno Haible  <bruno@clisp.org>
7875
7876         * doc/glibc-functions/memmem.texi: Include contents of
7877         doc/functions/memmem.texi.
7878         * doc/functions/memmem.texi: Remove file.
7879
7880 2008-01-18  Bruno Haible  <bruno@clisp.org>
7881
7882         * doc/glibc-functions/*.texi: New files.
7883         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
7884         to use the new files.
7885
7886 2008-01-17  Bruno Haible  <bruno@clisp.org>
7887
7888         * tests/test-gethostname.c (main): Fix printf statement.
7889
7890 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7891
7892         * modules/gethostname-tests: New file.
7893
7894         * tests/test-gethostname.c: New file.
7895
7896 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7897
7898         * lib/gethostname.c: Include string.h unconditionally, strncpy is
7899         used by the UNAME case.  Reported by Bruno Haible
7900         <bruno@clisp.org>.
7901
7902 2008-01-17  Eric Blake  <ebb9@byu.net>
7903
7904         Convert c-strcasestr to be more efficient.
7905         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
7906         (Depends-on): Add c-strcase, remove malloca, strnlen.
7907         * tests/test-c-strcasestr.c (main): Enhance test.
7908         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
7909
7910 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7911
7912         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
7913         Use it in creating po/Makevars.
7914
7915 2008-01-15  Simon Josefsson  <simon@josefsson.org>
7916
7917         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
7918         Applications that requires it should initialize libgcrypt
7919         manually.
7920
7921 2008-01-16  Simon Josefsson  <simon@josefsson.org>
7922
7923         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
7924
7925 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
7926
7927         Fix problem with getdate on mingw32 reported by Simon Josefsson
7928         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
7929         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
7930         tzname", when deciding whether to declare tzname.
7931         * lib/strftime.c (tzname): Likewise.
7932
7933 2008-01-15  Bruno Haible  <bruno@clisp.org>
7934
7935         Work around a MacOS X 10.5 bug in frexpl().
7936         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
7937         * doc/functions/frexpl.texi: Document the bug.
7938         Reported by Elias Pipping <pipping@gentoo.org>.
7939
7940 2008-01-14  Eric Blake  <ebb9@byu.net>
7941
7942         Touch up previous patch.
7943         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
7944         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
7945
7946         Convert strcasestr module to use Two-Way algorithm.
7947         * modules/strcasestr-simple: New module, based on the old
7948         strcasestr, but with Two-Way rather than KMP.
7949         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
7950         * lib/string.in.h (rpl_strcasestr): Declare.
7951         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
7952         performance.
7953         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
7954         * modules/string (Makefile.am): Support strcasestr.
7955         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
7956         * modules/strcasestr-tests (Depends-on): Check for alarm.
7957         * tests/test-strcasestr.c: Augment test.
7958         * lib/str-two-way.h: Clean up stray macro.
7959         * NEWS: Document new module.
7960         * MODULES.html.sh (string handling): Likewise.
7961         * doc/functions/strcasestr.texi: New file.
7962         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
7963         here, since it is not a POSIX function.
7964
7965 2008-01-14  Colin Watson  <cjwatson@debian.org>
7966             Bruno Haible  <bruno@clisp.org>
7967
7968         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
7969         works fine; if not, set REPLACE_STRSIGNAL.
7970         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
7971         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7972         REPLACE_STRSIGNAL.
7973         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
7974         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
7975         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
7976
7977 2008-01-14  Bruno Haible  <bruno@clisp.org>
7978
7979         * modules/strsignal (Include): Change to <string.h>.
7980
7981 2008-01-14  Colin Watson  <cjwatson@debian.org>
7982
7983         * modules/argp (Notice): Add a notice recommending to change
7984         XGETTEXT_OPTIONS.
7985         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
7986
7987 2008-01-13  Colin Watson  <cjwatson@debian.org>
7988
7989         * modules/strsignal-tests: New file.
7990         * tests/test-strsignal.c: New file.
7991
7992         * lib/strsignal.c: New file, from glibc with modifications.
7993         * lib/siglist.h: New file, from glibc with modifications.
7994         * lib/string.in.h (strsignal): New declaration.
7995         * m4/strsignal.m4: New file.
7996         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7997         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
7998         * modules/strsignal: New file.
7999         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
8000         HAVE_DECL_STRSIGNAL.
8001
8002 2008-01-13  Bruno Haible  <bruno@clisp.org>
8003
8004         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
8005         locale encoding is not ASCII. Needed for OpenBSD 4.0.
8006         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8007         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8008
8009 2008-01-13  Bruno Haible  <bruno@clisp.org>
8010
8011         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
8012         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
8013         * lib/argp.h (__attribute__): Likewise.
8014         * lib/c-stack.c (__attribute__): Likewise.
8015         * lib/error.h (__attribute__): Likewise.
8016         * lib/fts.c (__attribute__): Likewise.
8017         * lib/openat.h (__attribute__): Likewise.
8018         * lib/stdio.in.h (__attribute__): Likewise.
8019         * lib/string.in.h (__attribute__): Likewise.
8020         * lib/utimens.c (__attribute__): Likewise.
8021         * lib/vasnprintf.h (__attribute__): Likewise.
8022         * lib/xalloc.h (__attribute__): Likewise.
8023         * lib/xprintf.h (__attribute__): Likewise.
8024         * lib/xstrtol.h (__attribute__): Likewise.
8025         * lib/xvasprintf.h (__attribute__): Likewise.
8026
8027 2008-01-12  Bruno Haible  <bruno@clisp.org>
8028
8029         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
8030         * doc/glibc-headers/a.out.texi: New file.
8031         * doc/glibc-headers/aliases.texi: New file.
8032         * doc/glibc-headers/alloca.texi: New file.
8033         * doc/glibc-headers/ar.texi: New file.
8034         * doc/glibc-headers/argp.texi: New file.
8035         * doc/glibc-headers/argz.texi: New file.
8036         * doc/glibc-headers/byteswap.texi: New file.
8037         * doc/glibc-headers/crypt.texi: New file.
8038         * doc/glibc-headers/endian.texi: New file.
8039         * doc/glibc-headers/envz.texi: New file.
8040         * doc/glibc-headers/err.texi: New file.
8041         * doc/glibc-headers/error.texi: New file.
8042         * doc/glibc-headers/execinfo.texi: New file.
8043         * doc/glibc-headers/fpu_control.texi: New file.
8044         * doc/glibc-headers/fstab.texi: New file.
8045         * doc/glibc-headers/fts.texi: New file.
8046         * doc/glibc-headers/getopt.texi: New file.
8047         * doc/glibc-headers/ieee754.texi: New file.
8048         * doc/glibc-headers/ifaddrs.texi: New file.
8049         * doc/glibc-headers/libintl.texi: New file.
8050         * doc/glibc-headers/mcheck.texi: New file.
8051         * doc/glibc-headers/mntent.texi: New file.
8052         * doc/glibc-headers/obstack.texi: New file.
8053         * doc/glibc-headers/paths.texi: New file.
8054         * doc/glibc-headers/printf.texi: New file.
8055         * doc/glibc-headers/pty.texi: New file.
8056         * doc/glibc-headers/resolv.texi: New file.
8057         * doc/glibc-headers/shadow.texi: New file.
8058         * doc/glibc-headers/sysexits.texi: New file.
8059         * doc/glibc-headers/ttyent.texi: New file.
8060
8061 2008-01-12  Jim Meyering  <meyering@redhat.com>
8062
8063         announce-gen: emit Gnulib's git-based version string.
8064         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
8065         New option --gnulib-version=V, where V is expected to be
8066         the output of running git describe in the gnulib directory.
8067         (get_tool_versions): Request feedback on xdelta.  I suspect it's
8068         not useful, and plan to stop publishing an xdelta file with each
8069         coreutils release.
8070
8071         * build-aux/announce-gen: Also check for lzma-compressed files.
8072
8073 2008-01-11  Bruno Haible  <bruno@clisp.org>
8074
8075         * tests/test-memmem.c (main): Increase maximum allowed time.
8076         * tests/test-strstr.c (main): Likewise.
8077
8078 2008-01-11  Bruno Haible  <bruno@clisp.org>
8079
8080         * doc/functions/memmem.texi: Add more precisions about platforms.
8081         * doc/functions/strstr.texi: Likewise.
8082
8083 2008-01-10  Eric Blake  <ebb9@byu.net>
8084
8085         * m4/strstr.m4: Delete cruft from copy-n-paste.
8086         Reported by Bruno Haible.
8087
8088 2008-01-10  Bruno Haible  <bruno@clisp.org>
8089
8090         Make c-strstr rely on strstr.
8091         * lib/c-strstr.c: Don't include str-kmp.h.
8092         (c_strstr): Define in terms of strstr.
8093         * modules/c-strstr (Files): Remove lib/str-kmp.h.
8094         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
8095
8096 2008-01-10  Bruno Haible  <bruno@clisp.org>
8097
8098         * doc/gnulib.texi (String Functions in C Locale): New section.
8099         * doc/c-ctype.texi: New file.
8100         * doc/c-strcase.texi: New file.
8101         * doc/c-strcaseeq.texi: New file.
8102         * doc/c-strcasestr.texi: New file.
8103         * doc/c-strstr.texi: New file.
8104         * doc/c-strtod.texi: New file.
8105         * doc/c-strtold.texi: New file.
8106
8107 2008-01-10  Eric Blake  <ebb9@byu.net>
8108
8109         * lib/relocatable.h: Fix a comment.
8110
8111 2008-01-10  Eric Blake  <ebb9@byu.net>
8112
8113         Share two-way algorithm.
8114         * lib/str-two-way.h: New file, merged from...
8115         * lib/memmem.c: ...here...
8116         * lib/strstr.c: ...and here.
8117         * modules/memmem (Files): Use it.
8118         * modules/strstr (Files): Likewise.
8119
8120         Avoid quadratic strstr implementations.
8121         * lib/strstr.c: New file.
8122         * m4/strstr.m4: Likewise.
8123         * modules/strstr: Likewise.
8124         * modules/strstr-tests: Likewise.
8125         * tests/test-strstr.c: Likewise.
8126         * lib/string.in.h (rpl_strstr): Declare.
8127         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
8128         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
8129         * modules/string (Makefile.am): Likewise.
8130         * MODULES.html.sh (string handling): Mention new module.
8131         * doc/functions/strstr.texi (strstr): Document the bug.
8132
8133 2008-01-10  Bruno Haible  <bruno@clisp.org>
8134
8135         * lib/relocatable.h (relocate): State whether result is freshly
8136         allocated or not.
8137         * lib/relocatable.c (relocate): Return a freshly allocated string
8138         instead of a pointer to a privately held string.
8139         Reported by Sylvain Beucler <beuc@gnu.org>.
8140
8141 2008-01-10  Colin Watson  <cjwatson@debian.org>
8142
8143         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
8144         s/S_ISNLK/S_ISLNK/.
8145
8146 2008-01-09  Bruno Haible  <bruno@clisp.org>
8147
8148         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
8149         and other files.
8150         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
8151         if it's only a guess.
8152         * modules/memmem: Simplify by depending on memmem-simple.
8153
8154 2008-01-09  Bruno Haible  <bruno@clisp.org>
8155
8156         Work around OpenBSD 4.0 tdelete() bug.
8157         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
8158         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
8159         macros and don't redefine the enum values.
8160         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
8161         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
8162         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
8163
8164 2008-01-09  Bruno Haible  <bruno@clisp.org>
8165
8166         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
8167         (main): Don't perform the tests if setlocale did not install a UTF-8
8168         locale. Needed on OpenBSD 4.0.
8169         * modules/wcwidth-tests (Depends-on): Add localcharset.
8170
8171 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8172
8173         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
8174         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
8175         * NEWS: announce this.
8176         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
8177
8178 2008-01-09  Simon Josefsson  <simon@josefsson.org>
8179         and Eric Blake  <ebb9@byu.net>
8180
8181         Add memmem-simple module.
8182         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
8183         (gl_FUNC_MEMMEM): Separate performance from presence checks.
8184         * modules/memmem-simple: New file.
8185         * modules/memmem (Description): Tweak.
8186         * MODULES.html.sh (string handling): Mention new module.
8187         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
8188         addressed by memmem-simple.
8189         * NEWS: Document the difference.
8190
8191 2008-01-09  Eric Blake  <ebb9@byu.net>
8192
8193         Give gcc some memmem optimization hints.
8194         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
8195         (strcasestr): Declare as pure.
8196         * modules/memmem (Maintainer): Claim my implementation.
8197
8198 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8199
8200         Support AIX 6.1 and higher.
8201         * build-aux/config.libpath: Likewise.
8202         * build-aux/config.rpath: Likewise.
8203
8204 2008-01-08  Jim Meyering  <meyering@redhat.com>
8205             Bruno Haible  <bruno@clisp.org>
8206
8207         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
8208         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
8209         Reported by Peter Fales in
8210         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
8211
8212 2008-01-08  Bruno Haible  <bruno@clisp.org>
8213
8214         * modules/unictype/category-of (Depends-on): Add
8215         unictype/category-none.
8216         * modules/unictype/category-and-tests (Depends-on): Add
8217         unictype/category-{L,N,Lu,Nd}.
8218         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
8219         * modules/unictype/category-or-tests (Depends-on): Add
8220         unictype/category-{L,N}.
8221         * modules/unictype/category-name-tests (Depends-on): Add
8222         unictype/category-{Z,Nl}.
8223         Reported by Simon Josefsson.
8224
8225 2008-01-08  Bruno Haible  <bruno@clisp.org>
8226
8227         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
8228         convention better.
8229         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
8230         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
8231         Reported by Peter Miller <millerp@canb.auug.org.au>.
8232
8233 2008-01-08  Eric Blake  <ebb9@byu.net>
8234
8235         Rewrite memmem to guarantee linear complexity without malloc.
8236         * lib/memmem.c (memmem): Use Two-Way rather than
8237         Knuth-Morris-Pratt, to allow O(1) space usage.
8238         (critical_factorization, two_way_short_needle)
8239         (two_way_long_needle): New functions.
8240         (knuth_morris_pratt): Delete.
8241         * modules/memmem (Depends-on): No longer need malloca or stdbool.
8242         Add stdint.
8243         * tests/test-memmem.c (main): Add tests for periodic needle and
8244         sublinear performance.
8245         * doc/functions/memmem.texi (memmem): Document other deficiencies
8246         in cygwin and older glibc.
8247
8248 2008-01-08  Bruno Haible  <bruno@clisp.org>
8249
8250         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
8251         augmentation.
8252
8253 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
8254
8255         Add a configure time option: --disable-acl.
8256         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
8257         AC_ARG_ENABLE(acl).
8258
8259 2008-01-06  Simon Josefsson  <simon@josefsson.org>
8260
8261         * tests/test-localename.c: Don't include obsolete "setenv.h".
8262
8263         * modules/localename-tests (Depends-on): Need unsetenv.
8264
8265 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8266
8267         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
8268
8269 2008-01-06  Colin Watson  <cjwatson@debian.org>
8270
8271         * users.txt: Add man-db.
8272
8273 2008-01-07  Bruno Haible  <bruno@clisp.org>
8274
8275         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
8276         previous section name.
8277
8278 2008-01-07  Bruno Haible  <bruno@clisp.org>
8279
8280         * lib/progname.c (set_program_name): Don't strip off a leading
8281         "lt-" prefix outside a .libs directory.
8282         Suggested by Paul Eggert.
8283
8284 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
8285             Bruno Haible  <bruno@clisp.org>
8286
8287         Improve memory cleanup in 'relocatable' module.
8288         * lib/relocatable.h (compute_curr_prefix): Change return type to
8289         'char *'.
8290         * lib/relocatable.c (compute_curr_prefix): Change return type to
8291         'char *'. Free curr_installdir after use.
8292         (relocate): Free curr_prefix_better after use.
8293         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
8294
8295 2008-01-01  Bruno Haible  <bruno@clisp.org>
8296
8297         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
8298         failure on older glibc systems.
8299         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8300
8301 2008-01-05  Eric Blake  <ebb9@byu.net>
8302
8303         Avoid quadratic system memmem.
8304         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
8305         Reported by Ralf Wildenhues.
8306
8307         Fix memmem test for mingw.
8308         * modules/memmem-tests (configure.ac): Check for alarm.
8309         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
8310         it.
8311         * doc/functions/memmem.texi: New file.
8312         * doc/gnulib.texi (Function Substitutes): Add memmem.
8313         Reported by Bruno Haible.
8314
8315 2008-01-04  Bruno Haible  <bruno@clisp.org>
8316
8317         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
8318         Require gl_HEADER_STRINGS_H_DEFAULTS, not
8319         gl_HEADER_STRING_H_DEFAULTS.
8320
8321 2008-01-04  Eric Blake  <ebb9@byu.net>
8322
8323         Shorten duration of memmem test.
8324         * tests/test-memmem.c (main): Use alarm to declare failure if test
8325         is taking too long.
8326         Reported by Ralf Wildenhues.
8327
8328 2007-12-21  Simon Josefsson  <simon@josefsson.org>
8329
8330         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
8331         string, needed by strerror.
8332
8333 2008-01-03  Colin Watson  <cjwatson@debian.org>
8334             Bruno Haible  <bruno@clisp.org>
8335
8336         * doc/gnulib-tool.texi (Localization): New section.
8337
8338 2008-01-02  Bruno Haible  <bruno@clisp.org>
8339
8340         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
8341         variables to 'unsigned char *' type.
8342         Reported by Paul Eggert.
8343
8344 2008-01-02  Jim Meyering  <jim@meyering.net>
8345
8346         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
8347
8348 2007-12-31  Jim Meyering  <jim@meyering.net>
8349
8350         Avoid use of private FTS type name.
8351         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
8352
8353 2007-12-30  Karl Berry  <karl@gnu.org>
8354
8355         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
8356         work around defect in Texinfo and/or the standalone Info browser.
8357
8358 2007-12-30  Bruno Haible  <bruno@clisp.org>
8359
8360         Unify 5 copies of the KMP code.
8361         * lib/str-kmp.h: New file.
8362         * lib/c-strcasestr.c: Include str-kmp.h.
8363         (knuth_morris_pratt): Remove function.
8364         (c_strcasestr): Update.
8365         * lib/c-strstr.c: Include str-kmp.h.
8366         (knuth_morris_pratt): Remove function.
8367         (c_strcasestr): Update.
8368         * lib/mbscasestr.c: Include str-kmp.h.
8369         (knuth_morris_pratt_unibyte): Remove function.
8370         * lib/mbsstr.c: Include str-kmp.h.
8371         (knuth_morris_pratt_unibyte): Remove function.
8372         * lib/strcasestr.c: Include str-kmp.h.
8373         (knuth_morris_pratt): Remove function.
8374         (strcasestr): Update.
8375         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
8376         * modules/c-strstr (Files): Likewise.
8377         * modules/mbscasestr (Files): Likewise.
8378         * modules/mbsstr (Files): Likewise.
8379         * modules/strcasestr (Files): Likewise.
8380         Suggested by Paul Eggert.
8381
8382 2007-12-30  Bruno Haible  <bruno@clisp.org>
8383
8384         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
8385         defined.
8386
8387 2007-12-30  Bruno Haible  <bruno@clisp.org>
8388
8389         * lib/xmalloca.h: Include xalloc.h.
8390         (xnmalloca): New macro.
8391
8392 2007-12-30  Bruno Haible  <bruno@clisp.org>
8393
8394         * lib/malloca.h (nmalloca): New macro.
8395         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
8396         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
8397         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
8398         knuth_morris_pratt_multibyte): Likewise.
8399         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
8400         knuth_morris_pratt_multibyte): Likewise.
8401         * lib/memmem.c (knuth_morris_pratt): Likewise.
8402         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
8403
8404 2007-12-25  Bruno Haible  <bruno@clisp.org>
8405
8406         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
8407         * lib/glob.c: Don't include openat.h.
8408         (link_exists2_p): Add back the code that deals with the
8409         !GLOB_ALTDIRFUNC case.
8410         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
8411         let it do the filename concatenation.
8412         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
8413         * modules/glob (Depends-on): Remove openat.
8414
8415 2007-12-31  Bruno Haible  <bruno@clisp.org>
8416
8417         * modules/dirfd (License): Change to LGPLv2+.
8418         Approved by Jim Meyering.
8419
8420 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8421
8422         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
8423         when multiplying M by sizeof (size_t).
8424
8425 2007-12-10  Martin Lambers  <marlam@marlam.de>
8426
8427         Override getpagesize on mingw.
8428         * lib/getpagesize.c: New file.
8429         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
8430         * modules/getpagesize (Files): Add lib/getpagesize.c.
8431         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
8432         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8433         REPLACE_GETPAGESIZE.
8434         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
8435
8436 2007-12-25  Bruno Haible  <bruno@clisp.org>
8437
8438         * modules/localcharset (Notice): New field.
8439         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
8440         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
8441
8442 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8443             Bruno Haible  <bruno@clisp.org>
8444
8445         Avoid using the syntax symbol() in formatted documentation.
8446         * MODULES.html.sh (func_module): When replacing symbol() with a
8447         hyperlink, remove the parentheses. Show an error if some remain.
8448         Recognize and render the '...' syntax.
8449         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
8450         Rework. Add paragraph about GCC's inlining.
8451         * doc/alloca.texi: Likewise.
8452         * doc/error.texi: Remove parentheses from symbol reference.
8453         * doc/gnulib-intro.texi: Likewise.
8454         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
8455         * modules/fnmatch (Description): Reword to say "the ... function".
8456         * modules/full-read (Description): Likewise.
8457         * modules/full-write (Description): Likewise.
8458         * modules/safe-read (Description): Likewise.
8459         * modules/safe-write (Description): Likewise.
8460         * modules/strchrnul (Description): Likewise.
8461         * modules/trim (Description): Likewise.
8462         * modules/error (Description): Remove parentheses from symbol
8463         references.
8464         * modules/verror (Description): Likewise.
8465         Reported by Karl Berry.
8466
8467 2007-12-25  Bruno Haible  <bruno@clisp.org>
8468
8469         Fixup after 2007-10-16 commit.
8470         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
8471
8472 2007-12-24  Bruno Haible  <bruno@clisp.org>
8473
8474         Make --enable-relocatable work with DESTDIR.
8475         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
8476         to compute installdir from destprog.
8477         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
8478         also set the RELOC_DESTDIR variable.
8479         Reported by Левашев Иван <octagram@bluebottle.com>.
8480
8481 2007-12-24  Bruno Haible  <bruno@clisp.org>
8482
8483         Fix link error due to xalloc_die().
8484         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
8485         of xreadlink.
8486         * lib/relocwrapper.c: Update comments.
8487         * build-aux/install-reloc: Remove xreadlink.c from file list.
8488         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
8489         xreadlink.c.
8490         Reported by Левашев Иван <octagram@bluebottle.com>.
8491
8492 2007-12-24  Bruno Haible  <bruno@clisp.org>
8493
8494         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
8495         * lib/setenv.h: Remove file.
8496         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
8497         lib/setenv.h.
8498         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
8499         (Depends-on): Add stdlib.
8500         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
8501         gl_FUNC_UNSETENV.
8502         (Include): Replace setenv.h with <stdlib.h>.
8503         * modules/unsetenv: New file.
8504         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
8505         * lib/unsetenv.c: Include <stdlib.h> first.
8506         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
8507         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
8508         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
8509         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
8510         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
8511         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8512         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
8513         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8514         * doc/functions/unsetenv.texi: Update.
8515         * modules/xsetenv (Depends-on): Add unsetenv.
8516         * modules/getdate (Depends-on): Likewise.
8517         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
8518         * lib/xsetenv.c: Don't include setenv.h.
8519         * lib/getdate.y: Likewise.
8520         * lib/relocwrapper.c: Likewise.
8521         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
8522         (Depends-on): Add stdlib.
8523         * NEWS: Mention the changes.
8524         Reported by Левашев Иван <octagram@bluebottle.com>.
8525
8526 2007-12-23  Bruno Haible  <bruno@clisp.org>
8527
8528         * lib/memmem.c (memmem): Use lowercase variable names. Tab
8529         indentation.
8530
8531 2007-12-23  Bruno Haible  <bruno@clisp.org>
8532
8533         * lib/c-strcasestr.c: Add more comments.
8534         * lib/c-strstr.c: Likewise.
8535         * lib/mbscasestr.c: Likewise.
8536         * lib/mbsstr.c: Likewise.
8537         * lib/strcasestr.c: Likewise.
8538         * lib/memmem.c: Likewise.
8539
8540 2007-12-23  Bruno Haible  <bruno@clisp.org>
8541
8542         * tests/test-memmem.c: Include <string.h> first.
8543
8544 2007-12-22  Bruno Haible  <bruno@clisp.org>
8545
8546         * gnulib-tool (func_create_testdir): Change $auxdir while generating
8547         the contents of $testsbase.
8548         Reported by Ralf Wildenhues.
8549
8550 2007-12-22  Bruno Haible  <bruno@clisp.org>
8551
8552         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
8553         two variables local_ldadd_before, local_ldadd_last.
8554
8555 2007-12-20  Eric Blake  <ebb9@byu.net>
8556
8557         Work around circular library issue when cross-compiling.
8558         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
8559         that progname.o does not need to pull in rpl_memcmp.
8560
8561 2007-12-19  Eric Blake  <ebb9@byu.net>
8562
8563         Fix memmem to avoid O(n^2) worst-case complexity.
8564         * lib/memmem.c (knuth_morris_pratt): New function.
8565         (memmem): Use it if first few naive iterations fail.
8566         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
8567         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
8568         * modules/memchr (License): Likewise.
8569         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
8570         malloca.
8571         * tests/test-memmem.c: Rewrite, borrowing ideas from
8572         test-mbsstr1.c; the old version wouldn't even compile!
8573         * modules/memmem-tests: New file.
8574         * lib/string.in.h (rpl_memmem): Add declaration.
8575         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
8576         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
8577         REPLACE_MEMMEM.
8578
8579 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8580
8581         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
8582         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
8583         before any system include files, and undef after them all.  This
8584         should fix a problem on VMS reported by John E. Malmberg in
8585         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
8586
8587 2007-12-17  Eric Blake  <ebb9@byu.net>
8588
8589         Revert addition of verify, for BSD/OS.
8590         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
8591         can't handle large files, for the sake of obsolete platforms.
8592         * modules/fseeko (Depends-on): Remove verify.
8593         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
8594         * doc/functions/ftello.texi (ftello): Likewise.
8595         * doc/functions/fgetpos.texi (fgetpos): Likewise.
8596         Reported by Larry Jones.
8597
8598 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
8599
8600         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
8601         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
8602
8603 2007-12-17  Jim Meyering  <meyering@redhat.com>
8604
8605         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
8606         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
8607         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
8608         * modules/getcwd (Depends-on): Add openat.
8609         Reported by Petr Salinger.
8610
8611 2007-12-17  Bruno Haible  <bruno@clisp.org>
8612
8613         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
8614         avoid a segmentation fault of the configure test on x86_64 systems.
8615
8616 2007-12-15  Jim Meyering  <meyering@redhat.com>
8617
8618         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
8619
8620 2007-12-13  Eric Blake  <ebb9@byu.net>
8621
8622         Another fseek test.
8623         * tests/test-fseek.c (main): Also test ungetc handling.
8624         * tests/test-fseeko.c (main): Likewise.
8625         * modules/fseeko (Depends-on): Add verify.
8626         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
8627         large.
8628         Reported by Larry Jones.
8629
8630         Fix fseeko on mingw.
8631         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
8632         seek.
8633
8634         Beef up fseek tests.
8635         * tests/test-fseek.c (main): Also test eof handling.
8636         * tests/test-fseeko.c (main): Likewise.
8637         Reported by Larry Jones.
8638
8639 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
8640
8641         Fix fseeko on BSD-based platforms.
8642         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
8643         successful seek.
8644
8645 2007-12-12  Eric Blake  <ebb9@byu.net>
8646
8647         Allow circular dependency of separate libtests.a
8648         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
8649         when use_libtests.
8650
8651 2007-12-11  Eric Blake  <ebb9@byu.net>
8652
8653         Fix bug with -0.0L in previous patch.
8654         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
8655         * tests/test-isnan.c (main): Also test on zeroes.
8656         * tests/test-isnanf.c (main): Likewise.
8657         * tests/test-isnanl.h (main): Likewise.
8658
8659         Detect pseudo-denormals on x86 even when cross-compiling.
8660         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
8661         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
8662         invalid bit patterns that happen to satisfy ==.
8663
8664         Avoid link failures with separate libtests.a.
8665         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
8666         last, to satisfy circular dependencies.
8667
8668 2007-12-11  Eric Blake  <ebb9@byu.net>
8669         and Bruno Haible  <bruno@clisp.org>
8670
8671         Fix OpenBSD 4.0 <float.h> handling of long double.
8672         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
8673         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
8674         * doc/headers/float.texi (float.h): Document OpenBSD bug.
8675
8676 2007-12-11  Jim Meyering  <meyering@redhat.com>
8677
8678         * users.txt: Add libvirt.
8679
8680         Support versions of autoconf prior to 2.59c.
8681         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
8682         if it is not already defined.
8683
8684 2007-12-09  Bruno Haible  <bruno@clisp.org>
8685
8686         Let 'gnulib-tool --import' collect sources needed for the tests in
8687         tests/ rather than in lib/.
8688         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
8689         argument. If true, add rules to generate libtests.a, and put libtests.a
8690         into $(LDADD). Consider source files in subdirectories and set
8691         uses_subdirs.
8692         (func_emit_initmacro_start, func_emit_initmacro_end,
8693         func_emit_initmacro_done): Pass all arguments explicitly.
8694         (func_import): Determine two module lists main_modules,
8695         testsrelated_modules. Determine use_libtests. Determine two variables
8696         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
8697         instead of just sed_transform_lib_file. Determine two variables
8698         main_files and testsrelated_files. Compute 'files' as the union of
8699         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
8700         func_add_or_update. In the generated gnulib-comp.m4, collect the
8701         object files for tests/ in different variables than those for lib/.
8702         Substitute LIBTESTS_LIBDEPS.
8703         (func_create_testdir): Combine the uses_subdirs results from
8704         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
8705
8706 2007-12-09  Bruno Haible  <bruno@clisp.org>
8707
8708         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
8709         the build-aux directory.
8710
8711 2007-12-09  Bruno Haible  <bruno@clisp.org>
8712
8713         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
8714         introduced on 2006-09-09.
8715
8716 2007-12-07  Jim Meyering  <meyering@redhat.com>
8717
8718         Let these macros work also with autoconf-2.59.
8719         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
8720         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
8721         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8722
8723 2007-12-06  Jim Meyering  <meyering@redhat.com>
8724
8725         Avoid a configure-time syntax error in gl_FUNC_ACL.
8726         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
8727         function in each branch, before testing the cache variable.
8728
8729 2007-12-04  Eric Blake  <ebb9@byu.net>
8730
8731         Make scripts executable.
8732         * build-aux/config.guess: Add execute permissions.
8733         * build-aux/config.sub: Likewise.
8734         * build-aux/gendocs.sh: Likewise.
8735
8736         Fix frexp on mingw.
8737         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
8738         cross-compiling.
8739         * doc/functions/frexp.texi (frexp): Document the bug.
8740
8741         Make cygwin fseeko check more reliable.
8742         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
8743         version numbers, rather than unrelated feature check.
8744         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
8745         * doc/functions/ftello.texi (ftello): Likewise.
8746         Reported by Bruno Haible.
8747
8748         * m4/strerror.m4: Bump version number.
8749
8750 2007-12-03  Bruno Haible  <bruno@clisp.org>
8751
8752         * doc/functions/mprotect.texi: Mention the mingw problem.
8753
8754 2007-12-03  Eric Blake  <ebb9@byu.net>
8755
8756         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
8757         REPLACE_STRERROR is initialized before this macro.
8758
8759 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8760
8761         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
8762         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
8763         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
8764         put -lsec in even for programs other than 'ls'.  This fixes a problem
8765         for gettext reported by Bruno Haible in
8766         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
8767         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
8768         Add support for Solaris 10.  This isn't efficient, but should get the
8769         job done for now.
8770
8771 2007-12-03  James Youngman  <jay@gnu.org>
8772
8773         * doc/regexprops-generic.texi: change "an close-group" to "a
8774         close-group" and "illegal" to "not allowed".
8775
8776 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8777
8778         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
8779         pr_byname.h. Needed for the rare case when the maintainer has done
8780         "make maintainer-clean" in the source directory and then attempts a
8781         build outside the source directory.
8782         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
8783         scripts_byname.h.
8784
8785 2007-12-02  Martin Lambers <marlam@marlam.de>
8786             Bruno Haible  <bruno@clisp.org>
8787
8788         * lib/getpagesize.h: Remove file.
8789         * lib/unistd.in.h: Include declaration of getpagesize here.
8790         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
8791         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
8792         HAVE_SYS_PARAM_H.
8793         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
8794         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8795         * modules/getpagesize (Files): Remove lib/getpagesize.h.
8796         (Depends-on): Add unistd.
8797         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8798         (Include): Use <unistd.h> instead of getpagesize.h.
8799         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
8800         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8801         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
8802         gl_GETPAGESIZE invocation, already handled by module dependency.
8803         * lib/pagealign_alloc.c: Don't include getpagesize.h.
8804
8805 2007-12-02  Bruno Haible  <bruno@clisp.org>
8806
8807         * modules/strings-tests: New file.
8808         * tests/test-strings.c: New file.
8809
8810         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
8811         * lib/strings.in.h: New file.
8812         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
8813         * m4/strings_h.m4: New file.
8814         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
8815         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
8816         * modules/strings: New file.
8817         * modules/string (Makefile.am): Update.
8818         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
8819         Reported by Karl Berry.
8820
8821 2007-12-01  Eric Blake  <ebb9@byu.net>
8822
8823         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
8824         accomodate fix in cygwin 1.5.25.
8825
8826 2007-12-01  Jim Meyering  <meyering@redhat.com>
8827
8828         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
8829         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
8830         that would inhibit utf8-optimization of a regexp containing line-
8831         or buffer-anchors, e.g., `^', `$'.
8832
8833 2007-11-30  Bruno Haible  <bruno@clisp.org>
8834
8835         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
8836         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
8837         glthread_recursive_lock_init.
8838         * lib/lock.c (glthread_recursive_lock_init)
8839         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
8840         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8841
8842 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
8843
8844         New function qset_acl, like set_acl but with syscall semantics.
8845         * lib/acl.h (qset_acl): New decl.
8846         * lib/acl.c (qset_acl): New function.
8847         (set_acl): Use new function.  Use more-consistent diagnostics.
8848
8849 2007-11-28  Jim Meyering  <meyering@redhat.com>
8850
8851         * modules/physmem (License): Change from GPL to LGPLv2+.
8852
8853 2007-11-26  Bruno Haible  <bruno@clisp.org>
8854
8855         * lib/vasnprintf.c (decode_long_double): Don't abort if the
8856         'long double' type has excess precision.
8857         Reported by Jim Meyering in
8858         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
8859
8860 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8861
8862         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
8863         Sync from <http://gnu.org/licenses>.
8864         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
8865         with license text from same location.
8866         * doc/maintain.texi, doc/standards.texi:  Sync from
8867         <http://savannah.gnu.org/projects/gnustandards>.
8868
8869 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
8870         and Jim Meyering  <meyering@redhat.com>
8871
8872         Adjust getdate' grammar to accept a slightly more regular language.
8873         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
8874         Before, the former was rejected.
8875         * lib/getdate.y (digits_to_date_time): New function, factored
8876         out of ...
8877         (number): ...here.  Just call digits_to_date_time.
8878         (hybrid): New non-terminal to handle an <unsigned number,
8879         signed relative offset> sequence consistently.
8880
8881 2007-11-18  Jim Meyering  <meyering@redhat.com>
8882
8883         Pull my changes from coreutils:
8884         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
8885         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
8886         use of $gnulib_tool_option_extras, so that it's separated from the
8887         preceding argument.
8888
8889         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
8890         * build-aux/bootstrap (cp_mark_as_generated): Create any required
8891         parent destination directories before copying a file into place.
8892
8893 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8894
8895         bootstrap: work also with 4-argument variant of AC_INIT
8896         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
8897
8898 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8899
8900         Port test-getaddrinfo to Solaris.
8901         Problem reported by Bruno Haible in
8902         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
8903         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
8904         explanation of setting 'hints'.
8905         Don't reject an implementation merely because it returns EAI_SERVICE.
8906         (EAI_SERVICE): Define to 0 if not defined.
8907
8908 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8909
8910         The license of gnu-make and posix-shell is now "GPLed build tool".
8911         * modules/gnu-make (License): Likewise.
8912         * modules/posix-shell (License): Likewise.
8913
8914         New module posix-shell, for determining a POSIX shell
8915         or perhaps something that is close enough to a POSIX shell.
8916         * m4/posix-shell.m4: New file.
8917         * modules/posix-shell: New file.
8918
8919         * MODULES.html.sh: Mention new module.
8920
8921         New module gnu-make, for determining whether we're using GNU Make.
8922         * m4/gnu-make.m4: New file.
8923         * modules/gnu-make: New file.
8924         * MODULES.html.sh: Mention new module.
8925
8926 2007-11-14  Jim Meyering  <meyering@redhat.com>
8927
8928         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
8929         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
8930         use this macro to create a function _definition_.
8931         Remove useless "#undef ARGMATCH_DIE".
8932
8933 2007-11-14  Bruno Haible  <bruno@clisp.org>
8934
8935         * lib/config.charset: Update for OpenBSD 4.1.
8936         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
8937
8938 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
8939
8940         Document 64-bit #if problems in stdint.texi.
8941         * doc/headers/stdint.texi (stdint.h): Mention problems with
8942         64-bit-#if, and how to work around them.
8943
8944         Don't insist on 'long long int' support in the preprocessor.  It
8945         breaks too many things.  For example, PRIdMAX still uses a 'long
8946         long int' format with the latest Sun compiler, even though
8947         HAVE_LONG_LONG_INT isn't defined due to that compiler's
8948         preprocessor problem.  This causes the latest coreutils to dump
8949         core on Solaris 10 sparc with the Sun C compiler.
8950         Instead, fix the 2007-10-16 problem in a different way, by evaluating
8951         the troublesome expressions at configure-time, not at #if-time.
8952         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
8953         preprocessor.
8954         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
8955         compile-time C checks, done at 'configure'-time.
8956         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
8957         * modules/inttypes (Makefile): Substitute the new symbols that
8958         gl_INTTYPES_H now generates.
8959         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
8960
8961 2007-11-12  Bruno Haible  <bruno@clisp.org>
8962
8963         Tests for Unicode character classification functions.
8964
8965         * modules/unictype/bidicategory-byname-tests: New file.
8966         * modules/unictype/bidicategory-name-tests: New file.
8967         * modules/unictype/bidicategory-of-tests: New file.
8968         * modules/unictype/bidicategory-test-tests: New file.
8969         * modules/unictype/block-list-tests: New file.
8970         * modules/unictype/block-of-tests: New file.
8971         * modules/unictype/block-test-tests: New file.
8972         * modules/unictype/category-C-tests: New file.
8973         * modules/unictype/category-Cc-tests: New file.
8974         * modules/unictype/category-Cf-tests: New file.
8975         * modules/unictype/category-Cn-tests: New file.
8976         * modules/unictype/category-Co-tests: New file.
8977         * modules/unictype/category-Cs-tests: New file.
8978         * modules/unictype/category-L-tests: New file.
8979         * modules/unictype/category-Ll-tests: New file.
8980         * modules/unictype/category-Lm-tests: New file.
8981         * modules/unictype/category-Lo-tests: New file.
8982         * modules/unictype/category-Lt-tests: New file.
8983         * modules/unictype/category-Lu-tests: New file.
8984         * modules/unictype/category-M-tests: New file.
8985         * modules/unictype/category-Mc-tests: New file.
8986         * modules/unictype/category-Me-tests: New file.
8987         * modules/unictype/category-Mn-tests: New file.
8988         * modules/unictype/category-N-tests: New file.
8989         * modules/unictype/category-Nd-tests: New file.
8990         * modules/unictype/category-Nl-tests: New file.
8991         * modules/unictype/category-No-tests: New file.
8992         * modules/unictype/category-P-tests: New file.
8993         * modules/unictype/category-Pc-tests: New file.
8994         * modules/unictype/category-Pd-tests: New file.
8995         * modules/unictype/category-Pe-tests: New file.
8996         * modules/unictype/category-Pf-tests: New file.
8997         * modules/unictype/category-Pi-tests: New file.
8998         * modules/unictype/category-Po-tests: New file.
8999         * modules/unictype/category-Ps-tests: New file.
9000         * modules/unictype/category-S-tests: New file.
9001         * modules/unictype/category-Sc-tests: New file.
9002         * modules/unictype/category-Sk-tests: New file.
9003         * modules/unictype/category-Sm-tests: New file.
9004         * modules/unictype/category-So-tests: New file.
9005         * modules/unictype/category-Z-tests: New file.
9006         * modules/unictype/category-Zl-tests: New file.
9007         * modules/unictype/category-Zp-tests: New file.
9008         * modules/unictype/category-Zs-tests: New file.
9009         * modules/unictype/category-and-not-tests: New file.
9010         * modules/unictype/category-and-tests: New file.
9011         * modules/unictype/category-byname-tests: New file.
9012         * modules/unictype/category-name-tests: New file.
9013         * modules/unictype/category-none-tests: New file.
9014         * modules/unictype/category-of-tests: New file.
9015         * modules/unictype/category-or-tests: New file.
9016         * modules/unictype/category-test-withtable-tests: New file.
9017         * modules/unictype/combining-class-tests: New file.
9018         * modules/unictype/ctype-alnum-tests: New file.
9019         * modules/unictype/ctype-alpha-tests: New file.
9020         * modules/unictype/ctype-blank-tests: New file.
9021         * modules/unictype/ctype-cntrl-tests: New file.
9022         * modules/unictype/ctype-digit-tests: New file.
9023         * modules/unictype/ctype-graph-tests: New file.
9024         * modules/unictype/ctype-lower-tests: New file.
9025         * modules/unictype/ctype-print-tests: New file.
9026         * modules/unictype/ctype-punct-tests: New file.
9027         * modules/unictype/ctype-space-tests: New file.
9028         * modules/unictype/ctype-upper-tests: New file.
9029         * modules/unictype/ctype-xdigit-tests: New file.
9030         * modules/unictype/decimal-digit-tests: New file.
9031         * modules/unictype/digit-tests: New file.
9032         * modules/unictype/mirror-tests: New file.
9033         * modules/unictype/numeric-tests: New file.
9034         * modules/unictype/property-alphabetic-tests: New file.
9035         * modules/unictype/property-ascii-hex-digit-tests: New file.
9036         * modules/unictype/property-bidi-arabic-digit-tests: New file.
9037         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
9038         * modules/unictype/property-bidi-block-separator-tests: New file.
9039         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
9040         * modules/unictype/property-bidi-common-separator-tests: New file.
9041         * modules/unictype/property-bidi-control-tests: New file.
9042         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
9043         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
9044         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
9045         * modules/unictype/property-bidi-european-digit-tests: New file.
9046         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
9047         * modules/unictype/property-bidi-left-to-right-tests: New file.
9048         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
9049         * modules/unictype/property-bidi-other-neutral-tests: New file.
9050         * modules/unictype/property-bidi-pdf-tests: New file.
9051         * modules/unictype/property-bidi-segment-separator-tests: New file.
9052         * modules/unictype/property-bidi-whitespace-tests: New file.
9053         * modules/unictype/property-byname-tests: New file.
9054         * modules/unictype/property-combining-tests: New file.
9055         * modules/unictype/property-composite-tests: New file.
9056         * modules/unictype/property-currency-symbol-tests: New file.
9057         * modules/unictype/property-dash-tests: New file.
9058         * modules/unictype/property-decimal-digit-tests: New file.
9059         * modules/unictype/property-default-ignorable-code-point-tests: New file.
9060         * modules/unictype/property-deprecated-tests: New file.
9061         * modules/unictype/property-diacritic-tests: New file.
9062         * modules/unictype/property-extender-tests: New file.
9063         * modules/unictype/property-format-control-tests: New file.
9064         * modules/unictype/property-grapheme-base-tests: New file.
9065         * modules/unictype/property-grapheme-extend-tests: New file.
9066         * modules/unictype/property-grapheme-link-tests: New file.
9067         * modules/unictype/property-hex-digit-tests: New file.
9068         * modules/unictype/property-hyphen-tests: New file.
9069         * modules/unictype/property-id-continue-tests: New file.
9070         * modules/unictype/property-id-start-tests: New file.
9071         * modules/unictype/property-ideographic-tests: New file.
9072         * modules/unictype/property-ids-binary-operator-tests: New file.
9073         * modules/unictype/property-ids-trinary-operator-tests: New file.
9074         * modules/unictype/property-ignorable-control-tests: New file.
9075         * modules/unictype/property-iso-control-tests: New file.
9076         * modules/unictype/property-join-control-tests: New file.
9077         * modules/unictype/property-left-of-pair-tests: New file.
9078         * modules/unictype/property-line-separator-tests: New file.
9079         * modules/unictype/property-logical-order-exception-tests: New file.
9080         * modules/unictype/property-lowercase-tests: New file.
9081         * modules/unictype/property-math-tests: New file.
9082         * modules/unictype/property-non-break-tests: New file.
9083         * modules/unictype/property-not-a-character-tests: New file.
9084         * modules/unictype/property-numeric-tests: New file.
9085         * modules/unictype/property-other-alphabetic-tests: New file.
9086         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
9087         * modules/unictype/property-other-grapheme-extend-tests: New file.
9088         * modules/unictype/property-other-id-continue-tests: New file.
9089         * modules/unictype/property-other-id-start-tests: New file.
9090         * modules/unictype/property-other-lowercase-tests: New file.
9091         * modules/unictype/property-other-math-tests: New file.
9092         * modules/unictype/property-other-uppercase-tests: New file.
9093         * modules/unictype/property-paired-punctuation-tests: New file.
9094         * modules/unictype/property-paragraph-separator-tests: New file.
9095         * modules/unictype/property-pattern-syntax-tests: New file.
9096         * modules/unictype/property-pattern-white-space-tests: New file.
9097         * modules/unictype/property-private-use-tests: New file.
9098         * modules/unictype/property-punctuation-tests: New file.
9099         * modules/unictype/property-quotation-mark-tests: New file.
9100         * modules/unictype/property-radical-tests: New file.
9101         * modules/unictype/property-sentence-terminal-tests: New file.
9102         * modules/unictype/property-soft-dotted-tests: New file.
9103         * modules/unictype/property-space-tests: New file.
9104         * modules/unictype/property-terminal-punctuation-tests: New file.
9105         * modules/unictype/property-test-tests: New file.
9106         * modules/unictype/property-titlecase-tests: New file.
9107         * modules/unictype/property-unassigned-code-value-tests: New file.
9108         * modules/unictype/property-unified-ideograph-tests: New file.
9109         * modules/unictype/property-uppercase-tests: New file.
9110         * modules/unictype/property-variation-selector-tests: New file.
9111         * modules/unictype/property-white-space-tests: New file.
9112         * modules/unictype/property-xid-continue-tests: New file.
9113         * modules/unictype/property-xid-start-tests: New file.
9114         * modules/unictype/property-zero-width-tests: New file.
9115         * modules/unictype/scripts-tests: New file.
9116         * modules/unictype/syntax-c-ident-tests: New file.
9117         * modules/unictype/syntax-c-whitespace-tests: New file.
9118         * modules/unictype/syntax-java-ident-tests: New file.
9119         * modules/unictype/syntax-java-whitespace-tests: New file.
9120         * tests/unictype/test-bidi_byname.c: New file.
9121         * tests/unictype/test-bidi_name.c: New file.
9122         * tests/unictype/test-bidi_of.c: New file.
9123         * tests/unictype/test-bidi_test.c: New file.
9124         * tests/unictype/test-block_list.c: New file.
9125         * tests/unictype/test-block_of.c: New file.
9126         * tests/unictype/test-block_test.c: New file.
9127         * tests/unictype/test-categ_and.c: New file.
9128         * tests/unictype/test-categ_and_not.c: New file.
9129         * tests/unictype/test-categ_byname.c: New file.
9130         * tests/unictype/test-categ_name.c: New file.
9131         * tests/unictype/test-categ_none.c: New file.
9132         * tests/unictype/test-categ_of.c: New file.
9133         * tests/unictype/test-categ_or.c: New file.
9134         * tests/unictype/test-categ_test_withtable.c: New file.
9135         * tests/unictype/test-combining.c: New file.
9136         * tests/unictype/test-decdigit.c: New file.
9137         * tests/unictype/test-digit.c: New file.
9138         * tests/unictype/test-mirror.c: New file.
9139         * tests/unictype/test-numeric.c: New file.
9140         * tests/unictype/test-pr_byname.c: New file.
9141         * tests/unictype/test-pr_test.c: New file.
9142         * tests/unictype/test-predicate-part1.h: New file.
9143         * tests/unictype/test-predicate-part2.h: New file.
9144         * tests/unictype/test-scripts.c: New file.
9145         * tests/unictype/test-sy_c_ident.c: New file.
9146         * tests/unictype/test-sy_java_ident.c: New file.
9147
9148         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
9149         for Unicode 5.0.0.
9150         * tests/unictype/test-categ_Cc.c: Likewise.
9151         * tests/unictype/test-categ_Cf.c: Likewise.
9152         * tests/unictype/test-categ_Cn.c: Likewise.
9153         * tests/unictype/test-categ_Co.c: Likewise.
9154         * tests/unictype/test-categ_Cs.c: Likewise.
9155         * tests/unictype/test-categ_L.c: Likewise.
9156         * tests/unictype/test-categ_Ll.c: Likewise.
9157         * tests/unictype/test-categ_Lm.c: Likewise.
9158         * tests/unictype/test-categ_Lo.c: Likewise.
9159         * tests/unictype/test-categ_Lt.c: Likewise.
9160         * tests/unictype/test-categ_Lu.c: Likewise.
9161         * tests/unictype/test-categ_M.c: Likewise.
9162         * tests/unictype/test-categ_Mc.c: Likewise.
9163         * tests/unictype/test-categ_Me.c: Likewise.
9164         * tests/unictype/test-categ_Mn.c: Likewise.
9165         * tests/unictype/test-categ_N.c: Likewise.
9166         * tests/unictype/test-categ_Nd.c: Likewise.
9167         * tests/unictype/test-categ_Nl.c: Likewise.
9168         * tests/unictype/test-categ_No.c: Likewise.
9169         * tests/unictype/test-categ_P.c: Likewise.
9170         * tests/unictype/test-categ_Pc.c: Likewise.
9171         * tests/unictype/test-categ_Pd.c: Likewise.
9172         * tests/unictype/test-categ_Pe.c: Likewise.
9173         * tests/unictype/test-categ_Pf.c: Likewise.
9174         * tests/unictype/test-categ_Pi.c: Likewise.
9175         * tests/unictype/test-categ_Po.c: Likewise.
9176         * tests/unictype/test-categ_Ps.c: Likewise.
9177         * tests/unictype/test-categ_S.c: Likewise.
9178         * tests/unictype/test-categ_Sc.c: Likewise.
9179         * tests/unictype/test-categ_Sk.c: Likewise.
9180         * tests/unictype/test-categ_Sm.c: Likewise.
9181         * tests/unictype/test-categ_So.c: Likewise.
9182         * tests/unictype/test-categ_Z.c: Likewise.
9183         * tests/unictype/test-categ_Zl.c: Likewise.
9184         * tests/unictype/test-categ_Zp.c: Likewise.
9185         * tests/unictype/test-categ_Zs.c: Likewise.
9186         * tests/unictype/test-ctype_alnum.c: Likewise.
9187         * tests/unictype/test-ctype_alpha.c: Likewise.
9188         * tests/unictype/test-ctype_blank.c: Likewise.
9189         * tests/unictype/test-ctype_cntrl.c: Likewise.
9190         * tests/unictype/test-ctype_digit.c: Likewise.
9191         * tests/unictype/test-ctype_graph.c: Likewise.
9192         * tests/unictype/test-ctype_lower.c: Likewise.
9193         * tests/unictype/test-ctype_print.c: Likewise.
9194         * tests/unictype/test-ctype_punct.c: Likewise.
9195         * tests/unictype/test-ctype_space.c: Likewise.
9196         * tests/unictype/test-ctype_upper.c: Likewise.
9197         * tests/unictype/test-ctype_xdigit.c: Likewise.
9198         * tests/unictype/test-decdigit.h: Likewise.
9199         * tests/unictype/test-digit.h: Likewise.
9200         * tests/unictype/test-numeric.h: Likewise.
9201         * tests/unictype/test-pr_alphabetic.c: Likewise.
9202         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
9203         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
9204         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
9205         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
9206         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
9207         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
9208         * tests/unictype/test-pr_bidi_control.c: Likewise.
9209         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
9210         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
9211         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
9212         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
9213         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
9214         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
9215         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
9216         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
9217         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
9218         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
9219         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
9220         * tests/unictype/test-pr_combining.c: Likewise.
9221         * tests/unictype/test-pr_composite.c: Likewise.
9222         * tests/unictype/test-pr_currency_symbol.c: Likewise.
9223         * tests/unictype/test-pr_dash.c: Likewise.
9224         * tests/unictype/test-pr_decimal_digit.c: Likewise.
9225         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
9226         * tests/unictype/test-pr_deprecated.c: Likewise.
9227         * tests/unictype/test-pr_diacritic.c: Likewise.
9228         * tests/unictype/test-pr_extender.c: Likewise.
9229         * tests/unictype/test-pr_format_control.c: Likewise.
9230         * tests/unictype/test-pr_grapheme_base.c: Likewise.
9231         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
9232         * tests/unictype/test-pr_grapheme_link.c: Likewise.
9233         * tests/unictype/test-pr_hex_digit.c: Likewise.
9234         * tests/unictype/test-pr_hyphen.c: Likewise.
9235         * tests/unictype/test-pr_id_continue.c: Likewise.
9236         * tests/unictype/test-pr_id_start.c: Likewise.
9237         * tests/unictype/test-pr_ideographic.c: Likewise.
9238         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
9239         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
9240         * tests/unictype/test-pr_ignorable_control.c: Likewise.
9241         * tests/unictype/test-pr_iso_control.c: Likewise.
9242         * tests/unictype/test-pr_join_control.c: Likewise.
9243         * tests/unictype/test-pr_left_of_pair.c: Likewise.
9244         * tests/unictype/test-pr_line_separator.c: Likewise.
9245         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
9246         * tests/unictype/test-pr_lowercase.c: Likewise.
9247         * tests/unictype/test-pr_math.c: Likewise.
9248         * tests/unictype/test-pr_non_break.c: Likewise.
9249         * tests/unictype/test-pr_not_a_character.c: Likewise.
9250         * tests/unictype/test-pr_numeric.c: Likewise.
9251         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
9252         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
9253         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
9254         * tests/unictype/test-pr_other_id_continue.c: Likewise.
9255         * tests/unictype/test-pr_other_id_start.c: Likewise.
9256         * tests/unictype/test-pr_other_lowercase.c: Likewise.
9257         * tests/unictype/test-pr_other_math.c: Likewise.
9258         * tests/unictype/test-pr_other_uppercase.c: Likewise.
9259         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
9260         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
9261         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
9262         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
9263         * tests/unictype/test-pr_private_use.c: Likewise.
9264         * tests/unictype/test-pr_punctuation.c: Likewise.
9265         * tests/unictype/test-pr_quotation_mark.c: Likewise.
9266         * tests/unictype/test-pr_radical.c: Likewise.
9267         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
9268         * tests/unictype/test-pr_soft_dotted.c: Likewise.
9269         * tests/unictype/test-pr_space.c: Likewise.
9270         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
9271         * tests/unictype/test-pr_titlecase.c: Likewise.
9272         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
9273         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
9274         * tests/unictype/test-pr_uppercase.c: Likewise.
9275         * tests/unictype/test-pr_variation_selector.c: Likewise.
9276         * tests/unictype/test-pr_white_space.c: Likewise.
9277         * tests/unictype/test-pr_xid_continue.c: Likewise.
9278         * tests/unictype/test-pr_xid_start.c: Likewise.
9279         * tests/unictype/test-pr_zero_width.c: Likewise.
9280         * tests/unictype/test-sy_c_whitespace.c: Likewise.
9281         * tests/unictype/test-sy_java_whitespace.c: Likewise.
9282
9283 2007-11-12  Bruno Haible  <bruno@clisp.org>
9284
9285         Unicode character classification functions.
9286         * lib/unictype.h: New file.
9287         * modules/unictype/base: New file.
9288         * modules/unictype/category-L: New file.
9289         * modules/unictype/category-Lu: New file.
9290         * modules/unictype/category-Ll: New file.
9291         * modules/unictype/category-Lt: New file.
9292         * modules/unictype/category-Lm: New file.
9293         * modules/unictype/category-Lo: New file.
9294         * modules/unictype/category-M: New file.
9295         * modules/unictype/category-Mn: New file.
9296         * modules/unictype/category-Mc: New file.
9297         * modules/unictype/category-Me: New file.
9298         * modules/unictype/category-N: New file.
9299         * modules/unictype/category-Nd: New file.
9300         * modules/unictype/category-Nl: New file.
9301         * modules/unictype/category-No: New file.
9302         * modules/unictype/category-P: New file.
9303         * modules/unictype/category-Pc: New file.
9304         * modules/unictype/category-Pd: New file.
9305         * modules/unictype/category-Ps: New file.
9306         * modules/unictype/category-Pe: New file.
9307         * modules/unictype/category-Pi: New file.
9308         * modules/unictype/category-Pf: New file.
9309         * modules/unictype/category-Po: New file.
9310         * modules/unictype/category-S: New file.
9311         * modules/unictype/category-Sm: New file.
9312         * modules/unictype/category-Sc: New file.
9313         * modules/unictype/category-Sk: New file.
9314         * modules/unictype/category-So: New file.
9315         * modules/unictype/category-Z: New file.
9316         * modules/unictype/category-Zs: New file.
9317         * modules/unictype/category-Zl: New file.
9318         * modules/unictype/category-Zp: New file.
9319         * modules/unictype/category-C: New file.
9320         * modules/unictype/category-Cc: New file.
9321         * modules/unictype/category-Cf: New file.
9322         * modules/unictype/category-Cs: New file.
9323         * modules/unictype/category-Co: New file.
9324         * modules/unictype/category-Cn: New file.
9325         * modules/unictype/category-or: New file.
9326         * modules/unictype/category-of: New file.
9327         * modules/unictype/category-test: New file.
9328         * modules/unictype/category-test-withtable: New file.
9329         * modules/unictype/category-byname: New file.
9330         * modules/unictype/category-none: New file.
9331         * modules/unictype/category-and: New file.
9332         * modules/unictype/category-and-not: New file.
9333         * modules/unictype/category-name: New file.
9334         * modules/unictype/combining-class: New file.
9335         * modules/unictype/category-all: New file.
9336         * modules/unictype/bidicategory-all: New file.
9337         * modules/unictype/bidicategory-byname: New file.
9338         * modules/unictype/bidicategory-name: New file.
9339         * modules/unictype/bidicategory-of: New file.
9340         * modules/unictype/bidicategory-test: New file.
9341         * modules/unictype/decimal-digit: New file.
9342         * modules/unictype/digit: New file.
9343         * modules/unictype/numeric: New file.
9344         * modules/unictype/mirror: New file.
9345         * modules/unictype/property-white-space: New file.
9346         * modules/unictype/property-alphabetic: New file.
9347         * modules/unictype/property-other-alphabetic: New file.
9348         * modules/unictype/property-not-a-character: New file.
9349         * modules/unictype/property-default-ignorable-code-point: New file.
9350         * modules/unictype/property-other-default-ignorable-code-point: New
9351         file.
9352         * modules/unictype/property-deprecated: New file.
9353         * modules/unictype/property-logical-order-exception: New file.
9354         * modules/unictype/property-variation-selector: New file.
9355         * modules/unictype/property-private-use: New file.
9356         * modules/unictype/property-unassigned-code-value: New file.
9357         * modules/unictype/property-uppercase: New file.
9358         * modules/unictype/property-other-uppercase: New file.
9359         * modules/unictype/property-lowercase: New file.
9360         * modules/unictype/property-other-lowercase: New file.
9361         * modules/unictype/property-titlecase: New file.
9362         * modules/unictype/property-soft-dotted: New file.
9363         * modules/unictype/property-id-start: New file.
9364         * modules/unictype/property-other-id-start: New file.
9365         * modules/unictype/property-id-continue: New file.
9366         * modules/unictype/property-other-id-continue: New file.
9367         * modules/unictype/property-xid-start: New file.
9368         * modules/unictype/property-xid-continue: New file.
9369         * modules/unictype/property-pattern-white-space: New file.
9370         * modules/unictype/property-pattern-syntax: New file.
9371         * modules/unictype/property-join-control: New file.
9372         * modules/unictype/property-grapheme-base: New file.
9373         * modules/unictype/property-grapheme-extend: New file.
9374         * modules/unictype/property-other-grapheme-extend: New file.
9375         * modules/unictype/property-grapheme-link: New file.
9376         * modules/unictype/property-bidi-control: New file.
9377         * modules/unictype/property-bidi-left-to-right: New file.
9378         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
9379         * modules/unictype/property-bidi-arabic-right-to-left: New file.
9380         * modules/unictype/property-bidi-european-digit: New file.
9381         * modules/unictype/property-bidi-eur-num-separator: New file.
9382         * modules/unictype/property-bidi-eur-num-terminator: New file.
9383         * modules/unictype/property-bidi-arabic-digit: New file.
9384         * modules/unictype/property-bidi-common-separator: New file.
9385         * modules/unictype/property-bidi-block-separator: New file.
9386         * modules/unictype/property-bidi-segment-separator: New file.
9387         * modules/unictype/property-bidi-whitespace: New file.
9388         * modules/unictype/property-bidi-non-spacing-mark: New file.
9389         * modules/unictype/property-bidi-boundary-neutral: New file.
9390         * modules/unictype/property-bidi-pdf: New file.
9391         * modules/unictype/property-bidi-embedding-or-override: New file.
9392         * modules/unictype/property-bidi-other-neutral: New file.
9393         * modules/unictype/property-hex-digit: New file.
9394         * modules/unictype/property-ascii-hex-digit: New file.
9395         * modules/unictype/property-ideographic: New file.
9396         * modules/unictype/property-unified-ideograph: New file.
9397         * modules/unictype/property-radical: New file.
9398         * modules/unictype/property-ids-binary-operator: New file.
9399         * modules/unictype/property-ids-trinary-operator: New file.
9400         * modules/unictype/property-zero-width: New file.
9401         * modules/unictype/property-space: New file.
9402         * modules/unictype/property-non-break: New file.
9403         * modules/unictype/property-iso-control: New file.
9404         * modules/unictype/property-format-control: New file.
9405         * modules/unictype/property-dash: New file.
9406         * modules/unictype/property-hyphen: New file.
9407         * modules/unictype/property-punctuation: New file.
9408         * modules/unictype/property-line-separator: New file.
9409         * modules/unictype/property-paragraph-separator: New file.
9410         * modules/unictype/property-quotation-mark: New file.
9411         * modules/unictype/property-sentence-terminal: New file.
9412         * modules/unictype/property-terminal-punctuation: New file.
9413         * modules/unictype/property-currency-symbol: New file.
9414         * modules/unictype/property-math: New file.
9415         * modules/unictype/property-other-math: New file.
9416         * modules/unictype/property-paired-punctuation: New file.
9417         * modules/unictype/property-left-of-pair: New file.
9418         * modules/unictype/property-combining: New file.
9419         * modules/unictype/property-composite: New file.
9420         * modules/unictype/property-decimal-digit: New file.
9421         * modules/unictype/property-numeric: New file.
9422         * modules/unictype/property-diacritic: New file.
9423         * modules/unictype/property-extender: New file.
9424         * modules/unictype/property-ignorable-control: New file.
9425         * modules/unictype/property-test: New file.
9426         * modules/unictype/property-byname: New file.
9427         * modules/unictype/property-all: New file.
9428         * modules/unictype/scripts: New file.
9429         * modules/unictype/scripts-all: New file.
9430         * modules/unictype/block-of: New file.
9431         * modules/unictype/block-test: New file.
9432         * modules/unictype/block-list: New file.
9433         * modules/unictype/block-all: New file.
9434         * modules/unictype/syntax-c-whitespace: New file.
9435         * modules/unictype/syntax-java-whitespace: New file.
9436         * modules/unictype/syntax-c-ident: New file.
9437         * modules/unictype/syntax-java-ident: New file.
9438         * modules/unictype/ctype-alnum: New file.
9439         * modules/unictype/ctype-alpha: New file.
9440         * modules/unictype/ctype-cntrl: New file.
9441         * modules/unictype/ctype-digit: New file.
9442         * modules/unictype/ctype-graph: New file.
9443         * modules/unictype/ctype-lower: New file.
9444         * modules/unictype/ctype-print: New file.
9445         * modules/unictype/ctype-punct: New file.
9446         * modules/unictype/ctype-space: New file.
9447         * modules/unictype/ctype-upper: New file.
9448         * modules/unictype/ctype-xdigit: New file.
9449         * modules/unictype/ctype-blank: New file.
9450         * lib/unictype/bidi_byname.c: New file.
9451         * lib/unictype/bidi_name.c: New file.
9452         * lib/unictype/bidi_of.c: New file.
9453         * lib/unictype/bidi_test.c: New file.
9454         * lib/unictype/bitmap.h: New file.
9455         * lib/unictype/block_test.c: New file.
9456         * lib/unictype/blocks.c: New file.
9457         * lib/unictype/categ_C.c: New file.
9458         * lib/unictype/categ_Cc.c: New file.
9459         * lib/unictype/categ_Cf.c: New file.
9460         * lib/unictype/categ_Cn.c: New file.
9461         * lib/unictype/categ_Co.c: New file.
9462         * lib/unictype/categ_Cs.c: New file.
9463         * lib/unictype/categ_L.c: New file.
9464         * lib/unictype/categ_Ll.c: New file.
9465         * lib/unictype/categ_Lm.c: New file.
9466         * lib/unictype/categ_Lo.c: New file.
9467         * lib/unictype/categ_Lt.c: New file.
9468         * lib/unictype/categ_Lu.c: New file.
9469         * lib/unictype/categ_M.c: New file.
9470         * lib/unictype/categ_Mc.c: New file.
9471         * lib/unictype/categ_Me.c: New file.
9472         * lib/unictype/categ_Mn.c: New file.
9473         * lib/unictype/categ_N.c: New file.
9474         * lib/unictype/categ_Nd.c: New file.
9475         * lib/unictype/categ_Nl.c: New file.
9476         * lib/unictype/categ_No.c: New file.
9477         * lib/unictype/categ_P.c: New file.
9478         * lib/unictype/categ_Pc.c: New file.
9479         * lib/unictype/categ_Pd.c: New file.
9480         * lib/unictype/categ_Pe.c: New file.
9481         * lib/unictype/categ_Pf.c: New file.
9482         * lib/unictype/categ_Pi.c: New file.
9483         * lib/unictype/categ_Po.c: New file.
9484         * lib/unictype/categ_Ps.c: New file.
9485         * lib/unictype/categ_S.c: New file.
9486         * lib/unictype/categ_Sc.c: New file.
9487         * lib/unictype/categ_Sk.c: New file.
9488         * lib/unictype/categ_Sm.c: New file.
9489         * lib/unictype/categ_So.c: New file.
9490         * lib/unictype/categ_Z.c: New file.
9491         * lib/unictype/categ_Zl.c: New file.
9492         * lib/unictype/categ_Zp.c: New file.
9493         * lib/unictype/categ_Zs.c: New file.
9494         * lib/unictype/categ_and.c: New file.
9495         * lib/unictype/categ_and_not.c: New file.
9496         * lib/unictype/categ_byname.c: New file.
9497         * lib/unictype/categ_name.c: New file.
9498         * lib/unictype/categ_none.c: New file.
9499         * lib/unictype/categ_of.c: New file.
9500         * lib/unictype/categ_or.c: New file.
9501         * lib/unictype/categ_test.c: New file.
9502         * lib/unictype/combining.c: New file.
9503         * lib/unictype/ctype_alnum.c: New file.
9504         * lib/unictype/ctype_alpha.c: New file.
9505         * lib/unictype/ctype_blank.c: New file.
9506         * lib/unictype/ctype_cntrl.c: New file.
9507         * lib/unictype/ctype_digit.c: New file.
9508         * lib/unictype/ctype_graph.c: New file.
9509         * lib/unictype/ctype_lower.c: New file.
9510         * lib/unictype/ctype_print.c: New file.
9511         * lib/unictype/ctype_punct.c: New file.
9512         * lib/unictype/ctype_space.c: New file.
9513         * lib/unictype/ctype_upper.c: New file.
9514         * lib/unictype/ctype_xdigit.c: New file.
9515         * lib/unictype/decdigit.c: New file.
9516         * lib/unictype/digit.c: New file.
9517         * lib/unictype/identsyntaxmap.h: New file.
9518         * lib/unictype/mirror.c: New file.
9519         * lib/unictype/numeric.c: New file.
9520         * lib/unictype/pr_alphabetic.c: New file.
9521         * lib/unictype/pr_ascii_hex_digit.c: New file.
9522         * lib/unictype/pr_bidi_arabic_digit.c: New file.
9523         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
9524         * lib/unictype/pr_bidi_block_separator.c: New file.
9525         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
9526         * lib/unictype/pr_bidi_common_separator.c: New file.
9527         * lib/unictype/pr_bidi_control.c: New file.
9528         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
9529         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
9530         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
9531         * lib/unictype/pr_bidi_european_digit.c: New file.
9532         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
9533         * lib/unictype/pr_bidi_left_to_right.c: New file.
9534         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
9535         * lib/unictype/pr_bidi_other_neutral.c: New file.
9536         * lib/unictype/pr_bidi_pdf.c: New file.
9537         * lib/unictype/pr_bidi_segment_separator.c: New file.
9538         * lib/unictype/pr_bidi_whitespace.c: New file.
9539         * lib/unictype/pr_byname.c: New file.
9540         * lib/unictype/pr_byname.gperf: New file.
9541         * lib/unictype/pr_combining.c: New file.
9542         * lib/unictype/pr_composite.c: New file.
9543         * lib/unictype/pr_currency_symbol.c: New file.
9544         * lib/unictype/pr_dash.c: New file.
9545         * lib/unictype/pr_decimal_digit.c: New file.
9546         * lib/unictype/pr_default_ignorable_code_point.c: New file.
9547         * lib/unictype/pr_deprecated.c: New file.
9548         * lib/unictype/pr_diacritic.c: New file.
9549         * lib/unictype/pr_extender.c: New file.
9550         * lib/unictype/pr_format_control.c: New file.
9551         * lib/unictype/pr_grapheme_base.c: New file.
9552         * lib/unictype/pr_grapheme_extend.c: New file.
9553         * lib/unictype/pr_grapheme_link.c: New file.
9554         * lib/unictype/pr_hex_digit.c: New file.
9555         * lib/unictype/pr_hyphen.c: New file.
9556         * lib/unictype/pr_id_continue.c: New file.
9557         * lib/unictype/pr_id_start.c: New file.
9558         * lib/unictype/pr_ideographic.c: New file.
9559         * lib/unictype/pr_ids_binary_operator.c: New file.
9560         * lib/unictype/pr_ids_trinary_operator.c: New file.
9561         * lib/unictype/pr_ignorable_control.c: New file.
9562         * lib/unictype/pr_iso_control.c: New file.
9563         * lib/unictype/pr_join_control.c: New file.
9564         * lib/unictype/pr_left_of_pair.c: New file.
9565         * lib/unictype/pr_line_separator.c: New file.
9566         * lib/unictype/pr_logical_order_exception.c: New file.
9567         * lib/unictype/pr_lowercase.c: New file.
9568         * lib/unictype/pr_math.c: New file.
9569         * lib/unictype/pr_non_break.c: New file.
9570         * lib/unictype/pr_not_a_character.c: New file.
9571         * lib/unictype/pr_numeric.c: New file.
9572         * lib/unictype/pr_other_alphabetic.c: New file.
9573         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
9574         * lib/unictype/pr_other_grapheme_extend.c: New file.
9575         * lib/unictype/pr_other_id_continue.c: New file.
9576         * lib/unictype/pr_other_id_start.c: New file.
9577         * lib/unictype/pr_other_lowercase.c: New file.
9578         * lib/unictype/pr_other_math.c: New file.
9579         * lib/unictype/pr_other_uppercase.c: New file.
9580         * lib/unictype/pr_paired_punctuation.c: New file.
9581         * lib/unictype/pr_paragraph_separator.c: New file.
9582         * lib/unictype/pr_pattern_syntax.c: New file.
9583         * lib/unictype/pr_pattern_white_space.c: New file.
9584         * lib/unictype/pr_private_use.c: New file.
9585         * lib/unictype/pr_punctuation.c: New file.
9586         * lib/unictype/pr_quotation_mark.c: New file.
9587         * lib/unictype/pr_radical.c: New file.
9588         * lib/unictype/pr_sentence_terminal.c: New file.
9589         * lib/unictype/pr_soft_dotted.c: New file.
9590         * lib/unictype/pr_space.c: New file.
9591         * lib/unictype/pr_terminal_punctuation.c: New file.
9592         * lib/unictype/pr_test.c: New file.
9593         * lib/unictype/pr_titlecase.c: New file.
9594         * lib/unictype/pr_unassigned_code_value.c: New file.
9595         * lib/unictype/pr_unified_ideograph.c: New file.
9596         * lib/unictype/pr_uppercase.c: New file.
9597         * lib/unictype/pr_variation_selector.c: New file.
9598         * lib/unictype/pr_white_space.c: New file.
9599         * lib/unictype/pr_xid_continue.c: New file.
9600         * lib/unictype/pr_xid_start.c: New file.
9601         * lib/unictype/pr_zero_width.c: New file.
9602         * lib/unictype/scripts.c: New file.
9603         * lib/unictype/sy_c_ident.c: New file.
9604         * lib/unictype/sy_c_whitespace.c: New file.
9605         * lib/unictype/sy_java_ident.c: New file.
9606         * lib/unictype/sy_java_whitespace.c: New file.
9607
9608         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
9609         Unicode 5.0.0.
9610         * lib/unictype/blocks.h: Likewise.
9611         * lib/unictype/categ_C.h: Likewise.
9612         * lib/unictype/categ_Cc.h: Likewise.
9613         * lib/unictype/categ_Cf.h: Likewise.
9614         * lib/unictype/categ_Cn.h: Likewise.
9615         * lib/unictype/categ_Co.h: Likewise.
9616         * lib/unictype/categ_Cs.h: Likewise.
9617         * lib/unictype/categ_L.h: Likewise.
9618         * lib/unictype/categ_Ll.h: Likewise.
9619         * lib/unictype/categ_Lm.h: Likewise.
9620         * lib/unictype/categ_Lo.h: Likewise.
9621         * lib/unictype/categ_Lt.h: Likewise.
9622         * lib/unictype/categ_Lu.h: Likewise.
9623         * lib/unictype/categ_M.h: Likewise.
9624         * lib/unictype/categ_Mc.h: Likewise.
9625         * lib/unictype/categ_Me.h: Likewise.
9626         * lib/unictype/categ_Mn.h: Likewise.
9627         * lib/unictype/categ_N.h: Likewise.
9628         * lib/unictype/categ_Nd.h: Likewise.
9629         * lib/unictype/categ_Nl.h: Likewise.
9630         * lib/unictype/categ_No.h: Likewise.
9631         * lib/unictype/categ_P.h: Likewise.
9632         * lib/unictype/categ_Pc.h: Likewise.
9633         * lib/unictype/categ_Pd.h: Likewise.
9634         * lib/unictype/categ_Pe.h: Likewise.
9635         * lib/unictype/categ_Pf.h: Likewise.
9636         * lib/unictype/categ_Pi.h: Likewise.
9637         * lib/unictype/categ_Po.h: Likewise.
9638         * lib/unictype/categ_Ps.h: Likewise.
9639         * lib/unictype/categ_S.h: Likewise.
9640         * lib/unictype/categ_Sc.h: Likewise.
9641         * lib/unictype/categ_Sk.h: Likewise.
9642         * lib/unictype/categ_Sm.h: Likewise.
9643         * lib/unictype/categ_So.h: Likewise.
9644         * lib/unictype/categ_Z.h: Likewise.
9645         * lib/unictype/categ_Zl.h: Likewise.
9646         * lib/unictype/categ_Zp.h: Likewise.
9647         * lib/unictype/categ_Zs.h: Likewise.
9648         * lib/unictype/categ_of.h: Likewise.
9649         * lib/unictype/combining.h: Likewise.
9650         * lib/unictype/ctype_alnum.h: Likewise.
9651         * lib/unictype/ctype_alpha.h: Likewise.
9652         * lib/unictype/ctype_blank.h: Likewise.
9653         * lib/unictype/ctype_cntrl.h: Likewise.
9654         * lib/unictype/ctype_digit.h: Likewise.
9655         * lib/unictype/ctype_graph.h: Likewise.
9656         * lib/unictype/ctype_lower.h: Likewise.
9657         * lib/unictype/ctype_print.h: Likewise.
9658         * lib/unictype/ctype_punct.h: Likewise.
9659         * lib/unictype/ctype_space.h: Likewise.
9660         * lib/unictype/ctype_upper.h: Likewise.
9661         * lib/unictype/ctype_xdigit.h: Likewise.
9662         * lib/unictype/decdigit.h: Likewise.
9663         * lib/unictype/digit.h: Likewise.
9664         * lib/unictype/mirror.h: Likewise.
9665         * lib/unictype/numeric.h: Likewise.
9666         * lib/unictype/pr_alphabetic.h: Likewise.
9667         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
9668         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
9669         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
9670         * lib/unictype/pr_bidi_block_separator.h: Likewise.
9671         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
9672         * lib/unictype/pr_bidi_common_separator.h: Likewise.
9673         * lib/unictype/pr_bidi_control.h: Likewise.
9674         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
9675         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
9676         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
9677         * lib/unictype/pr_bidi_european_digit.h: Likewise.
9678         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
9679         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
9680         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
9681         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
9682         * lib/unictype/pr_bidi_pdf.h: Likewise.
9683         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
9684         * lib/unictype/pr_bidi_whitespace.h: Likewise.
9685         * lib/unictype/pr_combining.h: Likewise.
9686         * lib/unictype/pr_composite.h: Likewise.
9687         * lib/unictype/pr_currency_symbol.h: Likewise.
9688         * lib/unictype/pr_dash.h: Likewise.
9689         * lib/unictype/pr_decimal_digit.h: Likewise.
9690         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
9691         * lib/unictype/pr_deprecated.h: Likewise.
9692         * lib/unictype/pr_diacritic.h: Likewise.
9693         * lib/unictype/pr_extender.h: Likewise.
9694         * lib/unictype/pr_format_control.h: Likewise.
9695         * lib/unictype/pr_grapheme_base.h: Likewise.
9696         * lib/unictype/pr_grapheme_extend.h: Likewise.
9697         * lib/unictype/pr_grapheme_link.h: Likewise.
9698         * lib/unictype/pr_hex_digit.h: Likewise.
9699         * lib/unictype/pr_hyphen.h: Likewise.
9700         * lib/unictype/pr_id_continue.h: Likewise.
9701         * lib/unictype/pr_id_start.h: Likewise.
9702         * lib/unictype/pr_ideographic.h: Likewise.
9703         * lib/unictype/pr_ids_binary_operator.h: Likewise.
9704         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
9705         * lib/unictype/pr_ignorable_control.h: Likewise.
9706         * lib/unictype/pr_iso_control.h: Likewise.
9707         * lib/unictype/pr_join_control.h: Likewise.
9708         * lib/unictype/pr_left_of_pair.h: Likewise.
9709         * lib/unictype/pr_line_separator.h: Likewise.
9710         * lib/unictype/pr_logical_order_exception.h: Likewise.
9711         * lib/unictype/pr_lowercase.h: Likewise.
9712         * lib/unictype/pr_math.h: Likewise.
9713         * lib/unictype/pr_non_break.h: Likewise.
9714         * lib/unictype/pr_not_a_character.h: Likewise.
9715         * lib/unictype/pr_numeric.h: Likewise.
9716         * lib/unictype/pr_other_alphabetic.h: Likewise.
9717         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
9718         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
9719         * lib/unictype/pr_other_id_continue.h: Likewise.
9720         * lib/unictype/pr_other_id_start.h: Likewise.
9721         * lib/unictype/pr_other_lowercase.h: Likewise.
9722         * lib/unictype/pr_other_math.h: Likewise.
9723         * lib/unictype/pr_other_uppercase.h: Likewise.
9724         * lib/unictype/pr_paired_punctuation.h: Likewise.
9725         * lib/unictype/pr_paragraph_separator.h: Likewise.
9726         * lib/unictype/pr_pattern_syntax.h: Likewise.
9727         * lib/unictype/pr_pattern_white_space.h: Likewise.
9728         * lib/unictype/pr_private_use.h: Likewise.
9729         * lib/unictype/pr_punctuation.h: Likewise.
9730         * lib/unictype/pr_quotation_mark.h: Likewise.
9731         * lib/unictype/pr_radical.h: Likewise.
9732         * lib/unictype/pr_sentence_terminal.h: Likewise.
9733         * lib/unictype/pr_soft_dotted.h: Likewise.
9734         * lib/unictype/pr_space.h: Likewise.
9735         * lib/unictype/pr_terminal_punctuation.h: Likewise.
9736         * lib/unictype/pr_titlecase.h: Likewise.
9737         * lib/unictype/pr_unassigned_code_value.h: Likewise.
9738         * lib/unictype/pr_unified_ideograph.h: Likewise.
9739         * lib/unictype/pr_uppercase.h: Likewise.
9740         * lib/unictype/pr_variation_selector.h: Likewise.
9741         * lib/unictype/pr_white_space.h: Likewise.
9742         * lib/unictype/pr_xid_continue.h: Likewise.
9743         * lib/unictype/pr_xid_start.h: Likewise.
9744         * lib/unictype/pr_zero_width.h: Likewise.
9745         * lib/unictype/scripts.h: Likewise.
9746         * lib/unictype/scripts_byname.gperf: Likewise.
9747         * lib/unictype/sy_c_ident.h: Likewise.
9748         * lib/unictype/sy_c_whitespace.h: Likewise.
9749         * lib/unictype/sy_java_ident.h: Likewise.
9750         * lib/unictype/sy_java_whitespace.h: Likewise.
9751
9752         * lib/unictype/Makefile: New file.
9753         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
9754         glibc.
9755         * lib/unictype/3level.h: New file, copied from glibc.
9756         * lib/unictype/3levelbit.h: New file.
9757
9758 2007-11-11  Bruno Haible  <bruno@clisp.org>
9759
9760         * modules/gperf: New file.
9761         * modules/iconv_open (Depends-on): Add it.
9762         (Makefile.am): Remove the GPERF definition.
9763
9764 2007-11-11  Bruno Haible  <bruno@clisp.org>
9765
9766         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
9767         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
9768
9769 2007-11-11  Bruno Haible  <bruno@clisp.org>
9770
9771         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
9772         (usage): Remove function.
9773
9774 2007-11-11  Bruno Haible  <bruno@clisp.org>
9775
9776         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
9777         gl_FUNC_CEILF_LIBS.
9778         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
9779         gl_FUNC_CEIL_LIBS.
9780         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
9781         gl_FUNC_CEILL_LIBS.
9782         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
9783         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
9784         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
9785
9786 2007-11-11  Bruno Haible  <bruno@clisp.org>
9787
9788         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
9789         roundf were declared but do not exist on functions.
9790         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
9791         roundl were declared but do not exist on functions.
9792         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
9793         HAVE_FLOORL_AND_CEILL, respectively.
9794         Needed for Sun C on Solaris 10.
9795
9796 2007-11-11  Bruno Haible  <bruno@clisp.org>
9797
9798         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
9799         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
9800         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
9801         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
9802         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
9803         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
9804         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
9805         HAVE_DECL_ROUNDF.
9806         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
9807         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
9808         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
9809         of HAVE_DECL_ROUND*.
9810         * modules/math (Makefile.am): Update.
9811
9812 2007-11-10  Bruno Haible  <bruno@clisp.org>
9813
9814         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
9815         ptrdiff_t as m4/intl.m4.
9816
9817 2007-11-10  Jim Meyering  <meyering@redhat.com>
9818
9819         Avoid link failure for the argmatch test.
9820         * tests/test-argmatch.c (usage): Define function to avoid a link
9821         failure: argmatch_die requires a usage function.
9822
9823 2007-11-09  Bruno Haible  <bruno@clisp.org>
9824
9825         * doc/functions/snprintf.texi: Mention BeOS deficiency.
9826         * doc/functions/vsnprintf.texi: Likewise.
9827         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
9828         with a size argument < 2.
9829
9830 2007-11-09  Bruno Haible  <bruno@clisp.org>
9831
9832         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
9833         buffer. Fixes an inefficiency introduced on 2007-11-03.
9834
9835 2007-11-09  Bruno Haible  <bruno@clisp.org>
9836
9837         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
9838         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
9839
9840 2007-11-08  Jim Meyering  <meyering@redhat.com>
9841
9842         Change cache variable name prefix "jm_" to "gl_" everywhere.
9843         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
9844         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
9845         * m4/uptime.m4: s/gl_/jm_/
9846
9847 2007-11-07  Bruno Haible  <bruno@clisp.org>
9848
9849         Update to GNU gettext 0.17.
9850         * m4/intl.m4: Update to GNU gettext 0.17.
9851         * m4/po.m4: Likewise.
9852         * modules/gettext (Files): Remove m4/ulonglong.m4.
9853         (configure.ac): Require gettext infrastructure from version 0.17.
9854
9855 2007-11-06  Bruno Haible  <bruno@clisp.org>
9856
9857         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
9858         symbolic values are not defined in a public header.
9859         * lib/freadable.c (freadable) [QNX]: Likewise.
9860         * lib/freadahead.c (freadahead) [QNX]: Likewise.
9861         * lib/freading.c (freading) [QNX]: Likewise.
9862         * lib/fseterr.c (fseterr) [QNX]: Likewise.
9863         * lib/fwritable.c (fwritable) [QNX]: Likewise.
9864         * lib/fwriting.c (fwriting) [QNX]: Likewise.
9865         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
9866         Reported by Alain Magloire.
9867
9868         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
9869
9870 2007-11-05  Bruno Haible  <bruno@clisp.org>
9871
9872         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
9873         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
9874         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
9875         Reported by Eric Blake.
9876
9877 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9878             Bruno Haible  <bruno@clisp.org>
9879
9880         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
9881         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
9882         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
9883         (malloc): Undefine also before including <stdlib.h>.
9884         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
9885         Needed on OSF/1 4.0.
9886
9887 2007-11-05  Jim Meyering  <meyering@redhat.com>
9888
9889         git-version-gen: sync from coreutils.
9890         * build-aux/git-version-gen: Add comments.
9891         Change the first '-' to '.' in the snapshot version string,
9892         e.g., 6.9-377-08144 -> 6.9.377-08144
9893         Remove first parameter.
9894         Don't declare a version "-dirty" merely because a time
9895         stamp has changed.
9896
9897 2007-11-04  Bruno Haible  <bruno@clisp.org>
9898
9899         * lib/lock.h: Protect all macro definitions containing an 'if'
9900         statement through a "do { ... } while (0)".
9901         * lib/tls.h: Likewise.
9902
9903 2007-11-04  Bruno Haible  <bruno@clisp.org>
9904
9905         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
9906
9907 2007-11-04  Bruno Haible  <bruno@clisp.org>
9908
9909         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
9910         * modules/fprintf-posix (Depends-on): Add nocrash.
9911         * modules/snprintf-posix (Depends-on): Likewise.
9912         * modules/sprintf-posix (Depends-on): Likewise.
9913         * modules/vasnprintf-posix (Depends-on): Likewise.
9914         * modules/vasprintf-posix (Depends-on): Likewise.
9915         * modules/vfprintf-posix (Depends-on): Likewise.
9916         * modules/vsnprintf-posix (Depends-on): Likewise.
9917         * modules/vsprintf-posix (Depends-on): Likewise.
9918         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9919         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9920         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9921         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9922         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9923         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9924         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9925
9926 2007-11-04  Bruno Haible  <bruno@clisp.org>
9927
9928         * modules/nocrash: New file.
9929         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
9930         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
9931
9932 2007-11-04  Bruno Haible  <bruno@clisp.org>
9933
9934         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
9935         precision handling.
9936         * tests/test-vasprintf-posix.c (test_function): Likewise.
9937         * tests/test-snprintf-posix.h (test_function): Likewise.
9938         * tests/test-sprintf-posix.h (test_function): Likewise.
9939
9940         Fix *printf behaviour for large precisions on mingw and BeOS.
9941         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
9942         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
9943         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
9944         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9945         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9946         gl_PRINTF_PRECISION and test its result. Invoke
9947         gl_PREREQ_VASNPRINTF_PRECISION.
9948         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9949         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9950         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9951         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9952         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9953         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9954         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9955         * doc/functions/fprintf.texi: Update.
9956         * doc/functions/printf.texi: Update.
9957         * doc/functions/snprintf.texi: Update.
9958         * doc/functions/sprintf.texi: Update.
9959         * doc/functions/vfprintf.texi: Update.
9960         * doc/functions/vprintf.texi: Update.
9961         * doc/functions/vsnprintf.texi: Update.
9962         * doc/functions/vsprintf.texi: Update.
9963
9964 2007-11-04  Bruno Haible  <bruno@clisp.org>
9965
9966         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
9967
9968 2007-11-04  Bruno Haible  <bruno@clisp.org>
9969
9970         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
9971         Reported by Sylvain Beucler <beuc@gnu.org>.
9972
9973 2007-11-03  Bruno Haible  <bruno@clisp.org>
9974
9975         * tests/test-fprintf-posix2.sh: New file.
9976         * tests/test-fprintf-posix2.c: New file.
9977         * modules/fprintf-posix-tests (Files): Add them.
9978         (TESTS): Add test-fprintf-posix2.sh.
9979         (configure.ac): Check for getrlimit and setrlimit.
9980         (check_PROGRAMS): Add test-fprintf-posix2.
9981
9982         * tests/test-printf-posix2.sh: New file.
9983         * tests/test-printf-posix2.c: New file.
9984         * modules/printf-posix-tests (Files): Add them.
9985         (TESTS): Add test-printf-posix2.sh.
9986         (configure.ac): Check for getrlimit and setrlimit.
9987         (check_PROGRAMS): Add test-printf-posix2.
9988
9989         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
9990         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
9991         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
9992         (decode_double): New function, copied from decode_long_double.
9993         (scale10_round_decimal_decoded): New function, extracted from
9994         scale10_round_decimal_long_double.
9995         (scale10_round_decimal_long_double): Use it.
9996         (scale10_round_decimal_double): New function.
9997         (floorlog10): New function.
9998         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
9999         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
10000         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10001         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10002         gl_PRINTF_ENOMEM and test its result. Invoke
10003         gl_PREREQ_VASNPRINTF_ENOMEM.
10004         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10005         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10006         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10007         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10008         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10009         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10010         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10011         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
10012         * modules/snprintf-posix (Depends-on): Likewise.
10013         * modules/sprintf-posix (Depends-on): Likewise.
10014         * modules/vasnprintf-posix (Depends-on): Likewise.
10015         * modules/vasprintf-posix (Depends-on): Likewise.
10016         * modules/vfprintf-posix (Depends-on): Likewise.
10017         * modules/vsnprintf-posix (Depends-on): Likewise.
10018         * modules/vsprintf-posix (Depends-on): Likewise.
10019         * doc/functions/fprintf.texi: Update.
10020         * doc/functions/printf.texi: Update.
10021         * doc/functions/snprintf.texi: Update.
10022         * doc/functions/sprintf.texi: Update.
10023         * doc/functions/vfprintf.texi: Update.
10024         * doc/functions/vprintf.texi: Update.
10025         * doc/functions/vsnprintf.texi: Update.
10026         * doc/functions/vsprintf.texi: Update.
10027
10028 2007-11-03  Bruno Haible  <bruno@clisp.org>
10029
10030         * modules/frexp-nolibm-tests: New file.
10031
10032         * modules/frexp-nolibm: New file.
10033         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
10034
10035 2007-11-03  Bruno Haible  <bruno@clisp.org>
10036
10037         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
10038         value is C99 compliant.
10039         Needed for OSF/1 5.1.
10040
10041 2007-11-03  Bruno Haible  <bruno@clisp.org>
10042
10043         Fix out-of-memory handling of vasnprintf.
10044         * lib/printf-parse.c: Include <errno.h>.
10045         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
10046         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
10047         is already set.
10048
10049 2007-11-02  Eric Blake  <ebb9@byu.net>
10050
10051         Fix tests on cygwin.
10052         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
10053
10054 2007-11-01  Bruno Haible  <bruno@clisp.org>
10055
10056         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
10057         warning.
10058         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
10059         needed for POSIX compatibility.
10060
10061 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
10064         for compatibility with GNU.
10065
10066 2007-11-01  Bruno Haible  <bruno@clisp.org>
10067
10068         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
10069         (putenv): Renamed from rpl_putenv. Change argument type from
10070         'const char *' to 'char *'.
10071         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
10072         of defining putenv in config.h, just set REPLACE_PUTENV.
10073         * modules/putenv (Depends-on): Add stdlib.
10074         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10075         (Include): Use <stdlib.h>.
10076         * lib/stdlib.in.h (putenv): New declaration.
10077         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
10078         REPLACE_PUTENV.
10079         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
10080         REPLACE_PUTENV.
10081         Needed for MacOS X 10.5.0.
10082         Reported by Peter O'Gorman <peter@pogma.com>.
10083
10084 2007-11-01  Jim Meyering  <meyering@redhat.com>
10085
10086         Treat an empty date string exactly like "0".
10087         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
10088         if the remaining date string (to be parsed) is empty, use "0".
10089         Reported by Mischa Molhoek and discussed in this thread:
10090         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
10091
10092 2007-10-31  Bruno Haible  <bruno@clisp.org>
10093
10094         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
10095         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
10096         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
10097         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
10098         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
10099         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
10100
10101 2007-10-31  Bruno Haible  <bruno@clisp.org>
10102
10103         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
10104         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
10105         (AC_TYPE_LONG_LONG_INT): Use it.
10106         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
10107         it as well.
10108         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
10109         to m4/longlong.m4.
10110         * modules/stdint (Files): Remove m4/ulonglong.m4.
10111         * modules/strtoull (Files): Use m4/longlong.m4 instead of
10112         m4/ulonglong.m4.
10113         * modules/strtoumax (Files): Likewise.
10114
10115 2007-10-30  Bruno Haible  <bruno@clisp.org>
10116
10117         * modules/xvasprintf-posix: New file.
10118         Suggested by Eric Blake.
10119
10120 2007-10-30  Bruno Haible  <bruno@clisp.org>
10121
10122         * modules/xprintf-posix-tests: New file.
10123         * tests/test-xprintf-posix.sh: New file.
10124         * tests/test-xprintf-posix.c: New file.
10125         * tests/test-xfprintf-posix.c: New file.
10126
10127         * modules/xprintf-posix: New file.
10128
10129 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10130
10131         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
10132         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
10133         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
10134
10135 2007-10-29  Bruno Haible  <bruno@clisp.org>
10136
10137         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
10138         contain the special marker '_cv_'.
10139         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
10140         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
10141         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
10142         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
10143         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
10144         Reported by Ralf Wildenhues.
10145
10146 2007-10-29  Bruno Haible  <bruno@clisp.org>
10147
10148         * gnulib-tool (func_import): When --lgpl is not specified, set
10149         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
10150         GPLv3.
10151         Reported by Simon Josefsson.
10152
10153 2007-10-28  Bruno Haible  <bruno@clisp.org>
10154
10155         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
10156         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
10157         HAVE_DECL_ISFINITE.
10158         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10159         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
10160         HAVE_DECL_ISFINITE.
10161
10162 2007-10-28  Bruno Haible  <bruno@clisp.org>
10163
10164         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
10165         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
10166
10167 2007-10-28  Bruno Haible  <bruno@clisp.org>
10168
10169         Fix link errors with Sun C 5.0 on Solaris 10.
10170         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
10171         function is declared but not present in the compiler's libm.
10172         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
10173         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
10174         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
10175         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
10176         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
10177         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
10178         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
10179         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10180         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
10181         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
10182         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
10183         HAVE_DECL_FLOORL.
10184
10185 2007-10-28  Bruno Haible  <bruno@clisp.org>
10186
10187         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
10188         gl_FUNC_FLOORL. Cache the result.
10189         (gl_FUNC_FLOORL): Use it.
10190         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
10191         gl_FUNC_CEILL. Cache the result.
10192         (gl_FUNC_CEILL): Use it.
10193
10194         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
10195         gl_FUNC_FLOOR. Cache the result.
10196         (gl_FUNC_FLOOR): Use it.
10197         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
10198         gl_FUNC_CEIL. Cache the result.
10199         (gl_FUNC_CEIL): Use it.
10200
10201         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
10202         gl_FUNC_FLOORF. Cache the result.
10203         (gl_FUNC_FLOORF): Use it.
10204         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
10205         gl_FUNC_CEILF. Cache the result.
10206         (gl_FUNC_CEILF): Use it.
10207
10208 2007-10-28  Bruno Haible  <bruno@clisp.org>
10209
10210         * gnulib-tool: Allow specifying the LGPL version number through
10211         --lgpl=2 or --lgpl=3.
10212         (func_usage): Document --lgpl with argument.
10213         Handle --lgpl=... arguments.
10214         (func_import): Recognize also gl_LGPL calls with an argument. When
10215         --lgpl=2 is used and the module's license is just LGPL, report an
10216         error. Set sed_transform_lib_file according to the lgpl variable. In
10217         the generated files, use --lgpl or gl_LGPL invocations with argument,
10218         if necessary.
10219         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
10220         an LGPv2+ license.
10221         * doc/gnulib-tool.texi (Modified imports): Update explanation of
10222         gl_LGPL macro.
10223
10224 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10225             Bruno Haible  <bruno@clisp.org>
10226
10227         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
10228         (u16_uctomb_aux): Likewise.
10229         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
10230         !HAVE_INLINE.
10231         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
10232
10233 2007-10-28  Bruno Haible  <bruno@clisp.org>
10234
10235         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
10236         Invoke AM_GETTEXT_OPTION if it exists.
10237         * modules/vasprintf: Likewise.
10238         * modules/verror: Likewise.
10239         * modules/xprintf: Likewise.
10240         * modules/xvasprintf: Likewise.
10241
10242 2007-10-27  Ben Pfaff  <blp@gnu.org>
10243
10244         * lib/math.in.h: Define isfinite macro and prototypes for
10245         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
10246         implementations.
10247         * m4/math_h.m4: New substitutions for isfinite module.
10248         * lib/isfinite.c: New file.
10249         * m4/isfinite.m4: New file.
10250         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
10251         * modules/isfinite: New file.
10252         * modules/isfinite-tests: New file.
10253         * tests/tests-isfinite.c: New file.
10254         * doc/functions/isfinite.texi: Mention isfinite module.
10255         * MODULES.html.sh: Mention new module.
10256
10257 2007-10-27  Ben Pfaff  <blp@gnu.org>
10258
10259         Ralf Wildenhues reported that Tru64 4.0D declares the round
10260         functions but does not have definitions.
10261         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
10262         cannot be found in any library, set the output variable to
10263         "missing" instead of "".
10264         * m4/round.m4: Also use our substitute if we cannot find round in
10265         any library, even if it is declared.
10266         * m4/roundf.m4: Likewise for roundf.
10267         * m4/roundl.m4: Likewise for roundl.
10268         * lib/math.in.h: Undefine roundf, round, roundl before defining
10269         their replacements, to allow for hypothetical systems where these
10270         may be defined as macros but not available in libraries.
10271
10272 2007-10-27  Bruno Haible  <bruno@clisp.org>
10273
10274         * doc/gnulib.texi: Invoke @firstparagraphindent.
10275         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
10276         changes in gnulib.
10277         (Source changes): New section.
10278
10279 2007-10-26  Bruno Haible  <bruno@clisp.org>
10280
10281         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
10282         borrowed from autoconf.
10283
10284 2007-10-26  Bruno Haible  <bruno@clisp.org>
10285
10286         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
10287         strerror returned the empty string. Needed on HP-UX 11.00.
10288
10289 2007-10-24  Micah Cowan  <micah@cowan.name>
10290
10291         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
10292         * build-aux/bootstrap: Remove support for now-unnecessary option,
10293         --cvs-user, and envvars CVS_USER, CVS_RSH.
10294
10295 2007-10-24  Jim Meyering  <meyering@redhat.com>
10296
10297         Avoid diagnostics from sha1sum when there is no cached checksum.
10298         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
10299         if the po.s1 file hasn't been created yet.
10300
10301         * build-aux/bootstrap: Sync from coreutils:
10302         2007-10-24  Jim Meyering  <meyering@redhat.com>
10303         Get gnulib from the git repository, not from an obsolete cvs one.
10304         * build-aux/bootstrap: Suggestion from Micah Cowan.
10305         2007-10-04  Jim Meyering  <jim@meyering.net>
10306         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
10307         (update_po_files): Work also when there are no .po files in po/.
10308
10309 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10310
10311         * README: Append ".git" to git and cg examples.
10312         Problem reported by Benoit Sigoure.
10313
10314 2007-10-23  Micah Cowan  <micah@cowan.name>
10315
10316         * users.txt: Add wget.
10317
10318 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10319
10320         Fix linking of some unistdio tests on FreeBSD.
10321         * modules/unistdio/u16-vsnprintf-tests
10322         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
10323         * modules/unistdio/u16-vsprintf-tests
10324         (test_u16_vsnprintf1_LDADD): Likewise.
10325         * modules/unistdio/u32-vsnprintf-tests
10326         (test_u32_vsnprintf1_LDADD): Likewise.
10327         * modules/unistdio/u32-vsprintf-tests
10328         (test_u32_vsprintf1_LDADD): Likewise.
10329         * modules/unistdio/u8-vsnprintf-tests
10330         (test_u8_vsnprintf1_LDADD): Likewise.
10331         * modules/unistdio/u8-vsprintf-tests
10332         (test_u8_vsprintf1_LDADD): Likewise.
10333         * modules/unistdio/ulc-vsnprintf-tests
10334         (test_ulc_vsnprintf1_LDADD): Likewise.
10335         * modules/unistdio/ulc-vsprintf-tests
10336         (test_ulc_vsprintf1_LDADD): Likewise.
10337
10338         Fix linking of some uniconv tests on FreeBSD.
10339         * modules/uniconv/u16-conv-from-enc-tests
10340         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
10341         * modules/uniconv/u16-conv-to-enc-tests
10342         (test_u16_conv_to_enc_LDADD): Likewise.
10343         * modules/uniconv/u16-strconv-from-enc-tests
10344         (test_u16_strconv_from_enc_LDADD): Likewise.
10345         * modules/uniconv/u16-strconv-to-enc-tests
10346         (test_u16_strconv_to_enc_LDADD): Likewise.
10347         * modules/uniconv/u32-conv-from-enc-tests
10348         (test_u32_conv_from_enc_LDADD): Likewise.
10349         * modules/uniconv/u32-conv-to-enc-tests
10350         (test_u32_conv_to_enc_LDADD): Likewise.
10351         * modules/uniconv/u32-strconv-from-enc-tests
10352         (test_u32_strconv_from_enc_LDADD): Likewise.
10353         * modules/uniconv/u32-strconv-to-enc-tests
10354         (test_u32_strconv_to_enc_LDADD): Likewise.
10355         * modules/uniconv/u8-conv-from-enc-tests
10356         (test_u8_conv_from_enc_LDADD): Likewise.
10357         * modules/uniconv/u8-conv-to-enc-tests
10358         (test_u8_conv_to_enc_LDADD): Likewise.
10359         * modules/uniconv/u8-strconv-from-enc-tests
10360         (test_u8_strconv_from_enc_LDADD): Likewise.
10361         * modules/uniconv/u8-strconv-to-enc-tests
10362         (test_u8_strconv_to_enc_LDADD): Likewise.
10363
10364 2007-10-22  Bruno Haible  <bruno@clisp.org>
10365
10366         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
10367         size.
10368
10369 2007-10-22  Eric Blake  <ebb9@byu.net>
10370
10371         Tweak x*printf documentation.
10372         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
10373         variable name and comments.
10374         Suggested by Bruno Haible.
10375
10376 2007-10-22  Bruno Haible  <bruno@clisp.org>
10377
10378         * lib/acl.c (copy_acl): Fix file name in comment.
10379
10380 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10381
10382         Fix Tru64 problem with stdbool.h.
10383         * lib/stdbool.in.h (false, true):
10384         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
10385         Don't declare as an enum in this situation; it runs afoul of Tru64.
10386         Problem reported by Steven M. Schweda in
10387         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
10388
10389 2007-10-22  Eric Blake  <ebb9@byu.net>
10390
10391         Also wrap vf?printf.
10392         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
10393         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
10394         (xvprintf, xvfprintf): New functions.
10395
10396 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10397
10398         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
10399         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
10400
10401         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
10402         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
10403
10404 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10405
10406         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
10407         by Bruno Haible.
10408
10409 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10410
10411         * lib/getloadavg.c
10412         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
10413         Undef `sys' after including sys/table.h, for Tru64 4.0D.
10414
10415         * tests/test-i-ring.c: Work for C89.
10416
10417 2007-10-22  Bruno Haible  <bruno@clisp.org>
10418
10419         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
10420         -1u, in preprocessor expression, so that we don't test for the bug
10421         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
10422         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
10423
10424 2007-10-22  Eric Blake  <ebb9@byu.net>
10425
10426         * tests/test-yesno.sh: Silence stderr during test.
10427
10428 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10429
10430         * modules/crypto/gc-camellia: New file.
10431
10432         * m4/gc-camellia.m4: New file.
10433
10434         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
10435
10436         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
10437
10438 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10439
10440         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
10441         --help to stdout.  Reported by sms@antinode.org (Steven
10442         M. Schweda).
10443
10444 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10445
10446         * users.txt: Fix link to libksba.
10447
10448 2007-10-21  Ben Pfaff  <blp@gnu.org>
10449
10450         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
10451         round.c roundf implementation that depends on floorf and ceilf to
10452         be tested unconditionally.
10453
10454 2007-10-21  Ben Pfaff  <blp@gnu.org>
10455
10456         * m4/check-libm-func.m4: Removed.
10457         * m4/check-math-lib.m4: New file.
10458         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
10459         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
10460         definition and lack of AC_LIBOBJ([roundf]).
10461         * m4/roundl.m4: Ditto, and similarly for roundl.
10462         * modules/round: Reference new m4 file.
10463         * modules/roundf: Ditto.
10464         * modules/roundl: Ditto.
10465         * tests/test-round2.c (main): Use ROUND instead of round.
10466         Bug report from Bruno Haible.
10467
10468 2007-10-21  Bruno Haible  <bruno@clisp.org>
10469
10470         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
10471         context.
10472
10473 2007-10-21  Bruno Haible  <bruno@clisp.org>
10474
10475         * tests/test-wcwidth.c (main): Allow negative result for some control
10476         characters.
10477
10478         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
10479         Needed on OSF/1 5.1.
10480
10481 2007-10-21  Bruno Haible  <bruno@clisp.org>
10482
10483         * tests/test-floorf1.c: Include isnanf.h.
10484         (main): Use isnanf() instead of isnan().
10485         * tests/test-ceilf1.c: Include isnanf.h.
10486         (main): Use isnanf() instead of isnan().
10487         * tests/test-truncf1.c: Include isnanf.h.
10488         (main): Use isnanf() instead of isnan().
10489         * tests/test-roundf1.c: Include isnanf.h.
10490         (main): Use isnanf() instead of isnan().
10491
10492 2007-10-21  Eric Blake  <ebb9@byu.net>
10493
10494         * users.txt: Update URL for m4.
10495
10496 2007-10-21  Bruno Haible  <bruno@clisp.org>
10497
10498         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
10499
10500 2007-10-21  Bruno Haible  <bruno@clisp.org>
10501
10502         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
10503         Git's management files if the CVS files are not present.
10504
10505 2007-10-20  Bruno Haible  <bruno@clisp.org>
10506
10507         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
10508         gcc-3.4.x.
10509
10510 2007-10-20  Ben Pfaff  <blp@gnu.org>
10511
10512         * lib/math.in.h: Declare round, roundf, roundl if we are providing
10513         implementations.
10514         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
10515         * lib/round.c: New file.
10516         * lib/roundf.c: New file.
10517         * lib/roundl.c: New file.
10518         * m4/round.m4: New file.
10519         * m4/roundf.m4: New file.
10520         * m4/roundl.m4: New file.
10521         * m4/check-libm-func-m4: New file.
10522         * modules/math: Replace round, roundf, roundl related @VARS@ in
10523         math.in.h.
10524         * modules/round: New file.
10525         * modules/round-tests: New file.
10526         * modules/roundf: New file.
10527         * modules/roundf-tests: New file.
10528         * modules/roundl: New file.
10529         * modules/roundl-tests: New file.
10530         * tests/test-round1.c: New file.
10531         * tests/test-round2.c: New file.
10532         * tests/test-roundf1.c: New file.
10533         * tests/test-roundf2.c: New file.
10534         * tests/test-roundl.c: New file.
10535         * doc/functions/round.texi: Mention round module.
10536         * doc/functions/roundf.texi: Mention roundf module.
10537         * doc/functions/roundl.texi: Mention roundl module.
10538         * MODULES.html.sh: Mention new modules.
10539         Thanks to Bruno Haible for suggestions.
10540
10541 2007-10-20  Jim Meyering  <meyering@redhat.com>
10542
10543         * lib/xprintf.c: Include <config.h> unconditionally.
10544
10545         Change xprintf's license to GPL.
10546         * modules/xprintf (License): s/LGPL/GPL/, since this module
10547         depends on modules (exit and exitfail) which are GPL.
10548         Suggestion from Bruno Haible.
10549
10550         xprintf fixes.
10551         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
10552         Use a clearer diagnostic.
10553         Patch from Bruno Haible.
10554
10555 2007-10-20  Bruno Haible  <bruno@clisp.org>
10556
10557         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
10558         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
10559         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10560
10561 2007-10-20  Bruno Haible  <bruno@clisp.org>
10562
10563         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
10564         precision in the comparison result > x - 1 or similar.
10565         * tests/test-ceilf2.c (correct_result_p): Likewise.
10566         * tests/test-truncf2.c (correct_result_p): Likewise.
10567         * tests/test-trunc2.c (correct_result_p): Likewise.
10568         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10569
10570 2007-10-20  Bruno Haible  <bruno@clisp.org>
10571
10572         * modules/ceil: New file.
10573         * m4/ceil.m4: New file.
10574         * doc/functions/ceil.texi: Mention the 'ceil' module.
10575
10576 2007-10-20  Bruno Haible  <bruno@clisp.org>
10577
10578         * modules/floor: New file.
10579         * m4/floor.m4: New file.
10580         * doc/functions/floor.texi: Mention the 'floor' module.
10581
10582 2007-10-20  Bruno Haible  <bruno@clisp.org>
10583
10584         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
10585         of %a.
10586         * modules/floorf-tests (Depends-on): Likewise.
10587         * modules/truncf-tests (Depends-on): Likewise.
10588         * modules/trunc-tests (Depends-on): Likewise.
10589         Reported by Ben Pfaff.
10590
10591 2007-10-19  Jim Meyering  <meyering@redhat.com>
10592
10593         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
10594         Don't bother testing specific errno values.  Just test ferror.
10595
10596         New module: xprintf
10597         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
10598
10599 2007-10-19  Bruno Haible  <bruno@clisp.org>
10600
10601         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
10602         syntax.
10603         * modules/javaexec (Makefile.am): Likewise.
10604         * modules/relocatable-prog (Makefile.am): Likewise.
10605         Suggested by Jim Meyering.
10606
10607 2007-10-18  Bruno Haible  <bruno@clisp.org>
10608
10609         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
10610         Reported by Jim Meyering.
10611
10612 2007-10-18  Eric Blake  <ebb9@byu.net>
10613
10614         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
10615
10616 2007-10-18  Bruno Haible  <bruno@clisp.org>
10617
10618         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
10619         the format string into writable memory. Needed in Fortify conditions.
10620
10621 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
10622             Bruno Haible  <bruno@clisp.org>
10623
10624         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
10625         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
10626         * modules/trim (Depends-on): Add mbchar.
10627         (configure.ac): Add gl_FUNC_MBRTOWC.
10628         (Makefile.am): Augment lib_SOURCES.
10629
10630 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10631
10632         Modify glob.c to use fstatat and dirfd, to simplify it.
10633         Suggested by Eric Blake.
10634         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
10635         Don't include <stdbool.h>; not used.
10636         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
10637         (link_exists_p): Simplify implementation, since we can now assume
10638         dirfd and fstatat.
10639         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
10640
10641 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10642
10643         * gnulib-tool (func_get_dependencies): Fix sed script to
10644         match only tests.
10645
10646 2007-10-17  Bruno Haible  <bruno@clisp.org>
10647
10648         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
10649         allow locale names without encoding suffix.
10650         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10651         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10652
10653 2007-10-16  Bruno Haible  <bruno@clisp.org>
10654
10655         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
10656         * lib/getgroups.c (getgroups): Likewise.
10657         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
10658
10659 2007-10-16  Bruno Haible  <bruno@clisp.org>
10660
10661         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
10662         * modules/malloc-posix (License): Likewise.
10663         * modules/realloc-posix (License): Likewise.
10664         * modules/calloc-posix (License): Likewise.
10665         * modules/intprops (License): Change from GPL to LGPL, with
10666         Paul Eggert's approval.
10667
10668 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10669
10670         Merge glibc changes into lib/glob.c.
10671
10672         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
10673         2007-10-15 04:59:03 UTC.  Here are the changes:
10674
10675         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
10676
10677         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
10678
10679         * lib/glob.c: Add some branch prediction throughout.
10680
10681         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
10682
10683         [BZ #5103]
10684         * lib/glob.c (glob): Recognize patterns starting \/.
10685
10686         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10687
10688         [BZ #3996]
10689         * lib/glob.c (attribute_hidden): Define if not defined.
10690         (glob): Unescape dirname, filename or username when needed and not
10691         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10692         is NULL.  Handle unescaped [ in pattern without closing ].
10693         Don't pass GLOB_CHECK down to recursive glob for directories.
10694         (__glob_pattern_type): New function.
10695         (__glob_pattern_p): Implement using __glob_pattern_type.
10696         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10697         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10698         Remove unreachable code.
10699
10700         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
10701
10702         * lib/glob.c (glob_in_dir): Add some comments and asserts to
10703         explain why there are no leaks.
10704
10705         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
10706
10707         [BZ #3253]
10708         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
10709         time, rather allocate increasingly bigger arrays of pointers, if
10710         possible with alloca, if too large with malloc.
10711
10712 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10713
10714         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
10715         Problem reported by H.Merijn Brand in
10716         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
10717         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
10718         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10719
10720 2007-10-15  Bruno Haible  <bruno@clisp.org>
10721
10722         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
10723         with explicit rpl_ prefix.
10724         * lib/fopen.c (fopen): Likewise.
10725         * lib/freopen.c (freopen): Likewise.
10726         * lib/iconv.c (iconv): Likewise.
10727         * lib/iconv_close.c (iconv_close): Likewise.
10728
10729 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10730
10731         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
10732
10733 2007-10-15  Bruno Haible  <bruno@clisp.org>
10734
10735         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
10736         <stddef.h> instead of <stdlib.h> since we only need NULL.
10737         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10738
10739 2007-10-15  Bruno Haible  <bruno@clisp.org>
10740
10741         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
10742         Replace paragraph talking about LIBOBJS.
10743         Reported by Colin Watson <cjwatson@debian.org>.
10744
10745 2007-10-15  Bruno Haible  <bruno@clisp.org>
10746
10747         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
10748         <stdlib.h> before using NULL.
10749
10750 2007-10-15  Simon Josefsson  <simon@josefsson.org>
10751
10752         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
10753         Reported by Albert Chin <china@thewrittenword.com>.
10754
10755 2007-10-14  Bruno Haible  <bruno@clisp.org>
10756
10757         * modules/iconv_open-utf-tests: New file.
10758         * tests/test-iconv-utf.c: New file.
10759
10760         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
10761         * modules/iconv_open-utf: New file.
10762         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
10763         (iconv, iconv_close): New declarations.
10764         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
10765         be defined.
10766         (iconv_open): Add special handling of conversion between UTF-8 and
10767         UTF-{16,32}{BE,LE}.
10768         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
10769         * lib/iconv_close.c: New file.
10770         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
10771         gl_FUNC_ICONV_OPEN.
10772         (gl_FUNC_ICONV_OPEN): Use it.
10773         (gl_FUNC_ICONV_OPEN_UTF): New macro.
10774         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
10775         and REPLACE_ICONV_UTF.
10776         * modules/iconv_open (Depends-on): Add c-strcase.
10777         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
10778         ICONV_CONST.
10779         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
10780
10781 2007-10-13  Albert Chin  <china@thewrittenword.com>
10782             Bruno Haible  <bruno@clisp.org>
10783
10784         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
10785         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
10786
10787 2007-10-13  Bruno Haible  <bruno@clisp.org>
10788
10789         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
10790         defined, use the ISO C99 inline semantics.
10791         * lib/argp.h (ARGP_EI): Likewise.
10792
10793 2007-10-13  Bruno Haible  <bruno@clisp.org>
10794
10795         Handle 'inline' change in gcc 4.3.0.
10796         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
10797         argp_fmtstream_write, argp_fmtstream_set_lmargin,
10798         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
10799         argp_fmtstream_point): Disable 'extern' declaration if the function
10800         definition is going to be provided inline.
10801         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
10802         semantics, not the ISO C99 inline semantics.
10803         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
10804         'extern' declaration if the function definition is going to be provided
10805         inline.
10806         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
10807         the GNU C inline semantics, not the ISO C99 inline semantics. With
10808         GCC 4.2, avoid a warning.
10809
10810 2007-10-13  Bruno Haible  <bruno@clisp.org>
10811
10812         * lib/freading.h (freading): Enable the use of __freading for
10813         glibc >= 2.7.
10814         * lib/freading.c (freading): Likewise.
10815
10816 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10817
10818         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
10819         "warning: C99 inline functions are not supported; using GNU89".
10820
10821 2007-10-12  Bruno Haible  <bruno@clisp.org>
10822
10823         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
10824         of 2.
10825         * tests/test-ceilf2.c: New file.
10826         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
10827
10828         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
10829         * modules/ceilf-tests: Update.
10830
10831 2007-10-12  Bruno Haible  <bruno@clisp.org>
10832
10833         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
10834         of 2.
10835         * tests/test-floorf2.c: New file.
10836         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
10837
10838         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
10839         * modules/floorf-tests: Update.
10840
10841 2007-10-12  Bruno Haible  <bruno@clisp.org>
10842
10843         * tests/test-trunc2.c: New file.
10844         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
10845
10846         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
10847         * modules/trunc-tests: Update.
10848
10849 2007-10-12  Bruno Haible  <bruno@clisp.org>
10850
10851         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
10852         of 2.
10853         * tests/test-truncf2.c: New file.
10854         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
10855
10856         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
10857         * modules/truncf-tests: Update.
10858
10859 2007-10-11  Eric Blake  <ebb9@byu.net>
10860
10861         Don't claim strerror is broken on Interix.
10862         * doc/functions/strerror.texi (strerror): Known broken systems are
10863         now Solaris 8, and not Interix.
10864         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
10865         Interix on cross-compile.
10866         Reported by Martin Koeppe in
10867         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
10868
10869 2007-10-11  Bruno Haible  <bruno@clisp.org>
10870
10871         * modules/i-ring-tests: New file.
10872         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
10873         instead of assert.
10874
10875 2007-10-11  Bruno Haible  <bruno@clisp.org>
10876
10877         * modules/filenamecat-tests: New file.
10878         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
10879         * lib/filenamecat.c: Remove test code.
10880
10881 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10882
10883         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
10884
10885         * lib/strerror.c: Include <string.h> always, to test interface,
10886         and to remove the need for the dummy.
10887         Include intprops.h to compute width instead of doing it ourselves
10888         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
10889         (strerror): Define it to return NULL if there's no system strerror.
10890         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
10891         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
10892         ancient pre-strerror Unix systems well any more.  Saying "unknown
10893         system error" is enough.
10894         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
10895         simpler strerror.c implementation.
10896         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
10897         Simplify the tests to reflect the simpler strerror implementation.
10898         * modules/strerror (Depends-on): Add intprops.
10899
10900 2007-10-09  Eric Blake  <ebb9@byu.net>
10901
10902         Silence test-fpending.
10903         * modules/fpending-tests (Files): Add wrapper script.
10904         * tests/test-fpending.sh: New file.
10905
10906 2007-10-09  Bruno Haible  <bruno@clisp.org>
10907
10908         * MODULES.html.sh (func_module): Don't create a hyperlink for
10909         function names like 'printf_frexp'.
10910         (Misc): Add crc, memxor.
10911         (Characteristics of floating types): New section.
10912         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
10913         isnanf-nolibm, signbit, trunc, truncf, truncl.
10914         (Enhancements for ISO C 99 functions): New subsection Input/output.
10915         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
10916         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
10917         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
10918         (Compatibility checks for POSIX:2001 functions): Add clock-time.
10919         (Enhancements for POSIX:2001 functions): Add chdir-long.
10920         (File system functions): Add areadlink, chdir-safer, read-file.
10921         Remove cycle-check.
10922         (File system as inode set): New section.
10923         (Date and time): Add gethrxtime.
10924         (Multithreading): Add openmp.
10925         (Internationalization functions): Add localename.
10926         (Unicode string functions): Add unistr/u*-mbsnlen.
10927         (Support for maintaining and releasing projects): Add git-version-gen.
10928         (Lone files): Remove directories.
10929
10930 2007-10-08  Ben Pfaff  <blp@gnu.org>
10931
10932         * lib/xmalloca.h: Fix typo in comment.
10933
10934 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10935
10936         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
10937         when avoiding problems with integer overflow.  Use a portable test
10938         instead.
10939
10940 2007-10-08  Simon Josefsson  <simon@josefsson.org>
10941
10942         * modules/dummy (License): Change to LGPLv2+.
10943         * modules/float (License): Likewise
10944         * modules/realloc (License): Likewise
10945         * modules/stdlib (License): Likewise
10946
10947 2007-10-07  Bruno Haible  <bruno@clisp.org>
10948
10949         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
10950         * floor.c (TWO_MANT_DIG): Likewise.
10951         * ceil.c (TWO_MANT_DIG): Likewise.
10952         Reported by Ben Pfaff.
10953
10954 2007-10-07  Bruno Haible  <bruno@clisp.org>
10955
10956         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
10957         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
10958         * lib/frexp.c (FUNC): Likewise.
10959         * lib/printf-frexp.h (printf_frexp): Likewise.
10960         * lib/printf-frexpl.h (printf_frexpl): Likewise.
10961         * lib/printf-frexp.c (FUNC): Likewise.
10962         Suggested by Jim Meyering.
10963
10964 2007-10-07  Jim Meyering  <meyering@redhat.com>
10965
10966         Make xnanosleep's integer overflow test more robust.
10967         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
10968         so that gcc-4.3.0 doesn't optimize away this test for overflow.
10969
10970 2007-10-07  Bruno Haible  <bruno@clisp.org>
10971
10972         * NEWS: Mention the license change.
10973
10974         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
10975         abbreviations in the modules files.
10976
10977         Change copyright notice from GPLv2+ to GPLv3+.
10978         * README: Change copyright notice.
10979         * MODULES.html.sh: Likewise.
10980         * build-aux/bootstrap.conf: Likewise.
10981         * build-aux/config.libpath: Likewise.
10982         * build-aux/csharpcomp.sh.in: Likewise.
10983         * build-aux/csharpexec.sh.in: Likewise.
10984         * build-aux/install-reloc: Likewise.
10985         * build-aux/javacomp.sh.in: Likewise.
10986         * build-aux/javaexec.sh.in: Likewise.
10987         * build-aux/ldd.sh.in: Likewise.
10988         * build-aux/reloc-ldflags: Likewise.
10989         * build-aux/relocatable.sh.in: Likewise.
10990         * build-aux/x-to-1.in: Likewise.
10991         * check-module: Likewise.
10992         * config/srclistvars.sh: Likewise.
10993         * gnulib-tool: Likewise.
10994         * lib/acl-internal.h: Likewise.
10995         * lib/acl.c: Likewise.
10996         * lib/acl.h: Likewise.
10997         * lib/acl_entries.c: Likewise.
10998         * lib/areadlink-with-size.c: Likewise.
10999         * lib/areadlink.c: Likewise.
11000         * lib/areadlink.h: Likewise.
11001         * lib/argmatch.c: Likewise.
11002         * lib/argmatch.h: Likewise.
11003         * lib/argp-ba.c: Likewise.
11004         * lib/argp-eexst.c: Likewise.
11005         * lib/argp-fmtstream.c: Likewise.
11006         * lib/argp-fmtstream.h: Likewise.
11007         * lib/argp-fs-xinl.c: Likewise.
11008         * lib/argp-help.c: Likewise.
11009         * lib/argp-namefrob.h: Likewise.
11010         * lib/argp-parse.c: Likewise.
11011         * lib/argp-pin.c: Likewise.
11012         * lib/argp-pv.c: Likewise.
11013         * lib/argp-pvh.c: Likewise.
11014         * lib/argp-xinl.c: Likewise.
11015         * lib/argp.h: Likewise.
11016         * lib/at-func.c: Likewise.
11017         * lib/atanl.c: Likewise.
11018         * lib/backupfile.c: Likewise.
11019         * lib/backupfile.h: Likewise.
11020         * lib/basename.c: Likewise.
11021         * lib/binary-io.h: Likewise.
11022         * lib/byteswap.in.h: Likewise.
11023         * lib/c-stack.c: Likewise.
11024         * lib/c-stack.h: Likewise.
11025         * lib/c-strcasestr.c: Likewise.
11026         * lib/c-strcasestr.h: Likewise.
11027         * lib/c-strstr.c: Likewise.
11028         * lib/c-strstr.h: Likewise.
11029         * lib/c-strtod.c: Likewise.
11030         * lib/calloc.c: Likewise.
11031         * lib/canon-host.c: Likewise.
11032         * lib/canon-host.h: Likewise.
11033         * lib/canonicalize-lgpl.c: Likewise.
11034         * lib/canonicalize.c: Likewise.
11035         * lib/canonicalize.h: Likewise.
11036         * lib/ceil.c: Likewise.
11037         * lib/ceilf.c: Likewise.
11038         * lib/ceill.c: Likewise.
11039         * lib/chdir-long.c: Likewise.
11040         * lib/chdir-long.h: Likewise.
11041         * lib/chdir-safer.c: Likewise.
11042         * lib/chdir-safer.h: Likewise.
11043         * lib/chown.c: Likewise.
11044         * lib/classpath.c: Likewise.
11045         * lib/classpath.h: Likewise.
11046         * lib/clean-temp.c: Likewise.
11047         * lib/clean-temp.h: Likewise.
11048         * lib/cloexec.c: Likewise.
11049         * lib/close-stream.c: Likewise.
11050         * lib/closein.c: Likewise.
11051         * lib/closein.h: Likewise.
11052         * lib/closeout.c: Likewise.
11053         * lib/closeout.h: Likewise.
11054         * lib/concat-filename.c: Likewise.
11055         * lib/copy-file.c: Likewise.
11056         * lib/copy-file.h: Likewise.
11057         * lib/count-one-bits.h: Likewise.
11058         * lib/crc.c: Likewise.
11059         * lib/crc.h: Likewise.
11060         * lib/creat-safer.c: Likewise.
11061         * lib/csharpcomp.c: Likewise.
11062         * lib/csharpcomp.h: Likewise.
11063         * lib/csharpexec.c: Likewise.
11064         * lib/csharpexec.h: Likewise.
11065         * lib/cycle-check.c: Likewise.
11066         * lib/cycle-check.h: Likewise.
11067         * lib/diacrit.c: Likewise.
11068         * lib/diacrit.h: Likewise.
11069         * lib/diffseq.h: Likewise.
11070         * lib/dirchownmod.c: Likewise.
11071         * lib/dirent.in.h: Likewise.
11072         * lib/dirfd.c: Likewise.
11073         * lib/dirfd.h: Likewise.
11074         * lib/dirname.c: Likewise.
11075         * lib/dirname.h: Likewise.
11076         * lib/dummy.c: Likewise.
11077         * lib/dup-safer.c: Likewise.
11078         * lib/dup2.c: Likewise.
11079         * lib/eealloc.h: Likewise.
11080         * lib/error.c: Likewise.
11081         * lib/error.h: Likewise.
11082         * lib/euidaccess.c: Likewise.
11083         * lib/exclude.c: Likewise.
11084         * lib/exclude.h: Likewise.
11085         * lib/execute.c: Likewise.
11086         * lib/execute.h: Likewise.
11087         * lib/exitfail.c: Likewise.
11088         * lib/exitfail.h: Likewise.
11089         * lib/expl.c: Likewise.
11090         * lib/fatal-signal.c: Likewise.
11091         * lib/fatal-signal.h: Likewise.
11092         * lib/fbufmode.c: Likewise.
11093         * lib/fbufmode.h: Likewise.
11094         * lib/fchdir.c: Likewise.
11095         * lib/fchmodat.c: Likewise.
11096         * lib/fchownat.c: Likewise.
11097         * lib/fcntl--.h: Likewise.
11098         * lib/fcntl-safer.h: Likewise.
11099         * lib/fcntl.in.h: Likewise.
11100         * lib/fd-safer.c: Likewise.
11101         * lib/fflush.c: Likewise.
11102         * lib/file-has-acl.c: Likewise.
11103         * lib/file-set.c: Likewise.
11104         * lib/file-type.c: Likewise.
11105         * lib/file-type.h: Likewise.
11106         * lib/fileblocks.c: Likewise.
11107         * lib/filemode.c: Likewise.
11108         * lib/filemode.h: Likewise.
11109         * lib/filename.h: Likewise.
11110         * lib/filenamecat.c: Likewise.
11111         * lib/filenamecat.h: Likewise.
11112         * lib/findprog.c: Likewise.
11113         * lib/findprog.h: Likewise.
11114         * lib/float.in.h: Likewise.
11115         * lib/floor.c: Likewise.
11116         * lib/floorf.c: Likewise.
11117         * lib/floorl.c: Likewise.
11118         * lib/fopen-safer.c: Likewise.
11119         * lib/fopen.c: Likewise.
11120         * lib/fpending.c: Likewise.
11121         * lib/fpending.h: Likewise.
11122         * lib/fprintf.c: Likewise.
11123         * lib/fprintftime.h: Likewise.
11124         * lib/fpucw.h: Likewise.
11125         * lib/fpurge.c: Likewise.
11126         * lib/fpurge.h: Likewise.
11127         * lib/freadable.c: Likewise.
11128         * lib/freadable.h: Likewise.
11129         * lib/freadahead.c: Likewise.
11130         * lib/freadahead.h: Likewise.
11131         * lib/freading.c: Likewise.
11132         * lib/freading.h: Likewise.
11133         * lib/free.c: Likewise.
11134         * lib/freopen.c: Likewise.
11135         * lib/frexp.c: Likewise.
11136         * lib/frexpl.c: Likewise.
11137         * lib/fseek.c: Likewise.
11138         * lib/fseterr.c: Likewise.
11139         * lib/fseterr.h: Likewise.
11140         * lib/fstatat.c: Likewise.
11141         * lib/fstrcmp.c: Likewise.
11142         * lib/fstrcmp.h: Likewise.
11143         * lib/fsusage.c: Likewise.
11144         * lib/fsusage.h: Likewise.
11145         * lib/ftell.c: Likewise.
11146         * lib/ftello.c: Likewise.
11147         * lib/fts-cycle.c: Likewise.
11148         * lib/fts.c: Likewise.
11149         * lib/fts_.h: Likewise.
11150         * lib/full-read.c: Likewise.
11151         * lib/full-read.h: Likewise.
11152         * lib/full-write.c: Likewise.
11153         * lib/full-write.h: Likewise.
11154         * lib/fwritable.c: Likewise.
11155         * lib/fwritable.h: Likewise.
11156         * lib/fwriteerror.c: Likewise.
11157         * lib/fwriteerror.h: Likewise.
11158         * lib/fwriting.c: Likewise.
11159         * lib/fwriting.h: Likewise.
11160         * lib/gcd.c: Likewise.
11161         * lib/gcd.h: Likewise.
11162         * lib/getcwd.c: Likewise.
11163         * lib/getdate.h: Likewise.
11164         * lib/getdate.y: Likewise.
11165         * lib/getdomainname.c: Likewise.
11166         * lib/getdomainname.h: Likewise.
11167         * lib/getgroups.c: Likewise.
11168         * lib/gethostname.c: Likewise.
11169         * lib/gethrxtime.c: Likewise.
11170         * lib/gethrxtime.h: Likewise.
11171         * lib/getloadavg.c: Likewise.
11172         * lib/getndelim2.c: Likewise.
11173         * lib/getndelim2.h: Likewise.
11174         * lib/getnline.c: Likewise.
11175         * lib/getnline.h: Likewise.
11176         * lib/getopt.c: Likewise.
11177         * lib/getopt.in.h: Likewise.
11178         * lib/getopt1.c: Likewise.
11179         * lib/getopt_int.h: Likewise.
11180         * lib/getpagesize.h: Likewise.
11181         * lib/getsubopt.c: Likewise.
11182         * lib/gettime.c: Likewise.
11183         * lib/getugroups.c: Likewise.
11184         * lib/getugroups.h: Likewise.
11185         * lib/getusershell.c: Likewise.
11186         * lib/gl_anyavltree_list1.h: Likewise.
11187         * lib/gl_anyavltree_list2.h: Likewise.
11188         * lib/gl_anyhash_list1.h: Likewise.
11189         * lib/gl_anyhash_list2.h: Likewise.
11190         * lib/gl_anylinked_list1.h: Likewise.
11191         * lib/gl_anylinked_list2.h: Likewise.
11192         * lib/gl_anyrbtree_list1.h: Likewise.
11193         * lib/gl_anyrbtree_list2.h: Likewise.
11194         * lib/gl_anytree_list1.h: Likewise.
11195         * lib/gl_anytree_list2.h: Likewise.
11196         * lib/gl_anytree_oset.h: Likewise.
11197         * lib/gl_anytreehash_list1.h: Likewise.
11198         * lib/gl_anytreehash_list2.h: Likewise.
11199         * lib/gl_array_list.c: Likewise.
11200         * lib/gl_array_list.h: Likewise.
11201         * lib/gl_array_oset.c: Likewise.
11202         * lib/gl_array_oset.h: Likewise.
11203         * lib/gl_avltree_list.c: Likewise.
11204         * lib/gl_avltree_list.h: Likewise.
11205         * lib/gl_avltree_oset.c: Likewise.
11206         * lib/gl_avltree_oset.h: Likewise.
11207         * lib/gl_avltreehash_list.c: Likewise.
11208         * lib/gl_avltreehash_list.h: Likewise.
11209         * lib/gl_carray_list.c: Likewise.
11210         * lib/gl_carray_list.h: Likewise.
11211         * lib/gl_linked_list.c: Likewise.
11212         * lib/gl_linked_list.h: Likewise.
11213         * lib/gl_linkedhash_list.c: Likewise.
11214         * lib/gl_linkedhash_list.h: Likewise.
11215         * lib/gl_list.c: Likewise.
11216         * lib/gl_list.h: Likewise.
11217         * lib/gl_oset.c: Likewise.
11218         * lib/gl_oset.h: Likewise.
11219         * lib/gl_rbtree_list.c: Likewise.
11220         * lib/gl_rbtree_list.h: Likewise.
11221         * lib/gl_rbtree_oset.c: Likewise.
11222         * lib/gl_rbtree_oset.h: Likewise.
11223         * lib/gl_rbtreehash_list.c: Likewise.
11224         * lib/gl_rbtreehash_list.h: Likewise.
11225         * lib/gl_sublist.c: Likewise.
11226         * lib/gl_sublist.h: Likewise.
11227         * lib/group-member.c: Likewise.
11228         * lib/group-member.h: Likewise.
11229         * lib/hard-locale.c: Likewise.
11230         * lib/hard-locale.h: Likewise.
11231         * lib/hash-pjw.c: Likewise.
11232         * lib/hash-pjw.h: Likewise.
11233         * lib/hash-triple.c: Likewise.
11234         * lib/hash.c: Likewise.
11235         * lib/hash.h: Likewise.
11236         * lib/human.c: Likewise.
11237         * lib/human.h: Likewise.
11238         * lib/i-ring.c: Likewise.
11239         * lib/i-ring.h: Likewise.
11240         * lib/idcache.c: Likewise.
11241         * lib/imaxabs.c: Likewise.
11242         * lib/imaxdiv.c: Likewise.
11243         * lib/inet_pton.c: Likewise.
11244         * lib/inet_pton.h: Likewise.
11245         * lib/intprops.h: Likewise.
11246         * lib/inttostr.c: Likewise.
11247         * lib/inttostr.h: Likewise.
11248         * lib/inttypes.in.h: Likewise.
11249         * lib/isapipe.c: Likewise.
11250         * lib/isdir.c: Likewise.
11251         * lib/isnan.c: Likewise.
11252         * lib/isnan.h: Likewise.
11253         * lib/isnanf.c: Likewise.
11254         * lib/isnanf.h: Likewise.
11255         * lib/isnanl-nolibm.h: Likewise.
11256         * lib/isnanl.c: Likewise.
11257         * lib/isnanl.h: Likewise.
11258         * lib/javacomp.c: Likewise.
11259         * lib/javacomp.h: Likewise.
11260         * lib/javaexec.c: Likewise.
11261         * lib/javaexec.h: Likewise.
11262         * lib/javaversion.c: Likewise.
11263         * lib/javaversion.h: Likewise.
11264         * lib/javaversion.java: Likewise.
11265         * lib/lbrkprop.h: Likewise.
11266         * lib/lchmod.h: Likewise.
11267         * lib/lchown.c: Likewise.
11268         * lib/ldexpl.c: Likewise.
11269         * lib/linebreak.c: Likewise.
11270         * lib/linebreak.h: Likewise.
11271         * lib/linebuffer.c: Likewise.
11272         * lib/linebuffer.h: Likewise.
11273         * lib/locale.in.h: Likewise.
11274         * lib/logl.c: Likewise.
11275         * lib/long-options.c: Likewise.
11276         * lib/long-options.h: Likewise.
11277         * lib/lstat.c: Likewise.
11278         * lib/lstat.h: Likewise.
11279         * lib/math.in.h: Likewise.
11280         * lib/mbchar.c: Likewise.
11281         * lib/mbchar.h: Likewise.
11282         * lib/mbfile.h: Likewise.
11283         * lib/mbiter.h: Likewise.
11284         * lib/mbscasecmp.c: Likewise.
11285         * lib/mbscasestr.c: Likewise.
11286         * lib/mbschr.c: Likewise.
11287         * lib/mbscspn.c: Likewise.
11288         * lib/mbslen.c: Likewise.
11289         * lib/mbsncasecmp.c: Likewise.
11290         * lib/mbsnlen.c: Likewise.
11291         * lib/mbspbrk.c: Likewise.
11292         * lib/mbspcasecmp.c: Likewise.
11293         * lib/mbsrchr.c: Likewise.
11294         * lib/mbssep.c: Likewise.
11295         * lib/mbsspn.c: Likewise.
11296         * lib/mbsstr.c: Likewise.
11297         * lib/mbstok_r.c: Likewise.
11298         * lib/mbswidth.c: Likewise.
11299         * lib/mbswidth.h: Likewise.
11300         * lib/mbuiter.h: Likewise.
11301         * lib/memcasecmp.c: Likewise.
11302         * lib/memcasecmp.h: Likewise.
11303         * lib/memchr.c: Likewise.
11304         * lib/memcmp.c: Likewise.
11305         * lib/memcoll.c: Likewise.
11306         * lib/memcoll.h: Likewise.
11307         * lib/memcpy.c: Likewise.
11308         * lib/memrchr.c: Likewise.
11309         * lib/mkancesdirs.c: Likewise.
11310         * lib/mkdir-p.c: Likewise.
11311         * lib/mkdir-p.h: Likewise.
11312         * lib/mkdir.c: Likewise.
11313         * lib/mkdirat.c: Likewise.
11314         * lib/mkdtemp.c: Likewise.
11315         * lib/mkstemp-safer.c: Likewise.
11316         * lib/mkstemp.c: Likewise.
11317         * lib/modechange.c: Likewise.
11318         * lib/modechange.h: Likewise.
11319         * lib/mountlist.c: Likewise.
11320         * lib/mountlist.h: Likewise.
11321         * lib/mpsort.c: Likewise.
11322         * lib/nanosleep.c: Likewise.
11323         * lib/obstack.c: Likewise.
11324         * lib/obstack.h: Likewise.
11325         * lib/open-safer.c: Likewise.
11326         * lib/open.c: Likewise.
11327         * lib/openat-die.c: Likewise.
11328         * lib/openat-priv.h: Likewise.
11329         * lib/openat-proc.c: Likewise.
11330         * lib/openat.c: Likewise.
11331         * lib/openat.h: Likewise.
11332         * lib/pagealign_alloc.c: Likewise.
11333         * lib/pagealign_alloc.h: Likewise.
11334         * lib/physmem.c: Likewise.
11335         * lib/physmem.h: Likewise.
11336         * lib/pipe-safer.c: Likewise.
11337         * lib/pipe.c: Likewise.
11338         * lib/pipe.h: Likewise.
11339         * lib/posixtm.c: Likewise.
11340         * lib/posixtm.h: Likewise.
11341         * lib/posixver.c: Likewise.
11342         * lib/printf-frexp.c: Likewise.
11343         * lib/printf-frexp.h: Likewise.
11344         * lib/printf-frexpl.c: Likewise.
11345         * lib/printf-frexpl.h: Likewise.
11346         * lib/printf.c: Likewise.
11347         * lib/progname.c: Likewise.
11348         * lib/progname.h: Likewise.
11349         * lib/progreloc.c: Likewise.
11350         * lib/putenv.c: Likewise.
11351         * lib/quote.c: Likewise.
11352         * lib/quote.h: Likewise.
11353         * lib/quotearg.c: Likewise.
11354         * lib/quotearg.h: Likewise.
11355         * lib/raise.c: Likewise.
11356         * lib/readline.c: Likewise.
11357         * lib/readline.h: Likewise.
11358         * lib/readlink.c: Likewise.
11359         * lib/readtokens.c: Likewise.
11360         * lib/readtokens.h: Likewise.
11361         * lib/readtokens0.c: Likewise.
11362         * lib/readtokens0.h: Likewise.
11363         * lib/readutmp.c: Likewise.
11364         * lib/readutmp.h: Likewise.
11365         * lib/realloc.c: Likewise.
11366         * lib/relocwrapper.c: Likewise.
11367         * lib/rename-dest-slash.c: Likewise.
11368         * lib/rename.c: Likewise.
11369         * lib/rmdir.c: Likewise.
11370         * lib/rpmatch.c: Likewise.
11371         * lib/safe-read.c: Likewise.
11372         * lib/safe-read.h: Likewise.
11373         * lib/safe-write.c: Likewise.
11374         * lib/safe-write.h: Likewise.
11375         * lib/same-inode.h: Likewise.
11376         * lib/same.c: Likewise.
11377         * lib/same.h: Likewise.
11378         * lib/save-cwd.c: Likewise.
11379         * lib/save-cwd.h: Likewise.
11380         * lib/savedir.c: Likewise.
11381         * lib/savedir.h: Likewise.
11382         * lib/savewd.c: Likewise.
11383         * lib/savewd.h: Likewise.
11384         * lib/search.in.h: Likewise.
11385         * lib/setenv.c: Likewise.
11386         * lib/setenv.h: Likewise.
11387         * lib/settime.c: Likewise.
11388         * lib/sh-quote.c: Likewise.
11389         * lib/sh-quote.h: Likewise.
11390         * lib/sig2str.c: Likewise.
11391         * lib/sig2str.h: Likewise.
11392         * lib/signal.in.h: Likewise.
11393         * lib/signbitd.c: Likewise.
11394         * lib/signbitf.c: Likewise.
11395         * lib/signbitl.c: Likewise.
11396         * lib/sigprocmask.c: Likewise.
11397         * lib/sincosl.c: Likewise.
11398         * lib/sleep.c: Likewise.
11399         * lib/sprintf.c: Likewise.
11400         * lib/sqrtl.c: Likewise.
11401         * lib/stat-time.h: Likewise.
11402         * lib/stdio--.h: Likewise.
11403         * lib/stdio-safer.h: Likewise.
11404         * lib/stdlib--.h: Likewise.
11405         * lib/stdlib-safer.h: Likewise.
11406         * lib/stdlib.in.h: Likewise.
11407         * lib/stpcpy.c: Likewise.
11408         * lib/stpncpy.c: Likewise.
11409         * lib/strchrnul.c: Likewise.
11410         * lib/strcspn.c: Likewise.
11411         * lib/strerror.c: Likewise.
11412         * lib/strftime.c: Likewise.
11413         * lib/strftime.h: Likewise.
11414         * lib/striconveh.c: Likewise.
11415         * lib/striconveh.h: Likewise.
11416         * lib/striconveha.c: Likewise.
11417         * lib/striconveha.h: Likewise.
11418         * lib/stripslash.c: Likewise.
11419         * lib/strnlen1.c: Likewise.
11420         * lib/strnlen1.h: Likewise.
11421         * lib/strtod.c: Likewise.
11422         * lib/strtoimax.c: Likewise.
11423         * lib/strtok_r.c: Likewise.
11424         * lib/strtol.c: Likewise.
11425         * lib/strtoll.c: Likewise.
11426         * lib/strtoul.c: Likewise.
11427         * lib/strtoull.c: Likewise.
11428         * lib/sysexits.in.h: Likewise.
11429         * lib/tempname.c: Likewise.
11430         * lib/tempname.h: Likewise.
11431         * lib/timespec.h: Likewise.
11432         * lib/tls.c: Likewise.
11433         * lib/tls.h: Likewise.
11434         * lib/tmpdir.c: Likewise.
11435         * lib/tmpdir.h: Likewise.
11436         * lib/tmpfile-safer.c: Likewise.
11437         * lib/tmpfile.c: Likewise.
11438         * lib/trigl.c: Likewise.
11439         * lib/trigl.h: Likewise.
11440         * lib/trim.c: Likewise.
11441         * lib/trim.h: Likewise.
11442         * lib/trunc.c: Likewise.
11443         * lib/truncf.c: Likewise.
11444         * lib/truncl.c: Likewise.
11445         * lib/tsearch.c: Likewise.
11446         * lib/unicodeio.c: Likewise.
11447         * lib/unicodeio.h: Likewise.
11448         * lib/unistd--.h: Likewise.
11449         * lib/unistd-safer.h: Likewise.
11450         * lib/unistdio/ulc-fprintf.c: Likewise.
11451         * lib/unistdio/ulc-vfprintf.c: Likewise.
11452         * lib/unlinkdir.c: Likewise.
11453         * lib/unlinkdir.h: Likewise.
11454         * lib/unlocked-io.h: Likewise.
11455         * lib/unsetenv.c: Likewise.
11456         * lib/userspec.c: Likewise.
11457         * lib/utime.c: Likewise.
11458         * lib/utimecmp.c: Likewise.
11459         * lib/utimecmp.h: Likewise.
11460         * lib/utimens.c: Likewise.
11461         * lib/verify.h: Likewise.
11462         * lib/verror.c: Likewise.
11463         * lib/verror.h: Likewise.
11464         * lib/version-etc-fsf.c: Likewise.
11465         * lib/version-etc.c: Likewise.
11466         * lib/version-etc.h: Likewise.
11467         * lib/vfprintf.c: Likewise.
11468         * lib/vprintf.c: Likewise.
11469         * lib/vsprintf.c: Likewise.
11470         * lib/w32spawn.h: Likewise.
11471         * lib/wait-process.c: Likewise.
11472         * lib/wait-process.h: Likewise.
11473         * lib/wcwidth.c: Likewise.
11474         * lib/write-any-file.c: Likewise.
11475         * lib/xalloc-die.c: Likewise.
11476         * lib/xalloc.h: Likewise.
11477         * lib/xasprintf.c: Likewise.
11478         * lib/xgetcwd.c: Likewise.
11479         * lib/xgetcwd.h: Likewise.
11480         * lib/xgetdomainname.c: Likewise.
11481         * lib/xgetdomainname.h: Likewise.
11482         * lib/xgethostname.c: Likewise.
11483         * lib/xmalloc.c: Likewise.
11484         * lib/xmalloca.c: Likewise.
11485         * lib/xmalloca.h: Likewise.
11486         * lib/xmemcoll.c: Likewise.
11487         * lib/xnanosleep.c: Likewise.
11488         * lib/xreadlink.c: Likewise.
11489         * lib/xreadlink.h: Likewise.
11490         * lib/xsetenv.c: Likewise.
11491         * lib/xsetenv.h: Likewise.
11492         * lib/xstriconv.c: Likewise.
11493         * lib/xstriconv.h: Likewise.
11494         * lib/xstrndup.c: Likewise.
11495         * lib/xstrndup.h: Likewise.
11496         * lib/xstrtod.c: Likewise.
11497         * lib/xstrtod.h: Likewise.
11498         * lib/xstrtol-error.c: Likewise.
11499         * lib/xstrtol.c: Likewise.
11500         * lib/xstrtol.h: Likewise.
11501         * lib/xtime.h: Likewise.
11502         * lib/xvasprintf.c: Likewise.
11503         * lib/xvasprintf.h: Likewise.
11504         * lib/yesno.c: Likewise.
11505         * lib/yesno.h: Likewise.
11506         * posix-modules: Likewise.
11507         * tests/test-alloca-opt.c: Likewise.
11508         * tests/test-arcfour.c: Likewise.
11509         * tests/test-arctwo.c: Likewise.
11510         * tests/test-argmatch.c: Likewise.
11511         * tests/test-argp-2.sh: Likewise.
11512         * tests/test-argp.c: Likewise.
11513         * tests/test-arpa_inet.c: Likewise.
11514         * tests/test-array_list.c: Likewise.
11515         * tests/test-array_oset.c: Likewise.
11516         * tests/test-atexit.c: Likewise.
11517         * tests/test-avltree_list.c: Likewise.
11518         * tests/test-avltree_oset.c: Likewise.
11519         * tests/test-avltreehash_list.c: Likewise.
11520         * tests/test-base64.c: Likewise.
11521         * tests/test-binary-io.c: Likewise.
11522         * tests/test-byteswap.c: Likewise.
11523         * tests/test-c-ctype.c: Likewise.
11524         * tests/test-c-strcasecmp.c: Likewise.
11525         * tests/test-c-strcasestr.c: Likewise.
11526         * tests/test-c-strncasecmp.c: Likewise.
11527         * tests/test-c-strstr.c: Likewise.
11528         * tests/test-canonicalize-lgpl.c: Likewise.
11529         * tests/test-canonicalize.c: Likewise.
11530         * tests/test-carray_list.c: Likewise.
11531         * tests/test-ceilf.c: Likewise.
11532         * tests/test-ceill.c: Likewise.
11533         * tests/test-count-one-bits.c: Likewise.
11534         * tests/test-crc.c: Likewise.
11535         * tests/test-dirname.c: Likewise.
11536         * tests/test-fbufmode.c: Likewise.
11537         * tests/test-fcntl.c: Likewise.
11538         * tests/test-fflush.c: Likewise.
11539         * tests/test-floorf.c: Likewise.
11540         * tests/test-floorl.c: Likewise.
11541         * tests/test-fopen.c: Likewise.
11542         * tests/test-fprintf-posix.c: Likewise.
11543         * tests/test-fprintf-posix.h: Likewise.
11544         * tests/test-fpurge.c: Likewise.
11545         * tests/test-freadable.c: Likewise.
11546         * tests/test-freadahead.c: Likewise.
11547         * tests/test-freading.c: Likewise.
11548         * tests/test-freopen.c: Likewise.
11549         * tests/test-frexp.c: Likewise.
11550         * tests/test-frexpl.c: Likewise.
11551         * tests/test-fseek.c: Likewise.
11552         * tests/test-fseeko.c: Likewise.
11553         * tests/test-fseterr.c: Likewise.
11554         * tests/test-fstrcmp.c: Likewise.
11555         * tests/test-ftell.c: Likewise.
11556         * tests/test-ftello.c: Likewise.
11557         * tests/test-fwritable.c: Likewise.
11558         * tests/test-fwriting.c: Likewise.
11559         * tests/test-getaddrinfo.c: Likewise.
11560         * tests/test-getpass.c: Likewise.
11561         * tests/test-gettimeofday.c: Likewise.
11562         * tests/test-hmac-md5.c: Likewise.
11563         * tests/test-hmac-sha1.c: Likewise.
11564         * tests/test-iconv.c: Likewise.
11565         * tests/test-iconvme.c: Likewise.
11566         * tests/test-inttypes.c: Likewise.
11567         * tests/test-isnan.c: Likewise.
11568         * tests/test-isnanf.c: Likewise.
11569         * tests/test-isnanl-nolibm.c: Likewise.
11570         * tests/test-isnanl.c: Likewise.
11571         * tests/test-isnanl.h: Likewise.
11572         * tests/test-ldexpl.c: Likewise.
11573         * tests/test-linked_list.c: Likewise.
11574         * tests/test-linkedhash_list.c: Likewise.
11575         * tests/test-locale.c: Likewise.
11576         * tests/test-localename.c: Likewise.
11577         * tests/test-lock.c: Likewise.
11578         * tests/test-lseek.c: Likewise.
11579         * tests/test-malloca.c: Likewise.
11580         * tests/test-math.c: Likewise.
11581         * tests/test-mbscasecmp.c: Likewise.
11582         * tests/test-mbscasestr1.c: Likewise.
11583         * tests/test-mbscasestr2.c: Likewise.
11584         * tests/test-mbscasestr3.c: Likewise.
11585         * tests/test-mbscasestr4.c: Likewise.
11586         * tests/test-mbschr.c: Likewise.
11587         * tests/test-mbscspn.c: Likewise.
11588         * tests/test-mbsncasecmp.c: Likewise.
11589         * tests/test-mbspbrk.c: Likewise.
11590         * tests/test-mbspcasecmp.c: Likewise.
11591         * tests/test-mbsrchr.c: Likewise.
11592         * tests/test-mbsspn.c: Likewise.
11593         * tests/test-mbsstr1.c: Likewise.
11594         * tests/test-mbsstr2.c: Likewise.
11595         * tests/test-mbsstr3.c: Likewise.
11596         * tests/test-md5.c: Likewise.
11597         * tests/test-memmem.c: Likewise.
11598         * tests/test-netinet_in.c: Likewise.
11599         * tests/test-open.c: Likewise.
11600         * tests/test-printf-frexp.c: Likewise.
11601         * tests/test-printf-frexpl.c: Likewise.
11602         * tests/test-printf-posix.c: Likewise.
11603         * tests/test-printf-posix.h: Likewise.
11604         * tests/test-rbtree_list.c: Likewise.
11605         * tests/test-rbtree_oset.c: Likewise.
11606         * tests/test-rbtreehash_list.c: Likewise.
11607         * tests/test-read-file.c: Likewise.
11608         * tests/test-rijndael.c: Likewise.
11609         * tests/test-search.c: Likewise.
11610         * tests/test-signbit.c: Likewise.
11611         * tests/test-sleep.c: Likewise.
11612         * tests/test-snprintf-posix.c: Likewise.
11613         * tests/test-snprintf-posix.h: Likewise.
11614         * tests/test-snprintf.c: Likewise.
11615         * tests/test-sprintf-posix.c: Likewise.
11616         * tests/test-sprintf-posix.h: Likewise.
11617         * tests/test-stat-time.c: Likewise.
11618         * tests/test-stdbool.c: Likewise.
11619         * tests/test-stdint.c: Likewise.
11620         * tests/test-stdio.c: Likewise.
11621         * tests/test-stdlib.c: Likewise.
11622         * tests/test-stpncpy.c: Likewise.
11623         * tests/test-strcasestr.c: Likewise.
11624         * tests/test-striconv.c: Likewise.
11625         * tests/test-striconveh.c: Likewise.
11626         * tests/test-striconveha.c: Likewise.
11627         * tests/test-string.c: Likewise.
11628         * tests/test-sys_select.c: Likewise.
11629         * tests/test-sys_socket.c: Likewise.
11630         * tests/test-sys_stat.c: Likewise.
11631         * tests/test-sys_time.c: Likewise.
11632         * tests/test-sysexits.c: Likewise.
11633         * tests/test-time.c: Likewise.
11634         * tests/test-tls.c: Likewise.
11635         * tests/test-trunc.c: Likewise.
11636         * tests/test-truncf.c: Likewise.
11637         * tests/test-truncl.c: Likewise.
11638         * tests/test-unistd.c: Likewise.
11639         * tests/test-vasnprintf-posix.c: Likewise.
11640         * tests/test-vasnprintf-posix2.c: Likewise.
11641         * tests/test-vasnprintf.c: Likewise.
11642         * tests/test-vasprintf-posix.c: Likewise.
11643         * tests/test-vasprintf.c: Likewise.
11644         * tests/test-verify.c: Likewise.
11645         * tests/test-vfprintf-posix.c: Likewise.
11646         * tests/test-vprintf-posix.c: Likewise.
11647         * tests/test-vsnprintf-posix.c: Likewise.
11648         * tests/test-vsnprintf.c: Likewise.
11649         * tests/test-vsprintf-posix.c: Likewise.
11650         * tests/test-wchar.c: Likewise.
11651         * tests/test-wctype.c: Likewise.
11652         * tests/test-wcwidth.c: Likewise.
11653         * tests/test-xstrtol.c: Likewise.
11654         * tests/test-xvasprintf.c: Likewise.
11655         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
11656         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
11657         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
11658         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
11659         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
11660         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
11661         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
11662         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
11663         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
11664         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
11665         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
11666         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
11667         * tests/uniname/test-uninames.c: Likewise.
11668         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
11669         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
11670         * tests/unistdio/test-u16-printf1.h: Likewise.
11671         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
11672         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
11673         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
11674         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
11675         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
11676         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
11677         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
11678         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
11679         * tests/unistdio/test-u32-printf1.h: Likewise.
11680         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
11681         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
11682         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
11683         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
11684         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
11685         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
11686         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
11687         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
11688         * tests/unistdio/test-u8-printf1.h: Likewise.
11689         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
11690         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
11691         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
11692         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
11693         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
11694         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
11695         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
11696         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
11697         * tests/unistdio/test-ulc-printf1.h: Likewise.
11698         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
11699         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
11700         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
11701         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
11702         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
11703         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
11704         * tests/uniwidth/test-u16-strwidth.c: Likewise.
11705         * tests/uniwidth/test-u16-width.c: Likewise.
11706         * tests/uniwidth/test-u32-strwidth.c: Likewise.
11707         * tests/uniwidth/test-u32-width.c: Likewise.
11708         * tests/uniwidth/test-u8-strwidth.c: Likewise.
11709         * tests/uniwidth/test-u8-width.c: Likewise.
11710         * tests/uniwidth/test-uc_width.c: Likewise.
11711         * config/srclist-update: Likewise.
11712         (fixlicense): Update to GPLv3+.
11713
11714         Change copyright notice from LGPLv2.1+ to LGPLv3+.
11715         * tests/test-tsearch.c: Change copyright notice.
11716
11717         Change copyright notice from LGPLv2.0+ to LGPLv3+.
11718         * lib/c-strcaseeq.h: Change copyright notice.
11719         * lib/streq.h: Likewise.
11720         * lib/uniconv.h: Likewise.
11721         * lib/uniconv/u-conv-from-enc.h: Likewise.
11722         * lib/uniconv/u-conv-to-enc.h: Likewise.
11723         * lib/uniconv/u-strconv-from-enc.h: Likewise.
11724         * lib/uniconv/u-strconv-to-enc.h: Likewise.
11725         * lib/uniconv/u16-conv-from-enc.c: Likewise.
11726         * lib/uniconv/u16-conv-to-enc.c: Likewise.
11727         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
11728         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
11729         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
11730         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
11731         * lib/uniconv/u32-conv-from-enc.c: Likewise.
11732         * lib/uniconv/u32-conv-to-enc.c: Likewise.
11733         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
11734         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
11735         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
11736         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
11737         * lib/uniconv/u8-conv-from-enc.c: Likewise.
11738         * lib/uniconv/u8-conv-to-enc.c: Likewise.
11739         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
11740         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
11741         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
11742         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
11743         * lib/uniname.h: Likewise.
11744         * lib/uniname/uniname.c: Likewise.
11745         * lib/unistdio.h: Likewise.
11746         * lib/unistdio/u-asnprintf.h: Likewise.
11747         * lib/unistdio/u-asprintf.h: Likewise.
11748         * lib/unistdio/u-printf-args.c: Likewise.
11749         * lib/unistdio/u-printf-args.h: Likewise.
11750         * lib/unistdio/u-printf-parse.h: Likewise.
11751         * lib/unistdio/u-snprintf.h: Likewise.
11752         * lib/unistdio/u-sprintf.h: Likewise.
11753         * lib/unistdio/u-vasprintf.h: Likewise.
11754         * lib/unistdio/u-vsnprintf.h: Likewise.
11755         * lib/unistdio/u-vsprintf.h: Likewise.
11756         * lib/unistdio/u16-asnprintf.c: Likewise.
11757         * lib/unistdio/u16-asprintf.c: Likewise.
11758         * lib/unistdio/u16-printf-parse.c: Likewise.
11759         * lib/unistdio/u16-snprintf.c: Likewise.
11760         * lib/unistdio/u16-sprintf.c: Likewise.
11761         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
11762         * lib/unistdio/u16-u16-asprintf.c: Likewise.
11763         * lib/unistdio/u16-u16-snprintf.c: Likewise.
11764         * lib/unistdio/u16-u16-sprintf.c: Likewise.
11765         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
11766         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
11767         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
11768         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
11769         * lib/unistdio/u16-vasnprintf.c: Likewise.
11770         * lib/unistdio/u16-vasprintf.c: Likewise.
11771         * lib/unistdio/u16-vsnprintf.c: Likewise.
11772         * lib/unistdio/u16-vsprintf.c: Likewise.
11773         * lib/unistdio/u32-asnprintf.c: Likewise.
11774         * lib/unistdio/u32-asprintf.c: Likewise.
11775         * lib/unistdio/u32-printf-parse.c: Likewise.
11776         * lib/unistdio/u32-snprintf.c: Likewise.
11777         * lib/unistdio/u32-sprintf.c: Likewise.
11778         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
11779         * lib/unistdio/u32-u32-asprintf.c: Likewise.
11780         * lib/unistdio/u32-u32-snprintf.c: Likewise.
11781         * lib/unistdio/u32-u32-sprintf.c: Likewise.
11782         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
11783         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
11784         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
11785         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
11786         * lib/unistdio/u32-vasnprintf.c: Likewise.
11787         * lib/unistdio/u32-vasprintf.c: Likewise.
11788         * lib/unistdio/u32-vsnprintf.c: Likewise.
11789         * lib/unistdio/u32-vsprintf.c: Likewise.
11790         * lib/unistdio/u8-asnprintf.c: Likewise.
11791         * lib/unistdio/u8-asprintf.c: Likewise.
11792         * lib/unistdio/u8-printf-parse.c: Likewise.
11793         * lib/unistdio/u8-snprintf.c: Likewise.
11794         * lib/unistdio/u8-sprintf.c: Likewise.
11795         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
11796         * lib/unistdio/u8-u8-asprintf.c: Likewise.
11797         * lib/unistdio/u8-u8-snprintf.c: Likewise.
11798         * lib/unistdio/u8-u8-sprintf.c: Likewise.
11799         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
11800         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
11801         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
11802         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
11803         * lib/unistdio/u8-vasnprintf.c: Likewise.
11804         * lib/unistdio/u8-vasprintf.c: Likewise.
11805         * lib/unistdio/u8-vsnprintf.c: Likewise.
11806         * lib/unistdio/u8-vsprintf.c: Likewise.
11807         * lib/unistdio/ulc-asnprintf.c: Likewise.
11808         * lib/unistdio/ulc-asprintf.c: Likewise.
11809         * lib/unistdio/ulc-printf-parse.c: Likewise.
11810         * lib/unistdio/ulc-snprintf.c: Likewise.
11811         * lib/unistdio/ulc-sprintf.c: Likewise.
11812         * lib/unistdio/ulc-vasnprintf.c: Likewise.
11813         * lib/unistdio/ulc-vasprintf.c: Likewise.
11814         * lib/unistdio/ulc-vsnprintf.c: Likewise.
11815         * lib/unistdio/ulc-vsprintf.c: Likewise.
11816         * lib/unistr.h: Likewise.
11817         * lib/unistr/u-cpy-alloc.h: Likewise.
11818         * lib/unistr/u-cpy.h: Likewise.
11819         * lib/unistr/u-endswith.h: Likewise.
11820         * lib/unistr/u-move.h: Likewise.
11821         * lib/unistr/u-set.h: Likewise.
11822         * lib/unistr/u-startswith.h: Likewise.
11823         * lib/unistr/u-stpcpy.h: Likewise.
11824         * lib/unistr/u-stpncpy.h: Likewise.
11825         * lib/unistr/u-strcat.h: Likewise.
11826         * lib/unistr/u-strcpy.h: Likewise.
11827         * lib/unistr/u-strcspn.h: Likewise.
11828         * lib/unistr/u-strdup.h: Likewise.
11829         * lib/unistr/u-strlen.h: Likewise.
11830         * lib/unistr/u-strncat.h: Likewise.
11831         * lib/unistr/u-strncpy.h: Likewise.
11832         * lib/unistr/u-strnlen.h: Likewise.
11833         * lib/unistr/u-strpbrk.h: Likewise.
11834         * lib/unistr/u-strspn.h: Likewise.
11835         * lib/unistr/u-strstr.h: Likewise.
11836         * lib/unistr/u-strtok.h: Likewise.
11837         * lib/unistr/u16-check.c: Likewise.
11838         * lib/unistr/u16-chr.c: Likewise.
11839         * lib/unistr/u16-cmp.c: Likewise.
11840         * lib/unistr/u16-cpy-alloc.c: Likewise.
11841         * lib/unistr/u16-cpy.c: Likewise.
11842         * lib/unistr/u16-endswith.c: Likewise.
11843         * lib/unistr/u16-mblen.c: Likewise.
11844         * lib/unistr/u16-mbsnlen.c: Likewise.
11845         * lib/unistr/u16-mbtouc-aux.c: Likewise.
11846         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
11847         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
11848         * lib/unistr/u16-mbtouc.c: Likewise.
11849         * lib/unistr/u16-mbtoucr.c: Likewise.
11850         * lib/unistr/u16-move.c: Likewise.
11851         * lib/unistr/u16-next.c: Likewise.
11852         * lib/unistr/u16-prev.c: Likewise.
11853         * lib/unistr/u16-set.c: Likewise.
11854         * lib/unistr/u16-startswith.c: Likewise.
11855         * lib/unistr/u16-stpcpy.c: Likewise.
11856         * lib/unistr/u16-stpncpy.c: Likewise.
11857         * lib/unistr/u16-strcat.c: Likewise.
11858         * lib/unistr/u16-strchr.c: Likewise.
11859         * lib/unistr/u16-strcmp.c: Likewise.
11860         * lib/unistr/u16-strcpy.c: Likewise.
11861         * lib/unistr/u16-strcspn.c: Likewise.
11862         * lib/unistr/u16-strdup.c: Likewise.
11863         * lib/unistr/u16-strlen.c: Likewise.
11864         * lib/unistr/u16-strmblen.c: Likewise.
11865         * lib/unistr/u16-strmbtouc.c: Likewise.
11866         * lib/unistr/u16-strncat.c: Likewise.
11867         * lib/unistr/u16-strncmp.c: Likewise.
11868         * lib/unistr/u16-strncpy.c: Likewise.
11869         * lib/unistr/u16-strnlen.c: Likewise.
11870         * lib/unistr/u16-strpbrk.c: Likewise.
11871         * lib/unistr/u16-strrchr.c: Likewise.
11872         * lib/unistr/u16-strspn.c: Likewise.
11873         * lib/unistr/u16-strstr.c: Likewise.
11874         * lib/unistr/u16-strtok.c: Likewise.
11875         * lib/unistr/u16-to-u32.c: Likewise.
11876         * lib/unistr/u16-to-u8.c: Likewise.
11877         * lib/unistr/u16-uctomb-aux.c: Likewise.
11878         * lib/unistr/u16-uctomb.c: Likewise.
11879         * lib/unistr/u32-check.c: Likewise.
11880         * lib/unistr/u32-chr.c: Likewise.
11881         * lib/unistr/u32-cmp.c: Likewise.
11882         * lib/unistr/u32-cpy-alloc.c: Likewise.
11883         * lib/unistr/u32-cpy.c: Likewise.
11884         * lib/unistr/u32-endswith.c: Likewise.
11885         * lib/unistr/u32-mblen.c: Likewise.
11886         * lib/unistr/u32-mbsnlen.c: Likewise.
11887         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
11888         * lib/unistr/u32-mbtouc.c: Likewise.
11889         * lib/unistr/u32-mbtoucr.c: Likewise.
11890         * lib/unistr/u32-move.c: Likewise.
11891         * lib/unistr/u32-next.c: Likewise.
11892         * lib/unistr/u32-prev.c: Likewise.
11893         * lib/unistr/u32-set.c: Likewise.
11894         * lib/unistr/u32-startswith.c: Likewise.
11895         * lib/unistr/u32-stpcpy.c: Likewise.
11896         * lib/unistr/u32-stpncpy.c: Likewise.
11897         * lib/unistr/u32-strcat.c: Likewise.
11898         * lib/unistr/u32-strchr.c: Likewise.
11899         * lib/unistr/u32-strcmp.c: Likewise.
11900         * lib/unistr/u32-strcpy.c: Likewise.
11901         * lib/unistr/u32-strcspn.c: Likewise.
11902         * lib/unistr/u32-strdup.c: Likewise.
11903         * lib/unistr/u32-strlen.c: Likewise.
11904         * lib/unistr/u32-strmblen.c: Likewise.
11905         * lib/unistr/u32-strmbtouc.c: Likewise.
11906         * lib/unistr/u32-strncat.c: Likewise.
11907         * lib/unistr/u32-strncmp.c: Likewise.
11908         * lib/unistr/u32-strncpy.c: Likewise.
11909         * lib/unistr/u32-strnlen.c: Likewise.
11910         * lib/unistr/u32-strpbrk.c: Likewise.
11911         * lib/unistr/u32-strrchr.c: Likewise.
11912         * lib/unistr/u32-strspn.c: Likewise.
11913         * lib/unistr/u32-strstr.c: Likewise.
11914         * lib/unistr/u32-strtok.c: Likewise.
11915         * lib/unistr/u32-to-u16.c: Likewise.
11916         * lib/unistr/u32-to-u8.c: Likewise.
11917         * lib/unistr/u32-uctomb.c: Likewise.
11918         * lib/unistr/u8-check.c: Likewise.
11919         * lib/unistr/u8-chr.c: Likewise.
11920         * lib/unistr/u8-cmp.c: Likewise.
11921         * lib/unistr/u8-cpy-alloc.c: Likewise.
11922         * lib/unistr/u8-cpy.c: Likewise.
11923         * lib/unistr/u8-endswith.c: Likewise.
11924         * lib/unistr/u8-mblen.c: Likewise.
11925         * lib/unistr/u8-mbsnlen.c: Likewise.
11926         * lib/unistr/u8-mbtouc-aux.c: Likewise.
11927         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
11928         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
11929         * lib/unistr/u8-mbtouc.c: Likewise.
11930         * lib/unistr/u8-mbtoucr.c: Likewise.
11931         * lib/unistr/u8-move.c: Likewise.
11932         * lib/unistr/u8-next.c: Likewise.
11933         * lib/unistr/u8-prev.c: Likewise.
11934         * lib/unistr/u8-set.c: Likewise.
11935         * lib/unistr/u8-startswith.c: Likewise.
11936         * lib/unistr/u8-stpcpy.c: Likewise.
11937         * lib/unistr/u8-stpncpy.c: Likewise.
11938         * lib/unistr/u8-strcat.c: Likewise.
11939         * lib/unistr/u8-strchr.c: Likewise.
11940         * lib/unistr/u8-strcmp.c: Likewise.
11941         * lib/unistr/u8-strcpy.c: Likewise.
11942         * lib/unistr/u8-strcspn.c: Likewise.
11943         * lib/unistr/u8-strdup.c: Likewise.
11944         * lib/unistr/u8-strlen.c: Likewise.
11945         * lib/unistr/u8-strmblen.c: Likewise.
11946         * lib/unistr/u8-strmbtouc.c: Likewise.
11947         * lib/unistr/u8-strncat.c: Likewise.
11948         * lib/unistr/u8-strncmp.c: Likewise.
11949         * lib/unistr/u8-strncpy.c: Likewise.
11950         * lib/unistr/u8-strnlen.c: Likewise.
11951         * lib/unistr/u8-strpbrk.c: Likewise.
11952         * lib/unistr/u8-strrchr.c: Likewise.
11953         * lib/unistr/u8-strspn.c: Likewise.
11954         * lib/unistr/u8-strstr.c: Likewise.
11955         * lib/unistr/u8-strtok.c: Likewise.
11956         * lib/unistr/u8-to-u16.c: Likewise.
11957         * lib/unistr/u8-to-u32.c: Likewise.
11958         * lib/unistr/u8-uctomb-aux.c: Likewise.
11959         * lib/unistr/u8-uctomb.c: Likewise.
11960         * lib/unitypes.h: Likewise.
11961         * lib/uniwidth.h: Likewise.
11962         * lib/uniwidth/cjk.h: Likewise.
11963         * lib/uniwidth/u16-strwidth.c: Likewise.
11964         * lib/uniwidth/u16-width.c: Likewise.
11965         * lib/uniwidth/u32-strwidth.c: Likewise.
11966         * lib/uniwidth/u32-width.c: Likewise.
11967         * lib/uniwidth/u8-strwidth.c: Likewise.
11968         * lib/uniwidth/u8-width.c: Likewise.
11969         * lib/uniwidth/width.c: Likewise.
11970
11971 2007-10-07  Bruno Haible  <bruno@clisp.org>
11972
11973         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
11974         The file is still under LGPL (see modules/inttypes).
11975
11976 2007-10-06  Bruno Haible  <bruno@clisp.org>
11977
11978         * modules/trunc (Dependencies): Add 'extensions'.
11979         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
11980         Reported by Ben Pfaff <blp@gnu.org>.
11981
11982 2007-10-06  Bruno Haible  <bruno@clisp.org>
11983
11984         * modules/freopen-tests: New file.
11985         * tests/test-freopen.c: New file.
11986
11987         * modules/fopen-tests: New file.
11988         * tests/test-fopen.c: New file.
11989
11990         * modules/fopen: New file.
11991         * lib/fopen.c: New file.
11992         * m4/fopen.m4: New file.
11993         * modules/freopen: New file.
11994         * lib/freopen.c: New file.
11995         * m4/freopen.m4: New file.
11996         * lib/stdio.in.h (fopen, freopen): New declarations.
11997         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
11998         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
11999         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
12000         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12001         * doc/functions/fopen.texi: Mention the 'fopen' module.
12002         * doc/functions/freopen.texi: Mention the 'freopen' module.
12003
12004 2007-10-06  Bruno Haible  <bruno@clisp.org>
12005
12006         * modules/open-tests: New file.
12007         * tests/test-open.c: New file.
12008
12009         * modules/open: New file.
12010         * lib/open.c: New file.
12011         * m4/open.m4: New file.
12012         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
12013         lib/open.c does.
12014         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
12015         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
12016         macros.
12017         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
12018         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
12019         REPLACE_OPEN.
12020         * doc/functions/open.texi: Mention the 'open' module.
12021
12022 2007-10-04  Bruno Haible  <bruno@clisp.org>
12023
12024         * modules/ceill-tests: New file.
12025         * tests/test-ceill.c: New file.
12026
12027         * modules/ceill: New file.
12028         * lib/ceill.c: Replace entire file.
12029         * m4/ceill.m4: New file.
12030         * lib/math.in.h (ceill): Replace declaration.
12031         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
12032         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
12033         * doc/functions/ceill.texi: Mention the 'ceill' module.
12034         * modules/mathl (Files): Remove lib/ceill.c.
12035         (Depends-on): Add ceill.
12036
12037 2007-10-04  Bruno Haible  <bruno@clisp.org>
12038
12039         * modules/ceilf-tests: New file.
12040         * tests/test-ceilf.c: New file.
12041
12042         * modules/ceilf: New file.
12043         * lib/ceil.c: New file.
12044         * lib/ceilf.c: New file.
12045         * m4/ceilf.m4: New file.
12046         * lib/math.in.h (ceilf): New declaration.
12047         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
12048         HAVE_DECL_CEILF.
12049         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
12050         HAVE_DECL_CEILF.
12051         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
12052
12053 2007-10-04  Bruno Haible  <bruno@clisp.org>
12054
12055         * modules/floorl-tests: New file.
12056         * tests/test-floorl.c: New file.
12057
12058         * modules/floorl: New file.
12059         * lib/floorl.c: Replace entire file.
12060         * m4/floorl.m4: New file.
12061         * lib/math.in.h (floorl): Replace declaration.
12062         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
12063         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
12064         * doc/functions/floorl.texi: Mention the 'floorl' module.
12065         * modules/mathl (Files): Remove lib/floorl.c.
12066         (Depends-on): Add floorl.
12067
12068 2007-10-04  Bruno Haible  <bruno@clisp.org>
12069
12070         * modules/floorf-tests: New file.
12071         * tests/test-floorf.c: New file.
12072
12073         * modules/floorf: New file.
12074         * lib/floor.c: New file.
12075         * lib/floorf.c: New file.
12076         * m4/floorf.m4: New file.
12077         * lib/math.in.h (floorf): New declaration.
12078         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
12079         HAVE_DECL_FLOORF.
12080         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
12081         HAVE_DECL_FLOORF.
12082         * doc/functions/floorf.texi: Mention the 'floorf' module.
12083
12084 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
12085             Bruno Haible  <bruno@clisp.org>
12086
12087         Advertise for the Git server instead of the CVS server.
12088         * doc/gnulib-intro.texi (Steady Development): Mention the Git
12089         repository instead of the CVS one.
12090         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
12091         about all VCS systems generically.
12092         * doc/gnulib.texi (Introduction): Capitalize `Git'.
12093
12094 2007-10-04  Bruno Haible  <bruno@clisp.org>
12095
12096         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
12097         means.
12098         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
12099
12100 2007-10-04  Bruno Haible  <bruno@clisp.org>
12101
12102         * modules/truncl-tests: New file.
12103         * tests/test-truncl.c: New file.
12104
12105         * modules/truncl: New file.
12106         * lib/truncl.c: New file.
12107         * m4/truncl.m4: New file.
12108         * lib/math.in.h (truncl): New declaration.
12109         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
12110         HAVE_DECL_TRUNCL.
12111         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
12112         HAVE_DECL_TRUNCL.
12113         * doc/functions/truncl.texi: Mention the 'truncl' module.
12114
12115 2007-10-04  Bruno Haible  <bruno@clisp.org>
12116
12117         * modules/truncf-tests: New file.
12118         * tests/test-truncf.c: New file.
12119
12120         * modules/truncf: New file.
12121         * lib/trunc.c: Make paramerizable through USE_* macros.
12122         * lib/truncf.c: New file.
12123         * m4/truncf.m4: New file.
12124         * lib/math.in.h (truncf): New declaration.
12125         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
12126         HAVE_DECL_TRUNCF.
12127         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
12128         HAVE_DECL_TRUNCF.
12129         * doc/functions/truncf.texi: Mention the 'truncf' module.
12130
12131 2007-10-03  Bruno Haible  <bruno@clisp.org>
12132
12133         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
12134         augmentation also for tests modules.
12135         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
12136         * modules/atexit-tests (Makefile.am): Likewise.
12137         * modules/binary-io-tests (Makefile.am): Likewise.
12138         * modules/c-strcase-tests (Makefile.am): Likewise.
12139         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
12140         * modules/canonicalize-tests (Makefile.am): Likewise.
12141         * modules/closein-tests (Makefile.am): Likewise.
12142         * modules/fprintf-posix-tests (Makefile.am): Likewise.
12143         * modules/freadahead-tests (Makefile.am): Likewise.
12144         * modules/fseek-tests (Makefile.am): Likewise.
12145         * modules/fseeko-tests (Makefile.am): Likewise.
12146         * modules/ftell-tests (Makefile.am): Likewise.
12147         * modules/ftello-tests (Makefile.am): Likewise.
12148         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
12149         * modules/isnanl-tests (Makefile.am): Likewise.
12150         * modules/lseek-tests (Makefile.am): Likewise.
12151         * modules/mbscasecmp-tests (Makefile.am): Likewise.
12152         * modules/mbscasestr-tests (Makefile.am): Likewise.
12153         * modules/mbschr-tests (Makefile.am): Likewise.
12154         * modules/mbscspn-tests (Makefile.am): Likewise.
12155         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
12156         * modules/mbspbrk-tests (Makefile.am): Likewise.
12157         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
12158         * modules/mbsrchr-tests (Makefile.am): Likewise.
12159         * modules/mbsspn-tests (Makefile.am): Likewise.
12160         * modules/mbsstr-tests (Makefile.am): Likewise.
12161         * modules/printf-posix-tests (Makefile.am): Likewise.
12162         * modules/snprintf-posix-tests (Makefile.am): Likewise.
12163         * modules/sprintf-posix-tests (Makefile.am): Likewise.
12164         * modules/tsearch-tests (Makefile.am): Likewise.
12165         * modules/uniname/uniname-tests (Makefile.am): Likewise.
12166         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
12167         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
12168         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
12169         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
12170         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
12171         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
12172         * modules/vprintf-posix-tests (Makefile.am): Likewise.
12173         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
12174         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
12175         * modules/xstrtoimax-tests (Makefile.am): Likewise.
12176         * modules/xstrtol-tests (Makefile.am): Likewise.
12177         * modules/xstrtoumax-tests (Makefile.am): Likewise.
12178         * modules/yesno-tests (Makefile.am): Likewise.
12179
12180 2007-10-03  Bruno Haible  <bruno@clisp.org>
12181
12182         * modules/trunc-tests: New file.
12183         * tests/test-trunc.c: New file.
12184
12185         * modules/trunc: New file.
12186         * lib/trunc.c: New file.
12187         * m4/trunc.m4: New file.
12188         * lib/math.in.h (trunc): New declaration.
12189         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
12190         HAVE_DECL_TRUNC.
12191         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
12192         HAVE_DECL_TRUNC.
12193         * doc/functions/trunc.texi: Mention the 'trunc' module.
12194
12195 2007-10-03  Bruno Haible  <bruno@clisp.org>
12196
12197         * tests/test-fpending.c: New file, mostly copied
12198         from coreutils/lib/t-fpending.c.
12199         * modules/fpending-tests: New file.
12200
12201 2007-10-03  Bruno Haible  <bruno@clisp.org>
12202
12203         Port the stdio extensions to QNX (untested).
12204         * lib/fseterr.c (fseterr): Add support for QNX.
12205         * lib/fbufmode.c (fbufmode): Likewise.
12206         * lib/freadable.c (freadable): Likewise.
12207         * lib/fwritable.c (fwritable): Likewise.
12208         * lib/freading.c (freading): Likewise.
12209         * lib/fwriting.c (fwriting): Likewise.
12210         * lib/freadahead.c (freadahed): Likewise.
12211         * lib/fpurge.c (fpurge): Likewise.
12212         * lib/fseeko.c (rpl_fseeko): Likewise.
12213
12214 2007-10-03  Bruno Haible  <bruno@clisp.org>
12215             Jim Meyering  <jim@meyering.net>
12216             Eric Blake  <ebb9@byu.net>
12217
12218         * doc/relocatable.texi: Use @command instead of @program.
12219
12220 2007-10-02  Jim Meyering  <jim@meyering.net>
12221
12222         Perform one more "_.h" -> ".in.h" substitution.
12223         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
12224         instead of unistd_.h here, too.
12225
12226 2007-10-01  Bruno Haible  <bruno@clisp.org>
12227
12228         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
12229         Needed for the alloca-opt module.
12230
12231 2007-09-30  Bruno Haible  <bruno@clisp.org>
12232
12233         * lib/alloca.in.h: Renamed from lib/alloca_.h.
12234         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
12235         alloca_.h.
12236         * lib/argz.in.h: Renamed from lib/argz_.h.
12237         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
12238         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
12239         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
12240         byteswap_.h.
12241         * lib/dirent.in.h: Renamed from lib/dirent_.h.
12242         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
12243         dirent_.h.
12244         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
12245         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
12246         fcntl_.h.
12247         * lib/float.in.h: Renamed from lib/float_.h.
12248         * modules/float (Files, Makefile.am): Use float.in.h instead of
12249         float_.h.
12250         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
12251         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
12252         fnmatch_.h.
12253         * lib/getopt.in.h: Renamed from lib/getopt_.h.
12254         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
12255         getopt_.h.
12256         * lib/glob.in.h: Renamed from lib/glob_.h.
12257         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
12258         * lib/iconv.in.h: Renamed from lib/iconv_.h.
12259         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
12260         iconv_.h.
12261         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
12262         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
12263         inttypes_.h.
12264         * lib/locale.in.h: Renamed from lib/locale_.h.
12265         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
12266         locale_.h.
12267         * lib/math.in.h: Renamed from lib/math_.h.
12268         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
12269         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
12270         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
12271         of netinet_in_.h. Add dependency.
12272         * lib/poll.in.h: Renamed from lib/poll_.h.
12273         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
12274         * lib/search.in.h: Renamed from lib/search_.h.
12275         * modules/search (Files, Makefile.am): Use search.in.h instead of
12276         search_.h.
12277         * lib/signal.in.h: Renamed from lib/signal_.h.
12278         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
12279         _signal.h.
12280         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
12281         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
12282         stdbool_.h.
12283         * lib/stdint.in.h: Renamed from lib/stdint_.h.
12284         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
12285         stdint_.h.
12286         * lib/stdio.in.h: Renamed from lib/stdio_.h.
12287         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
12288         stdio_.h.
12289         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
12290         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
12291         stdlib_.h.
12292         * lib/string.in.h: Renamed from lib/string_.h.
12293         * modules/string (Files, Makefile.am): Use string.in.h instead of
12294         string_.h.
12295         * doc/gnulib-tool.texi (Initial import): Update.
12296         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
12297         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
12298         of sys_select_.h. Add dependency.
12299         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
12300         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
12301         of sys_socket_.h.
12302         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
12303         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
12304         sys_stat_.h.
12305         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
12306         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
12307         sys_time_.h.
12308         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
12309         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
12310         sysexits_.h.
12311         * lib/time.in.h: Renamed from lib/time_.h.
12312         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
12313         * lib/unistd.in.h: Renamed from lib/unistd_.h.
12314         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
12315         unistd_.h.
12316         * lib/wchar.in.h: Renamed from lib/wchar_.h.
12317         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
12318         wchar_.h.
12319         * lib/wctype.in.h: Renamed from lib/wctype_.h.
12320         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
12321         wctype_.h.
12322         * build-aux/bootstrap (slurp): Update.
12323         * lib/.cppi-disable: Update.
12324
12325 2007-09-30  Bruno Haible  <bruno@clisp.org>
12326
12327         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
12328         Needed on BeOS.
12329
12330 2007-09-30  Bruno Haible  <bruno@clisp.org>
12331
12332         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
12333
12334 2007-09-29  Bruno Haible  <bruno@clisp.org>
12335
12336         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
12337
12338 2007-09-29  Bruno Haible  <bruno@clisp.org>
12339
12340         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
12341         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
12342         * build-aux/install-reloc: Compile also areadlink.c.
12343         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
12344
12345 2007-09-29  Bruno Haible  <bruno@clisp.org>
12346
12347         * gnulib-tool (func_emit_initmacro_done): Indentation.
12348
12349 2007-09-29  Bruno Haible  <bruno@clisp.org>
12350
12351         * README: Add CVS checkout update instructions.
12352         Info from Bob Proulx <bob@proulx.com>.
12353
12354 2007-09-28  Eric Blake  <ebb9@byu.net>
12355
12356         Provide move-if-change.
12357         * build-aux/move-if-change: New file, based on best practice
12358         rather than any canonical upstream location.
12359
12360 2007-09-28  Jim Meyering  <jim@meyering.net>
12361
12362         Fix canonicalize loop-detection corner case.
12363         Do not attempt to stat the symlink values stored via seen_triple.
12364         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
12365         on linux-2.6.18, (but not 2.6.22).
12366         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
12367         triple_compare.  The former compares dev,ino,filename, while the latter
12368         would actually stat dirname(filename) when dev and ino were equal.
12369         * lib/hash-triple.c: Install <string.h>.
12370         (STREQ): Define.
12371         (triple_compare_ino_str): New function.
12372         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
12373
12374 2007-09-28  Eric Blake  <ebb9@byu.net>
12375
12376         Enforce that AC_REPLACE_FUNCS files exist.
12377         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
12378         override check for typos.
12379
12380         Fix test-closein on Solaris 10.
12381         * tests/test-closein.c (main): Don't assume stdin can be inherited
12382         closed on all systems.
12383         * tests/test-closein.sh: Likewise.
12384         Reported by Piotr Tarnowski.
12385
12386 2007-09-28  Jim Meyering  <jim@meyering.net>
12387
12388         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
12389
12390 2007-09-27  Jim Meyering  <jim@meyering.net>
12391
12392         canonicalize: Avoid a false-positive cycle failure.
12393         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
12394         Sort.  Remove cycle-check.
12395         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
12396         not cycle-check.h.
12397         (seen_triple): New function.
12398         (canonicalize_filename_mode): Use it instead of cycle-check.
12399         * tests/test-canonicalize.c: Add a test for this bug.
12400         * tests/test-canonicalize.sh: Set up and run the test.
12401
12402         New module, file-set, from coreutils.
12403         * modules/file-set: Define it.
12404         * lib/file-set.c, lib/file-set.h: Implement.
12405
12406         New module, hash-triple, from coreutils.
12407         * modules/hash-triple: Define it.
12408         * lib/hash-triple.c, lib/hash-triple.h: Implement.
12409
12410 2007-09-25  Eric Blake  <ebb9@byu.net>
12411
12412         Fix strerror on Interix.
12413         * lib/string_.h (strerror): Declare replacement.
12414         * doc/functions/strerror.texi (strerror): Document the Interix
12415         shortcoming.
12416         * modules/string (Makefile.am): Support new hooks.
12417         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
12418         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
12419         gl_FUNC_STRERROR_SEPARATE.
12420         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
12421         * lib/strerror.c (rpl_strerror): Provide replacement.
12422         * modules/strerror (Depends-on): Add string.
12423         (configure.ac): Detect use of module.
12424         * tests/test-strerror.c: New file.
12425         * modules/strerror-tests: New test module.
12426         * modules/argp (Depends-on): Add strerror.
12427         * modules/error (Depends-on): Likewise.
12428         Reported by Martin Koeppe.
12429
12430 2007-09-24  Bruno Haible  <bruno@clisp.org>
12431
12432         * README: Update git instructions.
12433
12434 2007-09-24  Eric Blake  <ebb9@byu.net>
12435
12436         Revert fpending breakage from 2007-09-08.
12437         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
12438         __fpending.c.
12439
12440 2007-09-24  Jim Meyering  <jim@meyering.net>
12441
12442         filenamecat.c: Add a test.
12443         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
12444         showing how the function works when DIR is the empty string.
12445
12446 2007-09-21  Simon Josefsson  <simon@josefsson.org>
12447
12448         * tests/test-canonicalize.sh: Turn on executable bit.
12449
12450 2007-09-19  Eric Blake  <ebb9@byu.net>
12451
12452         * README: Update CVS instructions.
12453
12454 2007-09-18  Bruno Haible  <bruno@clisp.org>
12455
12456         * modules/areadlink: New file.
12457         * lib/areadlink.h (areadlink): New declaration.
12458         * lib/areadlink.c: New file, based on lib/xreadlink.c.
12459
12460 2007-09-17  Jim Meyering  <jim@meyering.net>
12461
12462         * lib/savewd.c (ESTALE) [!defined]: Define.
12463         Reported to be required on Interix by Martin Koeppe.
12464
12465 2007-09-17  Bruno Haible  <bruno@clisp.org>
12466
12467         * gnulib-tool (func_version): Use $version.
12468
12469 2007-09-16  Bruno Haible  <bruno@clisp.org>
12470
12471         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
12472         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
12473         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
12474         Reported by Greg Schafer <gschafer@zip.com.au>.
12475
12476 2007-09-15  Bruno Haible  <bruno@clisp.org>
12477
12478         * gnulib-tool (sed): Try a little harder to make bash understand the
12479         alias.
12480         Reported by Bruce Korb <bruce.korb@gmail.com>.
12481
12482 2007-09-13  Eric Blake  <ebb9@byu.net>
12483
12484         * ChangeLog: Remove conflict markers.
12485
12486 2007-09-13  Simon Josefsson  <simon@josefsson.org>
12487
12488         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
12489         Reported by Bruno Haible <bruno@clisp.org>.
12490
12491 2007-09-12  Bruno Haible  <bruno@clisp.org>
12492
12493         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
12494         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
12495         is not defined.
12496
12497 2007-09-12  Eric Blake  <ebb9@byu.net>
12498
12499         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
12500         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
12501         Autoconf definition.
12502         * modules/euidaccess (Depends-on): Add extensions, for
12503         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
12504         * modules/fnmatch (Depends-on): Likewise.
12505         * modules/getaddrinfo (Depends-on): Likewise.
12506         * modules/getdelim (Depends-on): Likewise.
12507         * modules/getline (Depends-on): Likewise.
12508         * modules/getsubopt (Depends-on): Likewise.
12509         * modules/gettext (Depends-on): Likewise.
12510         * modules/group-member (Depends-on): Likewise.
12511         * modules/mbchar (Depends-on): Likewise.
12512         * modules/memmem (Depends-on): Likewise.
12513         * modules/mempcpy (Depends-on): Likewise.
12514         * modules/memrchr (Depends-on): Likewise.
12515         * modules/pagealign_alloc (Depends-on): Likewise.
12516         * modules/readutmp (Depends-on): Likewise.
12517         * modules/stpcpy (Depends-on): Likewise.
12518         * modules/stpncpy (Depends-on): Likewise.
12519         * modules/strchrnul (Depends-on): Likewise.
12520         * modules/strndup (Depends-on): Likewise.
12521         * modules/strsep (Depends-on): Likewise.
12522         * modules/strverscmp (Depends-on): Likewise.
12523         * modules/vasprintf (Depends-on): Likewise.
12524         * modules/wcwidth (Depends-on): Likewise.
12525         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
12526         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
12527         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
12528         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
12529         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12530         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12531         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
12532         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12533         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
12534         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
12535         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12536         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12537         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12538         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
12539         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
12540         * m4/readutmp.m4 (gl_READUTMP): Likewise.
12541         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12542         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12543         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12544         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12545         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12546         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12547         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12548         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
12549         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
12550         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12551         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
12552         so that lock.m4 can be used in gettext without extensions module.
12553
12554 2007-09-11  Bruno Haible  <bruno@clisp.org>
12555
12556         * m4/isc-posix.m4: Remove file.
12557         Suggested by Eric Blake.
12558
12559 2007-09-11  Eric Blake  <ebb9@byu.net>
12560
12561         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
12562
12563 2007-09-10  Bruno Haible  <bruno@clisp.org>
12564
12565         * posix-modules: Fix typo in error message.
12566         Reported by Matt <mkraai@beckman.com>.
12567
12568 2007-09-09  Bruno Haible  <bruno@clisp.org>
12569
12570         * doc/functions/getdelim.texi: Update list of platforms lacking the
12571         function.
12572         * doc/functions/getline.texi: Likewise.
12573
12574 2007-09-09  Jim Meyering  <jim@meyering.net>
12575
12576         * lib/hash.c (hash_initialize): Detect calloc failure.
12577         Reported by Bruno Haible.
12578
12579 2007-09-09  Bruno Haible  <bruno@clisp.org>
12580
12581         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
12582         malloc or realloc fails.
12583
12584 2007-09-09  Bruno Haible  <bruno@clisp.org>
12585
12586         * modules/getcwd (Depends-on): Add malloc-posix.
12587         * modules/glob (Depends-on): Likewise.
12588         * modules/putenv (Depends-on): Likewise.
12589         * modules/strdup (Depends-on): Likewise.
12590         * modules/getdelim (Depends-on): Add realloc-posix.
12591         * modules/read-file (Depends-on): Likewise.
12592
12593 2007-09-09  Bruno Haible  <bruno@clisp.org>
12594
12595         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
12596         (gl_FUNC_MALLOC_POSIX): Require it.
12597         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
12598         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
12599         * modules/realloc (Files): Add m4/malloc.m4.
12600         * modules/calloc (Files): Likewise.
12601
12602 2007-09-09  Bruno Haible  <bruno@clisp.org>
12603
12604         * modules/malloc-posix: New file.
12605         * modules/malloc (Depends-on): Add malloc-posix.
12606         * lib/malloc.c: Include errno.h.
12607         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
12608         and a POSIX-compatible malloc into a single function. Set ENOMEM
12609         when returning NULL.
12610         * m4/malloc.m4: New file.
12611         * doc/functions/malloc.texi: Mention the malloc-posix module.
12612         * lib/stdlib_.h (malloc): New declaration.
12613         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12614         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
12615         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
12616         and HAVE_MALLOC_POSIX.
12617
12618 2007-09-09  Bruno Haible  <bruno@clisp.org>
12619
12620         * modules/realloc-posix: New file.
12621         * modules/realloc (Depends-on): Add realloc-posix.
12622         * lib/realloc.c: Include errno.h.
12623         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
12624         and a POSIX-compatible realloc into a single function. Set ENOMEM
12625         when returning NULL.
12626         * m4/realloc.m4: New file.
12627         * doc/functions/realloc.texi: Mention the realloc-posix module.
12628         * lib/stdlib_.h (realloc): New declaration.
12629         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12630         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
12631         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
12632         and HAVE_REALLOC_POSIX.
12633
12634 2007-09-09  Bruno Haible  <bruno@clisp.org>
12635
12636         * modules/calloc-posix: New file.
12637         * modules/calloc (Depends-on): Add calloc-posix.
12638         * lib/calloc.c: Include errno.h.
12639         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
12640         and a POSIX-compatible calloc into a single function. Set ENOMEM
12641         when returning NULL.
12642         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
12643         * doc/functions/calloc.texi: Mention the calloc-posix module.
12644         * lib/stdlib_.h (calloc): New declaration.
12645         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12646         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
12647         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
12648         and HAVE_CALLOC_POSIX.
12649
12650 2007-09-09  Bruno Haible  <bruno@clisp.org>
12651
12652         Allow for modules to show an arbitrary notice.
12653         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
12654         * gnulib-tool: New option --extract-notice.
12655         (func_usage): Document it.
12656         (sed_extract_prog): Update.
12657         (func_get_notice): New function.
12658         (func_modules_notice): New function.
12659         (func_import, func_create_testdir): Invoke it.
12660         Suggested by Jim Meyering.
12661
12662 2007-09-09  Bruno Haible  <bruno@clisp.org>
12663
12664         * gnulib-tool: New options --verbose, --quiet.
12665         (func_usage): Document them.
12666         (verbose): New variable.
12667         (func_execute_command): New function.
12668         (func_import): Don't show the module list and the file list if
12669         $verbose < 0.
12670         (func_create_testdir): Likewise. Use func_execute_command.
12671         (func_create_megatestdir): Use func_execute_command.
12672
12673 2007-09-08  Bruno Haible  <bruno@clisp.org>
12674
12675         * gnulib-tool (func_import): Prefer rsync over wget when available,
12676         for fetching the PO files.
12677
12678 2007-09-08  Bruno Haible  <bruno@clisp.org>
12679
12680         * posix-modules: New file. Portions copied from gnulib-tool.
12681         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
12682
12683 2007-09-08  Jim Meyering  <jim@meyering.net>
12684
12685         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
12686         * lib/fpending.h: Rename from __fpending.h.
12687         * lib/fpending.c: Rename from __fpending.c.
12688         Include "fpending.h", not "__fpending.h".
12689         * lib/__fpending.h, lib/__fpending.c: Remove files.
12690         * modules/fpending (Files): Reflect new file names.
12691         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
12692
12693 2007-09-08  Bruno Haible  <bruno@clisp.org>
12694
12695         * m4/inttypes-h.m4: Remove stub file.
12696
12697 2007-09-07  Simon Josefsson  <simon@josefsson.org>
12698
12699         * doc/headers/stdint.texi: Discuss #include_next issue.
12700
12701 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12702
12703         * build-aux/bootstrap: Remove obsolete comment about wget --help.
12704
12705 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12706
12707         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
12708         in variable name.
12709
12710 2007-09-03  Jim Meyering  <jim@meyering.net>
12711
12712         New module: git-version-gen.
12713         * modules/git-version-gen: New file.
12714
12715         Import changes from coreutils for bootstrap script.
12716
12717         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
12718
12719         bootstrap: uses rsync to download the .po files
12720         * build-aux/bootstrap (po_download_command_format): New global.
12721         (download_po_files): Use rsync.
12722         (update_po_files): Don't remove .po files after download,
12723         so future rsync runs can take advantage of the copies.
12724
12725         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
12726
12727         Solve the unnecessary-.po-file-regeneration problem once and for all.
12728         * build-aux/bootstrap (download_po_files): New function, renamed from
12729         get_translations.  Now, downloads, but doesn't update LINGUAS.
12730         (update_po_files): New function.
12731
12732         bootstrap: Ignore more.
12733         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
12734         uniwidth to e.g., lib/.gitignore.
12735         (slurp): Handle the sys_stat_.h -> sys mapping, too.
12736
12737         * build-aux/bootstrap: New setting: vc_ignore.
12738         (insert_sorted_if_absent): Create $file if absent.
12739         Adapt to new, possibly empty, list: $vc_ignore.
12740
12741         bootstrap: generate more ignorable names
12742         * build-aux/bootstrap (slurp): When generating ignorable names,
12743         also map .sin to .sed, .gperf to .c, and .y to .c.
12744
12745 2007-09-03  Jim Meyering  <jim@meyering.net>
12746
12747         * build-aux/git-version-gen: New file, from coreutils.  For details, see
12748         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
12749
12750 2007-09-02  Bruno Haible  <bruno@clisp.org>
12751
12752         Fix mis-recognition of 'mcs' on QNX 6.
12753         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
12754         output contains the string "Mono".
12755         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
12756         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
12757
12758 2007-09-01  Bruno Haible  <bruno@clisp.org>
12759
12760         Fix collision between uniwidth/* and linebreak modules.
12761         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
12762         u32_width): Remove declarations.
12763         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
12764         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
12765         streq3, streq2, streq1, streq0): Remove functions.
12766         (STREQ): Remove macro.
12767         (is_cjk_encoding): Remove function.
12768         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
12769         (uc_width, u8_width, u16_width, u32_width): Remove functions.
12770         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
12771         * NEWS: Document the change.
12772
12773 2007-09-01  Bruno Haible  <bruno@clisp.org>
12774
12775         * lib/streq.h: Add double-inclusion guard.
12776
12777 2007-09-01  Karl Berry  <karl@gnu.org>
12778
12779         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
12780
12781 2007-08-28  Jim Meyering  <jim@meyering.net>
12782
12783         Rename mreadlink_with_size to areadlink_with_size.
12784         * NEWS: Document the change.
12785         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
12786         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
12787         * lib/mreadlink.h: Rename this to...
12788         * lib/areadlink.h: ...this.
12789         * modules/mreadlink-with-size: Rename this to...
12790         * modules/areadlink-with-size: ...this.
12791         * lib/canonicalize.c: Reflect the renaming.
12792         * modules/canonicalize: Likewise.
12793
12794 2007-08-26  Bruno Haible  <bruno@clisp.org>
12795
12796         * gnulib-tool (func_import): When deciding which files to remove,
12797         consider also dangling symbolic links.
12798         Reported by Eric Blake.
12799
12800 2007-08-26  Bruno Haible  <bruno@clisp.org>
12801
12802         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
12803
12804 2007-08-23  Simon Josefsson  <simon@josefsson.org>
12805
12806         * lib/readline.c: Don't include getline.h, the prototype is now
12807         found in stdio.h.
12808
12809 2007-08-23  Jim Meyering  <jim@meyering.net>
12810
12811         Getdelim touchup.
12812         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
12813         around the funlockfile call, since funlockfile never sets errno.
12814         Don't set errno upon failed realloc.
12815
12816 2007-08-22  Eric Blake  <ebb9@byu.net>
12817
12818         Getline touchups.
12819         * lib/getdelim.c (getdelim): Revert regression that required *n to
12820         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
12821         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
12822         getdelim, rather than whether implementation is missing.
12823         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
12824         * lib/stdio_.h (getline): Also declare if replacement is
12825         required.
12826         * doc/functions/getdelim.texi: New file.
12827         * doc/functions/getline.texi: Likewise.
12828         * doc/gnulib.texi (Function Substitutes): Add new files.
12829         Reported by Bruno Haible.
12830
12831 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
12832
12833         * users.txt: Add Guile.
12834
12835 2007-08-22  Eric Blake  <ebb9@byu.net>
12836
12837         * tests/test-getdelim.c (main): Use remove, not unlink.
12838         * tests/test-getline.c (main): Likewise.
12839
12840         Move getline and getdelim into stdio.h, per POSIX 200x.
12841         * modules/getline (Files): Remove getline.h.
12842         (Depends-on): Add stdio.
12843         (configure.ac): Add module indicator.
12844         * modules/getdelim (Files): Remove getdelim.h.
12845         (Depends-on): Add stdio.
12846         (configure.ac): Add module indicator.
12847         * modules/stdio (Makefile.am): Work with new indicators.
12848         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
12849         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
12850         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12851         * lib/getdelim.h: Delete.
12852         * lib/getline.h: Delete.
12853         * lib/stdio_.h (getdelim, getline): Declare.
12854         * modules/getdelim-tests: New module.
12855         * modules/getline-tests: Likewise.
12856         * tests/test-getdelim.c: New file.
12857         * tests/test-getline.c: Likewise.
12858         * NEWS: Document the change.
12859         * lib/getline.c: Update choice of header.
12860         * lib/csharpcomp.c: Likewise.
12861         * lib/getpass.c: Likewise.
12862         * lib/javacomp.c: Likewise.
12863         * lib/javaversion.c: Likewise.
12864         * lib/yesno.c: Likewise.
12865         * lib/getdelim.c: Likewise.
12866         (getdelim): Set errno on failure, and avoid memory leak.
12867
12868 2007-08-19  Bruno Haible  <bruno@clisp.org>
12869
12870         * modules/closein (Depends-on): Add freadahead.
12871         * lib/closein.c: Include freadahead.h.
12872         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
12873         is zero.
12874
12875 2007-08-19  Bruno Haible  <bruno@clisp.org>
12876
12877         * modules/freadahead-tests: New file.
12878         * tests/test-freadahead.sh: New file.
12879         * tests/test-freadahead.c: New file.
12880
12881         * modules/freadahead: New file.
12882         * lib/freadahead.h: New file.
12883         * lib/freadahead.c: New file.
12884         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
12885         fbufmode, fpurge, freadable, fwritable.
12886
12887 2007-08-19  Eric Blake  <ebb9@byu.net>
12888
12889         Test yesno in combination with closein.
12890         * lib/yesno.c (yesno): Document use of stdin.
12891         * modules/yesno-tests (Files): New module.
12892         * tests/test-yesno.c (main): New file.
12893         * tests/test-yesno.sh: Likewise.
12894
12895 2007-08-19  Bruno Haible  <bruno@clisp.org>
12896
12897         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
12898         * lib/fseeko.c (rpl_fseeko): Likewise.
12899         * lib/fseterr.c (fseterr): Likewise.
12900
12901 2007-08-19  Bruno Haible  <bruno@clisp.org>
12902
12903         * tests/test-lseek.c (main): Disable a test for BeOS.
12904         * doc/functions/lseek.texi: Document the BeOS bug.
12905
12906 2007-08-19  Bruno Haible  <bruno@clisp.org>
12907             Eric Blake  <ebb9@byu.net>
12908
12909         * lib/lseek.c: Include <sys/stat.h>.
12910         (rpl_lseek): Add workaround code also for Unix platforms.
12911         Needed for BeOS.
12912         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
12913         * doc/functions/lseek.texi: Document BeOS definiency.
12914
12915 2007-08-18  Bruno Haible  <bruno@clisp.org>
12916
12917         * modules/fstrcmp-tests: New file.
12918         * tests/test-fstrcmp.c: New file.
12919
12920 2007-08-18  Bruno Haible  <bruno@clisp.org>
12921
12922         * modules/fstrcmp: New file, from GNU gettext with modifications.
12923         * lib/fstrcmp.h: New file, from GNU gettext.
12924         * lib/fstrcmp.c: New file, from GNU gettext.
12925         * MODULES.html.sh (String handling): Add fstrcmp.
12926
12927 2007-08-18  Bruno Haible  <bruno@clisp.org>
12928
12929         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
12930         'bool'.
12931         (diag, compareseq): Remove const from the ctxt argument.
12932         (USE_HEURISTIC): Undefine at the end.
12933
12934 2007-08-18  Jim Meyering  <jim@meyering.net>
12935
12936         New file: lib/idcache.h
12937         * NEWS: Mention the addition.
12938         * modules/idcache (Files): Add lib/idcache.h
12939         * lib/idcache.c: Include "idcache.h".
12940         Don't include <sys/types.h>.
12941         Add a FIXME comment.
12942         Move file-scoped "static" declarations to the top.
12943         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
12944
12945 2007-08-17  Bruno Haible  <bruno@clisp.org>
12946         and Paul Eggert  <eggert@cs.ucla.edu>
12947
12948         * MODULES.html.sh: Add diffseq.
12949         * modules/diffseq: New file.
12950         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
12951         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
12952
12953 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12954
12955         Import changes from coreutils for bootstrap script.
12956
12957         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
12958
12959         * build-aux/bootstrap (slurp): Work even in environments where
12960         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
12961         current code does not slurp files whose names start with ".", and
12962         this looks like it might be a troublesome area.
12963
12964         2007-07-11  Jim Meyering  <jim@meyering.net>
12965
12966         If there's a GPL vN copyright comment, require that N == 3.
12967
12968         2007-07-08  Jim Meyering  <jim@meyering.net>
12969
12970         Run the coreutils-specific code only if tests/Makefile.am.in exists.
12971         * build-aux/bootstrap (mam_template): Move definition out of loop.
12972
12973         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
12974
12975         * build-aux/bootstrap (symlink_to_dir): Rename function from
12976         symlink_to_gnulib.  Add a directory parameter.  Update all
12977         callers.
12978         (cp_mark_as_generated): Also check for -- and link to -- files in
12979         gl/.
12980
12981         2007-07-08  Jim Meyering  <jim@meyering.net>
12982
12983         Adapt to deeper hierarchy in gnulib.
12984         * build-aux/bootstrap (symlink_to_dir): If the destination
12985         directory doesn't exist, create it. This is required at least for
12986         "lib/uniwidth/cjk.h".
12987
12988         2007-05-15  Jim Meyering  <jim@meyering.net>
12989
12990         * build-aux/bootstrap: Now that generated Makefile.am files
12991         are no longer under version control, they must be created at
12992         bootstrap time.
12993
12994 2007-08-14  Ben Pfaff  <blp@gnu.org>
12995
12996         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
12997
12998 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12999
13000         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
13001         given the changes below.
13002         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
13003         even on hosts that have padding bits beyond the supported 64.
13004
13005 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13006
13007         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
13008         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
13009         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
13010         depends on it.
13011         (xstrtol_error): Remove.
13012         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
13013         but with a different signature.
13014         (ATTRIBUTE_NORETURN, __attribute__): New macros.
13015         * lib/xstrtol-error.c: Include exitfail.h.
13016         (xstrtol_fatal): New function, with a different signature from the
13017         old xstrtol_error, so that the caller need not worry about passing
13018         in an exit status, or about storage management of the option argument.
13019         (xstrtol_error): Now a static function.  Redo signature to
13020         implement xstrtol_fatal.  Output the correct number of hyphens in
13021         front of the option so that the caller need not worry about
13022         storage management.
13023         (N_): New macro.
13024         (_): Remove; not used now.
13025         * modules/xstrtol: Depend on getopt.
13026         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
13027         of old STRTOL_FATAL_ERROR macro.
13028         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
13029         of test program.
13030         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
13031         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
13032
13033 2007-08-08  Eric Blake  <ebb9@byu.net>
13034
13035         * lib/xstrtol-error.c: Add missing include.
13036
13037         Move xstrtol messages into gnulib domain, when --pobase is used.
13038         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
13039         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
13040         * modules/xstrtol (Files): Distribute new file.
13041         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
13042         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
13043         * tests/test-xstrtol.c: ...into new file.
13044         * tests/test-xstrtoul.c: Also test xstrtoul.
13045         * tests/test-xstrtoimax.c: Also test xstrtoimax.
13046         * tests/test-xstrtoumax.c: Also test xstrtoumax.
13047         * tests/test-xstrtol.sh: Drive the tests.
13048         * tests/test-xstrtoimax.sh: Likewise.
13049         * tests/test-xstrtoumax.sh: Likewise.
13050         * modules/xstrtol-tests: New module.
13051         * modules/xstrtoimax-tests: Likewise.
13052         * modules/xstrtoumax-tests: Likewise.
13053
13054 2007-08-08  Jim Meyering  <jim@meyering.net>
13055
13056         New function: mfile_name_concat.
13057         * lib/filenamecat.c (mfile_name_concat): New function, just like
13058         file_name_concat, but return NULL upon failure rather than exiting
13059         with a diagnostic.
13060         * lib/filenamecat.h: Declare it.
13061
13062 2007-08-07  Bruno Haible  <bruno@clisp.org>
13063
13064         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
13065         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
13066         warning from gcc.
13067         Reported by Eric Blake.
13068
13069 2007-08-07  Simon Josefsson  <simon@josefsson.org>
13070
13071         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
13072         * modules/crypto/arcfour (License): Likewise.
13073         * modules/crypto/des-tests (License): Likewise.
13074         * modules/crypto/gc-arctwo-tests (License): Likewise.
13075         * modules/crypto/gc-des-tests (License): Likewise.
13076         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
13077         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
13078         * modules/crypto/gc-md2-tests (License): Likewise.
13079         * modules/crypto/gc-md4-tests (License): Likewise.
13080         * modules/crypto/gc-md5-tests (License): Likewise.
13081         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
13082         * modules/crypto/gc-rijndael-tests (License): Likewise.
13083         * modules/crypto/gc-sha1-tests (License): Likewise.
13084         * modules/crypto/gc-tests (License): Likewise.
13085         * modules/crypto/hmac-md5 (License): Likewise.
13086         * modules/crypto/hmac-sha1 (License): Likewise.
13087         * modules/crypto/md2-tests (License): Likewise.
13088         * modules/crypto/md4-tests (License): Likewise.
13089         * modules/crypto/md5 (License): Likewise.
13090         * modules/crypto/rijndael (License): Likewise.
13091         * modules/crypto/sha1 (License): Likewise.
13092         * modules/memxor (License): Likewise.
13093
13094 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13095         and Bruno Haible  <bruno@clisp.org>
13096
13097         * NEWS: Describe interface changes to human, xstrtol.
13098         * lib/human.h: Include <xstrtol.h>.
13099         (human_options): Return enum strtol_error, not int.  Remove
13100         bool arg; take int * instead.
13101         * lib/human.c: Don't include "gettext.h".
13102         (_): Remove; no longer used.
13103         Don't include <xstrtol.h>, since human.h does it.
13104         (human_options): Adjust to abovementioned interface changes.
13105         Do not report error to stderr; that's now the caller's
13106         responsibility.
13107         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
13108         interface change.
13109         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
13110         Str, Argument_type_string.  All uses changed.  Put " argument"
13111         in diagnostics to make them clearer.  Change wording of suffix
13112         message for clarity.
13113         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
13114         Argument_type_string.
13115         (STRTOL_FATAL_WARN): Remove; no longer used.
13116         * modules/human (Depends-on): Remove gettext-h.
13117
13118 2007-08-06  Simon Josefsson  <simon@josefsson.org>
13119
13120         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
13121
13122 2007-07-31  Bruno Haible  <bruno@clisp.org>
13123
13124         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
13125         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
13126         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
13127
13128 2007-07-31  Bruno Haible  <bruno@clisp.org>
13129
13130         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
13131         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
13132
13133 2007-07-30  Bruno Haible  <bruno@clisp.org>
13134
13135         * modules/base64 (License): Use the synonymous term "LGPLv2+".
13136         * modules/c-ctype (License): Likewise.
13137         * modules/c-strcase (License): Likewise.
13138         * modules/check-version (License): Likewise.
13139         * modules/iconv (License): Likewise.
13140         * modules/iconv_open (License): Likewise.
13141         * modules/read-file (License): Likewise.
13142         * modules/striconv (License): Likewise.
13143         * modules/strverscmp (License): Likewise.
13144         * modules/vasprintf (License): Likewise.
13145         * modules/crypto/des (License): Likewise.
13146         * modules/crypto/gc (License): Likewise.
13147         * modules/crypto/gc-arcfour (License): Likewise.
13148         * modules/crypto/gc-arctwo (License): Likewise.
13149         * modules/crypto/gc-des (License): Likewise.
13150         * modules/crypto/gc-hmac-md5 (License): Likewise.
13151         * modules/crypto/gc-hmac-sha1 (License): Likewise.
13152         * modules/crypto/gc-md2 (License): Likewise.
13153         * modules/crypto/gc-md4 (License): Likewise.
13154         * modules/crypto/gc-md5 (License): Likewise.
13155         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
13156         * modules/crypto/gc-random (License): Likewise.
13157         * modules/crypto/gc-rijndael (License): Likewise.
13158         * modules/crypto/gc-sha1 (License): Likewise.
13159         * modules/crypto/md2 (License): Likewise.
13160         * modules/crypto/md4 (License): Likewise.
13161
13162 2007-07-30  Jim Meyering  <jim@meyering.net>
13163
13164         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
13165         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
13166         it has valid stat data.  This bug would cause du not to count the
13167         sizes of inaccessible directories.
13168         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
13169         in <http://bugzilla.redhat.com/250077>.
13170
13171 2007-07-25  Peter O'Gorman  <peter@pogma.com>
13172             Bruno Haible  <bruno@clisp.org>
13173
13174         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
13175         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
13176         #include_next, gives a diagnostic about it, but reports no error in
13177         the exit code.
13178         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
13179
13180 2007-07-24  Ben Pfaff  <blp@gnu.org>
13181
13182         Improve name: "count-one-bits" is better than "popcount".
13183         * MODULES.html.sh: Update name.
13184         * lib/popcount.h: Renamed lib/count-one-bits.h.
13185         (popcount): Renamed count_one_bits.
13186         (popcountl): Renamed count_one_bits_l.
13187         (popcountll): Renamed count_one_bits_ll.
13188         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
13189         * modules/popcount: Renamed module/count-one-bits.
13190         * modules/popcount-tests: Renamed module/count-one-bits-tests.
13191         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
13192
13193 2007-07-23  Ben Pfaff  <blp@gnu.org>
13194
13195         * lib/popcount.h (popcount32): Reduce size of constants, to allow
13196         better code generation, and add U to large constants to avoid
13197         warnings, in non-GCC case.
13198         Suggested by Bruno Haible.
13199
13200 2007-07-23  Ben Pfaff  <blp@gnu.org>
13201
13202         * lib/popcount.h: Use verify_true instead of if...abort.
13203         * modules/popcount: Depend on verify module.
13204         Suggested by Jim Meyering.
13205
13206 2007-07-23  Bruno Haible  <bruno@clisp.org>
13207
13208         * gnulib-tool (func_import): Create a .cvsignore file also when the
13209         directory is not yet in CVS but the toplevel directory is. When
13210         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
13211         Reported by Karl Berry.
13212
13213 2007-07-22  Ben Pfaff  <blp@gnu.org>
13214
13215         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
13216         case.
13217         Suggested by Eric Blake.
13218
13219 2007-07-22  Ben Pfaff  <blp@gnu.org>
13220
13221         New module: popcount.
13222         * MODULES.html.sh: Add popcount.
13223         * modules/popcount: New file.
13224         * modules/popcount-tests: New file.
13225         * tests/test-popcount.c: New file.
13226         * lib/popcount.h: New file.
13227         * m4/popcount.m4: New file.
13228
13229 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13230
13231         * build-aux/announce-gen: Update to GPLv3.
13232
13233         * build-aux/config.guess: Update from config.
13234
13235 2007-07-21  Bruno Haible  <bruno@clisp.org>
13236
13237         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
13238         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
13239
13240 2007-07-20  Jim Meyering  <jim@meyering.net>
13241
13242         * check-module: Diagnose a self-dependency.
13243
13244 2007-07-19  Bruno Haible  <bruno@clisp.org>
13245
13246         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
13247         empty.
13248         Reported by Eric Blake.
13249
13250 2007-07-18  Bruno Haible  <bruno@clisp.org>
13251
13252         * gnulib-tool: New options --po-base, --po-domain.
13253         (func_usage): Document them.
13254         (pobase, po_domain): New variables.
13255         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
13256         DEFAULT_TEXT_DOMAIN.
13257         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
13258         (func_import): Consider pobase and po_domain. Create a po/ directory.
13259         (func_create_testdir): Set pobase and po_domain to empty.
13260         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
13261         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
13262
13263 2007-07-18  Bruno Haible  <bruno@clisp.org>
13264
13265         * gnulib-tool (func_get_automake_snippet): Synthesize also an
13266         EXTRA_DIST augmentation for files in build-aux/.
13267
13268 2007-07-16  Bruno Haible  <bruno@clisp.org>
13269
13270         * modules/lseek (License): Use the synonymous term "LGPLv2+".
13271         * modules/getdelim (License): Likewise.
13272
13273 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13274
13275         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
13276         * modules/d-type (License): Likewise.
13277         * modules/extensions (License): Likewise.
13278         * modules/fnmatch (License): Likewise.
13279         * modules/fseeko (License): Likewise.
13280         * modules/getaddrinfo (License): Likewise.
13281         * modules/getline (License): Likewise.
13282         * modules/getlogin_r (License): Likewise.
13283         * modules/getpass (License): Likewise.
13284         * modules/gettimeofday (License): Likewise.
13285         * modules/glob (License): Likewise.
13286         * modules/inet_ntop (License): Likewise.
13287         * modules/malloc (License): Likewise.
13288         * modules/malloca (License): Likewise.
13289         * modules/memmem (License): Likewise.
13290         * modules/mempcpy (License): Likewise.
13291         * modules/memset (License): Likewise.
13292         * modules/minmax (License): Likewise.
13293         * modules/mktime (License): Likewise.
13294         * modules/netinet_in (License): Likewise.
13295         * modules/pathmax (License): Likewise.
13296         * modules/poll (License): Likewise.
13297         * modules/regex (License): Likewise.
13298         * modules/snprintf (License): Likewise.
13299         * modules/stdbool (License): Likewise.
13300         * modules/stdint (License): Likewise.
13301         * modules/stdio (License): Likewise.
13302         * modules/strcase (License): Likewise.
13303         * modules/strcasestr (License): Likewise.
13304         * modules/strdup (License): Likewise.
13305         * modules/string (License): Likewise.
13306         * modules/strndup (License): Likewise.
13307         * modules/strnlen (License): Likewise.
13308         * modules/strpbrk (License): Likewise.
13309         * modules/strptime (License): Likewise.
13310         * modules/strsep (License): Likewise.
13311         * modules/sys_select (License): Likewise.
13312         * modules/sys_socket (License): Likewise.
13313         * modules/sys_stat (License): Likewise.
13314         * modules/sys_time (License): Likewise.
13315         * modules/time (License): Likewise.
13316         * modules/time_r (License): Likewise.
13317         * modules/timegm (License): Likewise.
13318         * modules/unistd (License): Likewise.
13319         * modules/vsnprintf (License): Likewise.
13320         * modules/wctype (License): Likewise.
13321
13322 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13323
13324         * modules/argz (License): LGPLv2+.
13325
13326 2007-07-15  Karl Berry  <karl@gnu.org>
13327
13328         * doc/gnulib.texi: revise node structure per new fdl.texi.
13329
13330 2007-07-14  Bruno Haible  <bruno@clisp.org>
13331
13332         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
13333         the output file.
13334         * lib/uniname/uninames.h: Regenerated.
13335
13336 2007-07-14  Karl Berry  <karl@gnu.org>
13337
13338         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
13339         omitting sectioning and index commands.
13340
13341 2007-07-13  Bruno Haible  <bruno@clisp.org>
13342
13343         New gnulib-tool option --more-symlinks.
13344         * gnulib-tool (func_usage): Document --more-symlinks.
13345         (do_copyrights): New variable.
13346         Recognize option --more-symlinks.
13347         (func_import): Don't add a copyright notice transform to
13348         sed_transform_lib_file if do_copyrights is empty.
13349
13350 2007-07-13  Bruno Haible  <bruno@clisp.org>
13351
13352         * lib/vasnprintf.c (decimal_point_char): Define also if
13353         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
13354         && !NEED_PRINTF_DIRECTIVE_A.
13355         Reported by Clemens Koller <clemens.koller@anagramm.de> via
13356         Gary V. Vaughan <gary@gnu.org>.
13357
13358 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
13359
13360         * lib/inttypes_.h: Undo previous change, since it was fixed
13361         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
13362
13363 2007-07-13  Bruno Haible  <bruno@clisp.org>
13364
13365         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
13366         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
13367
13368 2007-07-13  Jim Meyering  <jim@meyering.net>
13369
13370         df: Don't fail for Tru64's "file-on-file mount".
13371         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
13372         so we fall through and use statfs instead.  Details here:
13373         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
13374         Reported by Albert Chin.
13375
13376 2007-07-13  Bruno Haible  <bruno@clisp.org>
13377
13378         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
13379         * modules/configmake (License): Likewise.
13380         * modules/gettext (License): Likewise.
13381         * modules/gettext-h (License): Likewise.
13382         * modules/include_next (License): Likewise.
13383         * modules/link-warning (License): Likewise.
13384         * modules/localcharset (License): Likewise.
13385         * modules/localename (License): Likewise.
13386         * modules/lock (License): Likewise.
13387         * modules/relocatable-lib-lgpl (License): Likewise.
13388         * modules/size_max (License): Likewise.
13389         * modules/vasnprintf (License): Likewise.
13390         * modules/wchar (License): Likewise.
13391         * modules/xsize (License): Likewise.
13392
13393 2007-07-13  Bruno Haible  <bruno@clisp.org>
13394
13395         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
13396         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
13397
13398 2007-07-12  Bruno Haible  <bruno@clisp.org>
13399
13400         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
13401         in the modules files.
13402
13403 2007-07-11  Karl Berry  <karl@gnu.org>
13404
13405         * MODULES.html.sh (func_module): use
13406          sed -e '\|^'"${includefile}"'$|d'
13407          instead of /.../d, to avoid errors on $includefile's containing /.
13408
13409 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13410
13411         * gnulib-tool (func_import): Avoid duplication of --avoid
13412         statements
13413         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
13414         names to `_' in variable names.
13415
13416 2007-07-10  Eric Blake  <ebb9@byu.net>
13417
13418         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
13419         * NEWS: Document this change.
13420
13421 2007-07-08  Bruno Haible  <bruno@clisp.org>
13422
13423         Update to Unicode 5.0.
13424         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
13425         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
13426         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
13427         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
13428         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
13429         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
13430         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
13431         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
13432         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
13433         U+10A3F, U+1D242..U+1D244.
13434         (nonspacing_table_ind): Update.
13435         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
13436         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
13437
13438 2007-07-08  Bruno Haible  <bruno@clisp.org>
13439
13440         Update to Unicode 5.0.
13441         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
13442         code transform. Extend the name index field of unicode_name_to_code and
13443         unicode_code_to_name from 16 to 24 bits.
13444         * lib/uniname/uniname.c (unicode_character_name,
13445         unicode_name_character): Add the range 0x12xxx to the code transform.
13446         * lib/uniname/uninames.h: Regenerated.
13447         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
13448
13449 2007-07-07  Bruno Haible  <bruno@clisp.org>
13450
13451         * modules/wcwidth-tests: New file.
13452         * tests/test-wcwidth.c: New file.
13453
13454         Work around MacOS X wcwidth() bug.
13455         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
13456         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
13457         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
13458         original wcwidth in non-UTF-8 locales.
13459         * modules/wcwidth (Depends-on): Add localcharset, streq,
13460         uniwidth/width.
13461         * doc/functions/wcwidth.texi: Update.
13462
13463 2007-07-07  Bruno Haible  <bruno@clisp.org>
13464
13465         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
13466         (wcwidth): New declaration.
13467         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
13468         macros.
13469         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
13470         here. Prepare for creating <wchar.h> unconditionally.
13471         * modules/wchar (Depends-on): Add link-warning.
13472         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
13473         REPLACE_WCWIDTH, and GL_LINK_WARNING.
13474         * lib/wcwidth.h: Remove file.
13475         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
13476         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
13477         * modules/wcwidth (Files): Remove lib/wcwidth.h.
13478         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
13479         (Include): Replace wcwidth.h with <wchar.h>.
13480         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
13481         * lib/mbchar.h: Don't include wcwidth.h.
13482         * lib/mbswidth.c: Likewise.
13483         * NEWS: Mention the change.
13484
13485 2007-07-07  Bruno Haible  <bruno@clisp.org>
13486
13487         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
13488         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
13489         definition with an external declaration.
13490         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
13491         defined as a function. Remove AC_C_INLINE requirement.
13492         * modules/wcwidth (Files): Add lib/wcwidth.c.
13493         (Makefile.am): Remove redundant statement.
13494
13495 2007-07-07  Bruno Haible  <bruno@clisp.org>
13496
13497         * MODULES.html.sh (Unicode string functions): Add the new modules.
13498
13499         * tests/uniwidth/test-u32-strwidth.c: New file.
13500         * modules/uniwidth/u32-strwidth-tests: New file.
13501
13502         * lib/uniwidth/u32-strwidth.c: New file.
13503         * modules/uniwidth/u32-strwidth: New file.
13504
13505         * tests/uniwidth/test-u16-strwidth.c: New file.
13506         * modules/uniwidth/u16-strwidth-tests: New file.
13507
13508         * lib/uniwidth/u16-strwidth.c: New file.
13509         * modules/uniwidth/u16-strwidth: New file.
13510
13511         * tests/uniwidth/test-u8-strwidth.c: New file.
13512         * modules/uniwidth/u8-strwidth-tests: New file.
13513
13514         * lib/uniwidth/u8-strwidth.c: New file.
13515         * modules/uniwidth/u8-strwidth: New file.
13516
13517         * tests/uniwidth/test-u32-width.c: New file.
13518         * modules/uniwidth/u32-width-tests: New file.
13519
13520         * lib/uniwidth/u32-width.c: New file.
13521         * modules/uniwidth/u32-width: New file.
13522
13523         * tests/uniwidth/test-u16-width.c: New file.
13524         * modules/uniwidth/u16-width-tests: New file.
13525
13526         * lib/uniwidth/u16-width.c: New file.
13527         * modules/uniwidth/u16-width: New file.
13528
13529         * tests/uniwidth/test-u8-width.c: New file.
13530         * modules/uniwidth/u8-width-tests: New file.
13531
13532         * lib/uniwidth/u8-width.c: New file.
13533         * modules/uniwidth/u8-width: New file.
13534
13535         * tests/uniwidth/test-uc_width.c: New file.
13536         * modules/uniwidth/width-tests: New file.
13537
13538         * lib/uniwidth/width.c: New file, from GNU libiconv.
13539         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
13540         * modules/uniwidth/width: New file.
13541
13542         * lib/uniwidth.h: New file, from GNU libiconv.
13543         * modules/uniwidth/base: New file.
13544
13545 2007-07-07  Bruno Haible  <bruno@clisp.org>
13546
13547         * lib/uniname.h: New file, from GNU gettext.
13548         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
13549         * lib/uniname/uninames.h: New file, from GNU gettext.
13550         * lib/uniname/uniname.c: New file, from GNU gettext.
13551         * tests/uniname/test-uninames.sh: New file.
13552         * tests/uniname/test-uninames.c: New file, from GNU gettext.
13553         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
13554         * modules/uniname/base: New file.
13555         * modules/uniname/uniname: New file.
13556         * modules/uniname/uniname-tests: New file.
13557         * MODULES.html.sh (Unicode string functions): Add the new modules.
13558
13559 2007-07-06  Bruno Haible  <bruno@clisp.org>
13560
13561         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
13562
13563 2007-07-06  Bruno Haible  <bruno@clisp.org>
13564
13565         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
13566         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
13567         includes <cygwin/sys_time.h> which includes <sys/select.h> which
13568         include <sys/time.h>.
13569         Reported by Eric Blake.
13570
13571 2007-07-06  Eric Blake  <ebb9@byu.net>
13572
13573         Fix testing canonicalize on cygwin.
13574         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13575         Revert patch from 2007-06-19.
13576         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
13577         canonicalize module is also in use.
13578         * tests/test-canonicalize.c: New file.
13579         * tests/test-canonicalize.sh: Likewise.
13580         * modules/canonicalize-tests: Likewise.
13581
13582 2007-07-06  Jim Meyering  <jim@meyering.net>
13583
13584         * lib/getugroups.c (getugroups): Detect getgrent failure.
13585         Adjust comment to reflect reality: this function may return -1.
13586
13587 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
13588
13589         * build-aux/bootstrap (TP_URL,get_translations): Update to use
13590         the new TP address.
13591         (usage): Fix typo
13592         (gnulib_mk): New variable.
13593
13594 2007-07-05  Jim Meyering  <jim@meyering.net>
13595
13596         Don't let endgrent clobber errno, no matter how improbable.
13597         * lib/getugroups.c (getugroups): Save and restore errno around
13598         endgrent call.
13599
13600         Close the group DB even when failing with 2^31 or more members.
13601         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
13602
13603 2007-07-04  Jim Meyering  <jim@meyering.net>
13604
13605         * lib/getugroups.h: New file.
13606         * lib/getugroups.c: Include "getugroups.h".
13607         Remove uses of "register" keyword.
13608         Move local variable, "cp", down into scope where used.
13609         Give "username" parameter the "const" attribute.
13610         * modules/getugroups (Files): Add lib/getugroups.h
13611
13612 2007-07-04  Karl Berry  <karl@gnu.org>
13613
13614         * MODULES.html.sh (func_all_modules): Complete rename of
13615         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
13616
13617 2007-07-02  Bruno Haible  <bruno@clisp.org>
13618
13619         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
13620         mode, when inttypes.h comes from gnulib.
13621         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13622
13623 2007-07-02  Simon Josefsson  <simon@josefsson.org>
13624
13625         * NEWS: Mention lgpl module name change.
13626
13627         * modules/lgpl-2.1: Renamed from lgpl.
13628
13629         * NEWS: Mention gpl module name change.
13630
13631         * modules/gpl-3.0: New file, based on gpl-2.0.
13632
13633         * modules/gpl-2.0: Renamed from gpl.
13634
13635         * modules/gpl: Fix filename, doc/gpl.texi is now found at
13636         doc/gpl-2.0.texi.
13637
13638 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13639
13640         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
13641         #define __STDC_LIMIT_MACROS temporarily while including
13642         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
13643         Problem reported by Joel E. Denny in
13644         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
13645
13646 2007-07-01  Bruno Haible  <bruno@clisp.org>
13647
13648         * lib/unistdio.h: New file.
13649         * lib/unistdio/u-asnprintf.h: New file.
13650         * lib/unistdio/u-asprintf.h: New file.
13651         * lib/unistdio/u-printf-args.c: New file.
13652         * lib/unistdio/u-printf-args.h: New file.
13653         * lib/unistdio/u-printf-parse.h: New file.
13654         * lib/unistdio/u-snprintf.h: New file.
13655         * lib/unistdio/u-sprintf.h: New file.
13656         * lib/unistdio/u-vasprintf.h: New file.
13657         * lib/unistdio/u-vsnprintf.h: New file.
13658         * lib/unistdio/u-vsprintf.h: New file.
13659         * lib/unistdio/ulc-asnprintf.c: New file.
13660         * lib/unistdio/ulc-asprintf.c: New file.
13661         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
13662         * lib/unistdio/ulc-printf-parse.c: New file.
13663         * lib/unistdio/ulc-snprintf.c: New file.
13664         * lib/unistdio/ulc-sprintf.c: New file.
13665         * lib/unistdio/ulc-vasnprintf.c: New file.
13666         * lib/unistdio/ulc-vasprintf.c: New file.
13667         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
13668         * lib/unistdio/ulc-vsnprintf.c: New file.
13669         * lib/unistdio/ulc-vsprintf.c: New file.
13670         * lib/unistdio/u8-asnprintf.c: New file.
13671         * lib/unistdio/u8-asprintf.c: New file.
13672         * lib/unistdio/u8-printf-parse.c: New file.
13673         * lib/unistdio/u8-snprintf.c: New file.
13674         * lib/unistdio/u8-sprintf.c: New file.
13675         * lib/unistdio/u8-vasnprintf.c: New file.
13676         * lib/unistdio/u8-vasprintf.c: New file.
13677         * lib/unistdio/u8-vsnprintf.c: New file.
13678         * lib/unistdio/u8-vsprintf.c: New file.
13679         * lib/unistdio/u8-u8-asnprintf.c: New file.
13680         * lib/unistdio/u8-u8-asprintf.c: New file.
13681         * lib/unistdio/u8-u8-snprintf.c: New file.
13682         * lib/unistdio/u8-u8-sprintf.c: New file.
13683         * lib/unistdio/u8-u8-vasnprintf.c: New file.
13684         * lib/unistdio/u8-u8-vasprintf.c: New file.
13685         * lib/unistdio/u8-u8-vsnprintf.c: New file.
13686         * lib/unistdio/u8-u8-vsprintf.c: New file.
13687         * lib/unistdio/u16-asnprintf.c: New file.
13688         * lib/unistdio/u16-asprintf.c: New file.
13689         * lib/unistdio/u16-printf-parse.c: New file.
13690         * lib/unistdio/u16-snprintf.c: New file.
13691         * lib/unistdio/u16-sprintf.c: New file.
13692         * lib/unistdio/u16-vasnprintf.c: New file.
13693         * lib/unistdio/u16-vasprintf.c: New file.
13694         * lib/unistdio/u16-vsnprintf.c: New file.
13695         * lib/unistdio/u16-vsprintf.c: New file.
13696         * lib/unistdio/u16-u16-asnprintf.c: New file.
13697         * lib/unistdio/u16-u16-asprintf.c: New file.
13698         * lib/unistdio/u16-u16-snprintf.c: New file.
13699         * lib/unistdio/u16-u16-sprintf.c: New file.
13700         * lib/unistdio/u16-u16-vasnprintf.c: New file.
13701         * lib/unistdio/u16-u16-vasprintf.c: New file.
13702         * lib/unistdio/u16-u16-vsnprintf.c: New file.
13703         * lib/unistdio/u16-u16-vsprintf.c: New file.
13704         * lib/unistdio/u32-asnprintf.c: New file.
13705         * lib/unistdio/u32-asprintf.c: New file.
13706         * lib/unistdio/u32-printf-parse.c: New file.
13707         * lib/unistdio/u32-snprintf.c: New file.
13708         * lib/unistdio/u32-sprintf.c: New file.
13709         * lib/unistdio/u32-vasnprintf.c: New file.
13710         * lib/unistdio/u32-vasprintf.c: New file.
13711         * lib/unistdio/u32-vsnprintf.c: New file.
13712         * lib/unistdio/u32-vsprintf.c: New file.
13713         * lib/unistdio/u32-u32-asnprintf.c: New file.
13714         * lib/unistdio/u32-u32-asprintf.c: New file.
13715         * lib/unistdio/u32-u32-snprintf.c: New file.
13716         * lib/unistdio/u32-u32-sprintf.c: New file.
13717         * lib/unistdio/u32-u32-vasnprintf.c: New file.
13718         * lib/unistdio/u32-u32-vasprintf.c: New file.
13719         * lib/unistdio/u32-u32-vsnprintf.c: New file.
13720         * lib/unistdio/u32-u32-vsprintf.c: New file.
13721         * tests/unistdio/test-ulc-asnprintf1.c: New file.
13722         * tests/unistdio/test-ulc-asnprintf1.h: New file.
13723         * tests/unistdio/test-ulc-printf1.h: New file.
13724         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
13725         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
13726         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
13727         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
13728         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
13729         * tests/unistdio/test-ulc-vasprintf1.c: New file.
13730         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
13731         * tests/unistdio/test-ulc-vsprintf1.c: New file.
13732         * tests/unistdio/test-u8-asnprintf1.c: New file.
13733         * tests/unistdio/test-u8-asnprintf1.h: New file.
13734         * tests/unistdio/test-u8-printf1.h: New file.
13735         * tests/unistdio/test-u8-vasnprintf1.c: New file.
13736         * tests/unistdio/test-u8-vasnprintf2.c: New file.
13737         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
13738         * tests/unistdio/test-u8-vasnprintf3.c: New file.
13739         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
13740         * tests/unistdio/test-u8-vasprintf1.c: New file.
13741         * tests/unistdio/test-u8-vsnprintf1.c: New file.
13742         * tests/unistdio/test-u8-vsprintf1.c: New file.
13743         * tests/unistdio/test-u16-asnprintf1.c: New file.
13744         * tests/unistdio/test-u16-asnprintf1.h: New file.
13745         * tests/unistdio/test-u16-printf1.h: New file.
13746         * tests/unistdio/test-u16-vasnprintf1.c: New file.
13747         * tests/unistdio/test-u16-vasnprintf2.c: New file.
13748         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
13749         * tests/unistdio/test-u16-vasnprintf3.c: New file.
13750         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
13751         * tests/unistdio/test-u16-vasprintf1.c: New file.
13752         * tests/unistdio/test-u16-vsnprintf1.c: New file.
13753         * tests/unistdio/test-u16-vsprintf1.c: New file.
13754         * tests/unistdio/test-u32-asnprintf1.c: New file.
13755         * tests/unistdio/test-u32-asnprintf1.h: New file.
13756         * tests/unistdio/test-u32-printf1.h: New file.
13757         * tests/unistdio/test-u32-vasnprintf1.c: New file.
13758         * tests/unistdio/test-u32-vasnprintf2.c: New file.
13759         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
13760         * tests/unistdio/test-u32-vasnprintf3.c: New file.
13761         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
13762         * tests/unistdio/test-u32-vasprintf1.c: New file.
13763         * tests/unistdio/test-u32-vsnprintf1.c: New file.
13764         * tests/unistdio/test-u32-vsprintf1.c: New file.
13765         * modules/unistdio/base: New file.
13766         * modules/unistdio/u-printf-args: New file.
13767         * modules/unistdio/ulc-asnprintf: New file.
13768         * modules/unistdio/ulc-asprintf: New file.
13769         * modules/unistdio/ulc-fprintf: New file.
13770         * modules/unistdio/ulc-printf-parse: New file.
13771         * modules/unistdio/ulc-snprintf: New file.
13772         * modules/unistdio/ulc-sprintf: New file.
13773         * modules/unistdio/ulc-vasnprintf: New file.
13774         * modules/unistdio/ulc-vasprintf: New file.
13775         * modules/unistdio/ulc-vfprintf: New file.
13776         * modules/unistdio/ulc-vsnprintf: New file.
13777         * modules/unistdio/ulc-vsprintf: New file.
13778         * modules/unistdio/u8-asnprintf: New file.
13779         * modules/unistdio/u8-asprintf: New file.
13780         * modules/unistdio/u8-printf-parse: New file.
13781         * modules/unistdio/u8-snprintf: New file.
13782         * modules/unistdio/u8-sprintf: New file.
13783         * modules/unistdio/u8-vasnprintf: New file.
13784         * modules/unistdio/u8-vasprintf: New file.
13785         * modules/unistdio/u8-vsnprintf: New file.
13786         * modules/unistdio/u8-vsprintf: New file.
13787         * modules/unistdio/u8-u8-asnprintf: New file.
13788         * modules/unistdio/u8-u8-asprintf: New file.
13789         * modules/unistdio/u8-u8-snprintf: New file.
13790         * modules/unistdio/u8-u8-sprintf: New file.
13791         * modules/unistdio/u8-u8-vasnprintf: New file.
13792         * modules/unistdio/u8-u8-vasprintf: New file.
13793         * modules/unistdio/u8-u8-vsnprintf: New file.
13794         * modules/unistdio/u8-u8-vsprintf: New file.
13795         * modules/unistdio/u16-asnprintf: New file.
13796         * modules/unistdio/u16-asprintf: New file.
13797         * modules/unistdio/u16-printf-parse: New file.
13798         * modules/unistdio/u16-snprintf: New file.
13799         * modules/unistdio/u16-sprintf: New file.
13800         * modules/unistdio/u16-vasnprintf: New file.
13801         * modules/unistdio/u16-vasprintf: New file.
13802         * modules/unistdio/u16-vsnprintf: New file.
13803         * modules/unistdio/u16-vsprintf: New file.
13804         * modules/unistdio/u16-u16-asnprintf: New file.
13805         * modules/unistdio/u16-u16-asprintf: New file.
13806         * modules/unistdio/u16-u16-snprintf: New file.
13807         * modules/unistdio/u16-u16-sprintf: New file.
13808         * modules/unistdio/u16-u16-vasnprintf: New file.
13809         * modules/unistdio/u16-u16-vasprintf: New file.
13810         * modules/unistdio/u16-u16-vsnprintf: New file.
13811         * modules/unistdio/u16-u16-vsprintf: New file.
13812         * modules/unistdio/u32-asnprintf: New file.
13813         * modules/unistdio/u32-asprintf: New file.
13814         * modules/unistdio/u32-printf-parse: New file.
13815         * modules/unistdio/u32-snprintf: New file.
13816         * modules/unistdio/u32-sprintf: New file.
13817         * modules/unistdio/u32-vasnprintf: New file.
13818         * modules/unistdio/u32-vasprintf: New file.
13819         * modules/unistdio/u32-vsnprintf: New file.
13820         * modules/unistdio/u32-vsprintf: New file.
13821         * modules/unistdio/u32-u32-asnprintf: New file.
13822         * modules/unistdio/u32-u32-asprintf: New file.
13823         * modules/unistdio/u32-u32-snprintf: New file.
13824         * modules/unistdio/u32-u32-sprintf: New file.
13825         * modules/unistdio/u32-u32-vasnprintf: New file.
13826         * modules/unistdio/u32-u32-vasprintf: New file.
13827         * modules/unistdio/u32-u32-vsnprintf: New file.
13828         * modules/unistdio/u32-u32-vsprintf: New file.
13829         * modules/unistdio/ulc-asnprintf-tests: New file.
13830         * modules/unistdio/ulc-vasnprintf-tests: New file.
13831         * modules/unistdio/ulc-vasprintf-tests: New file.
13832         * modules/unistdio/ulc-vsnprintf-tests: New file.
13833         * modules/unistdio/ulc-vsprintf-tests: New file.
13834         * modules/unistdio/u8-asnprintf-tests: New file.
13835         * modules/unistdio/u8-vasnprintf-tests: New file.
13836         * modules/unistdio/u8-vasprintf-tests: New file.
13837         * modules/unistdio/u8-vsnprintf-tests: New file.
13838         * modules/unistdio/u8-vsprintf-tests: New file.
13839         * modules/unistdio/u16-asnprintf-tests: New file.
13840         * modules/unistdio/u16-vasnprintf-tests: New file.
13841         * modules/unistdio/u16-vasprintf-tests: New file.
13842         * modules/unistdio/u16-vsnprintf-tests: New file.
13843         * modules/unistdio/u16-vsprintf-tests: New file.
13844         * modules/unistdio/u32-asnprintf-tests: New file.
13845         * modules/unistdio/u32-vasnprintf-tests: New file.
13846         * modules/unistdio/u32-vasprintf-tests: New file.
13847         * modules/unistdio/u32-vsnprintf-tests: New file.
13848         * modules/unistdio/u32-vsprintf-tests: New file.
13849         * MODULES.html.sh (Unicode string functions): Add the new modules.
13850
13851 2007-07-01  Bruno Haible  <bruno@clisp.org>
13852
13853         * lib/sprintf.c (sprintf): Limit the available length estimation,
13854         to avoid address wraparound.
13855         * lib/vsprintf.c (vsprintf): Likewise.
13856         * modules/sprintf-posix (Dependencies): Add stdint.
13857         * modules/vsprintf-posix (Dependencies): Likewise.
13858
13859 2007-07-01  Bruno Haible  <bruno@clisp.org>
13860
13861         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
13862         Windows PATH as well. Conservative double-quoting. Comments.
13863
13864 2007-07-01  Bruno Haible  <bruno@clisp.org>
13865             Eric Blake  <ebb9@byu.net>
13866             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13867
13868         * gnulib-tool (self_abspathname): Fix algorithm to cope with
13869         empty components in $PATH, denoting '.'.
13870
13871 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13872
13873         * gnulib-tool: Fix indentation.
13874         (func_create_megatestdir): Likewise.
13875         Report by Bruno Haible.
13876
13877 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13878
13879         Sync from Automake.
13880         * build-aux/gnupload: Fix shell portability issues with for loops.
13881         Report by Karl Berry.
13882
13883 2007-06-29  Simon Josefsson  <simon@josefsson.org>
13884
13885         * build-aux/maint.mk (POURL): Use translationproject.org.
13886
13887 2007-06-27  Simon Josefsson  <simon@josefsson.org>
13888             Bruno Haible  <bruno@clisp.org>
13889
13890         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
13891         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
13892         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
13893         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
13894         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
13895
13896 2007-06-27  Bruno Haible  <bruno@clisp.org>
13897
13898         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
13899         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
13900
13901 2007-06-26  Karl Berry  <karl@gnu.org>
13902
13903         * MODULES.html.sh: remove xreadlink-with-size.
13904
13905 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13906
13907         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
13908         method that I hope also handles the double-include problem noted
13909         by Bruno Haible in
13910         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
13911
13912 2007-06-23  Bruno Haible  <bruno@clisp.org>
13913
13914         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13915         Don't let the 'mostlyclean' target fail if the last subdirectory could
13916         not be removed.
13917         Reported by Karl Berry.
13918
13919 2007-06-23  Bruno Haible  <bruno@clisp.org>
13920
13921         * gnulib-tool (echo): Add a speedier workaround for ksh.
13922         * tests/test-echo.sh: Likewise.
13923
13924 2007-06-23  Bruno Haible  <bruno@clisp.org>
13925
13926         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
13927         * tests/test-echo.sh: Likewise.
13928
13929 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13930
13931         * gnulib-tool (IFS): Initialize early, so we don't set it to
13932         empty later.
13933         (self_abspathname): Rewrite algorithm to set it, reindent.
13934         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
13935         (func_create_megatestdir): Merge some sed scripts.
13936
13937 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13938
13939         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
13940         exposed by Sun Studio 11 cc on Solaris 8.
13941
13942 2007-06-22  Bruno Haible  <bruno@clisp.org>
13943
13944         * gnulib-tool (echo): Ensure the echo primitive does not interpret
13945         backslashes.
13946         * tests/test-echo.sh: New file.
13947
13948 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13949
13950         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
13951         simplify `sed_replace_build_aux' scripts, they are portable but
13952         echoing them with `echo' is not.
13953         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
13954
13955 2007-06-21  Karl Berry  <karl@gnu.org>
13956
13957         * config/srclist.txt: guess we can't handle the licenses via
13958         srclist at the moment.
13959
13960 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13961
13962         * MODULES.html.sh: Add include_next.
13963         * modules/include_next: New file.
13964
13965 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13966
13967         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
13968         INCLUDE_NEXT.
13969         (gl_CHECK_NEXT_HEADERS): New macro.
13970         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
13971         the obsolescent gl_ABSOLUTE_HEADER.
13972         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
13973         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
13974         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
13975         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
13976         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
13977         * m4/math_h.m4 (gl_MATH_H): Likewise.
13978         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
13979         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
13980         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
13981         * m4/stdint.m4 (gl_STDINT_H): Likewise.
13982         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
13983         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
13984         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
13985         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
13986         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
13987         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
13988         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
13989         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
13990         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
13991         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
13992         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13993         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
13994         * m4/inttypes.m4 (gl_INTTYPES_H): Define
13995         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
13996         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
13997         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
13998         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
13999         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
14000         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
14001         * lib/float_.h: Likewise.
14002         * lib/inttypes_.h: Likewise.
14003         * lib/math_.h: Likewise.
14004         * lib/search_.h: Likewise.
14005         * lib/signal_.h: Likewise.
14006         * lib/stdint_.h: Likewise.
14007         * lib/stdio_.h: Likewise.
14008         * lib/stdlib_.h: Likewise.
14009         * lib/string_.h: Likewise.
14010         * lib/sys_stat_.h: Likewise.
14011         * lib/sys_time_.h: Likewise.
14012         * lib/time_.h: Likewise.
14013         * lib/unistd_.h: Likewise.
14014         * lib/wchar_.h: Likewise.
14015         * lib/wctype_.h: Likewise.
14016         * lib/dirent_.h: Likewise.
14017         * lib/iconv_.h: Likewise.
14018         * lib/locale_.h: Likewise.
14019         * lib/netinet_in_.h: Likewise.
14020         * lib/sys_select_.h: Likewise.
14021         * lib/sys_socket_.h: Likewise.
14022         * lib/sysexits_.h: Likewise.
14023         * modules/fcntl (Depends-on): Depend on include_next, not
14024         absolute_header.
14025         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
14026         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
14027         * modules/fchdir: Likewise.
14028         * modules/float: Likewise.
14029         * modules/iconv_open: Likewise.
14030         * modules/inttypes: Likewise.
14031         * modules/locale: Likewise.
14032         * modules/math: Likewise.
14033         * modules/netinet_in: Likewise.
14034         * modules/search: Likewise.
14035         * modules/signal: Likewise.
14036         * modules/stdint: Likewise.
14037         * modules/stdio: Likewise.
14038         * modules/stdlib: Likewise.
14039         * modules/string: Likewise.
14040         * modules/sys_select: Likewise.
14041         * modules/sys_socket: Likewise.
14042         * modules/sys_stat: Likewise.
14043         * modules/sys_time: Likewise.
14044         * modules/sysexits: Likewise.
14045         * modules/time: Likewise.
14046         * modules/unistd: Likewise.
14047         * modules/wchar: Likewise.
14048         * modules/wctype: Likewise.
14049         * modules/sys_stat: Change maintainer to "all".
14050         * modules/unistd: Likewise.
14051
14052 2007-06-20  Karl Berry  <karl@gnu.org>
14053
14054         * config/srclist.txt: track www changes in license files.
14055
14056 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
14057
14058         * build-aux/bootstrap: Remove stray dot.
14059         Make sure build_aux settings are honored when linking
14060         gnulib_extra_files.
14061
14062 2007-06-19  Eric Blake  <ebb9@byu.net>
14063
14064         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14065         Allow compilation on cygwin.
14066
14067 2007-06-19  Jim Meyering  <jim@meyering.net>
14068
14069         xreadlink-with-size: Remove module.  No longer used.
14070         Ex-callers now use xreadlink or mreadlink-with-size.
14071         * modules/xreadlink-with-size: Remove module.
14072         * lib/xreadlink-with-size.c: Remove file.
14073         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
14074         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
14075         just before the function definition *is* accurate.
14076
14077         Eliminate one way canonicalize_filename_mode could exit.
14078         * lib/canonicalize.c (canonicalize_filename_mode):
14079         Use mreadlink_with_size, not xreadlink_with_size.
14080
14081 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
14082
14083         Detect porting problems to FreeBSD/arm, which has time_t wider than
14084         long int.  Original problem reported for GNU diff by Xin Li in
14085         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
14086         * modules/getdate (Depends-on): Add intprops, verify.
14087         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
14088         is an integer type no wider than long int.
14089
14090 2007-06-18  Jim Meyering  <jim@meyering.net>
14091
14092         New module: mreadlink-with-size.
14093         * MODULES.html.sh: Add mreadlink-with-size.
14094         * modules/mreadlink-with-size: New module
14095         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
14096         not xreadlink-with-size.
14097         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
14098
14099 2007-06-16  Bruno Haible  <bruno@clisp.org>
14100
14101         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
14102         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
14103         Reported by Gary V. Vaughan <gary@gnu.org>.
14104
14105 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
14106
14107         Revamp lchown so that it lives in unistd.h where it belongs.
14108         * lib/lchown.h: Remove.
14109         * lib/dirchownmod.c: Don't include lib/lchown.h.
14110         * lib/fchownat.c: Likewise.
14111         * lib/openat.c: Likewise.
14112         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
14113         does not follow symlinks.
14114         (EOPNOTSUPP): Define if not defined.
14115         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
14116         is defined to 0.
14117         (lchown): New decl.
14118         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
14119         Do not check for lchown decl.
14120         Set REPLACE_LCHOWN.
14121         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
14122         REPLACE_LCHOWN.
14123         * modules/chown: Make it clear it follows symlinks.
14124         * modules/lchown: Make it clear it doesn't follow symlinks.
14125         (Files): Remove lib/lchown.h
14126         (Depends-on): Add unistd.
14127         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
14128         (Include): Include <unistd.h>, not "lchown.h".
14129         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
14130         REPLACE_LCHOWN.
14131
14132 2007-06-15  Jim Meyering  <jim@meyering.net>
14133
14134         Change license (GPL to LGPL) of fsusage and dependents.
14135         * modules/fsusage (License): Change to LGPL.
14136         * modules/full-read (License): Likewise.
14137         * modules/full-write (License): Likewise.
14138         * modules/safe-read (License): Likewise.
14139         * modules/safe-write (License): Likewise.
14140
14141 2007-06-14  Ben Pfaff  <blp@gnu.org>
14142
14143         Missing part of allocsa -> malloca transition.
14144         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
14145         gl_MALLOCA.
14146
14147 2007-06-12  Bruno Haible  <bruno@clisp.org>
14148
14149         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
14150         to ia64, x86_64, i386.
14151         Reported by Eric Blake.
14152
14153 2007-06-12  Bruno Haible  <bruno@clisp.org>
14154
14155         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
14156         cross-compiling to x86_64.
14157
14158 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
14159
14160         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
14161         glitch reported by Ralf Wildenhues in
14162         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
14163
14164         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
14165         Vin Shelton.
14166
14167 2007-06-11  Bruno Haible  <bruno@clisp.org>
14168
14169         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
14170         replacement string.
14171         Reported by Eric Blake.
14172
14173 2007-06-10  Bruno Haible  <bruno@clisp.org>
14174
14175         Prepare vasnprintf code for use with Unicode strings.
14176         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
14177         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
14178         TYPE_U32_STRING.
14179         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
14180         a_u32_string variants.
14181         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14182         * lib/printf-args.c: Don't include config.h and the specification
14183         header if PRINTF_FETCHARGS is already defined.
14184         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14185         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
14186         TYPE_U16_STRING, TYPE_U32_STRING.
14187         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
14188         u16_directive, u16_directives, u32_directive, u32_directives): New
14189         types.
14190         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
14191         New declarations.
14192         * lib/printf-parse.c: Don't include config.h and the specification
14193         header if PRINTF_PARSE is already defined. Eliminate the set of
14194         parameters for WIDE_CHAR_VERSION; the user of this file must provide
14195         them now. Include c-ctype.h.
14196         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
14197         directive and CHAR_T_ONLY_ASCII.
14198         * lib/vasnprintf.c: Don't include config.h and the specification header
14199         if VASNPRINTF is already defined.
14200         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
14201         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
14202         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
14203         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
14204         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
14205         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
14206         code accordingly.
14207         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
14208         pad_ourselves also in this case, with the 'c' and 's' directives, and
14209         with a different notion of "width".
14210         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
14211
14212 2007-06-10  Bruno Haible  <bruno@clisp.org>
14213
14214         * modules/unistr/u32-mbsnlen: New file.
14215         * lib/unistr/u32-mbsnlen.c: New file.
14216
14217         * modules/unistr/u16-mbsnlen: New file.
14218         * lib/unistr/u16-mbsnlen.c: New file.
14219
14220         * modules/unistr/u8-mbsnlen: New file.
14221         * lib/unistr/u8-mbsnlen.c: New file.
14222
14223         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
14224         declarations.
14225
14226 2007-06-10  Bruno Haible  <bruno@clisp.org>
14227
14228         * lib/string_.h (mbsnlen): New declaration.
14229         * lib/mbsnlen.c: New file.
14230         * m4/mbsnlen.m4: New file.
14231         * modules/mbsnlen: New file.
14232         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
14233         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
14234         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
14235
14236 2007-06-10  Bruno Haible  <bruno@clisp.org>
14237
14238         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
14239
14240 2007-06-10  Bruno Haible  <bruno@clisp.org>
14241
14242         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
14243         * lib/mbuiter.h: Likewise.
14244
14245 2007-06-10  Bruno Haible  <bruno@clisp.org>
14246
14247         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
14248         declaration.
14249
14250 2007-06-10  Karl Berry  <karl@gnu.org>
14251
14252         * config/srclist.txt: remove gettext entries, Bruno prefers
14253         to update individually.
14254
14255 2007-06-10  Bruno Haible  <bruno@clisp.org>
14256
14257         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
14258         'maxlen'. Ensure only length + width bytes are allocated, not
14259         length + 1 + width.
14260
14261 2007-06-09  Bruno Haible  <bruno@clisp.org>
14262
14263         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
14264         (CHAR_T): Remove macro.
14265         (VASNPRINTF): Update.
14266
14267 2007-06-09  Bruno Haible  <bruno@clisp.org>
14268
14269         * MODULES.html.sh (Unicode string functions): Add the new modules.
14270
14271         * modules/uniconv/u32-conv-to-enc: New file.
14272         * lib/uniconv/u32-conv-to-enc.c: New file.
14273         * modules/uniconv/u32-conv-to-enc-tests: New file.
14274         * tests/uniconv/test-u32-conv-to-enc.c: New file.
14275
14276         * modules/uniconv/u16-conv-to-enc: New file.
14277         * lib/uniconv/u16-conv-to-enc.c: New file.
14278         * lib/uniconv/u-conv-to-enc.h: New file.
14279         * modules/uniconv/u16-conv-to-enc-tests: New file.
14280         * tests/uniconv/test-u16-conv-to-enc.c: New file.
14281
14282         * modules/uniconv/u8-conv-to-enc: New file.
14283         * lib/uniconv/u8-conv-to-enc.c: New file.
14284         * modules/uniconv/u8-conv-to-enc-tests: New file.
14285         * tests/uniconv/test-u8-conv-to-enc.c: New file.
14286
14287         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14288         u32_conv_to_encoding): New declarations.
14289
14290 2007-06-09  Bruno Haible  <bruno@clisp.org>
14291
14292         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
14293
14294 2007-06-09  Bruno Haible  <bruno@clisp.org>
14295
14296         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
14297         * modules/malloca: Renamed from modules/allocsa, updated.
14298         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
14299         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
14300         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
14301         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
14302         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
14303         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
14304         * modules/xmalloca: Renamed from modules/xallocsa, updated.
14305         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
14306         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
14307         * modules/c-strcasestr (Depends-on): Update.
14308         * lib/c-strcasestr.c: Update.
14309         * modules/c-strstr (Depends-on): Update.
14310         * lib/c-strstr.c: Update.
14311         * modules/canonicalize-lgpl (Depends-on): Update.
14312         * lib/canonicalize-lgpl.c: Update.
14313         * modules/clean-temp (Depends-on): Update.
14314         * lib/clean-temp.c: Update.
14315         * modules/csharpcomp (Depends-on): Update.
14316         * lib/csharpcomp.c: Update.
14317         * modules/csharpexec (Depends-on): Update.
14318         * lib/csharpexec.c: Update.
14319         * modules/javacomp (Depends-on): Update.
14320         * lib/javacomp.c: Update.
14321         * modules/javaexec (Depends-on): Update.
14322         * lib/javaexec.c: Update.
14323         * modules/mbscasestr (Depends-on): Update.
14324         * lib/mbscasestr.c: Update.
14325         * modules/mbsstr (Depends-on): Update.
14326         * lib/mbsstr.c: Update.
14327         * modules/setenv (Depends-on): Update.
14328         * lib/setenv.c: Update.
14329         * modules/strcasestr (Depends-on): Update.
14330         * lib/strcasestr.c: Update.
14331         * modules/striconveha (Depends-on): Update.
14332         * lib/striconveha.c: Update.
14333         * modules/relocatable-prog-wrapper (Files): Update.
14334         * lib/relocwrapper.c: Update.
14335         * build-aux/install-reloc: Update.
14336         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
14337
14338 2007-06-08  Bruno Haible  <bruno@clisp.org>
14339
14340         Port to uClibc.
14341         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
14342         * lib/fpurge.c (fpurge): Likewise.
14343         * lib/freading.c (freading): Likewise.
14344         * lib/fseeko.c (rpl_fseeko): Likewise.
14345         * lib/fseterr.c (fseterr): Likewise.
14346         * lib/fwriting.c (fwriting): Likewise.
14347         * tests/test-fflush.c (main): Avoid a failure on uClibc.
14348
14349 2007-06-08  Bruno Haible  <bruno@clisp.org>
14350
14351         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
14352         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
14353         * modules/gettext (Files): Add m4/intlmacosx.m4.
14354
14355 2007-06-07  Bruno Haible  <bruno@clisp.org>
14356
14357         * modules/localename-tests: New file.
14358         * tests/test-localename.c: New file.
14359
14360         New module 'localename'.
14361         * lib/localename.h: New file.
14362         * lib/localename.c: New file, from GNU gettext.
14363         * m4/localename.m4: New file.
14364         * modules/localename: New file.
14365
14366 2007-06-07  Bruno Haible  <bruno@clisp.org>
14367
14368         Work around the lack of <wchar.h> on some builds of uClibc.
14369         * doc/headers/wchar.texi: Update.
14370         * lib/wchar_.h: Include <wchar.h> only if it exists.
14371         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
14372         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
14373         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
14374         doesn't exist.
14375         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
14376         * modules/mbfile (Depends-on): Add wchar.
14377         * modules/mbiter (Depends-on): Likewise.
14378         * modules/mbuiter (Depends-on): Likewise.
14379         Reported by Simon Josefsson.
14380
14381 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         Work around problem reported by Steven M. Schweda in
14384         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
14385         Tru64 5.1B with the Compaq compiler environment installed declares
14386         an 'isblank' function but does not define it in the C library.
14387         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
14388         * lib/regex_internal.h (isblank): Likewise.
14389         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
14390         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14391
14392 2007-06-05  Bruno Haible  <bruno@clisp.org>
14393
14394         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
14395         ia64.
14396         * modules/printf-safe: New file.
14397         * modules/fprintf-posix (Depends-on): Add printf-safe.
14398         * modules/printf-posix (Depends-on): Likewise.
14399         * modules/snprintf-posix (Depends-on): Likewise.
14400         * modules/sprintf-posix (Depends-on): Likewise.
14401         * modules/vasnprintf-posix (Depends-on): Likewise.
14402         * modules/vasprintf-posix (Depends-on): Likewise.
14403         * modules/vfprintf-posix (Depends-on): Likewise.
14404         * modules/vprintf-posix (Depends-on): Likewise.
14405         * modules/vsnprintf-posix (Depends-on): Likewise.
14406         * modules/vsprintf-posix (Depends-on): Likewise.
14407         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
14408         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
14409         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
14410         "no" on i386, x86_64, ia64.
14411         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
14412         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14413         on i386, x86_64, ia64.
14414         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
14415         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14416         on i386, x86_64, ia64.
14417         * tests/test-vasnprintf-posix.c: Include float.h.
14418         (LDBL80_WORDS): New macro.
14419         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14420         on i386, x86_64, ia64.
14421         * tests/test-vasprintf-posix.c: Include float.h.
14422         (LDBL80_WORDS): New macro.
14423         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14424         on i386, x86_64, ia64.
14425         * tests/test-snprintf-posix.c: Include float.h.
14426         * tests/test-sprintf-posix.c: Likewise.
14427         * tests/test-vsnprintf-posix.c: Likewise.
14428         * tests/test-vsprintf-posix.c: Likewise.
14429
14430 2007-06-05  Bruno Haible  <bruno@clisp.org>
14431
14432         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
14433         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
14434         non-IEEE numbers on i386, x86_64, ia64.
14435         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
14436         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
14437         * tests/test-isnanl.h: Include float.h.
14438         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
14439
14440 2007-06-05  Bruno Haible  <bruno@clisp.org>
14441
14442         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
14443         also the %a / %A. Handle the %a / %A code before this extra handling.
14444
14445 2007-06-05  Bruno Haible  <bruno@clisp.org>
14446
14447         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
14448         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
14449
14450 2007-06-05  Bruno Haible  <bruno@clisp.org>
14451
14452         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
14453         typo in variable name.
14454
14455 2007-06-05  Eric Blake  <ebb9@byu.net>
14456
14457         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
14458         Reported by Simon Josefsson.
14459
14460 2007-06-04  Bruno Haible  <bruno@clisp.org>
14461
14462         Avoid test failures on some PowerPC platforms.
14463         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
14464         Define differently for PowerPC.
14465         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
14466         Reported by Gary V. Vaughan <gary@gnu.org>.
14467
14468 2007-06-02  Bruno Haible  <bruno@clisp.org>
14469
14470         Fix test-stdint failure on FreeBSD/ia64.
14471         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
14472         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
14473         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
14474         * doc/headers/stdint.texi: Update.
14475
14476 2007-06-01  Bruno Haible  <bruno@clisp.org>
14477
14478         * tests/test-binary-io.c (main): Pass a third argument to open().
14479         Reported by Gary V. Vaughan <gary@gnu.org>.
14480
14481 2007-06-01  Bruno Haible  <bruno@clisp.org>
14482
14483         * doc/functions/frexpl.texi: Update for mingw.
14484
14485 2007-06-01  Bruno Haible  <bruno@clisp.org>
14486
14487         * tests/test-lseek.c (main): Disable test of errno for invalid third
14488         argument.
14489         * doc/functions/lseek.texi: Update.
14490         Reported by Gary V. Vaughan <gary@gnu.org>.
14491
14492 2007-05-28  Bruno Haible  <bruno@clisp.org>
14493
14494         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
14495
14496 2007-05-31  Eric Blake  <ebb9@byu.net>
14497
14498         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
14499         cross compiling.
14500
14501 2007-05-30  Eric Blake  <ebb9@byu.net>
14502         and Bruno Haible  <bruno@clisp.org>
14503
14504         Work around mingw test failures exposed by m4-1.4.9b.
14505         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
14506         * tests/test-unistd.c: Disable uid_t and git_t tests for the
14507         moment.
14508
14509 2007-05-30  Bruno Haible  <bruno@clisp.org>
14510
14511         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
14512         assuming that they are closed. Needed on HP-UX 11.
14513
14514 2007-05-29  Bruno Haible  <bruno@clisp.org>
14515
14516         Fix a problem with #include_next.
14517         * lib/dirent_.h: Split the double-inclusion guard.
14518         * lib/fcntl_.h: Likewise.
14519         * lib/float_.h: Likewise.
14520         * lib/iconv_.h: Likewise.
14521         * lib/inttypes_.h: Likewise.
14522         * lib/locale_.h: Likewise.
14523         * lib/math_.h: Likewise.
14524         * lib/netinet_in_.h: Likewise.
14525         * lib/search_.h: Likewise.
14526         * lib/signal_.h: Likewise.
14527         * lib/stdint_.h: Likewise.
14528         * lib/stdio_.h: Likewise.
14529         * lib/stdlib_.h: Likewise.
14530         * lib/string_.h: Likewise.
14531         * lib/sys_select_.h: Likewise.
14532         * lib/sys_socket_.h: Likewise.
14533         * lib/sys_stat_.h: Likewise.
14534         * lib/sys_time_.h: Likewise.
14535         * lib/sysexits_.h: Likewise.
14536         * lib/time_.h: Likewise.
14537         * lib/unistd_.h: Likewise.
14538         * lib/wchar_.h: Likewise.
14539         * lib/wctype_.h: Likewise.
14540
14541 2007-05-29  Bruno Haible  <bruno@clisp.org>
14542
14543         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
14544         for the moment.
14545
14546 2007-05-29  Bruno Haible  <bruno@clisp.org>
14547
14548         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
14549         invocation.
14550         Reported by Eric Blake.
14551
14552 2007-05-29  Bruno Haible  <bruno@clisp.org>
14553
14554         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
14555         compiling case.
14556
14557 2007-05-29  Eric Blake  <ebb9@byu.net>
14558             Bruno Haible  <bruno@clisp.org>
14559
14560         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
14561         cross compiles.
14562
14563 2007-05-28  Eric Blake  <ebb9@byu.net>
14564
14565         * modules/closein-tests (test_closein_LDADD): Support test on
14566         cygwin with libtool.
14567
14568 2007-05-28  Bruno Haible  <bruno@clisp.org>
14569
14570         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
14571         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14572         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14573         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14574         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14575         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14576         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14577         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14578         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14579
14580 2007-05-28  Eric Blake  <ebb9@byu.net>
14581
14582         Unconditionally include <config.h> in unit tests.
14583         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
14584         * tests/test-allocsa.c, tests/test-arcfour.c,
14585         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
14586         tests/test-array_list.c, tests/test-array_oset.c,
14587         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
14588         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
14589         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
14590         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
14591         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
14592         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
14593         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
14594         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
14595         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
14596         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
14597         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
14598         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
14599         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
14600         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
14601         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
14602         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
14603         test-md5.c, test-memmem.c, test-printf-posix.c,
14604         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
14605         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
14606         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
14607         test-strcasestr.c, test-striconv.c, test-striconveh.c,
14608         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
14609         test-vasnprintf-posix2.c, test-vasnprintf.c,
14610         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
14611         test-vfprintf-posix.c, test-vprintf-posix.c,
14612         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
14613         test-xvasprintf.c: Likewise.
14614
14615 2007-05-28  Bruno Haible  <bruno@clisp.org>
14616
14617         * gnulib-tool (func_import): Remember the --with-tests command-line
14618         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
14619         Reported by Eric Blake.
14620
14621 2007-05-28  Bruno Haible  <bruno@clisp.org>
14622
14623         * modules/ftell-tests: New file.
14624         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
14625         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
14626
14627         * lib/ftell.c: New file.
14628         * modules/ftell: New file.
14629         * m4/ftell.m4: New file.
14630         * doc/functions/ftell.texi: Update.
14631         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
14632         REPLACE_FTELL.
14633         * lib/stdio_.h (rpl_ftell): New declaration.
14634         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
14635         REPLACE_FTELL.
14636
14637 2007-05-28  Eric Blake  <ebb9@byu.net>
14638
14639         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
14640
14641 2007-05-28  Bruno Haible  <bruno@clisp.org>
14642
14643         * modules/fseek-tests: New file.
14644         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
14645         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
14646
14647         * lib/fseek.c: New file.
14648         * modules/fseek: New file.
14649         * m4/fseek.m4: New file.
14650         * doc/functions/fseek.texi: Update.
14651         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
14652         REPLACE_FSEEK.
14653         * lib/stdio_.h (rpl_fseek): New declaration.
14654         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
14655         REPLACE_FSEEK.
14656
14657 2007-05-28  Bruno Haible  <bruno@clisp.org>
14658
14659         * lib/stdio_.h (fflush): More comments.
14660
14661 2007-05-28  Bruno Haible  <bruno@clisp.org>
14662
14663         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
14664         runtime test.
14665
14666 2007-05-28  Eric Blake  <ebb9@byu.net>
14667
14668         Improve lseek module.
14669         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
14670         * lib/unistd_.h (lseek): Scale back link warning message.
14671         * tests/test-lseek.c: Beef up test.
14672         * tests/test-lseek.sh: Exercise more facets of lseek.
14673         Reported by Bruno Haible.
14674
14675 2007-05-28  Bruno Haible  <bruno@clisp.org>
14676
14677         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
14678         to define.
14679
14680 2007-05-27  Bruno Haible  <bruno@clisp.org>
14681
14682         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
14683
14684 2007-05-27  Bruno Haible  <bruno@clisp.org>
14685
14686         * modules/openmp: New file.
14687         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
14688         Noah Misch.
14689
14690 2007-05-26  Bruno Haible  <bruno@clisp.org>
14691
14692         * modules/chdir-long (Depends-on): Add fchdir.
14693         * modules/chdir-safer (Depends-on): Likewise.
14694         * modules/fts (Depends-on): Likewise.
14695         * modules/fts-lgpl (Depends-on): Likewise.
14696         * modules/openat (Depends-on): Likewise.
14697         * modules/savewd (Depends-on): Likewise.
14698
14699 2007-05-24  Eric Blake  <ebb9@byu.net>
14700
14701         Fix lseek on mingw.
14702         * modules/lseek: New module.
14703         * m4/lseek.m4: New file.
14704         * lib/lseek.c: New file.
14705         * modules/lseek-tests: New file.
14706         * tests/test-lseek.c: New file.
14707         * tests/test-lseek.sh: New file.
14708         * MODULES.html.sh: Document lseek module.
14709         * modules/fflush (Depends-on): Add lseek, fseeko.
14710         * modules/fseeko (Depends-on): Likewise.
14711         * modules/ftello (Depends-on): Likewise.
14712         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
14713         broken.
14714         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
14715         broken.
14716         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
14717         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
14718         * lib/ftello.c (rpl_ftello): Likewise.
14719         * tests/test-fseeko.c (main): Test this.
14720         * tests/test-fseeko.sh: Likewise.
14721         * tests/test-ftello.c (main): Likewise.
14722         * tests/test-ftello.sh: Likewise.
14723         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
14724         implies replacing fseek.
14725         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
14726         HAVE_FTELLO.
14727         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
14728         * modules/unistd (Makefile.am): Likewise.
14729         * lib/unistd_.h (lseek): Declare a replacement.
14730         * doc/functions/lseek.texi (lseek): Document this fix.
14731         * doc/functions/fseek.texi (fseek): Likewise.
14732         * doc/functions/ftell.texi (ftell): Likewise.
14733
14734 2007-05-24  Bruno Haible  <bruno@clisp.org>
14735
14736         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
14737         in the printed representation of a NaN.
14738         * tests/test-vasprintf-posix.c (test_function): Likewise.
14739         * tests/test-snprintf-posix.h (test_function): Likewise.
14740         * tests/test-sprintf-posix.h (test_function): Likewise.
14741         Reported by Eric Blake.
14742
14743 2007-05-23  Eric Blake  <ebb9@byu.net>
14744
14745         Fix fseeko/ftello on cygwin 1.5.24.
14746         * doc/functions/fseeko.texi (fseeko): Document the fix.
14747         * doc/functions/ftello.texi (ftello): Document the fix.
14748         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
14749         * doc/functions/stdout.text (stdout): New file.
14750         * doc/functions/stderr.text (stderr): New file.
14751         * doc/gnulib.texi (Function Substitutes): Use new files.
14752         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
14753         prior to 1.7.0.
14754         * tests/test-ftello.c (main): Likewise for ftello.
14755         * tests/test-fseeko.sh: New file.
14756         * tests/test-ftello.sh: New file.
14757         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
14758         with seekable stdin.
14759         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
14760         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
14761         (gl_REPLACE_FSEEKO): New macro.
14762         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
14763         * modules/fseeko (Files): Distribute fseeko.c.
14764         * modules/ftello (Files): Distribute ftello.c.
14765         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
14766         mode.
14767         * lib/ftello.c (rpl_ftello): New file.
14768         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
14769         fseeko, ftello.
14770         (gl_STDIN_LARGE_OFFSET): New macro.
14771         * modules/stdio (Makefile.am): Perform the replacement.
14772         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
14773
14774 2007-05-23  Bruno Haible  <bruno@clisp.org>
14775
14776         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
14777         GNULIB_POSIXCHECK is defined.
14778
14779 2007-05-21  Bruno Haible  <bruno@clisp.org>
14780
14781         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
14782         Check also the output for NaN arguments. When cross-compiling, guess
14783         no on IRIX.
14784         * lib/vasnprintf.c: Update comments.
14785         * tests/test-vasnprintf-posix.c (strisnan): New function.
14786         (test_function): Use it.
14787         * tests/test-vasprintf-posix.c (strisnan): New function.
14788         (test_function): Use it.
14789         * tests/test-snprintf-posix.h (strisnan): New function.
14790         (test_function): Use it.
14791         * tests/test-sprintf-posix.h (strisnan): New function.
14792         (test_function): Use it.
14793         Reported by Eric Blake.
14794
14795 2007-05-20  Bruno Haible  <bruno@clisp.org>
14796
14797         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
14798         numbers that fails on BeOS.
14799         * doc/functions/frexpl.texi: Update.
14800
14801 2007-05-20  Jim Meyering  <jim@meyering.net>
14802
14803         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
14804         forced upon us by glibc-2.6.
14805
14806 2007-05-20  Bruno Haible  <bruno@clisp.org>
14807
14808         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
14809         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
14810         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
14811         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
14812         NEED_PRINTF_INFINITE.
14813         (is_infinitel): New function.
14814         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
14815         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
14816         gl_PREREQ_VASNPRINTF_INFINITE.
14817         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
14818         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14819         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
14820         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
14821         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
14822         gl_PREREQ_VASNPRINTF_INFINITE.
14823         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14824         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14825         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14826         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14827         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14828         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14829         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14830         * doc/functions/fprintf.texi: Update.
14831         * doc/functions/printf.texi: Update.
14832         * doc/functions/snprintf.texi: Update.
14833         * doc/functions/sprintf.texi: Update.
14834         * doc/functions/vfprintf.texi: Update.
14835         * doc/functions/vprintf.texi: Update.
14836         * doc/functions/vsnprintf.texi: Update.
14837         * doc/functions/vsprintf.texi: Update.
14838
14839 2007-05-20  Bruno Haible  <bruno@clisp.org>
14840
14841         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
14842         was not found in libc.
14843         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
14844
14845 2007-05-20  Bruno Haible  <bruno@clisp.org>
14846
14847         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14848         printed as "-nan" instead of "nan".
14849         * tests/test-vasprintf-posix.c (test_function): Likewise.
14850         * tests/test-snprintf-posix.h (test_function): Likewise.
14851         * tests/test-sprintf-posix.h (test_function): Likewise.
14852         Needed for HP-UX 11.
14853
14854 2007-05-20  Jim Meyering  <jim@meyering.net>
14855
14856         Fix buggy test for the fchownat-deref bug.
14857         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
14858         symlink required for the run-test.  Without it, this test would
14859         always declare that fchownat doesn't work, and client code would
14860         unnecessarily use the replacement function with fixed libc.
14861         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
14862         Reported by Greg Schafer.
14863
14864 2007-05-19  Bruno Haible  <bruno@clisp.org>
14865
14866         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
14867         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
14868         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
14869         Needed for IRIX 6.5 and Solaris 2.5.1.
14870
14871 2007-05-19  Bruno Haible  <bruno@clisp.org>
14872
14873         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
14874         (test_function): Skip tests involving -0.0 on platforms where
14875         -0.0 = 0.0.
14876         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
14877         (test_function): Skip tests involving -0.0 on platforms where
14878         -0.0 = 0.0.
14879         * tests/test-snprintf-posix.h (have_minus_zero): New function.
14880         (test_function): Skip tests involving -0.0 on platforms where
14881         -0.0 = 0.0.
14882         * tests/test-sprintf-posix.h (have_minus_zero): New function.
14883         (test_function): Skip tests involving -0.0 on platforms where
14884         -0.0 = 0.0.
14885         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
14886         tests.
14887         * tests/test-printf-posix.h (test_function): Likewise.
14888         * tests/test-printf-posix.output: Remove all -0.0 related results.
14889         Needed for IRIX 6.5.
14890
14891 2007-05-19  Bruno Haible  <bruno@clisp.org>
14892
14893         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14894         printed as "nan0x7fffffff" instead of "nan".
14895         * tests/test-vasprintf-posix.c (test_function): Likewise.
14896         * tests/test-snprintf-posix.h (test_function): Likewise.
14897         * tests/test-sprintf-posix.h (test_function): Likewise.
14898         * tests/test-fprintf-posix.h (NaN): Remove macro.
14899         (test_function): Remove all NaN related tests.
14900         * tests/test-printf-posix.h (NaN): Remove macro.
14901         (test_function): Remove all NaN related tests.
14902         * tests/test-printf-posix.output: Remove all NaN related results.
14903         Needed for IRIX 6.5.
14904
14905 2007-05-19  Bruno Haible  <bruno@clisp.org>
14906
14907         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
14908         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
14909
14910 2007-05-19  Bruno Haible  <bruno@clisp.org>
14911
14912         * lib/float_.h: New file.
14913         * m4/float_h.m4: New file.
14914         * modules/float: New file.
14915         * modules/isnanl (Dependencies): Add float.
14916         * modules/isnanl-nolibm (Dependencies): Likewise.
14917         * modules/mathl (Dependencies): Likewise.
14918         * modules/printf-frexpl (Dependencies): Likewise.
14919         * modules/signbit (Dependencies): Likewise.
14920         * modules/vasnprintf (Dependencies): Likewise.
14921         * doc/headers/float.texi: Update.
14922
14923 2007-05-19  Jim Meyering  <jim@meyering.net>
14924
14925         * lib/utimens.c (gl_futimens): Rename from futimens,
14926         now that glibc-2.6 declares futimens.
14927         * lib/utimens.h: Likewise.
14928
14929 2007-05-19  Bruno Haible  <bruno@clisp.org>
14930
14931         Avoid test failures on mingw.
14932         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
14933         * tests/test-printf-posix.sh: Likewise.
14934         * tests/test-vfprintf-posix.sh: Likewise.
14935         * tests/test-vprintf-posix.sh: Likewise.
14936
14937 2007-05-19  Bruno Haible  <bruno@clisp.org>
14938
14939         Fix *printf result for NaN, Inf, -0.0 on mingw.
14940         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
14941         * lib/vasnprintf.c: Include math.h and isnan.h.
14942         (is_infinite_or_zero): New function.
14943         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
14944         values in the %f, %F, %e, %E, %g, %G directives.
14945         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
14946         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14947         gl_PRINTF_INFINITE and test its result. Invoke
14948         gl_PREREQ_VASNPRINTF_INFINITE.
14949         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14950         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14951         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14952         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14953         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14954         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14955         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14956         * doc/functions/fprintf.texi: Update.
14957         * doc/functions/printf.texi: Update.
14958         * doc/functions/snprintf.texi: Update.
14959         * doc/functions/sprintf.texi: Update.
14960         * doc/functions/vfprintf.texi: Update.
14961         * doc/functions/vprintf.texi: Update.
14962         * doc/functions/vsnprintf.texi: Update.
14963         * doc/functions/vsprintf.texi: Update.
14964
14965 2007-05-19  Bruno Haible  <bruno@clisp.org>
14966
14967         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
14968         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
14969         Instead of multiplying with 10^k, set extra_zeroes to k.
14970         (scale10_round_long_double): Remove function.
14971
14972 2007-05-18  Bruno Haible  <bruno@clisp.org>
14973
14974         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
14975         introduced on 2007-05-06.
14976
14977 2007-05-18  Bruno Haible  <bruno@clisp.org>
14978
14979         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
14980         %g directives.
14981         * tests/test-vasprintf-posix.c (test_function): Likewise.
14982         * tests/test-snprintf-posix.h (test_function): Likewise.
14983         * tests/test-sprintf-posix.h (test_function): Likewise.
14984
14985 2007-05-18  Bruno Haible  <bruno@clisp.org>
14986
14987         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
14988         (strmatch): New function.
14989         (test_function): Test the %f directive on numbers of various exponents.
14990         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
14991         (strmatch): New function.
14992         (test_function): Test the %f directive on numbers of various exponents.
14993         * tests/test-snprintf-posix.h (strmatch): New function.
14994         (test_function): Test the %f directive on numbers of various exponents.
14995         * tests/test-sprintf-posix.h (strmatch): New function.
14996         (test_function): Test the %f directive on numbers of various exponents.
14997         * tests/test-snprintf-posix.c (SIZEOF): New macro.
14998         * tests/test-sprintf-posix.c (SIZEOF): New macro.
14999         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
15000         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
15001
15002 2007-05-18  Bruno Haible  <bruno@clisp.org>
15003
15004         Add support for 'long double' number output.
15005         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
15006         * lib/vasnprintf.c: Include math.h and float+.h.
15007         (mp_limb_t): New type.
15008         (GMP_LIMB_BITS): New macro.
15009         (mp_twolimb_t): New type.
15010         (GMP_TWOLIMB_BITS): New macro.
15011         (mpn_t): New type.
15012         (multiply, divide, convert_to_decimal, decode_long_double,
15013         scale10_round_long_double, scale10_round_decimal_long_double,
15014         floorlog10l): New functions.
15015         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
15016         for the %f, %F, %e, %E, %g, %G directives.
15017         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
15018         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15019         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
15020         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
15021         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15022         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15023         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15024         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15025         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15026         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15027         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15028         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
15029         * modules/snprintf-posix (Depends-on): Likewise.
15030         * modules/sprintf-posix (Depends-on): Likewise.
15031         * modules/vasnprintf-posix (Depends-on): Likewise.
15032         * modules/vasprintf-posix (Depends-on): Likewise.
15033         * modules/vfprintf-posix (Depends-on): Likewise.
15034         * modules/vsnprintf-posix (Depends-on): Likewise.
15035         * modules/vsprintf-posix (Depends-on): Likewise.
15036         * modules/vasnprintf (Files): Add lib/float+.h.
15037         * doc/functions/fprintf.texi: Update.
15038         * doc/functions/printf.texi: Update.
15039         * doc/functions/snprintf.texi: Update.
15040         * doc/functions/sprintf.texi: Update.
15041         * doc/functions/vfprintf.texi: Update.
15042         * doc/functions/vprintf.texi: Update.
15043         * doc/functions/vsnprintf.texi: Update.
15044         * doc/functions/vsprintf.texi: Update.
15045
15046 2007-05-18  Bruno Haible  <bruno@clisp.org>
15047
15048         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
15049
15050 2007-05-18  Bruno Haible  <bruno@clisp.org>
15051
15052         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
15053         for printing 64-bit integers. Needed for mingw.
15054
15055 2007-05-18  Bruno Haible  <bruno@clisp.org>
15056
15057         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15058         gl_FUNC_FREXPL_WORKS.
15059         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
15060
15061 2007-05-18  Bruno Haible  <bruno@clisp.org>
15062
15063         * modules/frexpl-nolibm-tests: New file.
15064
15065         * modules/frexpl-nolibm: New file.
15066         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
15067
15068 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15069
15070         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
15071         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15072         GCC 4.2, which otherwise issues a lot of warnings.
15073         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
15074         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
15075         Likewise.
15076         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
15077         * modules/iconv_open (iconv.h): Likewise.
15078         * modules/locale (locale.h): Likewise.
15079         * modules/netinet_in (netinet/in.h): Likewise.
15080         * modules/sys_select (sys_select.h): Likewise.
15081         * modules/sys_socket (sys/socket.h): Likewise.
15082         * modules/sys_stat (sys/stat.h): Likewise.
15083         * modules/sysexits (sysexits.h): Likewise.
15084         * modules/unistd (unistd.h): Likewise.
15085
15086 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15087
15088         * modules/closein-tests (Makefile.am): Distribute
15089         `test-closein.sh'.
15090
15091 2007-05-17  Bruno Haible  <bruno@clisp.org>
15092
15093         * tests/test-printf-posix.output: Renamed from
15094         tests/test-fprintf-posix.out.
15095         * modules/fprintf-posix-tests: Update.
15096         * modules/printf-posix-tests: Update.
15097         * modules/vfprintf-posix-tests: Update.
15098         * modules/vprintf-posix-tests: Update.
15099         * tests/test-fprintf-posix.sh: Update.
15100         * tests/test-printf-posix.sh: Update.
15101         * tests/test-vfprintf-posix.sh: Update.
15102         * tests/test-vprintf-posix.sh: Update.
15103         Reported by Ralf Wildenhues.
15104
15105 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15106
15107         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
15108         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15109         GCC 4.2, which otherwise issues a lot of warnings.
15110         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
15111         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
15112         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
15113         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
15114         it should no longer be needed.
15115         * lib/string_.h: Likewise.
15116         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
15117         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
15118         * modules/inttypes (inttypes.h): Likewise.
15119         * modules/math (math.h): Likewise.
15120         * modules/search (search.h): Likewise.
15121         * modules/signal (signal.h): Likewise.
15122         * modules/stdint (stdint.h): Likewise.
15123         * modules/stdio (stdio.h): Likewise.
15124         * modules/stdlib (stdlib.h): Likewise.
15125         * modules/string (string.h): Likewise.
15126         * modules/sys_time (sys/time.h): Likewise.
15127         * modules/time (time.h): Likewise.
15128         * modules/wchar (wchar.h): Likewise.
15129         * modules/wctype (wtype.h): Likewise.
15130
15131 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
15132
15133         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
15134
15135 2007-05-13  Bruno Haible  <bruno@clisp.org>
15136
15137         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
15138         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15139         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
15140         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15141         (gl_PREREQ_STRTOK_R): Don't require it here.
15142
15143 2007-05-13  Bruno Haible  <bruno@clisp.org>
15144
15145         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
15146         when used in C++ mode.
15147
15148 2007-05-12  Bruno Haible  <bruno@clisp.org>
15149
15150         * lib/linebuffer.h: Tweak doc.
15151         * lib/linebuffer.c: Likewise.
15152
15153 2007-05-12  James Youngman  <jay@gnu.org>
15154
15155         * lib/linebuffer.c (readlinebuffer_delim): New function,
15156         like readlinebuffer, but use a caller-specified delimiter.
15157         (readlinebuffer): Just call readlinebuffer_delim with '\n'
15158         as the delimiter.
15159         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
15160
15161 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15162
15163         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
15164         * modules/openat (Files): Remove openat-die.c.
15165         (Depends-on): Add openat-die.
15166         * modules/openat-die: New module.
15167
15168 2007-05-06  Bruno Haible  <bruno@clisp.org>
15169
15170         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
15171         Update with info about Cygwin.
15172         * doc/functions/fprintf.texi: Update.
15173         * doc/functions/printf.texi: Update.
15174         * doc/functions/snprintf.texi: Update.
15175         * doc/functions/sprintf.texi: Update.
15176         * doc/functions/vfprintf.texi: Update.
15177         * doc/functions/vprintf.texi: Update.
15178         * doc/functions/vsnprintf.texi: Update.
15179         * doc/functions/vsprintf.texi: Update.
15180         Reported by Eric Blake.
15181
15182 2007-05-06  Bruno Haible  <bruno@clisp.org>
15183
15184         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
15185         padding ourselves for the floating-point directives.
15186         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
15187         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
15188         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15189         gl_PRINTF_FLAG_ZERO and test its result. Invoke
15190         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
15191         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15192         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15193         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15194         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15195         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15196         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15197         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15198         * tests/test-snprintf-posix.h (test_function): Also check the width
15199         and some flags in the %f directive.
15200         * tests/test-sprintf-posix.h (test_function): Likewise.
15201         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15202         * tests/test-vasprintf-posix.c (test_function): Likewise.
15203         * doc/functions/fprintf.texi: Update.
15204         * doc/functions/printf.texi: Update.
15205         * doc/functions/snprintf.texi: Update.
15206         * doc/functions/sprintf.texi: Update.
15207         * doc/functions/vfprintf.texi: Update.
15208         * doc/functions/vprintf.texi: Update.
15209         * doc/functions/vsnprintf.texi: Update.
15210         * doc/functions/vsprintf.texi: Update.
15211
15212 2007-05-06  Bruno Haible  <bruno@clisp.org>
15213
15214         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
15215         pass the ' flag character to sprintf or snprintf.
15216         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
15217         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
15218         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15219         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
15220         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
15221         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15222         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15223         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15224         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15225         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15226         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15227         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15228         * tests/test-snprintf-posix.h (test_function): Also check the grouping
15229         flag.
15230         * tests/test-sprintf-posix.h (test_function): Likewise.
15231         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15232         * tests/test-vasprintf-posix.c (test_function): Likewise.
15233         * doc/functions/fprintf.texi: Update.
15234         * doc/functions/printf.texi: Update.
15235         * doc/functions/snprintf.texi: Update.
15236         * doc/functions/sprintf.texi: Update.
15237         * doc/functions/vfprintf.texi: Update.
15238         * doc/functions/vprintf.texi: Update.
15239         * doc/functions/vsnprintf.texi: Update.
15240         * doc/functions/vsprintf.texi: Update.
15241
15242 2007-05-01  Bruno Haible  <bruno@clisp.org>
15243
15244         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
15245
15246 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
15247
15248         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
15249         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
15250
15251 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15252
15253         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
15254         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
15255         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
15256
15257 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
15258
15259         * lib/argp-help.c (struct hol_entry): New member `ord'.
15260         (HOL_ENTRY_PTRCMP): Use ord for comparison
15261         (hol_sort): Initialize ord.
15262
15263 2007-05-01  Bruno Haible  <bruno@clisp.org>
15264
15265         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
15266         Reported by Eric Blake.
15267         * doc/gnulib.texi (Function Substitutes): Update.
15268
15269 2007-05-01  Bruno Haible  <bruno@clisp.org>
15270
15271         * doc/functions.texi: Remove file, now redundant through
15272         doc/functions/*.texi.
15273
15274 2007-05-01  Bruno Haible  <bruno@clisp.org>
15275
15276         * modules/argp (Depends-on): Add sleep.
15277
15278 2007-05-01  Bruno Haible  <bruno@clisp.org>
15279
15280         * modules/sleep-tests: New file.
15281         * tests/test-sleep.c: New file.
15282
15283         * modules/sleep: New file.
15284         * lib/sleep.c: New file.
15285         * m4/sleep.m4: New file.
15286         * lib/unistd_.h (sleep): New declaration.
15287         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
15288         HAVE_SLEEP.
15289         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
15290         * doc/functions/sleep.texi: Document the sleep module.
15291
15292 2007-05-01  Bruno Haible  <bruno@clisp.org>
15293
15294         * lib/sigprocmask.h: Remove file.
15295         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
15296         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
15297         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
15298         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
15299         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
15300         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
15301         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
15302         HAVE_SIGSET_T as a shell variable.
15303         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
15304         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
15305         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
15306         (Depends-on): Add signal. Remove verify.
15307         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
15308         (Include): Mention <signal.h> instead of sigprocmask.h.
15309         * NEWS: Mention the change.
15310         * lib/fatal-signal.c: Don't include sigprocmask.h.
15311
15312 2007-05-01  Bruno Haible  <bruno@clisp.org>
15313
15314         * modules/signal: New file.
15315         * lib/signal_.h: New file.
15316         * m4/signal_h.m4: New file.
15317
15318 2007-05-01  Bruno Haible  <bruno@clisp.org>
15319
15320         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
15321         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
15322         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
15323         HAVE_WCTYPE_CTMP_BUG into wctype.h.
15324
15325 2007-05-01  Bruno Haible  <bruno@clisp.org>
15326
15327         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
15328         configure time.
15329         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
15330         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
15331         * modules/sys_stat (Makefile.am): Substitute their values into
15332         sys/stat.h.
15333
15334 2007-05-01  Bruno Haible  <bruno@clisp.org>
15335
15336         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
15337         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
15338         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
15339
15340 2007-05-01  Bruno Haible  <bruno@clisp.org>
15341
15342         * doc/header/assert.texi: Undo last change: don't mention the gnulib
15343         'assert' module here.
15344
15345 2007-05-01  Bruno Haible  <bruno@clisp.org>
15346
15347         * doc/functions/*.texi: New files.
15348         * doc/functions/google-ranking.txt: New file.
15349         * doc/gnulib.texi (Function Substitutes): New chapter.
15350         (ctime, inet_ntoa): Remove sections.
15351         * doc/ctime.texi: Remove file.
15352         * doc/inet_ntoa.texi: Remove file.
15353         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
15354         dependencies.
15355         (%.info): New rule, specifying a --reference-limit.
15356
15357 2007-05-01  Bruno Haible  <bruno@clisp.org>
15358
15359         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
15360
15361 2007-05-01  Bruno Haible  <bruno@clisp.org>
15362
15363         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
15364         the portability of 'mkdir' to mingw systems.
15365
15366 2007-05-01  Bruno Haible  <bruno@clisp.org>
15367
15368         * doc/headers/google-ranking.txt: New file.
15369
15370 2007-04-30  Eric Blake  <ebb9@byu.net>
15371
15372         Prefer fseeko to fseek.
15373         * modules/getpass (Depends-on): Add fseeko.
15374         * lib/getpass.c (getpass): Use fseeko, not fseek.
15375
15376 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
15377
15378         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
15379         assumes the sorting is stable, while most qsort implementations
15380         are not.  Use argument addresses to ensure they never compare as
15381         equal.
15382
15383         * tests/test-argp-2.sh (usage-indent test): Fix output
15384         (func_compare): Restore diff options
15385         * tests/test-argp.c: Restore #include "progname.h"
15386
15387 2007-04-29  Bruno Haible  <bruno@clisp.org>
15388
15389         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
15390         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15391         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
15392         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15393         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
15394         (configure.ac): Define CHECK_SNPRINTF_POSIX.
15395         (TESTS, check_PROGRAMS): Add test-snprintf.
15396         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
15397         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
15398         (TESTS, check_PROGRAMS): Add test-vsnprintf.
15399         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
15400         assertions that fail on HP-UX, OSF/1, or IRIX.
15401         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
15402
15403 2007-04-29  Bruno Haible  <bruno@clisp.org>
15404
15405         * MODULES.html.sh (posix_functions): Remove 'contents'.
15406
15407 2007-04-29  Karl Berry  <karl@gnu.org>
15408
15409         * config/srclist.txt (gendocs_template_min): new entry.
15410
15411 2007-04-29  Bruno Haible  <bruno@clisp.org>
15412
15413         Work around fpurge bug on BSD systems.
15414         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
15415         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
15416         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
15417         fpurge to rpl_fpurge if the system already has this function.
15418         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
15419         the case where the system already has this function. Correct invariants
15420         on BSD systems.
15421         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
15422         BSD systems.
15423
15424 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
15425
15426         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
15427         proposed by Sven Verdoolaege.
15428
15429         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
15430         options.
15431         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
15432         (usage and help tests): Update
15433
15434 2007-04-29  Bruno Haible  <bruno@clisp.org>
15435
15436         * tests/test-fflush.c (main): Use a file of size 17, not 10.
15437         Print more information in case of failure. Disable a test on BeOS.
15438
15439 2007-04-29  Bruno Haible  <bruno@clisp.org>
15440
15441         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
15442         This helps debugging on systems on which no gdb is available.
15443
15444 2007-04-29  Bruno Haible  <bruno@clisp.org>
15445
15446         * lib/freading.h: Improve comments.
15447         * lib/fwriting.h: Likewise.
15448         * tests/test-freading.c (main): Don't check freading immediately after
15449         repositioning. Needed for glibc.
15450
15451 2007-04-29  Bruno Haible  <bruno@clisp.org>
15452
15453         * lib/freading.c (freading): Trivial simplification.
15454
15455 2007-04-28  Bruno Haible  <bruno@clisp.org>
15456
15457         * tests/test-fwriting.c (main): Also test the interaction between
15458         fflush and fwriting.
15459         * modules/fwriting-tests (Depends-on): Add fflush.
15460
15461         * tests/test-freading.c (main): Also test the interaction between
15462         fflush and freading.
15463         * modules/freading-tests (Depends-on): Add fflush.
15464
15465 2007-04-28  Bruno Haible  <bruno@clisp.org>
15466
15467         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
15468         fseeko and ftello.
15469         Suggested by Eric Blake.
15470
15471 2007-04-28  Jim Meyering  <jim@meyering.net>
15472
15473         Avoid false-negative in gl_STDINT_H's C99 conformance test.
15474         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
15475         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
15476
15477 2007-04-27  Eric Blake  <ebb9@byu.net>
15478
15479         * doc/headers/assert.texi (assert.h): Document assert module use.
15480
15481 2007-04-27  Bruno Haible  <bruno@clisp.org>
15482
15483         * doc/headers/*.texi: New files.
15484         * doc/gnulib.texi (Header File Substitutes): New chapter.
15485         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
15486         dependencies.
15487         (standards.info ,standards.html, standards.dvi): Update dependencies.
15488         (mostlyclean, clean): New targets.
15489
15490 2007-04-27  Bruno Haible  <bruno@clisp.org>
15491
15492         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
15493         * modules/sysexits (Files, Makefile.am): Update.
15494
15495         * lib/sys_socket_.h: Renamed from lib/socket_.h.
15496         * modules/sys_socket (Files, Makefile.am): Update.
15497
15498         * lib/sys_stat_.h: Renamed from lib/stat_.h.
15499         * modules/sys_stat (Files, Makefile.am): Update.
15500
15501 2007-04-27  Eric Blake  <ebb9@byu.net>
15502
15503         * lib/freading.h: Improve comments.
15504         * lib/fwriting.h: Likewise.
15505         * lib/fflush.c: Likewise.
15506
15507         Fix closein for mingw.
15508         * modules/closein-tests: Add tests for closein.
15509         * tests/test-closein.c: New file.
15510         * tests/test-closein.sh: Likewise.
15511         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
15512         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
15513
15514 2007-04-27  Bruno Haible  <bruno@clisp.org>
15515
15516         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
15517         version is < 6.
15518         * lib/math_.h [__DECC]: Likewise.
15519         * lib/stdio_.h [__DECC]: Likewise.
15520         * lib/stdlib_.h [__DECC]: Likewise.
15521         * lib/string_.h [__DECC]: Likewise.
15522         * lib/time_.h [__DECC]: Likewise.
15523         * lib/wchar_.h [__DECC]: Likewise.
15524         * lib/wctype_.h [__DECC]: Likewise.
15525
15526 2007-04-27  Bruno Haible  <bruno@clisp.org>
15527
15528         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
15529
15530 2007-04-27  Bruno Haible  <bruno@clisp.org>
15531
15532         * lib/fflush.c: Add comments.
15533         * modules/fpurge-tests (Depends-on): Add fflush.
15534         * modules/freadable-tests (Depends-on): Likewise.
15535         * modules/fwritable-tests (Depends-on): Likewise.
15536
15537 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
15538
15539         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
15540         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
15541         Report by Bruno Haible <bruno@clisp.org>.
15542
15543 2007-04-26  Eric Blake  <ebb9@byu.net>
15544
15545         Fix fflush on mingw.
15546         * modules/fflush (Depends-on): Add freading.
15547         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
15548         but unread data.
15549
15550 2007-04-26  Eric Blake  <ebb9@byu.net>
15551         and Bruno Haible  <bruno@clisp.org>
15552
15553         Implement freading and fwriting.
15554         * lib/freading.c: New file.
15555         * lib/freading.h: Likewise.
15556         * m4/freading.m4: Likewise.
15557         * modules/freading: Likewise.
15558         * modules/freading-tests: Likewise.
15559         * tests/test-freading.c: Likewise.
15560         * lib/fwriting.c: New file.
15561         * lib/fwriting.h: Likewise.
15562         * m4/fwriting.m4: Likewise.
15563         * modules/fwriting: Likewise.
15564         * modules/fwriting-tests: Likewise.
15565         * tests/test-fwriting.c: Likewise.
15566         * MODULES.html.sh (File stream based Input/Output): Mention them.
15567
15568 2007-04-26  Bruno Haible  <bruno@clisp.org>
15569
15570         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
15571         'long' when we assume it.
15572         Suggested by Eric Blake.
15573
15574 2007-04-26  Bruno Haible  <bruno@clisp.org>
15575
15576         Ensure fseeko, ftello are declared on glibc systems.
15577         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
15578         * modules/fseeko (configure.ac-early): Likewise.
15579         * modules/ftello (configure.ac-early): Likewise.
15580         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
15581         AC_FUNC_FSEEKO for this.
15582         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
15583         (gl_CHECK_FSEEKO): Remove macro.
15584
15585 2007-04-26  Bruno Haible  <bruno@clisp.org>
15586
15587         * tests/test-fflush.c (main): Also check the ftell result after
15588         fflush and fseek/fseeko.
15589         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
15590         file descriptor position cache in the stream.
15591         * lib/fseeko.c (rpl_fseeko): Likewise.
15592
15593 2007-04-26  Bruno Haible  <bruno@clisp.org>
15594
15595         * modules/fflush-tests (Depends-on): Add fseeko.
15596
15597 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
15598             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15599
15600         * lib/argz_.h: ensure error_t definition is obtained in same
15601         mechanism system argz.h would have.
15602         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
15603         argz facilities are known bad.  Err on the side of caution if
15604         cross-compiling.
15605
15606 2007-04-25  Eric Blake  <ebb9@byu.net>
15607
15608         * lib/fpurge.c (includes): Use stdlib.h for free.
15609         * tests/test-fflush.c (main): Also test fflush-fseeko.
15610
15611 2007-04-25  Bruno Haible  <bruno@clisp.org>
15612
15613         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
15614         * lib/fseeko.c: New file.
15615         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
15616         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
15617         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
15618         gl_FUNC_FSEEKO.
15619         (gl_FUNC_FSEEKO): Invoke it.
15620         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
15621         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
15622         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
15623
15624 2007-04-25  Bruno Haible  <bruno@clisp.org>
15625
15626         * modules/fflush (Depends-on): Add ftello.
15627
15628 2007-04-25  Bruno Haible  <bruno@clisp.org>
15629
15630         * modules/ftello-tests: New file.
15631         * tests/test-ftello.c: New file.
15632
15633         * modules/ftello: New file.
15634         * m4/ftello.m4: New file.
15635         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
15636         HAVE_FTELLO.
15637         * lib/stdio_.h (ftello): New declaration.
15638         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
15639         HAVE_FTELLO.
15640
15641 2007-04-25  Bruno Haible  <bruno@clisp.org>
15642
15643         * modules/fseeko-tests: New file.
15644         * tests/test-fseeko.c: New file.
15645
15646         * modules/fseeko: New file.
15647         * m4/fseeko.m4: New file.
15648         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
15649         HAVE_FSEEKO.
15650         * lib/stdio_.h (fseeko): New declaration.
15651         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
15652         HAVE_FSEEKO.
15653
15654 2007-04-25  Bruno Haible  <bruno@clisp.org>
15655
15656         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
15657
15658 2007-04-25  Bruno Haible  <bruno@clisp.org>
15659
15660         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
15661         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
15662         * tests/test-unistd.c: Likewise.
15663         * tests/test-fcntl.c: Likewise.
15664
15665 2007-04-23  Eric Blake  <ebb9@byu.net>
15666
15667         * lib/fflush.c: Fix missing include.
15668         Reported by Bruno Haible.
15669
15670 2007-04-23  Bruno Haible  <bruno@clisp.org>
15671
15672         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
15673         Reported by Eric Blake.
15674
15675 2007-04-23  Bruno Haible  <bruno@clisp.org>
15676
15677         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
15678
15679 2007-04-23  Bruno Haible  <bruno@clisp.org>
15680
15681         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
15682
15683 2007-04-23  Bruno Haible  <bruno@clisp.org>
15684
15685         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
15686         Needed on HP-UX 11.
15687
15688 2007-04-16  Eric Blake  <ebb9@byu.net>
15689
15690         Make fflush rely on fpurge.
15691         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
15692         open coding all variants.
15693         * modules/fflush (Depends-on): Add fpurge and unistd.
15694         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
15695         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
15696
15697         Fix --with-tests compilation on cygwin.
15698         * modules/argmatch-tests (Makefile.am): List gnulib library first
15699         in LDADD.
15700         * modules/argp-tests (Makefile.am): Likewise.
15701         * modules/array-list-tests (Makefile.am): Likewise.
15702         * modules/array-oset-tests (Makefile.am): Likewise.
15703         * modules/avltree-list-tests (Makefile.am): Likewise.
15704         * modules/avltree-oset-tests (Makefile.am): Likewise.
15705         * modules/avltreehash-list-tests (Makefile.am): Likewise.
15706         * modules/carray-list-tests (Makefile.am): Likewise.
15707         * modules/dirname-tests (Makefile.am): Likewise.
15708         * modules/frexp-tests (Makefile.am): Likewise.
15709         * modules/isnanl-tests (Makefile.am): Likewise.
15710         * modules/linked-list-tests (Makefile.am): Likewise.
15711         * modules/linkedhash-list-tests (Makefile.am): Likewise.
15712         * modules/lock-tests (Makefile.am): Likewise.
15713         * modules/rbtree-list-tests (Makefile.am): Likewise.
15714         * modules/rbtree-oset-tests (Makefile.am): Likewise.
15715         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
15716         * modules/tls-tests (Makefile.am): Likewise.
15717         * modules/tsearch-tests (Makefile.am): Likewise.
15718         * modules/xvasprintf-tests (Makefile.am): Likewise.
15719
15720         Fix fpurge for cygwin.
15721         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
15722         value.
15723         * modules/fpurge-tests (Depends-on): Clean up trash.
15724
15725 2007-04-16  Simon Josefsson  <simon@josefsson.org>
15726
15727         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
15728
15729         * m4/autobuild.m4: Re-indent.
15730
15731 2007-04-13  Bruno Haible  <bruno@clisp.org>
15732
15733         * modules/fpurge-tests: New file.
15734         * tests/test-fpurge.c: New file.
15735
15736         * modules/fpurge: New file.
15737         * lib/fpurge.h: New file.
15738         * lib/fpurge.c: New file.
15739         * m4/fpurge.m4: New file.
15740
15741 2007-04-13  Bruno Haible  <bruno@clisp.org>
15742
15743         * modules/fbufmode-tests: New file.
15744         * tests/test-fbufmode.c: New file.
15745
15746         * modules/fbufmode: New file.
15747         * lib/fbufmode.h: New file.
15748         * lib/fbufmode.c: New file.
15749         * m4/fbufmode.m4: New file.
15750
15751 2007-04-13  Bruno Haible  <bruno@clisp.org>
15752
15753         * modules/fwritable-tests: New file.
15754         * tests/test-fwritable.c: New file.
15755
15756         * modules/fwritable: New file.
15757         * lib/fwritable.h: New file.
15758         * lib/fwritable.c: New file.
15759         * m4/fwritable.m4: New file.
15760
15761 2007-04-13  Bruno Haible  <bruno@clisp.org>
15762
15763         * modules/freadable-tests: New file.
15764         * tests/test-freadable.c: New file.
15765
15766         * modules/freadable: New file.
15767         * lib/freadable.h: New file.
15768         * lib/freadable.c: New file.
15769         * m4/freadable.m4: New file.
15770
15771 2007-04-13  Bruno Haible  <bruno@clisp.org>
15772
15773         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
15774         MOSTLYCLEANFILES.
15775
15776 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15777
15778         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
15779         gzip bootstrap.conf to avoid dragging in i18n machinery.
15780         (gnulib_tool_option): Use it.
15781
15782 2007-04-13  Bruno Haible  <bruno@clisp.org>
15783
15784         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
15785         %F directives.
15786         * tests/test-vasprintf-posix.c (test_function): Likewise.
15787         * tests/test-snprintf-posix.h (test_function): Likewise.
15788         * tests/test-sprintf-posix.h (test_function): Likewise.
15789         * tests/test-fprintf-posix.h (test_function): Likewise.
15790         * tests/test-printf-posix.h (test_function): Likewise.
15791         * tests/test-fprintf-posix.out: Likewise.
15792
15793 2007-04-13  Bruno Haible  <bruno@clisp.org>
15794
15795         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
15796         * modules/tls-tests (configure.ac): Likewise.
15797         Reported by Arto C. Nirkko <anirkko@insel.ch>.
15798
15799 2007-04-13  Bruno Haible  <bruno@clisp.org>
15800
15801         * lib/tls.c (glthread_tls_get): Fix return type.
15802         Patch by Arto C. Nirkko <anirkko@insel.ch>.
15803
15804 2007-04-12  Eric Blake  <ebb9@byu.net>
15805
15806         * modules/gettime (Depends-on): Remove gettime.
15807         Reported by Dmitry V. Levin.
15808
15809 2007-04-12  Bruno Haible  <bruno@clisp.org>
15810
15811         * modules/fflush (Include): Mention <stdio.h>.
15812         * modules/strtoimax (Include): Mention <inttypes.h>.
15813         * modules/strtoumax (Include): Likewise.
15814
15815 2007-04-12  Eric Blake  <ebb9@byu.net>
15816
15817         * .cvsignore: New file.
15818         * .gitignore: Likewise.
15819
15820 2007-04-12  Bruno Haible  <bruno@clisp.org>
15821
15822         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
15823         not before, since $(LDADD) often contains libgnu.a.
15824         * modules/striconv-tests (test_striconv_LDADD): Likewise.
15825         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
15826         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
15827         Needed on Cygwin.
15828
15829 2007-04-12  Eric Blake  <ebb9@byu.net>
15830
15831         Work around glibc's failure to flush stdin on fclose.
15832         * lib/closein.c (close_stdin): Flush stdin before closing.
15833
15834         Work around glibc's failure to reset seekable stdin on exit.
15835         * modules/closein: New module.
15836         * lib/closein.c: New file.
15837         * lib/closein.h: Likewise.
15838         * m4/closein.m4: Likewise.
15839         * MODULES.html.sh (File stream based Input/Output): Document it.
15840
15841 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15842
15843         * gnulib-tool: Rename generated 'autobuild' script to
15844         'do-autobuild' in --create-megatestdir output.
15845
15846         * doc/gnulib.texi (Build robot for gnulib): Fix.
15847
15848 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15849
15850         * modules/sysexits (Depends-on): Add absolute-header.
15851
15852 2007-04-12  Eric Blake  <ebb9@byu.net>
15853
15854         No need to preserve errno on success.
15855         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
15856         Reported by Bruno Haible.
15857
15858 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15859
15860         * MODULES.html.sh (Support for maintaining and releasing
15861         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
15862
15863 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15864
15865         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
15866
15867 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15868
15869         * modules/autobuild: New module.
15870
15871         * m4/autobuild.m4: New file.
15872
15873 2007-04-11  Bruno Haible  <bruno@clisp.org>
15874
15875         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
15876         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
15877         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
15878         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
15879         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15880         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15881         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15882         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15883         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15884         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15885         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
15886         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15887         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15888         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
15889         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15890         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15891         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
15892         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15893         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15894         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
15895         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15896         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15897         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
15898         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15899         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15900         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
15901         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15902         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15903         Reported by Eric Blake.
15904
15905 2007-04-11  Bruno Haible  <bruno@clisp.org>
15906
15907         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
15908
15909 2007-04-10  Bruno Haible  <bruno@clisp.org>
15910
15911         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
15912         for NaN and Infinity. Needed on FreeBSD 6.1.
15913         * tests/test-vasnprintf-posix.c (test_function): Undo last change
15914         regarding results for "%010a" of Infinity and NaN.
15915         * tests/test-vasprintf-posix.c (test_function): Likewise.
15916         * tests/test-snprintf-posix.h (test_function): Likewise.
15917         * tests/test-sprintf-posix.h (test_function): Likewise.
15918         * tests/test-fprintf-posix.h (test_function): Likewise.
15919         * tests/test-printf-posix.h (test_function): Likewise.
15920         * tests/test-fprintf-posix.out: Likewise.
15921
15922 2007-04-10  Bruno Haible  <bruno@clisp.org>
15923
15924         * modules/locale-tests: New file.
15925         * tests/test-locale.c: New file.
15926
15927         * modules/locale: New file.
15928         * lib/locale_.h: New file.
15929         * m4/locale_h.m4: New file.
15930
15931 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
15932             Bruno Haible  <bruno@clisp.org>
15933
15934         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
15935         be determined, test for availability of the copysignf, copysign,
15936         copysignl functions.
15937         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
15938         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
15939         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
15940
15941 2007-04-09  Eric Blake  <ebb9@byu.net>
15942
15943         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
15944         * modules/stdio (Makefile.am): Support fflush.
15945         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15946         * modules/fflush: New file.
15947         * lib/fflush.c: Likewise.
15948         * m4/fflush.m4: Likewise.
15949         * modules/fflush-tests: New test.
15950         * tests/test-fflush.c: Likewise.
15951         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
15952
15953 2007-04-06  Bruno Haible  <bruno@clisp.org>
15954
15955         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
15956         (VASNPRINTF): Use signbit for faster determination whether to print a
15957         minus sign.
15958         * modules/vasnprintf (Files): Remove lib/float+.h.
15959         * modules/fprintf-posix (Depends-on): Add signbit.
15960         * modules/snprintf-posix (Depends-on): Likewise.
15961         * modules/sprintf-posix (Depends-on): Likewise.
15962         * modules/vasnprintf-posix (Depends-on): Likewise.
15963         * modules/vasprintf-posix (Depends-on): Likewise.
15964         * modules/vfprintf-posix (Depends-on): Likewise.
15965         * modules/vsnprintf-posix (Depends-on): Likewise.
15966         * modules/vsprintf-posix (Depends-on): Likewise.
15967
15968 2007-04-06  Bruno Haible  <bruno@clisp.org>
15969
15970         * tests/test-frexp.c (main): Test also the sign bit of zero results.
15971         * tests/test-frexpl.c (main): Likewise.
15972         * tests/test-ldexpl.c (main): Likewise.
15973         * modules/frexp-tests (Depends-on): Add signbit.
15974         * modules/frexpl-tests (Depdends-on): Likewise.
15975         * modules/ldexpl-tests (Depdends-on): Likewise.
15976
15977 2007-04-06  Bruno Haible  <bruno@clisp.org>
15978
15979         * modules/signbit-tests: New file.
15980         * tests/test-signbit.c: New file.
15981
15982         * modules/signbit: New file.
15983         * lib/signbitf.c: New file.
15984         * lib/signbitd.c: New file.
15985         * lib/signbitl.c: New file.
15986         * m4/signbit.m4: New file.
15987         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
15988         (signbit): New macro.
15989         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
15990         REPLACE_SIGNBIT.
15991         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
15992         REPLACE_FREXPL into math.h.
15993
15994 2007-04-06  Bruno Haible  <bruno@clisp.org>
15995
15996         * modules/isnanf-nolibm-tests: New file.
15997         * tests/test-isnanf.c: New file.
15998
15999         * modules/isnanf-nolibm: New file.
16000         * lib/isnanf.h: New file.
16001         * lib/isnanf.c: New file.
16002         * lib/isnan.c: Consider the USE_FLOAT macro.
16003         * m4/isnanf.m4: New file.
16004
16005 2007-04-06  Bruno Haible  <bruno@clisp.org>
16006
16007         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
16008         (Link): New section.
16009
16010         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
16011
16012 2007-04-06  Bruno Haible  <bruno@clisp.org>
16013
16014         Assume the 'long double' type.
16015         * m4/longdouble.m4: Remove file.
16016         * config/srclist.txt: Don't mention longdouble.m4.
16017         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
16018         * lib/float+.h: Likewise.
16019         * lib/frexp.c: Likewise.
16020         * lib/printf-args.h: Likewise.
16021         * lib/printf-args.c: Likewise.
16022         * lib/printf-frexp.c: Likewise.
16023         * lib/printf-parse.c: Likewise.
16024         * lib/vasnprintf.c: Likewise.
16025         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
16026         * m4/intl.m4: Likewise.
16027         * m4/isnanl.m4: Likewise.
16028         * m4/printf.m4: Likewise.
16029         * m4/printf-frexpl.m4: Likewise.
16030         * m4/vasnprintf.m4: Likewise.
16031         * modules/allocsa (Files): Remove m4/longdouble.m4.
16032         * modules/gettext (Files): Likewise.
16033         * modules/relocatable-prog-wrapper (Files): Likewise.
16034         * modules/vasnprintf (Files): Likewise.
16035         * modules/isnanl (Files): Likewise.
16036         (Include): Simplify.
16037         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
16038         (Include): Simplify.
16039         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
16040         (Include): Simplify.
16041         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
16042         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16043         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
16044         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16045         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16046         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16047         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
16048         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16049         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16050         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16051         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
16052         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16053         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
16054         * tests/test-isnanl.c: Likewise.
16055         * tests/test-snprintf-posix.h: Likewise.
16056         * tests/test-sprintf-posix.h: Likewise.
16057         * tests/test-vasnprintf-posix.c: Likewise.
16058         * tests/test-vasnprintf-posix2.c: Likewise.
16059         * tests/test-vasprintf-posix.c: Likewise.
16060
16061 2007-04-06  Bruno Haible  <bruno@clisp.org>
16062
16063         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
16064         * lib/math_.h [__DECC]: Include the overridden include file through
16065         #include_next, outside the double-inclusion guard.
16066         * lib/stdio_.h [__DECC]: Likewise.
16067         * lib/stdlib_.h [__DECC]: Likewise.
16068         * lib/string_.h [__DECC]: Likewise.
16069         * lib/time_.h [__DECC]: Likewise.
16070         * lib/wchar_.h [__DECC]: Likewise.
16071         * lib/wctype_.h [__DECC]: Likewise.
16072         * lib/inttypes_.h [__DECC]: Likewise.
16073         Reported by Albert Chin <china@thewrittenword.com> in
16074         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
16075
16076 2007-04-04  Eric Blake  <ebb9@byu.net>
16077
16078         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
16079         1.5.x.
16080
16081 2007-04-04  Bruno Haible  <bruno@clisp.org>
16082
16083         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
16084         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
16085
16086 2007-04-04  Bruno Haible  <bruno@clisp.org>
16087
16088         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
16089         results for "%010a" of Infinity and NaN.
16090         * tests/test-vasprintf-posix.c (test_function): Likewise.
16091         * tests/test-snprintf-posix.h (test_function): Likewise.
16092         * tests/test-sprintf-posix.h (test_function): Likewise.
16093         * tests/test-fprintf-posix.h (test_function): Remove these tests.
16094         * tests/test-printf-posix.h (test_function): Likewise.
16095         * tests/test-fprintf-posix.out: Update.
16096         Needed for FreeBSD 6.1.
16097
16098 2007-04-04  Bruno Haible  <bruno@clisp.org>
16099
16100         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
16101         directly used by the gnulib modules nor by gnulib-tool.
16102
16103 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16104
16105         * DEPENDENCIES: Give overall description of version dependency
16106         desirability.  Use more-typical names for apps.
16107         Add shell, coreutils, diffutils, grep, tar, gzip.
16108
16109 2007-04-04  Simon Josefsson  <simon@josefsson.org>
16110
16111         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
16112
16113 2007-04-04  Karl Berry  <karl@gnu.org>
16114
16115         * MODULES.html.sh (func_module): missing '.
16116
16117 2007-04-03  Bruno Haible  <bruno@clisp.org>
16118
16119         * modules/argmatch-tests (Makefile.am): New variable
16120         test_argmatch_LDADD.
16121         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
16122         * modules/array-list-tests (Makefile.am): New variable
16123         test_array_list_LDADD.
16124         * modules/array-oset-tests (Makefile.am): New variable
16125         test_array_oset_LDADD.
16126         * modules/avltree-list-tests (Makefile.am): New variable
16127         test_avltree_list_LDADD.
16128         * modules/avltree-oset-tests (Makefile.am): New variable
16129         test_avltree_oset_LDADD.
16130         * modules/avltreehash-list-tests (Makefile.am): New variable
16131         test_avltreehash_list_LDADD.
16132         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
16133         test_canonicalize_lgpl_LDADD.
16134         * modules/carray-list-tests (Makefile.am): New variable
16135         test_carray_list_LDADD.
16136         * modules/dirname-tests (Makefile.am): New variable
16137         test_dirname_LDADD.
16138         * modules/linked-list-tests (Makefile.am): New variable
16139         test_linked_list_LDADD.
16140         * modules/linkedhash-list-tests (Makefile.am): New variable
16141         test_linkedhash_list_LDADD.
16142         * modules/rbtree-list-tests (Makefile.am): New variable
16143         test_rbtree_list_LDADD.
16144         * modules/rbtree-oset-tests (Makefile.am): New variable
16145         test_rbtree_oset_LDADD.
16146         * modules/rbtreehash-list-tests (Makefile.am): New variable
16147         test_rbtreehash_list_LDADD.
16148         * modules/xvasprintf-tests (Makefile.am): New variable
16149         test_xvasprintf_LDADD.
16150         Reported by Eric Blake.
16151
16152 2007-04-03  Eric Blake  <ebb9@byu.net>
16153
16154         * DEPENDENCIES: Weaken m4 requirements.
16155
16156 2007-04-03  Bruno Haible  <bruno@clisp.org>
16157
16158         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
16159         * modules/isnanl-tests (configure.ac): Likewise.
16160
16161 2007-04-03  Ben Pfaff  <blp@gnu.org>
16162
16163         * modules/iconv_open: Add $(srcdir)/ to source directory
16164         references in Makefile fragments that call gperf, to fix VPATH
16165         builds.
16166
16167 2007-04-03  Bruno Haible  <bruno@clisp.org>
16168
16169         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
16170         * lib/ldexpl.c: Undo last change.
16171
16172 2007-04-03  Bruno Haible  <bruno@clisp.org>
16173
16174         * modules/printf-frexpl (Depends-on): Undo last change.
16175         (Files): Add m4/ldexpl.m4.
16176
16177 2007-04-03  Bruno Haible  <bruno@clisp.org>
16178
16179         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
16180         * modules/isnanl (Link): New section.
16181
16182         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
16183         * modules/frexp (Link): New section.
16184
16185         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
16186         * modules/frexpl (Link): New section.
16187
16188         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
16189         * modules/ldexpl (Link): New section.
16190
16191 2007-04-03  Bruno Haible  <bruno@clisp.org>
16192
16193         * modules/TEMPLATE-EXTENDED: New file.
16194         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
16195
16196 2007-04-03  Bruno Haible  <bruno@clisp.org>
16197
16198         * DEPENDENCIES: New file.
16199         Suggested by Simon Josefsson.
16200
16201 2007-04-03  Bruno Haible  <bruno@clisp.org>
16202
16203         * doc/gnulib.texi: Escape @.
16204
16205 2007-04-03  James Youngman  <jay@gnu.org>
16206         and Paul Eggert  <eggert@cs.ucla.edu>
16207
16208         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
16209         birthtime on all systems that have birthtime, not just those which
16210         use st_birthtimensec rather than st_birthtim.  Putting zero in
16211         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
16212         that the birth time is not available for files on an NFS mount.
16213
16214 2007-04-03  Simon Josefsson  <simon@josefsson.org>
16215
16216         * modules/memxor: Move back from crypto/, suggested by Bruno.
16217         * modules/crypto/hmac-sha1: Fix memxor dependency.
16218
16219         * modules/crypto/gc: Moved from ../.
16220
16221 2007-04-02  Eric Blake  <ebb9@byu.net>
16222
16223         * lib/ldexpl.c (includes): Avoid libm.
16224
16225         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
16226
16227 2007-04-02  Bruno Haible  <bruno@clisp.org>
16228
16229         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
16230         on IRIX.
16231
16232 2007-04-02  Bruno Haible  <bruno@clisp.org>
16233
16234         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
16235         x86 or x86_64 platforms running MacOS X.
16236         Reported by Ryan Schmidt <@ryandesign.com>.
16237
16238 2007-04-02  Bruno Haible  <bruno@clisp.org>
16239
16240         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
16241         i386.
16242
16243 2007-04-01  Simon Josefsson  <simon@josefsson.org>
16244
16245         * modules/crypto/arcfour: Moved from ../.
16246         * modules/crypto/arcfour-tests: Moved from ../.
16247         * modules/crypto/arctwo: Moved from ../.
16248         * modules/crypto/arctwo-tests: Moved from ../.
16249         * modules/crypto/des: Moved from ../.
16250         * modules/crypto/des-tests: Moved from ../.
16251         * modules/crypto/gc-arcfour: Moved from ../.
16252         * modules/crypto/gc-arcfour-tests: Moved from ../.
16253         * modules/crypto/gc-arctwo: Moved from ../.
16254         * modules/crypto/gc-arctwo-tests: Moved from ../.
16255         * modules/crypto/gc-des: Moved from ../.
16256         * modules/crypto/gc-des-tests: Moved from ../.
16257         * modules/crypto/gc-hmac-md5: Moved from ../.
16258         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
16259         * modules/crypto/gc-hmac-sha1: Moved from ../.
16260         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
16261         * modules/crypto/gc-md2: Moved from ../.
16262         * modules/crypto/gc-md2-tests: Moved from ../.
16263         * modules/crypto/gc-md4: Moved from ../.
16264         * modules/crypto/gc-md4-tests: Moved from ../.
16265         * modules/crypto/gc-md5: Moved from ../.
16266         * modules/crypto/gc-md5-tests: Moved from ../.
16267         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
16268         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
16269         * modules/crypto/gc-random: Moved from ../.
16270         * modules/crypto/gc-rijndael: Moved from ../.
16271         * modules/crypto/gc-rijndael-tests: Moved from ../.
16272         * modules/crypto/gc-sha1: Moved from ../.
16273         * modules/crypto/gc-sha1-tests: Moved from ../.
16274         * modules/crypto/gc-tests: Moved from ../.
16275         * modules/crypto/hmac-md5: Moved from ../.
16276         * modules/crypto/hmac-md5-tests: Moved from ../.
16277         * modules/crypto/hmac-sha1: Moved from ../.
16278         * modules/crypto/hmac-sha1-tests: Moved from ../.
16279         * modules/crypto/md2: Moved from ../.
16280         * modules/crypto/md2-tests: Moved from ../.
16281         * modules/crypto/md4: Moved from ../.
16282         * modules/crypto/md4-tests: Moved from ../.
16283         * modules/crypto/md5: Moved from ../.
16284         * modules/crypto/md5-tests: Moved from ../.
16285         * modules/crypto/memxor: Moved from ../.
16286         * modules/crypto/rijndael: Moved from ../.
16287         * modules/crypto/rijndael-tests: Moved from ../.
16288         * modules/crypto/sha1: Moved from ../.
16289
16290 2007-03-30  James Youngman  <jay@gnu.org>
16291
16292         * tests/test-stat-time.c (prepare_test): use chmod() rather than
16293         rename() to change the ctime of a file (because ctime is unaffected
16294         by rename on jfs2 on AIX 5.1).
16295         (main): Start by doing cleanup, in case a previous run failed leaving
16296         test files behind.
16297
16298 2007-03-31  Bruno Haible  <bruno@clisp.org>
16299
16300         Support old proprietary implementations of iconv.
16301         * modules/iconv_open: New file.
16302         * lib/iconv_.h: New file.
16303         * m4/iconv_h.m4: New file.
16304         * lib/iconv_open.c: New file.
16305         * lib/iconv_open-aix.gperf: New file.
16306         * lib/iconv_open-hpux.gperf: New file.
16307         * lib/iconv_open-irix.gperf: New file.
16308         * lib/iconv_open-osf.gperf: New file.
16309         * m4/iconv_open.m4: New file.
16310         * modules/linebreak (Depends-on): Add iconv_open.
16311         * modules/striconv (Depends-on): Likewise.
16312         * modules/striconveh (Depends-on): Likewise.
16313         * modules/unicodeio (Depends-on): Likewise.
16314         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
16315         (iconv_t)(-1).
16316         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
16317         conversion if cd is (iconv_t)(-1).
16318         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
16319         is not possible.
16320
16321 2007-03-31  Bruno Haible  <bruno@clisp.org>
16322
16323         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16324         work on Solaris either. Protect also second use of "autodetect_jp".
16325
16326 2007-03-31  Bruno Haible  <bruno@clisp.org>
16327
16328         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
16329         the function is not present.
16330
16331 2007-03-31  Bruno Haible  <bruno@clisp.org>
16332
16333         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
16334         the function is not present.
16335
16336 2007-03-31  Bruno Haible  <bruno@clisp.org>
16337
16338         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
16339         a bug in HP-UX iconv_open().
16340
16341 2007-03-31  Bruno Haible  <bruno@clisp.org>
16342
16343         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
16344         (Mathematics <math.h>): New section, add fpieee.
16345         (Input/output <stdio.h>): Add fseterr.
16346         (Mathematics <math.h>): New section, add printf-frexp.
16347         (Container data structures): Add sublist.
16348         (Core language properties): Add fpucw, inline.
16349         (Functions for greatest-width integer types <inttypes.h>): Add
16350         imaxabs, imaxdiv, inttypes.
16351         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
16352         isnanl-nolibm, ldexp.
16353         (Mathematics <math.h>): New section, add printf-frexpl.
16354         (Support for systems lacking POSIX:2001): Add fprintf-posix,
16355         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
16356         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
16357         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
16358         (Unicode string functions): Add unistr/u*-mbtoucr.
16359         (Java): Add javacomp-script, javaexec-script.
16360         (C#): Add csharpcomp-script, csharpexec-script.
16361         (Support for building libraries and executables): Add havelib,
16362         relocatable-*.
16363         (Support for maintaining and releasing projects): Renamed from
16364         'Support for maintaining and release projects'. Add announce-gen.
16365
16366 2007-03-31  Bruno Haible  <bruno@clisp.org>
16367
16368         * README: Talk primarily about git.
16369         (git and CVS): Renamed from CVS.
16370         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
16371         gnulib is available through git.
16372         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
16373
16374 2007-03-30  Bruno Haible  <bruno@clisp.org>
16375
16376         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
16377         * lib/poll_.h: Likewise.
16378         * lib/stat_.h: Likewise.
16379         * lib/sys_time_.h: Likewise.
16380         * lib/sysexit_.h: Likewise.
16381         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
16382         * lib/stdbool_.h: Likewise.
16383         * lib/byteswap_.h: Add double-inclusion guard.
16384
16385 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
16386
16387         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
16388
16389 2007-03-30  Karl Berry  <karl@gnu.org>
16390
16391         * config/srclist-update: double space after USA in the license
16392         substitution, since that's how it's usually (?) written.
16393
16394 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16395
16396         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
16397         reported by Bruno Haible.
16398
16399 2007-03-29  Bruno Haible  <bruno@clisp.org>
16400
16401         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
16402         a bug in AIX iconv().
16403
16404 2007-03-29  Bruno Haible  <bruno@clisp.org>
16405
16406         * modules/ldexpl-tests: New file.
16407         * tests/test-ldexpl.c: New file.
16408
16409 2007-03-29  Bruno Haible  <bruno@clisp.org>
16410
16411         * lib/ldexpl.c: Include fpucw.h.
16412         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
16413         multiplication.
16414         * modules/ldexpl (Depends-on): Add fpucw.
16415
16416 2007-03-29  Bruno Haible  <bruno@clisp.org>
16417
16418         * modules/ldexpl: New file.
16419         * m4/ldexpl.m4: New file.
16420         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
16421         set.
16422         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
16423         REPLACE_LDEXPL.
16424         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
16425         REPLACE_LDEXPL.
16426         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16427         gl_FUNC_LDEXPL_WORKS.
16428         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
16429         * modules/mathl (Files): Remove lib/ldexpl.c.
16430         (Depends-on): Add ldexpl.
16431
16432 2007-03-29  Bruno Haible  <bruno@clisp.org>
16433
16434         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
16435
16436 2007-03-29  Bruno Haible  <bruno@clisp.org>
16437
16438         * tests/test-striconveh.c (main): Don't assume that a direct conversion
16439         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
16440         and possibly also HP-UX.
16441         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16442         work on AIX, IRIX, HP-UX, OSF/1.
16443         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
16444         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
16445         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
16446         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
16447         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
16448         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
16449
16450 2007-03-29  Bruno Haible  <bruno@clisp.org>
16451
16452         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
16453
16454 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
16457         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
16458
16459 2007-03-29  Eric Blake  <ebb9@byu.net>
16460
16461         * lib/acl-internal.h: Remove redundant include.
16462         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
16463         Cygwin when a file is locked.
16464
16465 2007-03-29  Bruno Haible  <bruno@clisp.org>
16466
16467         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
16468         file.
16469         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
16470
16471 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16472
16473         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
16474         try to remove a parent directory if the child couldn't be removed
16475         (except for the first rmdir, which could fail because the child
16476         doesn't exist).  Problem reported by Jeff Blaine in
16477         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
16478
16479 2007-03-28  Bruno Haible  <bruno@clisp.org>
16480
16481         * lib/striconveh.c (utf8conv_carefully): New function.
16482         (mem_cd_iconveh_internal): Invoke it.
16483
16484 2007-03-28  Bruno Haible  <bruno@clisp.org>
16485
16486         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
16487         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
16488         input.
16489         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
16490         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
16491         unistr/u8-uctomb.
16492
16493 2007-03-28  Bruno Haible  <bruno@clisp.org>
16494
16495         * modules/unistr/u8-mbtoucr: New file.
16496         * lib/unistr/u8-mbtoucr.c: New file.
16497         * modules/unistr/u16-mbtoucr: New file.
16498         * lib/unistr/u16-mbtoucr.c: New file.
16499         * modules/unistr/u16-mbtoucr: New file.
16500         * lib/unistr/u16-mbtoucr.c: New file.
16501         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
16502
16503 2007-03-27  Simon Josefsson  <simon@josefsson.org>
16504             Bruno Haible  <bruno@clisp.org>
16505
16506         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
16507         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
16508         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
16509
16510         * m4/stdio_h.m4: Add stubs for vasprintf too.
16511
16512         * modules/stdio: Support vasprintf in sed command.
16513
16514         * modules/vasprintf: Depend on stdio for prototypes.  Remove
16515         vasprintf.h.  Add stdio module indicator.
16516
16517         * lib/stdio_.h: Declare asprintf and vasprintf, based on
16518         vasprintf.h.
16519
16520         * lib/vasprintf.h: File removed.
16521
16522         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
16523         * lib/vasprintf.c: Ditto.
16524         * lib/xvasprintf.c: Ditto.
16525         * tests/test-vasprintf-posix.c: Ditto.
16526         * tests/test-vasprintf.c: Ditto.
16527
16528 2007-03-27  Bruno Haible  <bruno@clisp.org>
16529
16530         Make vasnprintf multithread-safe.
16531         * lib/vasnprintf.c (decimal_point_char): New function.
16532         (VASNPRINTF): Use it.
16533         Suggested by Simon Josefsson.
16534
16535 2007-03-27  Eric Blake  <ebb9@byu.net>
16536
16537         Support sub-second birthtime on cygwin.
16538         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
16539         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
16540         (get_stat_birthtime): Also work with st_birthtim.
16541
16542 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * lib/stat-time.h (USE_BIRTHTIME): Remove.
16545         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
16546         (get_stat_birthtime_ns): Do not try to use "spare" fields.
16547         (get_stat_birthtime_ns): Simplify compile-time tests.
16548         (get_stat_birthtime): Change the API to look like
16549         get_stat_mtime etc., except return a negative tv_nsec on error.
16550         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
16551         Don't check for "spare" fields.
16552         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
16553         or for struct stat.st_birthtime, as these tests aren't used.
16554         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
16555
16556 2007-03-27  Bruno Haible  <bruno@clisp.org>
16557
16558         * lib/stat-time.h: Include <sys/stat.h>.
16559
16560 2007-03-27  James Youngman  <jay@gnu.org>
16561
16562         * lib/stat-time.h (get_stat_birthtime): New function for
16563           retrieving st_birthtime as provided by UFS2 (hence *BSD).
16564         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
16565           and its variants.
16566         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
16567         * modules/stat-time-test: New file.
16568         * tests/test-stat-time.c: New test, devised by Bruno Haible.
16569
16570 2007-03-26  Bruno Haible  <bruno@clisp.org>
16571
16572         Better support of signalling NaNs.
16573         * lib/atanl.c: Include isnanl.h.
16574         (atanl): Perform test for NaN at the beginning of the function and
16575         through a call to isnanl.
16576         * lib/cosl.c: Include isnanl.h.
16577         (cosl): Perform test for NaN at the beginning of the function and
16578         through a call to isnanl.
16579         * lib/ldexpl.c: Include isnanl.h.
16580         (ldexpl): Perform test for NaN through a call to isnanl.
16581         * lib/logl.c: Include isnanl.h.
16582         (logl): Perform test for NaN at the beginning of the function and
16583         through a call to isnanl.
16584         * lib/sinl.c: Include isnanl.h.
16585         (sinl): Perform test for NaN at the beginning of the function and
16586         through a call to isnanl.
16587         * lib/sqrtl.c: Include isnanl.h.
16588         (sqrtl): Perform test for NaN at the beginning of the function and
16589         through a call to isnanl.
16590         * lib/tanl.c: Include isnanl.h.
16591         (tanl): Perform test for NaN at the beginning of the function and
16592         through a call to isnanl.
16593         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
16594         * modules/mathl (Depends-on): Add isnanl.
16595
16596 2007-03-26  Eric Blake  <ebb9@byu.net>
16597
16598         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
16599         regression in logic sense of previous patch.
16600
16601 2007-03-26  Bruno Haible  <bruno@clisp.org>
16602
16603         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
16604         unportable shell command "if ! ...".
16605         Reported by Ralf Wildenhues.
16606
16607 2007-03-25  Bruno Haible  <bruno@clisp.org>
16608
16609         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
16610         <sysexits.h> file, and only add EX_CONFIG.
16611         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
16612         absolute file name and whether it is sufficient. Substitute also
16613         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
16614         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
16615         ABSOLUTE_SYSEXITS_H into sysexits.h.
16616
16617 2007-03-25  Bruno Haible  <bruno@clisp.org>
16618
16619         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
16620         hints is NULL.
16621
16622 2007-03-25  Bruno Haible  <bruno@clisp.org>
16623
16624         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
16625         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
16626
16627 2007-03-25  Bruno Haible  <bruno@clisp.org>
16628
16629         * lib/vasnprintf.c: Include langinfo.h.
16630         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
16631         multithread-safe.
16632         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
16633         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
16634         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16635         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16636         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16637         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16638         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16639         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
16640         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16641         Reported by Simon Josefsson.
16642
16643 2007-03-25  Bruno Haible  <bruno@clisp.org>
16644
16645         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
16646         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
16647         * modules/vasnprintf (Depends-on): Add stdint.
16648
16649 2007-03-25  Bruno Haible  <bruno@clisp.org>
16650
16651         * modules/fpieee: New file.
16652         * m4/fpieee.m4: New file.
16653         * modules/isnan-nolibm (Depends-on): Add fpieee.
16654         * modules/isnanl-nolibm (Depends-on): Add fpieee.
16655         * modules/isnanl (Depends-on): Add fpieee.
16656
16657 2007-03-25  Bruno Haible  <bruno@clisp.org>
16658
16659         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
16660
16661 2007-03-25  Bruno Haible  <bruno@clisp.org>
16662
16663         Avoid test failures on IRIX 6.5.
16664         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
16665         (main): Use it.
16666         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
16667         macros.
16668         (main): Use them.
16669
16670 2007-03-25  Bruno Haible  <bruno@clisp.org>
16671
16672         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
16673         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
16674         exists but doesn't work.
16675         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
16676         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
16677         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
16678         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
16679
16680 2007-03-25  Bruno Haible  <bruno@clisp.org>
16681
16682         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
16683         returns inf. Needed on IRIX 6.5.
16684
16685 2007-03-25  Bruno Haible  <bruno@clisp.org>
16686
16687         * tests/test-frexpl.c: Include isnanl-nolibm.h.
16688         (main): Use isnanl instead of x != x idiom.
16689         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
16690
16691         * tests/test-frexp.c: Include isnan.h.
16692         (main): Use isnan instead of x != x idiom.
16693         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
16694
16695 2007-03-25  Bruno Haible  <bruno@clisp.org>
16696
16697         * tests/test-frexp.c (NaN): New function/macro.
16698         (main): Use it instead of 0.0 / 0.0.
16699         * tests/test-isnan.c (NaN): New function/macro.
16700         (main): Use it instead of 0.0 / 0.0.
16701         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
16702         (test_function): Use it instead of 0.0 / 0.0.
16703         * tests/test-vasprintf-posix.c (NaN): New function/macro.
16704         (test_function): Use it instead of 0.0 / 0.0.
16705         * tests/test-snprintf-posix.h (NaN): New function/macro.
16706         (test_function): Use it instead of 0.0 / 0.0.
16707         * tests/test-sprintf-posix.h (NaN): New function/macro.
16708         (test_function): Use it instead of 0.0 / 0.0.
16709         * tests/test-fprintf-posix.h (NaN): New function/macro.
16710         (test_function): Use it instead of 0.0 / 0.0.
16711         * tests/test-printf-posix.h (NaN): New function/macro.
16712         (test_function): Use it instead of 0.0 / 0.0.
16713
16714         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
16715
16716 2007-03-25  Bruno Haible  <bruno@clisp.org>
16717
16718         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
16719
16720 2007-03-25  Bruno Haible  <bruno@clisp.org>
16721
16722         * lib/regexec.c (merge_state_with_log): Make static.
16723
16724 2007-03-25  Bruno Haible  <bruno@clisp.org>
16725
16726         * lib/trigl.c (kernel_rem_pio2): Make static.
16727
16728 2007-03-25  Bruno Haible  <bruno@clisp.org>
16729
16730         * lib/sincosl.c (sincosl_table): Make static.
16731
16732 2007-03-25  Bruno Haible  <bruno@clisp.org>
16733
16734         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
16735         if the compiler does not support C99.
16736
16737 2007-03-25  Bruno Haible  <bruno@clisp.org>
16738
16739         * modules/time (Makefile.am): Ensure all rule action lines start with a
16740         tab.
16741
16742 2007-03-24  Bruno Haible  <bruno@clisp.org>
16743
16744         * modules/tsearch-tests: New file.
16745         * tests/test-tsearch.sh: New file.
16746         * tests/test-tsearch.c: New file, mostly copied from glibc.
16747
16748         * modules/search-tests: New file.
16749         * tests/test-search.c: New file.
16750
16751         * modules/search: New file.
16752         * lib/search_.h: New file, incorporating lib/tsearch.h.
16753         * m4/search_h.m4: New file.
16754         * lib/tsearch.h: Remove file.
16755         * lib/tsearch.c: Include search.h instead of tsearch.h.
16756         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
16757         HAVE_TSEARCH.
16758         * modules/tsearch (Files): Remove lib/tsearch.h.
16759         (Depends-on): Add search.
16760         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
16761         (Include): Change tsearch.h into search.h.
16762
16763 2007-03-24  Bruno Haible  <bruno@clisp.org>
16764
16765         * modules/fpucw: New file.
16766         * lib/fpucw.h: New file.
16767         * lib/frexp.c: Include fpucw.h.
16768         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16769         (FUNC): Use them.
16770         * lib/printf-frexp.c: Include fpucw.h.
16771         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16772         (FUNC): Use them.
16773         * lib/vasnprintf.c: Include fpucw.h.
16774         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
16775         'long double' calculations.
16776         * tests/test-frexpl.c: Include fpucw.h.
16777         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16778         * tests/test-printf-frexpl.c: Include fpucw.h.
16779         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16780         * modules/frexpl (Depends-on): Add fpucw.
16781         * modules/printf-frexpl (Depends-on): Likewise.
16782         * modules/fprintf-posix (Depends-on): Likewise.
16783         * modules/snprintf-posix (Depends-on): Likewise.
16784         * modules/sprintf-posix (Depends-on): Likewise.
16785         * modules/vasnprintf-posix (Depends-on): Likewise.
16786         * modules/vasprintf-posix (Depends-on): Likewise.
16787         * modules/vfprintf-posix (Depends-on): Likewise.
16788         * modules/vsnprintf-posix (Depends-on): Likewise.
16789         * modules/vsprintf-posix (Depends-on): Likewise.
16790         * modules/frexpl-tests (Depends-on): Likewise.
16791         * modules/printf-frexpl-tests (Depends-on): Likewise.
16792
16793 2007-03-24  Bruno Haible  <bruno@clisp.org>
16794
16795         * lib/float+.h: New file.
16796         * lib/isnan.c: Include float+.h.
16797         (SIZE): New macro.
16798         (FUNC): Compare only SIZE bytes of the value.
16799         * lib/vasnprintf.c: Include float+.h.
16800         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
16801         SIZEOF_LDBL or SIZEOF_DBL bytes.
16802         * modules/isnan-nolibm (Files): Add lib/float+.h.
16803         * modules/isnanl-nolibm (Files): Add lib/float+.h.
16804         * modules/isnanl (Files): Add lib/float+.h.
16805         * modules/vasnprintf (Files): Add lib/float+.h.
16806
16807 2007-03-24  Bruno Haible  <bruno@clisp.org>
16808
16809         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
16810         include isnanl-nolibm.h.
16811
16812 2007-03-24  Bruno Haible  <bruno@clisp.org>
16813
16814         * tests/test-read-file.c (main): Don't produce spurious output for
16815         expected situations. Make the test fail if it encountered unexpected
16816         results.
16817
16818 2007-03-24  Bruno Haible  <bruno@clisp.org>
16819
16820         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
16821         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
16822
16823 2007-03-24  Bruno Haible  <bruno@clisp.org>
16824
16825         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
16826
16827 2007-03-24  Bruno Haible  <bruno@clisp.org>
16828
16829         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
16830         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
16831
16832         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
16833         * modules/utf8-ucs4: Turn into a symbolic link to module
16834         unistr/u8-mbtouc.
16835
16836         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
16837         utf8-ucs4-unsafe.
16838         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
16839         unistr/u8-mbtouc-unsafe.
16840
16841         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
16842         * modules/utf16-ucs4: Turn into a symbolic link to module
16843         unistr/u16-mbtouc.
16844
16845         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
16846         utf16-ucs4-unsafe.
16847         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
16848         unistr/u16-mbtouc-unsafe.
16849
16850         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
16851         * modules/ucs4-utf8: Turn into a symbolic link to module
16852         unistr/u8-ubtomb.
16853
16854         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
16855         * modules/ucs4-utf16: Turn into a symbolic link to module
16856         unistr/u16-ubtomb.
16857
16858 2007-03-24  Bruno Haible  <bruno@clisp.org>
16859
16860         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
16861         Enable the function only if HAVE_INLINE.
16862         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
16863         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16864         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
16865         Enable the function only if HAVE_INLINE.
16866         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
16867         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16868         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
16869         Enable the function only if HAVE_INLINE.
16870         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
16871         Enable the function only if HAVE_INLINE.
16872         * modules/utf8-ucs4: Update.
16873         * modules/utf8-ucs4-unsafe: Update.
16874         * modules/utf16-ucs4: Update.
16875         * modules/utf16-ucs4-unsafe: Update.
16876         * modules/ucs4-utf8: Update.
16877         * modules/ucs4-utf16: Update.
16878
16879 2007-03-24  Bruno Haible  <bruno@clisp.org>
16880
16881         * lib/utf8-ucs4.h: Remove file.
16882         * lib/utf8-ucs4-unsafe.h: Remove file.
16883         * lib/utf16-ucs4.h: Remove file.
16884         * lib/utf16-ucs4-unsafe.h: Remove file.
16885         * lib/ucs4-utf8.h: Remove file.
16886         * lib/ucs4-utf16.h: Remove file.
16887         * lib/unistr.h: Include their previous contents.
16888         * m4/utf-ucs4.m4: Remove file.
16889         * m4/ucs4-utf.m4: Remove file.
16890         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
16891         (Depends-on): Add unistr/base.
16892         (configure.ac): Remove gl_UTF_UCS4.
16893         (Makefile.am): Update.
16894         (Include): Change to unistr.h.
16895         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
16896         (Depends-on): Add unistr/base.
16897         (configure.ac): Remove gl_UTF_UCS4.
16898         (Makefile.am): Update.
16899         (Include): Change to unistr.h.
16900         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
16901         (Depends-on): Add unistr/base.
16902         (configure.ac): Remove gl_UTF_UCS4.
16903         (Makefile.am): Update.
16904         (Include): Change to unistr.h.
16905         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
16906         (Depends-on): Add unistr/base.
16907         (configure.ac): Remove gl_UTF_UCS4.
16908         (Makefile.am): Update.
16909         (Include): Change to unistr.h.
16910         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
16911         (Depends-on): Add unistr/base.
16912         (configure.ac): Remove gl_UCS4_UTF.
16913         (Makefile.am): Update.
16914         (Include): Change to unistr.h.
16915         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
16916         (Depends-on): Add unistr/base.
16917         (configure.ac): Remove gl_UCS4_UTF.
16918         (Makefile.am): Update.
16919         (Include): Change to unistr.h.
16920         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
16921         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
16922         utf8-ucs4-unsafe.h.
16923         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
16924         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
16925         utf16-ucs4-unsafe.h.
16926         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
16927         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
16928         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
16929         * lib/unistr/u8-strchr.c: Likewise.
16930         * lib/unistr/u8-strrchr.c: Likewise.
16931         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
16932         * lib/unistr/u16-strchr.c: Likewise.
16933         * lib/unistr/u16-strrchr.c: Likewise.
16934         * lib/striconveh.c: Update.
16935         * lib/linebreak.c: Update.
16936
16937 2007-03-24  Bruno Haible  <bruno@clisp.org>
16938
16939         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
16940         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
16941
16942 2007-03-22  Bruno Haible  <bruno@clisp.org>
16943
16944         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
16945
16946 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16947
16948         * MODULES.html.sh (File system functions): New module write-any-file.
16949         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
16950         * m4/write-any-file.m4: New files.
16951
16952 2007-03-23  Eric Blake  <ebb9@byu.net>
16953
16954         * gnulib-tool: Rearrange space-tab sequences, since some editors
16955         like to eat them.
16956
16957 2007-03-23  Eric Blake  <ebb9@byu.net>
16958
16959         * lib/version-etc.c (version_etc_va): Update license wording to
16960         be more concise.  Recommended by Richard Stallman.
16961
16962 2007-03-22  Bruno Haible  <bruno@clisp.org>
16963
16964         * lib/poll.c (MSG_PEEK): New fallback definition.
16965
16966 2007-03-22  Bruno Haible  <bruno@clisp.org>
16967
16968         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
16969         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
16970         (main): Update.
16971         Fixes a compilation error on BeOS.
16972
16973 2007-03-22  Bruno Haible  <bruno@clisp.org>
16974
16975         * modules/frexpl-tests: New file.
16976         * tests/test-frexpl.c: New file.
16977
16978         * modules/frexpl: New file.
16979         * m4/frexpl.m4: New file.
16980         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
16981         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
16982         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
16983         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
16984         (Depends-on): Add frexpl. Remove isnanl-nolibm.
16985         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
16986
16987 2007-03-22  Bruno Haible  <bruno@clisp.org>
16988
16989         * lib/frexpl.c: Share code with lib/frexp.c.
16990         * modules/mathl (Files): Add lib/frexp.c.
16991         (Depends-on): Add isnanl-nolibm.
16992
16993 2007-03-22  Bruno Haible  <bruno@clisp.org>
16994
16995         * modules/printf-frexp (Files): Add m4/frexp.m4.
16996         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
16997         only if the found frexp function actually works.
16998
16999 2007-03-22  Bruno Haible  <bruno@clisp.org>
17000
17001         * lib/frexp.c: Remove older implementation that uses divisions.
17002
17003 2007-03-21  Bruno Haible  <bruno@clisp.org>
17004
17005         * modules/frexp-tests: New file.
17006         * tests/test-frexp.c: New file.
17007
17008         * modules/frexp: New file.
17009         * lib/frexp.c: New file.
17010         * m4/frexp.m4: New file.
17011         * lib/math_.h (frexp): New declaration.
17012         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
17013         REPLACE_FREXP.
17014         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
17015
17016 2007-03-21  Bruno Haible  <bruno@clisp.org>
17017
17018         * modules/isnanl-tests: New file.
17019         * tests/test-isnanl.c: New file.
17020
17021         * modules/isnanl: New file.
17022         * lib/isnanl.h: New file.
17023         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
17024         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
17025         gl_FUNC_ISNANL_WORKS.
17026         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
17027         New macros.
17028
17029 2007-03-21  Bruno Haible  <bruno@clisp.org>
17030
17031         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
17032         lib/isnanl.h.
17033         (Include): Update.
17034         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
17035         * lib/vasnprintf.c: Update.
17036         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
17037         tests/test-isnanl.h, remove tests/test-isnanl.c.
17038         (Makefile.am): Update.
17039         * tests/test-isnanl-nolibm.c: New file.
17040         * tests/test-isnanl.h: New file.
17041         * tests/test-isnanl.c: Remove file.
17042
17043 2007-03-21  Jim Meyering  <jim@meyering.net>
17044
17045         When trying to open ".", treat ESTALE like EACCES.
17046         * lib/savewd.c (savewd_save): Resort to forking not just upon
17047         failure with EACCES, but also when errno is ESTALE.
17048
17049 2007-03-20  Bruno Haible  <bruno@clisp.org>
17050
17051         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
17052         Needed on AIX 5.1. Reported by Matthew Woehlke.
17053
17054 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17055
17056         Suggestions by Bruno Haible:
17057         * lib/acl-internal.h: Include "gettext.h" rather than rolling
17058         our own.
17059         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
17060         * modules/acl (Depends-on): Add gettext.
17061
17062 2007-03-19  Bruno Haible  <bruno@clisp.org>
17063
17064         * modules/iconvme: Remove file.
17065         * lib/iconvme.h: Remove file.
17066         * lib/iconvme.c: Remove file.
17067         * m4/iconvme.m4: Remove file.
17068
17069 2007-03-19  Bruno Haible  <bruno@clisp.org>
17070
17071         * doc/relocatable-maint.texi: Break long shell script line.
17072         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17073
17074 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17075
17076         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
17077         handle file_has_acl.
17078         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
17079         * lib/acl.c: Move header inclusions and related macro defns into
17080         lib/acl-internal.h.
17081         (S_ISLNK): Remove defn, since that's now done for us.
17082         (file_has_acl): Move to lib/file-has-acl.c.
17083         Call acl_trivial if available.  This is the crucial part of the fix.
17084         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
17085         shared within the library.  Rewrite a bit, partly to make it compatible
17086         with the GNU coding style.
17087         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
17088         Remove unnecessary double-quotes.
17089         Don't test for acl_to_text; the build will catch that.
17090         Replace acl_entries if it doesn't exist and it is needed.
17091         Check for -lsec and acl_trivial (as used on Solaris 10).
17092         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
17093         lib/file-has-acl.c.
17094         (Depends-on): Add sys_stat, for S_ISLNK.
17095
17096 2007-03-19  Ben Pfaff  <blp@gnu.org>
17097
17098         * doc/gnulib.texi: Fix typos.
17099         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17100
17101 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17102
17103         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
17104         If size is zero here, buf must be zero.
17105
17106 2007-03-19  Simon Josefsson  <simon@josefsson.org>
17107
17108         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
17109         <bruno@clisp.org>.
17110
17111 2007-03-18  Bruno Haible  <bruno@clisp.org>
17112
17113         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
17114         Suggested by Eric Blake.
17115
17116 2007-03-18  Ben Pfaff  <blp@gnu.org>
17117
17118         * doc/relocatable.texi: Recommend using as prefix a directory
17119         that does not exist and will never be created.  Based on
17120         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
17121         and others.
17122
17123 2007-03-17  Bruno Haible  <bruno@clisp.org>
17124
17125         * lib/fchownat.c: Include lchown.h.
17126
17127 2007-03-17  Bruno Haible  <bruno@clisp.org>
17128
17129         Fix endless loop when the given allocated size was > INT_MAX.
17130         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
17131         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
17132         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
17133         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
17134         * lib/sprintf.c (sprintf): Likewise.
17135
17136 2007-03-17  Bruno Haible  <bruno@clisp.org>
17137
17138         * tests/test-argp-2.sh (func_compare): Output a context diff.
17139
17140 2007-03-17  Bruno Haible  <bruno@clisp.org>
17141
17142         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
17143         locale's decimal-point character.
17144
17145 2007-03-17  Bruno Haible  <bruno@clisp.org>
17146
17147         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
17148         before comparing it. Needed because on some platforms (e.g. x86) a
17149         'long double' occupies less bytes than sizeof (long double).
17150
17151 2007-03-17  Bruno Haible  <bruno@clisp.org>
17152
17153         * tests/test-crc.c (main): Make printf statements 64-bit clean.
17154         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
17155         * tests/test-getaddrinfo.c (simple): Likewise.
17156         * tests/test-read-file.c (main): Likewise.
17157
17158 2007-03-17  Bruno Haible  <bruno@clisp.org>
17159
17160         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
17161
17162 2007-03-17  Bruno Haible  <bruno@clisp.org>
17163
17164         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
17165         unused variable.
17166
17167 2007-03-17  Bruno Haible  <bruno@clisp.org>
17168
17169         * tests/test-c-strcasecmp.c: Include c-strcase.h.
17170         * tests/test-c-strncasecmp.c: Likewise.
17171
17172 2007-03-17  Bruno Haible  <bruno@clisp.org>
17173
17174         * modules/stdlib (Depends-on): Add unistd.
17175         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
17176         Needed for MacOS X 10.3.
17177
17178 2007-03-17  Bruno Haible  <bruno@clisp.org>
17179
17180         * lib/unistr/u-strdup.h: Include <stdlib.h>.
17181
17182 2007-03-17  Bruno Haible  <bruno@clisp.org>
17183
17184         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
17185
17186 2007-03-17  Bruno Haible  <bruno@clisp.org>
17187
17188         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
17189         to reflect files copied from gnulib (with or without modifications).
17190         Suggested by Jim Meyering.
17191
17192 2007-03-17  Eric Blake  <ebb9@byu.net>
17193
17194         * NEWS: Document stdlib change from 2007-02-18.
17195
17196 2007-03-17  Jim Meyering  <jim@meyering.net>
17197
17198         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
17199         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
17200         someone uses a name containing shell meta-characters.
17201         Reported by Alfred M. Szmidt.
17202
17203         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
17204
17205 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17206
17207         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
17208         and copy gettext configuration files only if configure.ac contains
17209         a use of AM_GNU_GETTEXT_VERSION.
17210
17211 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17212
17213         * build-aux/bootstrap (gnulib_name): New variable.
17214         (gnulib_tool_options): Use it.
17215
17216 2007-03-13  Simon Josefsson  <simon@josefsson.org>
17217
17218         * tests/test-des.c: Use new namespace.
17219
17220 2007-03-15  Bruno Haible  <bruno@clisp.org>
17221
17222         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
17223         Reported by James Youngman <jay@gnu.org>.
17224
17225 2007-03-15  Bruno Haible  <bruno@clisp.org>
17226
17227         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
17228         declared prototype. Needed with cc on OSF/1 5.1.
17229
17230 2007-03-15  Bruno Haible  <bruno@clisp.org>
17231
17232         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
17233         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
17234         (struct gl_list_implementation): Add dispose_fn argument to the
17235         'create_empty', 'create' methods.
17236         (struct gl_list_impl_base): Add field 'dispose_fn'.
17237         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
17238         argument.
17239         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
17240         dispose_fn argument.
17241         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
17242         dispose_fn on the dropped values.
17243         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
17244         dispose_fn argument.
17245         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
17246         dropped values.
17247         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
17248         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17249         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
17250         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17251         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
17252         argument.
17253         (gl_tree_list_free): Call dispose_fn on the dropped values.
17254         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
17255         the dropped values.
17256         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17257         Add dispose_fn argument.
17258         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
17259         Call dispose_fn on the dropped values.
17260         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
17261         Add dispose_fn argument.
17262         (gl_sublist_create): Initialize the 'dispose_fn' field.
17263         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
17264         * tests/test-array_list.c (main): Update.
17265         * tests/test-carray_list.c (main): Update.
17266         * tests/test-avltree_list.c (main): Update.
17267         * tests/test-rbtree_list.c (main): Update.
17268         * tests/test-avltreehash_list.c (main): Update.
17269         * tests/test-rbtreehash_list.c (main): Update.
17270         * tests/test-linked_list.c (main): Update.
17271         * tests/test-linkedhash_list.c (main): Update.
17272         * tests/test-array_oset.c (main): Update.
17273
17274 2007-03-15  Bruno Haible  <bruno@clisp.org>
17275
17276         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
17277         (gl_oset_create_empty): Add dispose_fn argument.
17278         (struct gl_oset_implementation): Add dispose_fn argument to
17279         'create_empty' method.
17280         (struct gl_oset_impl_base): Add dispose_fn field.
17281         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
17282         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
17283         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
17284         values.
17285         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
17286         (gl_tree_oset_free): Call dispose_fn on the dropped values.
17287         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17288         dropped value.
17289         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17290         dropped value.
17291         * tests/test-array_oset.c (main): Update.
17292         * tests/test-avltree_oset.c (main): Update.
17293         * tests/test-rbtree_oset.c (main): Update.
17294         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
17295
17296 2007-03-13  Bruno Haible  <bruno@clisp.org>
17297
17298         * tests/test-stdbool.c (i): Update after last patch.
17299
17300 2007-03-12  Bruno Haible  <bruno@clisp.org>
17301
17302         * lib/quotearg.c: Include <wctype.h> early, before the definition of
17303         the iswprint macro. Needed on Solaris 2.5.1.
17304
17305 2007-03-12  Bruno Haible  <bruno@clisp.org>
17306
17307         * tests/test-printf-frexp.c (main): Declare x as volatile.
17308
17309 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17310
17311         * doc/gnulib.texi (Build robot for gnulib): New section.
17312
17313 2007-03-12  Jim Meyering  <jim@meyering.net>
17314
17315         * build-aux/bootstrap: New file.
17316         * build-aux/bootstrap.conf: New file, from coreutils.
17317
17318 2007-03-11  Bruno Haible  <bruno@clisp.org>
17319
17320         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
17321
17322 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17323
17324         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
17325         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
17326         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
17327
17328 2007-03-11  Bruno Haible  <bruno@clisp.org>
17329
17330         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
17331         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
17332
17333 2007-03-11  Bruno Haible  <bruno@clisp.org>
17334
17335         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
17336         formula. Needed for SunPRO C 5.0.
17337
17338 2007-03-11  Bruno Haible  <bruno@clisp.org>
17339
17340         * modules/long-options (Depends-on): Add getopt.
17341
17342 2007-03-11  Bruno Haible  <bruno@clisp.org>
17343
17344         * modules/modechange (Depends-on): Add stdbool.
17345
17346 2007-03-11  Bruno Haible  <bruno@clisp.org>
17347
17348         * modules/i-ring (Depends-on): Add stdbool.
17349
17350 2007-03-11  Bruno Haible  <bruno@clisp.org>
17351
17352         * modules/gc-des (Depends-on): Add stdbool.
17353
17354 2007-03-11  Bruno Haible  <bruno@clisp.org>
17355
17356         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
17357
17358 2007-03-11  Bruno Haible  <bruno@clisp.org>
17359
17360         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
17361
17362 2007-03-11  Bruno Haible  <bruno@clisp.org>
17363
17364         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
17365
17366 2007-03-11  Bruno Haible  <bruno@clisp.org>
17367
17368         * lib/vasnprintf.c (sprintf): Undefine.
17369
17370 2007-03-11  Bruno Haible  <bruno@clisp.org>
17371
17372         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
17373         initializers in SunPRO C and Compaq C compilers.
17374
17375 2007-03-11  Bruno Haible  <bruno@clisp.org>
17376
17377         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
17378         decrementing code ANSI C compliant.
17379
17380 2007-03-11  Bruno Haible  <bruno@clisp.org>
17381
17382         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
17383         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
17384
17385 2007-03-11  Bruno Haible  <bruno@clisp.org>
17386
17387         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
17388         <stdbool.h> substitute doesn't pass.
17389
17390 2007-03-11  Bruno Haible  <bruno@clisp.org>
17391
17392         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
17393
17394 2007-03-11  Bruno Haible  <bruno@clisp.org>
17395
17396         * gnulib-tool (func_create_megatestdir): Create also an autobuild
17397         script, for submission to autobuild.josefsson.org.
17398
17399 2007-03-10  Bruno Haible  <bruno@clisp.org>
17400
17401         * modules/canonicalize-lgpl-tests: New file.
17402         * tests/test-canonicalize-lgpl.sh: New file.
17403         * tests/test-canonicalize-lgpl.c: New file.
17404
17405         * modules/c-strcase-tests: New file.
17406         * tests/test-c-strcase.sh: New file.
17407         * tests/test-c-strcasecmp.c: New file.
17408         * tests/test-c-strncasecmp.c: New file.
17409
17410         * modules/atexit-tests: New file.
17411         * tests/test-atexit.sh: New file.
17412         * tests/test-atexit.c: New file.
17413
17414 2007-03-10  Bruno Haible  <bruno@clisp.org>
17415
17416         * tests/test-binary-io.sh: Use temporary filenames that are not so
17417         likely to clash with those of other tests (in a parallel make).
17418         * tests/test-binary-io.c: Likewise.
17419
17420 2007-03-10  Bruno Haible  <bruno@clisp.org>
17421
17422         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
17423         fallback; use #error instead.
17424         Suggested by Simon Josefsson.
17425
17426 2007-03-10  Bruno Haible  <bruno@clisp.org>
17427
17428         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
17429         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
17430         first and the last.
17431
17432 2007-03-10  Bruno Haible  <bruno@clisp.org>
17433
17434         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
17435
17436 2007-03-10  Bruno Haible  <bruno@clisp.org>
17437
17438         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
17439         "make distcheck".
17440         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
17441         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
17442         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
17443
17444 2007-03-10  Bruno Haible  <bruno@clisp.org>
17445
17446         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
17447         variable.
17448         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
17449         variable.
17450
17451 2007-03-09  Eric Blake  <ebb9@byu.net>
17452         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
17453
17454         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
17455         types are not being provided by gnulib.
17456         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
17457         types are supported.
17458
17459 2007-03-10  Bruno Haible  <bruno@clisp.org>
17460
17461         * lib/stdio_.h (__attribute__): New macro.
17462         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
17463         vsprintf): Specify __attribute__ __format__ for GCC.
17464         Suggested by Eric Blake.
17465
17466 2007-03-09  Bruno Haible  <bruno@clisp.org>
17467
17468         * modules/printf-posix-tests: New file.
17469         * tests/test-printf-posix.sh: New file.
17470         * tests/test-printf-posix.c: New file.
17471
17472         * modules/printf-posix: New file.
17473         * lib/printf.c: New file.
17474         * m4/printf-posix-rpl.m4: New file.
17475         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
17476         REPLACE_PRINTF.
17477         * lib/stdio_.h (printf): New declaration.
17478         (format, __format__, ____printf____, ____scanf____, ____strftime____,
17479         ____strfmon____): New macros.
17480         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
17481         REPLACE_PRINTF.
17482
17483 2007-03-09  Bruno Haible  <bruno@clisp.org>
17484
17485         * tests/test-vasnprintf-posix2.sh: New file.
17486         * tests/test-vasnprintf-posix2.c: New file.
17487         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
17488         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17489         (Makefile.am): Activate test-vasnprintf-posix2.sh.
17490
17491         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
17492         a locale dependent decimal point, rather than always '.'.
17493
17494 2007-03-09  Eric Blake  <ebb9@byu.net>
17495
17496         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
17497         spite of platforms like Tandem/NSK that define it to -1.
17498
17499 2007-03-08  Bruno Haible  <bruno@clisp.org>
17500
17501         * modules/vprintf-posix-tests: New file.
17502         * tests/test-vprintf-posix.sh: New file.
17503         * tests/test-vprintf-posix.c: New file.
17504         * tests/test-printf-posix.h: New file.
17505
17506         * modules/vprintf-posix: New file.
17507         * lib/vprintf.c: New file.
17508         * m4/vprintf-posix.m4: New file.
17509         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
17510         REPLACE_VPRINTF.
17511         * lib/stdio_.h (vprintf): New declaration.
17512         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
17513         REPLACE_VPRINTF.
17514
17515 2007-03-08  Bruno Haible  <bruno@clisp.org>
17516
17517         * modules/fprintf-posix-tests: New file.
17518         * tests/test-fprintf-posix.sh: New file.
17519         * tests/test-fprintf-posix.c: New file.
17520
17521         * modules/fprintf-posix: New file.
17522         * lib/fprintf.c: New file.
17523         * m4/fprintf-posix.m4: New file.
17524         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
17525         REPLACE_FPRINTF.
17526         * lib/stdio_.h (fprintf): New declaration.
17527         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
17528         REPLACE_FPRINTF.
17529
17530 2007-03-08  Bruno Haible  <bruno@clisp.org>
17531
17532         * modules/vfprintf-posix-tests: New file.
17533         * tests/test-vfprintf-posix.sh: New file.
17534         * tests/test-vfprintf-posix.c: New file.
17535         * tests/test-fprintf-posix.h: New file.
17536         * tests/test-fprintf-posix.out: New file.
17537
17538         * modules/vfprintf-posix: New file.
17539         * lib/vfprintf.c: New file.
17540         * m4/vfprintf-posix.m4: New file.
17541         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
17542         REPLACE_VFPRINTF.
17543         * lib/stdio_.h (vfprintf): New declaration.
17544         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
17545         REPLACE_VFPRINTF.
17546
17547 2007-03-08  Bruno Haible  <bruno@clisp.org>
17548
17549         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
17550
17551 2007-03-08  Bruno Haible  <bruno@clisp.org>
17552
17553         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
17554         instead of 'expr' invocations.
17555         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17556         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17557         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17558         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17559         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17560         Suggested by Paul Eggert.
17561
17562 2007-03-08  Bruno Haible  <bruno@clisp.org>
17563
17564         * modules/fseterr-tests: New file.
17565         * tests/test-fseterr.c: New file.
17566
17567         * modules/fseterr: New file.
17568         * lib/fseterr.h: New file.
17569         * lib/fseterr.c: New file.
17570
17571 2007-03-08  Bruno Haible  <bruno@clisp.org>
17572
17573         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
17574         * lib/getopt_.h: Likewise.
17575         * lib/mbswidth.h: Likewise.
17576         * lib/setenv.h: Likewise.
17577         * lib/vasnprintf.h: Likewise.
17578         * lib/vasprintf.h: Likewise.
17579         * lib/verror.h: Likewise.
17580         * lib/xsetenv.h: Likewise.
17581         * lib/xvasprintf.h: Likewise.
17582
17583 2007-03-08  Jim Meyering  <jim@meyering.net>
17584
17585         * users.txt: Add parted.
17586
17587         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
17588
17589 2007-03-07  Bruno Haible  <bruno@clisp.org>
17590
17591         * m4/printf.m4: Make the shell script snippets copy&pastable.
17592
17593 2007-03-02  Bruno Haible  <bruno@clisp.org>
17594
17595         * lib/netinet_in_.h: New file.
17596         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
17597         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
17598         * modules/netinet_in (Files): Add lib/netinet_in_.h.
17599         (Depends-on): Add absolute-header.
17600         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
17601         into netinet/in.h.
17602
17603 2007-03-03  Bruno Haible  <bruno@clisp.org>
17604
17605         * lib/sys_select_.h: New file.
17606         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
17607         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
17608         * modules/sys_select (Files): Add lib/sys_select_.h.
17609         (Depends-on): Add absolute-header.
17610         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
17611         into sys/select.h.
17612
17613 2007-03-02  Bruno Haible  <bruno@clisp.org>
17614
17615         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
17616         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
17617         values.
17618         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
17619         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
17620         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
17621         * modules/sys_socket (Depends-on): Add absolute-header.
17622         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
17623         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
17624         (Include): Remove requirement of inclusion of <sys/types.h>.
17625
17626 2007-03-02  Bruno Haible  <bruno@clisp.org>
17627
17628         * lib/byteswap_.h (bswap_32): Fix formula.
17629
17630 2007-03-06  Bruno Haible  <bruno@clisp.org>
17631
17632         * modules/sprintf-posix-tests: New file.
17633         * tests/test-sprintf-posix.c: New file.
17634
17635         * modules/sprintf-posix: New file.
17636         * lib/sprintf.c: New file.
17637         * m4/sprintf-posix.m4: New file.
17638         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
17639         REPLACE_SPRINTF.
17640         * lib/stdio_.h (sprintf): New declaration.
17641         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
17642         REPLACE_SPRINTF.
17643
17644 2007-03-06  Bruno Haible  <bruno@clisp.org>
17645
17646         * modules/vsprintf-posix-tests: New file.
17647         * tests/test-vsprintf-posix.c: New file.
17648         * tests/test-sprintf-posix.h: New file.
17649
17650         * modules/vsprintf-posix: New file.
17651         * lib/vsprintf.c: New file.
17652         * m4/vsprintf-posix.m4: New file.
17653         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
17654         REPLACE_VSPRINTF.
17655         * lib/stdio_.h (vsprintf): New declaration.
17656         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
17657         REPLACE_VSPRINTF.
17658
17659 2007-03-06  Bruno Haible  <bruno@clisp.org>
17660
17661         * modules/vsnprintf (Depend-on): Remove minmax.
17662
17663 2007-03-06  Bruno Haible  <bruno@clisp.org>
17664
17665         * modules/snprintf-posix-tests: New file.
17666         * tests/test-snprintf-posix.c: New file.
17667
17668         * modules/snprintf-posix: New file.
17669         * m4/snprintf-posix.m4: New file.
17670         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
17671         gl_FUNC_SNPRINTF.
17672         (gl_FUNC_SNPRINTF): Invoke it.
17673         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
17674         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
17675         is set.
17676         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
17677
17678 2007-03-06  Bruno Haible  <bruno@clisp.org>
17679
17680         * modules/vsnprintf-posix-tests: New file.
17681         * tests/test-vsnprintf-posix.c: New file.
17682         * tests/test-snprintf-posix.h: New file.
17683
17684         * modules/vsnprintf-posix: New file.
17685         * m4/vsnprintf-posix.m4: New file.
17686         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
17687         gl_FUNC_VSNPRINTF.
17688         (gl_FUNC_VSNPRINTF): Invoke it.
17689         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
17690         * lib/stdio_.h (vsnprintf): Define as a replacement if
17691         REPLACE_VSNPRINTF is set.
17692         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
17693
17694 2007-03-06  Bruno Haible  <bruno@clisp.org>
17695
17696         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
17697         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
17698
17699 2007-03-06  Bruno Haible  <bruno@clisp.org>
17700
17701         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
17702         (asinl): Declare also if HAVE_DECL_ASINL is set.
17703         (atanl): Declare also if HAVE_DECL_ATANL is set.
17704         (ceill): Declare also if HAVE_DECL_CEILL is set.
17705         (cosl): Declare also if HAVE_DECL_COSL is set.
17706         (expl): Declare also if HAVE_DECL_EXPL is set.
17707         (floorl): Declare also if HAVE_DECL_FLOORL is set.
17708         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
17709         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
17710         (logl): Declare also if HAVE_DECL_LOGL is set.
17711         (sinl): Declare also if HAVE_DECL_SINL is set.
17712         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
17713         (tanl): Declare also if HAVE_DECL_TANL is set.
17714         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
17715         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
17716         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
17717         declaration of frexpl, ldexpl.
17718         * modules/printf-frexpl (Depends-on): Add math.
17719         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
17720
17721 2007-03-05  Bruno Haible  <bruno@clisp.org>
17722
17723         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
17724         frexpl and ldexpl are declared.
17725         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
17726
17727 2007-03-05  Bruno Haible  <bruno@clisp.org>
17728
17729         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
17730         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
17731
17732 2007-03-05  Bruno Haible  <bruno@clisp.org>
17733
17734         * lib/stdio_.h: Include <stddef.h>.
17735
17736 2007-03-05  Bruno Haible  <bruno@clisp.org>
17737
17738         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
17739
17740 2007-03-05  Bruno Haible  <bruno@clisp.org>
17741
17742         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
17743         NetBSD 4, from Ralf Wildenhues.
17744
17745 2007-03-04  Bruno Haible  <bruno@clisp.org>
17746
17747         * lib/vasprintf.h: Update #if logic for the case when the functions
17748         exist but are overridden.
17749
17750 2007-03-04  Bruno Haible  <bruno@clisp.org>
17751
17752         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
17753         implementations: glibc-2.4 and MacOS X 10.3.
17754         * tests/test-vasnprintf-posix.c (test_function): Test also the case
17755         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
17756         * tests/test-vasprintf-posix.c (test_function): Likewise.
17757
17758 2007-03-04  Bruno Haible  <bruno@clisp.org>
17759
17760         * modules/vasprintf-posix-tests: New file.
17761         * tests/test-vasprintf-posix.c: New file.
17762
17763         * modules/vasprintf-posix: New file.
17764         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
17765         defined.
17766         * m4/vasprintf-posix.m4: New file.
17767         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
17768         gl_FUNC_VASPRINTF.
17769         (gl_FUNC_VASPRINTF): Invoke it.
17770         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
17771         here.
17772         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
17773
17774 2007-03-04  Bruno Haible  <bruno@clisp.org>
17775
17776         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
17777         REPLACE_GETTIMEOFDAY.
17778         * modules/sys_time (Makefile.am): Likewise.
17779         * m4/sys_time_h.m4: Likewise.
17780         * m4/gettimeofday.m4: Likewise.
17781
17782 2007-03-04  Bruno Haible  <bruno@clisp.org>
17783
17784         * modules/vasnprintf-posix-tests: New file.
17785         * tests/test-vasnprintf-posix.c: New file.
17786
17787         * modules/vasnprintf-posix: New file.
17788         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
17789         printf-frexpl.h.
17790         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
17791         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
17792         REPLACE_VASNPRINTF is defined.
17793         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
17794         gl_FUNC_VASNPRINTF.
17795         (gl_FUNC_VASNPRINTF): Invoke it.
17796         * m4/vasnprintf-posix.m4: New file.
17797         * m4/printf.m4: New file.
17798
17799 2007-03-04  Bruno Haible  <bruno@clisp.org>
17800
17801         Compile progreloc.c only if --enable-relocatable is specified.
17802         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
17803         if --enable-relocatable was specified.
17804         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
17805         lib_SOURCES.
17806
17807 2007-03-04  Jim Meyering  <jim@meyering.net>
17808
17809         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
17810         Use it consistently, rather than enumerating errno constants.
17811
17812 2007-03-04  Bruno Haible  <bruno@clisp.org>
17813
17814         * modules/xvasprintf-tests: New file.
17815         * tests/test-xvasprintf.c: New file.
17816
17817         * modules/vasprintf-tests: New file.
17818         * tests/test-vasprintf.c: New file.
17819
17820         * modules/vasnprintf-tests: New file.
17821         * tests/test-vasnprintf.c: New file.
17822
17823         * modules/vsnprintf-tests: New file.
17824         * tests/test-vsnprintf.c: New file.
17825
17826         * modules/snprintf-tests: New file.
17827         * tests/test-snprintf.c: New file.
17828
17829 2007-03-04  Bruno Haible  <bruno@clisp.org>
17830
17831         Compile relocatable.c only if --enable-relocatable is specified.
17832         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
17833         gl_RELOCATABLE_LIBRARY.
17834         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
17835         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
17836         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
17837         gl_RELOCATABLE_LIBRARY.
17838         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
17839         (Makefile.am): Remove lib_SOURCES.
17840         * modules/relocatable-lib-lgpl (configure.ac): Invoke
17841         gl_RELOCATABLE_LIBRARY.
17842         (Makefile.am): Remove lib_SOURCES.
17843         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
17844         always.
17845         * modules/relocatable-prog-wrapper (configure.ac): Invoke
17846         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
17847
17848 2007-03-04  Bruno Haible  <bruno@clisp.org>
17849
17850         * modules/argmatch-tests: New file.
17851         * tests/test-argmatch.c: New file.
17852
17853         * tests/test-allocsa.c (main): Halve the number of loop runs.
17854
17855         * modules/alloca-opt-tests: New file.
17856         * tests/test-alloca-opt.c: New file.
17857
17858 2007-03-04  Jim Meyering  <jim@meyering.net>
17859
17860         Work around difference between Linux ACLs and Solaris 10 ZFS.
17861         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
17862         for EINVAL.
17863
17864 2007-03-03  Bruno Haible  <bruno@clisp.org>
17865
17866         * modules/relocatable-prog (Depends-on): Add back progreloc's
17867         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
17868
17869 2007-03-03  Bruno Haible  <bruno@clisp.org>
17870
17871         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
17872         * modules/relocatable-lib: New file.
17873
17874 2007-03-03  Bruno Haible  <bruno@clisp.org>
17875
17876         * modules/relocatable-prog: Renamed from modules/relocatable.
17877         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
17878
17879 2007-03-03  Bruno Haible  <bruno@clisp.org>
17880
17881         * modules/relocatable-script (Files): Add doc/relocatable.texi,
17882         m4/relocatable-lib.m4.
17883         (Depends-on): Remove 'relocatable'.
17884         (configure.ac): Add gl_RELOCATABLE_NOP.
17885
17886 2007-03-03  Bruno Haible  <bruno@clisp.org>
17887
17888         * modules/relocatable-prog-wrapper: New file.
17889         * modules/relocatable (Depends-on): Add it. Remove all other
17890         dependencies except progname.
17891         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
17892
17893         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
17894         (gl_FUNC_STRERROR): Nop.
17895         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
17896
17897         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
17898         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
17899
17900         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
17901         (gl_FUNC_READLINK): Update.
17902
17903         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
17904
17905 2007-03-03  Bruno Haible  <bruno@clisp.org>
17906
17907         * lib/xreadlink.c: Include <unistd.h> unconditionally.
17908         * modules/xreadlink (Depends-on): Add unistd.
17909         * modules/xreadlink-with-size (Depends-on): Likewise.
17910
17911 2007-03-03  Bruno Haible  <bruno@clisp.org>
17912
17913         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
17914         extracted from gt_FUNC_SETENV.
17915         (gt_FUNC_SETENV): Remove macro.
17916         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
17917         remove gt_FUNC_SETENV.
17918
17919 2007-03-03  Bruno Haible  <bruno@clisp.org>
17920
17921         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
17922         ENABLE_RELOCATABLE here.
17923         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
17924
17925 2007-03-03  Bruno Haible  <bruno@clisp.org>
17926
17927         * modules/rbtreehash-list-tests (Depends-on): Add progname.
17928         * tests/test-rbtreehash_list.c: Include progname.h.
17929         (main): Call set_program_name.
17930
17931         * modules/rbtree-oset-tests (Depends-on): Add progname.
17932         * tests/test-rbtree_oset.c: Include progname.h.
17933         (main): Call set_program_name.
17934
17935         * modules/rbtree-list-tests (Depends-on): Add progname.
17936         * tests/test-rbtree_list.c: Include progname.h.
17937         (main): Call set_program_name.
17938
17939         * modules/linked-list-tests (Depends-on): Add progname.
17940         * tests/test-linked_list.c: Include progname.h.
17941         (main): Call set_program_name.
17942
17943 2007-03-03  Bruno Haible  <bruno@clisp.org>
17944
17945         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
17946         All uses of __restrict changed to _Restrict_.
17947         * lib/glob_.h (__restrict): Remove macro.
17948
17949 2007-03-02  Bruno Haible  <bruno@clisp.org>
17950
17951         * modules/gettext (configure.ac): Require gettext infrastructure
17952         from version 0.16.1.
17953
17954 2007-03-02  Bruno Haible  <bruno@clisp.org>
17955
17956         * modules/linkedhash-list-tests (Depends-on): Add progname.
17957         * tests/test-linkedhash_list.c: Include progname.h.
17958         (main): Call set_program_name.
17959
17960         * modules/carray-list-tests (Depends-on): Add progname.
17961         * tests/test-carray_list.c: Include progname.h.
17962         (main): Call set_program_name.
17963
17964         * modules/avltreehash-list-tests (Depends-on): Add progname.
17965         * tests/test-avltreehash_list.c: Include progname.h.
17966         (main): Call set_program_name.
17967
17968         * modules/avltree-oset-tests (Depends-on): Add progname.
17969         * tests/test-avltree_oset.c: Include progname.h.
17970         (main): Call set_program_name.
17971
17972         * modules/avltree-list-tests (Depends-on): Add progname.
17973         * tests/test-avltree_list.c: Include progname.h.
17974         (main): Call set_program_name.
17975
17976         * modules/array-oset-tests (Depends-on): Add progname.
17977         * tests/test-array_oset.c: Include progname.h.
17978         (main): Call set_program_name.
17979
17980         * modules/array-list-tests (Depends-on): Add progname.
17981         * tests/test-array_list.c: Include progname.h.
17982         (main): Call set_program_name.
17983
17984         * modules/argp-tests (Depends-on): Add progname.
17985         * tests/test-argp.c: Include argp.h first. Include progname.h.
17986         (main): Call set_program_name.
17987
17988 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
17989
17990         * doc/gnulib-tool.texi (Initial import): Reword description of
17991         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
17992         limited effect even if defined after the first system include.
17993
17994 2007-03-01  Bruno Haible  <bruno@clisp.org>
17995
17996         * build-aux/config.libpath: Update to libtool-1.5.22.
17997         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17998
17999 2007-03-01  Bruno Haible  <bruno@clisp.org>
18000
18001         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
18002         foo_CFLAGS.
18003         Reported by Ralf Wildenhues.
18004
18005 2007-03-01  Bruno Haible  <bruno@clisp.org>
18006
18007         * build-aux/install-reloc: Remove object files left over by some
18008         compilers.
18009         Reported by Ralf Wildenhues.
18010
18011 2007-03-01  Bruno Haible  <bruno@clisp.org>
18012
18013         * build-aux/install-reloc: Break long lines.
18014
18015 2007-03-01  Bruno Haible  <bruno@clisp.org>
18016
18017         * doc/relocatable.texi: Document that it may not work on OpenBSD.
18018         Reported by Ralf Wildenhues.
18019
18020 2007-03-01  Bruno Haible  <bruno@clisp.org>
18021
18022         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
18023         include ordering constraints.
18024
18025 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18026
18027         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
18028         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
18029         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
18030         as another example.
18031         * lib/time_.h: Fix misspelling.
18032         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18033         Require gl_HEADER_TIME_H_DEFAULTS.
18034         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
18035         * m4/time_r.m4 (gl_TIME_R): Likewise.
18036         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
18037
18038 2007-03-01  Bruno Haible  <bruno@clisp.org>
18039
18040         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
18041         * m4/utimens.m4 (gl_UTIMENS): Likewise.
18042
18043 2007-03-01  Jim Meyering  <jim@meyering.net>
18044
18045         * modules/xreadlink (Maintainer): Add my name.
18046         * modules/xreadlink-with-size (Depends-on): Alphabetize.
18047
18048 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
18049             Bruno Haible  <bruno@clisp.org>
18050
18051         * build-aux/install-reloc: Compile also c-ctype.c.
18052         * build-aux/relocatable.sh.in: New file.
18053         * doc/relocatable.texi: New file.
18054         * doc/relocatable-maint.texi: New file.
18055         * doc/gnulib.texi: Include relocatable-maint.texi.
18056         * lib/progreloc.c: Include unistd.h unconditionally.
18057         * lib/relocwrapper.c: Include unistd.h unconditionally.
18058         Include c-ctype.h.
18059         (add_dotbin): Use c_tolower.
18060         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
18061         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
18062         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
18063         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
18064         to m4/relocatable-lib.m4.
18065         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
18066         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
18067         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
18068         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
18069         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
18070         * modules/relocatable: New file.
18071         * modules/relocatable-lib: New file.
18072         * modules/relocatable-script: New file.
18073
18074 2007-02-28  Bruno Haible  <bruno@clisp.org>
18075
18076         Import --enable-relocatable infrastructure.
18077         * build-aux/config.libpath: New file, from GNU gettext.
18078         * build-aux/install-reloc: New file, from GNU gettext.
18079         * build-aux/reloc-ldflags: New file, from GNU gettext.
18080         * lib/relocatable.h: New file, from GNU gettext.
18081         * lib/relocatable.c: New file, from GNU gettext.
18082         * lib/relocwrapper.c: New file, from GNU gettext.
18083         * m4/relocatable.m4: New file, from GNU gettext.
18084
18085 2007-02-28  Bruno Haible  <bruno@clisp.org>
18086
18087         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
18088
18089         * modules/xreadlink: New file, from GNU gettext with modifications.
18090         * lib/xreadlink.c: New file, from GNU gettext.
18091         * lib/xreadlink.h: Add comments.
18092         (xreadlink): New declaration.
18093
18094         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
18095         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
18096         lib/xreadlink-with-size.c.
18097         (configure.ac): Remove gl_XREADLINK invocation.
18098         (Makefile.am): Augment lib_SOURCES.
18099         * m4/xreadlink.m4: Remove file.
18100         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
18101         (xreadlink_with_size): Renamed from xreadink.
18102         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
18103         * modules/canonicalize (Depends-on): Replace xreadlink with
18104         xreadlink-with-size.
18105         * lib/canonicalize.c (canonicalize_filename_mode): Update.
18106
18107 2007-02-25  Jim Meyering  <jim@meyering.net>
18108
18109         * build-aux/announce-gen: When complaining about excess arguments,
18110         list them.
18111
18112 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18113
18114         * README: Document signed integer overflow situation more
18115         accurately.
18116
18117 2007-02-25  Bruno Haible  <bruno@clisp.org>
18118
18119         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
18120         'a' or 'A' conversion.
18121
18122 2007-02-25  Bruno Haible  <bruno@clisp.org>
18123
18124         * modules/filename: Renamed from modules/pathname.
18125         (Files): Replace lib/pathname.h with lib/filename.h. Replace
18126         lib/concatpath.c with lib/concat-filename.c.
18127         (Makefile.am): Update.
18128         (Include): Replace pathname.h with filename.h.
18129         * lib/filename.h: Renamed from lib/pathname.h.
18130         (concatenated_filename): Renamed from concatenated_pathname.
18131         * lib/concat-filename.c: Renamed from lib/concatpath.c.
18132         (concatenated_filename): Renamed from concatenated_pathname.
18133         * lib/findprog.c: Include filename.h instead of pathname.h.
18134         (find_in_path): Update.
18135         * lib/javacomp.c: Include filename.h instead of pathname.h.
18136         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18137         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18138         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18139         is_oldgcj_14_13_usable, is_javac_usable): Update.
18140         * lib/javaexec.c: Include filename.h instead of pathname.h.
18141         (execute_java_class): Update.
18142         * modules/findprog: Update.
18143         * modules/javacomp: Update.
18144         * modules/javaexec: Update.
18145         * MODULES.html.sh (File system functions): Add 'filename', remove
18146         'pathname'.
18147
18148 2007-02-25  Bruno Haible  <bruno@clisp.org>
18149
18150         * modules/printf-frexpl-tests: New file.
18151         * tests/test-printf-frexpl.c: New file.
18152
18153         * modules/printf-frexpl: New file.
18154         * lib/printf-frexpl.h: New file.
18155         * lib/printf-frexpl.c: New file.
18156         * m4/printf-frexpl.m4: New file.
18157
18158 2007-02-25  Bruno Haible  <bruno@clisp.org>
18159
18160         * modules/printf-frexp-tests: New file.
18161         * tests/test-printf-frexp.c: New file.
18162
18163         * modules/printf-frexp: New file.
18164         * lib/printf-frexp.h: New file.
18165         * lib/printf-frexp.c: New file.
18166         * m4/printf-frexp.m4: New file.
18167
18168 2007-02-25  Bruno Haible  <bruno@clisp.org>
18169
18170         Assume automake >= 1.10 for the tests.
18171         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
18172         * modules/arctwo-tests: Likewise.
18173         * modules/argp-tests: Likewise.
18174         * modules/avltree-list-tests: Likewise.
18175         * modules/avltree-oset-tests: Likewise.
18176         * modules/avltreehash-list-tests: Likewise.
18177         * modules/carray-list-tests: Likewise.
18178         * modules/crc-tests: Likewise.
18179         * modules/des-tests: Likewise.
18180         * modules/gc-arcfour-tests: Likewise.
18181         * modules/gc-arctwo-tests: Likewise.
18182         * modules/gc-des-tests: Likewise.
18183         * modules/gc-hmac-md5-tests: Likewise.
18184         * modules/gc-hmac-sha1-tests: Likewise.
18185         * modules/gc-md2-tests: Likewise.
18186         * modules/gc-md4-tests: Likewise.
18187         * modules/gc-md5-tests: Likewise.
18188         * modules/gc-pbkdf2-sha1-tests: Likewise.
18189         * modules/gc-rijndael-tests: Likewise.
18190         * modules/gc-sha1-tests: Likewise.
18191         * modules/gc-tests: Likewise.
18192         * modules/getaddrinfo-tests: Likewise.
18193         * modules/hmac-md5-tests: Likewise.
18194         * modules/hmac-sha1-tests: Likewise.
18195         * modules/linked-list-tests: Likewise.
18196         * modules/linkedhash-list-tests: Likewise.
18197         * modules/lock-tests: Likewise.
18198         * modules/md2-tests: Likewise.
18199         * modules/md4-tests: Likewise.
18200         * modules/md5-tests: Likewise.
18201         * modules/rbtree-list-tests: Likewise.
18202         * modules/rbtree-oset-tests: Likewise.
18203         * modules/rbtreehash-list-tests: Likewise.
18204         * modules/read-file-tests: Likewise.
18205         * modules/rijndael-tests: Likewise.
18206         * modules/stdint-tests: Likewise.
18207         * modules/tls-tests: Likewise.
18208
18209 2007-02-24  Bruno Haible  <bruno@clisp.org>
18210
18211         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
18212         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
18213         function; instead check whether isnan with a double argument links.
18214         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
18215         function; instead check whether isnan with a 'long double' argument
18216         links.
18217         Reported by Eric Blake <ebb9@byu.net>.
18218
18219 2007-02-24  Bruno Haible  <bruno@clisp.org>
18220
18221         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
18222         defined.
18223         * lib/isnanl.c: Remove all code. Just include isnan.c.
18224         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
18225
18226 2007-02-25  Jim Meyering  <jim@meyering.net>
18227
18228         Avoid conflicting types for 'unsetenv' on FreeBSD.
18229         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
18230         conflicting with FreeBSD's (5.0 and 6.1) function declaration
18231         in stdlib.h.
18232
18233 2007-02-24  Bruno Haible  <bruno@clisp.org>
18234
18235         * modules/isnanl-nolibm-tests: New file.
18236         * tests/test-isnanl.c: New file.
18237
18238         * modules/isnanl-nolibm: New file.
18239         * lib/isnanl.h: New file.
18240         * lib/isnanl.c: New file.
18241         * m4/isnanl.m4: New file.
18242
18243 2007-02-24  Bruno Haible  <bruno@clisp.org>
18244
18245         * modules/isnan-nolibm-tests: New file.
18246         * tests/test-isnan.c: New file.
18247
18248         * modules/isnan-nolibm: New file.
18249         * lib/isnan.h: New file.
18250         * lib/isnan.c: New file.
18251         * m4/isnan.m4: New file.
18252
18253 2007-02-24  Bruno Haible  <bruno@clisp.org>
18254
18255         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
18256         assume that an exponent fits in 20 bits.
18257
18258 2007-02-24  Jim Meyering  <jim@meyering.net>
18259
18260         * m4/regex.m4: Update the description of the configure-time option,
18261         --without-included-regex, to state accurately what the defaults are,
18262         and perhaps to give people an idea why using this option is risky.
18263
18264 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
18265
18266         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
18267         loops on small arguments.  This attempts to avoid the problem
18268         Bruno Haible reported for AIX 4.3.2 in
18269         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
18270
18271 2007-02-23  Bruno Haible  <bruno@clisp.org>
18272
18273         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
18274         Needed for help2man.
18275
18276 2007-02-23  Karl Berry  <karl@gnu.org>
18277
18278         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
18279         exists, foo.h should be cvs-ignored, not committed.
18280
18281 2007-02-23  Eric Blake  <ebb9@byu.net>
18282
18283         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
18284         * lib/stat-time.h (includes): Likewise.
18285         * lib/utimecmp.c (includes): Likewise.
18286         * lib/utimens.h (includes): Likewise.
18287         * lib/getdate.y (includes): Also include "timespec.h" for use
18288         internal to the module.
18289         * modules/utimens (Depends-on): Revert yesterday's patch.
18290         * modules/nanosleep (Depends-on): Add missing dependency.
18291
18292 2007-02-22  Bruno Haible  <bruno@clisp.org>
18293
18294         * lib/glob.c: Don't include getlogin_r.h.
18295
18296 2007-02-22  Jim Meyering  <jim@meyering.net>
18297
18298         * modules/utimens (Depends-on): Add timespec, required for
18299         utimens.h's inclusion of timespec.h.
18300
18301 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
18302
18303         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
18304         long unreadable paths in GNU/Linux.  Problem reported by Andreas
18305         Schwab in
18306         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
18307         I'll try to think of a better way to fix the Solaris problem.
18308
18309         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
18310         like glibc; on Solaris 10, it fails with errno == EINVAL.
18311         POSIX says the behavior is unspecified if the first argument is NULL,
18312         so play it safe and never pass NULL to the system getcwd.
18313
18314 2007-02-21  Jim Meyering  <jim@meyering.net>
18315
18316         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
18317         of gettimeofday.  It would conflict with the one now always
18318         provided via sys_time_.h.  Reported by Matthew Woehlke, as
18319         an IRIX 6.5 build failure.
18320
18321 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18322
18323         Minor fixups to port to Solaris 10 with Sun C 5.8.
18324         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
18325         * modules/getcwd (Depends-on): Add dirfd.
18326         * lib/putenv.c (putenv): #undef it.
18327         (rpl_putenv): New decl.
18328         (malloc, free): Include <stdlib.h> rather than prototyping separately.
18329
18330 2007-02-20  Bruno Haible  <bruno@clisp.org>
18331
18332         * modules/stdio-tests: New file.
18333         * tests/test-stdio.c: New file.
18334
18335         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
18336         (Depends-on): Add stdio.
18337         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18338         (Include): Use <stdio.h> instead of vsnprintf.h.
18339         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18340         HAVE_DECL_VSNPRINTF.
18341         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
18342
18343         * modules/snprintf (Files): Remove lib/snprintf.h.
18344         (Depends-on): Add stdio.
18345         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18346         (Include): Use <stdio.h> instead of snprintf.h.
18347         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18348         HAVE_DECL_SNPRINTF.
18349         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
18350         * lib/getaddrinfo.c: Likewise.
18351
18352         * modules/stdio: New file.
18353         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
18354         * lib/snprintf.h: Remove file.
18355         * lib/vsnprintf.h: Remove file.
18356         * lib/.cppi-disable: Remove snprintf.h.
18357         * m4/stdio_h.m4: New file.
18358         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
18359
18360 2007-02-20  Jim Meyering  <jim@meyering.net>
18361
18362         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
18363         used by e.g., mingw.  From Bruno Haible.
18364
18365 2007-02-19  Bruno Haible  <bruno@clisp.org>
18366
18367         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
18368         warnings.
18369         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18370
18371 2007-02-19  Bruno Haible  <bruno@clisp.org>
18372
18373         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
18374         from mingw users.
18375
18376 2007-02-19  Bruno Haible  <bruno@clisp.org>
18377
18378         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
18379         warnings.
18380         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
18381
18382 2007-02-19  Jim Meyering  <jim@meyering.net>
18383
18384         Don't use FD after a successful "fdopendir (fd)".
18385         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
18386         Reset it by calling dirfd on the just-obtained DIR*.
18387
18388         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
18389         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
18390
18391 2007-02-18  Bruno Haible  <bruno@clisp.org>
18392
18393         * lib/readlink.c: Include <unistd.h>.
18394         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
18395         HAVE_READLINK.
18396         * modules/readlink (Depends-on): Add unistd.
18397         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18398         (Include): Add <unistd.h>.
18399
18400         * lib/getlogin_r.h: Remove file.
18401         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
18402         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
18403         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
18404         HAVE_DECL_GETLOGIN_R.
18405         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
18406         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18407         (Include): Use <unistd.h> instead of getlogin_r.h.
18408
18409         * lib/getcwd.h: Remove file.
18410         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
18411         * lib/xgetcwd.c: Likewise.
18412         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
18413         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
18414         * modules/getcwd (Files): Remove lib/getcwd.h.
18415         (Depends-on): Add unistd.
18416         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18417         (Include): Use <unistd.h> instad of getcwd.h.
18418
18419         * lib/ftruncate.c: Include <unistd.h> first.
18420         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
18421         Set HAVE_FTRUNCATE.
18422         * modules/ftruncate (Depends-on): Add unistd.
18423         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18424
18425         * lib/fchdir.c: Include <unistd.h> first.
18426         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
18427         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
18428         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
18429         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18430         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
18431
18432         * lib/dup2.c: Include <unistd.h> first.
18433         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
18434         HAVE_DUP2.
18435         * modules/dup2 (Depends-on): Add unistd.
18436         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18437
18438         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
18439         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
18440         REPLACE_CHOWN. Don't define chown as a macro here.
18441         * modules/chown (Depends-on): Add unistd.
18442         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18443
18444         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
18445         Add definition for GL_LINK_WARNING.
18446         (chown, dup2): New declarations.
18447         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
18448         link warning.
18449         (ftruncate): New declaration.
18450         (getcwd): New declaration, taken from old getcwd.h.
18451         (getlogin_r): New declaration, taken from old getlogin_r.h.
18452         (readlink): New declaration.
18453         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
18454         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
18455         (gl_PREREQ_UNISTD): Remove macro.
18456         (gl_UNISTD_MODULE_INDICATOR): New macro.
18457         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
18458         many new variables. Don't set UNISTD_H.
18459         * modules/unistd (Description): Change.
18460         (Depends-on): Add link-warning.
18461         (configure.ac): Update.
18462         (Makefile.am): Create unistd.h always. Substitute many new variables
18463         into it.
18464
18465 2007-02-18  Bruno Haible  <bruno@clisp.org>
18466
18467         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
18468         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
18469         HAVE_GETSUBOPT.
18470         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
18471         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
18472         * lib/getsubopt.h: Remove file.
18473         * modules/getsubopt (Files): Remove lib/getsubopt.h.
18474         (Depends-on): Add stdlib.
18475         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18476         (Includes): Use <stdlib.h> instead of getsubopt.h.
18477         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
18478         Set HAVE_GETSUBOPT.
18479         * lib/getsubopt.c: Don't include getsubopt.h.
18480
18481 2007-02-18  Bruno Haible  <bruno@clisp.org>
18482
18483         * modules/fchdir (Depends-on): Add dup2.
18484
18485 2007-02-18  Bruno Haible  <bruno@clisp.org>
18486
18487         * lib/stdlib_.h: Handle glibc's special invocation convention
18488         specially.
18489
18490 2007-02-18  Bruno Haible  <bruno@clisp.org>
18491
18492         * modules/stdlib-tests: New file.
18493         * tests/test-stdlib.c: New file.
18494
18495         * modules/mkstemp (Files): Remove lib/mkstemp.h.
18496         (Depends-on): Add stdlib.
18497         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18498         (Includes): Use <stdlib.h> instead of mkstemp.h.
18499         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18500         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
18501         * lib/mkstemp.c: Don't include mkstemp.h.
18502         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
18503         * lib/stdlib--.h: Don't include mkstemp.h.
18504
18505         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
18506         (Depends-on): Add stdlib.
18507         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18508         (Includes): Use <stdlib.h> instead of mkdtemp.h.
18509         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18510         HAVE_MKDTEMP.
18511         * lib/mkdtemp.c: Don't include mkdtemp.h.
18512         * lib/clean-temp.c: Don't include mkdtemp.h.
18513
18514         * modules/exit (Files): Remove lib/exit.h.
18515         (Depends-on): Add stdlib.
18516         (Makefile.am): Remove lib_SOURCES.
18517         (Include): Use <stdlib.h> instead of exit.h.
18518         * lib/argmatch.c: Don't include exit.h.
18519         * lib/execute.c: Likewise.
18520         * lib/pagealign_alloc.c: Likewise.
18521         * lib/pipe.c: Likewise.
18522         * lib/wait-process.c: Likewise.
18523         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
18524         * lib/exitfail.c: Likewise.
18525         * lib/savewd.c: Likewise.
18526         * lib/xsetenv.c: Likewise.
18527
18528         * modules/stdlib: New file.
18529         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
18530         and extra comments about mkstemp().
18531         * lib/exit.h: Remove file.
18532         * lib/mkdtemp.h: Remove file.
18533         * lib/mkstemp.h: Remove file.
18534         * m4/stdlib_h.m4: New file.
18535         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
18536
18537 2007-02-18  Bruno Haible  <bruno@clisp.org>
18538
18539         * modules/math-tests: New file.
18540         * tests/test-math.c: New file.
18541
18542         * modules/math: New file.
18543         * modules/mathl (Files): Remove lib/mathl.h.
18544         (Depends-on): Add math.
18545         (Makefile.am): Don't mention mathl.h.
18546         (Include): Use <math.h> instead of mathl.h.
18547         * lib/math_.h: New file.
18548         * lib/mathl.h: Remove file.
18549         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
18550         mathl.h.
18551         * lib/asinl.c: Likewise.
18552         * lib/atanl.c: Likewise.
18553         * lib/ceill.c: Likewise.
18554         * lib/cosl.c: Likewise.
18555         * lib/expl.c: Likewise.
18556         * lib/floorl.c: Likewise.
18557         * lib/frexpl.c: Likewise.
18558         * lib/ldexpl.c: Likewise.
18559         * lib/logl.c: Likewise.
18560         * lib/sincosl.c: Likewise.
18561         * lib/sinl.c: Likewise.
18562         * lib/sqrtl.c: Likewise.
18563         * lib/tanl.c: Likewise.
18564         * lib/trigl.c: Likewise.
18565         * m4/math_h.m4: New file.
18566         * MODULES.html.sh (Mathematics): Add math.
18567
18568 2007-02-17  Bruno Haible  <bruno@clisp.org>
18569
18570         * modules/wctype-tests: New file.
18571         * tests/test-wctype.c: New file.
18572
18573         * modules/wchar-tests: New file.
18574         * tests/test-wchar.c: New file.
18575
18576         * modules/unistd-tests: New file.
18577         * tests/test-unistd.c: New file.
18578
18579         * modules/time-tests: New file.
18580         * tests/test-time.c: New file.
18581
18582         * modules/sysexits-tests: New file.
18583         * tests/test-sysexits.c: New file.
18584
18585         * modules/sys_time-tests: New file.
18586         * tests/test-sys_time.c: New file.
18587
18588         * modules/sys_stat-tests: New file.
18589         * tests/test-sys_stat.c: New file.
18590
18591         * modules/sys_socket-tests: New file.
18592         * tests/test-sys_socket.c: New file.
18593
18594         * modules/sys_select-tests: New file.
18595         * tests/test-sys_select.c: New file.
18596
18597         * modules/string-tests: New file.
18598         * tests/test-string.c: New file.
18599
18600         * modules/stdbool-tests: New file.
18601         * tests/test-stdbool.c: New file.
18602
18603         * modules/netinet_in-tests: New file.
18604         * tests/test-netinet_in.c: New file.
18605
18606         * modules/inttypes-tests: New file.
18607         * tests/test-inttypes.c: New file.
18608
18609         * modules/fcntl-tests: New file.
18610         * tests/test-fcntl.c: New file.
18611
18612         * modules/byteswap-tests: New file.
18613         * tests/test-byteswap.c: New file.
18614
18615         * modules/arpa_inet-tests: New file.
18616         * tests/test-arpa_inet.c: New file.
18617
18618 2007-02-17  Bruno Haible  <bruno@clisp.org>
18619
18620         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
18621         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
18622         if the corresponding module is not enabled. Emit link warnings if
18623         the function is used nevertheless.
18624         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
18625         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
18626         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
18627         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
18628         * modules/inttypes (Depends-on): Add link-warning.
18629         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18630         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
18631         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
18632         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
18633         * modules/imaxdiv (configure.ac): Likewise.
18634         * modules/strtoimax (configure.ac): Likewise.
18635         * modules/strtoumax (configure.ac): Likewise.
18636
18637 2007-02-17  Bruno Haible  <bruno@clisp.org>
18638
18639         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
18640         gl_STRING_MODULE_INDICATOR_DEFAULTS.
18641         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
18642         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
18643
18644 2007-02-17  Bruno Haible  <bruno@clisp.org>
18645
18646         * modules/link-warning: New file.
18647         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
18648         * lib/string_.h (GL_LINK_WARNING): Remove definition.
18649         * modules/string (Depends-on): Add link-warning.
18650         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18651         string.h.
18652         * MODULES.html.sh (Support for building libraries and executables): Add
18653         link-warning.
18654
18655 2007-02-17  Bruno Haible  <bruno@clisp.org>
18656
18657         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
18658         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
18659         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
18660         long lines.
18661
18662 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
18663             Bruno Haible  <bruno@clisp.org>
18664
18665         * modules/tmpfile: New file.
18666         * lib/tmpfile.c: New file.
18667         * m4/tmpfile.m4: New file.
18668         * MODULES.html.sh (func_all_modules): New section "Input/output".
18669
18670 2007-02-15  Bruno Haible  <bruno@clisp.org>
18671
18672         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
18673         (supports_delete_on_close): New function.
18674         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
18675
18676 2007-02-14  Bruno Haible  <bruno@clisp.org>
18677
18678         * modules/mbspcasecmp-tests: New file.
18679         * tests/test-mbspcasecmp.sh: New file.
18680         * tests/test-mbspcasecmp.c: New file.
18681
18682         New module mbspcasecmp.
18683         * modules/mbspcasecmp: New file.
18684         * lib/mbspcasecmp.c: New file.
18685         * lib/string_.h (strncasecmp): Change warning message.
18686         (mbspcasecmp): New declaration.
18687         * m4/mbspcasecmp.m4: New file.
18688         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18689         GNULIB_MBSPCASECMP.
18690         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
18691         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
18692
18693 2007-02-14  Bruno Haible  <bruno@clisp.org>
18694
18695         * modules/mbsncasecmp-tests: New file.
18696         * tests/test-mbsncasecmp.sh: New file.
18697         * tests/test-mbsncasecmp.c: New file.
18698
18699         New module mbsncasecmp.
18700         * modules/mbsncasecmp: New file.
18701         * lib/mbsncasecmp.c: New file.
18702         * lib/string_.h (mbsncasecmp): New declaration.
18703         * m4/mbsncasecmp.m4: New file.
18704         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18705         GNULIB_MBSNCASECMP.
18706         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
18707         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
18708
18709 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18710
18711         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
18712         Verify that it doesn't overlap with our flags.
18713         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
18714         do not have the desired effect in multibyte locales; instead, use
18715         mbscasecmp.
18716         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
18717         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
18718         we don't require GNU fnmatch ourselves (if our users require it, they
18719         should do so explicitly).
18720
18721         Fix regex code so it doesn't rely on strcasecmp.
18722         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
18723         Otherwise, include gnulib's langinfo.h.
18724         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
18725         undesirable behavior in non-C locales.  Instead, rely on localecharset.
18726         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
18727         * modules/regex (FILES): Remove m4/codeset.m4.
18728         (Depends-on): Add localcharset.  Remove strcase.
18729
18730 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18731
18732         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
18733         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
18734
18735 2007-02-13  Bruno Haible  <bruno@clisp.org>
18736
18737         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
18738         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18739
18740 2007-02-12  Bruno Haible  <bruno@clisp.org>
18741
18742         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
18743         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
18744         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
18745         time warning rather than a link error.
18746
18747 2007-02-12  Bruno Haible  <bruno@clisp.org>
18748
18749         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
18750         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18751         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18752
18753 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18754
18755         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
18756         args, not 2.
18757
18758 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18759
18760         New module 'time', so that apps can include <time.h> as per
18761         POSIX and GNU instead of separate include files like time_r.h
18762         and timegm.h.  This implementation tries out a simpler approach
18763         for replacing decls in standard include files (as compared to
18764         the string module), somewhat as an experiment.
18765
18766         * config/srclist.txt: Comment out mktime.c for now.
18767         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
18768         since it doesn't apply any more.  Use generic wording instead.
18769         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
18770         'time'.
18771         * lib/time_.h, m4/time_h.m4, modules/time: New files.
18772         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
18773         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
18774         Don't include <sys/types.h>; no longer needed since we assume C89.
18775         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
18776         * lib/strftime.c: Likewise.
18777         * lib/time_r.c: Likewise.
18778         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
18779         * lib/nanosleep.c: Include <time.h> first, to check interface.
18780         * lib/strptime.c: Likewise.
18781         * lib/time_r.c: Likewise.
18782         * lib/timegm.c: Likewise.
18783         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
18784         needed.
18785         * lib/timegm.c: Don't include timegm.h; no longer needed.
18786         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
18787         time.h now handles any problems in that area.
18788         (struct timespec, nanosleep): Remove; time.h now arranges for these.
18789         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
18790         that time.h defines struct timespec.
18791         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
18792         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
18793         handles that.
18794         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
18795         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
18796         needed.  Set REPLACE_LOCALTIME.
18797         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
18798         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
18799         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
18800         nanosleep; time_h.m4 now does that.  Don't require
18801         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
18802         module handles this now.
18803         * modules/getdate (Depends-on): Remove timespec.  Add time.
18804         * modules/nanosleep (Depends-on): Likewise.
18805         * modules/stat-time (Depends-on): Likewise.
18806         * modules/nanosleep (Include): Include time.h, not timespec.h.
18807         * modules/strptime (Files): Remove lib/strptime.h.
18808         (Depends-on): Add extensions, time.
18809         (Include): Include time.h, not strptime.h.
18810         * modules/time_r (Files): Remove lib/time_r.h.
18811         (Depends-on): Add time.
18812         (Include): Include time.h, not time_r.h.
18813         * modules/timegm: Likewise.
18814         * modules/timespec (Description): Now does timespec-related decls
18815         of our own, instead of struct timespec itself.
18816         (Depends-on): Add time; remove extensions.
18817         (Maintainer): Add self.
18818         * modules/utimecmp (Depends-on): Add time; remove timespec.
18819         * modules/utimens (Depends-on): Likewise.
18820         * modules/xnanosleep (Depends-on): Likewise.
18821
18822 2007-02-11  Bruno Haible  <bruno@clisp.org>
18823
18824         * lib/c-strstr.c: Include allocsa.h.
18825         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18826         * lib/c-strcasestr.c: Include allocsa.h.
18827         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18828         * lib/strcasestr.c: Include allocsa.h.
18829         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18830         * lib/mbsstr.c: Include allocsa.h.
18831         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18832         allocsa/freesa instead of malloc/free.
18833         * lib/mbscasestr.c: Include allocsa.h.
18834         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18835         allocsa/freesa instead of malloc/free.
18836         * modules/c-strstr (Depends-on): Add allocsa.
18837         * modules/c-strcasestr (Depends-on): Likewise.
18838         * modules/strcasestr (Depends-on): Likewise.
18839         * modules/mbsstr (Depends-on): Likewise.
18840         * modules/mbscasestr (Depends-on): Likewise.
18841
18842 2007-02-11  Bruno Haible  <bruno@clisp.org>
18843
18844         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
18845
18846         * modules/mbsspn-tests: New file.
18847         * tests/test-mbsspn.sh: New file.
18848         * tests/test-mbsspn.c: New file.
18849
18850 2007-02-11  Bruno Haible  <bruno@clisp.org>
18851
18852         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
18853
18854         * modules/mbspbrk-tests: New file.
18855         * tests/test-mbspbrk.sh: New file.
18856         * tests/test-mbspbrk.c: New file.
18857
18858 2007-02-11  Bruno Haible  <bruno@clisp.org>
18859
18860         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
18861         unneeded cast.
18862
18863         * modules/mbscspn-tests: New file.
18864         * tests/test-mbscspn.sh: New file.
18865         * tests/test-mbscspn.c: New file.
18866
18867 2007-02-11  Bruno Haible  <bruno@clisp.org>
18868
18869         * modules/mbscasecmp-tests: New file.
18870         * tests/test-mbscasecmp.sh: New file.
18871         * tests/test-mbscasecmp.c: New file.
18872
18873 2007-02-11  Bruno Haible  <bruno@clisp.org>
18874
18875         Ensure O(n) worst-case complexity of mbscasestr.
18876         * lib/mbscasestr.c: Include stdbool.h.
18877         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18878         functions.
18879         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
18880         the bookkeeping indicates that it's worth it.
18881         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
18882
18883         * modules/mbscasestr-tests: New file.
18884         * tests/test-mbscasestr1.c: New file.
18885         * tests/test-mbscasestr2.sh: New file.
18886         * tests/test-mbscasestr2.c: New file.
18887         * tests/test-mbscasestr3.sh: New file.
18888         * tests/test-mbscasestr3.c: New file.
18889         * tests/test-mbscasestr4.sh: New file.
18890         * tests/test-mbscasestr4.c: New file.
18891         * m4/locale-tr.m4: New file.
18892
18893 2007-02-11  Bruno Haible  <bruno@clisp.org>
18894
18895         Ensure O(n) worst-case complexity of mbsstr.
18896         * lib/mbsstr.c: Include stdbool.h.
18897         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18898         functions.
18899         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
18900         bookkeeping indicates that it's worth it.
18901         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
18902
18903         * modules/mbsstr-tests: New file.
18904         * tests/test-mbsstr1.c: New file.
18905         * tests/test-mbsstr2.sh: New file.
18906         * tests/test-mbsstr2.c: New file.
18907         * tests/test-mbsstr3.sh: New file.
18908         * tests/test-mbsstr3.c: New file.
18909         * m4/locale-fr.m4: New file.
18910
18911 2007-02-11  Bruno Haible  <bruno@clisp.org>
18912
18913         * lib/mbsrchr.c (mbsrchr): Fix bug.
18914
18915         * modules/mbsrchr-tests: New file.
18916         * tests/test-mbsrchr.sh: New file.
18917         * tests/test-mbsrchr.c: New file.
18918
18919 2007-02-11  Bruno Haible  <bruno@clisp.org>
18920
18921         * lib/mbschr.c (mbschr): Fix bug.
18922
18923         * modules/mbschr-tests: New file.
18924         * tests/test-mbschr.sh: New file.
18925         * tests/test-mbschr.c: New file.
18926         * m4/locale-zh.m4: New file.
18927
18928 2007-02-11  Bruno Haible  <bruno@clisp.org>
18929
18930         Support for copying multibyte string iterators.
18931         * lib/mbiter.h: Include <string.h>.
18932         (mbiter_multi_copy): New function.
18933         (mbi_copy): New macro.
18934         * lib/mbuiter.h: Include <string.h>.
18935         (mbuiter_multi_copy): New function.
18936         (mbui_copy): New macro.
18937
18938 2007-02-11  Bruno Haible  <bruno@clisp.org>
18939
18940         New module mbslen.
18941         * modules/mbslen: New file.
18942         * lib/mbslen.c: New file.
18943         * lib/string_.h (mbslen): New declaration.
18944         * m4/mbslen.m4: New file.
18945         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18946         GNULIB_MBSLEN.
18947         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
18948         * MODULES.html.sh (Internationalization functions): Add mbslen.
18949
18950 2007-02-11  Bruno Haible  <bruno@clisp.org>
18951
18952         Ensure O(n) worst-case complexity of strcasestr substitute.
18953         * lib/strcasestr.c: Include stdbool.h.
18954         (knuth_morris_pratt): New function.
18955         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
18956         bookkeeping indicates that it's worth it.
18957         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
18958
18959         * modules/strcasestr-tests: New file.
18960         * tests/test-strcasestr.c: New file.
18961
18962 2007-02-11  Bruno Haible  <bruno@clisp.org>
18963
18964         Ensure O(n) worst-case complexity of c_strcasestr.
18965         * lib/c-strcasestr.c: Include stdbool.h, string.h.
18966         (knuth_morris_pratt): New function.
18967         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
18968         the bookkeeping indicates that it's worth it.
18969         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
18970
18971         * modules/c-strcasestr-tests: New file.
18972         * tests/test-c-strcasestr.c: New file.
18973
18974 2007-02-11  Bruno Haible  <bruno@clisp.org>
18975
18976         Ensure O(n) worst-case complexity of c_strstr.
18977         * lib/c-strstr.c: Include stdbool.h, string.h.
18978         (knuth_morris_pratt): New function.
18979         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
18980         bookkeeping indicates that it's worth it.
18981         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
18982
18983         * lib/c-strstr.c: Complete rewrite for maintainability.
18984
18985         * modules/c-strstr-tests: New file.
18986         * tests/test-c-strstr.c: New file.
18987
18988 2007-02-11  Bruno Haible  <bruno@clisp.org>
18989
18990         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
18991         5.2.1 and earlier, whereby \055 was treated just like the range
18992         delimiter '-'.
18993         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18994
18995 2007-02-08  Bruno Haible  <bruno@clisp.org>
18996
18997         * modules/regex (Depends-on): Add stdbool.
18998         Reported by Dalibor Topic <robilad@kaffe.org>.
18999
19000 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19001
19002         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
19003         Prefer returning from main to exiting from it.
19004         Remove unnecessary parens after sizeof.
19005
19006 2007-02-05  Bruno Haible  <bruno@clisp.org>
19007
19008         New module mbssep.
19009         * modules/mbssep: New file.
19010         * lib/mbssep.c: New file.
19011         * lib/string_.h (strsep): Add a conditional link warning.
19012         (mbssep): New declaration.
19013         * m4/mbssep.m4: New file.
19014         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19015         GNULIB_MBSSEP.
19016         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
19017         * MODULES.html.sh (Internationalization functions): Add mbssep.
19018
19019 2007-02-05  Bruno Haible  <bruno@clisp.org>
19020
19021         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
19022         Optimize search in case of 1 delimiter.
19023
19024 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19025
19026         * lib/acl.h: Include sys/types.h before sys/acl.h.
19027
19028 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19029
19030         Merge upstream fix for glibc bugzilla #3957:
19031
19032         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
19033
19034         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
19035         bit for RE_HAT_LISTS_NOT_NEWLINE.
19036         (build_charclass_op): Remove bogus comment.
19037
19038 2007-02-05  Simon Josefsson  <simon@josefsson.org>
19039
19040         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
19041
19042 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19043
19044         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
19045         * lib/memmem.c [!defined _LIBC]: Include config.h.
19046
19047 2007-02-04  Bruno Haible  <bruno@clisp.org>
19048
19049         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
19050         warning message.
19051
19052 2007-02-04  Bruno Haible  <bruno@clisp.org>
19053
19054         New module mbstok_r.
19055         * modules/mbstok_r: New file.
19056         * lib/mbstok_r.c: New file.
19057         * lib/string_.h (strtok_r): Change argument names to match the
19058         comments. Add a conditional link warning.
19059         (mbstok_r): New declaration.
19060         * m4/mbstok_r.m4: New file.
19061         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19062         GNULIB_MBSTOK_R.
19063         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
19064         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
19065
19066 2007-02-04  Bruno Haible  <bruno@clisp.org>
19067
19068         New module mbsspn.
19069         * modules/mbsspn: New file.
19070         * lib/mbsspn.c: New file.
19071         * lib/string_.h (strspn): Add a conditional link warning.
19072         (mbsspn): New declaration.
19073         * m4/mbsspn.m4: New file.
19074         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19075         GNULIB_MBSSPN.
19076         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
19077         * MODULES.html.sh (Internationalization functions): Add mbsspn.
19078
19079 2007-02-04  Bruno Haible  <bruno@clisp.org>
19080
19081         New module mbspbrk.
19082         * modules/mbspbrk: New file.
19083         * lib/mbspbrk.c: New file.
19084         * lib/string_.h (strpbrk): Add a conditional link warning.
19085         (mbspbrk): New declaration.
19086         * m4/mbspbrk.m4: New file.
19087         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19088         GNULIB_MBSPBRK.
19089         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
19090         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
19091
19092 2007-02-04  Bruno Haible  <bruno@clisp.org>
19093
19094         New module mbscspn.
19095         * modules/mbscspn: New file.
19096         * lib/mbscspn.c: New file.
19097         * lib/string_.h (strcspn): Add a conditional link warning.
19098         (mbscspn): New declaration.
19099         * m4/mbscspn.m4: New file.
19100         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19101         GNULIB_MBSCSPN.
19102         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
19103         * MODULES.html.sh (Internationalization functions): Add mbscspn.
19104
19105 2007-02-04  Bruno Haible  <bruno@clisp.org>
19106
19107         New module mbscasestr, reduced goal of strcasestr.
19108         * modules/mbscasestr: New file.
19109         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
19110         (mbscasestr): Renamed from strcasestr.
19111         * lib/strcasestr.c: Don't include mbuiter.h.
19112         (strcasestr): Remove support for multibyte locales.
19113         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
19114         Change the conditional link warning.
19115         (mbscasestr): New declaration.
19116         * m4/mbscasestr.m4: New file.
19117         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
19118         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
19119         REPLACE_STRCASESTR.
19120         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
19121         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19122         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19123         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
19124         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
19125         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19126         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
19127         (Depends-on): Remove mbuiter.
19128         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
19129
19130 2007-02-04  Bruno Haible  <bruno@clisp.org>
19131
19132         Simplify handling of strncasecmp.
19133         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
19134         the conditional link warning.
19135         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19136         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
19137         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
19138         * modules/strcase (configure.ac): Don't invoke
19139         gl_STRING_MODULE_INDICATOR.
19140         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
19141
19142 2007-02-04  Bruno Haible  <bruno@clisp.org>
19143
19144         New module mbscasecmp, reduced goal of strcasecmp.
19145         * modules/mbscasecmp: New file.
19146         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
19147         (mbscasecmp): Renamed from strcasecmp.
19148         * lib/strcasecmp.c: Don't include mbuiter.h.
19149         (strcasecmp): Remove support for multibyte locales.
19150         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
19151         Change the conditional link warning.
19152         (mbscasecmp): New declaration.
19153         * m4/mbscasecmp.m4: New file.
19154         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
19155         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
19156         REPLACE_STRCASECMP.
19157         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
19158         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19159         GNULIB_MBSCASECMP.
19160         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
19161         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
19162         * modules/strcase (Files): Remove m4/mbrtowc.m4.
19163         (Depends-on): Remove mbuiter.
19164         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
19165
19166 2007-02-04  Bruno Haible  <bruno@clisp.org>
19167
19168         New module mbsstr. Remove module strstr.
19169         * modules/mbsstr: New file.
19170         * modules/strstr: Remove file.
19171         * lib/mbsstr.c: Renamed from lib/strstr.c.
19172         (mbsstr): Renamed from strstr.
19173         * lib/string_.h (strstr): Remove declaration. Change the conditional
19174         link warning.
19175         (mbsstr): New declaration.
19176         * m4/mbsstr.m4: New file.
19177         * m4/strstr.m4: Remove file.
19178         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
19179         REPLACE_STRSTR.
19180         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
19181         Don't initialize GNULIB_STRSTR.
19182         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
19183         substitute GNULIB_STRSTR and REPLACE_STRSTR.
19184         * MODULES.html.sh (Internationalization functions): Add mbsstr.
19185         (Support for systems lacking ANSI C 89): Remove strstr.
19186
19187 2007-02-04  Bruno Haible  <bruno@clisp.org>
19188
19189         New module mbsrchr.
19190         * modules/mbsrchr: New file.
19191         * lib/mbsrchr.c: New file.
19192         * lib/string_.h (strrchr): Add a conditional link warning.
19193         (mbsrchr): New declaration.
19194         * m4/mbsrchr.m4: New file.
19195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19196         GNULIB_MBSRCHR.
19197         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
19198         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
19199
19200 2007-02-04  Bruno Haible  <bruno@clisp.org>
19201
19202         New module mbschr.
19203         * modules/mbschr: New file.
19204         * lib/mbschr.c: New file.
19205         * lib/string_.h (strchr): Add a conditional link warning.
19206         (mbschr): New declaration.
19207         * m4/mbschr.m4: New file.
19208         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19209         GNULIB_MBSCHR.
19210         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
19211         * MODULES.html.sh (Internationalization functions): Add mbschr.
19212
19213 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19214
19215         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
19216
19217         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
19218
19219 2007-02-04  Bruno Haible  <bruno@clisp.org>
19220
19221         New module description section 'configure.ac-early'.
19222         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
19223         (func_get_autoconf_early_snippet): New function.
19224         (func_import, func_create_testdir): Use it. Remove special cases for
19225         modules 'extensions' and 'lock'.
19226         * modules/extensions (configure.ac-early): Require
19227         gl_USE_SYSTEM_EXTENSIONS.
19228         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
19229
19230 2007-02-04  Bruno Haible  <bruno@clisp.org>
19231
19232         Make use of gcj-4.3's -fsource and -ftarget option.
19233         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
19234         and if so try the options -fsource and -ftarget.
19235         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
19236         source_version, ftarget_option, target_version arguments.
19237         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
19238         (is_envjavac_oldgcj_14_14_usable): Renamed from
19239         is_envjavac_gcj_14_14_usable.
19240         (is_envjavac_oldgcj_14_13_usable): Renamed from
19241         is_envjavac_gcj_14_13_usable.
19242         (is_gcj_present): Update.
19243         (is_gcj_43, is_gcj43_usable): New functions.
19244         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
19245         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
19246         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
19247         try the options -fsource and -ftarget.
19248
19249 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19250
19251         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
19252         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
19253         larger value.
19254
19255 2007-02-03  Jim Meyering  <jim@meyering.net>
19256
19257         Give tools a better chance to allocate space for very large buffers.
19258         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
19259
19260         Make pwd and readlink work also when run with an unreadable parent dir
19261         on systems with openat support.
19262         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
19263         provided getcwd function, even when we have openat support.
19264         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
19265
19266 2007-02-02  Bruno Haible  <bruno@clisp.org>
19267
19268         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19269         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
19270         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
19271         portability problems if one of these functions is only used on specific
19272         platforms.
19273         Reported by Paul Eggert.
19274
19275 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
19276
19277         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
19278         is causing more trouble than it's curing.
19279         * lib/regex_internal.h (__mempcpy): Remove.
19280         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
19281         (and make the code a tad smaller to boot).
19282         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
19283
19284 2007-02-02  Jim Meyering  <jim@meyering.net>
19285
19286         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
19287         section, not in the Makefile.am: one.
19288
19289 2007-02-02  Eric Blake  <ebb9@byu.net>
19290
19291         * lib/strchrnul.c: Always include config.h first.
19292
19293         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
19294         gnulib strstr is not necessary here.
19295
19296 2007-02-02  Simon Josefsson  <simon@josefsson.org>
19297
19298         * m4/socklen.m4: Fix typo.
19299
19300 2007-02-02  Eric Blake  <ebb9@byu.net>
19301
19302         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
19303         * modules/netinet_in (Makefile.am): Likewise.
19304
19305 2007-02-01  Bruno Haible  <bruno@clisp.org>
19306
19307         * lib/string_.h (GL_LINK_WARNING): New macro.
19308         (strcasecmp, strstr, strcasestr): If provided by the system,
19309         conditionally define as a macro that leads to a warning instead of to
19310         an error.
19311         (strncasecmp): Conditionally define as a macro that leads to a warning.
19312
19313 2007-02-01  Karl Berry  <karl@gnu.org>
19314
19315         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
19316
19317 2007-02-01  Bruno Haible  <bruno@clisp.org>
19318
19319         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
19320         renamings.
19321
19322 2007-02-01  Eric Blake  <ebb9@byu.net>
19323
19324         * modules/regex (Depends-on): Revert dependence on mempcpy.
19325         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
19326         module's definition of mempcpy.
19327         Reported by Paul Eggert.
19328
19329 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
19330
19331         * lib/string_.h: If the gnulib module XYZ is not present, undefine
19332         the symbol XYZ before redefining it.  This fixes a problem with
19333         programs that don't use XYZ, when compiled on systems that define
19334         XYZ to something else.
19335
19336 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
19337
19338         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
19339         occurs when "mkdir -m foo" creates a setgid directory that is (1)
19340         writeable to group or other and (2) is intended to have a special
19341         mode bit that is set or cleared.  In such a case, the directory
19342         should be neither group- nor other-writeable until the special
19343         mode bits are right.
19344
19345 2007-01-31  Eric Blake  <ebb9@byu.net>
19346
19347         * modules/mountlist (Depends-on): Add strstr.
19348
19349         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
19350         bug.
19351         * modules/string (Makefile.am): Remove redundant replacement.
19352         * modules/regex (Depends-on): Add mempcpy.
19353
19354 2007-01-31  Bruno Haible  <bruno@clisp.org>
19355
19356         New module description field 'Link'.
19357         * gnulib-tool (func_usage): Document --extract-link-directive.
19358         (sed_extract_prog): Recognize 'Link' directive.
19359         (func_get_link_directive): New function.
19360         (func_import): Show summary of link directives.
19361         Handle --extract-link-directive option.
19362         * modules/acl (Link): New section.
19363         * modules/clock-time (Link): New section.
19364         * modules/euidaccess (Link): New section.
19365         * modules/gettext (Link): New section.
19366         * modules/iconv (Link): New section.
19367         * modules/lock (Link): New section.
19368         * modules/nanosleep (Link): New section.
19369         * modules/readline (Link): New section.
19370
19371 2007-01-27  Bruno Haible  <bruno@clisp.org>
19372
19373         Enforce the use of gnulib modules for unportable <string.h> functions.
19374         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
19375         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
19376         (gl_HEADER_STRING_H_BODY): Require it.
19377         * lib/string_.h: If the gnulib module XYZ is not present, redefine
19378         the symbol XYZ to one that gives a link error.
19379         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
19380         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
19381         * modules/mempcpy (configure.ac): Likewise.
19382         * modules/memrchr (configure.ac): Likewise.
19383         * modules/stpcpy (configure.ac): Likewise.
19384         * modules/stpncpy (configure.ac): Likewise.
19385         * modules/strcase (configure.ac): Likewise.
19386         * modules/strcasestr (configure.ac): Likewise.
19387         * modules/strchrnul (configure.ac): Likewise.
19388         * modules/strdup (configure.ac): Likewise.
19389         * modules/strndup (configure.ac): Likewise.
19390         * modules/strnlen (configure.ac): Likewise.
19391         * modules/strpbrk (configure.ac): Likewise.
19392         * modules/strsep (configure.ac): Likewise.
19393         * modules/strstr (configure.ac): Likewise.
19394         * modules/strtok_r (configure.ac): Likewise.
19395
19396 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
19397
19398         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
19399
19400 2007-01-30  Jim Meyering  <jim@meyering.net>
19401
19402         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
19403
19404 2007-01-29  Bruno Haible  <bruno@clisp.org>
19405
19406         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
19407         * lib/execute.c: Likewise.
19408         * lib/pipe.c: Likewise.
19409         * lib/printf-args.h: Likewise.
19410         * lib/printf-args.c: Likewise.
19411         * lib/printf-parse.c: Likewise.
19412         * lib/vasnprintf.c: Likewise.
19413
19414 2007-01-29  Eric Blake  <ebb9@byu.net>
19415
19416         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
19417         declaration.
19418
19419 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
19420
19421         * lib/strptime.h (strptime): Use 'restrict' for args where
19422         POSIX requires this.
19423         * lib/strptime.c (strptime): Likewise.
19424         Change license notice from LGPL to GPL, since gnulib-tool will
19425         change this as needed.
19426         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
19427         defined.
19428         Include "strptime.h" first, to check interface.
19429         Do not #undef _LIBC and _NL_CURRENT.
19430         Do not include <stdlib.h>; no longer needed.
19431         Include "time_r.h" and declare ptime_locale_status
19432         only if _LIBC is not defined.
19433         (__P): Remove unused macro.
19434         (match_string): Bring back glibc version, but use it only if _LIBC
19435         is defined.
19436         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
19437         Remove unnecessary assertion and abort() call.
19438         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
19439         * m4/strptime.m4: Fix serial number comment.
19440         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
19441         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
19442         (Depends-on): Add time_r.
19443
19444 2007-01-29  Bruno Haible  <bruno@clisp.org>
19445
19446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19447         strptime.
19448         * modules/strptime (Depends-on): Add stdbool.
19449         * lib/strptime.h: Include <time.h> always. Add comments.
19450
19451 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19452
19453         * modules/strptime: New file.
19454         * lib/strptime.h: New file.
19455         * lib/strptime.c: New file.
19456         * m4/strptime.m4: New file.
19457
19458 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19459
19460         * MODULES.html.sh: New module mpsort.
19461         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
19462
19463         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
19464         a circularity problem with HP-UX ia64 reported by Bob Proulx in
19465         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
19466         All uses changed.
19467         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
19468         All uses changed.
19469         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
19470         to _Restrict_.
19471         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
19472         the parameter matches the prototype.
19473
19474 2007-01-28  Jim Meyering  <jim@meyering.net>
19475
19476         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
19477         sys/time.h here, reverting that part of the previous patch:
19478         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
19479
19480 2007-01-28  Bruno Haible  <bruno@clisp.org>
19481
19482         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
19483         value of $(SYS_TIME_H).
19484         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
19485         remove it conditionally, too. [added by Jim Meyering]
19486         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
19487         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19488         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
19489         GETTIMEOFDAY_REPLACEMENT to 1.
19490
19491 2007-01-28  Bruno Haible  <bruno@clisp.org>
19492
19493         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
19494         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
19495         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
19496         Set UNISTD_H instead of UNISTD_H2.
19497         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
19498
19499 2007-01-28  Bruno Haible  <bruno@clisp.org>
19500
19501         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
19502         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
19503
19504 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19505
19506         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
19507         (func_create_testdir): Ensure C locale for `grep' and `tr'
19508         character ranges.
19509         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
19510         ACLOCAL_AMFLAGS parsing state machine.
19511
19512 2007-01-27  Bruno Haible  <bruno@clisp.org>
19513
19514         * modules/unistr/base: Update.
19515
19516 2007-01-27  Bruno Haible  <bruno@clisp.org>
19517
19518         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
19519         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
19520         * modules/unistr/u32-mbtouc-unsafe: Renamed from
19521         modules/unistr/u32-mbtouc.
19522         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
19523         * lib/unistr.h: Update.
19524         * lib/linebreak.c: Update.
19525         * modules/unistr/u32-mbtouc: Renamed from
19526         modules/unistr/u32-mbtouc-safe.
19527         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
19528         * lib/unistr.h: Update.
19529         * lib/unistr/u32-to-u8.c: Update.
19530         * lib/unistr/u32-to-u16.c: Update.
19531
19532 2007-01-27  Bruno Haible  <bruno@clisp.org>
19533
19534         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
19535         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
19536         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
19537         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
19538         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
19539         * modules/unistr/u16-mbtouc-unsafe: Renamed from
19540         modules/unistr/u16-mbtouc.
19541         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
19542         * lib/unistr.h: Update.
19543         * lib/linebreak.c: Update.
19544         * modules/linebreak: Update.
19545         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
19546         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
19547         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
19548         * modules/unistr/u16-mbtouc: Renamed from
19549         modules/unistr/u16-mbtouc-safe.
19550         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
19551         * lib/unistr.h: Update.
19552         * lib/unistr/u16-to-u8.c: Update.
19553         * modules/unistr/u16-to-u8: Update.
19554         * lib/unistr/u16-to-u32.c: Update.
19555         * modules/unistr/u16-to-u32: Update.
19556
19557 2007-01-27  Bruno Haible  <bruno@clisp.org>
19558
19559         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
19560         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
19561         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
19562         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
19563         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
19564         * modules/unistr/u8-mbtouc-unsafe: Renamed from
19565         modules/unistr/u8-mbtouc.
19566         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
19567         * lib/unistr.h: Update.
19568         * lib/striconveh.c: Update.
19569         * modules/striconveh: Update.
19570         * lib/linebreak.c: Update.
19571         * modules/linebreak: Update.
19572         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
19573         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
19574         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
19575         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
19576         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
19577         * lib/unistr.h: Update.
19578         * lib/striconveh.c: Update.
19579         * modules/striconveh: Update.
19580         * lib/unistr/u8-to-u16.c: Update.
19581         * modules/unistr/u8-to-u16: Update.
19582         * lib/unistr/u8-to-u32.c: Update.
19583         * modules/unistr/u8-to-u32: Update.
19584
19585 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19586
19587         Sync from Libtool.
19588         * lib/argz.c: Do not include strings.h nor memory.h, include
19589         string.h unconditionally.  Patch by Simon Josefsson.
19590
19591 2007-01-27  Bruno Haible  <bruno@clisp.org>
19592
19593         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
19594         from gl_HEADER_STRING_H_BODY.
19595         (gl_HEADER_STRING_H_BODY): Require it.
19596         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
19597         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19598         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19599         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19600         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19601         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
19602         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19603         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19604         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
19605         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19606         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19607         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
19608         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19609         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19610         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19611
19612 2007-01-27  Bruno Haible  <bruno@clisp.org>
19613
19614         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
19615         check_PROGRAMS into noinst_PROGRAMS.
19616         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
19617         check_PROGRAMS in this case.
19618         (func_import): Set for_test to false.
19619         (func_create_testdir): Set for_test to true.
19620
19621 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19622             Bruno Haible  <bruno@clisp.org>
19623
19624         * modules/strcasestr (Files): Remove lib/strcasestr.h.
19625         (Depends-on): Add string.
19626         (Includes): Use <string.h> instead of strcasestr.h.
19627         * modules/string (Makefile.am): Also substitute the value of
19628         REPLACE_STRCASESTR.
19629         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
19630         assume strcasestr is declared in <string.h> not <strings.h>. Also
19631         set REPLACE_STRCASESTR.
19632         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
19633         REPLACE_STRCASESTR.
19634         * lib/strcasestr.h: Remove file.
19635         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
19636         * lib/string_.h (strcasestr): New declaration.
19637
19638 2007-01-27  Bruno Haible  <bruno@clisp.org>
19639
19640         * lib/string_.h: Use 'extern'.
19641
19642 2007-01-27  Jim Meyering  <jim@meyering.net>
19643
19644         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
19645         of set-but-not-used local, "q".
19646
19647         * lib/mempcpy.c: Include <config.h> before <string.h>.
19648         This fixes a compilation error on HP-UX, due to the system's
19649         "restrict"-using mempcpy prototype.
19650
19651 2007-01-26  Bruno Haible  <bruno@clisp.org>
19652
19653         Small optimization.
19654         * lib/javacomp.c: Include c-strstr.h.
19655          (is_envjavac_gcj): Use c_strstr instead of strstr.
19656         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
19657
19658 2007-01-26  Bruno Haible  <bruno@clisp.org>
19659
19660         * MODULES.html.sh (Unicode string functions): Add the new modules.
19661
19662         * modules/uniconv/u32-strconv-to-locale: New file.
19663         * lib/uniconv/u32-strconv-to-locale.c: New file.
19664
19665         * modules/uniconv/u16-strconv-to-locale: New file.
19666         * lib/uniconv/u16-strconv-to-locale.c: New file.
19667
19668         * modules/uniconv/u8-strconv-to-locale: New file.
19669         * lib/uniconv/u8-strconv-to-locale.c: New file.
19670
19671         * modules/uniconv/u32-strconv-from-locale: New file.
19672         * lib/uniconv/u32-strconv-from-locale.c: New file.
19673
19674         * modules/uniconv/u16-strconv-from-locale: New file.
19675         * lib/uniconv/u16-strconv-from-locale.c: New file.
19676
19677         * modules/uniconv/u8-strconv-from-locale: New file.
19678         * lib/uniconv/u8-strconv-from-locale.c: New file.
19679
19680         * modules/uniconv/u32-strconv-to-enc: New file.
19681         * lib/uniconv/u32-strconv-to-enc.c: New file.
19682         * modules/uniconv/u32-strconv-to-enc-tests: New file.
19683         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
19684
19685         * modules/uniconv/u16-strconv-to-enc: New file.
19686         * lib/uniconv/u16-strconv-to-enc.c: New file.
19687         * lib/uniconv/u-strconv-to-enc.h: New file.
19688         * modules/uniconv/u16-strconv-to-enc-tests: New file.
19689         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
19690
19691         * modules/uniconv/u8-strconv-to-enc: New file.
19692         * lib/uniconv/u8-strconv-to-enc.c: New file.
19693         * modules/uniconv/u8-strconv-to-enc-tests: New file.
19694         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
19695
19696         * modules/uniconv/u32-strconv-from-enc: New file.
19697         * lib/uniconv/u32-strconv-from-enc.c: New file.
19698         * modules/uniconv/u32-strconv-from-enc-tests: New file.
19699         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
19700
19701         * modules/uniconv/u16-strconv-from-enc: New file.
19702         * lib/uniconv/u16-strconv-from-enc.c: New file.
19703         * modules/uniconv/u16-strconv-from-enc-tests: New file.
19704         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
19705
19706         * modules/uniconv/u8-strconv-from-enc: New file.
19707         * lib/uniconv/u8-strconv-from-enc.c: New file.
19708         * lib/uniconv/u-strconv-from-enc.h: New file.
19709         * modules/uniconv/u8-strconv-from-enc-tests: New file.
19710         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
19711
19712         * modules/uniconv/u32-conv-from-enc: New file.
19713         * lib/uniconv/u32-conv-from-enc.c: New file.
19714         * modules/uniconv/u32-conv-from-enc-tests: New file.
19715         * tests/uniconv/test-u32-conv-from-enc.c: New file.
19716
19717         * modules/uniconv/u16-conv-from-enc: New file.
19718         * lib/uniconv/u16-conv-from-enc.c: New file.
19719         * lib/uniconv/u-conv-from-enc.h: New file.
19720         * modules/uniconv/u16-conv-from-enc-tests: New file.
19721         * tests/uniconv/test-u16-conv-from-enc.c: New file.
19722
19723         * modules/uniconv/u8-conv-from-enc: New file.
19724         * lib/uniconv/u8-conv-from-enc.c: New file.
19725         * modules/uniconv/u8-conv-from-enc-tests: New file.
19726         * tests/uniconv/test-u8-conv-from-enc.c: New file.
19727
19728         * modules/uniconv/base: New file.
19729         * lib/uniconv.h: New file.
19730
19731 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19732
19733         * doc/gnulib-tool.texi (Initial import): Update to match current
19734         behavior with strdup module.
19735         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
19736         * lib/memmem.h: Remove; all uses removed.  This is now done
19737         by <string.h>.
19738         * lib/mempcpy.h: Likewise.
19739         * lib/memrchr.h: Likewise.
19740         * lib/stpcpy.h: Likewise.
19741         * lib/stpncpy.h: Likewise.
19742         * lib/strcase.h: Likewise.
19743         * lib/strchrnul.h: Likewise.
19744         * lib/strdup.h: Likewise.
19745         * lib/strndup.h: Likewise.
19746         * lib/strnlen.h: Likewise.
19747         * lib/strpbrk.h: Likewise.
19748         * lib/strsep.h: Likewise.
19749         * lib/strstr.h: Likewise.
19750         * lib/strtok_r.h: Likewise.
19751         * lib/string_.h: New file.
19752         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
19753         Rely on <string.h> instead.
19754         * lib/canon-host.c: Likewise.
19755         * lib/chdir-long.c: Likewise.
19756         * lib/concatpath.c: Likewise.
19757         * lib/exclude.c: Likewise.
19758         * lib/fchdir.c: Likewise.
19759         * lib/getaddrinfo.c: Likewise.
19760         * lib/getcwd.c: Likewise.
19761         * lib/getsubopt.c: Likewise.
19762         * lib/glob.c: Likewise.
19763         * lib/hard-locale.c: Likewise.
19764         * lib/iconvme.c: Likewise.
19765         * lib/javacomp.c: Likewise.
19766         * lib/mempcpy.c: Likewise.
19767         * lib/memrchr.c: Likewise.
19768         * lib/regex_internal.h: Likewise.
19769         * lib/stpncpy.c: Likewise.
19770         * lib/strcasecmp.c: Likewise.
19771         * lib/strchrnul.c: Likewise.
19772         * lib/strdup.c: Likewise.
19773         * lib/striconv.c: Likewise.
19774         * lib/striconveh.c: Likewise.
19775         * lib/striconveha.c: Likewise.
19776         * lib/strncasecmp.c: Likewise.
19777         * lib/strndup.c: Likewise.
19778         * lib/strnlen.c: Likewise.
19779         * lib/strsep.c: Likewise.
19780         * lib/strstr.c: Likewise.
19781         * lib/strtok_r.c: Likewise.
19782         * lib/userspec.c: Likewise.
19783         * lib/w32spawn.h: Likewise.
19784         * lib/xstrndup.c: Likewise.
19785         * lib/mountlist.c (strstr): Remove decl.
19786         * m4/string_h.m4: New file.
19787         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
19788         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
19789         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
19790         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
19791         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
19792         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
19793         Set REPLACE_STRCASECMP if necessary.
19794         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
19795         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
19796         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
19797         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
19798         HAVE_DECL_STRDUP if necessary.
19799         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
19800         since gl_FUNC_STRNDUP does that now.
19801         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
19802         Check for decl here...
19803         (gl_PREREQ_STRNLEN): ... not here.
19804         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
19805         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
19806         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
19807         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
19808         necessary.
19809         * modules/string: New file.
19810         * modules/memmem (Files): Remove special-purpose include file.
19811         (Depends-on): Add string.
19812         (Include): Include <string.h>, not the removed file.
19813         * modules/mempcpy: Likewise.
19814         * modules/memrchr: Likewise.
19815         * modules/stpcpy: Likewise.
19816         * modules/stpncpy: Likewise.
19817         * modules/strcase: Likewise.
19818         * modules/strchrnul: Likewise.
19819         * modules/strdup: Likewise.
19820         * modules/strndup: Likewise.
19821         * modules/strnlen: Likewise.
19822         * modules/strpbrk: Likewise.
19823         * modules/strsep: Likewise.
19824         * modules/strstr: Likewise.
19825         * modules/strtok_r: Likewise.
19826         * tests/test-dirname.c: Don't include "strdup.h", since
19827         <string.h> now suffices.
19828         * tests/test-memmem.c: Don't include "memmem.h", since
19829         <string.h> now suffices.
19830
19831 2007-01-25  Bruno Haible  <bruno@clisp.org>
19832
19833         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
19834         *resultp is 0.
19835
19836         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
19837         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
19838         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
19839         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
19840
19841         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
19842         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
19843         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
19844         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
19845         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
19846         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
19847
19848 2007-01-24  Bruno Haible  <bruno@clisp.org>
19849
19850         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
19851         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
19852         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
19853         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
19854         gl_FUNC_FTS_CORE.
19855         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
19856         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
19857         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19858         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
19859         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
19860         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
19861         gl_FUNC_FCHOWNAT.
19862         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
19863         gl_FUNC_STRFTIME.
19864         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
19865         Reported by Ralf Wildenhues.
19866
19867 2007-01-24  Bruno Haible  <bruno@clisp.org>
19868
19869         Drop AC_REQUIRE calls that are redundant with the module dependencies.
19870         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
19871         gl_GETADDRINFO.
19872         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
19873         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
19874         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
19875
19876 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
19877
19878         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
19879         Don't use 'exit'; just return from 'main'.
19880         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
19881
19882         * lib/fnmatch_.h: Readjust white space and comments to match
19883         glibc, to avoid spurious diffs.
19884
19885 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19886
19887         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
19888         2004-12-01 change by Jakub Jelinek, since this code won't compile
19889         if !LIBC.  Problem reported by Bob Proulx.
19890
19891 2007-01-23  Bruno Haible  <bruno@clisp.org>
19892
19893         * lib/striconveh.c: Include c-strcaseeq.h.
19894         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
19895         * modules/striconveh (Depends-on): Add c-strcaseeq.
19896
19897 2007-01-23  Bruno Haible  <bruno@clisp.org>
19898
19899         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
19900
19901         * modules/c-strcaseeq: New file.
19902         * lib/c-strcaseeq.h: New file.
19903
19904         * modules/streq: New file.
19905         * lib/streq.h: New file.
19906
19907 2007-01-23  Bruno Haible  <bruno@clisp.org>
19908
19909         * modules/striconveha-tests: New file.
19910         * tests/test-striconveha.c: New file.
19911
19912         * lib/striconveha.h: Include <stdbool.h>.
19913         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
19914         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
19915         (mem_iconveha_notranslit): Renamed from mem_iconveha.
19916         (mem_iconveha): New function.
19917         (str_iconveha_notranslit): Renamed from str_iconveha.
19918         (str_iconveha): New function.
19919         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
19920         c-strcase.
19921
19922 2007-01-23  Bruno Haible  <bruno@clisp.org>
19923
19924         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
19925         encodings without forgiving before trying any encoding with handler.
19926         (str_iconveha): Try all encodings without forgiving before trying any
19927         encoding with handler.
19928
19929 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19930
19931         Import the following changes from libc.
19932
19933         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
19934
19935         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
19936
19937         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
19938
19939         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
19940         normal_bracket label.
19941
19942         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
19943
19944         [BZ #361]
19945         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
19946         to normal_bracket after fetching the next character.
19947
19948 2007-01-22  Bruno Haible  <bruno@clisp.org>
19949
19950         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
19951         argument.
19952         * lib/striconveh.c (iconv_carefully_1): New function.
19953         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
19954         argument.
19955         (str_cd_iconveh): Update.
19956         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
19957         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
19958         * tests/test-striconveh.c (MAGIC): New macro.
19959         (new_offsets): New function.
19960         (main): Test call with and without offsets.
19961
19962 2007-01-22  Bruno Haible  <bruno@clisp.org>
19963
19964         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
19965         * modules/sys_select (Makefile.am): Likewise.
19966         * modules/sys_socket (Makefile.am): Likewise.
19967         * modules/sys_time (Makefile.am): Likewise.
19968
19969 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
19970
19971         * modules/gettimeofday (License): Change from GPL to LGPL, since
19972         gettimeofday is a library function.
19973
19974 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19975
19976         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
19977
19978 2007-01-21  Bruno Haible  <bruno@clisp.org>
19979
19980         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
19981
19982 2007-01-21  Bruno Haible  <bruno@clisp.org>
19983
19984         * modules/striconveha: New file.
19985         * lib/striconveha.h: New file.
19986         * lib/striconveha.c: New file.
19987         * MODULES.html.sh (Internationalization functions): Add striconveha.
19988         * lib/striconv.c (str_iconv): Optimize the case of an empty input
19989         string.
19990         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
19991
19992 2007-01-21  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
19995         * lib/striconveh.c (str_iconveh): Likewise.
19996
19997 2007-01-21  Bruno Haible  <bruno@clisp.org>
19998
19999         * lib/striconveh.h (mem_iconveh): New declaration.
20000         * lib/striconveh.c (mem_iconveh): New function.
20001         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
20002
20003 2007-01-21  Bruno Haible  <bruno@clisp.org>
20004
20005         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
20006
20007         * lib/striconveh.h (mem_cd_iconveh): Change specification.
20008         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
20009         original result buffer.
20010         (str_cd_iconveh): Update.
20011         * tests/test-striconveh.c (main): Update.
20012
20013         * lib/striconv.h (mem_cd_iconv): Change specification.
20014         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
20015         result buffer.
20016         (str_cd_iconv): Update.
20017         * tests/test-striconv.c (main): Update.
20018
20019 2007-01-21  Bruno Haible  <bruno@clisp.org>
20020
20021         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
20022
20023 2007-01-20  Jim Meyering  <jim@meyering.net>
20024
20025         * lib/userspec.c (parse_with_separator): If a user or group string
20026         starts with "+", skip the corresponding name-to-ID look-up, since
20027         such a look-up must fail: user and group names may not include "+".
20028
20029 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20030
20031         * lib/poll.c: Include sys/time.h and time.h unconditionally,
20032         since we now assume the sys_time module.
20033         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
20034         check for sys/time.h; no longer needed.
20035         * modules/poll (Depends-on): Depend on sys_time.
20036
20037 2007-01-18  Bruno Haible  <bruno@clisp.org>
20038
20039         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
20040         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20041
20042         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
20043         gettimeofday.
20044
20045         * tests/test-gettimeofday.c: Include <time.h>.
20046         (dummy): Remove variable.
20047
20048         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
20049         gl_HEADER_SYS_TIME_H.
20050         (gl_HEADER_SYS_TIME_H): New macro.
20051
20052         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
20053         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20054         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
20055         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
20056         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20057         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
20058         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
20059         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20060         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
20061         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
20062         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20063
20064         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
20065         last change; it caused a compilation error when cross-compiling to
20066         Cygwin.
20067
20068 2007-01-18  Jim Meyering  <jim@meyering.net>
20069
20070         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
20071         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
20072         than the race-prone "test -d sys || mkdir sys".
20073         (configure.ac): Use AC_PROG_MKDIR_P.
20074         * modules/sys_select: Likewise.
20075         * modules/sys_socket: Likewise.
20076         * modules/sys_time: Likewise.
20077
20078 2007-01-18  Eric Blake  <ebb9@byu.net>
20079
20080         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
20081         replace gettimeofday.
20082         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
20083         name, to avoid infinite recursion.
20084
20085 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
20086
20087         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
20088         module sys_time.
20089         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
20090         assume timespec.h defines struct timeval.
20091         * lib/settime.c: Likewise.
20092         * lib/utimens.c: Likewise.
20093         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
20094         since we now assume the gettimeofday module.
20095         * lib/tempname.c (__gen_tempname): Likewise.
20096         * lib/gettimeofday.h: Remove.
20097         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
20098         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
20099         Include <time.h>, for 'time()'.
20100         (localtime_buffer_addr): Also use this workaround if
20101         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
20102         to simplify the uses.  All uses changed.
20103         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
20104         that #undef is inside {}, and 'const' follows type name consistently.
20105         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
20106         (gettimeofday): Do not use the maximum possible value for
20107         tv->tv_usec, since that might break usages other than ls.c.
20108         Instead, we'll leave ls.c alone.  This undoes today's patch
20109         by Bruno.  Add a compile-time warning for 1s-clock resolution;
20110         we've never observed the problem but might as well keep the
20111         canary.
20112         * lib/nanosleep.c: Include timespec.h first, for interface check.
20113         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
20114         now assume the sys_time module.
20115         * lib/tempname.c: Likewise.
20116         * lib/timespec.h: Likewise.
20117         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
20118         needed.
20119         * lib/strftime.c: Likewise.
20120         * lib/timespec.h: Likewise.
20121         * lib/posixtm.c: Include posixtm.h first, for interface check.
20122         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
20123         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
20124         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
20125         * lib/sys_time_.h: New file.
20126         * lib/timespec.h (struct timespec): Use long int, not long.
20127         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20128         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
20129         Remove obsolescent call to AC_HEADER_TIME.
20130         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
20131         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20132         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20133         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
20134         Likewise.
20135         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
20136         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
20137         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
20138         into the sys_time module.  Check for gettimeofday just once.
20139         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
20140         for gettimeofday signature to just check the signature.  Merely
20141         compile it, since linking doesn't test signature.  Improve test for
20142         whether gettimeofday.o is actually needed.
20143         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
20144         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
20145         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
20146         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20147         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
20148         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
20149         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
20150         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
20151         than worrying about sys/time.h.
20152         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20153         Don't bother worrying about TIME_WITH_SYS_TIME.
20154         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
20155         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
20156         * m4/sys_time_h.m4: New file.
20157         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
20158         Don't include sys/time.h.  Return from main rather than exiting.
20159         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
20160         all uses changed.
20161         * modules/gethrxtime (Depends-on): Add sys_time.
20162         * modules/gettime (Depends-on): Likewise.
20163         * modules/gettimeofday (Depends-on): Likewise.
20164         * modules/nanosleep (Depends-on): Likewise.
20165         * modules/settime (Depends-on): Likewise.
20166         * modules/tempname (Depends-on): Likewise.
20167         * modules/utimens (Depends-on): Likewise.
20168         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
20169         (Include:) Change back to <sys/time.h>.
20170         (Maintainer:) Add self.
20171         * modules/sys_time: New file.
20172         * modules/tempname (Depends-on): Add gettimeofday.
20173         * tests/test-gettimeofday.c: Include <sys/time.h>
20174         rather than gettimeofday.h.
20175
20176 2007-01-17  Bruno Haible  <bruno@clisp.org>
20177
20178         * gnulib-tool (func_get_license): Revert last patch. Instead, let
20179         the license default to GPL.
20180         (func_create_testdir): Don't complain if a module is LGPL and its
20181         tests module depends on GPLed modules.
20182
20183 2007-01-17  Bruno Haible  <bruno@clisp.org>
20184
20185         * lib/gettimeofday.c (gettimeofday): Add code for the case
20186         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
20187         maximum possible value for tv->tv_usec, rather than the minimum one.
20188
20189 2005-10-08  Martin Lambers  <marlam@marlam.de>
20190 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20191 2007-01-16  Bruno Haible  <bruno@clisp.org>
20192
20193         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
20194         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
20195         gl_FUNC_GETTIMEOFDAY.
20196         (Include): Add gettimeofday.h.
20197         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
20198         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
20199         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
20200         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
20201         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
20202         * lib/gettimeofday.h: New file.
20203         * lib/gettimeofday.c: Include <sys/timeb.h>.
20204         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
20205         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20206         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
20207         fall back on time().
20208
20209         * tests/test-gettimeofday.c: New file.
20210         * modules/gettimeofday-tests: New file.
20211
20212 2007-01-16  Eric Blake  <ebb9@byu.net>
20213
20214         * modules/fnmatch (Depends-on): Depend on wchar.
20215         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
20216         * m4/fnmatch.m4: Likewise.
20217         * modules/mbchar (Makefile.am): Assume <wchar.h>.
20218         * m4/mbchar.m4: Likewise.
20219         * modules/mbswidth (Depends-on): Depend on wchar.
20220         * lib/mbswidth.c: Assume <wchar.h>.
20221         * m4/mbswidth.m4: Likewise.
20222         * modules/quotearg (Depends-on): Depend on wchar.
20223         * lib/quotearg.c: Assume <wchar.h>.
20224         * m4/quotearg.m4: Likewise.
20225         * modules/regex (Depends-on): Depend on wchar.
20226         * lib/regex_internal.h: Assume <wchar.h>.
20227         * m4/regex.m4: Likewise.
20228         * modules/stdint (Depends-on): Depend on wchar.
20229         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
20230         * m4/stdint.m4: Likewise.
20231         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
20232         * modules/strftime (Depends-on): Depend on wchar.
20233         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
20234         * modules/strtol (Depends-on): Depend on wchar.
20235         * lib/strtol.c: Assume <wchar.h>.
20236         * modules/wcwidth (Depends-on): Depend on wchar.
20237         * lib/wcwidth.h: Assume <wchar.h>.
20238         * m4/wcwidth.m4: Likewise.
20239
20240 2007-01-16  Bruno Haible  <bruno@clisp.org>
20241
20242         * modules/csharpexec-script: New, created from...
20243         * modules/csharpexec: ... this.
20244
20245 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
20246
20247         * modules/javaexec-script: New, created from...
20248         * modules/javaexec: ... this.
20249
20250 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20251
20252         * modules/poll (Dependencies): Add sys_select.
20253
20254 2007-01-15  Jim Meyering  <jim@meyering.net>
20255
20256         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
20257         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
20258         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
20259         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
20260
20261 2007-01-15  Bruno Haible  <bruno@clisp.org>
20262
20263         * modules/striconveh: New file.
20264         * lib/striconveh.h: New file.
20265         * lib/striconveh.c: New file.
20266         * MODULES.html.sh (Internationalization functions): Add striconveh.
20267
20268         * modules/striconveh-tests: New file.
20269         * tests/test-striconveh.c: New file.
20270
20271 2007-01-15  Bruno Haible  <bruno@clisp.org>
20272
20273         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
20274         not from GNU libiconv or GNU libc.
20275
20276 2007-01-15  Bruno Haible  <bruno@clisp.org>
20277
20278         * doc/gnulib-intro.texi (Copyright): Explain the different license
20279         terms for module descriptions, autoconf macros, tests, documentation.
20280
20281 2007-01-14  Bruno Haible  <bruno@clisp.org>
20282
20283         * modules/striconv-tests: New file.
20284         * tests/test-striconv.c: New file.
20285
20286 2007-01-14  Bruno Haible  <bruno@clisp.org>
20287
20288         * modules/iconv-tests: New file.
20289         * tests/test-iconv.c: New file.
20290
20291 2007-01-14  Bruno Haible  <bruno@clisp.org>
20292
20293         * gnulib-tool (func_get_license): For test modules, use the license of
20294         the main module.
20295
20296 2007-01-14  Bruno Haible  <bruno@clisp.org>
20297
20298         * modules/iconv (Include): Clarify that <iconv.h> can only be included
20299         if iconv is found to exist.
20300
20301 2007-01-14  Bruno Haible  <bruno@clisp.org>
20302
20303         * modules/c-ctype-tests: New file.
20304         * tests/test-c-ctype.c: New file.
20305
20306 2007-01-14  Bruno Haible  <bruno@clisp.org>
20307
20308         * modules/binary-io-tests: New file.
20309         * tests/test-binary-io.sh: New file.
20310         * tests/test-binary-io.c: New file.
20311
20312 2007-01-14  Bruno Haible  <bruno@clisp.org>
20313
20314         * modules/array-oset-tests: New file.
20315         * tests/test-array_oset.c: New file.
20316
20317 2007-01-14  Bruno Haible  <bruno@clisp.org>
20318
20319         * modules/array-list-tests: New file.
20320         * tests/test-array_list.c: New file.
20321
20322 2007-01-14  Bruno Haible  <bruno@clisp.org>
20323
20324         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
20325         and make.
20326         Reported by Simon Josefsson in
20327         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
20328
20329 2007-01-14  Bruno Haible  <bruno@clisp.org>
20330
20331         * modules/allocsa-tests: New file.
20332         * tests/test-allocsa.c: New file.
20333
20334 2007-01-14  Bruno Haible  <bruno@clisp.org>
20335
20336         * modules/fchdir (Depends-on): Add absolute-header.
20337         * modules/unistd (Depends-on): Likewise.
20338
20339 2006-12-30  Bruno Haible  <bruno@clisp.org>
20340
20341         * modules/fchdir: New file.
20342         * modules/unistd (Files): Add lib/unistd_.h.
20343         (Makefile.am): Generate unistd.h from unistd_.h.
20344         * lib/fchdir.c: New file.
20345         * lib/dirent_.h: New file.
20346         * lib/unistd_.h: New file.
20347         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
20348         * m4/fchdir.m4: New file.
20349         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
20350         (gl_HEADER_UNISTD): Invoke it.
20351         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
20352         function.
20353         * lib/backupfile.c (opendir, closedir): Undefine.
20354         * lib/chown.c (open, close): Undefine.
20355         * lib/clean-temp.c (open, close): Undefine.
20356         * lib/copy-file.c (open, close): Undefine.
20357         * lib/execute.c (open, close): Undefine.
20358         * lib/fsusage.c (open, close): Undefine.
20359         * lib/gc-gnulib.c (open, close): Undefine.
20360         * lib/getcwd.c (opendir, closedir): Undefine.
20361         * lib/glob.c (opendir, closedir): Undefine.
20362         * lib/javacomp.c (open, close): Undefine.
20363         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
20364         * lib/openat-proc.c (open, close): Undefine.
20365         * lib/pagealign_alloc.c (open, close): Undefine.
20366         * lib/pipe.c (open, close): Undefine.
20367         * lib/progreloc.c (open, close): Undefine.
20368         * lib/savedir.c (opendir, closedir): Undefine.
20369         * lib/utime.c (open, close): Undefine.
20370         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
20371
20372 2007-01-10  Bruno Haible  <bruno@clisp.org>
20373
20374         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
20375
20376 2007-01-12  Eric Blake  <ebb9@byu.net>
20377
20378         Provide a robust <wchar.h>.  Further simplifications are now
20379         possible in other modules, but not included here.
20380         * modules/wchar: New module.
20381         * m4/wchar.m4: New file.
20382         * lib/wchar_.h: Likewise.
20383         * modules/mbchar (Depends-on): Depend on wchar, as the first use
20384         of the new module.
20385         * MODULES.html.sh (Extended multibyte and wide character utilities):
20386         New section.
20387
20388 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
20389
20390         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
20391         to a reasonable default for memory allocation.
20392         (xreadlink): Don't allocate a huge buffer, to work around a buggy
20393         file system that reports garbage st_size values for symlinks.
20394         Problem reported by Liyang Hu.
20395
20396 2007-01-11  Simon Josefsson  <simon@josefsson.org>
20397
20398         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
20399         Emacs .#* auto-save files).
20400
20401 2007-01-11  Bruno Haible  <bruno@clisp.org>
20402
20403         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
20404         directory.
20405
20406 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20407
20408         Use @...@ consistently in lib/wctype_.h.
20409         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
20410         on it being set to 1 or 0.
20411         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
20412         go back to AC_SUBSTing it.
20413         * modules/wctype (Makefile.am): Undo previous change.
20414
20415 2007-01-10  Eric Blake  <ebb9@byu.net>
20416
20417         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
20418         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
20419         * modules/wctype (Makefile.am): Likewise.
20420         Reported by Chris McGuire.
20421
20422 2007-01-10  Jim Meyering  <jim@meyering.net>
20423
20424         fts.c: a small readability/maintainability improvement
20425         * lib/fts.c (fts_read): Make this code slightly more readable and
20426         maintainable by hoisting the "sp->fts_cur = p" assignments to
20427         immediately follow the statements that set P.  Derived from
20428         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
20429
20430 2007-01-10  Eric Blake  <ebb9@byu.net>
20431
20432         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
20433         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
20434         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20435         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
20436         Reported by Chris McGuire.
20437
20438 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20439
20440         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
20441         in sed script.
20442
20443 2007-01-09  Bruno Haible  <bruno@clisp.org>
20444
20445         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
20446         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
20447         variables.
20448         (func_module): Use them.
20449
20450 2007-01-09  Bruno Haible  <bruno@clisp.org>
20451
20452         * modules/unistr/base: New file.
20453         * lib/unistr.h: New file.
20454
20455         * modules/unistr/u8-to-u16: New file.
20456         * lib/unistr/u8-to-u16.c: New file.
20457
20458         * modules/unistr/u8-to-u32: New file.
20459         * lib/unistr/u8-to-u32.c: New file.
20460
20461         * modules/unistr/u16-to-u8: New file.
20462         * lib/unistr/u16-to-u8.c: New file.
20463
20464         * modules/unistr/u16-to-u32: New file.
20465         * lib/unistr/u16-to-u32.c: New file.
20466
20467         * modules/unistr/u32-to-u8: New file.
20468         * lib/unistr/u32-to-u8.c: New file.
20469
20470         * modules/unistr/u32-to-u16: New file.
20471         * lib/unistr/u32-to-u16.c: New file.
20472
20473         * modules/unistr/u8-check: New file.
20474         * modules/unistr/u16-check: New file.
20475         * modules/unistr/u32-check: New file.
20476         * lib/unistr/u8-check.c: New file.
20477         * lib/unistr/u16-check.c: New file.
20478         * lib/unistr/u32-check.c: New file.
20479
20480         * modules/unistr/u8-chr: New file.
20481         * modules/unistr/u16-chr: New file.
20482         * modules/unistr/u32-chr: New file.
20483         * lib/unistr/u8-chr.c: New file.
20484         * lib/unistr/u16-chr.c: New file.
20485         * lib/unistr/u32-chr.c: New file.
20486
20487         * modules/unistr/u8-cmp: New file.
20488         * modules/unistr/u16-cmp: New file.
20489         * modules/unistr/u32-cmp: New file.
20490         * lib/unistr/u8-cmp.c: New file.
20491         * lib/unistr/u16-cmp.c: New file.
20492         * lib/unistr/u32-cmp.c: New file.
20493
20494         * modules/unistr/u8-cpy: New file.
20495         * modules/unistr/u16-cpy: New file.
20496         * modules/unistr/u32-cpy: New file.
20497         * lib/unistr/u8-cpy.c: New file.
20498         * lib/unistr/u16-cpy.c: New file.
20499         * lib/unistr/u32-cpy.c: New file.
20500         * lib/unistr/u-cpy.h: New file.
20501
20502         * modules/unistr/u8-cpy-alloc: New file.
20503         * modules/unistr/u16-cpy-alloc: New file.
20504         * modules/unistr/u32-cpy-alloc: New file.
20505         * lib/unistr/u8-cpy-alloc.c: New file.
20506         * lib/unistr/u16-cpy-alloc.c: New file.
20507         * lib/unistr/u32-cpy-alloc.c: New file.
20508         * lib/unistr/u-cpy-alloc.h: New file.
20509
20510         * modules/unistr/u8-endswith: New file.
20511         * modules/unistr/u16-endswith: New file.
20512         * modules/unistr/u32-endswith: New file.
20513         * lib/unistr/u8-endswith.c: New file.
20514         * lib/unistr/u16-endswith.c: New file.
20515         * lib/unistr/u32-endswith.c: New file.
20516         * lib/unistr/u-endswith.h: New file.
20517
20518         * modules/unistr/u8-mblen: New file.
20519         * modules/unistr/u16-mblen: New file.
20520         * modules/unistr/u32-mblen: New file.
20521         * lib/unistr/u8-mblen.c: New file.
20522         * lib/unistr/u16-mblen.c: New file.
20523         * lib/unistr/u32-mblen.c: New file.
20524
20525         * modules/unistr/u8-mbtouc: New file.
20526         * modules/unistr/u16-mbtouc: New file.
20527         * modules/unistr/u32-mbtouc: New file.
20528         * lib/unistr/u8-mbtouc.c: New file.
20529         * lib/unistr/u16-mbtouc.c: New file.
20530         * lib/unistr/u32-mbtouc.c: New file.
20531
20532         * modules/unistr/u8-mbtouc-safe: New file.
20533         * modules/unistr/u16-mbtouc-safe: New file.
20534         * modules/unistr/u32-mbtouc-safe: New file.
20535         * lib/unistr/u8-mbtouc-safe.c: New file.
20536         * lib/unistr/u16-mbtouc-safe.c: New file.
20537         * lib/unistr/u32-mbtouc-safe.c: New file.
20538
20539         * modules/unistr/u8-move: New file.
20540         * modules/unistr/u16-move: New file.
20541         * modules/unistr/u32-move: New file.
20542         * lib/unistr/u8-move.c: New file.
20543         * lib/unistr/u16-move.c: New file.
20544         * lib/unistr/u32-move.c: New file.
20545         * lib/unistr/u-move.h: New file.
20546
20547         * modules/unistr/u8-next: New file.
20548         * modules/unistr/u16-next: New file.
20549         * modules/unistr/u32-next: New file.
20550         * lib/unistr/u8-next.c: New file.
20551         * lib/unistr/u16-next.c: New file.
20552         * lib/unistr/u32-next.c: New file.
20553
20554         * modules/unistr/u8-prev: New file.
20555         * modules/unistr/u16-prev: New file.
20556         * modules/unistr/u32-prev: New file.
20557         * lib/unistr/u8-prev.c: New file.
20558         * lib/unistr/u16-prev.c: New file.
20559         * lib/unistr/u32-prev.c: New file.
20560
20561         * modules/unistr/u8-set: New file.
20562         * modules/unistr/u16-set: New file.
20563         * modules/unistr/u32-set: New file.
20564         * lib/unistr/u8-set.c: New file.
20565         * lib/unistr/u16-set.c: New file.
20566         * lib/unistr/u32-set.c: New file.
20567         * lib/unistr/u-set.h: New file.
20568
20569         * modules/unistr/u8-startswith: New file.
20570         * modules/unistr/u16-startswith: New file.
20571         * modules/unistr/u32-startswith: New file.
20572         * lib/unistr/u8-startswith.c: New file.
20573         * lib/unistr/u16-startswith.c: New file.
20574         * lib/unistr/u32-startswith.c: New file.
20575         * lib/unistr/u-startswith.h: New file.
20576
20577         * modules/unistr/u8-stpcpy: New file.
20578         * modules/unistr/u16-stpcpy: New file.
20579         * modules/unistr/u32-stpcpy: New file.
20580         * lib/unistr/u8-stpcpy.c: New file.
20581         * lib/unistr/u16-stpcpy.c: New file.
20582         * lib/unistr/u32-stpcpy.c: New file.
20583         * lib/unistr/u-stpcpy.h: New file.
20584
20585         * modules/unistr/u8-stpncpy: New file.
20586         * modules/unistr/u16-stpncpy: New file.
20587         * modules/unistr/u32-stpncpy: New file.
20588         * lib/unistr/u8-stpncpy.c: New file.
20589         * lib/unistr/u16-stpncpy.c: New file.
20590         * lib/unistr/u32-stpncpy.c: New file.
20591         * lib/unistr/u-stpncpy.h: New file.
20592
20593         * modules/unistr/u8-strcat: New file.
20594         * modules/unistr/u16-strcat: New file.
20595         * modules/unistr/u32-strcat: New file.
20596         * lib/unistr/u8-strcat.c: New file.
20597         * lib/unistr/u16-strcat.c: New file.
20598         * lib/unistr/u32-strcat.c: New file.
20599         * lib/unistr/u-strcat.h: New file.
20600
20601         * modules/unistr/u8-strchr: New file.
20602         * modules/unistr/u16-strchr: New file.
20603         * modules/unistr/u32-strchr: New file.
20604         * lib/unistr/u8-strchr.c: New file.
20605         * lib/unistr/u16-strchr.c: New file.
20606         * lib/unistr/u32-strchr.c: New file.
20607
20608         * modules/unistr/u8-strcmp: New file.
20609         * modules/unistr/u16-strcmp: New file.
20610         * modules/unistr/u32-strcmp: New file.
20611         * lib/unistr/u8-strcmp.c: New file.
20612         * lib/unistr/u16-strcmp.c: New file.
20613         * lib/unistr/u32-strcmp.c: New file.
20614
20615         * modules/unistr/u8-strcpy: New file.
20616         * modules/unistr/u16-strcpy: New file.
20617         * modules/unistr/u32-strcpy: New file.
20618         * lib/unistr/u8-strcpy.c: New file.
20619         * lib/unistr/u16-strcpy.c: New file.
20620         * lib/unistr/u32-strcpy.c: New file.
20621         * lib/unistr/u-strcpy.h: New file.
20622
20623         * modules/unistr/u8-strcspn: New file.
20624         * modules/unistr/u16-strcspn: New file.
20625         * modules/unistr/u32-strcspn: New file.
20626         * lib/unistr/u8-strcspn.c: New file.
20627         * lib/unistr/u16-strcspn.c: New file.
20628         * lib/unistr/u32-strcspn.c: New file.
20629         * lib/unistr/u-strcspn.h: New file.
20630
20631         * modules/unistr/u8-strdup: New file.
20632         * modules/unistr/u16-strdup: New file.
20633         * modules/unistr/u32-strdup: New file.
20634         * lib/unistr/u8-strdup.c: New file.
20635         * lib/unistr/u16-strdup.c: New file.
20636         * lib/unistr/u32-strdup.c: New file.
20637         * lib/unistr/u-strdup.h: New file.
20638
20639         * modules/unistr/u8-strlen: New file.
20640         * modules/unistr/u16-strlen: New file.
20641         * modules/unistr/u32-strlen: New file.
20642         * lib/unistr/u8-strlen.c: New file.
20643         * lib/unistr/u16-strlen.c: New file.
20644         * lib/unistr/u32-strlen.c: New file.
20645         * lib/unistr/u-strlen.h: New file.
20646
20647         * modules/unistr/u8-strmblen: New file.
20648         * modules/unistr/u16-strmblen: New file.
20649         * modules/unistr/u32-strmblen: New file.
20650         * lib/unistr/u8-strmblen.c: New file.
20651         * lib/unistr/u16-strmblen.c: New file.
20652         * lib/unistr/u32-strmblen.c: New file.
20653
20654         * modules/unistr/u8-strmbtouc: New file.
20655         * modules/unistr/u16-strmbtouc: New file.
20656         * modules/unistr/u32-strmbtouc: New file.
20657         * lib/unistr/u8-strmbtouc.c: New file.
20658         * lib/unistr/u16-strmbtouc.c: New file.
20659         * lib/unistr/u32-strmbtouc.c: New file.
20660
20661         * modules/unistr/u8-strncat: New file.
20662         * modules/unistr/u16-strncat: New file.
20663         * modules/unistr/u32-strncat: New file.
20664         * lib/unistr/u8-strncat.c: New file.
20665         * lib/unistr/u16-strncat.c: New file.
20666         * lib/unistr/u32-strncat.c: New file.
20667         * lib/unistr/u-strncat.h: New file.
20668
20669         * modules/unistr/u8-strncmp: New file.
20670         * modules/unistr/u16-strncmp: New file.
20671         * modules/unistr/u32-strncmp: New file.
20672         * lib/unistr/u8-strncmp.c: New file.
20673         * lib/unistr/u16-strncmp.c: New file.
20674         * lib/unistr/u32-strncmp.c: New file.
20675
20676         * modules/unistr/u8-strncpy: New file.
20677         * modules/unistr/u16-strncpy: New file.
20678         * modules/unistr/u32-strncpy: New file.
20679         * lib/unistr/u8-strncpy.c: New file.
20680         * lib/unistr/u16-strncpy.c: New file.
20681         * lib/unistr/u32-strncpy.c: New file.
20682         * lib/unistr/u-strncpy.h: New file.
20683
20684         * modules/unistr/u8-strnlen: New file.
20685         * modules/unistr/u16-strnlen: New file.
20686         * modules/unistr/u32-strnlen: New file.
20687         * lib/unistr/u8-strnlen.c: New file.
20688         * lib/unistr/u16-strnlen.c: New file.
20689         * lib/unistr/u32-strnlen.c: New file.
20690         * lib/unistr/u-strnlen.h: New file.
20691
20692         * modules/unistr/u8-strpbrk: New file.
20693         * modules/unistr/u16-strpbrk: New file.
20694         * modules/unistr/u32-strpbrk: New file.
20695         * lib/unistr/u8-strpbrk.c: New file.
20696         * lib/unistr/u16-strpbrk.c: New file.
20697         * lib/unistr/u32-strpbrk.c: New file.
20698         * lib/unistr/u-strpbrk.h: New file.
20699
20700         * modules/unistr/u8-strrchr: New file.
20701         * modules/unistr/u16-strrchr: New file.
20702         * modules/unistr/u32-strrchr: New file.
20703         * lib/unistr/u8-strrchr.c: New file.
20704         * lib/unistr/u16-strrchr.c: New file.
20705         * lib/unistr/u32-strrchr.c: New file.
20706
20707         * modules/unistr/u8-strspn: New file.
20708         * modules/unistr/u16-strspn: New file.
20709         * modules/unistr/u32-strspn: New file.
20710         * lib/unistr/u8-strspn.c: New file.
20711         * lib/unistr/u16-strspn.c: New file.
20712         * lib/unistr/u32-strspn.c: New file.
20713         * lib/unistr/u-strspn.h: New file.
20714
20715         * modules/unistr/u8-strstr: New file.
20716         * modules/unistr/u16-strstr: New file.
20717         * modules/unistr/u32-strstr: New file.
20718         * lib/unistr/u8-strstr.c: New file.
20719         * lib/unistr/u16-strstr.c: New file.
20720         * lib/unistr/u32-strstr.c: New file.
20721         * lib/unistr/u-strstr.h: New file.
20722
20723         * modules/unistr/u8-strtok: New file.
20724         * modules/unistr/u16-strtok: New file.
20725         * modules/unistr/u32-strtok: New file.
20726         * lib/unistr/u8-strtok.c: New file.
20727         * lib/unistr/u16-strtok.c: New file.
20728         * lib/unistr/u32-strtok.c: New file.
20729         * lib/unistr/u-strtok.h: New file.
20730
20731         * modules/unistr/u8-uctomb: New file.
20732         * modules/unistr/u16-uctomb: New file.
20733         * modules/unistr/u32-uctomb: New file.
20734         * lib/unistr/u8-uctomb.c: New file.
20735         * lib/unistr/u16-uctomb.c: New file.
20736         * lib/unistr/u32-uctomb.c: New file.
20737
20738         * MODULES.html.sh (Unicode string functions): Add the new modules.
20739
20740 2007-01-08  Bruno Haible  <bruno@clisp.org>
20741
20742         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
20743         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
20744         subdirectories.
20745
20746 2007-01-08  Karl Berry  <karl@gnu.org>
20747
20748         * doc/error.texi: mention that main() fns must set program_name
20749         when progname is used.
20750
20751 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
20752
20753         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
20754         WCTYPE_H is empty, for the benefit of builds from non-distclean
20755         directories.  Problem reported by Eric Blake in
20756         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
20757
20758 2007-01-08  Bruno Haible  <bruno@clisp.org>
20759
20760         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
20761         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
20762         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
20763         PROVIDE_CANONICALIZE_FILENAME_MODE.
20764         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
20765
20766 2007-01-08  Bruno Haible  <bruno@clisp.org>
20767
20768         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
20769         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
20770         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
20771         * lib/fts.c: Likewise.
20772         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
20773
20774 2006-12-25  Bruno Haible  <bruno@clisp.org>
20775
20776         * modules/utf8-ucs4-safe: New file.
20777         * lib/utf8-ucs4-safe.h: New file.
20778         * lib/unistr/utf8-ucs4-safe.c: New file.
20779
20780         * modules/utf16-ucs4-safe: New file.
20781         * lib/utf16-ucs4-safe.h: New file.
20782         * lib/unistr/utf16-ucs4-safe.c: New file.
20783
20784         * MODULES.html.sh (Unicode string functions): Add the new modules.
20785
20786 2007-01-08  Bruno Haible  <bruno@clisp.org>
20787
20788         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
20789         (Depends-on): Add unitypes.
20790         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20791         (u8_mbtouc_aux): Move out to separate file.
20792         (u8_mbtouc): Use ucs4_t, uint8_t types.
20793         * lib/unistr/utf8-ucs4.c: New file.
20794
20795         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
20796         (Depends-on): Add unitypes.
20797         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20798         (u16_mbtouc_aux): Move out to separate file.
20799         (u16_mbtouc): Use ucs4_t, uint16_t types.
20800         * lib/unistr/utf16-ucs4.c: New file.
20801
20802         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
20803         (Depends-on): Add unitypes.
20804         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
20805         (u8_uctomb_aux): Move out to separate file.
20806         (u8_uctomb): Use ucs4_t, uint8_t types.
20807         * lib/unistr/ucs4-utf8.c: New file.
20808
20809         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
20810         (Depends-on): Add unitypes.
20811         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
20812         (u16_uctomb_aux): Move out to separate file.
20813         (u16_uctomb): Use ucs4_t, uint16_t types.
20814         * lib/unistr/ucs4-utf16.c: New file.
20815
20816 2006-12-25  Bruno Haible  <bruno@clisp.org>
20817
20818         * modules/unitypes: New file.
20819         * lib/unitypes.h: New file.
20820         * MODULES.html.sh (func_all_modules): New section "Unicode string
20821         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
20822         this section. Add unitypes.
20823
20824 2007-01-08  Bruno Haible  <bruno@clisp.org>
20825
20826         Avoid variable names that conflict with those from libtool.
20827         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
20828         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
20829         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
20830         library_names_spec to acl_library_names_spec, hardcode_* to
20831         acl_hardcode_*.
20832         Reported by Ralf Wildenhues.
20833
20834 2007-01-08  Bruno Haible  <bruno@clisp.org>
20835
20836         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
20837         definition.
20838         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
20839         definition.
20840         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
20841         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
20842         definition.
20843         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
20844         definition.
20845         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
20846         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
20847         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
20848         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
20849         definition.
20850         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
20851         definition.
20852         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
20853         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
20854         GC_USE_<algorithm>.
20855         * lib/gc-libgcrypt.c: Likewise.
20856         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
20857         * modules/gc-arctwo (configure.ac): Likewise.
20858         * modules/gc-des (configure.ac): Likewise.
20859         * modules/gc-hmac-md5 (configure.ac): Likewise.
20860         * modules/gc-hmac-sha1 (configure.ac): Likewise.
20861         * modules/gc-md2 (configure.ac): Likewise.
20862         * modules/gc-md4 (configure.ac): Likewise.
20863         * modules/gc-md5 (configure.ac): Likewise.
20864         * modules/gc-random (configure.ac): Likewise.
20865         * modules/gc-rijndael (configure.ac): Likewise.
20866         * modules/gc-sha1 (configure.ac): Likewise.
20867
20868 2007-01-08  Bruno Haible  <bruno@clisp.org>
20869
20870         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
20871         macro definition.
20872         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
20873         definition.
20874         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
20875         definition.
20876         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
20877         * modules/fcntl-safer (configure.ac): Likewise.
20878         * modules/fopen-safer (configure.ac): Likewise.
20879         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
20880         GNULIB_FWRITEERROR macro definition.
20881
20882 2007-01-08  Bruno Haible  <bruno@clisp.org>
20883
20884         * m4/gnulib-common.m4: New file.
20885         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
20886         (func_get_filelist): Add m4/gnulib-common.m4.
20887
20888 2007-01-08  Bruno Haible  <bruno@clisp.org>
20889
20890         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
20891         command.
20892
20893 2007-01-08  Jim Meyering  <jim@meyering.net>
20894
20895         Use a more robust test for a "can't happen" condition.
20896         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
20897         narrowed the st_size value.  Presuming the "can't happen" condition
20898         is true, that narrowing could conceivably convert an invalid st_size
20899         value into a valid one.  Instead, use a change based on Matthew
20900         Woehlke's original patch.
20901
20902         Slight readability improvement: use an assert-like macro
20903         in place of literal "abort ()" uses.
20904         * lib/fts.c (fts_assert): Define.
20905         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
20906         Use this macro instead of a bare 'abort'.
20907
20908 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
20909
20910         Don't worry about using IRIX 5.3's wctype.h broken definitions;
20911         simply work around them.
20912         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
20913         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
20914         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
20915         declaring.
20916         Don't bother to define as macros, since the standard doesn't require it.
20917         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
20918         longer worry about IRIX 5.3.
20919         (HAVE_WCTYPE_CTMP_BUG): Remove.
20920
20921 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20922
20923         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
20924         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
20925         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
20926         Problems reported by Georg Schwarz for IRIX 5.3.
20927
20928         * gnulib-tool (autoconf_minversion): Take the maximum version number
20929         found, not the minimum.  Problem reported by James Youngman.
20930
20931 2007-01-03  Karl Berry  <karl@gnu.org>
20932
20933         * doc/error.texi: new file, explaining interaction with progname.
20934         * doc/gnulib.texi: include it.  Update copyright.
20935
20936 2007-01-03  Simon Josefsson  <simon@josefsson.org>
20937
20938         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
20939         AC_CANONICAL_HOST, to improve autobuild outputs.
20940
20941 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
20942             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20943
20944         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
20945         sockets, server sockets, and other file descriptors.  Count errors
20946         to compute the return value.  Reorder the code a bit to be easier
20947         to follow.  Don't set event bits that were not requested (except
20948         POLLERR and POLLHUP).
20949
20950 2007-01-01  Bruno Haible  <bruno@clisp.org>
20951
20952         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
20953
20954 2007-01-03  Jim Meyering  <jim@meyering.net>
20955
20956         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
20957
20958 2007-01-02  Bruno Haible  <bruno@clisp.org>
20959
20960         * modules/settime (Include): Require timespec.h.
20961         * modules/nanosleep (Include): Likewise.
20962
20963 2007-01-01  Bruno Haible  <bruno@clisp.org>
20964
20965         * gnulib-tool (func_emit_copyright_notice): Bump year.
20966         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
20967
20968 2007-01-01  Bruno Haible  <bruno@clisp.org>
20969
20970         Improve support for OpenBSD.
20971         * build-aux/config.rpath (libname_spec): Export.
20972         (library_names_spec): New variable. Export.
20973         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
20974         library_names_spec from the config.rpath output. Locate shared library
20975         through the name pattern in library_names_spec.
20976
20977 2007-01-01  Eric Blake  <ebb9@byu.net>
20978
20979         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
20980
20981 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
20982
20983         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
20984         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
20985         assume the C locale, and avoid an "eval" that could cause trouble.
20986         Problem with SORT reported by Bob Proulx.
20987
20988         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
20989         Define.  Trivial patch from Henning Nielsen Lund, originally
20990         sent to bug-grep@gnu.org today.
20991
20992 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
20993
20994         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
20995         struct stat.  Problem reported by Henning Nielsen Lund.
20996         * lib/acl.c: Include acl.h first, to check interface.  Don't
20997         bother to include sys/types.h and sys/stat.h again.
20998
20999 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21000
21001         Import the following change from libc; problem reported by
21002         Sven Verdoolaege.
21003
21004         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
21005
21006         [BZ #1373]
21007         * lib/argp.h: Remove __NTH for __argp_usage inline function.
21008
21009 2006-12-28  Jim Meyering  <jim@meyering.net>
21010
21011         * build-aux/announce-gen: Do not assume that the package
21012         builds any of tar.gz, tar.bz2, and .xdelta files.
21013         Suggestion from Simon Josefsson.
21014
21015 2006-12-28  Simon Josefsson  <simon@josefsson.org>
21016
21017         * modules/announce-gen: New file.
21018
21019 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
21020
21021         * lib/mbchar.h: Just include <wctype.h>; the wctype module
21022         handles its gotchas now.
21023         * lib/mbswidth.c: Likewise.
21024         * lib/wcwidth.h: Likewise.
21025         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
21026         and iswcntrl; the wctype module does this stuff now.
21027         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21028         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21029         * modules/mbchar (Depends-on): Add wctype.
21030         * modules/mbswidth (Depends-on): Likewise.
21031         * modules/wcwidth (Depends-on): Likewise.
21032
21033 2006-12-27  Eric Blake  <ebb9@byu.net>
21034
21035         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
21036         module uses more than what <wctype.h> is required to provide.
21037
21038 2006-12-26  Eric Blake  <ebb9@byu.net>
21039
21040         * gnulib-tool (sed_extract_prog): Avoid space-tab.
21041
21042 2006-12-26  Eric Blake  <ebb9@byu.net>
21043
21044         * modules/absolute-header: New module.
21045         * modules/fcntl (Depends-on): Depend on it.
21046         * modules/inttypes (Depends-on): Likewise.
21047         * modules/stdint (Depends-on): Likewise.
21048         * modules/sys_stat (Depends-on): Likewise.
21049         * modules/wctype (Depends-on): Likewise.
21050         * MODULES.html.sh (Support for building libraries and
21051         executables): Document it.
21052
21053 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
21054
21055         * gnulib-tool (SED): Remove, undoing previous change.
21056         The problem was that it broke coreutils on Solaris, because
21057         "sed --posix" leaked into a makefile.
21058         (sed): New alias, if 'alias' and GNU sed.
21059
21060 2006-12-24  Jim Meyering  <jim@meyering.net>
21061
21062         Work around an fchownat bug in glibc-2.4:
21063         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
21064         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
21065         in spite of the -P option.
21066         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
21067         New macros.
21068         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
21069         * modules/openat (Files): Add lib/fchownat.c.
21070         * lib/openat.c (fchownat): Don't define here.  Move to...
21071         * lib/fchownat.c: ...this new file.
21072
21073 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21074
21075         Fix bug reported by Bruno Haible in
21076         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
21077         where quotearg.c didn't compile on Mac OS X 10.2 because it
21078         lacks <wchar.h> and wint_t.
21079         * lib/wctype_.h (__wctype_wint_t): New type.
21080         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
21081         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
21082         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
21083         Arg is now of type __wctype_wint_t, not wint_t.
21084         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
21085         substitute HAVE_WINT_T.
21086         * modules/wctype (Files): Add m4/wint_t.m4.
21087         (wctype.h): Substitute HAVE_WINT_T.
21088
21089 2006-12-23  Bruno Haible  <bruno@clisp.org>
21090
21091         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
21092
21093 2006-12-23  Bruno Haible  <bruno@clisp.org>
21094
21095         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
21096         S_ISLNK.
21097         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
21098         mingw.
21099
21100 2006-12-22  Bruno Haible  <bruno@clisp.org>
21101
21102         * lib/copy-file.c: Include acl.h.
21103         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
21104         Close the file descriptors only after being done with copy_acl.
21105         * modules/copy-file (Depends-on): Add acl.
21106
21107 2006-12-22  Bruno Haible  <bruno@clisp.org>
21108
21109         * gnulib-tool (SED): New variable.
21110         Use $SED instead of sed everywhere.
21111
21112 2006-12-22  Bruno Haible  <bruno@clisp.org>
21113
21114         * modules/no-c++: New file.
21115         * m4/no-c++.m4: New file.
21116         * MODULES.html.sh (Support for building libraries and executables):
21117         Add no-c++.
21118
21119 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
21120
21121         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
21122         Include <limits.h>, and use its INT_MAX to rewrite the
21123         j loop so that it does not overflow 'int'.  Problem reported by
21124         Ralf Wildenhues in
21125         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
21126         Play it safe by shifting left by 1 rather than multiplying by 2,
21127         as GCC is less likely to optimize this away when the value
21128         is signed (when it assumes overflow leads to undefined behavior).
21129         Also, don't assume time_t uses two's complement.
21130
21131 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
21132
21133         * MODULES.html.sh: New module wctype.
21134         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
21135         * lib/fnmatch.c: Don't bother to include <wchar.h> before
21136         <wctype.h>, since the new wctype module should fix this.
21137         * lib/quotearg.c: Include <wctype.h> unconditionally, since
21138         the wctype module should arrange for it.
21139         * lib/regex_internal.h: Likewise.
21140         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
21141         since the wctype module should handle this now.
21142         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
21143         * modules/fnmatch (Depends-on): Add wctype.
21144         * modules/quotearg (Depends-on): Likewise.
21145         * modules/regex (Depends-on): Likewise.
21146
21147 2006-12-19  Bruno Haible  <bruno@clisp.org>
21148
21149         * lib/strdup.h [C++]: Wrap definitions in extern "C".
21150         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
21151
21152 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21153
21154         * modules/savewd (Depends-on): Fix dependency on fcntl.
21155
21156 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21157
21158         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
21159         conforms to C99, rather than relying on the user's environment
21160         setting of STDINT_H.
21161
21162 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21163         and Eric Blake  <ebb9@byu.net>
21164
21165         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
21166         This is more consistent with the other defines here.
21167         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
21168         Port to z/OS.  Problem reported by Paul Gilmartin.
21169         Change local vars to use gl_ prefix rather than ac_.
21170         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
21171         with other defines.
21172         * modules/double-slash-root: New module.
21173         * modules/dirname (Files): Remove m4/double-slash-root.m4.
21174         (Depends-on): Add double-slash-root.
21175         * MODULES.html.sh (File system functions): Mention new module.
21176
21177 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
21178
21179         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
21180         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
21181         This is for the benefit of gzip, which doesn't do i18n.
21182
21183 2006-12-12  Jim Meyering  <jim@meyering.net>
21184
21185         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
21186         Reported by Andreas Schwab <schwab@suse.de>.
21187
21188 2006-12-12  Bruno Haible  <bruno@clisp.org>
21189
21190         Merge these changes.
21191         2006-09-05  Bruno Haible  <bruno@clisp.org>
21192         * lib/iconvme.c (iconv_string): No need to save and restore errno when
21193         iconv_alloc succeeded.
21194         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
21195         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
21196         test for " && dest " at the end - dest is always != NULL there. Call
21197         iconv with 4xNULL arguments initially, to reset the state. Call iconv
21198         with 2xNULL arguments, also to flush the state storage. Handle the
21199         IRIX iconv behaviour. Realloc the final result, to throw away unused
21200         memory.
21201
21202 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
21203
21204         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
21205         and fchmodat unconditionally, since glibc 2.4 has them.
21206         Problem reported by Arkadiusz Miskiewicz.
21207
21208 2006-12-10  Bruno Haible  <bruno@clisp.org>
21209
21210         * gnulib-tool (func_import): Show the include files only for those
21211         modules that are copied and specified.
21212         Reported by Karl Berry.
21213
21214 2006-12-08  Jim Meyering  <jim@meyering.net>
21215
21216         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
21217         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
21218
21219         * build-aux/announce-gen: Add two new options, both optional:
21220         --bootstrap-tools=TOOL_LIST
21221               a comma-separated list of tools, e.g.,
21222               autoconf,automake,bison,gnulib
21223         --gnulib-snapshot-date=DATE
21224               if gnulib is in the bootstrap tool list,
21225               then report this as the snapshot date.
21226               If not specified, use the current date/time.
21227               If you specify a date here, be sure it's UTC.
21228
21229 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21230
21231         * tests/test-argp-2.sh: Fix test to match actual output.
21232         (func_compare): Fix sed script to be portable.
21233
21234 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
21235
21236         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
21237         workaround for this case.  It is not autoconfigured now; offhand
21238         it's hard to see how to autoconfigure it.
21239
21240 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
21241
21242         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
21243         a directory that is about to be chowned.  Such a directory's
21244         initial file permissions should permit the owner only and this
21245         should not be changed until after the chown, since the group and
21246         other bits would be incorrect if they granted permission before
21247         the chown.
21248
21249         Fix porting problem for iswctype reported by Georg Schwarz in:
21250         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
21251         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
21252         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
21253         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
21254         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
21255
21256 2006-12-03  Jim Meyering  <jim@meyering.net>
21257
21258         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
21259         p->fts_statp may not yet be defined.
21260         (fts_read): Instead, set it in the caller, once p->fts_statp is
21261         sure to be defined, and corresponds to a top-level directory.
21262         This bug made du -x fail.  Here's the coreutils test case:
21263         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
21264         Reported by Mike Frysinger.
21265
21266 2006-12-01  Jim Meyering  <jim@meyering.net>
21267
21268         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
21269         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
21270         Reported by Simon Josefsson.
21271
21272 2006-11-30  Jim Meyering  <jim@meyering.net>
21273
21274         * m4/warning.m4: Use the all-permissive copyright notice
21275         recommended by RMS (rather than LGPL).
21276         * m4/vararrays.m4: Likewise.
21277         * m4/flexmember.m4: Likewise.
21278
21279 2006-11-29  Bruno Haible  <bruno@clisp.org>
21280
21281         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21282         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
21283         using +=.
21284         Reported by Simon Josefsson <simon@josefsson.org>.
21285
21286 2006-11-28  James Youngman <jay@gnu.org>
21287
21288         * README: Advise users that they might find the bug-gnulib@gnu.org
21289         and autotools-announce@gnu.org mailing lists useful.
21290
21291 2006-11-28  Bruno Haible  <bruno@clisp.org>
21292
21293         * m4/ptrdiff_max.m4: Remove file.
21294
21295 2006-11-21  Bruno Haible  <bruno@clisp.org>
21296
21297         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
21298         _AC_COMPUTE_INT.
21299         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21300         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
21301         _AC_COMPUTE_INT.
21302         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21303         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
21304         _AC_COMPUTE_INT.
21305         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21306
21307 2006-11-28  Jim Meyering  <jim@meyering.net>
21308
21309         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
21310         warning from "gcc -Wshadow" about shadowing the builtin.
21311
21312 2006-11-27  Bruno Haible  <bruno@clisp.org>
21313
21314         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
21315         _AC_COMPUTE_INT.
21316         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21317
21318 2006-11-27  Bruno Haible  <bruno@clisp.org>
21319             Paul Eggert  <eggert@cs.ucla.edu>
21320
21321         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
21322
21323 2006-11-26  Bruno Haible  <bruno@clisp.org>
21324
21325         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21326         noinst_LTLIBRARIES.
21327
21328 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21329             Bruno Haible  <bruno@clisp.org>
21330
21331         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
21332         if compiling with "gcc -ansi".
21333
21334 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21335
21336         Fix some incompatibilities with gcc -ansi -pedantic.
21337         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
21338         if compiling pedantically with GCC, unless it's C99 or later.
21339         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
21340         it mishandles gcc -ansi -pedantic as well.
21341         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
21342         if gcc -pedantic.
21343         * lib/regexec.c (check_node_accept_bytes): Don't use auto
21344         initializers for struct if -pedantic, unless it's C99 or later.
21345
21346 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
21347
21348         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
21349         Don't close an fd more than once. Identical atimes indicate
21350         success, not failure.
21351
21352 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
21353
21354         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
21355
21356 2006-11-23  Jim Meyering  <jim@meyering.net>
21357
21358         * build-aux/announce-gen: New file.  From coreutils.
21359
21360 2006-11-22  Jim Meyering  <jim@meyering.net>
21361
21362         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
21363         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
21364         (fts_read): Use a temporary to narrow the overused st_size member
21365         before using it in a switch statement.  Reported by Matthew Woehlke.
21366
21367         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
21368         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
21369
21370 2006-11-20  Bruno Haible  <bruno@clisp.org>
21371
21372         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
21373         changequote instead of pairs of brackets.
21374         Reported by Andreas Schwab <schwab@suse.de>.
21375
21376 2006-11-21  Jim Meyering  <jim@meyering.net>
21377
21378         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
21379         so as to remain compatible with older compilers.
21380         Patch from Michael Deutschmann.
21381
21382 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21383
21384         * MODULES.html.sh (File system functions): Add openat.
21385
21386         * lib/openat.h (rpl_fstatat): New macro, if
21387         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
21388         (fstatat): Define to rpl_fstatat under the same conditions,
21389         unless COMPILING_FSTATAT.
21390         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
21391         seems to have the bug.
21392         * lib/fstatat.c: New file.
21393         * modules/openat (Files): Add it.
21394
21395 2006-11-20  Bruno Haible  <bruno@clisp.org>
21396
21397         * Makefile: New file.
21398
21399 2006-11-20  Jim Meyering  <jim@meyering.net>
21400
21401         The beginnings of syntax-related checks for gnulib.
21402         * lib/Makefile: New file.
21403         * lib/t-idcache: New script.  Ensure that the two halves of
21404         idcache.c stay in sync.
21405
21406         * lib/idcache.c: Adjust comments in user- and group- portions to
21407         be more accurate, and to be consistent with one another.
21408
21409 2006-11-20  Jim Meyering  <jim@meyering.net>
21410
21411         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
21412         continue using the flexible array member (thus, this module performs
21413         half as many malloc calls), with the addition that...
21414         (getgroup, getuser): Consistently record a non-match via an empty
21415         "name" string, and map an empty string match to a NULL return value.
21416         * modules/idcache (Depends-on): Re-add flexmember.
21417
21418         * lib/idcache.c (getuser): Remove all uses of the register keyword.
21419         (getuidbyname, getgroup, getgidbyname): Likewise.
21420
21421         Use cleaner syntax: NULL rather than 0.
21422         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
21423
21424 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21425
21426         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
21427         It mishandled the case where the group was missing.
21428         Problem reported by Greg Schafer.
21429         * modules/idcache: Likewise.
21430
21431 2006-11-18  Jim Meyering  <jim@meyering.net>
21432
21433         * check-module (%exempt_header): Add exception for some
21434         conditionally-included headers.
21435
21436         * modules/i-ring (Depends-on): Add verify.
21437         (License): Change to LGPL.
21438
21439 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21440
21441         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
21442         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
21443         and inttostr.h.  Use snprintf rather than uinttostr, so that
21444         LGPLed code doesn't depend on GPLed.
21445
21446 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21447
21448         * modules/inline (License): Change from GPL to LGPL.
21449
21450 2006-11-17  Jim Meyering  <jim@meyering.net>
21451
21452         * modules/d-type (License): Switch to LGPL.
21453
21454 2006-11-15  Bruno Haible  <bruno@clisp.org>
21455
21456         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
21457
21458 2006-11-15  Eric Blake  <ebb9@byu.net>
21459
21460         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
21461         the module dependency.
21462
21463 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21464             Bruno Haible  <bruno@clisp.org>
21465
21466         * gnulib-tool (func_create_testdir): Add license consistency check.
21467
21468 2006-11-15  Eric Blake  <ebb9@byu.net>
21469
21470         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
21471         random "(cached)" in configure output.
21472
21473 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21474
21475         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
21476         test for conforming inttypes.h is both announced and cached.
21477
21478         * MODULES.html.sh (seen_modules, seen_files): New variables.
21479         (func_module): Rewrite to use a few less gnulib-tool and sed
21480         invocations.  Avoid a couple of quadratic algorithms for ...
21481         (missed_modules, missed_files): ... these, with ...
21482         (func_append, func_tmpdir): ... these new functions, from
21483         gnulib-tool.  Analogously, install traps for cleanup.
21484
21485         * tests/test-gc.c (main): Remove unused variables.
21486         * tests/test-read-file.c: Include stdlib.h, for 'free'.
21487
21488 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
21489
21490         * modules/inttostr (License): Change to LGPL.
21491
21492 2006-11-14  Eric Blake  <ebb9@byu.net>
21493
21494         * modules/tempname (License): Change to LGPL.
21495
21496 2006-11-14  Eric Blake  <ebb9@byu.net>
21497
21498         * doc/functions.texi (Function Portability): *printf functions on
21499         Cygwin now understand all POSIX size specifiers.
21500
21501 2006-11-14  Bruno Haible  <bruno@clisp.org>
21502
21503         * modules/c-ctype (License): Change to LGPL.
21504
21505 2006-11-12  Bruno Haible  <bruno@clisp.org>
21506
21507         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21508         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
21509         for GNOME libraries, for which the include files are installed in
21510         subdirectories of $prefix/include.
21511
21512 2006-11-12  Bruno Haible  <bruno@clisp.org>
21513
21514         * m4/lib-link.m4: Require at least autoconf-2.54.
21515         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
21516         name to underscores for the --with option.
21517
21518 2006-11-13  Bruno Haible  <bruno@clisp.org>
21519
21520         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
21521         the tests directory.
21522         Reported by Ralf Wildenhues.
21523
21524 2006-11-13  Bruno Haible  <bruno@clisp.org>
21525
21526         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
21527         (func_emit_initmacro_end): Undo the override here.
21528         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
21529         Works around the famous automake error in coreutils.
21530
21531 2006-11-13  Eric Blake  <ebb9@byu.net>
21532
21533         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
21534         element, not its node.
21535
21536 2006-11-12  Bruno Haible  <bruno@clisp.org>
21537
21538         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
21539         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
21540
21541 2006-11-12  Bruno Haible  <bruno@clisp.org>
21542
21543         * gnulib-tool: New option --local-symlink.
21544         (func_usage): Document it.
21545         (lsymbolic): New variable.
21546         (func_import, func_create_testdir): If --symlink was not specified,
21547         test whether --local-symlink was specified and the file comes from
21548         the local_gnulib_dir.
21549
21550 2006-11-12  Bruno Haible  <bruno@clisp.org>
21551
21552         * gnulib-tool (func_ln): New function.
21553         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
21554
21555 2006-11-12  Bruno Haible  <bruno@clisp.org>
21556
21557         Finish support for source files in subdirectories.
21558         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
21559         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
21560         AUTOMAKE_OPTIONS.
21561         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
21562
21563 2006-11-12  Bruno Haible  <bruno@clisp.org>
21564
21565         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21566         EXTRA_lib_SOURCES augmentation.
21567         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
21568
21569 2006-11-12  Jim Meyering  <jim@meyering.net>
21570
21571         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
21572         file descriptors.  This also averts a failure on systems with
21573         native openat support when a traversed directory lacks "x" access.
21574         * lib/fts_.h: Include "i-ring.h"
21575         (struct FTS) [fts_fd_ring]: New member.
21576         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
21577         (FCHDIR): Add parentheses.
21578         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
21579         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
21580         When descending, rather than simply closing the previous
21581         fts_cwd_fd value, push that file descriptor onto the ring.
21582         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
21583         (fts_open): Initialize the new fd_ring member.
21584         (fts_close): Clear the ring.
21585         (fts_safe_changedir): When possible, use our new fd_ring to skip
21586         the diropen and fstat and dev/ino comparison that would normally
21587         accompany a virtual `chdir ("..")'.
21588
21589         * modules/fts (Depends-on): Add i-ring.
21590         * modules/i-ring: New module.
21591         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
21592         * m4/i-ring.m4: New file.
21593
21594 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21595
21596         * gnulib-tool (func_create_testdir): Fix replacement of
21597         `build-aux' in configure.ac.  Run autotools in gltests
21598         subdirectory.
21599         (func_create_testdir, func_create_megatestdir, test): There is
21600         no need for '--force' in most autotool invocations in a new
21601         tree.  Actually fail the whole test if any of the tools, or the
21602         configure or make stages fail.
21603
21604         Sync from Automake.
21605         * build-aux/gnupload: Revert last change.  Add pointer to upload
21606         instructions of the GNU Maintenance Instructions.
21607         Suggestion by Karl Berry.
21608
21609 2006-11-10  Jim Meyering  <jim@meyering.net>
21610
21611         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
21612
21613 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21614
21615         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
21616         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
21617         (bind_textdomain_codeset) [! ENABLE_NLS]:
21618         Evaluate all the arguments.  That way, callers get compatible behavior
21619         if the arguments have side effects.  Also, it avoids some GCC
21620         diagnostics in some cases; Joel E. Denny reported problems when Bison
21621         was configured with --enable-gcc-warnigs.
21622
21623 2006-11-10  Jim Meyering  <jim@meyering.net>
21624
21625         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
21626         relevant options in CFLAGS (like -O, -fno-inline) are taken into
21627         account.
21628
21629 2006-11-10  Jim Meyering  <jim@meyering.net>
21630
21631         * modules/inline: New file/module.
21632         * modules/xalloc (Files): Remove m4/inline.m4.
21633         (Depends-on): Add inline, instead.
21634         * modules/oset: Likewise.
21635         * modules/list: Likewise.
21636
21637 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21638
21639         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
21640         Problem reported by Matthew Woehlke.
21641
21642 2006-11-09  Bruno Haible  <bruno@clisp.org>
21643
21644         * lib/tempname.c (gen_tempname): Remove variant that invokes
21645         __gen_tempname.
21646         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
21647         __gen_tempname.
21648
21649 2006-11-08  Bruno Haible  <bruno@clisp.org>
21650
21651         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
21652         to 'yes' instead of 'cross-compiling'.
21653
21654 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * lib/quotearg.h (quotearg_free): New decl.
21657         * lib/quotearg.c (quotearg_free): New function.
21658         (slot0, nslots, slotvec0, slotvec):
21659         Now file-scope so that quotearg_free can get at them.
21660
21661 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21662
21663         Sync from Automake.
21664         * build-aux/gnupload: Add missing 'gnu' to example URL.
21665         Report by Karl Berry.
21666
21667 2006-11-08  Bruno Haible  <bruno@clisp.org>
21668
21669         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
21670         Suggested by Paul Eggert.
21671
21672 2006-11-08  Jim Meyering  <jim@meyering.net>
21673
21674         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
21675         It's already included if !_LIBC.
21676         (fts_safe_changedir): Add a comment.
21677
21678 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21679
21680         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
21681         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
21682         Matthew Woehlke.
21683
21684         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
21685         definitions up, to avoid colliding with change below.
21686         (static_inline) [HAVE_INLINE]: New macro.
21687         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
21688         Provide extern decls when !HAVE_INLINE.  Do not define unless
21689         static_inline is defined, either by us or by xmalloc.c.  Use
21690         static_inline rather than static inline.
21691         (XCALLOC): Optimize sizeof(T) = 1 case.
21692         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
21693
21694 2006-11-07  Bruno Haible  <bruno@clisp.org>
21695
21696         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
21697         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
21698         AC_C_INLINE.
21699         * modules/xalloc (Files): Add m4/inline.m4.
21700
21701 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21702
21703         * README: Fix typo.
21704         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
21705         (Miscellanous Notes): ...from this.
21706
21707 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21708
21709         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
21710         Mention that offsetof should be used instead of sizeof.
21711         From Bruno Haible.
21712
21713 2006-11-07  Bruno Haible  <bruno@clisp.org>
21714
21715         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
21716
21717 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21718
21719         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21720         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
21721         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21722         (gl_tree_add_before, gl_tree_add_after):
21723         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
21724         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
21725         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21726         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
21727         (gl_linked_add_after, gl_linked_add_at): Likewise.
21728         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
21729         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21730         (gl_tree_add_before, gl_tree_add_after): Likewise.
21731         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
21732         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
21733         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
21734
21735 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21736
21737         * lib/gl_oset.h: Use C comment style, not C++ comment style.
21738
21739 2006-11-06  Bruno Haible  <bruno@clisp.org>
21740
21741         * m4/inline.m4: New file.
21742         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
21743         * modules/list (Files): Add m4/inline.m4.
21744         * modules/oset (Files): Likewise.
21745
21746 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21747
21748         * lib/idcache.c: Include <stddef.h>, for offsetof.
21749         (struct userid.name): Change from char * to a flexible array member.
21750         All uses changed.
21751         * modules/idcache (Depends-on): Add flexmember.
21752
21753         * MODULES.html.sh (Core language properties): New module flexmember.
21754         * modules/flexmember, m4/flexmember.m4: New files.
21755
21756         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
21757         inline functions that are identical with the old xnmalloc_inline,
21758         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
21759         that we can avoid some unnecessary integer multiplications and
21760         divisions in the common case where the element size is known at
21761         compile time.
21762         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
21763         needed.
21764         (xnboundedmalloc): Remove.
21765         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
21766         arguments, for consistency with rest of this header.
21767         (xcharalloc): Rewrite using XNMALLOC.
21768         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
21769         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
21770         versions have been moved to lib/xalloc.h and renamed to be the
21771         non-*_inline versions.
21772         (xmalloc, xrealloc): Implement without reference to the xnmalloc
21773         and xnrealloc functions, since those functions are now inline and
21774         now call us.
21775         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
21776         renaming described above.
21777         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
21778         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
21779         captures the dependency in AC_C_INLINE.
21780
21781         New module canonicalize-lgpl, proposed by Charles Wilson in
21782         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
21783         with a few small changes afterwards.
21784         * MODULES.html.sh (File system functions): New module
21785         canonicalize-lgpl.
21786         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
21787         and canonicalize_file_name.
21788         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
21789         * modules/canonicalize-lgpl: New files.
21790
21791 2006-11-05  Bruno Haible  <bruno@clisp.org>
21792
21793         * gnulib-tool (func_import, func_create_testdir): Create directories
21794         also for files in subdirectories of lib/.
21795
21796 2006-11-05  Bruno Haible  <bruno@clisp.org>
21797
21798         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
21799         ANSI C compliant.
21800
21801 2006-11-03  Bruno Haible  <bruno@clisp.org>
21802
21803         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21804         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
21805         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
21806         (xnboundedmalloc): New inline function.
21807         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
21808         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
21809         xmalloc.
21810         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
21811         xmalloc.
21812         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
21813         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
21814         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
21815         xmalloc.
21816         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21817         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
21818         xmalloc.
21819         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
21820         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21821         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
21822         xmalloc.
21823         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21824         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
21825         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21826         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
21827         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
21828         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
21829         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
21830
21831 2006-11-03  Bruno Haible  <bruno@clisp.org>
21832
21833         * lib/c-ctype.h [C++]: Define functions without name mangling.
21834         * lib/fwriteerror.h [C++]: Likewise.
21835         * lib/gcd.h [C++]: Likewise.
21836         * lib/linebreak.h [C++]: Likewise.
21837
21838 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21839
21840         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
21841         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
21842         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
21843         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21844         Check for functions and headers just once.
21845         Check for declaration of canonicalize_file_name.
21846         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
21847
21848 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21849
21850         * gnulib-tool (func_import): Fix typo in actioncmd.
21851
21852 2006-11-02  Bruno Haible  <bruno@clisp.org>
21853
21854         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
21855         newline sequence in the Makefile.am snippet as a space, like "make"
21856         does.
21857         Reported by Roger Persson <perrog@gmail.com>.
21858
21859 2006-11-01  Bruno Haible  <bruno@clisp.org>
21860
21861         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
21862         already declared in <string.h>.
21863         * lib/strcase.h (strncasecmp): Don't declare it if yes.
21864
21865 2006-11-01  Bruno Haible  <bruno@clisp.org>
21866
21867         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
21868         * lib/strcase.h: Include <string.h>.
21869         (strcasecmp): Define to rpl_strcasecmp here.
21870
21871 2006-11-01  Bruno Haible  <bruno@clisp.org>
21872
21873         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
21874
21875 2006-11-01  Eric Blake  <ebb9@byu.net>
21876
21877         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
21878
21879         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
21880
21881 2006-10-29  Bruno Haible  <bruno@clisp.org>
21882
21883         Make it compile in C++ mode.
21884         * lib/full-write.c (full_rw): Add a cast.
21885
21886 2006-11-01  Bruno Haible  <bruno@clisp.org>
21887
21888         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
21889         be POSIX compliant.
21890         Reported by Roger Persson <perrog@gmail.com>.
21891
21892 2006-11-01  Eric Blake  <ebb9@byu.net>
21893
21894         * lib/getopt_.h: Fix comments.
21895
21896 2006-10-31  Eric Blake  <ebb9@byu.net>
21897
21898         * modules/tmpdir (Depends-on): Add sys_stat.
21899         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
21900         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
21901         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
21902         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
21903         tempname.
21904
21905 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
21906
21907         Avoid some C++ diagnostics reported by Bruno Haible.
21908         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
21909         xmalloc.
21910         (quotearg_alloc): Use xcharalloc rather than xmalloc.
21911         (struct slotvec): Move to top level.
21912         (quotearg_n_options): Rewrite to avoid xmalloc.
21913         * lib/xalloc.h (xcharalloc): New function.
21914         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
21915         [defined __cplusplus]: Add function template that provides result
21916         type propagation.  This part of the change is from Bruno Haible.
21917
21918 2006-10-29  Bruno Haible  <bruno@clisp.org>
21919
21920         Make it compile in C++ mode.
21921         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
21922         * lib/strnlen1.c (strnlen1): Cast memchr result.
21923         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
21924         * lib/clean-temp.c (string_equals, string_hash): Add casts.
21925         (create_temp_dir): Rename local variable 'template'.
21926         (compile_csharp_using_sscli): Add cast.
21927         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
21928         * lib/findprog.c (find_in_path): Likewise.
21929         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
21930         * lib/wait-process.c (register_slave_subprocess): Likewise.
21931
21932 2006-10-22  Bruno Haible  <bruno@clisp.org>
21933
21934         * modules/tsearch: New file.
21935         * lib/tsearch.h: New file.
21936         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
21937         * m4/tsearch.m4: New file.
21938         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
21939
21940 2006-10-29  Eric Blake  <ebb9@byu.net>
21941
21942         * lib/arcfour.c: Assume config.h.
21943         * lib/arctwo.c: Likewise.
21944         * lib/base64.c: Likewise.
21945         * lib/check-version.c: Likewise.
21946         * lib/crc.c: Likewise.
21947         * lib/des.c: Likewise.
21948         * lib/gc-gnulib.c: Likewise.
21949         * lib/gc-libgcrypt.c: Likewise.
21950         * lib/gc-pbkdf2-sha1.c: Likewise.
21951         * lib/getaddrinfo.c: Likewise.
21952         * lib/getdelim.c: Likewise.
21953         * lib/getline.c: Likewise.
21954         * lib/hmac-md5.c: Likewise.
21955         * lib/hmac-sha1.c: Likewise.
21956         * lib/iconvme.c: Likewise.
21957         * lib/md2.c: Likewise.
21958         * lib/md4.c: Likewise.
21959         * lib/memxor.c: Likewise.
21960         * lib/read-file.c: Likewise.
21961         * lib/readline.c: Likewise.
21962         * lib/rijndael-alg-fst.c: Likewise.
21963         * lib/rijndael-api-fst.c: Likewise.
21964         * lib/xgetdomainname.c: Likewise.
21965
21966 2006-10-28  Eric Blake  <ebb9@byu.net>
21967
21968         * lib/xstrndup.c: Assume config.h.
21969
21970 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
21971
21972         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
21973         stat-macros.h is now for our own macros, whereas stat_h is for
21974         macros in the <sys/stat.h> name space.
21975         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
21976         (STAT_MACROS_H): Remove.
21977         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
21978         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
21979         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
21980         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
21981         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
21982         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
21983         Move these macros to ...
21984         * lib/stat_.h: here.  Don't include stat-macros.h.
21985         * lib/canonicalize.c: Don't include stat-macros.h.
21986         * lib/chown.c: Likewise.
21987         * lib/euidaccess.c: Likewise.
21988         * lib/file-type.c: Likewise.
21989         * lib/filemode.c: Likewise.
21990         * lib/glob.c: Likewise.
21991         * lib/isapipe.c: Likewise.
21992         * lib/lchown.c: Likewise.
21993         * lib/lstat.c: Likewise.
21994         * lib/mkdir-p.c: Likewise.
21995         * lib/rmdir.c: Likewise.
21996         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
21997         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
21998         unless mkdir isn't declared, to speed up 'configure'.
21999         Always create sys/stat.h, since it's unlikely any real sys/stat.h
22000         would define all the S_* symbols.
22001         * modules/canonicalize (Depends-on):
22002         Depend on sys_stat, not stat-macros.
22003         * modules/chown: Likewise.
22004         * modules/euidaccess: Likewise.
22005         * modules/filemode: Likewise.
22006         * modules/file-type: Likewise.
22007         * modules/glob: Likewise.
22008         * modules/isapipe: Likewise.
22009         * modules/lchown: Likewise.
22010         * modules/lstat: Likewise.
22011         * modules/mkancesdirs: Likewise.
22012         * modules/rmdir: Likewise.
22013         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
22014         * modules/modechange: Likewise.
22015         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
22016         (configure.ac): Remove gl_STAT_MACROS.
22017         * modules/sys_stat (Depends-on): Remove stat-macros.
22018
22019 2006-10-27  Bruno Haible  <bruno@clisp.org>
22020
22021         * m4/signed.m4: Remove file.
22022         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
22023         invocation.
22024         * modules/vasnprintf (Files): Remove m4/signed.m4.
22025
22026 2006-10-27  Bruno Haible  <bruno@clisp.org>
22027
22028         Update to GNU gettext 0.16.
22029         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
22030         m4/inttypes-h.m4, m4/signed.m4.
22031         * m4/gettext.m4: Update to GNU gettext 0.16.
22032         * m4/intl.m4: New file, from GNU gettext.
22033         * m4/intldir.m4: New file, from GNU gettext.
22034         * config/srclist.txt: Update
22035
22036 2006-10-27  Eric Blake  <ebb9@byu.net>
22037
22038         * MODULES.html.sh: Document tempname.
22039         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
22040         dependencies.
22041         (Files): Move lib/tempname.c...
22042         * modules/tempname: ...to this new module.
22043         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
22044         (gl_PREREQ_TEMPNAME): Move...
22045         * m4/tempname.m4: ...to this new file.
22046         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
22047         * modules/sys_stat (Depends-on): Add stat-macros.
22048         * lib/stat_.h (includes): Pick up stat macros.
22049         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
22050         if stat macros are broken.
22051         * lib/tempname.c (includes): No need to include "stat-macros.h".
22052         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
22053         (direxists, __path_search) [!_LIBC]: Don't compile these in
22054         gnulib; the tmpdir module covers that.
22055         * lib/tempname.h: New file.
22056
22057 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
22058
22059         * COPYING: Explain how gnulib-tool converts licence headers.
22060         Almost all wording by Eric Blake.
22061
22062 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
22063
22064         * lib/mbchar.h (is_basic_table): Make read-only.
22065         * lib/mbchar.c (is_basic_table): Likewise.
22066         Reported by John Darrington.
22067
22068 2006-10-25  Bruno Haible  <bruno@clisp.org>
22069
22070         * lib/progname.h (set_program_name): Undefine before defining.
22071
22072 2006-10-25  Bruno Haible  <bruno@clisp.org>
22073
22074         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
22075         false for non-gcc C++ compilers.
22076         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
22077
22078 2006-10-24  Bruno Haible  <bruno@clisp.org>
22079
22080         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
22081         iconv implementations like Irix iconv.
22082
22083 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22084
22085         * modules/vararrays: New file.
22086         * m4/vararrays.m4: New file, taken from diffutils.
22087         * MODULES.html.sh: New module vararrays.
22088
22089 2006-10-24  Karl Berry  <karl@gnu.org>
22090
22091         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
22092         Don't call GNU Unix.
22093
22094 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22095
22096         * users.txt: Add Libtool.
22097
22098         Sync from Libtool:
22099
22100         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22101
22102         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
22103         to gnulib's policy of including config.h unconditionally.
22104
22105 2006-10-24  Bruno Haible  <bruno@clisp.org>
22106
22107         * modules/wcwidth (Files): Add m4/wint_t.m4.
22108         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
22109         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
22110
22111 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22112
22113         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
22114         to pacify GCC with some -W flags enabled.  Problem reported by
22115         Bruno Haible.
22116
22117 2006-10-24  Jim Meyering  <jim@meyering.net>
22118
22119         * MODULES.html.sh: Remove uinttostr.  It's not a module.
22120         Reported by Karl Berry.
22121
22122 2006-10-23  Bruno Haible  <bruno@clisp.org>
22123
22124         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
22125
22126 2006-10-24  Bruno Haible  <bruno@clisp.org>
22127
22128         * lib/gl_list.h: Use C comment style, not C++ comment style.
22129
22130 2006-10-23  Eric Blake  <ebb9@byu.net>
22131
22132         * lib/getaddrinfo.c (includes): Add missing include.
22133
22134 2006-10-23  Bruno Haible  <bruno@clisp.org>
22135             Paul Eggert  <eggert@cs.ucla.edu>
22136
22137         Ability to rename obstack_free.
22138         * lib/obstack.h (__obstack_free): New macro. Declare instead of
22139         obstack_free.
22140         (obstack_free): Invoke the __obstack_free macro.
22141         * lib/obstack.c (obstack_free): Use __obstack_free macro.
22142
22143 2006-10-23  Bruno Haible  <bruno@clisp.org>
22144             Paul Eggert  <eggert@cs.ucla.edu>
22145
22146         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
22147         __argc, __argv from the declaration. (They are defined as macros on
22148         mingw.)
22149
22150 2006-10-22  Bruno Haible  <bruno@clisp.org>
22151
22152         * doc/gnulib-intro.texi: New file.
22153         * doc/gnulib.texi: Include it.
22154
22155 2006-10-21  Bruno Haible  <bruno@clisp.org>
22156
22157         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
22158         "Introduction", "Miscellanous Notes", "Particular Modules".
22159
22160 2006-10-21  Bruno Haible  <bruno@clisp.org>
22161
22162         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22163         Change mostlyclean-local rule to avoid sh syntax error from bash
22164         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
22165
22166 2006-10-23  Jim Meyering  <jim@meyering.net>
22167
22168         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
22169         in place of snprintf.
22170
22171         * modules/inttostr (Files): Add lib/uinttostr.c.
22172         * lib/uinttostr.c (inttostr): New file/function.
22173         * lib/inttostr.h (uinttostr): Declare.
22174         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
22175         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22176         Add uinttostr.
22177         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
22178
22179 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22180
22181         * lib/canonicalize.c (ELOOP): Define if not already defined.
22182         Problem reported by Bruno Haible in
22183         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
22184
22185 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22186
22187         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
22188         Problem reported by Perry Smith and Ville Laurikari.
22189
22190         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
22191         uses.
22192
22193 2006-10-19  Bruno Haible  <bruno@clisp.org>
22194
22195         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
22196         for mingw.
22197
22198 2006-10-19  Bruno Haible  <bruno@clisp.org>
22199
22200         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
22201         Needed for mingw.
22202
22203 2006-10-19  Bruno Haible  <bruno@clisp.org>
22204
22205         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
22206
22207 2006-10-19  Bruno Haible  <bruno@clisp.org>
22208
22209         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
22210         it.
22211
22212 2006-10-19  Bruno Haible  <bruno@clisp.org>
22213
22214         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
22215         invocation.
22216
22217 2006-10-19  Bruno Haible  <bruno@clisp.org>
22218
22219         * gnulib-tool (func_create_testdir): Don't include ftruncate and
22220         mountlist by default.
22221
22222 2006-10-16  Bruno Haible  <bruno@clisp.org>
22223
22224         * lib/c-strstr.c: Include c-strstr.h.
22225
22226 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22227
22228         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
22229         in a slash.
22230
22231 2006-10-18  Bruno Haible  <bruno@clisp.org>
22232
22233         * lib/lock.h [C++]: Wrap definitions in extern "C".
22234
22235 2006-10-18  Bruno Haible  <bruno@clisp.org>
22236
22237         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
22238         gl_LIBOBJS list.
22239
22240 2006-10-18  Bruno Haible  <bruno@clisp.org>
22241
22242         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
22243
22244 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
22245
22246         * lib/xstrtol.h: Include gettext.h.
22247         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
22248         Problem reported by Eric Blake.
22249         * modules/xstrtol (Depends-on): Add gettext-h.
22250
22251 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
22252
22253         * lib/strftime.c (advance): New macro.
22254         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
22255         incomplete type, so you can't add 0 to it.  Problem and patch
22256         reported by Eelco Dolstra for dietlibc.
22257
22258 2006-10-18  Jim Meyering  <jim@meyering.net>
22259
22260         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
22261         type for a local, and rename it: s/up/user_proc/.
22262
22263 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
22264
22265         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
22266         READ_UTMP_USER_PROCESS.
22267         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
22268
22269 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22270
22271         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
22272         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
22273
22274 2006-10-17  Eric Blake  <ebb9@byu.net>
22275
22276         * lib/sigprocmask.c (sigprocmask): Fix typo.
22277
22278         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
22279
22280         * modules/clean-temp (Makefile.am): Don't add to make output...
22281         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
22282         config.h.
22283
22284 2006-10-17  Bruno Haible  <bruno@clisp.org>
22285
22286         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
22287         differently if DEFAULT_TEXT_DOMAIN is set.
22288
22289 2006-10-16  Bruno Haible  <bruno@clisp.org>
22290
22291         * lib/clean-temp.c: Include fwriteerror.h.
22292
22293 2006-10-16  Bruno Haible  <bruno@clisp.org>
22294
22295         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
22296
22297 2006-10-16  Bruno Haible  <bruno@clisp.org>
22298
22299         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
22300         * lib/sigprocmask.h: Include <sys/types.h>.
22301         (sigset_t): Use the system's definition if present.
22302
22303 2006-10-17  Eric Blake  <ebb9@byu.net>
22304
22305         * lib/xvasprintf.c (includes): Assume config.h.
22306         * lib/xasprintf.c (includes): Likewise.
22307
22308 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
22309
22310         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
22311         at least as wide as intmax_t.
22312
22313 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
22314
22315         (Imported from Automake.)
22316         * build-aux/gnupload: Update to version 1.1 of directive file.
22317
22318 2006-10-16  Eric Blake  <ebb9@byu.net>
22319
22320         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
22321         match Automake 1.10a.
22322
22323 2006-10-14  Bruno Haible  <bruno@clisp.org>
22324
22325         * modules/sigprocmask: New file.
22326         * lib/sigprocmask.h: New file.
22327         * lib/sigprocmask.c: New file.
22328         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
22329         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
22330         request sigprocmask.o.
22331         (gl_PREREQ_SIGPROCMASK): New macro.
22332         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
22333         (Depends-on): Add sigprocmask.
22334         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
22335         gt_SIGNALBLOCKING. Test for 'raise' only once.
22336         * lib/fatal-signal.c: Include sigprocmask.h.
22337         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
22338         unblock_fatal_signals): Define always.
22339         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22340         sigprocmask.
22341
22342 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22343
22344         Sync from Automake.
22345         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
22346         which incorrectly sets the mode of an existing destination
22347         directory.  In some cases the unpatched install-sh could do the
22348         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
22349         system.  We hope this is rare in practice, but it's clearly worth
22350         fixing.  Problem reported by Alex Unleashed in
22351         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
22352         Also, don't bother to check for -m bugs unless we're using -m;
22353         suggested by Stepan Kasal.
22354
22355 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22356
22357         Sync from Automake.
22358         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
22359         `-c' flag, so they appear at the same position as in %FASTDEP%
22360         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
22361         which ignores unknown options only after the first non-option.
22362         Bug report against M4 by Nelson H. F. Beebe.
22363
22364 2006-10-13  Jim Meyering  <jim@meyering.net>
22365
22366         Fix a bug in yesterday's change.
22367         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
22368         p->fts_statp->st_dev would be used uninitialized.
22369         Ensures that we always call fts_stat on the very first entry.
22370         Miklos Szeredi reported that find -xdev stopped working.
22371
22372 2006-10-12  Bruno Haible  <bruno@clisp.org>
22373
22374         * gnulib-tool (func_get_automake_snippet): Append an automatically
22375         computed EXTRA_DIST augmentation.
22376         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
22377         * modules/alloca-opt (Makefile.am): Likewise.
22378         * modules/allocsa (Makefile.am): Likewise.
22379         * modules/arcfour (Makefile.am): Likewise.
22380         * modules/arctwo (Makefile.am): Likewise.
22381         * modules/argmatch (Makefile.am): Likewise.
22382         * modules/argz (Makefile.am): Likewise.
22383         * modules/atexit (Makefile.am): Likewise.
22384         * modules/backupfile (Makefile.am): Likewise.
22385         * modules/byteswap (Makefile.am): Likewise.
22386         * modules/c-strtod (Makefile.am): Likewise.
22387         * modules/c-strtold (Makefile.am): Likewise.
22388         * modules/calloc (Makefile.am): Likewise.
22389         * modules/canon-host (Makefile.am): Likewise.
22390         * modules/canonicalize (Makefile.am): Likewise.
22391         * modules/chdir-long (Makefile.am): Likewise.
22392         * modules/chdir-safer (Makefile.am): Likewise.
22393         * modules/check-version (Makefile.am): Likewise.
22394         * modules/chown (Makefile.am): Likewise.
22395         * modules/cloexec (Makefile.am): Likewise.
22396         * modules/close-stream (Makefile.am): Likewise.
22397         * modules/closeout (Makefile.am): Likewise.
22398         * modules/crc (Makefile.am): Likewise.
22399         * modules/csharpexec (Makefile.am): Likewise.
22400         * modules/cycle-check (Makefile.am): Likewise.
22401         * modules/des (Makefile.am): Likewise.
22402         * modules/dev-ino (Makefile.am): Likewise.
22403         * modules/dirfd (Makefile.am): Likewise.
22404         * modules/dirname (Makefile.am): Likewise.
22405         * modules/dup2 (Makefile.am): Likewise.
22406         * modules/eealloc (Makefile.am): Likewise.
22407         * modules/error (Makefile.am): Likewise.
22408         * modules/euidaccess (Makefile.am): Likewise.
22409         * modules/exclude (Makefile.am): Likewise.
22410         * modules/exitfail (Makefile.am): Likewise.
22411         * modules/fcntl-safer (Makefile.am): Likewise.
22412         * modules/fcntl (Makefile.am): Likewise.
22413         * modules/file-type (Makefile.am): Likewise.
22414         * modules/fileblocks (Makefile.am): Likewise.
22415         * modules/filemode (Makefile.am): Likewise.
22416         * modules/filenamecat (Makefile.am): Likewise.
22417         * modules/fnmatch (Makefile.am): Likewise.
22418         * modules/fopen-safer (Makefile.am): Likewise.
22419         * modules/fpending (Makefile.am): Likewise.
22420         * modules/fprintftime (Makefile.am): Likewise.
22421         * modules/free (Makefile.am): Likewise.
22422         * modules/fsusage (Makefile.am): Likewise.
22423         * modules/ftruncate (Makefile.am): Likewise.
22424         * modules/fts (Makefile.am): Likewise.
22425         * modules/gc-arcfour (Makefile.am): Likewise.
22426         * modules/gc-des (Makefile.am): Likewise.
22427         * modules/gc-hmac-md5 (Makefile.am): Likewise.
22428         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
22429         * modules/gc-md4 (Makefile.am): Likewise.
22430         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22431         * modules/gc-sha1 (Makefile.am): Likewise.
22432         * modules/gc (Makefile.am): Likewise.
22433         * modules/getaddrinfo (Makefile.am): Likewise.
22434         * modules/getcwd (Makefile.am): Likewise.
22435         * modules/getdelim (Makefile.am): Likewise.
22436         * modules/getdomainname (Makefile.am): Likewise.
22437         * modules/getgroups (Makefile.am): Likewise.
22438         * modules/gethostname (Makefile.am): Likewise.
22439         * modules/gethrxtime (Makefile.am): Likewise.
22440         * modules/getline (Makefile.am): Likewise.
22441         * modules/getloadavg (Makefile.am): Likewise.
22442         * modules/getlogin_r (Makefile.am): Likewise.
22443         * modules/getndelim2 (Makefile.am): Likewise.
22444         * modules/getopt (Makefile.am): Likewise.
22445         * modules/getpagesize (Makefile.am): Likewise.
22446         * modules/getpass-gnu (Makefile.am): Likewise.
22447         * modules/getpass (Makefile.am): Likewise.
22448         * modules/getsubopt (Makefile.am): Likewise.
22449         * modules/gettime (Makefile.am): Likewise.
22450         * modules/gettimeofday (Makefile.am): Likewise.
22451         * modules/getugroups (Makefile.am): Likewise.
22452         * modules/getusershell (Makefile.am): Likewise.
22453         * modules/glob (Makefile.am): Likewise.
22454         * modules/group-member (Makefile.am): Likewise.
22455         * modules/hard-locale (Makefile.am): Likewise.
22456         * modules/hash (Makefile.am): Likewise.
22457         * modules/hmac-md5 (Makefile.am): Likewise.
22458         * modules/hmac-sha1 (Makefile.am): Likewise.
22459         * modules/human (Makefile.am): Likewise.
22460         * modules/idcache (Makefile.am): Likewise.
22461         * modules/imaxabs (Makefile.am): Likewise.
22462         * modules/imaxdiv (Makefile.am): Likewise.
22463         * modules/inet_ntop (Makefile.am): Likewise.
22464         * modules/inet_pton (Makefile.am): Likewise.
22465         * modules/intprops (Makefile.am): Likewise.
22466         * modules/inttostr (Makefile.am): Likewise.
22467         * modules/inttypes (Makefile.am): Likewise.
22468         * modules/isapipe (Makefile.am): Likewise.
22469         * modules/javaversion (Makefile.am): Likewise.
22470         * modules/lchmod (Makefile.am): Likewise.
22471         * modules/lchown (Makefile.am): Likewise.
22472         * modules/localcharset (Makefile.am): Likewise.
22473         * modules/long-options (Makefile.am): Likewise.
22474         * modules/lstat (Makefile.am): Likewise.
22475         * modules/malloc (Makefile.am): Likewise.
22476         * modules/mathl (Makefile.am): Likewise.
22477         * modules/mbchar (Makefile.am): Likewise.
22478         * modules/md2 (Makefile.am): Likewise.
22479         * modules/md4 (Makefile.am): Likewise.
22480         * modules/md5 (Makefile.am): Likewise.
22481         * modules/memcasecmp (Makefile.am): Likewise.
22482         * modules/memchr (Makefile.am): Likewise.
22483         * modules/memcmp (Makefile.am): Likewise.
22484         * modules/memcoll (Makefile.am): Likewise.
22485         * modules/memcpy (Makefile.am): Likewise.
22486         * modules/memmem (Makefile.am): Likewise.
22487         * modules/memmove (Makefile.am): Likewise.
22488         * modules/mempcpy (Makefile.am): Likewise.
22489         * modules/memrchr (Makefile.am): Likewise.
22490         * modules/memset (Makefile.am): Likewise.
22491         * modules/memxor (Makefile.am): Likewise.
22492         * modules/mkancesdirs (Makefile.am): Likewise.
22493         * modules/mkdir-p (Makefile.am): Likewise.
22494         * modules/mkdir (Makefile.am): Likewise.
22495         * modules/mkdtemp (Makefile.am): Likewise.
22496         * modules/mkstemp (Makefile.am): Likewise.
22497         * modules/mktime (Makefile.am): Likewise.
22498         * modules/modechange (Makefile.am): Likewise.
22499         * modules/mountlist (Makefile.am): Likewise.
22500         * modules/nanosleep (Makefile.am): Likewise.
22501         * modules/obstack (Makefile.am): Likewise.
22502         * modules/openat (Makefile.am): Likewise.
22503         * modules/pagealign_alloc (Makefile.am): Likewise.
22504         * modules/pathmax (Makefile.am): Likewise.
22505         * modules/physmem (Makefile.am): Likewise.
22506         * modules/poll (Makefile.am): Likewise.
22507         * modules/posixtm (Makefile.am): Likewise.
22508         * modules/posixver (Makefile.am): Likewise.
22509         * modules/putenv (Makefile.am): Likewise.
22510         * modules/quote (Makefile.am): Likewise.
22511         * modules/quotearg (Makefile.am): Likewise.
22512         * modules/raise (Makefile.am): Likewise.
22513         * modules/read-file (Makefile.am): Likewise.
22514         * modules/readline (Makefile.am): Likewise.
22515         * modules/readlink (Makefile.am): Likewise.
22516         * modules/readtokens (Makefile.am): Likewise.
22517         * modules/readutmp (Makefile.am): Likewise.
22518         * modules/realloc (Makefile.am): Likewise.
22519         * modules/regex (Makefile.am): Likewise.
22520         * modules/rename-dest-slash (Makefile.am): Likewise.
22521         * modules/rename (Makefile.am): Likewise.
22522         * modules/rijndael (Makefile.am): Likewise.
22523         * modules/rmdir (Makefile.am): Likewise.
22524         * modules/rpmatch (Makefile.am): Likewise.
22525         * modules/safe-read (Makefile.am): Likewise.
22526         * modules/safe-write (Makefile.am): Likewise.
22527         * modules/same-inode (Makefile.am): Likewise.
22528         * modules/same (Makefile.am): Likewise.
22529         * modules/save-cwd (Makefile.am): Likewise.
22530         * modules/savedir (Makefile.am): Likewise.
22531         * modules/setenv (Makefile.am): Likewise.
22532         * modules/settime (Makefile.am): Likewise.
22533         * modules/sha1 (Makefile.am): Likewise.
22534         * modules/sig2str (Makefile.am): Likewise.
22535         * modules/snprintf (Makefile.am): Likewise.
22536         * modules/stat-macros (Makefile.am): Likewise.
22537         * modules/stat-time (Makefile.am): Likewise.
22538         * modules/stdbool (Makefile.am): Likewise.
22539         * modules/stdint (Makefile.am): Likewise.
22540         * modules/stdlib-safer (Makefile.am): Likewise.
22541         * modules/stpcpy (Makefile.am): Likewise.
22542         * modules/stpncpy (Makefile.am): Likewise.
22543         * modules/strcase (Makefile.am): Likewise.
22544         * modules/strcasestr (Makefile.am): Likewise.
22545         * modules/strchrnul (Makefile.am): Likewise.
22546         * modules/strcspn (Makefile.am): Likewise.
22547         * modules/strdup (Makefile.am): Likewise.
22548         * modules/strerror (Makefile.am): Likewise.
22549         * modules/strftime (Makefile.am): Likewise.
22550         * modules/strndup (Makefile.am): Likewise.
22551         * modules/strnlen (Makefile.am): Likewise.
22552         * modules/strpbrk (Makefile.am): Likewise.
22553         * modules/strsep (Makefile.am): Likewise.
22554         * modules/strstr (Makefile.am): Likewise.
22555         * modules/strtod (Makefile.am): Likewise.
22556         * modules/strtoimax (Makefile.am): Likewise.
22557         * modules/strtok_r (Makefile.am): Likewise.
22558         * modules/strtol (Makefile.am): Likewise.
22559         * modules/strtoll (Makefile.am): Likewise.
22560         * modules/strtoul (Makefile.am): Likewise.
22561         * modules/strtoull (Makefile.am): Likewise.
22562         * modules/strtoumax (Makefile.am): Likewise.
22563         * modules/strverscmp (Makefile.am): Likewise.
22564         * modules/sys_socket (Makefile.am): Likewise.
22565         * modules/sys_stat (Makefile.am): Likewise.
22566         * modules/sysexits (Makefile.am): Likewise.
22567         * modules/time_r (Makefile.am): Likewise.
22568         * modules/timegm (Makefile.am): Likewise.
22569         * modules/timespec (Makefile.am): Likewise.
22570         * modules/tmpfile-safer (Makefile.am): Likewise.
22571         * modules/trim (Makefile.am): Likewise.
22572         * modules/unistd-safer (Makefile.am): Likewise.
22573         * modules/unlinkdir (Makefile.am): Likewise.
22574         * modules/unlocked-io (Makefile.am): Likewise.
22575         * modules/userspec (Makefile.am): Likewise.
22576         * modules/utime (Makefile.am): Likewise.
22577         * modules/utimecmp (Makefile.am): Likewise.
22578         * modules/utimens (Makefile.am): Likewise.
22579         * modules/vasnprintf (Makefile.am): Likewise.
22580         * modules/vasprintf (Makefile.am): Likewise.
22581         * modules/vsnprintf (Makefile.am): Likewise.
22582         * modules/xalloc (Makefile.am): Likewise.
22583         * modules/xgetcwd (Makefile.am): Likewise.
22584         * modules/xnanosleep (Makefile.am): Likewise.
22585         * modules/xreadlink (Makefile.am): Likewise.
22586         * modules/xstrtod (Makefile.am): Likewise.
22587         * modules/xstrtol (Makefile.am): Likewise.
22588         * modules/xstrtold (Makefile.am): Likewise.
22589         * modules/yesno (Makefile.am): Likewise.
22590         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
22591
22592 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22593
22594         * modules/error (Makefile.am): Distribute files through
22595         EXTRA_DIST, not lib_SOURCES.
22596
22597 2006-10-12  Eric Blake  <ebb9@byu.net>
22598
22599         * modules/error (Makefile.am): Distribute files in /lib.
22600         * modules/obstack (Makefile.am): Likewise.
22601
22602 2006-10-12  Bruno Haible  <bruno@clisp.org>
22603
22604         * modules/acl (Makefile.am): Distribute all files in lib/ through
22605         EXTRA_DIST.
22606         * modules/arcfour (Makefile.am): Likewise.
22607         * modules/arctwo (Makefile.am): Likewise.
22608         * modules/argmatch (Makefile.am): Likewise.
22609         * modules/argz (Makefile.am): Likewise.
22610         * modules/atexit (Makefile.am): Likewise.
22611         * modules/backupfile (Makefile.am): Likewise.
22612         * modules/c-strtod (Makefile.am): Likewise.
22613         * modules/c-strtold (Makefile.am): Likewise.
22614         * modules/calloc (Makefile.am): Likewise.
22615         * modules/canon-host (Makefile.am): Likewise.
22616         * modules/canonicalize (Makefile.am): Likewise.
22617         * modules/chdir-long (Makefile.am): Likewise.
22618         * modules/chdir-safer (Makefile.am): Likewise.
22619         * modules/check-version (Makefile.am): Likewise.
22620         * modules/chown (Makefile.am): Likewise.
22621         * modules/cloexec (Makefile.am): Likewise.
22622         * modules/close-stream (Makefile.am): Likewise.
22623         * modules/closeout (Makefile.am): Likewise.
22624         * modules/crc (Makefile.am): Likewise.
22625         * modules/cycle-check (Makefile.am): Likewise.
22626         * modules/des (Makefile.am): Likewise.
22627         * modules/dirfd (Makefile.am): Likewise.
22628         * modules/dirname (Makefile.am): Likewise.
22629         * modules/dup2 (Makefile.am): Likewise.
22630         * modules/euidaccess (Makefile.am): Likewise.
22631         * modules/exclude (Makefile.am): Likewise.
22632         * modules/exitfail (Makefile.am): Likewise.
22633         * modules/fcntl-safer (Makefile.am): Likewise.
22634         * modules/file-type (Makefile.am): Likewise.
22635         * modules/fileblocks (Makefile.am): Likewise.
22636         * modules/filemode (Makefile.am): Likewise.
22637         * modules/filenamecat (Makefile.am): Likewise.
22638         * modules/fnmatch (Makefile.am): Likewise.
22639         * modules/fopen-safer (Makefile.am): Likewise.
22640         * modules/fpending (Makefile.am): Likewise.
22641         * modules/fprintftime (Makefile.am): Likewise.
22642         * modules/free (Makefile.am): Likewise.
22643         * modules/fsusage (Makefile.am): Likewise.
22644         * modules/ftruncate (Makefile.am): Likewise.
22645         * modules/fts (Makefile.am): Likewise.
22646         * modules/gc (Makefile.am): Likewise.
22647         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22648         * modules/getaddrinfo (Makefile.am): Likewise.
22649         * modules/getcwd (Makefile.am): Likewise.
22650         * modules/getdelim (Makefile.am): Likewise.
22651         * modules/getdomainname (Makefile.am): Likewise.
22652         * modules/getgroups (Makefile.am): Likewise.
22653         * modules/gethostname (Makefile.am): Likewise.
22654         * modules/gethrxtime (Makefile.am): Likewise.
22655         * modules/getline (Makefile.am): Likewise.
22656         * modules/getloadavg (Makefile.am): Likewise.
22657         * modules/getlogin_r (Makefile.am): Likewise.
22658         * modules/getopt (Makefile.am): Likewise.
22659         * modules/getpass (Makefile.am): Likewise.
22660         * modules/getpass-gnu (Makefile.am): Likewise.
22661         * modules/getsubopt (Makefile.am): Likewise.
22662         * modules/gettime (Makefile.am): Likewise.
22663         * modules/gettimeofday (Makefile.am): Likewise.
22664         * modules/getugroups (Makefile.am): Likewise.
22665         * modules/getusershell (Makefile.am): Likewise.
22666         * modules/glob (Makefile.am): Likewise.
22667         * modules/group-member (Makefile.am): Likewise.
22668         * modules/hard-locale (Makefile.am): Likewise.
22669         * modules/hash (Makefile.am): Likewise.
22670         * modules/hmac-md5 (Makefile.am): Likewise.
22671         * modules/hmac-sha1 (Makefile.am): Likewise.
22672         * modules/human (Makefile.am): Likewise.
22673         * modules/idcache (Makefile.am): Likewise.
22674         * modules/imaxabs (Makefile.am): Likewise.
22675         * modules/imaxdiv (Makefile.am): Likewise.
22676         * modules/inet_ntop (Makefile.am): Likewise.
22677         * modules/inet_pton (Makefile.am): Likewise.
22678         * modules/inttostr (Makefile.am): Likewise.
22679         * modules/isapipe (Makefile.am): Likewise.
22680         * modules/lchown (Makefile.am): Likewise.
22681         * modules/long-options (Makefile.am): Likewise.
22682         * modules/lstat (Makefile.am): Likewise.
22683         * modules/malloc (Makefile.am): Likewise.
22684         * modules/mathl (Makefile.am): Likewise.
22685         * modules/mbchar (Makefile.am): Likewise.
22686         * modules/md2 (Makefile.am): Likewise.
22687         * modules/md4 (Makefile.am): Likewise.
22688         * modules/md5 (Makefile.am): Likewise.
22689         * modules/memcasecmp (Makefile.am): Likewise.
22690         * modules/memchr (Makefile.am): Likewise.
22691         * modules/memcmp (Makefile.am): Likewise.
22692         * modules/memcoll (Makefile.am): Likewise.
22693         * modules/memcpy (Makefile.am): Likewise.
22694         * modules/memmem (Makefile.am): Likewise.
22695         * modules/memmove (Makefile.am): Likewise.
22696         * modules/mempcpy (Makefile.am): Likewise.
22697         * modules/memrchr (Makefile.am): Likewise.
22698         * modules/memset (Makefile.am): Likewise.
22699         * modules/memxor (Makefile.am): Likewise.
22700         * modules/mkancesdirs (Makefile.am): Likewise.
22701         * modules/mkdir (Makefile.am): Likewise.
22702         * modules/mkdir-p (Makefile.am): Likewise.
22703         * modules/mkdtemp (Makefile.am): Likewise.
22704         * modules/mkstemp (Makefile.am): Likewise.
22705         * modules/mktime (Makefile.am): Likewise.
22706         * modules/modechange (Makefile.am): Likewise.
22707         * modules/mountlist (Makefile.am): Likewise.
22708         * modules/nanosleep (Makefile.am): Likewise.
22709         * modules/openat (Makefile.am): Likewise.
22710         * modules/pagealign_alloc (Makefile.am): Likewise.
22711         * modules/physmem (Makefile.am): Likewise.
22712         * modules/poll (Makefile.am): Likewise.
22713         * modules/posixtm (Makefile.am): Likewise.
22714         * modules/posixver (Makefile.am): Likewise.
22715         * modules/putenv (Makefile.am): Likewise.
22716         * modules/quote (Makefile.am): Likewise.
22717         * modules/quotearg (Makefile.am): Likewise.
22718         * modules/raise (Makefile.am): Likewise.
22719         * modules/read-file (Makefile.am): Likewise.
22720         * modules/readline (Makefile.am): Likewise.
22721         * modules/readlink (Makefile.am): Likewise.
22722         * modules/readtokens (Makefile.am): Likewise.
22723         * modules/readutmp (Makefile.am): Likewise.
22724         * modules/realloc (Makefile.am): Likewise.
22725         * modules/regex (Makefile.am): Likewise.
22726         * modules/rename (Makefile.am): Likewise.
22727         * modules/rename-dest-slash (Makefile.am): Likewise.
22728         * modules/rijndael (Makefile.am): Likewise.
22729         * modules/rmdir (Makefile.am): Likewise.
22730         * modules/rpmatch (Makefile.am): Likewise.
22731         * modules/safe-read (Makefile.am): Likewise.
22732         * modules/safe-write (Makefile.am): Likewise.
22733         * modules/same (Makefile.am): Likewise.
22734         * modules/save-cwd (Makefile.am): Likewise.
22735         * modules/savedir (Makefile.am): Likewise.
22736         * modules/setenv (Makefile.am): Likewise.
22737         * modules/settime (Makefile.am): Likewise.
22738         * modules/sha1 (Makefile.am): Likewise.
22739         * modules/sig2str (Makefile.am): Likewise.
22740         * modules/snprintf (Makefile.am): Likewise.
22741         * modules/stdlib-safer (Makefile.am): Likewise.
22742         * modules/stpcpy (Makefile.am): Likewise.
22743         * modules/stpncpy (Makefile.am): Likewise.
22744         * modules/strcase (Makefile.am): Likewise.
22745         * modules/strcasestr (Makefile.am): Likewise.
22746         * modules/strchrnul (Makefile.am): Likewise.
22747         * modules/strcspn (Makefile.am): Likewise.
22748         * modules/strdup (Makefile.am): Likewise.
22749         * modules/strerror (Makefile.am): Likewise.
22750         * modules/strftime (Makefile.am): Likewise.
22751         * modules/strndup (Makefile.am): Likewise.
22752         * modules/strnlen (Makefile.am): Likewise.
22753         * modules/strpbrk (Makefile.am): Likewise.
22754         * modules/strsep (Makefile.am): Likewise.
22755         * modules/strstr (Makefile.am): Likewise.
22756         * modules/strtod (Makefile.am): Likewise.
22757         * modules/strtoimax (Makefile.am): Likewise.
22758         * modules/strtok_r (Makefile.am): Likewise.
22759         * modules/strtol (Makefile.am): Likewise.
22760         * modules/strtoll (Makefile.am): Likewise.
22761         * modules/strtoul (Makefile.am): Likewise.
22762         * modules/strtoull (Makefile.am): Likewise.
22763         * modules/strtoumax (Makefile.am): Likewise.
22764         * modules/strverscmp (Makefile.am): Likewise.
22765         * modules/time_r (Makefile.am): Likewise.
22766         * modules/timegm (Makefile.am): Likewise.
22767         * modules/tmpfile-safer (Makefile.am): Likewise.
22768         * modules/unistd-safer (Makefile.am): Likewise.
22769         * modules/unlinkdir (Makefile.am): Likewise.
22770         * modules/userspec (Makefile.am): Likewise.
22771         * modules/utime (Makefile.am): Likewise.
22772         * modules/utimecmp (Makefile.am): Likewise.
22773         * modules/utimens (Makefile.am): Likewise.
22774         * modules/vasnprintf (Makefile.am): Likewise.
22775         * modules/vasprintf (Makefile.am): Likewise.
22776         * modules/vsnprintf (Makefile.am): Likewise.
22777         * modules/xalloc (Makefile.am): Likewise.
22778         * modules/xgetcwd (Makefile.am): Likewise.
22779         * modules/xnanosleep (Makefile.am): Likewise.
22780         * modules/xreadlink (Makefile.am): Likewise.
22781         * modules/xstrtod (Makefile.am): Likewise.
22782         * modules/xstrtol (Makefile.am): Likewise.
22783         * modules/xstrtold (Makefile.am): Likewise.
22784         * modules/yesno (Makefile.am): Likewise.
22785
22786 2006-10-12  Jim Meyering  <jim@meyering.net>
22787
22788         * m4/getloadavg.m4: Revert the change below.
22789
22790         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
22791         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
22792         fail with a symlink, which is what coreutils' ./bootstrap now
22793         creates by default.
22794
22795 2006-10-12  Bruno Haible  <bruno@clisp.org>
22796
22797         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
22798         mingw.
22799         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
22800         MSVC and mingw explicitly.
22801
22802 2006-10-11  Simon Josefsson  <jas@extundo.com>
22803             Bruno Haible  <bruno@clisp.org>
22804
22805         Add support for multiple gnulib-tool invocations in the scope of a
22806         single configure.ac file.
22807         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
22808         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
22809         with the same contents as the _LIBADD variable.
22810         (func_emit_initmacro_start, func_emit_initmacro_end,
22811         func_emit_initmacro_done): New functions.
22812         (func_import, func_create_testdir): Invoke them. Allow the identifiers
22813         gl_LIBOBJS and gl_LTLIBOBJS.
22814
22815 2006-10-11  Bruno Haible  <bruno@clisp.org>
22816
22817         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
22818         (func_create_testdir): Don't create po/Makefile.am, don't invoke
22819         autoreconf. Instead, invoke autopoint explicitly but move back the
22820         *.m4 files from gnulib.
22821
22822 2006-10-11  Bruno Haible  <bruno@clisp.org>
22823
22824         * gnulib-tool (func_usage): Make module names after --create-testdir
22825         optional.
22826         (func_create_testdir): If no module was specified, use nearly all
22827         modules.
22828
22829 2006-10-12  Jim Meyering  <jim@meyering.net>
22830
22831         Big performance improvement for fts-based tools that use FTS_NOSTAT.
22832         Avoid spurious inode-mismatch problems on non-POSIX file systems.
22833         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
22834         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
22835         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
22836         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
22837         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
22838         (fts_set_stat_required): New function.
22839         (fts_open): Defer the calls to fts_stat, if possible or requested.
22840         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
22841         into fts_stat itself.
22842         (fts_read): Perform any required (deferred) fts_stat call.
22843         (fts_build): Likewise, for the directory we're about to open and read.
22844         In the readdir loop, carefully decide whether each entry will require
22845         an eventual call to fts_stat, using dirent.d_type info if available.
22846         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
22847         a command line argument into this function.  Update all callers.
22848         Map a return value of FTS_DOT to FTS_D for a command line argument.
22849         * modules/fts (Depends-on): Add d-type.  Alphabetize.
22850         Thanks to Miklos Szeredi for his tenacity and for the initial
22851         bug report about "find" failing on a FUSE-based file system.
22852
22853         * lib/fts.c (fts_open): Use consistent indentation.
22854
22855 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22856
22857         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
22858         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
22859         reported by Jim Meyering.  All uses of cache variables renamed
22860         to match Autoconf's.
22861         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
22862         the other one.
22863
22864         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
22865         Fix misspelling in diagnostic.
22866
22867 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22868
22869         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
22870         defined.  Problem reported by Matthew Woehlke.
22871
22872         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
22873         Add support for Tandem NonStop R series.
22874         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
22875         Use new macro.
22876
22877         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
22878         (has_trailing_slash): Omit size arg; all callers changed.
22879         Omit 'inline', since it doesn't help performance and we'd
22880         need to configure it.
22881         Don't count //, ///, etc. as having a trailing slash.
22882         As a side effect, this removes a C99ism reported by Matthew Woehlke.
22883         (rpl_rename_dest_slash): On failure, use rename's errno rather
22884         than (in some cases) an incorrect or junk errno.
22885         Simplify code by removing need to compute length; this does
22886         cause it to make two passes instead of one over the file name,
22887         but it's worth it.
22888
22889         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
22890         change, since Autoconf's version may no longer be appropriate now
22891         that we are using CVS Autoconf's version.  Add support for Tandem.
22892
22893 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22894             Bruno Haible  <bruno@clisp.org>
22895
22896         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
22897         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
22898         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
22899         gl_AC_TYPE_LONG_LONG.
22900
22901         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
22902         instead of HAVE_LONG_LONG.
22903         * lib/printf-args.c (printf_fetchargs): Likewise.
22904         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
22905         * lib/vasnprintf.c (VASNPRINTF): Likewise.
22906         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
22907         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
22908         gl_AC_TYPE_LONG_LONG.
22909
22910 2006-10-11  Bruno Haible  <bruno@clisp.org>
22911
22912         * m4/longlong.m4: Add comments.
22913         * m4/ulonglong.m4: Likewise.
22914
22915 2006-10-10  Bruno Haible  <bruno@clisp.org>
22916
22917         Make it possible to #define stpcpy, strdup to aliases.
22918         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
22919         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
22920
22921 2006-10-10  Bruno Haible  <bruno@clisp.org>
22922
22923         Make it possible to #define gcd to an alias.
22924         * lib/gcd.c: Include config.h.
22925
22926 2006-10-10  Bruno Haible  <bruno@clisp.org>
22927
22928         Make it possible to #define c_isascii to an alias.
22929         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
22930         defined. Undefine the macros before defining them, to avoid gcc
22931         warnings.
22932         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
22933         define NO_C_CTYPE_MACROS early.
22934
22935 2006-10-10  Bruno Haible  <bruno@clisp.org>
22936
22937         Make it possible to #define set_program_name to an alias.
22938         * lib/progname.c: Don't undefine set_program_name; instead, undefine
22939         ENABLE_RELOCATABLE early.
22940
22941 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22942
22943         Port to Tandem NSK OSS, which has 64-bit signed int but at most
22944         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
22945         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
22946         More generally, don't assume that 64-bit signed int is available
22947         if unsigned int is, and vice versa.
22948         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
22949         unsigned symbols, not on their signed counterparts.
22950         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
22951         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
22952         (UINT64_C, UINTMAX_C):
22953         Likewise.
22954         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
22955         unsigned counterparts.
22956         (Have_long_long, Unsigned): New macros.
22957         (Int): Renamed from INT.
22958         (strtoimax): Use the new macros.
22959         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
22960         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
22961         * modules/inttypes (inttypes.h): Substitute
22962         HAVE_UNSIGNED_LONG_LONG_INT.
22963         * modules/stdint (stdint.h): Likewise.
22964         (Files): Add m4/ulonglong.m4.
22965
22966 2006-10-10  Bruno Haible  <bruno@clisp.org>
22967
22968         Fix a gcc -Wshadow warning.
22969         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
22970         to 'bucket'.
22971         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
22972         gl_linked_indexof_from_to): Likewise.
22973         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
22974         Likewise.
22975         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
22976         Likewise.
22977         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
22978         Reported by Eric Blake.
22979
22980 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
22981
22982         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
22983         for NetBSD.  Problem reported by Bruno Haible.
22984
22985 2006-10-09  Jim Meyering  <jim@meyering.net>
22986
22987         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
22988         Patch from Bruno Haible.
22989
22990 2006-10-09  Jim Meyering  <jim@meyering.net>
22991
22992         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
22993         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
22994         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
22995
22996 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
22997
22998         Don't include <config.h> twice; this doesn't work in some cases,
22999         e.g., when config.h has "#define intmax_t long long int" and
23000         we include <config.h>, <inttypes.h>, <config.h> in that order.
23001         Problem reported by Matthew Woehlke in:
23002         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
23003         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
23004         * lib/fts-cycle.c: Don't include config.h.
23005         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
23006         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
23007         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
23008         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
23009         inttypes.h.
23010         * lib/xstrtoumax.c: Likewise.
23011         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
23012         __strtol and the like, so that this module is more like its siblings.
23013         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
23014         Remove; no longer needed now that we assume gnulib inttypes.h.
23015
23016 2006-10-08  Bruno Haible  <bruno@clisp.org>
23017
23018         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
23019         option.
23020
23021 2006-10-07  Jim Meyering  <jim@meyering.net>
23022
23023         * modules/inttypes (inttypes.h): Revert what seems to have been
23024         an inadvertent part of today's change: use "|", not "/" in the
23025         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
23026
23027 2006-10-07  Bruno Haible  <bruno@clisp.org>
23028
23029         * modules/sublist: New file.
23030
23031 2006-10-07  Bruno Haible  <bruno@clisp.org>
23032
23033         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
23034         * modules/argz (argz.h): Likewise.
23035         * modules/arpa_inet (arpa/inet.h): Likewise.
23036         * modules/byteswap (byteswap.h): Likewise.
23037         * modules/configmake (configmake.h): Likewise.
23038         * modules/fcntl (fcntl.h): Likewise.
23039         * modules/fnmatch (fnmatch.h): Likewise.
23040         * modules/getopt (getopt.h): Likewise.
23041         * modules/glob (glob.h): Likewise.
23042         * modules/inttypes (inttypes.h): Likewise.
23043         * modules/netinet_in (netinet/in.h): Likewise.
23044         * modules/poll (poll.h): Likewise.
23045         * modules/stdbool (stdbool.h): Likewise.
23046         * modules/stdint (stdint.h): Likewise.
23047         * modules/sys_select (sys/select.h): Likewise.
23048         * modules/sys_socket (sys/socket.h): Likewise.
23049         * modules/sys_stat (sys/stat.h): Likewise.
23050         * modules/sysexits (sysexits.h): Likewise.
23051         * modules/unistd (unistd.h): Likewise.
23052         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23053         Add a "DO NOT EDIT" comment to the generated file.
23054         (func_import): Likewise for gnulib-comp.m4.
23055
23056 2006-10-07  Bruno Haible  <bruno@clisp.org>
23057
23058         * lib/gl_sublist.h: New file.
23059         * lib/gl_sublist.c: New file.
23060
23061 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23062
23063         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
23064         name (relative to the original working directory) and the file
23065         name component (relative to the temporary working directory).  All
23066         callers changed.
23067         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
23068         * lib/mkdir-p.c (make_dir_parents): Likewise.
23069         * lib/mkdir-p.h (make_dir_parents): Likewise.
23070
23071 2006-10-06  Eric Blake  <ebb9@byu.net>
23072
23073         Define several macros for use by the clean-temp module.
23074         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
23075         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
23076         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
23077
23078         * lib/clean-temp.h (close_stream_temp): New declaration.
23079         * lib/clean-temp.c (includes): Pull in headers according to what
23080         other modules are in use.
23081         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
23082
23083 2006-10-06  Bruno Haible  <bruno@clisp.org>
23084
23085         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
23086         instead of fopen, fwriteerror.
23087
23088 2006-10-06  Bruno Haible  <bruno@clisp.org>
23089
23090         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
23091         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
23092         int.
23093         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
23094         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
23095         Return an error indicator.
23096         Suggested by Eric Blake.
23097
23098 2006-10-06  Bruno Haible  <bruno@clisp.org>
23099
23100         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
23101         Reported by Eric Blake.
23102
23103 2006-10-06  Bruno Haible  <bruno@clisp.org>
23104
23105         * modules/closeout (Description): Mention stderr too.
23106
23107 2006-10-06  Bruno Haible  <bruno@clisp.org>
23108         and Paul Eggert  <eggert@cs.ucla.edu>
23109
23110         * lib/closeout.c (close_stdout): Also close stderr.
23111         * lib/closeout.h: Update comment.
23112
23113 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23114
23115         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
23116         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
23117         * lib/dirchownmod.c: Include lchown.h.
23118         * lib/lchown.c: Don't include files that lchown.h now includes.
23119         Don't declare chown, since lchown.h now does that.
23120         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
23121         (lchown): Define to rpl_chown if lchown is declared but
23122         does not exist.  Declare using a prototype if lchown is not
23123         declared.  Add a copyright notice.
23124         * lib/mkstemp.h: Include <unistd.h>.
23125         * lib/openat.c: Include lchown.h.
23126
23127         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
23128         we now test for that separately.
23129         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
23130         rather than O_NOFOLLOW, when testing whether it's possible to
23131         avoid a race condition reliably.
23132         * lib/savewd.c (savewd_chdir): Likewise.
23133
23134         Remove macros that are no longer needed now that stdint.h is
23135         reliable.
23136         * lib/fsusage.c (UINTMAX_MAX): Remove.
23137         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
23138         * lib/utimecmp.c (SIZE_MAX): Remove.
23139
23140         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
23141
23142         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
23143         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
23144         O_NOATIME works.
23145
23146 2006-10-05  Bruno Haible  <bruno@clisp.org>
23147
23148         * lib/gl_list.h (gl_sortedlist_search_from_to,
23149         gl_sortedlist_indexof_from_to): New declarations.
23150         (gl_list_implementation): New fields sortedlist_search_from_to,
23151         sortedlist_indexof_from_to.
23152         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
23153         inline functions.
23154         * lib/gl_list.c (gl_sortedlist_search_from_to,
23155         gl_sortedlist_indexof_from_to): New functions.
23156         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
23157         function.
23158         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
23159         (gl_array_sortedlist_search_from_to): New function.
23160         (gl_array_list_implementation): Update.
23161         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
23162         function.
23163         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
23164         (gl_carray_sortedlist_search_from_to): New function.
23165         (gl_carray_list_implementation): Update.
23166         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
23167         gl_linked_sortedlist_indexof_from_to): New functions.
23168         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23169         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23170         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
23171         gl_tree_sortedlist_indexof_from_to): New functions.
23172         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23173         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23174         Update.
23175         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23176         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
23177         Update.
23178
23179 2006-10-05  Bruno Haible  <bruno@clisp.org>
23180
23181         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
23182         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
23183         (struct gl_list_implementation): Add fields search_from_to,
23184         indexof_from_to. Remove fields search, indexof.
23185         (gl_list_search): Use the search_from_to method.
23186         (gl_list_search_from, gl_list_search_from_to): New functions.
23187         (gl_list_indexof): Use the indexof_from_to method.
23188         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23189         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
23190         (gl_list_search_from, gl_list_search_from_to): New functions.
23191         (gl_list_indexof): Use the indexof_from_to method.
23192         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23193         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
23194         gl_array_indexof. Add start_index, end_index arguments.
23195         (gl_array_search_from_to): Renamed from gl_array_search. Add
23196         start_index, end_index arguments.
23197         (gl_array_remove, gl_array_list_implementation): Update.
23198         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
23199         gl_carray_indexof. Add start_index, end_index arguments.
23200         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
23201         start_index, end_index arguments.
23202         (gl_carray_remove, gl_carray_list_implementation): Update.
23203         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
23204         gl_linked_search. Add start_index, end_index arguments.
23205         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
23206         start_index, end_index arguments.
23207         (gl_linked_remove): Update.
23208         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23209         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23210         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
23211         field to 'size_t'.
23212         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
23213         gl_tree_search. Add start_index, end_index arguments.
23214         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23215         start_index, end_index arguments.
23216         (gl_tree_remove): Update.
23217         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23218         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23219         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
23220         function.
23221         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
23222         gl_tree_search. Add start_index, end_index arguments.
23223         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23224         start_index, end_index arguments.
23225         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23226         Update.
23227         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23228
23229 2006-10-05  Bruno Haible  <bruno@clisp.org>
23230
23231         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
23232
23233         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
23234         fwriteerror_temp): New declarations.
23235         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
23236         (descriptors): New variable.
23237         (cleanup): First, close the descriptors.
23238         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
23239         fclose_temp, fwriteerror_temp): New functions.
23240
23241 2006-10-04  Jim Meyering  <jim@meyering.net>
23242
23243         * lib/fts.c (fts_open): Tiny comment change.
23244
23245 2006-10-04  Bruno Haible  <bruno@clisp.org>
23246
23247         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
23248         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
23249         gl_LOCK_BODY.
23250         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
23251         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
23252         gl_LOCK_EARLY_BODY.
23253         (gl_LOCK): Require gl_LOCK_BODY.
23254
23255 2006-10-04  Bruno Haible  <bruno@clisp.org>
23256
23257         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
23258         (gl_oset_search_atleast): New declaration.
23259         (struct gl_oset_implementation): Add field 'search_atleast'.
23260         (gl_oset_search_atleast): New inline function.
23261         * lib/gl_oset.c (gl_oset_search_atleast): New function.
23262         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
23263         (gl_array_oset_implementation): Update.
23264         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
23265         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
23266         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
23267
23268 2006-10-04  Bruno Haible  <bruno@clisp.org>
23269
23270         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
23271
23272 2006-10-03  Bruno Haible  <bruno@clisp.org>
23273
23274         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
23275         from gl_avltreehash_list_implementation.
23276
23277 2006-10-03  Bruno Haible  <bruno@clisp.org>
23278
23279         * lib/gl_oset.c (gl_oset_add): Fix return type.
23280
23281 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
23282
23283         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
23284
23285 2006-10-02  Eric Blake  <ebb9@byu.net>
23286
23287         * modules/strnlen (Depends-on): Add extensions.
23288
23289 2006-10-02  Eric Blake  <ebb9@byu.net>
23290
23291         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
23292         definition in 2.60+.
23293
23294 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
23295
23296         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
23297         checks.
23298
23299 2006-10-02  Bruno Haible  <bruno@clisp.org>
23300
23301         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
23302         to the AUTOMAKE_OPTIONS.
23303         Reported by Jim Meyering.
23304
23305 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23306
23307         Work around bug in Solaris 10 /proc file system:
23308         /proc/self/fd/NNN/.. isn't the parent directory of
23309         the directory whose file descriptor is NNN.  This needs to
23310         be worked around at run time, not compile time, since a
23311         program might be built on Solaris 8, where things work, and
23312         run on Solaris 10.
23313         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
23314         to use the following interface instead:
23315         (OPENAT_BUFFER_SIZE): New macro.
23316         (openat_proc_name): New function.
23317         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
23318         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
23319         Likewise.
23320         * lib/openat-proc.c: New file.
23321         * modules/openat (Files): Add lib/openat-proc.c.
23322         (Depends-on): Add same-inode, stdbool.
23323         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
23324
23325 2006-09-29  Bruno Haible  <bruno@clisp.org>
23326
23327         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
23328         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
23329         argument. Set stdout_closed before testing for ferror, not after.
23330         (fwriteerror, fwriteerror_no_ebadf): New functions.
23331
23332 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23333
23334         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
23335
23336 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
23337
23338         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
23339         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
23340
23341 2006-09-28  Jim Meyering  <jim@meyering.net>
23342
23343         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
23344         Include <unistd.h>.
23345
23346 2006-09-28  Bruno Haible  <bruno@clisp.org>
23347
23348         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
23349         * modules/linkedhash-list (Depends-on): Likewise.
23350         * modules/rbtreehash-list (Depends-on): Likewise.
23351
23352 2006-09-28  Bruno Haible  <bruno@clisp.org>
23353
23354         * lib/strndup.h: Simplify the redefinition of strndup.
23355         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
23356         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
23357
23358 2006-09-28  Bruno Haible  <bruno@clisp.org>
23359
23360         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
23361         * lib/gl_linkedhash_list.c: Likewise.
23362         * lib/gl_rbtreehash_list.c: Likewise.
23363
23364 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23365
23366         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
23367         getaddrinfo.
23368
23369         * lib/__fpending.h: Don't include <stdio_ext.h> unless
23370         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
23371         it causes <stdio_ext.h> to cause a compile-time error.
23372         Problem reported by Nelson H. F. Beebe.
23373         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
23374         of HAVE_DECL___PENDING.
23375
23376         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
23377         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
23378         declaration.
23379
23380 2006-09-27  Jim Meyering  <jim@meyering.net>
23381
23382         This file could end up with a definition for a function
23383         named __strndup, rather than rpl_strndup on a system with
23384         incomplete weak_alias support.
23385         * lib/strndup.c (strndup): Rename from __strndup.
23386         Remove #defines that used to map __strndup to strndup.
23387         Don't use K&R prototypes.
23388         Remove LIBC-related code, since this file is not sync'd with glibc.
23389         * lib/strndup.h: Revamp, accordingly.
23390         * m4/strndup.m4: Modernize.
23391
23392 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
23393
23394         * modules/savewd (Depends-on): Add 'raise'.
23395         * lib/savewd.c: Include <signal.h>, for 'raise'.
23396
23397 2006-09-26  Jim Meyering  <jim@meyering.net>
23398
23399         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
23400         when we detect Darwin 8.7.0's acl_get_file bug.
23401         Rearrange to perform the new (below) run-test while $LIBS
23402         contains any acl-related library.  Set USE_ACL at the end.
23403         (gl_ACL_GET_FILE): New function.
23404
23405 2006-09-26  Eric Blake  <ebb9@byu.net>
23406
23407         * lib/verror.c: Include <config.h> unconditionally.
23408
23409 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
23410
23411         * modules/clock-time (Maintainer): Add self.
23412         * modules/getlogin_r (Depends-on): Add extensions.
23413
23414 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23415
23416         * modules/clock-time: New module.
23417         * modules/nanosleep (Depends-on): Add clock-time.
23418         * modules/gethrxtime (Depends-on): Likewise.
23419         * modules/gettime (Depends-on): Likewise.
23420         * modules/settime (Depends-on): Likewise.
23421
23422         * modules/fts-lgpl: Depend on openat.
23423         * modules/mkancesdirs: Depend on savewd.
23424         * modules/mkdir-p: Likewise.
23425
23426 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23427
23428         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
23429
23430         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
23431         `gl_have_arbitrary_file_name_length_limit' to
23432         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
23433         actually works between configure runs.
23434
23435 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23436             Bruno Haible  <bruno@clisp.org>
23437
23438         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
23439
23440 2006-09-25  Jim Meyering  <jim@meyering.net>
23441
23442         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
23443         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
23444
23445 2006-09-25  Eric Blake  <ebb9@byu.net>
23446
23447         * gnulib-tool (func_import, func_create_testdir): Fix typos in
23448         exec's in 2006-09-18 patch when shuffling fds.
23449
23450 2006-09-25  Bruno Haible  <bruno@clisp.org>
23451
23452         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
23453         Reported by Jim Meyering.
23454
23455 2006-09-24  Jim Meyering  <jim@meyering.net>
23456
23457         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
23458         compare a pointer against a literal "0".  That caused failures with
23459         at least HP-UX's hpcc.
23460
23461 2006-09-22  Simon Josefsson  <jas@extundo.com>
23462
23463         * modules/gc-sha1:
23464         * modules/gc-md4:
23465         * modules/gc-hmac-sha1:
23466         * modules/gc-hmac-md5:
23467         * modules/gc-des:
23468         * modules/gc-arcfour: Distribute more files.
23469
23470 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23471
23472         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
23473         (gl_linked_iterator_from_to): Initialize struct completely.
23474         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
23475         (gl_tree_iterator_from_to): Likewise
23476         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
23477         * lib/gl_array_list.c [lint] (gl_array_iterator)
23478         (gl_array_iterator_from_to): Likewise.
23479         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
23480         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
23481         (gl_carray_iterator_from_to): Likewise.
23482
23483         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
23484         * lib/md4.c (md4_process_block): Remove unused variable.
23485         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
23486         parentheses for clarity.
23487
23488 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23489
23490         * modules/bison-i18n (Depends-on): Add gettext.
23491
23492 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23493
23494         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
23495         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
23496         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
23497         also add missing comma that caused broken test.
23498         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
23499         stdlib.h, for `abort'.
23500         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
23501         variables.
23502         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
23503         include unistd.h if present, for `rmdir'.
23504         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
23505         variables.
23506         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
23507         in the process include standard headers for prototypes.
23508         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
23509         gets declared on GNU/Linux.
23510         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
23511         unistd.h, for `rmdir'.
23512         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
23513
23514         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
23515         always true.
23516         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
23517
23518         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
23519
23520 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23521
23522         * gnulib-tool (func_version): Create output all at once.  This
23523         may help avoid triggering unnecessary SIGPIPEs, and at any
23524         rate it doesn't hurt.
23525
23526 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23527             Bruno Haible  <bruno@clisp.org>
23528
23529         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
23530         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23531         * m4/signed.m4 (bh_C_SIGNED): Likewise.
23532
23533         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
23534         (gl_FUNC_VASPRINTF): Invoke it.
23535
23536 2006-09-22  Bruno Haible  <bruno@clisp.org>
23537
23538         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
23539         getloadavg.c as first argument.
23540
23541 2006-09-22  Bruno Haible  <bruno@clisp.org>
23542
23543         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
23544         at the beginning of the gl_INIT macro.
23545         * modules/getloadavg (configure.ac): Pass $gl_source_base to
23546         gl_GETLOADAVG.
23547
23548 2006-09-22  Bruno Haible  <bruno@clisp.org>
23549
23550         * gnulib-tool (func_create_megatestdir): Don't include the config-h
23551         module.
23552         Suggested by Ralf Wildenhues.
23553
23554 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23555
23556         Import this patch from libc:
23557
23558         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
23559
23560         * lib/regex_internal.c (re_string_reconstruct): Handle
23561         offset < pstr->valid_raw_len && pstr->offsets_needed case.
23562         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
23563         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
23564         re_string_context_at.
23565
23566         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
23567         now requires it.
23568         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
23569         gl_REGEX now does it for us.
23570         (gl_REGEX): Add test taken from
23571         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
23572
23573         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
23574         Check that large offsets work.  Modernize Autoconf usages.
23575         Prefer "yes" to mean a good thing rather than a bad.
23576         Don't put "#define mkstemp" in config.h, as this might interfere
23577         with standard system headers that "#define mkstemp mkstemp64".
23578
23579         * modules/mkstemp (Depends-on): Add extensions, so that
23580         mkstemp is visible on some platforms.
23581         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
23582         (Include): Change to "mkstemp.h" from <stdlib.h>.
23583         (Files): Add mkstemp.h.
23584
23585         * lib/mkstemp.h: New file, since some standard headers
23586         #define mkstemp.
23587         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
23588         Include "mkstemp.h".
23589         Make the _LIBC code resemble glibc original more,
23590         e.g., use K&R style.
23591         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
23592         (mkstemp): Remove, since mkstemp.h does this for us.
23593         * lib/stdlib--.h: Include mkstemp.h.
23594
23595         Import this patch from libc:
23596
23597         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23598
23599         * lib/tempname.c (__gen_tempname): Change attempts_min
23600         into a macro.  Use preprocessor to decide how to initialize
23601         attempts [Coverity CID 67].
23602
23603 2006-09-20  Bruno Haible  <bruno@clisp.org>
23604
23605         * lib/mkdtemp.c: Import from libc.
23606         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23607                 * sysdeps/posix/tempname.c (__gen_tempname): Change
23608                 attempts_min into a macro.  Use preprocessor to decide how to
23609                 initialize attempts [Coverity CID 67].
23610         2001-11-27  Paul Eggert  <eggert@twinsun.com>
23611                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
23612                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
23613
23614 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23615
23616         * gnulib-tool (func_exit): New function, to allow to pass the
23617         exit status portably through the trap.  Use everywhere.
23618         (--help, --version): Signal a write error.
23619         (trap): catch SIGPIPE, for write errors.
23620         Exit at the end of the trap, with the correct exit status.
23621
23622 2006-09-19  Karl Berry  <karl@gnu.org>
23623
23624         * doc/gnulib.texi: note about the license texinfo files.
23625
23626 2006-09-19  Eric Blake  <ebb9@byu.net>
23627
23628         * gnulib-tool: Avoid space-tab.
23629
23630 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23631
23632         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
23633         that prevented coreutils 6.1 from building.  Problem reported
23634         by Petter Reinholdtsen.
23635
23636 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23637
23638         * gnulib-tool (avoidlist): Fix typo that broke options like
23639         --avoid=lock that are used by coreutils bootstrap.
23640
23641 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
23642
23643         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
23644         more systematically.
23645
23646 2006-09-18  Jim Meyering  <jim@meyering.net>
23647
23648         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
23649
23650 2006-09-18  Bruno Haible  <bruno@clisp.org>
23651
23652         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
23653
23654 2006-09-18  Bruno Haible  <bruno@clisp.org>
23655
23656         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
23657         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
23658         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
23659         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
23660         * m4/gettext.m4: Require autoconf >= 2.52.
23661         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
23662         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
23663         of gl_cv_header_inttypes_h.
23664
23665 2006-09-18  Bruno Haible  <bruno@clisp.org>
23666
23667         * lib/javaversion.c: Include configmake.h.
23668
23669 2006-09-18  Bruno Haible  <bruno@clisp.org>
23670
23671         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
23672         avoid that the while loops be executed in a subshell.
23673
23674 2006-09-18  Bruno Haible  <bruno@clisp.org>
23675
23676         * MODULES.html.sh (func_module): Break long lines.
23677         Suggested by Bruce Korb <bkorb@gnu.org>.
23678
23679 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23680
23681         Speed up by a factor of 1.12.
23682         * gnulib-tool (nl): New variable.
23683         (func_import): Rewrite include directive extraction to only read each
23684         directive once.
23685
23686 2006-09-17  Bruno Haible  <bruno@clisp.org>
23687
23688         * modules/javaversion (Makefile.am): Remove DEFS setting.
23689         (Depends-on): Add configmake, for PKGDATADIR definition.
23690
23691 2006-09-17  Bruno Haible  <bruno@clisp.org>
23692
23693         * gnulib-tool (func_create_testdir): Rewrite all files at once.
23694
23695 2006-09-17  Bruno Haible  <bruno@clisp.org>
23696
23697         * gnulib-tool (func_append): New function, stolen from libtool.m4.
23698         (func_modules_transitive_closure, func_modules_add_dummy,
23699         func_modules_to_filelist, func_import, func_create_testdir,
23700         func_create_megatestdir, ...): Use it wherever possible.
23701         Suggested by Ralf Wildenhues.
23702
23703 2006-09-16  Karl Berry  <karl@gnu.org>
23704
23705         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
23706         to avoid sectioning errors.
23707         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
23708         [ifinfo]: blank line after @center-ed titles.
23709         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
23710         Spell FSF address consistently with others.
23711         (These changes approved by rms.)
23712
23713 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23714
23715         Speed up by a factor of 1.61.
23716         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
23717         already checked module names again.
23718
23719 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23720
23721         Speed up by a factor of 1.13.
23722         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
23723         for new_files, and the input to func_add_or_update.
23724
23725 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23726
23727         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
23728         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
23729
23730 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23731
23732         * modules/mkancesdirs (Depends-on): Add fcntl.
23733         * modules/savewd: New file.
23734         * MODULES.html.sh (File system functions): Add savewd.
23735
23736         * modules/configmake (Makefile.am): Add support for the
23737         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
23738
23739 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23740
23741         * m4/savewd.m4: New file.
23742
23743 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23744
23745         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
23746         (dirchownmod): New arg FD.  All callers changed.
23747         Use FD rather than opening the directory ourself, as opening is
23748         now the caller's responsibility.
23749         * lib/dirchownmod.h: Likewise.
23750         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
23751         hosts that require <sys/types.h> before <sys/stat.h>.  Include
23752         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
23753         (test_dir): Remove.
23754         (mkancesdirs): Return length of prefix of FILE that has already
23755         been made, or -2 if there is a child doing the work.  Redo
23756         algorithm so that it is O(N) rather than O(N**2).  Optimize away
23757         ".", and treat ".." specially since it might stray back into
23758         already-created areas.  Use a subprocess if necessary.  New arg
23759         WD; all users changed.  MAKE_DIR function should now return 1
23760         if it creates a directory that is not readable.  Return -2 if
23761         a child process is spun off.
23762         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
23763         Adjust signature to match code.
23764         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
23765         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
23766         all users changed.
23767         * lib/savewd.c, lib/savewd.h: New files.
23768
23769 2006-09-15  Jim Meyering  <jim@meyering.net>
23770
23771         * modules/rename-dest-slash: New module.
23772         * MODULES.html.sh (posix_compat): Add it here.
23773
23774         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
23775
23776 2006-09-15  Jim Meyering  <jim@meyering.net>
23777
23778         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
23779         file.
23780
23781         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
23782
23783 2006-09-15  Jim Meyering  <jim@meyering.net>
23784
23785         * lib/rename-dest-slash.c (has_trailing_slash): Use
23786         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
23787         (rpl_rename_dest_slash): Perform the cheaper trailing slash
23788         test before testing whether SRC is a directory.
23789         Suggestions from Bruno Haible.
23790
23791         Avoid a warning about an unused variable.
23792         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
23793         into the #ifdef block where it's used.
23794
23795         * lib/rename-dest-slash.c: New file.
23796
23797 2006-09-14  Bruno Haible  <bruno@clisp.org>
23798
23799         * lib/allocsa.c: Include <config.h> unconditionally.
23800         * lib/asnprintf.c: Likewise.
23801         * lib/asprintf.c: Likewise.
23802         * lib/c-strcasecmp.c: Likewise.
23803         * lib/c-strcasestr.c: Likewise.
23804         * lib/c-strncasecmp.c: Likewise.
23805         * lib/c-strstr.c: Likewise.
23806         * lib/classpath.c: Likewise.
23807         * lib/clean-temp.c: Likewise.
23808         * lib/concatpath.c: Likewise.
23809         * lib/copy-file.c: Likewise.
23810         * lib/csharpcomp.c: Likewise.
23811         * lib/csharpexec.c: Likewise.
23812         * lib/execute.c: Likewise.
23813         * lib/fatal-signal.c: Likewise.
23814         * lib/findprog.c: Likewise.
23815         * lib/fwriteerror.c: Likewise.
23816         * lib/gl_array_list.c: Likewise.
23817         * lib/gl_array_oset.c: Likewise.
23818         * lib/gl_avltree_list.c: Likewise.
23819         * lib/gl_avltree_oset.c: Likewise.
23820         * lib/gl_avltreehash_list.c: Likewise.
23821         * lib/gl_carray_list.c: Likewise.
23822         * lib/gl_linked_list.c: Likewise.
23823         * lib/gl_linkedhash_list.c: Likewise.
23824         * lib/gl_list.c: Likewise.
23825         * lib/gl_oset.c: Likewise.
23826         * lib/gl_rbtree_list.c: Likewise.
23827         * lib/gl_rbtree_oset.c: Likewise.
23828         * lib/gl_rbtreehash_list.c: Likewise.
23829         * lib/imaxabs.c: Likewise.
23830         * lib/imaxdiv.c: Likewise.
23831         * lib/javacomp.c: Likewise.
23832         * lib/javaexec.c: Likewise.
23833         * lib/javaversion.c: Likewise.
23834         * lib/linebreak.c: Likewise.
23835         * lib/localcharset.c: Likewise.
23836         * lib/lock.c: Likewise.
23837         * lib/mbchar.c: Likewise.
23838         * lib/mbswidth.c: Likewise.
23839         * lib/mkdtemp.c: Likewise.
23840         * lib/pipe.c: Likewise.
23841         * lib/printf-args.c: Likewise.
23842         * lib/printf-parse.c: Likewise.
23843         * lib/progname.c: Likewise.
23844         * lib/progreloc.c: Likewise.
23845         * lib/readlink.c: Likewise.
23846         * lib/sh-quote.c: Likewise.
23847         * lib/stpcpy.c: Likewise.
23848         * lib/stpncpy.c: Likewise.
23849         * lib/strcasecmp.c: Likewise.
23850         * lib/strcasestr.c: Likewise.
23851         * lib/strcspn.c: Likewise.
23852         * lib/striconv.c: Likewise.
23853         * lib/strncasecmp.c: Likewise.
23854         * lib/strnlen1.c: Likewise.
23855         * lib/strstr.c: Likewise.
23856         * lib/strtok_r.c: Likewise.
23857         * lib/tls.c: Likewise.
23858         * lib/tmpdir.c: Likewise.
23859         * lib/unicodeio.c: Likewise.
23860         * lib/unsetenv.c: Likewise.
23861         * lib/vasnprintf.c: Likewise.
23862         * lib/vasprintf.c: Likewise.
23863         * lib/wait-process.c: Likewise.
23864         * lib/xallocsa.c: Likewise.
23865         * lib/xsetenv.c: Likewise.
23866         * lib/xstriconv.c: Likewise.
23867
23868 2006-09-13  Simon Josefsson  <jas@extundo.com>
23869
23870         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
23871         that internally, suggested by Ralf Wildenhues
23872         <Ralf.Wildenhues@gmx.de>.
23873
23874 2006-09-13  Simon Josefsson  <jas@extundo.com>
23875
23876         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
23877         @LIBOBJS@.
23878         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23879
23880 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23881
23882         * lib/_fpending.c: Include <config.h> unconditionally, since we no
23883         longer worry about uses that don't define HAVE_CONFIG_H.
23884         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
23885         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
23886         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
23887         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
23888         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
23889         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
23890         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
23891         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
23892         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
23893         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
23894         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
23895         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
23896         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
23897         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
23898         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
23899         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
23900         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
23901         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
23902         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
23903         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
23904         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
23905         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
23906         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
23907         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
23908         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
23909         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
23910         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
23911         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
23912         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
23913         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
23914         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
23915         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
23916         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
23917         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
23918         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
23919         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
23920         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
23921         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
23922         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
23923         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
23924         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
23925         Likewise.
23926
23927 2006-09-13  Eric Blake  <ebb9@byu.net>
23928
23929         * lib/getopt.c: Fix typo in last commit.
23930
23931 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23932
23933         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
23934         dgettext.
23935
23936 2006-09-12  Jim Meyering  <jim@meyering.net>
23937
23938         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
23939         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
23940         Reported by Nelson H. F. Beebe.
23941
23942 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23943
23944         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
23945         program_invocation_name and program_invocation_short_name are
23946         initialized.
23947         * lib/argp-namefrob.h: Move declarations of program_invocation_name
23948         and program_invocation_short_name to argp.h, so they are visible
23949         to user programs.
23950         * lib/argp.h: Likewise
23951
23952 2006-09-10  Bruno Haible  <bruno@clisp.org>
23953
23954         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23955         m4/inttypes_h.m4, m4/uintmax_t.m4.
23956
23957 2006-09-10  Bruno Haible  <bruno@clisp.org>
23958
23959         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
23960         gl_AC_TYPE_UINTMAX_T.
23961
23962 2006-09-10  Bruno Haible  <bruno@clisp.org>
23963
23964         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
23965
23966 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23967
23968         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
23969         convention.  Text proposed by Bruno Haible.
23970         (struct argp_option): Document the use of N_() wrappers.
23971
23972         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
23973         '\v', and translate the two parts separately, instead of feeding
23974         the whole string to gettext.  This allows to exclude
23975         '\v' from the strings visible to the translator by writing doc
23976         strings as N_("..") "\v" N_("..").
23977
23978 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
23979
23980         * config/srclist.txt: Undo latest change; the bug was fixed.
23981
23982 2006-09-09  Bruno Haible  <bruno@clisp.org>
23983
23984         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
23985         assignments if building a library without libtool.
23986         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
23987         in func_emit_lib_Makefile_am.
23988         (func_import): When building a static library libfoo.a, arrange to
23989         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
23990         (func_create_testdir): Likewise.
23991         * modules/gc (configure.ac, Makefile.am): If building statically,
23992         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
23993         * modules/iconvme (configure.ac, Makefile.am): Likewise.
23994         * modules/striconv (configure.ac, Makefile.am): Likewise.
23995         Based on a suggestion by Ralf Wildenhues.
23996
23997 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23998
23999         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24000         Check for unistd.h too, since Autoconf doesn't assume POSIX.
24001         Also:
24002
24003         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24004         Add year_2050_test to catch glibc bug 2821
24005         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24006
24007         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24008         Prefer #ifdef to #if.
24009
24010         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
24011         Return from 'main' instead of calling 'exit'.
24012
24013 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24014
24015         * lib/mktime.c (guess_time_tm): Fix bug where mktime
24016         returned the maximum time_t value rather than (time_t) -1.
24017         Problem originally reported by William Bardwell
24018         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24019
24020         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24021         Moved to here ...
24022         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24023         ... from here.
24024
24025 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24026
24027         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
24028         2821 is fixed.
24029
24030 2006-09-08  Jim Meyering  <jim@meyering.net>
24031
24032         Don't make generated files read-only.  That would bother too many
24033         people.  However, do retain the ability to work when targets are
24034         read-only: remove the destination and temporary files before writing
24035         them (when generated via sed or echo), or by using the -f option for
24036         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
24037         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24038         * modules/byteswap, modules/configmake, modules/fcntl:
24039         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24040         * modules/localcharset, modules/netinet_in, modules/poll:
24041         * modules/stdbool, modules/stdint, modules/sys_select:
24042         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24043
24044 2006-09-08  Jim Meyering  <jim@meyering.net>
24045
24046         Avoid new build failure on FreeBSD 6.0.
24047         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
24048         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
24049         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
24050
24051 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24052
24053         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
24054
24055 2006-09-07  Jim Meyering  <jim@meyering.net>
24056
24057         Fix global typo in last change: use chmod u-w, not chmod u-x.
24058         Spotted by Paul Eggert and Bruce Korb.
24059         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24060         * modules/byteswap, modules/configmake, modules/fcntl:
24061         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24062         * modules/localcharset, modules/netinet_in, modules/poll:
24063         * modules/stdbool, modules/stdint, modules/sys_select:
24064         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24065
24066 2006-09-06  Jim Meyering  <jim@meyering.net>
24067
24068         Make generated files be read-only.
24069         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
24070         Ensure that each generated file is now read-only.
24071         * modules/argz: Likewise.
24072         * modules/arpa_inet: Likewise.
24073         * modules/byteswap: Likewise.
24074         * modules/configmake: Likewise.
24075         * modules/fcntl: Likewise.
24076         * modules/fnmatch: Likewise.
24077         * modules/getopt: Likewise.
24078         * modules/glob: Likewise.
24079         * modules/inttypes: Likewise.
24080         * modules/netinet_in: Likewise.
24081         * modules/poll: Likewise.
24082         * modules/stdbool: Likewise.
24083         * modules/stdint: Likewise.
24084         * modules/sys_select: Likewise.
24085         * modules/sys_socket: Likewise.
24086         * modules/sys_stat: Likewise.
24087         * modules/sysexits: Likewise.
24088         * modules/localcharset: Same as above, but continue using temporary
24089         file named "t-$@" (why different?) rather than the "$@-t" used
24090         everywhere else.
24091
24092         * modules/sysexits (Makefile.am): Replace literal occurrences
24093         of "sysexit.h" more readable, and more consistent, "$@".
24094
24095 2006-09-06  Bruno Haible  <bruno@clisp.org>
24096
24097         * modules/striconv: New file.
24098         * modules/xstriconv: New file.
24099         * MODULES.html.sh (Internationalization functions): Add striconv,
24100         xstriconv.
24101
24102 2006-09-06  Bruno Haible  <bruno@clisp.org>
24103
24104         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
24105         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
24106         not using libtool correctly.
24107
24108 2006-09-06  Bruno Haible  <bruno@clisp.org>
24109
24110         * lib/striconv.h: New file.
24111         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
24112         iconvstring.c.
24113         * lib/xstriconv.h: New file.
24114         * lib/xstriconv.c: New file.
24115
24116 2006-09-06  Bruno Haible  <bruno@clisp.org>
24117
24118         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24119         lib_..._LDFLAGS.
24120
24121 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24122
24123         * lib/argz_.h: Sync from Libtool.
24124
24125         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
24126                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24127
24128         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
24129
24130 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24131
24132         * modules/trim: New file.
24133
24134 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24135
24136         * lib/trim.h: New file.
24137         * lib/trim.c: New file.
24138
24139 2006-09-05  Bruno Haible  <bruno@clisp.org>
24140
24141         * MODULES.html.sh (String handling): Add trim.
24142
24143 2006-09-04  Karl Berry  <karl@gnu.org>
24144
24145         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
24146         until next release.
24147
24148 2006-09-03  Bruno Haible  <bruno@clisp.org>
24149
24150         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
24151         correctly.
24152
24153 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24154
24155         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
24156         not gl_GETLOADAVG.  Omit unneeded semicolons.
24157         Problems reported by Ralf Wildenhues in
24158         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24159         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
24160         at the end, which is the usual gnulib style.
24161
24162         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
24163         of doing all the work ourselves.
24164         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
24165         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
24166
24167 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24168
24169         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
24170         Problem reported by Ralf Wildenhues in
24171         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24172
24173         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
24174         HAVE_STRUCT_STATFS_F_FSTYPENAME.
24175
24176 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24177
24178         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
24179         yesterday's patch by changing test -n to test -z.
24180
24181 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24182
24183         * modules/getloadavg (Files): Add m4/getloadavg.m4.
24184         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
24185         the former is now obsolescent.
24186
24187         * modules/chdir-long (Depends-on): Add fcntl.
24188
24189 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24190
24191         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
24192         obsolescent, and programs should use gnulib instead.
24193         * m4/getloadavg.m4: New file, with contents taken from Autoconf
24194         but with prefixes changed.
24195
24196 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24197
24198         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
24199         or stdbool.h, because they might not exist while configuring.
24200
24201         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
24202         Don't include unistd.h or limits.h; not needed, since chdir-long.h
24203         does that for us.
24204         (O_DIRECTORY): Remove.
24205
24206 2006-08-31  Eric Blake  <ebb9@byu.net>
24207
24208         * gnulib-tool: Don't let emacs change spaces to TAB.
24209
24210 2006-08-31  Bruno Haible  <bruno@clisp.org>
24211
24212         * gnulib-tool: When calling func_import more than once, do it in a
24213         subshell.
24214         Reported by Eric Blake <ebb9@byu.net>.
24215
24216 2006-08-31  Bruno Haible  <bruno@clisp.org>
24217
24218         * gnulib-tool (nl): Remove variable.
24219         (sed_transform_lib_file): Use more robust test for config-h module.
24220         (func_import): Fix typo in 2006-08-25 patch.
24221
24222 2006-08-31  Bruno Haible  <bruno@clisp.org>
24223
24224         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
24225         specified, augment Makefile.am variables instead of assigning them.
24226
24227 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24228
24229         Work around a bug in both the Linux and SunOS 64-bit kernels:
24230         nanosleep mishandles sleeps for longer than 2**31 seconds.
24231         Problem reported by Frank v Waveren in
24232         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24233         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
24234         Check for nanosleep bug.
24235         (LIB_NANOSLEEP): Append clock_gettime library if needed.
24236
24237 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24238
24239         Work around a bug in both the Linux and SunOS 64-bit kernels:
24240         nanosleep mishandles sleeps for longer than 2**31 seconds.
24241         Problem reported by Frank v Waveren in
24242         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24243         * lib/nanosleep.c (BILLION): New constant.
24244         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
24245         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
24246         implementation.
24247
24248 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24249
24250         * modules/nanosleep (Depends-on): Add gettime.
24251
24252 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24253         and Simon Josefsson  <jas@extundo.com>
24254         and Oskar Liljeblad  <oskar@osk.mine.nu>
24255
24256         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
24257         * gnulib-tool (func_import): New license type 'unmodifiable license
24258         text'.
24259         * modules/fdl: Use it.  Longer description.
24260         * module/gpl, module/lgpl: New files.
24261
24262 2006-08-30  Jim Meyering  <jim@meyering.net>
24263
24264         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
24265         shadowing the parameter.
24266
24267 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24268
24269         Sync from Libtool:
24270
24271         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24272
24273         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
24274         sharing with gnulib.  Report by Eric Blake.
24275
24276 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24277
24278         * modules/isapipe: New file.
24279         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
24280
24281 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24282
24283         * modules/configmake (Makefile.am): Add a comment, and omit
24284         the CONFIGMAKE_ prefix from generated macro names.  Suggested
24285         by Bruno Haible.
24286
24287 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24288
24289         * m4/isapipe.m4: New file.
24290
24291 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24292
24293         * lib/isapipe.c, lib/isapipe.h: New files.
24294
24295 2006-08-29  Jim Meyering  <jim@meyering.net>
24296
24297         * modules/configmake (Makefile.am): Make configmake.h depend on
24298         Makefile.  Otherwise, a stale configmake.h could hang around.
24299
24300 2006-08-29  Eric Blake  <ebb9@byu.net>
24301
24302         * lib/error.c (error_at_line, print_errno_message): Match libc, after
24303         resolution of upstream bug 3044.
24304
24305 2006-08-29  Bruno Haible  <bruno@clisp.org>
24306
24307         * modules/localcharset (Depends-on): Add configmake.
24308         (Makefile.am): Remove setting of LIBDIR through DEFS.
24309
24310 2006-08-29  Bruno Haible  <bruno@clisp.org>
24311
24312         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
24313         defined.
24314
24315 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24316
24317         * modules/fcntl: New file.
24318         * modules/chdir-safer (Depends-on): Add fcntl.
24319         * modules/fts: Likewise.
24320         * modules/mkdir-p: Likewise.
24321
24322         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
24323         This undoes the most recent change, since we're now addressing the
24324         problem in a different way.
24325
24326         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
24327         into output, since the output might be called Makefile.am even
24328         if $makefile_name is something different.
24329         (func_import): Use $makefile_am rather than
24330         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
24331         empty.
24332
24333         * modules/inttypes (Files): Add m4/inttypes-h.m4.
24334
24335 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24336
24337         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
24338         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
24339         recent change to stdint.m4, since we're now addressing the problem in a
24340         different way.
24341
24342 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24343
24344         * m4/fcntl_h.m4: New file.
24345
24346 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24347
24348         * lib/fcntl_.h: New file.
24349         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
24350         the fcntl module.
24351         * lib/dirchownmod.c: Likewise.
24352         * lib/fts.c: Likewise.
24353
24354         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
24355         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
24356         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
24357         just before including <inttypes.h>, to avoid circular inclusion.
24358
24359 2006-08-28  Jim Meyering  <jim@meyering.net>
24360
24361         * doc/visibility.texi: Actually read and correct the grammar of the
24362         sentence affected by yesterday's change.
24363
24364 2006-08-28  Eric Blake  <ebb9@byu.net>
24365
24366         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
24367         needs wrapper.
24368
24369 2006-08-28  Eric Blake  <ebb9@byu.net>
24370
24371         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
24372
24373 2006-08-28  Eric Blake  <ebb9@byu.net>
24374
24375         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
24376
24377 2006-08-28  Bruno Haible  <bruno@clisp.org>
24378
24379         * modules/c-strstr: New file, from GNU gettext.
24380         * MODULES.html.sh (String handling): Add c-strstr.
24381
24382 2006-08-28  Bruno Haible  <bruno@clisp.org>
24383
24384         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
24385         macros.
24386         Reported by Eric Blake.
24387
24388 2006-08-28  Bruno Haible  <bruno@clisp.org>
24389
24390         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
24391         (VASNPRINTF): Return a string of length > INT_MAX without failing.
24392         * lib/vasprintf.c: Include errno.h, limits.h.
24393         (EOVERFLOW): New fallback definition.
24394         (vasprintf): Test here whether the string length is > INT_MAX.
24395         * lib/vsnprintf.c: Include errno.h, limits.h.
24396         (EOVERFLOW): New fallback definition.
24397         (vsnprintf): Fix bug when generated string was too long for the buffer.
24398         Test here whether the string length is > INT_MAX.
24399
24400 2006-08-28  Bruno Haible  <bruno@clisp.org>
24401
24402         * lib/inttypes_.h (SCNX*): Remove definitions.
24403         Reported by Eric Blake.
24404
24405 2006-08-28  Bruno Haible  <bruno@clisp.org>
24406
24407         * lib/c-strstr.h: New file, from GNU gettext.
24408         * lib/c-strstr.c: New file, from GNU gettext.
24409
24410 2006-08-28  Bruno Haible  <bruno@clisp.org>
24411
24412         * gnulib-tool: Reorder some statements.
24413
24414 2006-08-28  Bruno Haible  <bruno@clisp.org>
24415
24416         * gnulib-tool: New option --makefile-name.
24417         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
24418         $makefile_name.
24419         (func_import): Write $makefile_name to the cache file, and read it from
24420         there unless explicitly specified. Use $makefile_name as file name
24421         instead of Makefile.am. Adjust the recommendations accordingly.
24422
24423 2006-08-28  Bruno Haible  <bruno@clisp.org>
24424
24425         * gnulib-tool (func_verify_module): Check against misapplying patch.
24426
24427 2006-08-28  Bruno Haible  <bruno@clisp.org>
24428
24429         * gnulib-tool (func_relativize, func_relconcat): New functions.
24430         Give an error if --local-dir is given with --update.
24431         Remove trailing slashes from $local_gnulib_dir.
24432         (func_import): Store the relativized $local_gnulib_dir in
24433         gnulib-cache.m4, and read it from there if not specified explicitly.
24434
24435 2006-08-28  Bruno Haible  <bruno@clisp.org>
24436
24437         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
24438         is the current directory. Respect also $local_gnulib_dir.
24439
24440 2006-08-28  Bruno Haible  <bruno@clisp.org>
24441             Simon Josefsson  <jas@extundo.com>
24442
24443         BeOS portability.
24444         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
24445
24446 2006-08-27  Jim Meyering  <jim@meyering.net>
24447
24448         * doc/visibility.texi: Remove duplicate word: "pointer".
24449
24450 2006-08-26  Bruno Haible  <bruno@clisp.org>
24451
24452         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
24453         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
24454         (Makefile.am): Create inttypes.h from inttypes_.h.
24455         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
24456
24457         * modules/imaxabs: New file.
24458
24459         * modules/imaxdiv: New file.
24460
24461 2006-08-26  Bruno Haible  <bruno@clisp.org>
24462
24463         * m4/inttypes.m4: New file.
24464         * m4/_inttypes_h.m4: Remove file.
24465         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
24466         PRI_MACROS_BROKEN.
24467         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
24468
24469         * m4/imaxabs.m4: New file.
24470
24471         * m4/imaxdiv.m4: New file.
24472
24473 2006-08-26  Bruno Haible  <bruno@clisp.org>
24474
24475         * lib/inttypes_.h: New file.
24476         * lib/inttypes.h: Remove file.
24477         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
24478
24479         * lib/imaxabs.c: New file.
24480
24481         * lib/imaxdiv.c: New file.
24482
24483 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24484
24485         New config-h module, so that "make" output needn't be cluttered
24486         by -DHAVE_CONFIG_H.
24487         * MODULES.html.sh (Support for building libraries and executables):
24488         Add config-h.
24489         * modules/config-h: New file.
24490         * gnulib-tool (nl, sed_transform_lib_file): New vars.
24491         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
24492         the config-h module is used.
24493
24494         New configmake module, so that "make" output needn't be cluttered
24495         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
24496         * MODULES.html.sh (Support for building libraries and executables):
24497         Add configmake.
24498         * modules/configmake: New file.
24499
24500 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24501
24502         * m4/config-h.m4: New file.
24503
24504 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24505
24506         * config/srclist.txt: Add elisp-comp.
24507
24508 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24509
24510         * MODULES.html.sh (Support for building libraries and executables):
24511         Add elisp-comp.
24512         * build-aux/elisp-comp: New file.
24513         * modules/elisp-comp: New file.
24514
24515 2006-08-24  Bruno Haible  <bruno@clisp.org>
24516
24517         * gnulib-tool (func_create_testdir): Use non-default values of
24518         sourcebase and m4base.
24519
24520 2006-08-24  Bruno Haible  <bruno@clisp.org>
24521
24522         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
24523         HTML structure.
24524
24525 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24526
24527         * modules/openat (Depends-on): Add lchown.
24528
24529 2006-08-23  Bruno Haible  <bruno@clisp.org>
24530
24531         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
24532         of gl_LOCK_EARLY instead of gl_LOCK.
24533
24534 2006-08-23  Bruno Haible  <bruno@clisp.org>
24535
24536         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
24537         on OSF/1 to no.
24538         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
24539
24540 2006-08-23  Bruno Haible  <bruno@clisp.org>
24541
24542         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
24543         as unusable.
24544
24545         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
24546         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
24547         (gl_LOCK): New macro.
24548
24549 2006-08-22  Simon Josefsson  <jas@extundo.com>
24550
24551         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
24552         to md5 module.
24553
24554 2006-08-22  Simon Josefsson  <jas@extundo.com>
24555
24556         * MODULES.html.sh: Add "Support for maintaining and release
24557         projects".
24558
24559         * build-aux/gnupload: New file, from coreutils.
24560
24561 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24562
24563         Avoid the need for AC_LIBSOURCES in m4 macros.
24564         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
24565         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
24566         * modules/check-version (EXTRA_DIST): Add check-version.h.
24567         * modules/crc (EXTRA_DIST): Add crc.h.
24568         * modules/des (EXTRA_DIST): Add des.h.
24569         * modules/gc (EXTRA_DIST): Add gc.h.
24570         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
24571         * modules/getline (EXTRA_DIST): Add getline.h.
24572         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
24573         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
24574         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
24575         * modules/md2 (EXTRA_DIST): Add md2.h.
24576         * modules/md4 (EXTRA_DIST): Add md4.h.
24577         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
24578         * modules/read-file (EXTRA_DIST): Add read-file.h.
24579         * modules/readline (EXTRA_DIST): Add readline.h.
24580         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
24581         rijndael-api-fst.h.
24582
24583 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24584
24585         * m4/rijndael.m4 (gl_ARCFOUR):
24586         * m4/arctwo.m4 (gl_ARCTWO):
24587         * m4/check-version.m4 (gl_CHECK_VERSION):
24588         * m4/crc.m4 (gl_CRC):
24589         * m4/des.m4 (gl_DES):
24590         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
24591         * m4/gc.m4 (gl_GC):
24592         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
24593         * m4/getline.m4 (gl_FUNC_GETLINE):
24594         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
24595         * m4/hmac-md5.m4 (gl_HMAC_MD5):
24596         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
24597         * m4/md2.m4 (gl_MD2):
24598         * m4/md4.m4 (gl_MD4):
24599         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
24600         * m4/read-file.m4 (gl_FUNC_READ_FILE):
24601         * m4/readline.m4 (gl_FUNC_READLINE):
24602         * m4/rijndael.m4 (gl_RIJNDAEL):
24603         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24604         to get the necessary .h files and whatnot.
24605
24606 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24607
24608         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
24609         gnulib rather than the other way around.
24610         * config/srclistvars.sh (COREUTILS): Remove.
24611
24612 2006-08-22  Jim Meyering  <jim@meyering.net>
24613
24614         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
24615
24616         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
24617
24618 2006-08-22  Eric Blake  <ebb9@byu.net>
24619
24620         * modules/regexprops-generic: New file.
24621         * MODULES.html.sh (Support for building documentation): List it.
24622
24623 2006-08-22  Eric Blake  <ebb9@byu.net>
24624
24625         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
24626         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
24627         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
24628         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
24629
24630 2006-08-22  Bruno Haible  <bruno@clisp.org>
24631
24632         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
24633         and lib_LTLIBRARIES like the other lib_* variables.
24634
24635 2006-08-22  Bruno Haible  <bruno@clisp.org>
24636
24637         * build-aux/x-to-1.in: New file, from GNU gettext.
24638
24639 2006-08-22  Bruno Haible  <bruno@clisp.org>
24640
24641         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
24642         <utmpx.h> exists.
24643
24644 2006-08-22  Bruno Haible  <bruno@clisp.org>
24645
24646         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
24647         <utmpx.h> exists.
24648
24649 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24650
24651         BeOS portability.
24652         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
24653         exist.
24654         Problem reported by Bruno Haible.
24655
24656 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24657
24658         Avoid the need for AC_LIBSOURCES in m4 macros.
24659         * modules/acl (EXTRA_DIST): Add acl.h.
24660         * modules/argmatch (Files): Add m4/argmatch.m4.
24661         (configure.ac): Add gl_ARGMATCH.
24662         (EXTRA_DIST): Renamed from lib_SOURCES, for
24663         consistency with the other modules.  Remove argmatch.c.
24664         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
24665         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
24666         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
24667         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
24668         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
24669         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
24670         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
24671         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
24672         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
24673         * modules/closeout (EXTRA_DIST): Add closeout.h.
24674         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
24675         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
24676         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
24677         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
24678         dirname.h; remove basename.c and stripslash.c.
24679         * modules/exclude (EXTRA_DIST): Add exclude.h.
24680         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
24681         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
24682         * modules/file-type (EXTRA_DIST): Add file-type.h.
24683         * modules/filemode (EXTRA_DIST): Add filemode.h.
24684         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
24685         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24686         * modules/fpending (EXTRA_DIST): Add __fpending.h.
24687         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
24688         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
24689         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
24690         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
24691         * modules/getdate (EXTRA_DIST): Add getdate.c.
24692         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
24693         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
24694         * modules/getpass (EXTRA_DIST): Add getpass.h.
24695         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
24696         * modules/group-member (EXTRA_DIST): Add group-member.h.
24697         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
24698         * modules/hash (EXTRA_DIST): Add hash.h.
24699         * modules/human (EXTRA_DIST): Add human.h.
24700         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
24701         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
24702         * modules/lchown (EXTRA_DIST): Add lchown.h.
24703         * modules/long-options (EXTRA_DIST): Add long-options.h.
24704         * modules/lstat (EXTRA_DIST): Add lstat.h.
24705         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
24706         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
24707         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
24708         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
24709         * modules/memxor (EXTRA_DIST): Add memxor.h.
24710         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
24711         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
24712         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
24713         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
24714         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
24715         * modules/physmem (EXTRA_DIST): Add physmem.h.
24716         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
24717         * modules/posixver (EXTRA_DIST): Add posixver.h.
24718         * modules/quote (EXTRA_DIST): Add quote.h.
24719         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
24720         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
24721         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
24722         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
24723         regex_internal.h regexec.c.
24724         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
24725         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
24726         * modules/same (EXTRA_DIST): Add same.h.
24727         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
24728         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
24729         * modules/savedir (EXTRA_DIST): Add savedir.h.
24730         * modules/sha1 (EXTRA_DIST): Add sha1.h.
24731         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
24732         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
24733         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
24734         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
24735         * modules/strdup (EXTRA_DIST): Add strdup.h.
24736         * modules/strftime (EXTRA_DIST): Add strftime.h.
24737         * modules/strndup (EXTRA_DIST): Add strndup.h.
24738         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
24739         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
24740         * modules/time_r (EXTRA_DIST): Add time_r.h.
24741         * modules/timespec (EXTRA_DIST): Add timespec.h.
24742         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24743         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
24744         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
24745         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
24746         * modules/userspec (EXTRA_DIST): Add userspec.h.
24747         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
24748         * modules/utimens (EXTRA_DIST): Add utimens.h.
24749         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
24750         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
24751         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
24752         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
24753         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
24754         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
24755         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
24756         * modules/yesno (EXTRA_DIST): Add yesno.h.
24757
24758 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24759
24760         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
24761
24762         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
24763         * m4/dev-ino.m4, same-inode.m4: Remove.
24764
24765         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
24766         * m4/acl.m4 (AC_FUNC_ACL):
24767         * m4/backupfile.m4 (gl_BACKUPFILE):
24768         * m4/c-strtod.m4 (gl_C99_STRTOLD):
24769         * m4/canon-host.m4 (gl_CANON_HOST):
24770         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24771         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
24772         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
24773         * m4/cloexec.m4 (gl_CLOEXEC):
24774         * m4/close-stream.m4 (gl_CLOSE_STREAM):
24775         * m4/closeout.m4 (gl_CLOSEOUT):
24776         * m4/dirfd.m4 (gl_FUNC_DIRFD):
24777         * m4/dirname.m4 (gl_DIRNAME):
24778         * m4/exclude.m4 (gl_EXCLUDE):
24779         * m4/exitfail.m4 (gl_EXITFAIL):
24780         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
24781         * m4/file-type.m4 (gl_FILE_TYPE):
24782         * m4/filemode.m4 (gl_FILEMODE):
24783         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
24784         * m4/fpending.m4 (gl_FUNC_FPENDING):
24785         * m4/fprintftime.m4 (gl_FPRINTFTIME):
24786         * m4/fts.m4 (gl_FUNC_FTS):
24787         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
24788         * m4/getdate.m4 (gl_GETDATE):
24789         * m4/gethrxtime.m4 (gl_GETHRXTIME):
24790         * m4/getpagesize.m4 (gl_GETPAGESIZE):
24791         * m4/getpass.m4 (gl_FUNC_GETPASS):
24792         * m4/gettime.m4 (gl_GETTIME):
24793         * m4/getugroups.m4 (gl_GETUGROUPS):
24794         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
24795         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
24796         * m4/hard-locale.m4 (gl_HARD_LOCALE):
24797         * m4/hash.m4 (gl_HASH):
24798         * m4/idcache.m4 (gl_IDCACHE):
24799         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
24800         * m4/lchown.m4 (gl_FUNC_LCHOWN):
24801         * m4/long-options.m4 (gl_LONG_OPTIONS):
24802         * m4/lstat.m4 (gl_FUNC_LSTAT):
24803         * m4/md5.m4 (gl_MD5):
24804         * m4/memcasecmp.m4 (gl_MEMCASECMP):
24805         * m4/memcoll.m4 (gl_MEMCOLL):
24806         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
24807         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
24808         * m4/memxor.m4 (gl_MEMXOR):
24809         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
24810         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
24811         * m4/modechange.m4 (gl_MODECHANGE):
24812         * m4/mountlist.m4 (gl_MOUNTLIST):
24813         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24814         * m4/openat.m4 (gl_FUNC_OPENAT):
24815         * m4/pathmax.m4 (gl_PATHMAX):
24816         * m4/physmem.m4 (gl_PHYSMEM):
24817         * m4/posixtm.m4 (gl_POSIXTM):
24818         * m4/posixver.m4 (gl_POSIXVER):
24819         * m4/quote.m4 (gl_QUOTE):
24820         * m4/quotearg.m4 (gl_QUOTEARG):
24821         * m4/readtokens.m4 (gl_READTOKENS):
24822         * m4/readutmp.m4 (gl_READUTMP):
24823         * m4/regex.m4 (gl_REGEX):
24824         * m4/safe-read.m4 (gl_SAFE_READ):
24825         * m4/safe-write.m4 (gl_SAFE_WRITE):
24826         * m4/same.m4 (gl_SAME):
24827         * m4/save-cwd.m4 (gl_SAVE_CWD):
24828         * m4/savedir.m4 (gl_SAVEDIR):
24829         * m4/settime.m4 (gl_SETTIME):
24830         * m4/sha1.m4 (gl_SHA1):
24831         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
24832         * m4/stat-macros.m4 (gl_STAT_MACROS):
24833         * m4/stat-time.m4 (gl_STAT_TIME):
24834         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
24835         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
24836         * m4/strdup.m4 (gl_FUNC_STRDUP):
24837         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
24838         * m4/strndup.m4 (gl_FUNC_STRNDUP):
24839         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
24840         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
24841         * m4/time_r.m4 (gl_TIME_R):
24842         * m4/timespec.m4 (gl_TIMESPEC):
24843         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
24844         * m4/unlinkdir.m4 (gl_UNLINKDIR):
24845         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
24846         * m4/userspec.m4 (gl_USERSPEC):
24847         * m4/utimecmp.m4 (gl_UTIMECMP):
24848         * m4/utimens.m4 (gl_UTIMENS):
24849         * m4/xalloc.m4 (gl_XALLOC):
24850         * m4/xgetcwd.m4 (gl_XGETCWD):
24851         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
24852         * m4/xreadlink.m4 (gl_XREADLINK):
24853         * m4/xstrtod.m4 (gl_XSTRTOD):
24854         * m4/yesno.m4 (gl_YESNO):
24855         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24856         to get the necessary .h files and whatnot.
24857
24858 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
24859             Bruno Haible  <bruno@clisp.org>
24860
24861         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
24862         /bin/sh understanding of '!' conditional negation.
24863
24864 2006-08-21  Jim Meyering  <jim@meyering.net>
24865
24866         * modules/openat (Depends-on): Really alphabetize.
24867
24868         * modules/acl (Depends-on): Add error and quote.
24869
24870         * check-module (find_included_lib_files): Add at-func.c to the
24871         ok-to-include-more-than-once white list.
24872
24873         * modules/openat (Depends-on): Add lstat.  Alphabetize.
24874
24875 2006-08-21  Bruno Haible  <bruno@clisp.org>
24876
24877         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24878         Emit a pkgdata_DATA variable only if some snippets add contents to it.
24879         Reported by Martin Lambers <marlam@marlam.de>.
24880
24881 2006-08-21  Bruno Haible  <bruno@clisp.org>
24882
24883         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
24884         specify an installation location, don't emit a noinst_LIBRARIES or
24885         noinst_LTLIBRARIES assignment.
24886
24887 2006-08-21  Bruno Haible  <bruno@clisp.org>
24888
24889         BeOS portability.
24890         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
24891         BeOS has mbrtowc() but no <wctype.h>.
24892
24893 2006-08-21  Bruno Haible  <bruno@clisp.org>
24894
24895         BeOS portability.
24896         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
24897         exist.
24898
24899 2006-08-21  Bruno Haible  <bruno@clisp.org>
24900
24901         BeOS portability.
24902         * lib/mbchar.h: Include <wctype.h> only if it exists.
24903
24904 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24905
24906         Remove files that are no longer needed by their respective modules.
24907         * m4/obstack.m4: Remove.
24908         * m4/strerror_r.m4: Remove.
24909         * m4/uint32_t.m4: Remove.
24910         * m4/uintptr_t.m4: Remove.
24911         * m4/ullong_max.m4: Remove.
24912         * m4/xstrtoimax.m4: Remove.
24913         * m4/xstrtoumax.m4: Remove.
24914
24915         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
24916         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
24917         dependencies now capture this.
24918
24919         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
24920         Do not use AC_LIBSOURCES, since gnulib modules now do this.
24921         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
24922         * m4/human.m4 (gl_HUMAN): Likewise.
24923         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
24924         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
24925
24926         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
24927
24928         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
24929         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
24930         stdint.
24931         * m4/human.m4 (gl_HUMAN): Likewise.
24932         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
24933         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
24934         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24935         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24936         * m4/xstrtol (gl_XSTRTOL): Likewise.
24937
24938         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
24939         AC_TYPE_LONG_LONG_INT.
24940         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24941         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
24942         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
24943         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24944
24945         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
24946         on stdbool.
24947
24948         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
24949         (gl_PREREQ_XSTRTOUL): Remove.
24950
24951         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
24952
24953         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
24954         mode.
24955
24956 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24957
24958         Add and change modules to make it easier for coreutils to use
24959         gnulib-tool.
24960         * modules/backupfile (Files): Remove m4/d-ino.m4.
24961         (Depends-on): Add d-ino.
24962         * modules/cycle-check (Depends-on): Add stdint.
24963         (lib_SOURCES): Add cycle-check.h.
24964         * modules/d-ino: New module.
24965         * modules/d-type: New module.
24966         * modules/error (Files): Remove m4/strerror_r.m4.
24967         * modules/filemode (Files): Add m4/st_dm_mode.m4.
24968         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24969         m4/inttypes_h.m4, m4/uintmax_t.m4.
24970         (Depends-on): Add stdint.
24971         (lib_SOURCES): Add fsusage.h.
24972         * modules/getcwd (Files): Remove d-ino.m4.
24973         (Depends-on): Add d-ino.
24974         * modules/getndelim2 (Depends-on): Add stdint.
24975         * modules/glob (Files): Remove m4/d-type.m4.
24976         (Depends-on): Add d-type.
24977         * modules/host-os: New module.
24978         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
24979         m4/inttypes_h.m4, m4/uintmax_t.m4.
24980         * Depends-on: Add stdint.
24981         (lib_SOURCES): Add human.h.
24982         * modules/inttostr (Files): Remove m4/intmax_t.m4,
24983         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
24984         m4/uintmax_t.m4, m4/ulonglong.m4.
24985         (Depends-on): Add stdint.
24986         (EXTRA_DIST): Add inttostr.h.
24987         * modules/lchmod: New module.
24988         * modules/link-follow: New module.
24989         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
24990         (Depends-on): Add lchmod.
24991         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
24992         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
24993         (Depends-on): Add stdint.
24994         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
24995         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
24996         (Depends-on): Add stdint.
24997         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
24998         * modules/perl: New module.
24999         * modules/regex (Depends-on): Add stdint.
25000         * modules/rmdir-errno: New module.
25001         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25002         m4/intmax_t.m4.
25003         (Depends-on): Add stdint.
25004         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25005         m4/uintmax_t.m4.
25006         (Depends-on): Add stdint.
25007         * modules/unlink-busy: New module.
25008         * modules/utimecmp (Depends-on): Add stdint.
25009         * modules/uptime: New module.
25010         * modules/winsz-ioctl: New module.
25011         * modules/winsz-termios: New module.
25012         * modules/xnanosleep (Depends-on): Add nanosleep.
25013         * modules/ullong_max: Remove.
25014         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
25015         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
25016         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
25017         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
25018         (Depends-on): Add inttypes.
25019         (lib_SOURCES): Add xstrtol.h.
25020         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
25021         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
25022         * MODULES.html.sh: Move 'assert' into the assert section.
25023         Move 'dummy' into the linking section.
25024         Remove ullong_max.
25025         Add section for compatibility checks for POSIX:2001 functions,
25026         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
25027         winsz-ioctl, and winsz-termios into it.
25028         Add lchmod.
25029         Add top-level Misc section and put host-os, perl, and uptime
25030         into it.
25031
25032 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25033
25034         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
25035         now assume the stdint module.  Do not include inttypes.h.
25036         * lib/fsusage.h: Likewise.
25037         * lib/getndelim2.c: Likewise.
25038         * lib/human.h: Likewise.
25039         * lib/inttostr.h: Likewise.
25040         * lib/obstack.c: Likewise.
25041         * lib/regex_internal.h: Likewise.
25042         * lib/tempname.c: Likewise.
25043         * lib/utimecmp.c: Likewise.
25044         * lib/xstrtol.h: Likewise.
25045
25046         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
25047
25048         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
25049         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
25050         * lib/xtime.h: Likewise.
25051
25052 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25053
25054         * modules/openat (Files): Add lib/fchmodat.c.
25055         Fixes problem reported by Jay Youngman.
25056
25057 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25058
25059         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
25060         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
25061
25062 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
25063             Bruno Haible  <bruno@clisp.org>
25064
25065         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
25066         and is a script that invokes bison. Tighten the code. Add comments.
25067
25068 2006-08-18  Jim Meyering  <jim@meyering.net>
25069
25070         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
25071         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
25072         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
25073         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
25074
25075 2006-08-18  Bruno Haible  <bruno@clisp.org>
25076
25077         * modules/bison-i18n: New file.
25078         * MODULES.html.sh (Internationalization functions): Add it.
25079
25080 2006-08-18  Bruno Haible  <bruno@clisp.org>
25081
25082         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
25083         sys/statvfs.h. When getmntinfo was found, check its declaration and
25084         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
25085
25086 2006-08-18  Bruno Haible  <bruno@clisp.org>
25087
25088         * m4/bison-i18n.m4: New file, from bison.
25089
25090 2006-08-18  Bruno Haible  <bruno@clisp.org>
25091
25092         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
25093         (ME_DUMMY): Treat "kernfs" as a dummy.
25094         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
25095
25096 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25097
25098         Update from coreutils.
25099
25100         2006-08-15  Jim Meyering  <jim@meyering.net>
25101
25102         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
25103
25104         2006-01-17  Jim Meyering  <jim@meyering.net>
25105
25106         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
25107
25108         2006-01-11  Jim Meyering  <jim@meyering.net>
25109
25110         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
25111         Check for the lchmod function.
25112
25113 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25114
25115         Update from coreutils.
25116
25117         * lib/__fpending.h: Add copyright notice.
25118         * lib/fprintftime.h: Likewise.
25119         * lib/savedir.c: Use (C) in copyright notice.
25120         * lib/savedir.h: Likewise.
25121
25122         2006-08-15  Jim Meyering  <jim@meyering.net>
25123
25124         * lib/at-func.c: New file, with the logic of all emulated at-functions.
25125         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
25126         in support of the EXPECTED_ERRNO macro.
25127         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
25128         definitions.  Instead, define the appropriate symbols and include
25129         "at-func.c".
25130         * lib/mkdirat.c (mkdirat): Likewise.
25131         * lib/fchmodat.c (fchmodat): Likewise.
25132         (ENOSYS): Remove definition.
25133         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
25134         it.  Don't include "unistd--.h" -- it wasn't ever used.
25135
25136         2006-01-17  Jim Meyering  <jim@meyering.net>
25137
25138         Rewrite fts.c not to change the current working directory,
25139         by using openat, fstatat, fdopendir, etc..
25140
25141         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
25142         (HAVE_OPENAT_SUPPORT): Define.
25143         [_LIBC] (fchdir): Don't undef or define; no longer used.
25144         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
25145         Now, this `function' always succeeds, and consumes its file descriptor
25146         parameter -- so callers must not close such FDs.  Update callers.
25147         (diropen_fd, opendirat, cwd_advance_fd): New functions.
25148         (diropen): Add parameter, SP.  Adjust all callers.
25149         Implement using diropen_fd, rather than open.
25150         (fts_open): Initialize new member, fts_cwd_fd.
25151         Remove fts_rft-setting code.
25152         (fts_close): Close fts_cwd_fd, if necessary.
25153         (__opendir2): Define in terms of opendir or opendirat,
25154         depending on whether the FST_NOCHDIR flag is set.
25155         (fts_build): Since fts_safe_changedir consumes its FD, and since
25156         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
25157         and close the dup'd file descriptor upon failure.
25158         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
25159         (fts_safe_changedir): Tweak semantics to reflect that this function
25160         now calls cwd_advance_fd and hence consumes its FD argument.
25161         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
25162         [struct FTS] (fts_rft): Remove now-unused member.
25163         [struct FTS] (fts_cycle.state): Improve comment.
25164
25165         * lib/openat.c (openat_needs_fchdir): New function.
25166         * lib/openat.h (openat_needs_fchdir): Declare it.
25167
25168 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
25169
25170         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
25171         Problem and fix reported by Pádraig Brady in
25172         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
25173
25174 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25175
25176         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
25177
25178 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25179
25180         * lib/memcoll.c (memcoll): Optimize for the common case where the
25181         arguments are bytewise equal.
25182
25183 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25184
25185         * doc/regexprops-generic.texi: Add a copyright notice.
25186
25187 2006-08-15  Bruno Haible  <bruno@clisp.org>
25188
25189         * modules/tmpdir (License): Change to LGPL.
25190
25191 2006-08-15  Bruno Haible  <bruno@clisp.org>
25192
25193         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
25194         module.
25195
25196 2006-08-14  Simon Josefsson  <jas@extundo.com>
25197
25198         * config/srclist.txt: Add gnupload.
25199
25200 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25201
25202         Change copyright notice from LGPL 2 to GPL 2, since that's the
25203         standard form used in the gnulib repository.
25204         * tests/test-lock.c: Likewise.
25205         * tests/test-stdint.c: Likewise.
25206         * tests/test-tls.c: Likewise.
25207
25208         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
25209         prelude-manager.  User shorter URLs for GNU projects, without '?'.
25210         Add copyright notice.
25211
25212         * check-module: Add copyright notice.  Output a copyright
25213         notice if "--version" is specified.
25214         * modules/COPYING: New file.
25215         * tests/test-getaddrinfo.c: Add copyright notice.
25216         * tests/test-verify.c: Likewise.
25217
25218 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25219
25220         Change copyright notice from LGPL 2 to GPL 2, since that's the
25221         standard form used in the gnulib repository.
25222         * lib/lock.c: LGPL -> GPL.
25223         * lib/lock.h: Likewise.
25224         * lib/strnlen1.c: Likewise.
25225         * lib/strnlen1.h: Likewise.
25226         * lib/tls.c: Likewise.
25227         * lib/tls.h: Likewise.
25228         * lib/tmpdir.c: Likewise.
25229
25230         * lib/TODO: Remove; this belongs only in coreutils.
25231
25232 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25233
25234         Add copyright notices to long-enough files that lack them, since
25235         otherwise the files aren't clearly free.  Use the same notice that
25236         getdate.texi already uses.
25237         * doc/alloca-opt.texi: Add copyright notice.
25238         * doc/alloca.texi: Likewise.
25239         * doc/ctime.texi: Likewise.
25240         * doc/functions.texi: Likewise.
25241         * doc/gcd.texi: Likewise.
25242         * doc/gnulib-tool.texi: Likewise.
25243         * doc/inet_ntoa.texi: Likewise.
25244         * doc/visibility.texi: Likewise.
25245
25246         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
25247         * doc/quote.texi: Add copyright notice.
25248
25249         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
25250         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
25251         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
25252         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
25253         is now obsolete, and give a pointer to the Sun list.
25254         Add copyright notice.
25255
25256 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25257
25258         * config/srclistvars.sh: Add copyright notice.
25259
25260 2006-08-14  Eric Blake  <ebb9@byu.net>
25261
25262         Import the following change from libc:
25263
25264         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
25265
25266         Upstream bug 2997.
25267         * lib/misc/error.c: Add space between program name and message if file
25268         name is missing.
25269
25270 2006-08-12  Karl Berry  <karl@gnu.org>
25271
25272         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
25273         remove, these originate in gnulib now.
25274
25275 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25276
25277         * doc/Makefile (standards.info standards.html standards.dvi):
25278         Also depend on make-stds.texi.
25279
25280 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25281
25282         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
25283         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
25284
25285         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
25286         in wchar_t.  Problem reported by Eric Blake.
25287
25288         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
25289         LEN is smaller than SIZE.  Suggested by Bruno Haible.
25290         Also, help the compiler to keep LEN in a register.
25291
25292 2006-08-11  Eric Blake  <ebb9@byu.net>
25293
25294         * users.txt: Sort.  Add tar.
25295
25296 2006-08-11  Bruno Haible  <bruno@clisp.org>
25297
25298         * users.txt: New file.
25299
25300 2006-08-11  Bruno Haible  <bruno@clisp.org>
25301
25302         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
25303         before <wchar.h>. Needed for OSF/1 and BSD/OS.
25304
25305 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25306
25307         * modules/snprintf (Depends-on): Remove minmax.
25308         (Maintainer): Add self and Bruno.
25309
25310 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25311
25312         * lib/.cppi-disable: Add snprintf.h, socket_.h.
25313         * lib/snprintf.c: Include <errno.h> and <limits.h>.
25314         (EOVERFLOW): Define if the system does not.
25315         Do not include "minmax.h"; it wasn't used.
25316         (snprintf): Don't assume size_t promotes to an unsigned type.
25317         Fix bug when generated string was too long for the buffer: the
25318         buffer's contents are supposed to be the initial prefix of the
25319         output.  Don't assume vasnprintf returns EOVERFLOW if the size
25320         exceeds INT_MAX; do the check ourselves.
25321
25322         Import the following changes from libc:
25323
25324         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
25325
25326         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
25327         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
25328         set wc to the byte which couldn't be converted.
25329         (re_string_reconstruct): Don't clear valid_raw_len before calling
25330         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
25331         tip_context using re_string_context_at.
25332
25333         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
25334
25335         * lib/posix/regex.h: g++ still cannot handled [restrict].
25336
25337         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
25338
25339         * lib/posix/regex.h: Remove special handling for VMS.
25340
25341 2006-08-10  Jim Meyering  <jim@meyering.net>
25342
25343         * modules/same-inode: New module.
25344         * modules/dev-ino: New module.
25345         * modules/cycle-check: Depend on these modules, rather than simply
25346         including their .h files.
25347         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
25348         required via m4/cycle-check.m4.
25349         * modules/same: Depend on new same-inode module, rather than
25350         including same-inode.h.
25351         * modules/chdir-safer: New file.
25352
25353         * modules/chown (Depends-on): Add stat-macros.
25354
25355 2006-08-10  Jim Meyering  <jim@meyering.net>
25356
25357         * m4/cycle-check.m4: New file.
25358         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
25359         * m4/dev-ino.m4, m4/same-inode.m4: New files.
25360
25361 2006-08-10  Eric Blake  <ebb9@byu.net>
25362
25363         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
25364         in from original proposal.
25365
25366 2006-08-10  Eric Blake  <ebb9@byu.net>
25367         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25368
25369         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
25370         namespace.
25371
25372 2006-08-10  Bruno Haible  <bruno@clisp.org>
25373
25374         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
25375         as well.
25376
25377 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25378
25379         Sync from coreutils.
25380
25381         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
25382
25383         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
25384         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
25385
25386 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25387
25388         * modules/restrict: Remove; no longer needed now that we assume
25389         Autoconf 2.59 or later.
25390         * MODULES.html.sh: Remove 'restrict'.
25391         * modules/argp (Depends-on): Remove 'restrict'.
25392         * modules/base64 (Depends-on): Likewise.
25393         * modules/gc (Depends-on): Likewise.
25394         * modules/getaddrinfo (Depends-on): Likewise.
25395         * modules/glob (Depends-on): Likewise.
25396         * modules/inet_ntop (Depends-on): Likewise.
25397         * modules/inet_pton (Depends-on): Likewise.
25398         * modules/memxor (Depends-on): Likewise.
25399         * modules/regex (Depends-on): Likewise.
25400         * modules/strtok_r (Depends-on): Likewise.
25401         * modules/time_r (Depends-on): Likewise.
25402
25403 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25404
25405         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
25406         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
25407         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25408         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
25409         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
25410         * m4/memxor.m4 (gl_MEMXOR): Likewise.
25411         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
25412         gl_C_RESTRICT replaced by AC_C_RESTRICT.
25413
25414         Merge from coreutils.
25415         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
25416         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
25417         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
25418         * m4/time_r.m4 (gl_TIME_R): Likewise.
25419
25420 2006-08-09  Karl Berry  <karl@gnu.org>
25421
25422         * config/srclist.txt: no more gettext-tools, per Bruno.
25423
25424 2006-08-08  Eric Blake  <ebb9@byu.net>
25425
25426         * modules/verror: New module.
25427         * MODULES.html.sh: Document it.
25428
25429 2006-08-08  Eric Blake  <ebb9@byu.net>
25430
25431         * lib/verror.h, lib/verror.c: New files.
25432
25433 2006-08-08  Eric Blake  <ebb9@byu.net>
25434
25435         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
25436         verror_at_line output complies with GNU Coding Standards even when
25437         file is NULL.
25438
25439 2006-08-07  Bruno Haible  <bruno@clisp.org>
25440
25441         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
25442         versions of AIX.
25443         Reported by Ralf Wildenhues.
25444
25445 2006-08-07  Bruno Haible  <bruno@clisp.org>
25446
25447         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
25448         in an AC_DEFUN. Needed so that the autoconf snippets can use
25449         AC_REQUIRE.
25450
25451 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25452
25453         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25454         Initialize pkgdata_DATA.
25455         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
25456         overriding it.
25457
25458 2006-08-06  Eric Blake  <ebb9@byu.net>
25459
25460         * lib/error.h: Fold in some upstream changes from glibc.
25461         * lib/error.c: Likewise.
25462
25463 2006-08-04  Bruno Haible  <bruno@clisp.org>
25464
25465         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25466         Make the mostlyclean-local rule depend on mostlyclean-generic.
25467         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
25468
25469 2006-07-31  Bruno Haible  <bruno@clisp.org>
25470
25471         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
25472         <stdlib.h>, <string.h>.
25473
25474 2006-07-30  Bruno Haible  <bruno@clisp.org>
25475
25476         * modules/readlink (License): Change to LGPL.
25477
25478 2006-07-30  Bruno Haible  <bruno@clisp.org>
25479
25480         * modules/javaversion (Makefile.am): Distribute javaversion.java and
25481         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
25482         set PKGDATADIR to point to it.
25483
25484 2006-07-30  Bruno Haible  <bruno@clisp.org>
25485
25486         * modules/csharpexec (configure.ac): Comment out macro invocation.
25487         * modules/javaexec (configure.ac): Likewise.
25488         * modules/javacomp-script (configure.ac): Likewise.
25489
25490         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
25491
25492 2006-07-30  Bruno Haible  <bruno@clisp.org>
25493
25494         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
25495         linked-list.
25496
25497 2006-07-30  Bruno Haible  <bruno@clisp.org>
25498
25499         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
25500
25501 2006-07-30  Bruno Haible  <bruno@clisp.org>
25502
25503         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25504         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
25505         get removed.
25506
25507 2006-07-29  Bruno Haible  <bruno@clisp.org>
25508
25509         Make it possible for gnulib-tool to work with locally modified or
25510         augmented gnulib repositories.
25511         * gnulib-tool (func_usage): Document --local-dir option.
25512         (local_gnulib_dir): New variable.
25513         Handle --local-dir option.
25514         (func_lookup_file): New function.
25515         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
25516         (func_get_description, func_get_filelist, func_get_description,
25517         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
25518         func_get_automake_snippet, func_get_include_directive,
25519         func_get_license, func_get_maintainer): Use func_lookup_file.
25520         (func_import, func_create_testdir): Use func_lookup_file.
25521
25522 2006-07-29  Bruno Haible  <bruno@clisp.org>
25523
25524         * modules/setenv (Depends-on): Add unistd.
25525
25526 2006-07-29  Bruno Haible  <bruno@clisp.org>
25527
25528         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
25529
25530 2006-07-29  Bruno Haible  <bruno@clisp.org>
25531
25532         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
25533
25534 2006-07-29  Bruno Haible  <bruno@clisp.org>
25535
25536         * gnulib-tool (import, update): If there is no Makefile.am, look at
25537         aclocal.m4, instead of bailing out.
25538
25539 2006-07-29  Bruno Haible  <bruno@clisp.org>
25540
25541         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
25542         Categorize the options by when they are useful.
25543
25544 2006-07-29  Bruno Haible  <bruno@clisp.org>
25545
25546         * gnulib-tool (func_usage): Document option --no-libtool.
25547         Handle option --no-libtool.
25548         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
25549         for changed semantics of $libtool variable.
25550         (func_import): Likewise. If libtool is not used, show this through
25551         an option --no-libtool.
25552         (func_create_testdir): Update.
25553
25554 2006-07-29  Bruno Haible  <bruno@clisp.org>
25555
25556         * gnulib-tool (func_import): Extend error message about missing
25557         --doc-base.
25558
25559 2006-07-29  Bruno Haible  <bruno@clisp.org>
25560
25561         * gnulib-tool (func_import): Don't create the $docbase directory if
25562         there is no file to store there.
25563
25564 2006-07-29  Bruno Haible  <bruno@clisp.org>
25565
25566         * gnulib-tool (autoconf_minversion): If a --dir option is given and
25567         relevant, look for configure.ac there, not in the current directory.
25568         Also use a simple search for AC_PREREQ, not "autoconf --trace".
25569
25570 2006-07-29  Bruno Haible  <bruno@clisp.org>
25571
25572         * gnulib-tool (SORT): New variable.
25573         (func_usage): Undocument --assume-autoconf option.
25574         Remove --assume-autoconf option handling.
25575         (autoconf_minversion): Determine from the contents of configure.ac.
25576         (func_import): Remove autoconf_minversion handling.
25577         Suggested by Eric Blake.
25578
25579 2006-07-29  Bruno Haible  <bruno@clisp.org>
25580
25581         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
25582
25583 2006-07-29  Bruno Haible  <bruno@clisp.org>
25584
25585         * config/srclist.txt (*setenv.[ch]): Remove rules.
25586
25587 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25588
25589         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
25590
25591 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25592
25593         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
25594         arpa/inet.h.
25595
25596 2006-07-28  Simon Josefsson  <jas@extundo.com>
25597
25598         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
25599         * modules/inet_pton (Depends-on): Likewise.
25600
25601 2006-07-28  Simon Josefsson  <jas@extundo.com>
25602
25603         * m4/netinet_in_h.m4: New file.
25604
25605 2006-07-28  Simon Josefsson  <jas@extundo.com>
25606
25607         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
25608         #include's.
25609
25610 2006-07-28  Simon Josefsson  <jas@extundo.com>
25611
25612         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
25613         #include's.
25614
25615 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
25616
25617         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
25618         setgid on directories only if they set these bits.
25619         * lib/modechange.h: Remove obsolete comment about masks.
25620
25621 2006-07-28  Eric Blake  <ebb9@byu.net>
25622
25623         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
25624         macro expansion.
25625
25626 2006-07-28  Bruno Haible  <bruno@clisp.org>
25627
25628         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
25629
25630 2006-07-28  Bruno Haible  <bruno@clisp.org>
25631
25632         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
25633
25634 2006-07-28  Bruno Haible  <bruno@clisp.org>
25635
25636         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25637         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25638         Define fallbacks.
25639         Avoids link error on FreeBSD 4.x.
25640         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25641
25642         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
25643         encoding.
25644         * lib/mbswidth.c (iswcntrl): Likewise.
25645
25646 2006-07-27  Bruno Haible  <bruno@clisp.org>
25647
25648         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
25649         test.
25650
25651 2006-07-27  Bruno Haible  <bruno@clisp.org>
25652
25653         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
25654         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
25655         defined.
25656
25657 2006-07-26  Eric Blake  <ebb9@byu.net>
25658
25659         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
25660
25661 2006-07-26  Eric Blake  <ebb9@byu.net>
25662
25663         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
25664         like mingw that lack mkstemp.
25665         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
25666         avoid compilation warning on mingw.
25667
25668 2006-07-26  Bruno Haible  <bruno@clisp.org>
25669
25670         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
25671         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
25672         INT_FAST*_MIN, INTPTR_MIN.
25673
25674 2006-07-25  Bruno Haible  <bruno@clisp.org>
25675
25676         * modules/version-etc (Depends-on): Add stdarg.
25677
25678 2006-07-25  Bruno Haible  <bruno@clisp.org>
25679
25680         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
25681         complex commands.
25682
25683 2006-07-25  Bruno Haible  <bruno@clisp.org>
25684
25685         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
25686         defined in <stdarg.h> or config.h.
25687
25688 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25689
25690         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
25691         (gl_STDIO_SAFER): Remove.
25692
25693 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25694
25695         * MODULES.html.sh (File stream based Input/Output):
25696         Add fopen-safer, tmpfile-safer; remove stdio-safer.
25697         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
25698         * modules/fopen-safer, modules/tmpfile-safer: New files.
25699         * modules/stdio-safer: Remove.
25700
25701 2006-07-24  Bruno Haible  <bruno@clisp.org>
25702
25703         * modules/tmpdir: New file.
25704         * MODULES.html.sh (File system functions): Add it.
25705
25706 2006-07-24  Bruno Haible  <bruno@clisp.org>
25707
25708         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
25709         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
25710
25711 2006-07-24  Bruno Haible  <bruno@clisp.org>
25712
25713         * modules/clean-temp: New file.
25714
25715 2006-07-24  Bruno Haible  <bruno@clisp.org>
25716
25717         * m4/tmpdir.m4: New file, from GNU gettext.
25718
25719 2006-07-24  Bruno Haible  <bruno@clisp.org>
25720
25721         * lib/tmpdir.h: New file, from GNU gettext.
25722         * lib/tmpdir.c: New file, from GNU gettext.
25723
25724 2006-07-24  Bruno Haible  <bruno@clisp.org>
25725
25726         * lib/clean-temp.h: New file, from GNU gettext.
25727         * lib/clean-temp.c: New file, from GNU gettext.
25728
25729 2006-07-23  Eric Blake  <ebb9@byu.net>
25730
25731         * modules/stdio-safer (Files): Add tmpfile-safer.c.
25732         (Depends-on): Add binary-io.
25733
25734 2006-07-23  Eric Blake  <ebb9@byu.net>
25735
25736         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
25737
25738 2006-07-23  Eric Blake  <ebb9@byu.net>
25739
25740         * lib/tmpfile-safer.c: New file.
25741         * lib/stdio-safer.h (fopen_safer): Add prototype.
25742         * lib/stdio--.h (tmpfile): Make safer.
25743
25744 2006-07-23  Bruno Haible  <bruno@clisp.org>
25745
25746         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
25747         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
25748         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
25749         gl_linked_remove_at): Use it.
25750
25751 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25752         and Simon Josefsson <jas@extundo.com>
25753
25754         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
25755
25756         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
25757
25758 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25759
25760         * modules/close-stream: New file.
25761         * modules/closeout (Description): Make it clear that it exits
25762         with a diagnostic on error.
25763         (Depends-on): Add close-stream.  Remove fpending, stdbool.
25764         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
25765
25766 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25767
25768         * m4/close-stream.m4: New file.
25769
25770 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25771
25772         * lib/close-stream.c, lib/close-stream.h: New files.
25773
25774 2006-07-22  Bruno Haible  <bruno@clisp.org>
25775
25776         Merge from GNU gettext 0.15.
25777
25778         2006-05-01  Bruno Haible  <bruno@clisp.org>
25779
25780                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
25781
25782         2006-07-22  Bruno Haible  <bruno@clisp.org>
25783
25784                 * modules/javaversion: New file.
25785                 * MODULES.html.sh (Java): Add javaversion.
25786
25787         2006-03-12  Bruno Haible  <bruno@clisp.org>
25788
25789                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
25790
25791         2005-12-04  Bruno Haible  <bruno@clisp.org>
25792
25793                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
25794                 (untested).
25795
25796         2006-06-21  Bruno Haible  <bruno@clisp.org>
25797
25798                 Avoid warnings from recent versions of mcs.
25799                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
25800                 -o, -L, -r any more. Use options documented since mcs-1.0
25801                 instead. Similarly for -g.
25802
25803         2005-12-04  Bruno Haible  <bruno@clisp.org>
25804
25805                 * build-aux/csharpcomp.sh.in: Suffix for resources is
25806                 .resources, not .resource.
25807
25808         2005-07-09  Bruno Haible  <bruno@clisp.org>
25809
25810                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
25811                 add a .dll suffix.
25812                 Reported by Mark Junker <mjscod@gmx.de>.
25813
25814         2006-07-22  Bruno Haible  <bruno@clisp.org>
25815
25816                 * modules/gettext: Upgrade to gettext-0.15.
25817                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
25818                 m4/visibility.m4.
25819                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
25820
25821 2006-07-22  Bruno Haible  <bruno@clisp.org>
25822
25823         Merge from GNU gettext 0.15.
25824
25825         2006-03-25  Bruno Haible  <bruno@clisp.org>
25826
25827                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
25828
25829         2006-07-21  Bruno Haible  <bruno@clisp.org>
25830
25831                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
25832                 "1.1".
25833
25834         2006-05-09  Bruno Haible  <bruno@clisp.org>
25835
25836                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
25837                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
25838                 for the conftestver execution.
25839
25840         2006-05-01  Bruno Haible  <bruno@clisp.org>
25841
25842                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
25843                 optional target-version argument. Verify that the compiler
25844                 groks source of the specified source-version, or add -source
25845                 option as necessary. Verify that the compiler produces
25846                 bytecode in the specified target-version, or add -target and
25847                 -source options as necessary. Make the result of the test
25848                 available as variable CONF_JAVAC. Also log error output in
25849                 config.log.
25850
25851         2006-03-11  Bruno Haible  <bruno@clisp.org>
25852
25853                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
25854
25855         2006-05-09  Bruno Haible  <bruno@clisp.org>
25856
25857                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
25858                 CLASSPATH_SEPARATOR to a semicolon.
25859
25860         2006-03-12  Bruno Haible  <bruno@clisp.org>
25861
25862                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
25863                 available as variable CONF_JAVA, for subsequent autoconf
25864                 tests. Also log error output in config.log.
25865
25866         2006-07-19  Bruno Haible  <bruno@clisp.org>
25867
25868                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
25869                 that getline works on glibc2 systems. Needed to avoid trouble
25870                 in relocatable.c.
25871                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
25872
25873         2005-12-04  Bruno Haible  <bruno@clisp.org>
25874
25875                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
25876                 launcher (untested).
25877
25878         2005-12-04  Bruno Haible  <bruno@clisp.org>
25879
25880                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
25881
25882         2006-07-22  Bruno Haible  <bruno@clisp.org>
25883
25884                 * gettext.m4: Update from GNU gettext-0.15.
25885                 * nls.m4: Likewise.
25886                 * po.m4: Likewise.
25887                 * inttypes-pri.m4: Likewise.
25888                 * inttypes-h.m4: Renamed from inttypes.m4.
25889                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
25890
25891 2006-07-22  Bruno Haible  <bruno@clisp.org>
25892
25893         Merge from GNU gettext 0.15.
25894
25895         2005-07-05  Bruno Haible  <bruno@clisp.org>
25896
25897                 * printf-args.c (printf_fetchargs): Work around broken
25898                 definition of wint_t on mingw.
25899
25900         2005-02-12  Bruno Haible  <bruno@clisp.org>
25901
25902                 * xallocsa.h: Add extern "C" for C++.
25903
25904         2006-05-17  Bruno Haible  <bruno@clisp.org>
25905
25906                 Cygwin portability.
25907                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
25908
25909         2006-04-30  Bruno Haible  <bruno@clisp.org>
25910
25911                 * progreloc.c: Include <mach-o/dyld.h> if available.
25912                 (find_executable): Use _NSGetExecutablePath when possible.
25913
25914         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25915
25916                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
25917                 function.
25918
25919         2005-12-29  Bruno Haible  <bruno@clisp.org>
25920
25921                 * progreloc.c (set_program_name_and_installdir): Fix
25922                 compilation error.
25923
25924         2005-12-04  Bruno Haible  <bruno@clisp.org>
25925
25926                 Cygwin portability.
25927                 * progreloc.c: Include <windows.h> also on Cygwin.
25928                 (find_executable): Add support for Cygwin.
25929                 (set_program_name_and_installdir): Handle also platforms with
25930                 nonempty EXEEXT.
25931
25932         2006-07-11  Bruno Haible  <bruno@clisp.org>
25933
25934                 * javacomp.c: Fix a comment.
25935                 Reported by Jim Meyering.
25936
25937         2006-04-30  Bruno Haible  <bruno@clisp.org>
25938
25939                 * javacomp.h (compile_java_class): Add source_version,
25940                 target_version arguments.
25941                 * javacomp.c: Rewritten to choose only a compiler that
25942                 respects the specified source_version and target_version.
25943
25944         2006-06-27  Bruno Haible  <bruno@clisp.org>
25945
25946                 Assume correct S_ISDIR macro.
25947                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
25948
25949         2006-07-22  Bruno Haible  <bruno@clisp.org>
25950
25951                 * javaversion.h: New file, from GNU gettext.
25952                 * javaversion.c: New file, from GNU gettext.
25953                 * javaversion.java: New file, from GNU gettext.
25954                 * javaversion.class: New file, from GNU gettext.
25955
25956         2006-05-17  Bruno Haible  <bruno@clisp.org>
25957
25958                 Cygwin portability.
25959                 * javaexec.c (execute_java_class): Test for jview program
25960                 also on Cygwin.
25961
25962         2006-04-09  Bruno Haible  <bruno@clisp.org>
25963
25964                 * fatal-signal.c: Don't include string.h.
25965                 (at_fatal_signal): Use a copying loop instead of memcpy.
25966
25967         2005-12-04  Bruno Haible  <bruno@clisp.org>
25968
25969                 * csharpexec.c: Add support for 'clix' launcher (untested).
25970                 (execute_csharp_using_sscli): New function.
25971                 (execute_csharp_program): Call it.
25972
25973         2006-06-21  Bruno Haible  <bruno@clisp.org>
25974
25975                 Avoid warnings from recent versions of mcs.
25976                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
25977                 -o, -L, -r any more. Use options documented since mcs-1.0
25978                 instead. Similarly for -g.
25979
25980         2005-07-09  Bruno Haible  <bruno@clisp.org>
25981
25982                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
25983                 add a .dll suffix.
25984                 Reported by Mark Junker <mjscod@gmx.de>.
25985
25986         2006-06-17  Bruno Haible  <bruno@clisp.org>
25987
25988                 * config.charset: Update for NetBSD 3.0.
25989
25990         2006-05-17  Bruno Haible  <bruno@clisp.org>
25991
25992                 Cygwin portability.
25993                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
25994
25995         2006-05-16  Bruno Haible  <bruno@clisp.org>
25996
25997                 * localcharset.c [CYGWIN]: Include <windows.h>.
25998                 (get_charset_aliases): For Cygwin, return the same CPxxx
25999                 aliases list as under WIN32.
26000                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
26001                 the environment variables. Fall back to GetACP().
26002
26003         2006-04-05  Bruno Haible  <bruno@clisp.org>
26004
26005                 * config.charset: Update Juan Manuel Guerrero's address.
26006
26007         2005-02-12  Bruno Haible  <bruno@clisp.org>
26008
26009                 * allocsa.h: Add extern "C" for C++.
26010
26011         2005-02-10  Bruno Haible  <bruno@clisp.org>
26012
26013                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
26014                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
26015
26016         2006-07-22  Bruno Haible  <bruno@clisp.org>
26017
26018                 * gettext.h: Update to GNU gettext-0.15.
26019
26020 2006-07-22  Bruno Haible  <bruno@clisp.org>
26021
26022         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
26023         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
26024         lib-prefix.m4, longdouble.m4, ssize_t.m4.
26025
26026 2006-07-21  Eric Blake  <ebb9@byu.net>
26027
26028         * modules/stdlib-safer: New file.
26029         * MODULES.html.sh (File stream based Input/Output): Add
26030         stdlib-safer.
26031
26032 2006-07-21  Eric Blake  <ebb9@byu.net>
26033
26034         * lib/stdlib-safer.h: New file from coreutils, required by
26035         stdlib--.h.
26036
26037 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
26038
26039         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
26040
26041 2006-07-20  Bruno Haible  <bruno@clisp.org>
26042
26043         * gnulib-tool: Recognize new option --assume-autoconf.
26044         (autoconf_minversion): New variable.
26045         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
26046
26047 2006-07-20  Bruno Haible  <bruno@clisp.org>
26048
26049         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
26050
26051 2006-07-19  Derek R. Price  <derek@ximbiot.com>
26052
26053         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
26054         Reindent and repaginate.
26055
26056 2006-07-19  Derek Price  <derek@ximbiot.com>
26057
26058         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
26059         Correct grammar.
26060
26061 2006-07-17  Bruno Haible  <bruno@clisp.org>
26062
26063         * modules/list: New file.
26064         * modules/array-list: New file.
26065         * modules/carray-list, modules/carray-list-tests: New files.
26066         * modules/linked-list, modules/linked-list-tests: New files.
26067         * modules/avltree-list, modules/avltree-list-tests: New files.
26068         * modules/rbtree-list, modules/rbtree-list-tests: New files.
26069         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
26070         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
26071         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
26072         * modules/oset: New file.
26073         * modules/array-oset: New file.
26074         * modules/avltree-oset, modules/avltree-oset-tests: New files.
26075         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
26076         * tests/test-carray_list.c: New file.
26077         * tests/test-linked_list.c: New file.
26078         * tests/test-avltree_list.c: New file.
26079         * tests/test-rbtree_list.c: New file.
26080         * tests/test-linkedhash_list.c: New file.
26081         * tests/test-avltreehash_list.c: New file.
26082         * tests/test-rbtreehash_list.c: New file.
26083         * tests/test-avltree_oset.c: New file.
26084         * tests/test-rbtree_oset.c: New file.
26085         * MODULES.html.sh (Container data structures): New section.
26086
26087 2006-07-17  Bruno Haible  <bruno@clisp.org>
26088
26089         * m4/gl_list.m4: New file.
26090
26091 2006-07-17  Bruno Haible  <bruno@clisp.org>
26092
26093         * lib/gl_list.h: New file.
26094         * lib/gl_list.c: New file.
26095         * lib/gl_array_list.h: New file.
26096         * lib/gl_array_list.c: New file.
26097         * lib/gl_carray_list.h: New file.
26098         * lib/gl_carray_list.c: New file.
26099         * lib/gl_linked_list.h: New file.
26100         * lib/gl_linked_list.c: New file.
26101         * lib/gl_anylinked_list1.h: New file.
26102         * lib/gl_anylinked_list2.h: New file.
26103         * lib/gl_avltree_list.h: New file.
26104         * lib/gl_avltree_list.c: New file.
26105         * lib/gl_anyavltree_list1.h: New file.
26106         * lib/gl_anyavltree_list2.h: New file.
26107         * lib/gl_rbtree_list.h: New file.
26108         * lib/gl_rbtree_list.c: New file.
26109         * lib/gl_anyrbtree_list1.h: New file.
26110         * lib/gl_anyrbtree_list2.h: New file.
26111         * lib/gl_anytree_list1.h: New file.
26112         * lib/gl_anytree_list2.h: New file.
26113         * lib/gl_linkedhash_list.h: New file.
26114         * lib/gl_linkedhash_list.c: New file.
26115         * lib/gl_anyhash_list1.h: New file.
26116         * lib/gl_anyhash_list2.h: New file.
26117         * lib/gl_avltreehash_list.h: New file.
26118         * lib/gl_avltreehash_list.c: New file.
26119         * lib/gl_rbtreehash_list.h: New file.
26120         * lib/gl_rbtreehash_list.c: New file.
26121         * lib/gl_anytreehash_list1.h: New file.
26122         * lib/gl_anytreehash_list2.h: New file.
26123
26124         * lib/gl_oset.h: New file.
26125         * lib/gl_oset.c: New file.
26126         * lib/gl_array_oset.h: New file.
26127         * lib/gl_array_oset.c: New file.
26128         * lib/gl_avltree_oset.h: New file.
26129         * lib/gl_avltree_oset.c: New file.
26130         * lib/gl_rbtree_oset.h: New file.
26131         * lib/gl_rbtree_oset.c: New file.
26132         * lib/gl_anytree_oset.h: New file.
26133
26134 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26135
26136         * m4/mkancesdirs.m4: New file.
26137         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
26138         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
26139         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
26140         it.
26141
26142 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26143
26144         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
26145         * lib/mkancesdirs.h: New files.
26146         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
26147         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
26148         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
26149         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
26150         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
26151         callers changed.  Revamp internals significantly, by not
26152         attempting to create directories that are temporarily more
26153         permissive than the final results.  Do not attempt to use
26154         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
26155         This removes some race conditions, fixes some bugs, and simplifies
26156         things.  Use new dirchownmod function to do owner and mode changes.
26157         * lib/mkdir-p.h: Likewise.
26158         * lib/modechange.c (octal_to_mode): New function.
26159         (struct mode_change): New member mentioned.
26160         (make_node_op_equals): New arg mentioned.  All callers changed.
26161         (mode_compile): Keep track of which mode bits the user has explicitly
26162         mentioned.
26163         (mode_adjust): New arg DIR, so that we implement the X op correctly.
26164         New arg PMODE_BITS, to keep track of which mode bits the user
26165         mentioned; it treats S_ISUID and S_ISGID speciall.
26166         All callers changed.
26167         * lib/modechange.h: Likewise.
26168
26169 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26170
26171         * MODULES.html.sh: Add mkancestors.
26172         * modules/mkancesdirs: New module.
26173         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
26174         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
26175         The chdir-safer and afs files are now orphans; I'll remove them
26176         unless someone speaks up.
26177         Add lib/dirchownmod.c, lib/dirchownmod.h.
26178         (Depends-on): Remove alloca, chown, save-cwd, dirname.
26179         Add lchown, mkancesdirs.
26180         (Maintainer): Add self.
26181
26182 2006-07-15  Karl Berry  <karl@gnu.org>
26183
26184         * gnulib-tool: help message wording/arrangement.
26185
26186 2006-07-14  Simon Josefsson  <jas@extundo.com>
26187
26188         * doc/gnulib.texi (Libtool and Windows): New section.
26189
26190 2006-07-12  Simon Josefsson  <jas@extundo.com>
26191
26192         * modules/gendocs (License): Fix license, approved by Karl.
26193
26194 2006-07-12  Eric Blake  <ebb9@byu.net>
26195
26196         * MODULES.html.sh: Add gendocs.
26197
26198 2006-07-11  Eric Blake  <ebb9@byu.net>
26199
26200         * modules/fdl: New module, to install doc/fdl.texi.
26201         * MODULES.html.sh: Add new section for documentation modules.
26202         * gnulib-tool: Avoid space-tab.
26203         (--doc-base): New option, to manage files from doc.
26204
26205 2006-07-11  Eric Blake  <ebb9@byu.net>
26206
26207         * m4/absolute-header.m4: Fix comments to match recent change.
26208
26209 2006-07-11  Eric Blake  <ebb9@byu.net>
26210
26211         * gnulib-tool: List --doc-base before --tests-base.
26212
26213 2006-07-11  Derek R. Price  <derek@ximbiot.com>
26214
26215         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
26216
26217 2006-07-11  Bruno Haible  <bruno@clisp.org>
26218
26219         * README: Mention where to put documentation.
26220
26221 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26222
26223         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
26224
26225 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26226
26227         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
26228         to stdint.m4.
26229
26230 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26231
26232         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
26233         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
26234         "no/such/file/stdint.h" when there is no such file, so that
26235         the resulting C code can be parsed by dodgy compilers.
26236         Problems reported by Bob Proulx.
26237
26238 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26239
26240         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
26241         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26242         macros into the GNU _D_EXACT_NAMLEN.
26243         * lib/savedir.c:  Likewise.
26244         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
26245
26246 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26247         and Paul Eggert  <eggert@cs.ucla.edu>
26248
26249         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
26250         * m4/savedir.m4:
26251         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26252         macros into the GNU _D_EXACT_NAMLEN.
26253
26254 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26255
26256         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
26257         around the absolute name, to work around a problem with the HP-UX
26258         11.23 native C compiler, reported by Bob Proulx.
26259
26260 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26261
26262         * doc/maintain.texi, make-stds.texi: Sync from
26263         <http://savannah.gnu.org/projects/gnustandards>.
26264
26265 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26266
26267         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
26268
26269 2006-07-09  Jim Meyering  <jim@meyering.net>
26270
26271         * m4/glob.m4: Remove a doubled word in a comment.
26272
26273 2006-07-09  Jim Meyering  <jim@meyering.net>
26274
26275         * lib/argp-pv.c: Remove a doubled word in a comment.
26276         * lib/check-version.c (check_version): Likewise.
26277         * lib/javacomp.c (compile_java_class): Likewise.
26278
26279 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26280
26281         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
26282         for the benefit of people using Autoconf 2.60.  If you want to
26283         support older Autoconf versions you can copy m4/onceonly_2_57.m4
26284         (or m4/onceonly.m4, if pre-2.57) manually.
26285
26286 2006-07-08  Jim Meyering  <jim@meyering.net>
26287
26288         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
26289         comment.
26290         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
26291         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
26292         comment.
26293
26294 2006-07-08  Jim Meyering  <jim@meyering.net>
26295
26296         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
26297
26298 2006-07-07  Simon Josefsson  <jas@extundo.com>
26299
26300         * tests/test-crc.c: Change expected crc value, the test vector
26301         were probably computed using the old broken crc.c?
26302
26303 2006-07-06  Simon Josefsson  <jas@extundo.com>
26304
26305         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
26306         now the canonical place for the M4 file).
26307
26308         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
26309         from the sys_socket dependency now.
26310
26311         * modules/inet_pton (Files): Ditto.
26312
26313         * modules/inet_ntop (Files): Ditto.
26314
26315 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26316
26317         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
26318         not gl_PREREQ_GETUSERSHELL.
26319
26320 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26321
26322         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
26323         with only one argument, for Autoconf 2.60.
26324         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
26325         expand to nothing, so add a shell command to avoid syntax error.
26326         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
26327
26328 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26329
26330         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
26331
26332 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26333
26334         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
26335         no longer needed.  Check for isblank decl.
26336         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
26337         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
26338         of existence.
26339
26340 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26341
26342         * lib/getloadavg.c: Use __VMS, not VMS.
26343         * lib/getopt.c: Likewise.
26344         * lib/getpagesize.h: Likewise.
26345         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
26346         and probably does not work.
26347
26348 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26349
26350         * lib/.cppi-disable: Add wcwidth.
26351         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
26352         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
26353         (ISGRAPH): Remove.  All uses changed to isgraph.
26354         (FOLD) [!defined _LIBC]: Remove special case.
26355         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
26356         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
26357         HAVE_ISBLANK.
26358         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
26359         case.
26360
26361 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26362
26363         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
26364         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
26365         brackets.  Other minor changes to suppress some compiler
26366         warnings.
26367
26368 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26369         and Paul Eggert  <eggert@cs.ucla.edu>
26370
26371         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
26372         of invoking obsolescent AC_HEADER_DIRENT macro.
26373         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
26374         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
26375         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
26376         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
26377         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
26378         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26379         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
26380         * m4/readdir.m4: Remove; no longer needed.
26381
26382 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26383         and Paul Eggert  <eggert@cs.ucla.edu>
26384
26385         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
26386         Don't worry about this obsolete case any more.
26387         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
26388         directories.
26389         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
26390         worry about this obsolete case any more.
26391         * lib/fts.c: Likewise.
26392         * lib/getcwd.c: Likewise.
26393         * lib/glob.h: Likewise.
26394         * lib/savedir.c: Likewise.
26395
26396 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26397
26398         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
26399         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
26400         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
26401         needed.
26402         All uses removed.
26403         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26404         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26405         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
26406         needed.
26407         * m4/getdate.m4 (gl_GETDATE): Likewise.
26408         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26409         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26410         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26411         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26412         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26413         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26414         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
26415         needed.
26416
26417 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26418
26419         * lib/memcasecmp.c: Include <limits.h>.
26420         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
26421         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
26422         Don't assume isdigit succeeds only on '0' through '9'.
26423
26424 2006-07-05  Eric Blake  <ebb9@byu.net>
26425
26426         * modules/getaddrinfo (Depends-on): Add snprintf.
26427
26428 2006-07-05  Eric Blake  <ebb9@byu.net>
26429
26430         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
26431         to avoid 'header present but could not be compiled' on cygwin.
26432
26433 2006-07-05  Eric Blake  <ebb9@byu.net>
26434
26435         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
26436         missing from netdb.h.
26437         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
26438
26439 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26440
26441         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
26442         no longer needed.
26443         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
26444         * m4/getdate.m4 (gl_GETDATE): Likewise.
26445         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26446         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26447         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26448         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26449         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26450
26451 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26452
26453         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
26454         All uses of is_space replaced by isspace.
26455         * lib/exit.h: Don't talk about STDC_HEADERS.
26456         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
26457         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
26458         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
26459         replaced by isprint etc.
26460         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
26461         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26462         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
26463         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
26464         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
26465         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26466
26467 2006-07-05  Bruno Haible  <bruno@clisp.org>
26468
26469         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
26470         the function exists, before testing against AIX.
26471         Reported by Martin Lambers <marlam@marlam.de>.
26472
26473 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26474
26475         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
26476         From Mark D. Baushke.
26477
26478 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26479
26480         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
26481         to the absolute name, not just one, to bypass Sun C 5.8's
26482         "warning: #include of /usr/include/... may be non-portable".
26483
26484 2006-07-04  Eric Blake  <ebb9@byu.net>
26485
26486         * modules/dirname-tests: New test module.
26487         * tests/test-dirname.c: New file, replacing dirname.c
26488         TEST_DIRNAME section that was recently deleted.
26489
26490 2006-07-04  Bruno Haible  <bruno@clisp.org>
26491
26492         Assume ANSI C header files and <ctype.h> functions.
26493         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
26494         (mbsnwidth): Use isprint, iscntrl instead.
26495
26496 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26497
26498         Merge from coreutils.
26499         * MODULES.html.sh: Add xstrtold.
26500         * modules/xstrtold: New file.
26501         * modules/cycle-check (Files): Add lib/same-inode.h.
26502         * modules/dirname (Files): Add m4/double-slash-root.m4.
26503         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
26504         * modules/mkdir-p (Files): Add lib/same-inode.h.
26505         * modules/same (Files): Add lib/same-inode.h.
26506
26507 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26508
26509         * m4/absolute-header.m4: Renamed from full-header-path.m4.
26510         This is to keep the terminology clean; POSIX talks about
26511         "absolute pathnames", not "full pathnames", but the GNU
26512         Coding Standards say to use "path" for something else;
26513         so use "absolute" to keep both sides happy.
26514         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
26515         Set gl_absolute_header, not gl_full_header_path.
26516         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
26517         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
26518         All uses changed.
26519
26520         Merge from coreutils.
26521
26522         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26523
26524         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
26525         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
26526         want to require the building of c-strtod.o.
26527         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
26528         needs -lm directly.
26529         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
26530
26531         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26532
26533         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
26534         --as-needed option if available.  Problem reported by Albert Chin in
26535         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
26536         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
26537         cc merely issues a bunch of annoying warnings for --as-needed
26538         (this problem was reported by Bob Proulx).  Also, try linking with
26539         -lm to detect a bug in binutils 2.16 (this problem was reported
26540         by Ralf Wildenhues).
26541
26542         2006-06-18  Jim Meyering  <jim@meyering.net>
26543
26544         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
26545         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
26546         macro.
26547         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
26548         also check for glibc-2.4's abort-inducing bug.
26549
26550         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
26551         Low-probability clean-up should be to use rmdir to get rid of
26552         the just-created directory, not unlink.
26553
26554         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
26555         configure fail, and request a bug report to inform us about it.
26556         Add a comment that, barring reports to the contrary, in 2007 we'll
26557         assume ftruncate is universally available.
26558
26559         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26560
26561         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
26562
26563         2006-03-12  Jim Meyering  <jim@meyering.net>
26564
26565         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
26566         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
26567         * m4/same.m4 (gl_SAME): Likewise.
26568         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
26569
26570         2006-03-11  Eric Blake  <ebb9@byu.net>
26571
26572         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
26573         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
26574         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
26575         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
26576
26577 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26578
26579         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
26580         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
26581         reported by Mark D. Baushke, one in
26582         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
26583
26584         Merge from coreutils.
26585
26586         * lib/.cppi-disable: Add stdint_.h.
26587         * lib/.cvsignore: Add stdint.h.
26588
26589         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26590
26591         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
26592         both double and long double versions.
26593         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
26594         * lib/xstrtold.c: New file.
26595         * lib/xstrtod.h (xstrtold): New decl.
26596
26597         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26598
26599         * lib/filemode.c (setst): Remove.
26600         (strmode): Rewrite to avoid setst.  This makes the code shorter,
26601         (arguably) clearer, and the generated code is a bit smaller on my
26602         Debian GNU/Linux stable x86 host.
26603
26604         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26605
26606         * lib/filemode.c: Include "filemode.h" first, to test the interface.
26607         Assume that filemode.h includes sys/types.h and sys/stat.h.
26608         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
26609         (ftypelet): Reorder to put common cases first, for efficiency.
26610         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
26611         to do 'M'.
26612         (strmode): Renamed from mode_string, and now stores 12 bytes instead
26613         of 10, for compatibility with FreeBSD.  All callers changed.
26614         (filemodestring): Now stores 12 bytes instead of 10, and sets file
26615         types that can't be deduced solely from st_mode.  First arg is now a
26616         const pointer.
26617         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
26618         (strmode): Renamed from mode_string.
26619         (filemodestring): New decl.
26620         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
26621         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
26622         needed.
26623         (S_ISPORT, S_ISWHT): New macros, if not already defined.
26624
26625         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26626
26627         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
26628         fsusage.h now does that.  Include fsusage.h first, to test interface.
26629         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
26630         at most one method (the old code could have generated decls that
26631         didn't conform to C89, not that this was ever exercised).
26632         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
26633
26634         2006-03-19  Jim Meyering  <jim@meyering.net>
26635
26636         Work even in a chroot where d_ino values for entries in "/"
26637         don't match the stat.st_ino values for the same names.
26638         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
26639         number, iterate through all entries again, using lstat instead.
26640         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
26641         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
26642
26643         * lib/getcwd.c (__getcwd): Clarify a comment.
26644         Use memcpy in place of a call to strcpy.
26645
26646         2006-03-12  Jim Meyering  <jim@meyering.net>
26647
26648         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
26649         matches that of the current directory (which we're about to chdir ".."
26650         out of), then save the dev-ino of the parent, instead.
26651
26652         * lib/same-inode.h (SAME_INODE): New file/macro.
26653         * lib/chdir-safer.c (SAME_INODE): Remove definition.
26654         Include "same-inode.h", instead.
26655         * lib/same.c: Likewise.
26656         * lib/cycle-check.h: Include "same-inode.h".
26657         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
26658         * lib/cycle-check.c (SAME_INODE): Remove definition.
26659         * lib/root-dev-ino.h: Include "same-inode.h".
26660
26661         2006-03-11  Eric Blake  <ebb9@byu.net>
26662
26663         * lib/same.c (same_name): s/base_name/last_component/
26664         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
26665         * lib/filenamecat.c (file_name_concat): Likewise.
26666
26667         2006-03-11  Eric Blake  <ebb9@byu.net>,
26668                     Paul Eggert  <eggert@cs.ucla.edu>
26669
26670         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
26671         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
26672         drive prefix.
26673         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
26674         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
26675         (last_component): New method.
26676         * lib/dirname.c (dir_len): Determine when drive letters need a
26677         subsequent slash.  Preserve // when it is special.
26678         (dir_name): Don't append dot when drive letter is absolute.
26679         [TEST_DIRNAME]: Move into a full-blown gnulib test.
26680         * lib/basename.c (base_name): New semantics - malloc the result.
26681         Preserve // when it is special.  Preserve relative files that look
26682         like drive letters.
26683         (base_len): Preserve // when it is special.
26684         (last_component): New method, similar to old base_name semantics.
26685         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
26686         base_name.  Strip redundant slashes from ///.
26687
26688 2006-07-03  Jim Meyering  <jim@meyering.net>
26689
26690         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
26691         macro is used before the first cycle_check call.
26692
26693 2006-07-03  Eric Blake  <ebb9@byu.net>
26694
26695         * modules/dirname (Depends-on): Add xstrndup.
26696
26697 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26698
26699         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
26700         test cases, so that config.log is a bit easier to follow.
26701
26702 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26703
26704         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
26705         both are 64 bits, since this seems to be the tradition, and this
26706         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
26707         we ever run into a host that prefers long long to long in this
26708         case, we'll need another configure-time test.  Problem reported by
26709         Jim Meyering.
26710
26711 2006-07-02  Eric Blake  <ebb9@byu.net>
26712
26713         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
26714
26715 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26716
26717         * modules/inttypes (Depends-on): No longer depends on stdint.
26718         * modules/stdint (Description): Say more about assumptions.
26719         Say that the fast types might differ.  Say macros are used.
26720         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
26721         (Makefile.am): Revise list of substituted symbols to match
26722         new stdint.m4.
26723         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
26724         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
26725         * tests/test-stdint.c (verify_same_types)
26726         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
26727         the code conforms to C99/C89.
26728         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
26729         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
26730
26731 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26732
26733         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
26734         but fix a bug, by requiring at least 64 bits.
26735         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26736         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
26737         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
26738         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
26739
26740         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
26741         changes.  Make 2.59 a prerequisite.  Check and substitute for
26742         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
26743         inttypes.h.  Do not use special include files; just use the
26744         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
26745         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
26746         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
26747         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
26748         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
26749         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
26750         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
26751         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
26752         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
26753         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
26754         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
26755         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
26756         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
26757         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
26758         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
26759         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
26760         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
26761         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
26762         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
26763         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
26764         WINT_MAX.  Check for C99 conformance more strictly, by detecting
26765         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
26766         not check for things that C99 does not require, e.g., int8_t.  If
26767         a test isn't needed unless <stdint.h> isn't working, and is
26768         unlikely to be needed for any other reason, then don't do it
26769         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
26770         size_t, since we assume C89 freestanding at least.  Do not check
26771         for sig_atomic_t, wchar_t, or wint_t, since the code now does
26772         the right thing even if the types are not defined.  Instead use:
26773         (gl_STDINT_TYPE_PROPERTIES): New macro.
26774         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
26775         testing whether <sys/types.h> clashes, as Autoconf does this for
26776         us now.  All uses removed.
26777         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
26778         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
26779         (gl_CHECK_TYPE_SAME):
26780         Remove; no longer needed.
26781         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
26782         exists, since we'll return 0 anyway in that case.
26783         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
26784
26785 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26786
26787         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
26788         possible collision with system files.
26789         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
26790         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
26791         WCHAR_MIN and WCHAR_MAX in this case.
26792         (<stddef.h>): Do not include; no longer needed.
26793         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
26794         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
26795         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
26796         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
26797         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
26798         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
26799         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
26800         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
26801         !defined(__c99))]: Include in this case too, since it's harmless
26802         now.
26803         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
26804         dangerous to do so.
26805         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
26806         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
26807         (_STDINT_MIN, _STDINT_MAX): New macros.
26808         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
26809         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
26810         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
26811         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
26812         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
26813         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
26814         macros, not typedefs; this simplifies things quite a bit.
26815         Use long int for all types narrower than int64_t.
26816         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
26817         Define in terms of long long int or int64_t or long int,
26818         not int64_t or int32_t.  This saves some compile-time testing.
26819         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
26820         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
26821         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
26822         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
26823         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
26824         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
26825         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
26826         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
26827         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
26828         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
26829         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26830         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26831         undef any previous version and define our own version, for
26832         simplicity and consistency with the new macros for types.
26833         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26834         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26835         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
26836         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
26837         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
26838         @WINT_T_SUFFIX@ to keep things simple here.
26839         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
26840         Simplify by assuming typical 8/16/32/64 host, since we're
26841         already doing that elsewhere anyway.
26842         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
26843         and assume long long int is 64 bits if available.  This
26844         speeds up 'configure'.
26845
26846 2006-07-01  Eric Blake  <ebb9@byu.net>
26847
26848         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
26849         Reported by Andreas Buening.
26850
26851 2006-07-01  Eric Blake  <ebb9@byu.net>
26852
26853         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
26854
26855 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26856
26857         * lib/getaddrinfo.c: fixed typo
26858
26859 2006-06-29  Jim Meyering  <jim@meyering.net>
26860
26861         * modules/strftime (Maintainer): Add my name, since with the
26862         FPRINTFTIME changes strftime.c has forked from glibc.
26863
26864 2006-06-29  Eric Blake  <ebb9@byu.net>
26865
26866         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
26867
26868 2006-06-29  Eric Blake  <ebb9@byu.net>
26869
26870         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
26871
26872 2006-06-29  Eric Blake  <ebb9@byu.net>
26873
26874         * lib/stat_.h: New file.
26875
26876 2006-06-29  Eric Blake  <ebb9@byu.net>
26877
26878         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
26879         unused static function.
26880
26881 2006-06-29  Eric Blake  <ebb9@byu.net>
26882
26883         * doc/functions.texi (Function Portability): Document missing lstat
26884         on mingw.
26885
26886 2006-06-29  Eric Blake  <ebb9@byu.net>
26887
26888         * MODULES.html.sh: Add sys_stat.
26889         * modules/sys_stat: New module.
26890         * modules/mkstemp (Depends-on): Add sys_stat.
26891
26892 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26893
26894         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
26895
26896 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26897
26898         * m4/c-bs-a.m4: Removed.
26899
26900 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26901
26902         * lib/strftime.c: Assume strftime() exists.
26903
26904 2006-06-29  Derek Price  <derek@ximbiot.com>
26905
26906         * modules/c-bs-a: Removed - \a is C89.
26907         * MODULES.html.sh: Remove c-bs-a.
26908
26909 2006-06-29  Bruno Haible  <bruno@clisp.org>
26910
26911         * modules/wcwidth (License): Change to LGPL.
26912
26913 2006-06-28  Simon Josefsson  <jas@extundo.com>
26914
26915         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
26916         on _WIN32.
26917
26918         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
26919         getnameinfo.
26920
26921 2006-06-28  Simon Josefsson  <jas@extundo.com>
26922
26923         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
26924
26925 2006-06-28  Simon Josefsson  <jas@extundo.com>
26926
26927         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
26928         functions there.  It will succeed on Windows XP, but on Windows
26929         2000 and (presumably) earlier, it will fail, and use the internal
26930         re-implementation.
26931         (use_win32_p): New function.
26932         (getaddrinfo): Use strtoul on servname, to support numeric ports.
26933         Support AI_NUMERICSERV to disable getservbyname.
26934         (getnameinfo): New function, only supports
26935         NI_NUMERICHOST|NI_NUMERICSERV for now.
26936
26937         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
26938         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
26939         getnameinfo.
26940
26941 2006-06-28  Eric Blake  <ebb9@byu.net>
26942
26943         * modules/wcwidth: New file.
26944         * modules/mbchar (Depends-on): Add wcwidth.
26945         * modules/mbswidth (Depends-on): Add wcwidth.
26946         * MODULES.html.sh: Add wcwidth.
26947
26948 2006-06-28  Eric Blake  <ebb9@byu.net>
26949
26950         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
26951         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
26952
26953 2006-06-28  Eric Blake  <ebb9@byu.net>
26954
26955         * lib/xvasprintf.h: Fix comments.
26956
26957 2006-06-28  Eric Blake  <ebb9@byu.net>
26958
26959         * lib/mbchar.h (wcwidth): Include wcwidth.h.
26960         * lib/mbswidth.c (wcwidth): Move from here...
26961         * lib/wcwidth.h: ...to this new file.
26962
26963 2006-06-28  Derek R. Price  <derek@ximbiot.com>
26964
26965         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
26966
26967         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
26968         it's obsolete.
26969         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
26970
26971 2006-06-28  Derek R. Price  <derek@ximbiot.com>
26972
26973         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
26974         Autoconf 2.60 says this stuff was obsolete.
26975
26976 2006-06-28  Bruno Haible  <bruno@clisp.org>
26977
26978         * modules/wcwidth (Files): Add m4/wchar_t.m4.
26979
26980 2006-06-28  Bruno Haible  <bruno@clisp.org>
26981
26982         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
26983         gt_TYPE_WCHAR_T.
26984
26985 2006-06-28  Bruno Haible  <bruno@clisp.org>
26986
26987         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
26988         declaration for wcwidth.
26989         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
26990
26991 2006-06-28  Bruno Haible  <bruno@clisp.org>
26992
26993         * lib/mkdtemp.c [MINGW]: Include <io.h>.
26994         (mkdir): Define using _mkdir.
26995
26996 2006-06-28  Bruno Haible  <bruno@clisp.org>
26997
26998         * lib/getaddrinfo.h: Fix POSIX URL.
26999         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
27000         _WIN32.
27001         (use_win32_p): Make static.
27002         (getaddrinfo): Reject service name if it is empty or does not consist
27003         solely of decimal digits, or if its value is > 65535.
27004         (getnameinfo): Remove useless casts.
27005
27006 2006-06-27  Simon Josefsson  <jas@extundo.com>
27007
27008         * modules/sys_select: New file, suggested by Bruno Haible, Paul
27009         Eggert and Martin Lambers.
27010
27011 2006-06-27  Simon Josefsson  <jas@extundo.com>
27012
27013         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
27014         Eggert and Martin Lambers.
27015
27016 2006-06-27  Bruno Haible  <bruno@clisp.org>
27017
27018         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
27019         result to 0, not to empty.
27020         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
27021
27022 2006-06-27  Bruno Haible  <bruno@clisp.org>
27023
27024         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
27025
27026 2006-06-26  Simon Josefsson  <jas@extundo.com>
27027
27028         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
27029         present.
27030
27031 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
27032
27033         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
27034         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
27035         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
27036
27037 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
27038
27039         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
27040
27041 2006-06-26  Bruno Haible  <bruno@clisp.org>
27042
27043         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
27044
27045 2006-06-26  Bruno Haible  <bruno@clisp.org>
27046
27047         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
27048
27049 2006-06-26  Bruno Haible  <bruno@clisp.org>
27050
27051         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
27052         SGI C compiler in pre-C99 mode.
27053         Suggested by Mark D. Baushke and Larry Jones.
27054
27055 2006-06-26  Bruno Haible  <bruno@clisp.org>
27056
27057         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
27058         WCHAR_MAX.
27059         Reported by Mark D. Baushke and Larry Jones.
27060
27061 2006-06-26  Bruno Haible  <bruno@clisp.org>
27062
27063         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
27064         in pre-C99 mode.
27065         Suggested by Mark D. Baushke and Larry Jones.
27066
27067 2006-06-23  Simon Josefsson  <jas@extundo.com>
27068             Bruno Haible  <bruno@clisp.org>
27069
27070         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
27071         Emit mostlyclean-local rule.
27072         (func_emit_tests_Makefile_am): Likewise.
27073         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
27074
27075 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
27076
27077         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
27078
27079 2006-06-23  Bruno Haible  <bruno@clisp.org>
27080
27081         * tests/test-stdint.c: Update to match ISO C 99 Technical
27082         Corrigendum 1.
27083
27084 2006-06-23  Bruno Haible  <bruno@clisp.org>
27085
27086         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
27087
27088 2006-06-23  Bruno Haible  <bruno@clisp.org>
27089
27090         * lib/stdint_.h: Treat IRIX like OpenBSD.
27091
27092 2006-06-23  Bruno Haible  <bruno@clisp.org>
27093
27094         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
27095         ISO C 99 Technical Corrigendum 1.
27096
27097 2006-06-22  Simon Josefsson  <jas@extundo.com>
27098
27099         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
27100         MinGW.
27101
27102 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27103
27104         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
27105         needed.  Some compiler complained about some of them.  Problem reported
27106         by Larry Jones in
27107         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
27108
27109 2006-06-21  Simon Josefsson  <jas@extundo.com>
27110
27111         * tests/test-getaddrinfo.c: New file.
27112
27113         * modules/getaddrinfo-tests: New file.
27114
27115         * MODULES.html.sh: Add inet_pton.
27116
27117         * modules/inet_pton: New file.
27118
27119 2006-06-21  Simon Josefsson  <jas@extundo.com>
27120
27121         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
27122         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
27123         of using the (limited) gnulib implementation on Windows XP.
27124
27125         * m4/inet_pton.m4: New file.
27126
27127 2006-06-21  Simon Josefsson  <jas@extundo.com>
27128
27129         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
27130         variable.
27131
27132         * lib/socket_.h: Don't define WINVER.
27133
27134         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
27135         slightly modified to work in gnulib.
27136
27137 2006-06-21  Simon Josefsson  <jas@extundo.com>
27138
27139         * doc/gnulib.texi (Windows sockets): Add.
27140
27141 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
27142
27143         * lib/read-file.c (fread_file): Start with buffer allocation of
27144         0 bytes rather than 1 byte; this simplifies the code.
27145         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
27146         code to free buffer and save/restore errno.
27147         (internal_read_file): Remove unused local.
27148
27149 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
27150
27151         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
27152         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
27153         Problem reported by Denis Excoffier in
27154         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
27155
27156 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27157
27158         * modules/sys_socket, modules/socklen: Include sys/types since
27159         FreeBSD 4.x's sys/socket.h needs it.
27160
27161 2006-06-19  Simon Josefsson  <jas@extundo.com>
27162
27163         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
27164
27165 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27166
27167         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
27168
27169 2006-06-19  Bruno Haible  <bruno@clisp.org>
27170
27171         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
27172         and FULL_PATH_INTTYPES_H in angle brackets.
27173         Reported by Mark D. Baushke <mdb@gnu.org>.
27174
27175 2006-06-17  Eric Blake  <ebb9@byu.net>
27176
27177         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
27178         errno.
27179
27180 2006-06-17  Bruno Haible  <bruno@clisp.org>
27181
27182         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
27183         <sys/inttypes.h>.
27184
27185 2006-06-17  Bruno Haible  <bruno@clisp.org>
27186
27187         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
27188         whether errno is declared. Assume <errno.h> declares errno.
27189
27190 2006-06-17  Bruno Haible  <bruno@clisp.org>
27191
27192         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
27193
27194 2006-06-17  Bruno Haible  <bruno@clisp.org>
27195
27196         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
27197         problem on Solaris 2.5.1.
27198
27199 2006-06-16  Eric Blake  <ebb9@byu.net>
27200
27201         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
27202         * lib/unicodeio.c [!defined errno]: Likewise.
27203         * lib/strtol.c [!defined errno]: Likewise.
27204         * lib/strtod.c [!defined errno]: Likewise.
27205
27206 2006-06-15  Eric Blake  <ebb9@byu.net>
27207
27208         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
27209
27210 2006-06-15  Eric Blake  <ebb9@byu.net>
27211
27212         * config/srclist.txt (ssize_t.m4): Lose sync.
27213
27214 2006-06-15  Bruno Haible  <bruno@clisp.org>
27215
27216         * modules/stdint (Files): Include m4/full-header-path.m4,
27217         m4/size_max.m4, m4/wchar_t.m4.
27218         (Makefile.am): Many more substitutions.
27219         * modules/stdint-tests: New file.
27220         * tests/test-stdint.c: New file.
27221
27222 2006-06-15  Bruno Haible  <bruno@clisp.org>
27223
27224         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
27225         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
27226         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
27227         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
27228         gl_CHECK_TYPE_SAME): New macros.
27229
27230 2006-06-15  Bruno Haible  <bruno@clisp.org>
27231
27232         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
27233
27234 2006-06-15  Bruno Haible  <bruno@clisp.org>
27235
27236         * lib/stdint_.h: Rewritten to be fully auto-configured.
27237         Fixes bug on HP-UX/IA64.
27238
27239 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
27240
27241         * lib/getdate.y (__attribute__): Don't define if already defined.
27242         Problem reported by Larry Jones.
27243         * lib/utimens.c (__attribute__): Likewise.
27244
27245 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
27246
27247         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
27248         reported by Andreas Schwab.
27249
27250 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27251             Bruno Haible  <bruno@clisp.org>
27252
27253         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
27254         check for the declaration of strnlen and a run test that exposes the
27255         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
27256         rpl_strndup.
27257
27258 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27259             Bruno Haible  <bruno@clisp.org>
27260
27261         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
27262
27263 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27264
27265         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
27266         compile test, for Tru64 4.0D.
27267
27268 2006-05-28  Karl Berry  <karl@gnu.org>
27269
27270         * config/srclist.txt (printf-args.c): lose sync.
27271
27272 2006-05-26  Martin Lambers  <marlam@marlam.de>
27273
27274         * lib/getpass.c: Updates the test for the native W32 API, and adds
27275         missing includes, thus fixing compilation warnings.
27276
27277 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
27278
27279         * lib/exclude.c (exclude_fnmatch): New function.
27280         (excluded_file_name): Call exclude_fnmatch.
27281         * lib/exclude.h (excluded_file_name): New prototype
27282
27283 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
27284
27285         * lib/tempname.c (small_open, large_open): New macros.
27286         (__open, __open64) [!_LIBC]: Remove.
27287         (__gen_tempname): Use small_open and large_open instead of __open
27288         and __open64.  This fixes a portability bug on HP-UX 11.11i
27289         reported by Simon Wing-Tang in
27290         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
27291
27292 2006-05-24  Bruno Haible  <bruno@clisp.org>
27293
27294         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
27295         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
27296         Reported by Thorsten Maerz <torte@netztorte.de> via
27297         Aaron Stone <aaron@serendipity.cx>.
27298
27299 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27300
27301         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
27302         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
27303         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
27304         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
27305         not really conditional on the cache.
27306         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
27307
27308 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27309
27310         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
27311         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
27312         (my_usleep): Don't mishandle maximum value.
27313
27314 2006-05-19  Jim Meyering  <jim@meyering.net>
27315
27316         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
27317
27318 2006-05-17  Bruno Haible  <bruno@clisp.org>
27319
27320         Cygwin portability.
27321         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
27322
27323 2006-05-17  Bruno Haible  <bruno@clisp.org>
27324
27325         * lib/stdint_.h: Fix recognition of Cygwin.
27326
27327 2006-05-15  Bruno Haible  <bruno@clisp.org>
27328
27329         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
27330         on libtool patch by Ralf Wildenhues.
27331
27332 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27333
27334         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
27335         test for C99 conformance; (bool) 0.5 is an integer constant
27336         expression, but (bool) -0.5 is not.  Problem reported by Fedor
27337         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
27338
27339 2006-05-11  Simon Josefsson  <jas@extundo.com>
27340
27341         * m4/xvasprintf.m4: Fix obvious typo.
27342
27343 2006-05-11  Jim Meyering  <jim@meyering.net>
27344
27345         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
27346         James Lemley.
27347
27348 2006-05-10  Simon Josefsson  <jas@extundo.com>
27349
27350         * lib/md4.c: Typo fix, update copyright years.
27351         (K1, K2): Don't use L because it turn computations into 64-bit on
27352         64-bit platforms.
27353
27354 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
27355
27356         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
27357         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
27358         unwanted sign propagation, e.g., on hosts with 64-bit int.
27359         There still are some problems with reeelly weird theoretical hosts
27360         (e.g., 33-bit int) but it's not worth worrying about now.
27361         * lib/sha1.c (rol): Likewise.
27362         (K1, K2, K3, K4): Remove unnecessary L suffix.
27363
27364 2006-05-10  Bruno Haible  <bruno@clisp.org>
27365
27366         * lib/des.c: Cast to avoid warnings.
27367
27368 2006-05-09  Bruno Haible  <bruno@clisp.org>
27369
27370         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
27371         (Depends-on): Depend also on xsize, stdarg.
27372         (configure.ac): Add gl_XVASPRINTF.
27373
27374 2006-05-09  Bruno Haible  <bruno@clisp.org>
27375
27376         * m4/xvasprintf.m4: New file.
27377
27378 2006-05-09  Bruno Haible  <bruno@clisp.org>
27379
27380         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
27381         (EOVERFLOW): Define fallback value.
27382         (xstrcat): New function.
27383         (xvasprintf): Recognize the special case of a string concatenation.
27384
27385 2006-05-08  Eric Blake  <ebb9@byu.net>
27386
27387         * gnulib-tool (func_version): Base copyright year on CVS date.
27388         (func_emit_copyright_notice): New function.
27389         (func_emit_lib_Makefile_am): Use it.
27390         (func_emit_tests_Makefile_am): Likewise.
27391         (func_import): Likewise.
27392
27393 2006-05-08  Bruno Haible  <bruno@clisp.org>
27394
27395         * modules/stdarg: New file.
27396         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
27397
27398 2006-05-08  Bruno Haible  <bruno@clisp.org>
27399
27400         * m4/stdarg.m4: New file, from GNU gettext.
27401
27402 2006-05-08  Bruno Haible  <bruno@clisp.org>
27403
27404         * config/srclist.txt (build-aux/config.rpath): different from latest
27405         release.
27406
27407 2006-05-08  Bruno Haible  <bruno@clisp.org>
27408
27409         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
27410
27411 2006-05-05  Jim Meyering  <jim@meyering.net>
27412
27413         * m4/warning.m4: New file, derived from bison's file by the same name.
27414
27415 2006-05-03  Bruno Haible  <bruno@clisp.org>
27416
27417         * lib/stdint_.h: Shorter URL.
27418         * lib/inttypes.h: Likewise.
27419
27420 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27421
27422         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
27423
27424 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27425
27426         * lib/verify.h: Document the internals better.  Most of this change
27427         was written by Bruno Haible.
27428
27429 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27430
27431         * doc/verify.texi: New file, partly based on a proposal by
27432         Bruno Haible.
27433
27434 2006-05-02  Bruno Haible  <bruno@clisp.org>
27435
27436         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
27437         test from here...
27438         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
27439
27440 2006-04-29  Bruno Haible  <bruno@clisp.org>
27441
27442         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
27443         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
27444
27445 2006-04-29  Bruno Haible  <bruno@clisp.org>
27446
27447         * gnulib-tool: Make --update option actually work.
27448
27449 2006-04-29  Bruno Haible  <bruno@clisp.org>
27450
27451         * doc/gcd.texi: New file.
27452         * doc/gnulib.texi: Include it.
27453
27454 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
27455
27456         * lib/getdate.y (get_date): When adding relative date, start with the
27457         initial time, not with the result of the first mktime call.
27458
27459 2006-04-25  Bruno Haible  <bruno@clisp.org>
27460
27461         * gnulib-tool (func_import): Output the include directives in three
27462         blocks, sorted separately.
27463         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27464
27465 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27466
27467         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
27468         to define main with arguments, for C++.  Reported by Eric Blake.
27469         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
27470         Prefer 'int main ()' to 'int main (void)', for C++.
27471         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
27472         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
27473         for 'main', for C99 and C++.
27474
27475 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27476
27477         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
27478         Don't assume that exit status -1 is valid.
27479         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27480         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
27481         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
27482         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
27483         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
27484         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
27485         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
27486         functions can be used without declaring them, or that you can
27487         exit with status -1.
27488         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
27489
27490 2006-04-24  Karl Berry  <karl@gnu.org>
27491
27492         * config/srclist.txt (longdouble.m4): sync lost.
27493
27494 2006-04-24  Eric Blake  <ebb9@byu.net>
27495
27496         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
27497
27498 2006-04-24  Bruno Haible  <bruno@clisp.org>
27499
27500         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
27501         poll() implementation in AIX.
27502         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27503
27504 2006-04-24  Bruno Haible  <bruno@clisp.org>
27505
27506         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
27507         assigned exactly once.
27508
27509 2006-04-23  Claudio Fontana  <claudio@gnu.org>
27510             Bruno Haible  <bruno@clisp.org>
27511
27512         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
27513         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
27514         for AM_CPPFLAGS.
27515
27516 2006-04-23  Bruno Haible  <bruno@clisp.org>
27517
27518         * modules/copy-file: Depend on unistd.
27519         * modules/execute: Likewise.
27520         * modules/fatal-signal: Likewise.
27521         * modules/findprog: Likewise.
27522         * modules/mkdtemp : Likewise.
27523         * modules/pipe: Likewise.
27524         * modules/wait-process: Likewise.
27525
27526 2006-04-23  Bruno Haible  <bruno@clisp.org>
27527
27528         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
27529         condition was already detected.
27530         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27531
27532 2006-04-23  Bruno Haible  <bruno@clisp.org>
27533
27534         * lib/copy-file.c: Include <unistd.h> unconditionally.
27535         * lib/execute.c: Likewise.
27536         * lib/fatal-signal.c: Likewise.
27537         * lib/findprog.c: Likewise.
27538         * lib/mkdtemp.c: Likewise.
27539         * lib/pipe.h: Likewise.
27540         * lib/pipe.c: Likewise.
27541         * lib/wait-process.h: Likewise.
27542
27543 2006-04-23  Bruno Haible  <bruno@clisp.org>
27544
27545         * gnulib-tool (func_usage): Fix --import description. Document
27546         --update.
27547         (func_import): Create temporary file in a temporary directory, if
27548         --dry-run is specified. Silence errors from 'grep' when there are no
27549         m4 files in $m4dir.
27550         (func_create_testdir): Silence errors from 'grep' when there are no
27551         m4 files in $m4dir.
27552         Reported by Karl Berry <karl@freefriends.org>.
27553
27554 2006-04-20  Bruno Haible  <bruno@clisp.org>
27555
27556         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
27557         one argument, so that the code will be portable to Autoconf 2.60.
27558         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
27559         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27560         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
27561
27562 2006-04-19  Derek Price  <derek@ximbiot.com>
27563             Eric Blake  <ebb9@byu.net>
27564
27565         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
27566         rather than "/full/path.h".  Update comment to match.  Shorten &
27567         generalize m4_translit call via AS_TR_CPP.
27568
27569 2006-04-19  Derek Price  <derek@ximbiot.com>
27570             Eric Blake  <ebb9@byu.net>
27571
27572         * lib/inttypes.h: Correct grammar in comment.
27573
27574 2006-04-18  Derek Price  <derek@ximbiot.com>
27575             Paul Eggert  <eggert@cs.ucla.edu>
27576
27577         * modules/inttypes: New file.
27578         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
27579
27580 2006-04-18  Derek Price  <derek@ximbiot.com>
27581             Paul Eggert  <eggert@cs.ucla.edu>
27582
27583         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
27584         New files.
27585
27586 2006-04-18  Derek Price  <derek@ximbiot.com>
27587             Paul Eggert  <eggert@cs.ucla.edu>
27588
27589         * lib/inttypes.h: New file.
27590         * lib/strtoimax.c: Assume <inttypes.h>.
27591
27592 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
27593
27594         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
27595         isn't mounted.  Problem reported by Kir Kolyshkin.
27596
27597 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27598
27599         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
27600         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
27601         Derek R. Price.
27602         * lib/regex.h (RE_DUP_MAX): Update comment to match current
27603         implementation.
27604
27605 2006-04-12  Eric Blake  <ebb9@byu.net>
27606
27607         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
27608         is now done automatically by the corresponding Autoconf macro.
27609
27610 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
27611
27612         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
27613         time_r.h.
27614
27615 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27616
27617         Merge regex changes from libc, removing some of our
27618         POSIX-conformance changes that were rejected and redoing them in a
27619         less-intrusive way.
27620
27621         * lib/regcomp.c (re_compile_internal, init_dfa):
27622         Length arg is now size_t, not Idx.  All uses changed.
27623         (peek_token): Forward decl now says internal_function.
27624         (__re_error_msgid, __re_error_msgid_idx):
27625         Now static rather than extern with attribute_hidden.
27626         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
27627         For some reason libc prefers K&R style defns for external functions.
27628         (regerror) [!defined _LIBC]: Likewise.
27629         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
27630         (seek_collating_symbol_entry, lookup_collation_sequence_value):
27631         (build_range_exp, build_collating_symbol):
27632         Use K&R-style defn.
27633         (re_compile_fastmap): Use '\0' to memset, not 0.
27634         (utf8_sb_map): Make the calculations more obvious.
27635         (init_dfa, parse_bracket_exp, build_charclass_op):
27636         Call calloc and cast result, as glibc does.
27637         (init_word_char, fetch_token, peek_token, peek_token_bracket):
27638         (build_range_exp, build_collating_symbol):
27639         Now internal functions.
27640
27641         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
27642
27643         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
27644         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
27645         Don't depend on VMS; depend on __VMS instead, for POSIX
27646         namespace cleanness.
27647         (regoff_t): Define to ssize_t, not long int.
27648
27649         Remove the REG_ macros named below.  Instead, make the old names
27650         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
27651         __USE_GNU_REGEX.
27652         (REG_BACKSLASH_ESCAPE_IN_LISTS):
27653         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
27654         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
27655         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
27656         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
27657         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
27658         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
27659         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
27660         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
27661         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
27662         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
27663         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
27664         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
27665         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
27666         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
27667         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
27668         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
27669         (REG_NREGS):
27670         Remove.  All uses replaced by the old RE_* names.
27671         (RE_BACKSLASH_ESCAPE_IN_LISTS):
27672         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
27673         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
27674         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
27675         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
27676         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
27677         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
27678         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
27679         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
27680         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
27681         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
27682         Don't bother having these macros be independent of each others'
27683         values, since they no longer exist in the POSIX name space.
27684
27685         Rename the following member names back to their old names,
27686         unless !__USE_GNU_REGEX.  All uses changed back.
27687         (buffer): Renamed from re_buffer.
27688         (allocated): Renamed from re_allocated.
27689         (used): Renamed from re_used.
27690         (syntax): Renamed from re_syntax.
27691         (fastmap): Renamed from re_fastmap.
27692         (translate): Renamed from re_translate.
27693         (can_be_null): Renamed from re_can_be_null.
27694         (regs_allocated): Renamed from re_regs_allocated.
27695         (fastmap_accurate): Renamed from re_fastmap_accurate.
27696         (no_sub): Renamed from re_no_sub.
27697         (not_bol): Renamed from re_not_bol.
27698         (not_eol): Renamed from re_not_eol.
27699         (newline_anchor): Renamed from re_newline_anchor.
27700         (num_regs): Renamed from rm_num_regs.
27701         (start): Renamed from rm_start.
27702         (end): Renamed from rm_end.
27703
27704         (free_state): Move up a bit.
27705
27706         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
27707         #define to be empty.
27708         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
27709         when that is what is intended.
27710         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
27711         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
27712         (MAX): New macro.
27713         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
27714         All uses changed back to re_malloc, etc.  It's now the caller's
27715         responsibility to check for overflow; all callers changed.
27716         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
27717         (re_x2nrealloc): Remove.
27718         (free_state): Remove decl.
27719
27720         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
27721         (re_set_registers, re_exec):
27722         Use K&R-style defn.
27723
27724         2006-01-31  Roland McGrath  <roland@redhat.com>
27725
27726         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
27727         Reported by Mike Frysinger <vapier@gentoo.org>.
27728
27729         2006-01-15  Andreas Jaeger  <aj@suse.de>
27730
27731         [BZ #1950]
27732         * lib/regex_internal.c (re_string_reconstruct): Adjust for
27733         build_wcs_upper_buffer change.
27734         (build_wcs_upper_buffer): Change return type.
27735
27736         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
27737
27738         * lib/regex_internal.h: Include <stdint.h> if available.
27739
27740         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
27741
27742         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
27743
27744         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
27745
27746         * lib/regcomp.c: Adjust for changed secondary hash function.
27747
27748         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
27749
27750         * lib/regex.h: Pretty printing.
27751         Clean up namespace a bit.
27752
27753         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
27754
27755         * lib/regexec.c (update_cur_sifted_state, check_arrival,
27756         check_arrival_add_next_nodes): Avoid using uninitialized variable.
27757
27758         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27759                     Ulrich Drepper  <drepper@redhat.com>
27760
27761         [BZ #1302]
27762         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
27763         changed.
27764         (bitset_word_t): Renamed from bitset_word.  All uses changed.
27765
27766         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
27767
27768         [BZ #281]
27769         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
27770         * lib/regcomp.c: Remove unnecessary uses of
27771         unsigned RE_TRANSLATE_TYPE.
27772         * lib/regex_internal.h: Likewise.
27773         * lib/regex_internal.c: Likewise.
27774         * lib/regexec.c: Likewise.
27775         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
27776
27777         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
27778
27779         * lib/regexec.c (find_recover_state): Remove unnecessary
27780         initialization.
27781         (transit_state_bkref): Make DFA a const pointer.
27782         (get_subexp): Likewise.
27783         (check_arrival): Likewise.
27784         (update_cur_sifted_state): Likewise.
27785         (re_search_internal): Likewise.
27786         (prune_impossible_nodes): Likewise.
27787         (acquire_init_state_context): Likewise.
27788         (proceed_next_node): Likewise.
27789         (set_regs): Likewise.
27790         (free_fail_stack_return): Likewise.
27791         (check_arrival_expand_ecl): Mark DFA parameter as const.
27792         (check_arrival_expand_ecl_sub): Likewise.
27793         (check_subexp_limits): Likewise.
27794         (sub_epsilon_src_nodes):  Likewise.
27795         (add_epsilon_src_nodes):  Likewise.
27796         (merge_state_array): Likewise.
27797         (update_regs): Likewise.
27798         (build_trtable): Likewise.
27799         (sift_states_backward): Mark MCTX parameter as const.
27800         (build_sifted_states): Likewise.
27801         (update_cur_sifted_state): Likewise.
27802         (sift_states_mkref): Likewise.
27803         (check_arrival_expand_ecl): Mark eclosure as const.
27804         (check_dst_limits_calc_pos_1): Likewise.
27805         * lib/regex_internal.h (re_match_context_t): Make dfa a const
27806         pointer.
27807
27808         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
27809
27810         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
27811         (transit_state_sb): Likewise.
27812         (transit_state_mb): Likewise.
27813         (sift_states_iter_mb): Likewise.
27814         (check_arrival_add_next_nodes): Likewise.
27815         (check_node_accept_bytes): Change first parameter to pointer-to-const.
27816         [_LIBC] (re_search_2_stub): Use mempcpy.
27817
27818         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
27819         mbrtowc for very simple UTF-8 case.
27820
27821         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
27822         a pointer-to-const.
27823         (re_acquire_state_context): Likewise.
27824         * lib/regex_internal.h: Adjust prototypes.
27825
27826         * lib/regex.c: Prevent using C++ compilers.
27827
27828         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
27829         (re_acquire_state_context): Likewise.
27830
27831 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27832
27833         * modules/regex (Depends-on): Add ssize_t.
27834
27835 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27836
27837         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
27838         translation table.
27839
27840 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27841
27842         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
27843
27844 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
27845             Bruno Haible  <bruno@clisp.org>
27846
27847         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
27848         <sys/types.h> and <inttypes.h>.
27849
27850 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27851
27852         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
27853         `__error_t_defined', so argp.h will not typedef the former.
27854
27855 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
27856
27857         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
27858         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
27859         glibc names.  Even if glibc is changed to conform to POSIX, the
27860         traditional names will be available anyway, since regex depends on
27861         the extensions module.  Also, fix a longstanding typo in the
27862         implementation of Spencer ERE test #75 from grep 2.3.  Problems
27863         reported by Emanuele Giaquinta.  Also, change sense of cached
27864         variable, so that the message makes sense.
27865
27866 2006-03-24  Simon Josefsson  <jas@extundo.com>
27867
27868         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
27869         including some doc fixes.
27870         (base64_encode_alloc): Fix +1 bug on allocation failures.
27871
27872 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27873
27874         * lib/base64.c (base64_encode): Do not read past end of array with
27875         unsanitized input on systems with CHAR_BIT > 8.
27876
27877 2006-03-24  Eric Blake  <ebb9@byu.net>
27878
27879         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
27880
27881 2006-03-22  Karl Berry  <karl@gnu.org>
27882
27883         * config/srclist.txt (*setenv.[ch]): get from coreutils.
27884         * config/srclistvars.sh (COREUTILS): new var.
27885
27886 2006-03-17  Jim Meyering  <jim@meyering.net>
27887
27888         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
27889         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
27890
27891 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27892
27893         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
27894         no longer needs it.  Instead, check that regoff_t is as least
27895         as wide as ptrdiff_t.
27896
27897         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
27898         so that our regex.h stays compatible with the installed regex.
27899         This is helpful for installers who configure --without-included-regex.
27900         Problem reported by Emanuele Giaquinta.
27901
27902 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27903
27904         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
27905         Typedef to long int, not to off_, as POSIX will likely change
27906         in that direction.
27907
27908 2006-03-15  Eric Blake  <ebb9@byu.net>
27909
27910         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
27911
27912 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
27913
27914         * lib/argp-help.c (validate_uparams): Fix typo
27915         * lib/argp-parse.c (argp_default_options): Consistently begin help
27916         messages with a lowercase letter.
27917
27918 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
27919
27920         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
27921         overrun buffers and shouldn't be used (much as gets shouldn't be
27922         used).
27923         * lib/time_r.c (asctime_r, ctime_r): Likewise.
27924
27925 2006-03-08  Simon Josefsson  <jas@extundo.com>
27926
27927         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
27928         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27929
27930 2006-03-08  Simon Josefsson  <jas@extundo.com>
27931
27932         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
27933         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27934
27935 2006-03-08  Simon Josefsson  <jas@extundo.com>
27936
27937         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
27938         signal that configure disabled the device.
27939
27940 2006-03-08  Simon Josefsson  <jas@extundo.com>
27941
27942         * build-aux/maint.mk: Fix refresh-po, to handle no translated
27943         languages.
27944
27945 2006-03-07  Simon Josefsson  <jas@extundo.com>
27946
27947         * modules/getopt (Depends-on): Add unistd.
27948
27949         * modules/unistd: New file.
27950
27951 2006-03-07  Simon Josefsson  <jas@extundo.com>
27952
27953         * modules/gc-random: New file.
27954
27955 2006-03-07  Simon Josefsson  <jas@extundo.com>
27956
27957         * m4/unistd_h.m4: New file.
27958
27959 2006-03-07  Simon Josefsson  <jas@extundo.com>
27960
27961         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
27962         test to be side-effect free by storing the result in the cache
27963         variable gl_cv_lib_readline, and moving the assignment of
27964         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
27965         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27966
27967 2006-03-07  Simon Josefsson  <jas@extundo.com>
27968
27969         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
27970         error on missing devices (the functions will return an error).
27971
27972         * m4/gc.m4: Move random stuff to gc-random.m4
27973
27974 2006-03-07  Simon Josefsson  <jas@extundo.com>
27975
27976         * lib/unistd_.h: New file.
27977
27978 2006-03-07  Simon Josefsson  <jas@extundo.com>
27979
27980         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
27981
27982 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27983
27984         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
27985         Problem reported by Juan Manuel Guerrero.
27986
27987 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27988
27989         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
27990         the unistd module.
27991         * lib/getlogin_r.c: Likewise.
27992         * lib/getlogin_r.h: Likewise.
27993         * lib/glob.c: Likewise.
27994         * lib/pagealign_alloc.c: Likewise.
27995         * lib/unistd_.h: Remove; no longer needed.
27996
27997 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27998
27999         * MODULES.html.sh (Support for systems lacking POSIX:2001):
28000         Add unistd.
28001         * modules/c-stack (Depends-on): Add unistd.
28002         * modules/getlogin_r: Likewise.
28003         * modules/glob: Likewise.
28004         * modules/pagealign_alloc: Likewise.
28005         * modules/unistd (Files): Remove lib/unistd_.h.
28006         (EXTRA_DIST): Remove.
28007         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
28008         need unistd_.h.
28009         (MOSTLYCLEANFILES): Remove unistd.h-t.
28010
28011 2006-03-03  Simon Josefsson  <jas@extundo.com>
28012
28013         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
28014
28015 2006-03-03  Simon Josefsson  <jas@extundo.com>
28016
28017         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
28018         libidn and bison.
28019
28020 2006-03-03  Simon Josefsson  <jas@extundo.com>
28021
28022         * build-aux/maint.mk: Add indent target.
28023
28024 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
28025
28026         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
28027         our replacement poll.h in any case, to avoid a differing
28028         declaration from a system header.  Seen on AIX.
28029
28030 2006-03-01  Simon Josefsson  <jas@extundo.com>
28031
28032         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
28033         <kasal@ucw.cz>.
28034
28035 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28036
28037         * modules/gettime (Depends-on): Add extensions module.
28038         * modules/nanosleep (Depends-on): Likewise.
28039         * modules/settime (Depends-on): Likewise.
28040
28041 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28042
28043         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
28044         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
28045         pedantically.
28046         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28047         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
28048
28049         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
28050         not "==".  Reported by Ralf Wildenhues.
28051
28052 2006-03-01  Karl Berry  <karl@gnu.org>
28053
28054         * doc/Copyright/request-*: new files, synced from gnuorg.
28055
28056 2006-03-01  Karl Berry  <karl@gnu.org>
28057
28058         * config/srclist.txt (Copyright/*): new entries.
28059
28060 2006-02-28  Simon Josefsson  <jas@extundo.com>
28061
28062         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
28063
28064 2006-02-27  Simon Josefsson  <jas@extundo.com>
28065
28066         * lib/base64.h: Indent #define's.  From Jim Meyering
28067         <jim@meyering.net>.
28068
28069 2006-02-27  Jim Meyering  <jim@meyering.net>
28070
28071         Revert the change of 2006-02-24, so these files can continue
28072         to be sync'd from gettext.
28073         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
28074         of `config.h'.
28075
28076 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28077
28078         * modules/intprops: New file.
28079         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28080         Add intprops.
28081         * modules/getloadavg (Files): Remove lib/intprops.h.
28082         (Depends-on): Add intprops.
28083         * modules/human: Likewise.
28084         * modules/inttostr: Likewise.
28085         * modules/openat: Likewise.
28086         * modules/sig2str: Likewise.
28087         * modules/userspec: Likewise.
28088         * modules/utimecmp: Likewise.
28089         * modules/xnanosleep: Likewise.
28090         * modules/xstrtol: Likewise.
28091
28092 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
28093
28094         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
28095         * modules/lock-tests (TESTS): Use $(EXEEXT).
28096         * modules/tls-tests: Likewise.
28097         * modules/argp-tests: Likewise.
28098         (check_PROGRAMS): New var, replacing...
28099         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
28100
28101 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28102
28103         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
28104         `config.h'.
28105
28106 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
28107
28108         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
28109
28110 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28111
28112         Sync from coreutils.
28113         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
28114         gl_CHDIR_SAFER.
28115
28116 2006-02-22  Jim Meyering  <jim@meyering.net>
28117
28118         Sync from coreutils.
28119         * m4/chdir-safer.m4: New file.
28120
28121 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
28122
28123         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
28124         AT_FDCWD exceeds INT_MAX.
28125         * lib/openat.h (AT_FDCWD): Likewise.
28126
28127 2006-02-17  Eric Blake  <address@hidden>
28128
28129         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
28130
28131 2006-02-16  Simon Josefsson  <jas@extundo.com>
28132
28133         * modules/getaddrinfo (Depends-on): Add sys_socket.
28134
28135 2006-02-15  Simon Josefsson  <jas@extundo.com>
28136
28137         * build-aux/maint.mk: Add dsyntax-check rule.
28138
28139 2006-02-15  Eric Blake  <ebb9@byu.net>
28140
28141         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
28142         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
28143         'present but cannot compile' warnings on cygwin.
28144         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
28145         use ws2tcpip.h if sys/socket.h works.
28146         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
28147         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
28148
28149 2006-02-14  Simon Josefsson  <jas@extundo.com>
28150
28151         * modules/maintainer-makefile (Files): Rename.
28152
28153         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
28154         and (the local) Makefile.cfg to maint-cfg.mk.
28155
28156         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
28157         to the latter.
28158
28159         * modules/maintainer-makefile: New module.
28160
28161         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
28162         severaly stripped to make it possible to build it up from scratch
28163         with reliable tests.
28164
28165         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
28166         fixes to permit overriding the default actions when configure and
28167         makefile are not available.
28168
28169 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
28170
28171         Sync from coreutils.
28172         * modules/lstat (Depends-on): Don't depend on xalloc.
28173         (License): Change from GPL to LGPL, since this is now simply a
28174         replacement for a libc function.
28175
28176 2006-02-14  Jim Meyering  <jim@meyering.net>
28177
28178         Sync from coreutils.
28179
28180         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
28181         failure on deficient systems, and simplify gnulib lgpl dependencies.
28182         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
28183         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
28184
28185         * lib/xalloc-die.c: Remove unused definition of N_.
28186
28187 2006-02-14  Jim Meyering  <jim@meyering.net>
28188
28189         Sync from coreutils.
28190         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
28191         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
28192         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
28193         double-quote uses of that variable, to accommodate the rare case in
28194         which getmntent is available in none of the libraries checked.  This
28195         happens at least on FreeBSD 5.0.
28196
28197 2006-02-13  Simon Josefsson  <jas@extundo.com>
28198
28199         * gnulib-tool (Usage): Fix --import, from
28200         karl@freefriends.org (Karl Berry).
28201
28202 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28203
28204         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
28205
28206 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
28207
28208         * lib/argp-namefrob.h: Restore changes accidentally lost during the
28209         "autoupdate" on 2005-12-12.
28210
28211 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28212
28213         * modules/closeout (Depends-on): Remove atexit.
28214
28215 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28216
28217         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
28218         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
28219
28220 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
28221
28222         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
28223         __EXTENSIONS__ if this causes compilation to fail.  Problem
28224         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
28225         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
28226
28227 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
28228
28229         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
28230         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
28231         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
28232         All uses changed.
28233
28234 2006-01-26  Simon Josefsson  <jas@extundo.com>
28235
28236         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
28237         prototype is visible on mingw32.
28238
28239         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
28240         for mingw32.
28241
28242         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
28243         mingw32).
28244
28245 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
28246
28247         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
28248         attempt to open for write; this always fails, at least on POSIX
28249         hosts.  This reinstates the 2006-01-09 change, which was
28250         inadvertently removed.
28251
28252 2006-01-26  Bruno Haible  <bruno@clisp.org>
28253
28254         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
28255         Reported by Paul Eggert.
28256
28257 2006-01-26  Bruno Haible  <bruno@clisp.org>
28258             Paul Eggert  <eggert@cs.ucla.edu>
28259
28260         * lib/stdbool_.h (_Bool)
28261         [(! (defined __cplusplus || defined __BEOS__)
28262           && !defined __GNUC__
28263           && !(defined __HP_cc || defined __xlc__
28264                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
28265                || defined __sgi))]:
28266         #define to signed char in these cases too; this simplifies
28267         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
28268         etc., separately) and makes it more conservative.
28269
28270 2006-01-25  Simon Josefsson  <jas@extundo.com>
28271
28272         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
28273         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
28274         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
28275
28276 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28277
28278         * lib/argp-namefrob.h: Bugfix. Remove stray #
28279
28280 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28281
28282         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
28283         so that we test the test.
28284         Check for yet another HP-UX cc bug involving *bool |= bool.
28285
28286 2006-01-25  Karl Berry  <karl@gnu.org>
28287
28288         * config/srclist.txt (vasnprintf.c): sync lost.
28289
28290 2006-01-25  Jim Meyering  <jim@meyering.net>
28291
28292         Sync from the stable (b5) branch of coreutils:
28293
28294         * lib/fts.c (fts_children): Don't let close() clobber errno from
28295         failed fchdir().
28296
28297         * lib/fts.c (fts_stat): When following a symlink-to-directory,
28298         don't necessarily interpret stat-fails+lstat-succeeds as indicating
28299         a dangling symlink.  That can also happen at least for ELOOP.
28300         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
28301         FYI, this bug predates the inclusion of fts.c in coreutils.
28302
28303         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
28304         in their own block, so pre-c99 compilers don't object.
28305
28306         Avoid the double-free (first in fts_read, second in fts_close) that
28307         would occur when an `active' directory is made inaccessible (e.g.,
28308         via chmod a-x) during a traversal.
28309         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28310         before returning.  Reproduce this failure by
28311         mkdir -p a/b; cd a; chmod a-x . b
28312         Reported by Stavros Passas.
28313
28314 2006-01-25  Jim Meyering  <jim@meyering.net>
28315
28316         * lib/fileblocks.c: Remove more useless parentheses.
28317         * lib/readutmp.h: Likewise.
28318
28319 2006-01-25  Bruno Haible  <bruno@clisp.org>
28320
28321         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
28322         warnings.
28323         Reported by Paul Eggert.
28324
28325 2006-01-25  Bruno Haible  <bruno@clisp.org>
28326
28327         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
28328         rid of a trap command. For Solaris sh.
28329         Reported by Mark D. Baushke <mdb@gnu.org>.
28330
28331 2006-01-24  Simon Josefsson  <jas@extundo.com>
28332
28333         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
28334         Bruno.
28335
28336 2006-01-24  Karl Berry  <karl@gnu.org>
28337
28338         * config/srclist.txt (argp-namefrob.h): sync lost.
28339
28340 2006-01-24  Jim Meyering  <jim@meyering.net>
28341
28342         * modules/openat (Files): Add lib/intprops.h.
28343         From Mark D. Baushke.
28344
28345 2006-01-24  Jim Meyering  <jim@meyering.net>
28346
28347         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
28348         Reported by Mark D. Baushke.
28349
28350 2006-01-24  Jim Meyering  <jim@meyering.net>
28351
28352         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
28353
28354 2006-01-24  Bruno Haible  <bruno@clisp.org>
28355
28356         * modules/strnlen (Maintainer): Change from glibc to all.
28357
28358 2006-01-24  Bruno Haible  <bruno@clisp.org>
28359
28360         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
28361         Patch by Paul Eggert.
28362
28363 2006-01-24  Bruno Haible  <bruno@clisp.org>
28364
28365         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
28366         already has it.
28367         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
28368         2005-11-26.
28369
28370         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
28371         'signed char' to avoid problems with the built-in _Bool type.
28372         Reported by Paul Eggert on 2005-11-26.
28373
28374 2006-01-24  Bruno Haible  <bruno@clisp.org>
28375
28376         * gnulib-tool (func_import): Avoid constructing complicated sed
28377         expressions inside backquote.
28378         Report and solution by Mark D. Baushke <mdb@gnu.org>.
28379
28380 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
28381
28382         These changes imported from libc.
28383         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
28384         test and two separate function calls.
28385         * lib/strndup.c (__strndup): Add libc_hidden_def.
28386
28387 2006-01-23  Simon Josefsson  <jas@extundo.com>
28388
28389         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
28390         Remove the test_*_SOURCES variable: automake infers it by default.
28391         * modules/tls-tests: Likewise.
28392
28393 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28394
28395         Work around porting bugs reported by Dieter in
28396         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
28397         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
28398         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
28399         Include "getopt.h" first, to check interface.
28400         (getenv): Declare only if defined HAVE_DECL_GETENV &&
28401         !HAVE_DECL_GETENV.
28402         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
28403         (__strndup): Revert to K&R-style function dfns, the glibc style.
28404         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
28405         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
28406         Include strnlen.h first, to get prototype properly.
28407         (strnlen): Renamed from __strnlen.
28408         Remove weak alias.
28409
28410 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28411
28412         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
28413
28414 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28415
28416         * config/srclist.txt: Adjust to reflect glibc reorganization.
28417         This affects only comments.
28418
28419 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28420
28421          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
28422          Reported by Bruce Korb <bkorb@gnu.org>.
28423
28424 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
28425
28426         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
28427         to pacify gcc -Wswitch-default.
28428
28429 2006-01-22  Bruno Haible  <bruno@clisp.org>
28430
28431         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
28432         temporary buffer for sprintf, take into account the precision also
28433         for 'd', 'i', 'u', 'o', 'x', 'X'.
28434
28435 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28436
28437         * modules/argp-tests: New module
28438         * tests/test-argp.c: New file
28439         * tests/test-argp-2.sh: New file
28440
28441 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28442
28443         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
28444         (__argp_base_name): Removed
28445         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
28446         typo.
28447         (__argp_base_name): Provide macro definition or extern declaration
28448         depending on the configuration
28449
28450 2006-01-20  Simon Josefsson  <jas@extundo.com>
28451
28452         * modules/inet_ntop (Depends-on): Depend on sys_socket.
28453
28454 2006-01-20  Simon Josefsson  <jas@extundo.com>
28455
28456         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
28457
28458 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28459
28460         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
28461         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
28462         Suggested by Bruno Haible.
28463
28464 2006-01-20  Karl Berry  <karl@gnu.org>
28465
28466         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
28467         until changes propagate, I guess.
28468
28469 2006-01-19  Simon Josefsson  <jas@extundo.com>
28470
28471         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
28472
28473 2006-01-19  Simon Josefsson  <jas@extundo.com>
28474
28475         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
28476
28477 2006-01-19  Simon Josefsson  <jas@extundo.com>
28478
28479         * gnulib-tool: Set check_PROGRAMS.
28480
28481         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28482         modules/des-tests, modules/gc-arcfour-tests,
28483         modules/gc-arctwo-tests, modules/gc-des-tests,
28484         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28485         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28486         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28487         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28488         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28489         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
28490         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
28491         test_*_SOURCES.
28492
28493 2006-01-18  Simon Josefsson  <jas@extundo.com>
28494
28495         * modules/socklen (Depends-on): Depend on sys_socket.
28496
28497 2006-01-18  Simon Josefsson  <jas@extundo.com>
28498
28499         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28500         modules/des-tests, modules/gc-arcfour-tests,
28501         modules/gc-arctwo-tests, modules/gc-des-tests,
28502         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28503         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28504         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28505         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28506         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28507         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
28508         $(EXEEXT) to automake TESTS variable, for mingw32.
28509
28510 2006-01-17  Simon Josefsson  <jas@extundo.com>
28511
28512         * modules/socklen (Include): Need sys/socket.h.
28513
28514 2006-01-17  Bruno Haible  <bruno@clisp.org>
28515
28516         * modules/ssize_t (Include): Add <sys/types.h>.
28517
28518 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
28519
28520         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
28521         it's not portable and it doesn't work with cross-compiles.
28522         Problem reported by Bruno Haible.  Fix missing-$ typo in
28523         'test "gl_cv_ignore_unused_libraries" ...' that prevented
28524         -zignore from being used with Sun's C compiler.
28525
28526 2006-01-12  Simon Josefsson  <jas@extundo.com>
28527
28528         * lib/base64.c: Fix warning, reported by Bruno Haible
28529         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
28530
28531 2006-01-12  Bruno Haible  <bruno@clisp.org>
28532
28533         * modules/ldd: New file.
28534         * build-aux/ldd.sh.in: New file.
28535         * MODULES.html.sh (Support for building libraries and executables): Add
28536         ldd.
28537
28538 2006-01-12  Bruno Haible  <bruno@clisp.org>
28539
28540         * m4/ldd.m4: New file.
28541
28542 2006-01-12  Bruno Haible  <bruno@clisp.org>
28543
28544         * gnulib-tool (func_import, func_create_testdir): Don't go into an
28545         endless loop while replacing $auxdir with build-aux.
28546
28547 2006-01-11  Simon Josefsson  <jas@extundo.com>
28548
28549         * lib/stdint_.h (SIZE_MAX): Add missing (.
28550
28551 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
28552
28553         Sync from coreutils.
28554         * lib/md5.c: Fix commentary typos.
28555         (alignof, UNALIGNED_P): No need for a GCC-specific version.
28556         * lib/md5.h (__attribute__): Remove; unused.
28557         * lib/sha1.c: Fix commentary to match md5 better.
28558         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
28559         so that we don't need to worry about alignment.  All uses changed.
28560         This merges the 2005-10-28 md5 change into sha1.
28561
28562 2006-01-11  Jim Meyering  <jim@meyering.net>
28563
28564         Sync from coreutils.
28565         * lib/md5.c (OP): Fix spacing.
28566
28567 2006-01-11  Bruno Haible  <bruno@clisp.org>
28568
28569         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28570         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
28571         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
28572
28573 2006-01-11  Bruno Haible  <bruno@clisp.org>
28574
28575         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28576         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
28577         the "early" section as well.
28578
28579 2006-01-11  Bruno Haible  <bruno@clisp.org>
28580
28581         Avoid "ar: no archive members specified" error on MacOS X.
28582         * gnulib-tool (func_modules_add_dummy): New function.
28583         (func_import, func_create_testdir): Invoke it.
28584
28585 2006-01-11  Bruno Haible  <bruno@clisp.org>
28586
28587         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
28588         with $auxdir in AC_CONFIG_FILES statements.
28589
28590 2006-01-11  Bruno Haible  <bruno@clisp.org>
28591
28592         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28593         Initialize also noinst_HEADERS to empty.
28594
28595 2006-01-11  Bruno Haible  <bruno@clisp.org>
28596
28597         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
28598         variables.
28599         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
28600         autoreconf.
28601
28602 2006-01-11  Bruno Haible  <bruno@clisp.org>
28603
28604         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
28605         overridable by the user.
28606         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28607
28608 2006-01-10  Simon Josefsson  <jas@extundo.com>
28609
28610         * modules/sys_socket: New file.
28611
28612 2006-01-10  Simon Josefsson  <jas@extundo.com>
28613
28614         * m4/sys_socket_h.m4: New file.
28615
28616 2006-01-10  Simon Josefsson  <jas@extundo.com>
28617
28618         * lib/socket_.h: New file.
28619
28620 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28621
28622         * modules/readutmp (Maintainer): Add myself.
28623
28624 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28625
28626         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
28627         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
28628         People who are still concerned with buggy memcmp implementations
28629         can invoke gl_FUNC_MEMCMP themselves.
28630
28631 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28632
28633         * lib/regex_internal.h (BITSET_WORD_BITS):
28634         Work around a bug in 64-bit PGC (before version 6.1-2), where the
28635         preprocessor mishandles large unsigned values as if they were signed.
28636         Problem reported by Claudio Fontana in
28637         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
28638
28639 2006-01-10  Jim Meyering  <jim@meyering.net>
28640
28641         Avoid the double-free (first in fts_read, second in fts_close) that
28642         would occur when an `active' directory is made inaccessible (e.g.,
28643         via chmod a-x) during a traversal.
28644         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28645         before returning.  Reproduce this failure by
28646         mkdir -p a/b; cd a; chmod a-x . b
28647         Reported by Stavros Passas.
28648
28649         Sync from coreutils.
28650         * lib/sha1.c: Tweak grammar in a comment.
28651
28652 2006-01-10  Jim Meyering  <jim@meyering.net>
28653
28654         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
28655         Patch by Joerg Sonnenberger.
28656
28657 2006-01-10  Bruno Haible  <bruno@clisp.org>
28658
28659         * modules/readutmp: Depend on module free.
28660         * modules/strtok_r: Depend on module restrict.
28661
28662 2006-01-10  Bruno Haible  <bruno@clisp.org>
28663
28664         * modules/gettext (configure.ac): Add an invocation of
28665         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
28666
28667 2006-01-10  Bruno Haible  <bruno@clisp.org>
28668
28669         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
28670         Reported by Werner Lemberg <wl@gnu.org>.
28671
28672 2006-01-10  Bruno Haible  <bruno@clisp.org>
28673
28674         * lib/localcharset.c: Update from GNU gettext.
28675
28676 2006-01-10  Bruno Haible  <bruno@clisp.org>
28677
28678         * lib/argp.h (__const): Remove macro. Use const instead.
28679         * lib/argp-fmtstream.h (__const): Likewise.
28680         * lib/glob_.h (__const): Remove macro.
28681         * lib/glob-libc.h: Use const instead of __const.
28682
28683 2006-01-10  Bruno Haible  <bruno@clisp.org>
28684
28685         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
28686         variable.
28687         Needed to avoid an automake error regarding the 'gettext' module.
28688
28689 2006-01-09  Simon Josefsson  <jas@extundo.com>
28690
28691         * modules/inet_ntop (Depends-on): Add restrict.
28692
28693 2006-01-09  Simon Josefsson  <jas@extundo.com>
28694
28695         * modules/gc-rijndael-tests (License): Put under LGPL.
28696
28697         * modules/gc-des-tests (License): Likewise.
28698
28699         * modules/gc-arcfour-tests (License): Likewise.
28700
28701         * modules/gc-arctwo-tests (License): Likewise.
28702
28703         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
28704
28705         * modules/gc-hmac-sha1-tests (Files): Likewise.
28706
28707         * modules/gc-hmac-md5-tests (License): Likewise.
28708
28709         * modules/gc-sha1-tests (License): Likewise.
28710
28711         * modules/gc-md5-tests (License): Likewise.
28712
28713         * modules/gc-md4-tests (License): Likewise.
28714
28715         * modules/gc-md2-tests (License): Likewise.
28716
28717         * modules/gc-tests (License): Likewise.
28718
28719         * modules/des-tests (License): Likewise.
28720
28721         * modules/md4-tests (License): Likewise.
28722
28723         * modules/md2-tests (License): Likewise.
28724
28725 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28726
28727         Sync from coreutils:
28728
28729         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
28730         * modules/lib-ignore: New file.
28731         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
28732         chdir-safer.m4, lchmod.m4.
28733         * modules/openat: Add mkdirat.c, openat-priv.h.
28734
28735 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28736
28737         Sync from coreutils.
28738         * m4/lib-ignore.m4: New file.
28739         * m4/lchmod.m4: New file.
28740
28741 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28742
28743         Sync from coreutils.
28744         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
28745         for write access: POSIX says that must fail.
28746         * lib/fts.c (diropen): Likewise.
28747         * lib/save-cwd.c (save_cwd): Likewise.
28748         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
28749         well, for minor improvements on hosts that lack O_DIRECTORY.
28750         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
28751         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
28752         Fall back on chown if open failed with EACCES.
28753
28754         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
28755         Report an error at compile-time if only a 1-second nominal clock
28756         resolution is found.
28757
28758         * lib/lchmod.h: New file.
28759         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
28760         (make_dir_parents): Use lchown rather than chown, and
28761         lchmod rather than chmod.
28762
28763         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
28764         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
28765         "proc" reported by n0dalus.
28766
28767         * lib/mountlist.c: Include <limits.h>.
28768         (dev_from_mount_options)
28769         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
28770         New function.  It no longer assumes "dev=" has the System V meaning
28771         on Linux (since it doesn't).  It also parses "dev=" more carefully.
28772         (read_file_system_list)
28773         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
28774         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
28775         dev= in that case.
28776
28777         * lib/posixtm.h (PDS_PRE_2000): New macro.
28778         * lib/posixtm.c (year): Arg is now syntax_bits rather than
28779         allow_century.  All usages changed.  Reject dates outside the range
28780         1969-1999 if PDS_PRE_2000 is used.
28781
28782 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28783
28784         Sync from coreutils.
28785         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
28786         (Time of day items): Mention the possibility of leap seconds.
28787         Problem reported by Dr. David Alan Gilbert.
28788
28789 2006-01-09  Jim Meyering  <jim@meyering.net>
28790
28791         Sync from coreutils.
28792
28793         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
28794
28795         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
28796
28797         * lib/modechange.c (mode_compile): Reject an invalid mode string
28798         that starts with an octal digit.  From Andreas Gruenbacher.
28799
28800         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
28801         and dup to open_safer and dup_safer, respectively.
28802         (openat_permissive): Fix typo in comment.
28803
28804         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
28805         "gettext.h"; either no longer needed or are guaranteed by openat.h.
28806         (_): Remove; no longer needed.
28807         (openat): Renamed from rpl_openat; no need for rpl_openat
28808         since openat.h renames openat for us.
28809         Replace most of the body with a call to openat_permissive,
28810         to avoid duplicate code.
28811         Port to (probably hypothetical) environments were mode_t is
28812         wider than int.
28813         (openat_permissive): Require mode arg, so that we can check
28814         types better.  Put it just after flags.  Change cwd failure
28815         indicator from pointer-to-bool to pointer-to-errno-value.
28816         All callers changed.
28817         Invoke openat_save_fail and/or openat_restore_fail if
28818         cwd_errno is null, so that openat can call us.
28819         (openat_permissive, fdopendir, fstatat, unlinkat):
28820         Simplify errno handling to avoid some duplicate code,
28821         as it's OK to set errno on success.
28822         * lib/openat.h: Revamp code so that function macros depend on
28823         __OPENAT_PREFIX only, not also on AT_FDCWD.
28824         (openat_ro): Remove.  Caller changed to use openat_permissive.
28825         (openat_permissive): Now a macro, if not a function.
28826         (openat_restore_fail, openat_save_fail): Now always functions,
28827         since mkdirat needs them even if __OPENAT_PREFIX is defined.
28828
28829         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
28830         and openat.c.
28831         * lib/mkdirat.c: Include openat-priv.h.
28832         Remove definitions of macros defined therein.
28833         * lib/openat.c: Likewise.
28834
28835         * lib/mkdirat.c (mkdirat): New file and function.
28836         * lib/openat.h (mkdirat): Declare.
28837
28838         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
28839
28840         * lib/openat.h (openat_permissive): Declare.
28841         (openat_ro): Define.
28842
28843         * lib/openat.c (EXPECTED_ERRNO): New macro.
28844         (openat_permissive): New function -- used in remove.c rewrite.
28845         (all functions): Set errno just before returning, only if there
28846         was an actual failure.
28847         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
28848
28849         Emulate openat-family functions using Linux's procfs, if possible.
28850         Idea and some code based on Ulrich Drepper's glibc changes.
28851
28852         * lib/openat.c: (BUILD_PROC_NAME): New macro.
28853         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
28854         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
28855         before falling back on save_cwd and restore_cwd.
28856         (fdopendir, fstatat, unlinkat): Likewise.
28857
28858         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
28859         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
28860
28861         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
28862         as second argument to va_arg.  Otherwise, some versions of gcc
28863         warn that `if this code is reached, the program will abort'.
28864
28865 2006-01-09  Jim Meyering  <jim@meyering.net>
28866
28867         Sync from coreutils.
28868         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
28869         Require openat-priv.h.
28870
28871 2006-01-09  Bruno Haible  <bruno@clisp.org>
28872
28873         * modules/strnlen (Include): Use strnlen.h.
28874
28875 2006-01-09  Bruno Haible  <bruno@clisp.org>
28876
28877         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
28878
28879 2006-01-09  Bruno Haible  <bruno@clisp.org>
28880
28881         * lib/sysexit_.h (EX_OK): New macro.
28882         Suggested by Martin Lambers <marlam@marlam.de>.
28883
28884 2006-01-09  Bruno Haible  <bruno@clisp.org>
28885
28886         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
28887         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
28888
28889 2006-01-09  Bruno Haible  <bruno@clisp.org>
28890
28891         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
28892         numbers.
28893
28894 2006-01-09  Bruno Haible  <bruno@clisp.org>
28895
28896         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
28897         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
28898         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
28899         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
28900
28901 2006-01-09  Bruno Haible  <bruno@clisp.org>
28902
28903         * build-aux/javacomp.sh.in: New file, moved from lib/.
28904         * modules/javacomp-script (Files): Update.
28905         (configure.ac): Add AC_CONFIG_FILES invocation.
28906         (EXTRA_DIST): Remove variable.
28907
28908         * build-aux/javaexec.sh.in: New file, moved from lib/.
28909         * modules/javaexec (Files): Update.
28910         (configure.ac): Add AC_CONFIG_FILES invocation.
28911         (EXTRA_DIST): Remove javaexec.sh.in.
28912
28913         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
28914         * modules/csharpcomp-script (Files): Update.
28915         (configure.ac): Add AC_CONFIG_FILES invocation.
28916         (EXTRA_DIST): Remove variable.
28917
28918         * build-aux/csharpexec.sh.in: New file, moved from lib/.
28919         * modules/csharpexec (Files): Update.
28920         (configure.ac): Add AC_CONFIG_FILES invocation.
28921         (EXTRA_DIST): Remove csharpexec.sh.in.
28922
28923 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28924
28925         Sync from coreutils.
28926
28927         Add POSIX ACL support
28928         * lib/acl.h (copy_acl, set_acl): Add declarations.
28929         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
28930         systems other than Linux.
28931         (chmod_or_fchmod): New function: use fchmod when possible,
28932         and chmod otherwise.
28933         (file_has_acl): Add a POSIX ACL implementation, with a
28934         Linux-specific subcase.
28935         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
28936         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
28937         acls are unsupported.
28938         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
28939         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
28940         are unsupported.
28941
28942 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28943
28944         Sync from coreutils.
28945         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
28946
28947 2006-01-07  Bruno Haible  <bruno@clisp.org>
28948
28949         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
28950         gl_EARLY.
28951
28952 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28953
28954         * lib/strftime.c (tzname): Don't declare if it is already #defined.
28955         Problem reported for Mingw by Mark Junker.
28956
28957 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28958
28959         * README: Gnulib normally doesn't generate a tarball.
28960
28961 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
28962
28963         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
28964         long int, not int, for nanosecond counts, so that people who are
28965         used to POSIX struct timespec won't be surprised.  Reported by Jim
28966         Meyering.
28967
28968 2005-12-28  Bruno Haible  <bruno@clisp.org>
28969
28970         * build-aux/config.rpath: Update from GNU gettext.
28971
28972 2005-12-16  Jim Meyering  <jim@meyering.net>
28973
28974         * modules/fprintftime: New module.
28975         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
28976
28977 2005-12-16  Jim Meyering  <jim@meyering.net>
28978
28979         * m4/fprintftime.m4: New file.
28980
28981 2005-12-16  Jim Meyering  <jim@meyering.net>
28982
28983         * lib/fprintftime.c, lib/fprintftime.h: New files.
28984
28985 2005-12-15  Simon Josefsson  <jas@extundo.com>
28986
28987         * modules/socklen (configure.ac): Fix M4 macro name, to align with
28988         new m4/socklen.m4.
28989
28990 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28991
28992         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
28993         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
28994
28995 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28996
28997         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
28998         * lib/argp-help.c (fill_in_uparams): Check if the constructed
28999         struct uparams is valid. Fall back to the default values if it is
29000         not.
29001
29002 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29003
29004         * modules/argp (Files): Add argp-pin.c
29005         (Depends-on): dirname
29006         (lib_SOURCES): Add argp-pin.c
29007
29008 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29009
29010         * m4/argp.m4:  Check if program_invocation_name and
29011         program_invocation_short_name are declared and define appropriate
29012         macros if they are not.
29013
29014 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29015
29016         * lib/argp-help.c (__argp_base_name): New function
29017         (__argp_short_program_name): Rewrite using __argp_base_name
29018         * lib/argp-namefrob.h: Define program_invocation_name and
29019         program_invocation_short_name if requested
29020         (__argp_base_name): Add prototype
29021         * lib/argp-parse.c (argp_def): Use gettext wrappers
29022         (argp_default_parser): Use __argp_base_name
29023         * lib/argp-pin.c: New file. Defines program_invocation_name and
29024         program_invocation_short_name on systems that lack them.
29025
29026 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29027
29028         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
29029         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29030         porting problem reported by Georg Schwarz in
29031         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29032
29033 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29034
29035         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
29036         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29037         porting problem reported by Georg Schwarz in
29038         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29039
29040 2005-12-05  Bruno Haible  <bruno@clisp.org>
29041
29042         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
29043         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
29044         Reported by Mark Junker <mjscod@gmx.de>.
29045
29046 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
29047
29048         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
29049         Use implementation from Albert Chin, with some
29050         comments/corrections by Stepan Kasal and myself.
29051
29052 2005-12-02  Bruno Haible  <bruno@clisp.org>
29053
29054         * gnulib-tool (func_import): Accept GPLed build tool modules when
29055         --lgpl is given.
29056         * modules/csharpcomp-script: New file.
29057         * modules/csharpcomp: Depend on it.
29058         * modules/javacomp-script: New file.
29059         * modules/javacomp: Depend on it.
29060         Suggested by Simon Josefsson.
29061
29062 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
29063
29064         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
29065         statement, to work around an HP-UX 10.20 compiler bug reported by
29066         Peter O'Gorman.
29067
29068 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29069
29070         * modules/savedir (Depends-on): Add openat.
29071
29072 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29073
29074         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
29075         (uintmax_t) [defined uintmax_t]: Do not declare.
29076         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
29077         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
29078         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
29079         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
29080         sake of portability to weird hosts that C allows (though we don't
29081         know of any practical examples).
29082
29083         * lib/savedir.h (fdsavedir): New decl.
29084         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
29085         contains most of the former guts of savedir.
29086         (savedir): Use savedirstream.
29087         Include "openat.h".
29088
29089 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29090
29091         * modules/obstack (Files): Add m4/ulonglong.m4.
29092         Problem reported by Davide Angelocola.
29093
29094 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29095
29096         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
29097         coreutils no longer futzes with rounding modes.
29098
29099 2005-11-14  Jim Meyering  <jim@meyering.net>
29100
29101         * lib/mkstemp-safer.c: Include <config.h>, required for possible
29102         replacement of mkstemp.
29103
29104 2005-11-10  Simon Josefsson  <jas@extundo.com>
29105
29106         * lib/readline.c: Remove EOL.
29107
29108 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29109
29110         * modules/gethrxtime (Depends-on): Add gettime.
29111
29112 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29113
29114         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
29115         or gettimeofday; no longer needed.
29116
29117 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29118
29119         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
29120         time business.
29121         (gethrxtime) [! (HAVE_NANOUPTIME
29122         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
29123         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
29124         our own approximation.
29125
29126 2005-11-08  Eric Blake  <ebb9@byu.net>
29127
29128         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29129
29130 2005-11-08  Eric Blake  <ebb9@byu.net>
29131
29132         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29133
29134 2005-11-04  Bruno Haible  <bruno@clisp.org>
29135
29136         * gnulib-tool: Implement --update mode.
29137
29138 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29139
29140         Fix porting problem reported by Theodoros V. Kalamatianos.
29141         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
29142         Don't assume that futimes failing means we must fail.
29143
29144 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29145
29146         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
29147         variables to suggest the intended function of the PATH_MAX check.
29148
29149 2005-10-30  Kean Johnston  <jkj@sco.com>
29150
29151         Trivial changes to support SCO systems.
29152         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
29153         as PATH_MAX.
29154         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
29155         where __ptr is null when no I/O is pending.
29156
29157 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29158
29159         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
29160         leave errno alone.  Problem reported by Dmitry V. Levin.
29161
29162 2005-10-28  Simon Josefsson  <jas@extundo.com>
29163
29164         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
29165         Test more.
29166
29167         * tests/test-gc-md2.c, tests/test-md2.c: New files.
29168
29169         * modules/md2, modules/md2-tests: New files.
29170
29171 2005-10-28  Simon Josefsson  <jas@extundo.com>
29172
29173         * m4/inet_ntop.m4: More tests.
29174
29175         * m4/gc-md2.m4, md2.m4: New file.
29176
29177 2005-10-28  Simon Josefsson  <jas@extundo.com>
29178
29179         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
29180         "restrict" keywords, as per POSIX.  Protect the function
29181         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
29182         Don't use K&R prototypes.  Check the sprintf return values.
29183         Re-define EAFNOSUPPORT if not present.  Indent.
29184
29185         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
29186         suggested by Bruno Haible <bruno@clisp.org>.
29187
29188         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
29189
29190         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
29191
29192         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
29193         libgcrypt).
29194
29195         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
29196
29197         * lib/md2.h, lib/md2.c: New files.
29198
29199 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
29200
29201         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
29202         errno alone.  Problem reported by Frederic Jolliton.
29203
29204 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
29205
29206         * modules/verify (License): Change from GPL to LGPL.  This is a
29207         tiny module and there are apparently near-equivalents that are
29208         under the BSD license.
29209
29210 2005-10-24  Simon Josefsson  <jas@extundo.com>
29211
29212         * modules/sha1: Relicense to LGPL.
29213
29214 2005-10-24  Simon Josefsson  <jas@extundo.com>
29215
29216         * lib/md4.h: Shrink buffer size, now that we changed the type.
29217
29218 2005-10-23  Simon Josefsson  <jas@extundo.com>
29219
29220         * gnulib-tool (func_import): Fix --tests-base.
29221
29222 2005-10-22  Simon Josefsson  <jas@extundo.com>
29223
29224         * modules/arcfour (Depends-on): Need stdint.
29225
29226 2005-10-22  Simon Josefsson  <jas@extundo.com>
29227
29228         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
29229         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
29230
29231 2005-10-22  Simon Josefsson  <jas@extundo.com>
29232
29233         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
29234         suggested by Bruno Haible <bruno@clisp.org>.
29235
29236 2005-10-22  Simon Josefsson  <jas@extundo.com>
29237
29238         * lib/crc.h: Include stddef.h, for size_t.
29239
29240 2005-10-22  Simon Josefsson  <jas@extundo.com>
29241
29242         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
29243         arcfour_context struct (simplify test vector testing in GNU
29244         Shishi).
29245
29246 2005-10-21  Simon Josefsson  <jas@extundo.com>
29247
29248         * modules/des, modules/des-tests: New files.
29249
29250         * modules/gc-des, modules/gc-des-tests: New files.
29251
29252         * tests/test-des.c, tests/test-gc-des.c: New file.
29253
29254 2005-10-21  Simon Josefsson  <jas@extundo.com>
29255
29256         * modules/arctwo, modules/arctwo-tests: New files.
29257
29258         * tests/test-arctwo.c: New file.
29259
29260         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
29261
29262         * tests/test-gc-arctwo.c: New file.
29263
29264 2005-10-21  Simon Josefsson  <jas@extundo.com>
29265
29266         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
29267         Bruno Haible <bruno@clisp.org>.
29268
29269         * m4/gc-des.m4: New file.
29270
29271 2005-10-21  Simon Josefsson  <jas@extundo.com>
29272
29273         * m4/arctwo.m4: New file.
29274
29275         * m4/gc-arctwo.m4: New file.
29276
29277 2005-10-21  Simon Josefsson  <jas@extundo.com>
29278
29279         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
29280         block.
29281
29282 2005-10-21  Simon Josefsson  <jas@extundo.com>
29283
29284         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
29285         <bruno@clisp.org>.
29286
29287         * lib/hmac-sha1.c (hmac_sha1): Likewise.
29288
29289         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
29290         Bruno Haible <bruno@clisp.org>.
29291
29292         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
29293         <bruno@clisp.org>.
29294
29295 2005-10-21  Simon Josefsson  <jas@extundo.com>
29296
29297         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
29298
29299 2005-10-21  Simon Josefsson  <jas@extundo.com>
29300
29301         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
29302
29303 2005-10-21  Simon Josefsson  <jas@extundo.com>
29304
29305         * lib/des.h, lib/des.c: New files.
29306
29307         * lib/gc-gnulib.c: Support DES.c
29308
29309 2005-10-21  Simon Josefsson  <jas@extundo.com>
29310
29311         * lib/arctwo.h, lib/arctwo.c: New files.
29312
29313         * lib/gc-gnulib.c: Support ARCTWO.
29314
29315 2005-10-21  Simon Josefsson  <jas@extundo.com>
29316
29317         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
29318         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29319
29320 2005-10-21  Simon Josefsson  <jas@extundo.com>
29321
29322         * gnulib-tool (func_import, func_create_testdir): Define automake
29323         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
29324         Makefile.am snippet),
29325         suggested by Bruno Haible <bruno@clisp.org>.
29326
29327         * modules/gc (Makefile.am): Use it.
29328
29329 2005-10-21  Bruno Haible  <bruno@clisp.org>
29330
29331         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
29332         patch.
29333
29334 2005-10-19  Simon Josefsson  <jas@extundo.com>
29335
29336         * tests/test-gc-rijndael.c: New file.
29337
29338         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
29339
29340 2005-10-19  Simon Josefsson  <jas@extundo.com>
29341
29342         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
29343         interface too.
29344
29345 2005-10-19  Simon Josefsson  <jas@extundo.com>
29346
29347         * tests/test-gc-arcfour.c: New file.
29348
29349         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
29350
29351 2005-10-19  Simon Josefsson  <jas@extundo.com>
29352
29353         * modules/gc-md4, modules/gc-md4-tests: New file.
29354
29355         * tests/test-gc-md4.c: New file.
29356
29357 2005-10-19  Simon Josefsson  <jas@extundo.com>
29358
29359         * m4/gc-md4.m4: New file.
29360
29361 2005-10-19  Simon Josefsson  <jas@extundo.com>
29362
29363         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
29364         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
29365         <kasal@ucw.cz>.
29366
29367 2005-10-19  Simon Josefsson  <jas@extundo.com>
29368
29369         * m4/gc-arcfour.m4: New file.
29370
29371         * m4/gc-rijndael.m4: New file.
29372
29373 2005-10-19  Simon Josefsson  <jas@extundo.com>
29374
29375         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
29376
29377 2005-10-19  Simon Josefsson  <jas@extundo.com>
29378
29379         * lib/gc-gnulib.c: Support ARCFOUR.
29380
29381 2005-10-19  Simon Josefsson  <jas@extundo.com>
29382
29383         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
29384         support.
29385
29386         * lib/gc.h: Add ECB enum type.
29387
29388         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
29389
29390 2005-10-18  Simon Josefsson  <jas@extundo.com>
29391
29392         * tests/test-md5.c: New file.
29393
29394         * modules/md5-tests: New file.
29395
29396 2005-10-18  Simon Josefsson  <jas@extundo.com>
29397
29398         * tests/test-md4.c: New file.
29399
29400         * modules/md4, modules/md4-tests: New files.
29401
29402 2005-10-18  Simon Josefsson  <jas@extundo.com>
29403
29404         * m4/md4.m4: New file.
29405
29406 2005-10-18  Simon Josefsson  <jas@extundo.com>
29407
29408         * lib/md4.h, lib/md4.c: New files, based on md5.?.
29409
29410 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
29411
29412         * gnulib-tool (func_create_testdir): Omit the second check whether
29413         BUILT_SOURCES in nonempty.
29414
29415 2005-10-17  Simon Josefsson  <jas@extundo.com>
29416
29417         * tests/test-rijndael.c: New file.
29418
29419 2005-10-17  Simon Josefsson  <jas@extundo.com>
29420
29421         * modules/sha1: Depend on stdint instead of md5.
29422
29423         * modules/md5: Depend on stdint, remove uint32_t.
29424
29425 2005-10-17  Simon Josefsson  <jas@extundo.com>
29426
29427         * modules/gc-sha1-tests: New file.
29428
29429         * tests/test-gc-sha1.c: New file.
29430
29431 2005-10-17  Simon Josefsson  <jas@extundo.com>
29432
29433         * m4/md5.m4: Remove call to uint32_t.m4.
29434
29435 2005-10-17  Simon Josefsson  <jas@extundo.com>
29436
29437         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
29438
29439         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
29440         md5.h.
29441
29442         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
29443
29444         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
29445
29446 2005-10-17  Simon Josefsson  <jas@extundo.com>
29447
29448         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
29449
29450 2005-10-17  Simon Josefsson  <jas@extundo.com>
29451
29452         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
29453
29454 2005-10-17  Simon Josefsson  <jas@extundo.com>
29455
29456         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
29457
29458         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
29459
29460 2005-10-17  Bruno Haible  <bruno@clisp.org>
29461
29462         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
29463         that it can also be used in a test.
29464
29465 2005-10-16  Bruno Haible  <bruno@clisp.org>
29466
29467         * gnulib-tool (func_emit_tests_Makefile_am): Also define
29468         TESTS_ENVIRONMENT, so that individual tests can augment it.
29469
29470         * gnulib-tool (func_create_testdir): Use an intermediate target for
29471         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
29472         macros, like $(ALLOCA_H), which cannot be passed through the command
29473         line.
29474
29475 2005-10-15  Simon Josefsson  <jas@extundo.com>
29476
29477         * modules/rijndael-tests: New file.
29478
29479         * modules/rijndael: New file.
29480
29481 2005-10-15  Simon Josefsson  <jas@extundo.com>
29482
29483         * m4/rijndael.m4: New file.
29484
29485 2005-10-15  Simon Josefsson  <jas@extundo.com>
29486
29487         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
29488
29489         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
29490
29491 2005-10-14  Simon Josefsson  <jas@extundo.com>
29492
29493         * tests/test-arcfour.c: New file.
29494
29495         * modules/arcfour, modules/arcfour-tests: New files.
29496
29497 2005-10-14  Simon Josefsson  <jas@extundo.com>
29498
29499         * m4/arcfour.m4: New file.
29500
29501 2005-10-14  Simon Josefsson  <jas@extundo.com>
29502
29503         * lib/arcfour.h, lib/arcfour.c: New files.
29504
29505 2005-10-14  Roland McGrath  <roland@redhat.com>
29506
29507         Import from libc.  [BZ #1331]
29508         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
29509         macro argument.
29510         Reported by Matej Vela <vela@debian.org>.
29511
29512 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29513
29514         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
29515         include <wchar.h>; no longer needed.
29516
29517 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29518
29519         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
29520
29521 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
29522         and  Ulrich Drepper  <drepper@redhat.com>
29523
29524         Import from libc.
29525         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
29526         instead of inline stream orientation test and two separate
29527         function calls.  Pay no attention to USE_IN_LIBIO.
29528
29529 2005-10-13  Simon Josefsson  <jas@extundo.com>
29530
29531         * modules/gc-hmac-md5-tests: New file.
29532
29533         * tests/test-gc-hmac-sha1.c: New file.
29534
29535         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
29536
29537         * modules/gc-hmac-md5-tests: New file.
29538
29539         * tests/test-gc-md5.c: New file.
29540
29541         * modules/gc-md5-tests: New file.
29542
29543 2005-10-13  Simon Josefsson  <jas@extundo.com>
29544
29545         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
29546         Move memory allocation outside of loop.
29547
29548 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
29549
29550         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
29551         intermediate directory is in a read-only file system.  Problem
29552         reported by Eric Blake.
29553
29554 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
29555
29556         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
29557
29558 2005-10-12  Simon Josefsson  <jas@extundo.com>
29559
29560         * tests/test-hmac-sha1.c: New file.
29561
29562         * modules/hmac-sha1-tests: New file.
29563
29564         * modules/hmac-sha1: New file.
29565
29566 2005-10-12  Simon Josefsson  <jas@extundo.com>
29567
29568         * modules/gc-sha1: New file.
29569
29570 2005-10-12  Simon Josefsson  <jas@extundo.com>
29571
29572         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
29573
29574         * tests/test-gc-pbkdf2-sha1.c: New file.
29575
29576 2005-10-12  Simon Josefsson  <jas@extundo.com>
29577
29578         * modules/gc-md5, modules/gc-hmac-md5: New files.
29579
29580         * modules/gc (Files): Remove md5, memxor and hmac files.
29581
29582 2005-10-12  Simon Josefsson  <jas@extundo.com>
29583
29584         * m4/gc-pbkdf2-sha1.m4: New file.
29585
29586         * m4/gc-hmac-sha1.m4: New file.
29587
29588         * m4/gc-sha1: New file.
29589
29590         * m4/hmac-sha1.m4: New file.
29591
29592 2005-10-12  Simon Josefsson  <jas@extundo.com>
29593
29594         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
29595
29596         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
29597
29598 2005-10-12  Simon Josefsson  <jas@extundo.com>
29599
29600         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
29601         suggested by Bruno Haible <bruno@clisp.org>.
29602
29603 2005-10-12  Simon Josefsson  <jas@extundo.com>
29604
29605         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
29606
29607 2005-10-12  Simon Josefsson  <jas@extundo.com>
29608
29609         * lib/gc-pbkdf2-sha1.c: New file.
29610
29611         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
29612
29613 2005-10-12  Simon Josefsson  <jas@extundo.com>
29614
29615         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
29616
29617         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
29618
29619 2005-10-12  Simon Josefsson  <jas@extundo.com>
29620
29621         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
29622         GC_USE_HMAC_MD5, respectively.
29623
29624         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
29625         (gc_md5): Fix typo.
29626
29627         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
29628
29629         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
29630
29631         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
29632
29633 2005-10-12  Bruno Haible  <bruno@clisp.org>
29634
29635         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
29636         Reported by Stepan Kasal <kasal@ucw.cz>.
29637
29638 2005-10-11  Simon Josefsson  <jas@extundo.com>
29639
29640         * tests/test-crc.c: New file.
29641
29642         * modules/crc, modules/crc-tests: New files.
29643
29644 2005-10-11  Simon Josefsson  <jas@extundo.com>
29645
29646         * m4/crc.m4: New file.
29647
29648 2005-10-11  Simon Josefsson  <jas@extundo.com>
29649
29650         * lib/gc.h: Add gc_hash and gc_hash_buffer.
29651
29652         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
29653
29654         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
29655
29656 2005-10-11  Simon Josefsson  <jas@extundo.com>
29657
29658         * lib/crc.h, lib/crc.c: New files.
29659
29660         * lib/gc.h (gc_hash_buffer): Add doc.
29661
29662 2005-10-11  Bruno Haible  <bruno@clisp.org>
29663
29664         * modules/c-strcasestr: New file.
29665         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
29666
29667 2005-10-11  Bruno Haible  <bruno@clisp.org>
29668
29669         * modules/c-strcase: New file.
29670         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
29671
29672 2005-10-11  Bruno Haible  <bruno@clisp.org>
29673
29674         * lib/strcasecmp.c: Include limits.h.
29675         (strcasecmp): Avoid integer overflow on exotic platforms.
29676         * lib/strncasecmp.c: Include limits.h.
29677         (strncasecmp): Avoid integer overflow on exotic platforms.
29678         Reported by Paul Eggert.
29679
29680 2005-10-11  Bruno Haible  <bruno@clisp.org>
29681
29682         * lib/c-strcasestr.h: New file, from GNU gettext.
29683         * lib/c-strcasestr.c: New file, from GNU gettext.
29684
29685 2005-10-11  Bruno Haible  <bruno@clisp.org>
29686
29687         * lib/c-strcase.h: New file, from GNU gettext.
29688         * lib/c-strcasecmp.c: New file, from GNU gettext.
29689         * lib/c-strncasecmp.c: New file, from GNU gettext.
29690
29691 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29692
29693         * modules/mempcpy (License): GPL -> LGPL.
29694         * modules/strchrnul (License): Likewise.
29695         * modules/sysexits (License): Likewise.
29696
29697 2005-10-08  Simon Josefsson  <jas@extundo.com>
29698
29699         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
29700
29701 2005-10-07  Simon Josefsson  <jas@extundo.com>
29702
29703         * m4/memxor.m4: Remove gl_C_RESTRICT call.
29704
29705 2005-10-06  Simon Josefsson  <jas@extundo.com>
29706
29707         * tests/test-hmac-md5.c: New file.
29708
29709         * modules/hmac-md5-tests: New file.
29710
29711         * modules/hmac-md5: New file.
29712
29713 2005-10-06  Simon Josefsson  <jas@extundo.com>
29714
29715         * m4/hmac-md5.m4: New file.
29716
29717         * m4/memxor.m4: Require gl_C_RESTRICT.
29718
29719 2005-10-06  Simon Josefsson  <jas@extundo.com>
29720
29721         * lib/memxor.c (memxor): Avoid casts and warnings.
29722
29723 2005-10-06  Simon Josefsson  <jas@extundo.com>
29724
29725         * lib/hmac-md5.c: New file.
29726
29727         * lib/hmac.h: New file.
29728
29729 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29730
29731         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
29732         promotes to int, not unsigned int, to catch the AIX 5.3
29733         compiler bug.
29734
29735 2005-10-05  Simon Josefsson  <jas@extundo.com>
29736
29737         * modules/memxor: New file.
29738
29739         * modules/iconv (Files): Move config.rpath to havelib, it is used
29740         there.
29741
29742         * modules/havelib (Files): Add config.rpath.
29743
29744 2005-10-05  Simon Josefsson  <jas@extundo.com>
29745
29746         * m4/memxor.m4: New file.
29747
29748 2005-10-05  Simon Josefsson  <jas@extundo.com>
29749
29750         * lib/memxor.c (memxor): Fix compiler error.
29751
29752         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
29753         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
29754
29755         * lib/memxor.h, lib/memxor.c: New files.
29756
29757         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
29758         we assume all systems have it, suggested by Jim Meyering
29759         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
29760         any systems lack sys/socket.h; mingw32 is known to lack it, but we
29761         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
29762         same reasons.
29763
29764 2005-10-05  Simon Josefsson  <jas@extundo.com>
29765
29766         * config/srclist.txt: Add glibc bug 1423 for md5.h.
29767
29768 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29769
29770         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
29771         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
29772         needed, since the source code now assumes these .h files.
29773
29774 2005-10-05  Derek Price  <derek@ximbiot.com>
29775
29776         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
29777
29778 2005-10-05  Bruno Haible  <bruno@clisp.org>
29779
29780         * modules/stdint (License): Change to LGPL.
29781
29782 2005-10-04  Simon Josefsson  <jas@extundo.com>
29783
29784         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
29785         D. Baushke" <mdb@gnu.org>.
29786
29787 2005-10-04  Bruno Haible  <bruno@clisp.org>
29788
29789         * lib/verify.h (verify_true): Provide alternative definition for C++.
29790
29791 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
29792
29793         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
29794         (SSIZE_MAX): New macro, if not already defined.
29795         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
29796         than 2 GiB.
29797
29798 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29799
29800         Sync from coreutils.
29801         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
29802         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
29803         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
29804         ULLONG_MAX doesn't work with 2.7.2.1.
29805
29806 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29807
29808         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
29809         From Ben Pfaff.
29810
29811         * modules/exclude (Depends-on): Depend on verify.
29812         * modules/strtoimax (Depends-on): Likewise.
29813         * modules/utimecmp (Depends-on): Likewise.
29814
29815 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29816
29817         * lib/exclude.c: Include verify.h.
29818         (verify): Remove.  All callers changed to use verify.h's version.
29819         * lib/strtoimax.c: Likewise.
29820         * lib/utimecmp.c: Likewis.e
29821
29822         Sync from coreutils.
29823         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
29824         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
29825         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
29826         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
29827         bother returning ENOSYS if settimeofday or stime fails; just let
29828         them return whatever errno they want to return.
29829         * lib/utimens.c: Include unistd.h, for dup2.
29830         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
29831         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
29832
29833 2005-10-02  Jim Meyering  <jim@meyering.net>
29834
29835         Sync from coreutils.
29836         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
29837         from glibc-2.2.5 that fails for read-only files.
29838
29839 2005-10-02  Jim Meyering  <jim@meyering.net>
29840
29841         Sync from coreutils.
29842         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
29843         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
29844         `#if HAVE_CONFIG_H'.
29845         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
29846         Remove AT_FDCWD test.
29847         Do not consume the fd unless successful.
29848         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
29849         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
29850         block, so that we don't even try to compile it if settimeofday is
29851         available.  This works around a compilation failure on OSF1 V5.1,
29852         due to stime requiring a `long int*' while tv_sec is `int'.
29853
29854 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
29855
29856         Sync from coreutils.
29857         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
29858         against `yes', rather than just testing for nonempty.
29859
29860 2005-10-01  Simon Josefsson  <jas@extundo.com>
29861
29862         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
29863         and Darwin.
29864
29865         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
29866         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
29867         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
29868         freeaddrinfo and gai_strerror are declared by the POSIX headers.
29869         Check if struct addrinfo is declared.
29870
29871 2005-10-01  Simon Josefsson  <jas@extundo.com>
29872
29873         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
29874         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
29875         AI_* and EAI_* definitions.  Protect function declarations.
29876
29877 2005-10-01  Jim Meyering  <jim@meyering.net>
29878
29879         Sync from coreutils.
29880
29881         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
29882         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
29883         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
29884         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29885         in the inet and nsl libraries.  Required on Solaris 5.7.
29886
29887 2005-10-01  Jim Meyering  <jim@meyering.net>
29888
29889         Sync from coreutils.
29890         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29891         in the inet and nsl libraries.  Required on Solaris 5.7.
29892
29893 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
29894
29895         * lib/getdelim.c (getdelim): Remove unused variables.
29896
29897 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
29898
29899         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
29900         so that the code works even with ancient cpp.  Portability problem
29901         with GCC 2.7.2.1 reported by Thomas M.Ott.
29902
29903 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
29904
29905         * modules/regex (Depends-on): Add strcase.
29906
29907         * modules/gethostname (Licence): Change from GPL to LGPL, since
29908         gethostname.c is a trivial implementation of a standard library
29909         function.
29910         * modules/poll (License): Change from GPL to LGPL, since it's
29911         derived from LGPL code.
29912
29913 2005-09-27  Jim Meyering  <jim@meyering.net>
29914
29915         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
29916         HAVE_CONFIG_H.
29917
29918         * lib/intprops.h (signed_type_or_expr__): Define.
29919         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
29920         for unsigned types.
29921
29922 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29923
29924         * lib/verify.h (verify_expr): Remove, replacing with:
29925         (verify_true): New macro that returns true instead of void.
29926         (verify_type__): Remove.
29927         (verify): Use verify_true rather than verify_type__.
29928
29929 2005-09-26  Bruno Haible  <bruno@clisp.org>
29930
29931         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
29932         is necessary.
29933         (lib_SOURCES): Remove mbchar.c.
29934         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
29935         (Files): Add m4/mbrtowc.m4.
29936         * modules/mbiter: Likewise.
29937         * modules/mbuiter: Likewise.
29938
29939 2005-09-26  Bruno Haible  <bruno@clisp.org>
29940
29941         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
29942         compile mbchar.c if they are not both present.
29943         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
29944         * m4/mbiter.m4 (gl_MBITER): Likewise.
29945         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
29946         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
29947         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
29948
29949 2005-09-25  Jim Meyering  <jim@meyering.net>
29950
29951         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
29952         also uses socklen_t.
29953
29954 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
29955
29956         * lib/utimens.c (ENOSYS): Define if not already defined.
29957         (futimens): Support having a null PATH if the file descriptor
29958         is nonnegative.
29959
29960         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
29961         Remove.
29962         (__attribute): Define to empty unless GCC 3.1 or later.
29963         This works around a core dump on OpenBSD 3.4, which has GCC
29964         2.95.3, which dumps core when given __attribute__(()).  It also
29965         simplifies other tests, since we really don't want to bother with
29966         worrying about which ancient version of GCC supported what.
29967         Original problem reported by Yoann Vandoorselaere, with part of
29968         the fix suggested by Derek Price.
29969
29970 2005-09-24  Jim Meyering  <jim@meyering.net>
29971
29972         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
29973         so we can once again use a positive bitfield width of 1 -- now we
29974         don't have to explain why we were using a bitfield width of 2.
29975
29976 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
29977
29978         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
29979         and similarly for the other external symbols.  Problem reported
29980         by James Gallager.
29981
29982         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
29983         bug reported by Jim Meyering.
29984
29985         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
29986         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
29987         not needed, since socklen is a prerequisite module.
29988
29989 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
29990
29991         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
29992         Problem reported by Eric Blake.
29993         (getaddrinfo): Initialize se so that it's not garbage.
29994         Redo internal storage allocation so that it doesn't make unportable
29995         assumptions about alignment.
29996         Fix a memory leak.
29997
29998         * lib/utimens.c (futimens): Use futimesat if available.
29999         Prefer it to futimes since it doesn't have the futimes bug.
30000
30001         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
30002         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
30003         Instead, declare a function that returns a pointer to an array,
30004         and use verify_type__ to declare the size of the array.
30005         Problem and germ of a solution reported by Bruno Haible.
30006         (verify_type__): Use 2, not 1, for bitfield size, to avoid
30007         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
30008
30009 2005-09-23  Jim Meyering  <jim@meyering.net>
30010
30011         Sync from coreutils.
30012         Correct build failure (socklen_t not defined) on at least
30013         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
30014         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
30015
30016 2005-09-23  Jim Meyering  <jim@meyering.net>
30017
30018         * modules/getaddrinfo (Depends-on): Add socklen.
30019
30020 2005-09-23  Bruno Haible  <bruno@clisp.org>
30021
30022         * tests/test-verify.c: New file.
30023
30024 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30025
30026         Sync from coreutils.
30027
30028         * modules/argmatch (Depends-on): Add verify.
30029         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
30030         unistd-safer.
30031         * modules/save-cwd (Depends-on): Likewise.
30032
30033         * modules/openat (Files): Add lib/openat-die.c.
30034         (Depends-on): Remove error, exitfail.
30035         Add dirname.
30036
30037         * modules/verify: New file.
30038         * MODULES.html.sh (Diagnostics <assert.h>): New section,
30039         with "verify" module.
30040
30041 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30042
30043         Sync from coreutils.
30044
30045         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
30046         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
30047         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
30048         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
30049         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
30050         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
30051         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
30052         Don't bother checking for string.h, stdlib.h, unistd.h.
30053         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
30054         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
30055         module's job.
30056         * m4/jm-macros.m4 (gl_MACROS): Likewise.
30057         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
30058
30059         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
30060         (gl_GETDATE): Use it.
30061
30062         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
30063
30064 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30065
30066         Sync from coreutils.
30067
30068         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
30069         stat-time.h.
30070         * lib/argmatch.h: Include verify.h
30071         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
30072         (ARGMATCH_ASSERT): Remove; unused.
30073         * lib/canonicalize.c: Assume STDC_HEADERS.
30074         * lib/exclude.c: Include "strcase.h".
30075         * lib/regex_internal.h [!defined _LIBC]: Likewise.
30076         * lib/getusershell.c: Include stdio--.h rather than stdio.h
30077         and stdio-safer.h.
30078         (getusershell): Call fopen, not fopen_safer.
30079         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
30080         Do not include unistd-safer.h.
30081         (save_cwd): Don't call fd_safer; no longer needed
30082         now that we include fcntl--.h.
30083
30084         * lib/getdate.y (relative_time): New type.
30085         (RELATIVE_TIME_0): New constant.
30086         (parser_control): Use relative_time instead of doing it ourselves.
30087         (%union): Add new relative_time rel member.
30088         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
30089         Now typeless.
30090         (relunit, relunit_snumber): Now of type rel.
30091         (zone, rel, relunit, get_date): Adjust to above changes.
30092
30093         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
30094         Do not include unistd-safer.h.
30095         (getloadavg): Don't call fd_safer; no longer needed
30096         now that we include fcntl--.h.
30097
30098         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
30099         (make_dir_parents): Treat ENOSYS like EEXIST.
30100
30101         Improve quality of diagnostics on restore_cwd failure.
30102         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
30103         (make_dir_parents): Last arg is now int * (for errno), not bool *.
30104         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
30105         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
30106         each time through the loop.  Do not diagnose restore_cwd failure;
30107         that is the caller's job (and perhaps the caller does not care).
30108
30109         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
30110         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
30111         If the file already exists but is not a directory, don't bother
30112         to try to make its parents.
30113         Close potential file descriptor leak if we can't chdir("/") (!).
30114         Don't always return true if chdir($PWD) fails; return true only
30115         if the requested action was done successfully (except for the
30116         chdir($PWD)).
30117         Don't log final directory unless we actually made it.
30118         Refactor to avoid duplicate code to fix up permissions.
30119         Don't attempt to fix up parent permissions if chdir($PWD) fails.
30120
30121         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
30122         to make it a bit faster and (I hope) clearer.
30123         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
30124         Fix bug in formats like %2N.
30125
30126         * lib/verify.h: New file.
30127
30128 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30129
30130         Sync from coreutils.
30131         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
30132
30133 2005-09-22  Jim Meyering  <jim@meyering.net>
30134
30135         Sync from coreutils.
30136
30137         * m4/lstat.m4 (gl_FUNC_LSTAT):
30138         Use AC_LIBSOURCES to require lstat.c and lstat.h.
30139         Remove obsolete comment.
30140         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
30141         * m4/xstrtod.m4: Likewise.
30142
30143         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
30144
30145 2005-09-22  Jim Meyering  <jim@meyering.net>
30146
30147         Sync from coreutils.
30148
30149         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
30150
30151         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
30152         the .tm_year member, since otherwise gcc-4.0 would now warn about
30153         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
30154
30155         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
30156         order to avoid an unsuppressible warning from gcc on 64-bit systems.
30157
30158         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
30159         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
30160         when run in a time zone for which daylight savings time is in effect
30161         for the starting date.
30162
30163         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
30164         stop us from restricting permissions of just-created absolute-named
30165         directories.
30166         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
30167         to restore initial working directory.
30168         * lib/mkdir-p.c (make_dir_parents): New parameter:
30169         different_working_dir, to tell caller if/when we change the working
30170         directory and are unable to return to the initial one.
30171         * lib/mkdir-p.h (make_dir_parents): Update prototype.
30172         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
30173         `return false'.  This fixes a bug introduced on 2004-07-30.
30174
30175         * lib/openat.c (fdopendir): Be sure to close the supplied
30176         file descriptor before returning.  This makes our replacement
30177         implementation a little closer to Solaris's, where fdopendir
30178         ties the file descriptor to the returned DIR* pointer.
30179         * lib/openat.c (unlinkat): New function.
30180         * lib/openat.h (unlinkat): Add prototype.
30181         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
30182         (openat_restore_fail): Rename from openat_restore_die.
30183         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
30184
30185         Provide an alternative to exiting immediately upon save_cwd or
30186         restore_cwd failure.  Now, an application can arrange e.g.,
30187         to perform a longjump in that case.
30188         * lib/openat.c: Include dirname.h.
30189         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
30190         (rpl_openat, fdopendir, fstatat): Call openat_save_die
30191         and openat_restore_die rather than calling error directly.
30192         Don't include "error.h" or "exitfail.h"; they're no longer needed.
30193
30194         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
30195         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
30196         define.
30197
30198         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
30199         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
30200                             int utc, int nanoseconds);
30201         Background:
30202         date should not have to allocate a megabyte of virtual memory to
30203         handle a format argument like +%1048575T.  When implemented with
30204         strftime, it must allocate such a buffer, use strftime to fill it
30205         in, print it, then free it.
30206         With fprintftime, it simply prints everything and exits.
30207         With no need for memory allocation, that's one fewer way to fail.
30208         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
30209         optional field width, not before, so we accept %9:z, not %:9z.
30210         (my_strftime): Be sure to use L_('x') for literals.
30211
30212         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
30213         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
30214         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
30215         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
30216         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
30217         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
30218         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
30219         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
30220         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
30221         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
30222         * lib/xgethostname.c, lib/xreadlink.c:
30223         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
30224
30225         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
30226         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
30227         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
30228         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30229         and don't include <sys/file.h>).
30230
30231 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
30232
30233         Sync from coreutils.
30234
30235         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
30236         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
30237         [!LDAV_DONE]: Avoid unused variable warning.
30238
30239 2005-09-21  Bruno Haible  <bruno@clisp.org>
30240
30241         * lib/unicodeio.h (unicode_to_mb): New declaration.
30242
30243 2005-09-20  Derek Price  <derek@ximbiot.com>
30244
30245         * lib/getaddrinfo.c: Don't include <netdb.h> included from
30246         getaddrinfo.h.
30247
30248 2005-09-20  Bruno Haible  <bruno@clisp.org>
30249
30250         * gnulib-tool: Remove trailing slashes from the values specified for
30251         --source-base, --m4-base, --tests-base, --aux-dir.
30252         Suggested by Simon Josefsson <jas@extundo.com>.
30253
30254 2005-09-20  Bruno Haible  <bruno@clisp.org>
30255
30256         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
30257         func_modules_to_filelist, func_import, func_create_testdir): Make all
30258         sorting results locale-independent, so that gnulib-cache.m4 doesn't
30259         change when gnulib-tool is invoked in a different locale.
30260
30261 2005-09-19  Simon Josefsson  <jas@extundo.com>
30262
30263         * m4/socklen.m4: Fix typo.
30264
30265 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30266
30267         Use a consistent style for including <config.h>.
30268         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
30269         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
30270         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
30271         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
30272         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
30273         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
30274         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
30275         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
30276         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
30277         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
30278         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
30279         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
30280         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
30281         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
30282         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
30283         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
30284         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
30285         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
30286         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
30287         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
30288         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
30289         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
30290         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
30291         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
30292         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
30293         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
30294         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
30295         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
30296         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
30297         lib/xstrtoumax.c, lib/yesno.c:
30298         Standardize inclusion of config.h.
30299         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
30300         lib/inttostr.h:  Removed inclusion of config.h from header files.
30301         * lib/inttostr.c:  Adjusted in-tree users.
30302         * lib/timespec.h: Remove superfluous warning to include config.h.
30303         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
30304         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
30305         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
30306         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
30307         config.h with HAVE_CONFIG_H.
30308
30309 2005-09-19  Jim Meyering  <jim@meyering.net>
30310
30311         * modules/pathmax (License): Change to LGPL.
30312
30313 2005-09-19  Derek Price  <derek@ximbiot.com>
30314
30315         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
30316
30317 2005-09-19  Bruno Haible  <bruno@clisp.org>
30318
30319         * gnulib-tool (import): Provide default for --tests-base.
30320
30321 2005-09-19  Bruno Haible  <bruno@clisp.org>
30322
30323         * doc/quote.texi: New file, extracted from gnulib.texi.
30324         * doc/ctime.texi: New file, extracted from gnulib.texi.
30325         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
30326         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
30327         * doc/gnulib.texi: Include them.
30328
30329 2005-09-18  Bruno Haible  <bruno@clisp.org>
30330
30331         Portability fix.
30332         * gnulib-tool (func_readlink): New function.
30333         (func_ln_if_changed): Use it.
30334
30335 2005-09-18  Bruno Haible  <bruno@clisp.org>
30336
30337         * gnulib-tool: Support --with-tests also with --import.
30338         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
30339         (func_import): Use variables $testsbase and $inctests. Emit a
30340         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
30341         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
30342         SUBDIRS += $testsdir.
30343         (func_create_testdir): Update.
30344
30345 2005-09-18  Bruno Haible  <bruno@clisp.org>
30346
30347         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
30348         instead of $dry_run.
30349         (func_cp_if_changed, func_mv_if_changed): Remove functions.
30350         (func_ln_if_changed): Don't handle dry-run here.
30351         (func_import): In dry-run mode, detect more precisely which actions
30352         would be performed, and don't use "...ing" verbs.
30353
30354 2005-09-18  Bruno Haible  <bruno@clisp.org>
30355
30356         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
30357         (func_import): Use join on two temporary files instead of three nested
30358         loops, in order to determine which files are new or old.
30359
30360 2005-09-18  Bruno Haible  <bruno@clisp.org>
30361
30362         * gnulib-tool (func_import): Comment out code that spits out the
30363         new files with --dry-run.
30364
30365 2005-09-18  Bruno Haible  <bruno@clisp.org>
30366
30367         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
30368
30369 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30370
30371         * lib/stat-time.h: New file.
30372         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
30373         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
30374         in a different way.
30375         (timespec_cmp): New function.
30376         * lib/utimecmp.c: Include stat-time.h.
30377         (SYSCALL_RESOLUTION): Depend on whether various struct stat
30378         members exist, not on the obsolescent ST_MTIM_NSEC.
30379         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
30380
30381 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30382
30383         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
30384
30385 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30386
30387         * MODULES.html.sh (File system functions): Add stat-time.
30388         * modules/stat-time: New file.
30389         * modules/timespec (Files): Remove m4/st_mtim.m4; this
30390         is now done in a different way, by the stat-time module.
30391         * modules/utimecmp (Depends-on): Add stat-time.
30392
30393 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30394
30395         * m4/st_mtim.m4: Remove.  Superseded by...
30396         * m4/stat-time.m4: New file.
30397         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
30398         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
30399
30400 2005-09-15  Derek Price  <derek@ximbiot.com>
30401
30402         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
30403
30404 2005-09-15  Derek Price  <derek@ximbiot.com>
30405
30406         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
30407         * lib/regex_internal.c: Ditto, using this...
30408         (__GNUC_PREREQ): ...new macro.
30409         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
30410         using...
30411         (__GNUC_PREREQ): ...this new macro.
30412
30413         * lib/strstr.h: Include string.h. Define strstr as a macro here.
30414
30415 2005-09-15  Derek Price  <derek@ximbiot.com>
30416             Paul Eggert  <eggert@cs.ucla.edu>
30417
30418         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
30419         changes, consolidating in...
30420         * lib/regex_internal.h: ...this file.
30421
30422 2005-09-13  Jim Meyering  <jim@meyering.net>
30423
30424         * lib/canon-host.c: Filter through gnu indent and reword comments
30425         slightly.
30426         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
30427
30428 2005-09-13  Derek Price  <derek@ximbiot.com>
30429
30430         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
30431         failure.
30432         Reported by Jim Meyering  <jim@meyering.net>.
30433
30434 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30435
30436         * lib/base64.c: Typo.
30437         (base64_encode): Put b64str in initialized data section.
30438
30439 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
30440
30441         Merge glibc and coreutils changes into gnulib, plus a few
30442         extra fixes.
30443         * lib/md5.c: Use #error rather than a string.
30444         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
30445         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
30446         (__attribute__): Define to empty for non recent-GCC.
30447         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
30448         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
30449         Renamed from their non-__ counterparts, with new macros replacing
30450         them if not _LIBC.  Add __THROW attribute.
30451         (rol): Remove.
30452         (struct md5_ctx): Align buffer if using GCC.
30453         * lib/sha1.h (struct sha1_ctx): Likewise.
30454         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
30455         The old name was backwards.
30456         (NOTSWAP): Remove; not used.
30457         (rol): New macro, moved here from md5.h.
30458         (sha1_process_block): Remove a FIXME that doesn't make sense.
30459
30460 2005-09-12  Derek Price  <derek@ximbiot.com>
30461
30462         Return usable errors from canon-host.
30463         * lib/canon-host.h: New file.
30464         * lib/canon-host.c (canon_host): Wrap...
30465         (canon_host_r): ...this new function, which now relies exclusively on
30466         getaddrinfo.
30467         (ch_strerror): New function.
30468         (last_cherror): New global.
30469         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
30470         interface.
30471         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
30472         void *.
30473         (freeaddrinfo): Free ai->ai_canonname when set.
30474
30475 2005-09-12  Derek Price  <derek@ximbiot.com>
30476
30477         Make canon-host require getaddrinfo.
30478         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
30479         AC_LIBSOURCE canon-host.h.  Call...
30480         (gl_PREREQ_CANON_HOST): ...this new function, which requires
30481         gl_GETADDRINFO.
30482         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
30483
30484 2005-09-12  Derek Price  <derek@ximbiot.com>
30485
30486         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
30487         LGPL.
30488         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
30489
30490 2005-09-12  Derek Price  <derek@ximbiot.com>
30491
30492         * lib/gai_strerror.c: Include config.h when available.  Include
30493         getaddrinfo.h before other headers to test interface.
30494         Reported by Larry Jones <lawrence.jones@ugs.com>.
30495
30496 2005-09-12  Derek Price  <derek@ximbiot.com>
30497             Paul Eggert  <eggert@cs.ucla.edu>
30498
30499         * modules/glob (Files): Add glob-libc.h.
30500
30501 2005-09-12  Derek Price  <derek@ximbiot.com>
30502             Paul Eggert  <eggert@cs.ucla.edu>
30503
30504         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
30505         glob_.h, glob-libc.h.
30506         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
30507
30508 2005-09-12  Derek Price  <derek@ximbiot.com>
30509             Paul Eggert  <eggert@cs.ucla.edu>
30510
30511         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
30512         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
30513         protecting things that should be done only in gnulib contexts.
30514         * lib/glob_.h: New file, containing only the glob things needed for
30515         gnulib.
30516         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
30517         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
30518         (glob, globfree, glob_pattern_p): Now defined simply in terms of
30519         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
30520         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
30521         and to respect the namespace rules better.
30522
30523 2005-09-08  Simon Josefsson  <jas@extundo.com>
30524
30525         * modules/socklen: New file.
30526
30527 2005-09-08  Simon Josefsson  <jas@extundo.com>
30528
30529         * m4/socklen.m4: New file.
30530
30531 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30532
30533         * modules/utimens (Files): Add m4/utimbuf.m4, since
30534         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
30535         Reported by Sergey Poznyakoff.
30536
30537 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30538
30539         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
30540         definitions, since that's the preferred style in glibc.
30541         Fix a minor spacing issue, and update copyright notice to match
30542         glibc's.
30543
30544 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30545
30546         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
30547
30548 2005-09-06  Simon Josefsson  <jas@extundo.com>
30549
30550         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
30551         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
30552
30553 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30554
30555         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
30556         warning.
30557
30558 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30559
30560         * config/srclist.txt: Add glibc bug 1302.
30561
30562 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
30563
30564         Change bitset word type from unsigned int to unsigned long int,
30565         as this has better performance on typical 64-bit hosts.
30566         Port bitset code to hosts with unusual word sizes.
30567         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
30568         (build_collating_symbol):
30569         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
30570         argument is a bitset.  This is merely a style issue, but it makes
30571         it clearer that an entire array is expected.
30572         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
30573         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
30574         Port to the case where bitset_word is not the same as unsigned int.
30575         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30576         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
30577         Likewise.
30578         * lib/regexec.c (check_dst_limits_calc_pos_1,
30579         check_subexp_matching_top):
30580         (build_trtable, group_nodes_into_DFAstates):
30581         Likewise.
30582         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
30583         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
30584         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
30585         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
30586         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
30587         * lib/regcomp.c (optimize_subexps, lower_subexp):
30588         Work even if bitset_word has holes in its bitwise representation.
30589         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
30590         * lib/regexec.c (check_dst_limits_calc_pos_1,
30591         check_subexp_matching_top):
30592         Likewise.
30593         * lib/regex_internal.c (re_string_reconstruct):
30594         Don't assume UCHAR_MAX == 255.
30595         * lib/regex_internal.h (bitset_set_all): Likewise.
30596         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
30597         All uses changed.
30598         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
30599         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
30600         All uses changed.
30601         (BITSET_WORD_MAX): New macro.
30602         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
30603         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
30604         (bitset_empty, bitset_copy):
30605         Prefer sizeof (bitset) to multiplying it out ourselves.
30606         (bitset_not_merge): Remove; unused.
30607         (bitset_contain): Return bool, not unsigned int with one bit on.
30608         All callers changed.
30609         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
30610         alignment than re_node_set; do this by defining a new internal
30611         type struct dests_alloc and using it to allocate memory.
30612
30613 2005-09-05  Bruno Haible  <bruno@clisp.org>
30614
30615         * gnulib-tool (func_import): Fix comparison in handling of symbolic
30616         links.
30617
30618 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
30619
30620         * modules/size_max (Makefile.am): Add size_max.h
30621
30622 2005-09-04  Derek Price  <derek@ximbiot.com>
30623
30624         * gnulib-tool (func_import): Fix reversed $symbolic logic.
30625
30626 2005-09-03  Simon Josefsson  <jas@extundo.com>
30627
30628         * gnulib-tool: Fix typo.
30629
30630 2005-09-03  Simon Josefsson  <jas@extundo.com>
30631
30632         * config/srclist.txt: Add glibc bug 1293.
30633
30634 2005-09-03  Derek Price  <derek@ximbiot.com>
30635
30636         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
30637         From Larry Jones <lawrence.jones@ugs.com>.
30638
30639 2005-09-02  Simon Josefsson  <jas@extundo.com>
30640
30641         * modules/socklen: New file.
30642
30643 2005-09-02  Simon Josefsson  <jas@extundo.com>
30644
30645         * modules/havelib: New module.
30646
30647         * modules/gettext, modules/iconv, modules/lock, modules/readline:
30648         Use havelib.
30649
30650 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30651
30652         Check for arithmetic overflow when calculating sizes, to prevent
30653         some buffer-overflow issues.  These patches are conservative, in the
30654         sense that when I couldn't determine whether an overflow was possible,
30655         I inserted a run-time check.
30656         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
30657         macros.
30658         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
30659         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
30660         (re_xnrealloc, re_x2nrealloc): New inline functions.
30661         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
30662         parse_bracket_exp):
30663         (build_equiv_class, build_charclass): Check for arithmetic overflow
30664         in size expression calculations.
30665         * lib/regex_internal.c (re_string_realloc_buffers):
30666         (build_wcs_upper_buffer, re_node_set_add_intersect):
30667         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
30668         (re_dfa_add_node, register_state): Likewise.
30669         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
30670         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
30671         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
30672         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
30673
30674 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30675
30676         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30677         m4/ulonglong.m4.  Problem reported by Martin Lambers.
30678
30679 2005-09-02  Bruno Haible  <bruno@clisp.org>
30680
30681         Support for lib vs. lib64 distinction on biarch platforms.
30682         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
30683         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
30684         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
30685
30686 2005-09-02  Bruno Haible  <bruno@clisp.org>
30687
30688         * gnulib-tool (import): In the other first-use case, provide defaults
30689         as well.
30690
30691 2005-09-02  Bruno Haible  <bruno@clisp.org>
30692
30693         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
30694         patches not yet found in the latest gettext release.
30695
30696 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30697
30698         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
30699         to avoid a collision with bits/local_lim.h in glibc.
30700         All uses changed.  Problem reported by Dmitry V. Levin in
30701         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
30702
30703         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
30704         bugs in int versus size_t comparisons.
30705         (re_string_context_at): Fix bug where the code assumed that
30706         Idx is signed.
30707
30708         Use bool where appropriate.
30709         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
30710         All callers changed.
30711         (calc_eclosure_iter): Likewise, for ROOT arg.
30712         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
30713         (build_charclass_op): Likewise, for NON_MATCH arg.
30714         * lib/regex_internal.c (re_string_allocate, re_string_construct):
30715         (re_string_construct_common): Likewise, for ICASE arg.
30716         * lib/regexec.c (re_search_2_stub, re_search_stub):
30717         Likewise, for RET_LEN arg.
30718         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
30719         (set_regs): Likewise, for FL_BACKTRACK arg.
30720         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
30721         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
30722         (calc_eclosure_iter, parse_bracket_exp):
30723         Use bool for internal variables that are booleans.
30724         * lib/regexec.c (re_search_internal, check_matching,
30725         proceed_next_node):
30726         (set_regs, build_sifted_states, sift_states_bkref):
30727         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
30728         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30729         (find_collation_sequence_value):
30730         Likewise.
30731         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
30732         (re_node_set_compare):
30733         Return bool, not int. All callers changed.
30734         * lib/regexec.c (check_halt_node_context, check_dst_limits):
30735         (build_trtable, check_node_accept): Likewise.
30736         * lib/regex_internal.h: Include stdbool.h.
30737
30738         Fix bugs uncovered when converting to bool.
30739         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
30740         failure instead of charging ahead blindly.
30741         * lib/regex_internal.c (register_state): Likewise.
30742         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
30743         for freeing internal storage.
30744         (group_nodes_into_DFA_states): Use unsigned int, not int, for
30745         bitset pieces used as boolean, to avoid undefined behavior
30746         on hosts that do int overflow checking.
30747
30748 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30749
30750         * config/srclist.txt: Add glibc bugs 1285-1287.
30751
30752 2005-09-01  Jim Meyering  <jim@meyering.net>
30753
30754         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
30755         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
30756         Require gl_STAT_MACROS, too.
30757
30758 2005-09-01  Bruno Haible  <bruno@clisp.org>
30759
30760         * gnulib-tool (import): In the first-use case, provide defaults.
30761
30762 2005-09-01  Bruno Haible  <bruno@clisp.org>
30763
30764         * gnulib-tool (func_import): Remove the .tmp files.
30765
30766 2005-09-01  Bruno Haible  <bruno@clisp.org>
30767
30768         * gnulib-tool (func_import): Fix handling of symbolic links.
30769
30770 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30771
30772         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
30773         old glibc regex code mishandles strings longer than 2**31 bytes.
30774         This patch fixes this when the regex code is used in gnulib
30775         (i.e., outside glibc).
30776
30777         This patch should not affect the use of the regex code inside
30778         glibc.  No doubt this problem also needs to be handled for glibc
30779         as well, but the result will be an incompatible change to the
30780         glibc ABI, and the old ABI will have to be supported too.  That
30781         can be the the subject for another patch.
30782
30783         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
30784         governing whether the rest of this patch is active.  By default,
30785         the macro is disabled and the patch has no effect.
30786         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
30787         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
30788         (struct re_pattern_buffer, re_search, re_search_2, re_match):
30789         (re_match_2, re_set_registers): Use the new types.
30790         * lib/regex_internal.h (Idx, re_hashval_t): New types.
30791         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
30792         New macros.
30793         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
30794         (re_string_context_at, bin_tree_t, re_dfastate_t):
30795         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
30796         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
30797         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
30798         (re_string_char_size_at, re_string_wchar_at):
30799         (re_string_elem_size_at):
30800         Use the new types and macros to port to 64-bit hosts.
30801         Use unsigned types for internal values, so that the code
30802         mostly works even for arrays larger than SSIZE_MAX.
30803         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
30804         (search_duplicated_node, calc_eclosure_iter, fetch_number):
30805         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
30806         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
30807         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
30808         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
30809         (calc_inveclosure, parse_dup_op, build_range_exp):
30810         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
30811         (fetch_number, create_token_tree, mark_opt_subexp):
30812         Likewise.
30813         * lib/regex_internal.c (re_string_construct_common,
30814         create_ci_newstate):
30815         (create_cd_newstate, re_string_allocate, re_string_construct):
30816         (re_string_realloc_buffers, build_wcs_upper_buffer):
30817         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30818         (re_string_reconstruct, re_string_peek_byte_case):
30819         (re_string_fetch_byte_case, re_string_context_at):
30820         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30821         (re_node_set_init_copy, re_node_set_add_intersect):
30822         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30823         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30824         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30825         (re_acquire_state, re_acquire_state_context, register_state):
30826         Likewise.
30827         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
30828         search_cur_bkref_entry):
30829         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
30830         (re_search_internal, re_search_2_stub, re_search_stub)
30831         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
30832         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
30833         (update_cur_sifted_state, check_dst_limits):
30834         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30835         (check_subexp_limits, sift_states_bkref, merge_state_array):
30836         (check_subexp_matching_top, get_subexp, get_subexp_sub):
30837         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
30838         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30839         (expand_bkref_cache, check_node_accept_bytes):
30840         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
30841         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
30842         (acquire_init_state_context, check_halt_node_context):
30843         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
30844         (sift_states_backward, clean_state_log_if_needed):
30845         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
30846         (find_recover_state, transit_state_sb, transit_state_mb):
30847         (transit_state_bkref, build_trtable, match_ctx_clean):
30848         Likewise.
30849         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
30850         to work around an assumption that REG_MISSING is negative.
30851
30852         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
30853         (seek_collating_symbol_entry) [defined _LIBC]:
30854         (lookup_collation_sequence_value) [defined _LIBC]:
30855         (build_range_exp, build_collating_symbol) [defined _LIBC]:
30856         Use prototypes rather than old-style function definitions.
30857         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
30858         (transit_state_sb) [0]:
30859         (find_collation_sequence_value) [defined _LIBC]: Likewise.
30860
30861         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
30862         rm_eo.
30863
30864         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
30865         (optimize_subexps, lower_subexp):
30866         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
30867         since the signed shift might overflow.  Use 1u<<31 instead.
30868         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30869         Likewise.
30870         * lib/regexec.c (check_dst_limits_calc_pos_1,
30871         check_subexp_matching_top): Likewise.
30872
30873         * lib/regcomp.c (optimize_subexps, lower_subexp):
30874         Use CHAR_BIT rather than 8, for clarity.
30875         * lib/regexec.c (check_dst_limits_calc_pos_1):
30876         (check_subexp_matching_top): Likewise.
30877         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
30878         have to worry about portability issues when shifting it left.
30879         Remove no-longer-needed test for table_size > 0.
30880         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
30881         in a word, as the resulting behavior is undefined.
30882         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
30883         in one case, a <= should have been an <, and in another case the
30884         whole test was missing.
30885         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
30886         the standard name CHAR_BIT.
30887         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
30888         this is not true on one's complement and signed-magnitude hosts.
30889
30890         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
30891         next_last_offset.
30892         (struct re_dfa_t): Remove unused member states_alloc.
30893         * lib/regcomp.c (init_dfa): Don't initialize unused members.
30894
30895 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30896
30897         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
30898         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
30899         and large-file glibc and in 32-bit large-file Solaris.
30900
30901 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30902
30903         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
30904         lengths fit in regoff_t; this isn't true if regoff_t is the same
30905         width as size_t.
30906         * lib/regex.c (re_search_internal): 5th arg is LAST_START
30907         (= START + RANGE) instead of RANGE.  This avoids overflow
30908         problems when regoff_t is the same width as size_t.
30909         All callers changed.
30910         (re_search_2_stub): Check for overflow when adding the
30911         sizes of the two strings.
30912         (re_search_stub): Check for overflow when adding START
30913         to RANGE; if it occurs, substitute the extreme value.
30914
30915 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30916
30917         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
30918
30919 2005-08-31  Jim Meyering  <jim@meyering.net>
30920
30921         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
30922         a pointer-to-const.
30923         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
30924         (register_state): Likewise.
30925         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
30926         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30927         (group_nodes_into_DFAstates): Likewise.
30928
30929 2005-08-31  Jim Meyering  <jim@meyering.net>
30930
30931         * check-module: Add a FIXME comment.
30932
30933 2005-08-31  Eric Blake  <ebb9@byu.net>
30934
30935         * modules/unistd-safer (Files): Add unistd--.h.
30936         * modules/stdio-safer (Files): Add stdio--.h.
30937
30938 2005-08-31  Derek Price  <derek@ximbiot.com>
30939
30940         * lib/getdelim.c (getdelim): Return EOF on EOF.
30941         Reported by Larry Jones <lawrence.jones@ugs.com>.
30942
30943 2005-08-31  Bruno Haible  <bruno@clisp.org>
30944
30945         Avoid unnecessary diffs in the generated lib/Makefile.am.
30946         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
30947         the generated files.
30948         (func_import): Don't set cmd.
30949
30950 2005-08-31  Bruno Haible  <bruno@clisp.org>
30951
30952         * lib/strstr.c: Include <stddef.h>, for NULL.
30953         * lib/strcasestr.c: Likewise.
30954         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30955
30956 2005-08-31  Bruno Haible  <bruno@clisp.org>
30957
30958         * gnulib-tool: New option --macro-prefix.
30959         (func_import): Use macro_prefix.
30960         (import): Handle option --macro-prefix.
30961
30962 2005-08-31  Bruno Haible  <bruno@clisp.org>
30963
30964         * gnulib-tool (import): Rename most ac_* variables to cached_*.
30965         Also use new variables cached_lgpl, cached_libtool.
30966
30967 2005-08-31  Bruno Haible  <bruno@clisp.org>
30968
30969         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
30970         always instantiating them.
30971
30972 2005-08-31  Bruno Haible  <bruno@clisp.org>
30973
30974         * gnulib-tool (func_import): Read the previous cached settings
30975         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
30976         earlier added by gnulib but are now dropped. Warn when a gnulib file
30977         overwrites a non-gnulib file.
30978
30979 2005-08-31  Bruno Haible  <bruno@clisp.org>
30980
30981         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
30982         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
30983         projects that don't keep autogenerated files in CVS. Put into
30984         actioncmd only the specified modules, not the transitive closure.
30985
30986 2005-08-31  Bruno Haible  <bruno@clisp.org>
30987
30988         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
30989         Create directories that shall be filled.
30990         (import): Don't look for gl_* macros in configure.ac. Recurse across
30991         all directories containing a gnulib-cache.m4 files, if meaningful.
30992
30993 2005-08-31  Bruno Haible  <bruno@clisp.org>
30994
30995         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
30996         (import): Set seen_libtool when we see gl_LIBTOOL.
30997
30998 2005-08-31  Bruno Haible  <bruno@clisp.org>
30999
31000         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
31001         declaration macro definitions from generated gnulib.m4.
31002
31003 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
31004
31005         * lib/iconvme.h: Add prototype for iconv_alloc.
31006
31007 2005-08-29  Simon Josefsson  <jas@extundo.com>
31008
31009         * lib/iconvme.c: Fix errno.
31010
31011 2005-08-29  Bruno Haible  <bruno@clisp.org>
31012
31013         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
31014         that it works when the directory contains spaces.
31015
31016 2005-08-29  Bruno Haible  <bruno@clisp.org>
31017
31018         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
31019
31020 2005-08-29  Bruno Haible  <bruno@clisp.org>
31021
31022         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
31023         Emit more advice.
31024
31025 2005-08-29  Bruno Haible  <bruno@clisp.org>
31026         and Stepan Kasal  <kasal@ucw.cz>
31027
31028         * check-module: If more parameters are given, check each of them
31029         separately; add more exceptions, as noted by Jim Meyering.
31030         (check_module): New procedure.
31031         (%exempt_header): Now contains all exceptions.
31032
31033 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
31034
31035         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
31036
31037 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31038
31039         * lib/iconvme.c: Split iconv_string into iconv_alloc.
31040
31041 2005-08-28  Bruno Haible  <bruno@clisp.org>
31042
31043         * m4/gnulib-tool.m4: New file.
31044
31045 2005-08-27  Jim Meyering  <jim@meyering.net>
31046
31047         * modules/unistd-safer (Files): Add pipe-safer.c.
31048         * modules/fcntl-safer (Files): Add creat-safer.c.
31049
31050 2005-08-27  Jim Meyering  <jim@meyering.net>
31051
31052         * m4/stdlib-safer.m4: New file.  From coreutils.
31053         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
31054         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
31055         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
31056         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
31057         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
31058
31059 2005-08-27  Jim Meyering  <jim@meyering.net>
31060
31061         * lib/fopen-safer.c: Merge minor changes from coreutils.
31062         * lib/dup-safer.c: Likewise.
31063         * lib/fd-safer.c: Likewise.
31064
31065         Merge from coreutils.
31066         * lib/stdio--.h: New file.
31067         * lib/stdlib--.h: New file.
31068         * lib/mkstemp-safer.c: New file.
31069
31070         GNU tar needs these.
31071         * lib/pipe-safer.c: New file.
31072         * lib/creat-safer.c: New file.
31073         * lib/fcntl--.h (creat): Define to creat_safer.
31074         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
31075         * lib/unistd--.h (pipe): Define to pipe_safer.
31076         * lib/unistd-safer.h: Declare pipe_safer.
31077
31078 2005-08-26  Simon Josefsson  <jas@extundo.com>
31079
31080         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
31081         Haible <bruno@clisp.org>.
31082
31083 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
31084
31085         * lib/regex_internal.h: Remove all references to
31086         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
31087         or better.
31088         (bitset_not, bitset_merge, bitset_not_merge):
31089         (bitset_mask, re_string_allocate, re_string_construct):
31090         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
31091         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
31092         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
31093         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
31094         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31095         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31096         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
31097         (re_acquire_state_context):
31098         Remove unnecessary forward decls.
31099         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
31100         Put __attribute at function definition,
31101         now that the function decl has been removed.
31102         * lib/regex_internal.c (re_string_peek_byte_case):
31103         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
31104         Likewise.
31105
31106 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
31107
31108         * m4/regex.m4: Add AC_PREREQ(2.50).
31109         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
31110
31111 2005-08-25  Simon Josefsson  <jas@extundo.com>
31112
31113         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
31114         __fsetlocking.
31115
31116 2005-08-25  Simon Josefsson  <jas@extundo.com>
31117
31118         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
31119         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
31120         GLIBC specific code.
31121
31122 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31123
31124         Make regex safe for g++.  This fixes one real bug (an "err"
31125         that should have been "*err").  g++ problem reported by
31126         Sam Steingold.
31127         * lib/regex_internal.h (re_calloc): New macro, consistent with
31128         re_malloc etc.  All callers of calloc changed to use re_calloc.
31129         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
31130         not int.  All callers changed.
31131         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
31132         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
31133         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
31134         (find_recover_state): Change "err" to "*err"; this fixes what
31135         appears to be a real bug.
31136         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
31137         versus int.
31138
31139 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31140
31141         * modules/regex (Depends-on): Add malloc, since the code
31142         assumes that !malloc(0) means failure.
31143
31144 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31145
31146         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
31147
31148         alloca modernization/simplification for regex.
31149         * lib/regex.c: Remove portability cruft for alloca.  This no longer
31150         needs to be at the start of the file, and can be moved into
31151         regex_internal.h and simplified.
31152         * lib/regex_internal.h: Include <alloca.h>.
31153         (__libc_use_alloca) [!defined _LIBC]: New macro.
31154         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
31155         now works outside glibc.
31156
31157 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31158
31159         * config/srclist.txt: Add glibc bugs 1241, 1245.
31160
31161 2005-08-25  Jim Meyering  <jim@meyering.net>
31162
31163         * lib/open-safer.c: Include <config.h>.
31164         Otherwise, we'd lose LARGEFILE support in any file using
31165         e.g. "fcntl--.h"
31166
31167 2005-08-25  Bruno Haible  <bruno@clisp.org>
31168
31169         * m4/minmax.m4: Require autoconf 2.52.
31170         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
31171         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
31172         alternatives of translit over the alphabet.
31173         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
31174
31175 2005-08-24  Simon Josefsson  <jas@extundo.com>
31176
31177         * tests/test-getpass.c: New file.
31178
31179 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31180
31181         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
31182         for GNU regex features.
31183
31184 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31185
31186         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
31187         * lib/regex.h (regerror): Likewise.
31188
31189         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
31190         requires this.  (The code never needed it.)
31191
31192         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
31193         All uses of recently-renamed identifiers changed to use the new,
31194         POSIX-compliant names.  The code will build and run just fine
31195         without these changes, but it's better to eat our own dog food
31196         and use the standard-conforming names.
31197
31198         * lib/regex.h: Fix a multitude of POSIX name space violations.
31199         These changes have an effect only for programs that define
31200         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
31201         do not change anything for programs compiled in the normal way.
31202         Also, there is no effect on the ABI.
31203
31204         (_REGEX_SOURCE): New macro.
31205         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
31206         defined and _GNU_SOURCE is not; this fixes a name space violation.
31207
31208         Rename the following macros to obey POSIX requirements.
31209         The old names are still visible as macros if _REGEX_SOURCE is defined.
31210         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
31211         RE_BACKSLASH_ESCAPE_IN_LISTS.
31212         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
31213         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
31214         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
31215         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
31216         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
31217         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
31218         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
31219         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
31220         (REG_INTERVALS): renamed from RE_INTERVALS.
31221         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
31222         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
31223         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
31224         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
31225         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
31226         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
31227         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
31228         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
31229         RE_UNMATCHED_RIGHT_PAREN_ORD.
31230         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
31231         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
31232         (REG_DEBUG): renamed from RE_DEBUG.
31233         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
31234         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
31235         unusual, since we can't clash with the POSIX REG_ICASE.
31236         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
31237         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
31238         (REG_NO_SUB): renamed from RE_NO_SUB.
31239         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
31240         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
31241         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
31242         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
31243         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
31244         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
31245         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
31246         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
31247         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
31248         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
31249         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
31250         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
31251         RE_SYNTAX_POSIX_MINIMAL_BASIC.
31252         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
31253         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
31254         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
31255         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
31256         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
31257         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
31258         (REG_FIXED): Renamed from REGS_FIXED.
31259         (REG_NREGS): Renamed from RE_NREGS.
31260
31261         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
31262         of other REG_* macros, since POSIX says the user is allowed to
31263         #undef these macros selectively.
31264
31265         (reg_errcode_t): Update comment stating what other tables need
31266         to be consistent.
31267
31268         Rename the following enum values to obey POSIX requirements.
31269         The old names are still visible as macros.
31270         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
31271         is not defined, since GNU is supposed to be a superset of POSIX as
31272         much as possible, and since we want reg_errcode_t to be a signed
31273         type for implementation consistency.
31274         (_REG_NOERROR): Renamed from REG_NOERROR.
31275         (_REG_NOMATCH): Renamed from REG_NOMATCH.
31276         (_REG_BADPAT): Renamed from REG_BADPAT.
31277         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
31278         (_REG_ECTYPE): Renamed from REG_ECTYPE.
31279         (_REG_EESCAPE): Renamed from REG_EESCAPE.
31280         (_REG_ESUBREG): Renamed from REG_ESUBREG.
31281         (_REG_EBRACK): Renamed from REG_EBRACK.
31282         (_REG_EPAREN): Renamed from REG_EPAREN.
31283         (_REG_EBRACE): Renamed from REG_EBRACE.
31284         (_REG_BADBR): Renamed from REG_BADBR.
31285         (_REG_ERANGE): Renamed from REG_ERANGE.
31286         (_REG_ESPACE): Renamed from REG_ESPACE.
31287         (_REG_BADRPT): Renamed from REG_BADRPT.
31288         (_REG_EEND): Renamed from REG_EEND.
31289         (_REG_ESIZE): Renamed from REG_ESIZE.
31290         (_REG_ERPAREN): Renamed from REG_ERPAREN.
31291         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
31292         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
31293         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
31294         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
31295
31296         (_REG_RE_NAME, _REG_RM_NAME): New macros.
31297         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
31298         changed.  But support the old name if the new one is not defined
31299         and if _REGEX_SOURCE.
31300
31301         Change the following member names in struct re_pattern_buffer.
31302         The old names are still supported if !_REGEX_SOURCE.
31303         The new names are always supported, regardless of _REGEX_SOURCE.
31304         (re_buffer): Renamed from buffer.
31305         (re_allocated): Renamed from allocated.
31306         (re_used): Renamed from used.
31307         (re_syntax): Renamed from syntax.
31308         (re_fastmap): Renamed from fastmap.
31309         (re_translate): Renamed from translate.
31310         (re_can_be_null): Renamed from can_be_null.
31311         (re_regs_allocated): Renamed from regs_allocated.
31312         (re_fastmap_accurate): Renamed from fastmap_accurate.
31313         (re_no_sub): Renamed from no_sub.
31314         (re_not_bol): Renamed from not_bol.
31315         (re_not_eol): Renamed from not_eol.
31316         (re_newline_anchor): Renamed from newline_anchor.
31317
31318         Change the following member names in struct re_registers.
31319         The old names are still supported if !_REGEX_SOURCE.
31320         The new names are always supported, regardless of _REGEX_SOURCE.
31321         (rm_num_regs): Renamed from num_regs.
31322         (rm_start): Renamed from start.
31323         (rm_end): Renamed from end.
31324
31325         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
31326         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
31327         Prepend __ to parameter names.
31328
31329         Undo yesterday's changes.
31330
31331 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31332
31333         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
31334         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
31335         lib/regex.c.
31336
31337 2005-08-24  Jim Meyering  <jim@meyering.net>
31338
31339         Sync from coreutils.
31340         * m4/fcntl-safer.m4: New file.
31341
31342         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
31343         and object files for this module.
31344
31345 2005-08-24  Jim Meyering  <jim@meyering.net>
31346
31347         Sync from coreutils.
31348         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
31349
31350 2005-08-24  Jim Meyering  <jim@meyering.net>
31351
31352         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
31353         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
31354
31355 2005-08-24  Jim Meyering  <jim@meyering.net>
31356
31357         * modules/fcntl-safer: New module.
31358         * modules/fts (Depends-on): Add fcntl-safer.
31359         * MODULES.html.sh (File descriptor based Input/Output):
31360         Add fcntl-safer.
31361
31362 2005-08-24  Bruno Haible  <bruno@clisp.org>
31363
31364         Support for unit test modules.
31365         * modules/README: Mention tests modules.
31366         * modules/TEMPLATE-TESTS: New file.
31367         * gnulib-tool: New options --extract-tests-module, --with-tests and
31368         --tests-base (unused for the moment).
31369         (testsbase, inctests): New variables.
31370         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
31371         (func_verify_module): Exclude TEMPLATE-TESTS.
31372         (func_verify_nontests_module, func_verify_tests_module): New functions.
31373         (func_get_dependencies): Add implicit dependency for tests modules.
31374         (func_get_tests_module): New function.
31375         (func_modules_transitive_closure): When --with-tests was specified,
31376         include the unit tests as well, unless explicitly avoided.
31377         (func_emit_lib_Makefile_am): Ignore the tests modules here.
31378         (func_emit_tests_Makefile_am): New function.
31379         (func_create_testdir): When --with-tests was specified, emit a
31380         tests/ directory.
31381         * MODULES.html.sh (Future developments): Update.
31382
31383 2005-08-24  Bruno Haible  <bruno@clisp.org>
31384
31385         * modules/tls-tests: New file.
31386         * tests/test-tls.c: New file, from GNU gettext.
31387
31388 2005-08-24  Bruno Haible  <bruno@clisp.org>
31389
31390         * modules/lock-tests: New file.
31391         * tests/test-lock.c: New file, from GNU gettext.
31392
31393 2005-08-24  Bruno Haible  <bruno@clisp.org>
31394
31395         * lib/lock.h: Add multiple inclusion guard.
31396         * lib/tls.h: Add multiple inclusion guard.
31397
31398 2005-08-24  Bruno Haible  <bruno@clisp.org>
31399
31400         * gnulib-tool: Add support for the --aux-dir option to
31401         --create-testdir, --create-megatestdir, --test, --megatest.
31402         (func_create_testdir, func_create_megatestdir): Optionally emit a
31403         AC_CONFIG_AUX_DIR directive.
31404         (create-testdir, create-megatestdir, test, megatest): Provide a
31405         default value for $auxdir.
31406
31407 2005-08-24  Bruno Haible  <bruno@clisp.org>
31408
31409         * gnulib-tool (import): Use compound statement instead of subshell
31410         where possible.
31411
31412 2005-08-24  Bruno Haible  <bruno@clisp.org>
31413
31414         * gnulib-tool (import): Change --aux-dir default to "build-aux".
31415
31416 2005-08-24  Bruno Haible  <bruno@clisp.org>
31417
31418         * gnulib-tool (func_version): Update.
31419
31420 2005-08-24  Bruno Haible  <bruno@clisp.org>
31421
31422         * gnulib-tool (func_import, func_create_testdir,
31423         func_create_megatestdir): Quote all autoconf macro arguments.
31424
31425 2005-08-24  Bruno Haible  <bruno@clisp.org>
31426
31427         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
31428         option --force, because --force causes the aclocal.m4 of each
31429         subdirectory to be newer than the corresponding config.h.in.
31430
31431 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31432
31433         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
31434         All contents moved to gl_REGEX.
31435         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
31436         assume that it does.
31437
31438 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31439
31440         * lib/regex.h (REG_NOSYS)
31441         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
31442         Define, since POSIX requires it as of 2001.
31443         (_REG_ENOSYS)
31444         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
31445         New private symbol, used to keep the enum signed in all cases.
31446         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
31447         Youngman in
31448         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
31449
31450         * lib/regex_internal.c (re_string_skip_chars, register_state):
31451         (calc_state_hash):
31452         Remove forward decls; no longer needed now that we use prototypes.
31453         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
31454         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
31455         (clean_state_log_if_needed): Likewise.
31456
31457 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31458
31459         * config/srclist.txt: Add glibc bugs 1231-1233.
31460
31461 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31462
31463         Fix problems reported by Sam Steingold in
31464         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
31465         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
31466         assumed that reg_errcode_t is a signed type, which is not
31467         necessarily true if _XOPEN_SOURCE is not defined.
31468         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
31469         since some compilers warn about it otherwise.
31470
31471 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31472
31473         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
31474         (init_word_char, create_initial_state, duplicate_node_closure):
31475         (fetch_token, peek_token_bracket, build_range_exp):
31476         (build_collating_symbol): Remove forward decls; no longer needed
31477         now that we use prototypes.
31478
31479         * lib/regcomp.c:
31480         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
31481         (re_compile_fastmap_iter, regcomp, regerror, regfree):
31482         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
31483         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
31484         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
31485         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
31486         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
31487         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
31488         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
31489         (build_range_exp, build_collating_symbol, parse_bracket_exp):
31490         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
31491         (build_charclass, build_charclass_op, fetch_number, create_tree):
31492         (create_token_tree, mark_opt_subexp, duplicate_tree):
31493         Use prototypes rather than old-style definitions.
31494
31495         * lib/regex_internal.c:
31496         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
31497         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
31498         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31499         (re_string_reconstruct, re_string_peek_byte_case):
31500         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
31501         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31502         (re_node_set_init_copy, re_node_set_add_intersect):
31503         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31504         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31505         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31506         (re_acquire_state, re_acquire_state_context, register_state):
31507         (create_ci_newstate, create_cd_newstate, free_state):
31508         Likewise.
31509         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
31510         re_search_2):
31511         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
31512         (re_search_internal, prune_impossible_nodes):
31513         (acquire_init_state_context, check_matching, static):
31514         (check_halt_node_context, check_halt_state_context, proceed_next_node):
31515         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
31516         (update_regs, sift_states_backward, build_sifted_states):
31517         (clean_state_log_if_needed, merge_state_array):
31518         (update_cur_sifted_state, add_epsilon_src_nodes):
31519         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
31520         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
31521         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
31522         (find_recover_state, check_subexp_matching_top, transit_state_mb):
31523         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
31524         (check_arrival, check_arrival_add_next_nodes):
31525         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31526         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31527         (check_node_accept_bytes, check_node_accept, extend_buffers):
31528         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
31529         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
31530         (sift_ctx_init):
31531         Likewise.
31532
31533         * lib/regex_internal.h:
31534         (re_string_allocate, re_string_construct, re_string_reconstruct):
31535         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
31536         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
31537         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
31538         (re_string_context_at, re_string_peek_byte_case):
31539         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
31540         is defined, since we now use prototypes always.
31541
31542         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
31543         C89 or better.  All uses removed.
31544
31545 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31546
31547         * config/srclist.txt: Add glibc bugs 1220-1227.
31548
31549 2005-08-20  Jim Meyering  <jim@meyering.net>
31550
31551         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
31552         of unused local, dfa.
31553
31554 2005-08-20  Bruno Haible  <bruno@clisp.org>
31555
31556         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
31557
31558 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31559
31560         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
31561         (re_node_set_insert_last, re_dfa_add_node):
31562         Rename local variables to avoid GCC shadowing warnings.
31563
31564 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31565
31566         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
31567         [defined lint]: Suppress bogus uninitialized-variable warnings.
31568
31569         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
31570         and let the caller return REG_ESPACE if out of space.  This
31571         removes an uninitialied-variable warning with GCC 4.0.1, and also
31572         avoids taking the address of a local variable.  All callers
31573         changed.
31574
31575 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31576
31577         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
31578         $LIBCSRC/posix/regexec.c.
31579         Add glibc bug 1217 for regcomp.c.
31580
31581 2005-08-19  Jim Meyering  <jim@meyering.net>
31582
31583         * lib/regexec.c (proceed_next_node): Redo local variables to
31584         avoid GCC shadowing warnings.
31585
31586 2005-08-18  Bruno Haible  <bruno@clisp.org>
31587
31588         * lib/strstr.c (strstr): Fix return value in multibyte case.
31589         * lib/strcasestr.c (strcasestr): Likewise.
31590
31591 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31592
31593         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
31594
31595 2005-08-17  Jim Meyering  <jim@meyering.net>
31596
31597         Make the %s format (seconds since the epoch) work for a negative
31598         number and when used with a zero-padded field width, e.g. %015s.
31599
31600         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
31601         label so that it precedes the code to set `digits'.  Otherwise,
31602         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
31603         print `00-22'.  Now, it prints `-0022', as it should.
31604
31605 2005-08-17  Bruno Haible  <bruno@clisp.org>
31606
31607         * modules/strstr (Files): Add m4/mbrtowc.m4.
31608         (Depends-on): Add mbuiter.
31609
31610 2005-08-17  Bruno Haible  <bruno@clisp.org>
31611
31612         * modules/strcasestr: New file.
31613         * MODULES.html.sh (String handling, based on ANSI C 89): Add
31614         strcasestr.
31615
31616 2005-08-17  Bruno Haible  <bruno@clisp.org>
31617
31618         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
31619
31620 2005-08-17  Bruno Haible  <bruno@clisp.org>
31621
31622         * modules/mbuiter: New file.
31623         * MODULES.html.sh (Extended multibyte and wide character utilities):
31624         Add mbuiter.
31625
31626 2005-08-17  Bruno Haible  <bruno@clisp.org>
31627
31628         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
31629         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
31630
31631 2005-08-17  Bruno Haible  <bruno@clisp.org>
31632
31633         * m4/strcasestr.m4: New file.
31634
31635 2005-08-17  Bruno Haible  <bruno@clisp.org>
31636
31637         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
31638         * lib/strstr.c: Completely rewritten, with multibyte locale support.
31639
31640 2005-08-17  Bruno Haible  <bruno@clisp.org>
31641
31642         * lib/strcasestr.h: New file.
31643         * lib/strcasestr.c: New file.
31644
31645 2005-08-17  Bruno Haible  <bruno@clisp.org>
31646
31647         * lib/strcasecmp.c: Use mbuiter.h.
31648
31649 2005-08-17  Bruno Haible  <bruno@clisp.org>
31650
31651         * lib/mbuiter.h: New file.
31652
31653 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31654
31655         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
31656         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
31657         and gl_GETOPT are both invoked via different paths (as happens
31658         with GNU tar CVS because it uses both argp and getopt), the former
31659         wins.
31660
31661 2005-08-16  Bruno Haible  <bruno@clisp.org>
31662
31663         * modules/tls: New file.
31664         * MODULES.html.sh (Multithreading): Add tls.
31665
31666 2005-08-16  Bruno Haible  <bruno@clisp.org>
31667
31668         * modules/strnlen1: New file.
31669         * MODULES.html.sh (String handling): Add strnlen1.
31670
31671 2005-08-16  Bruno Haible  <bruno@clisp.org>
31672
31673         * modules/strcase (Files): Add m4/mbrtowc.m4.
31674         (Depends-on): Add strnlen1, mbchar.
31675
31676 2005-08-16  Bruno Haible  <bruno@clisp.org>
31677
31678         * modules/mbiter: New file.
31679         * MODULES.html.sh (Extended multibyte and wide character utilities):
31680         Add mbiter.
31681
31682 2005-08-16  Bruno Haible  <bruno@clisp.org>
31683
31684         * modules/mbfile: New file.
31685         * MODULES.html.sh (Extended multibyte and wide character utilities):
31686         Add mbfile.
31687
31688 2005-08-16  Bruno Haible  <bruno@clisp.org>
31689
31690         * modules/mbchar: New file.
31691         * MODULES.html.sh (Extended multibyte and wide character utilities):
31692         New section.
31693
31694 2005-08-16  Bruno Haible  <bruno@clisp.org>
31695
31696         * m4/tls.m4: New file, from GNU gettext.
31697
31698 2005-08-16  Bruno Haible  <bruno@clisp.org>
31699
31700         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
31701         always.
31702         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
31703
31704 2005-08-16  Bruno Haible  <bruno@clisp.org>
31705
31706         * m4/mbiter.m4: New file.
31707
31708 2005-08-16  Bruno Haible  <bruno@clisp.org>
31709
31710         * m4/mbfile.m4: New file.
31711
31712 2005-08-16  Bruno Haible  <bruno@clisp.org>
31713
31714         * m4/mbchar.m4: New file.
31715
31716 2005-08-16  Bruno Haible  <bruno@clisp.org>
31717
31718         * lib/tls.h: New file, from GNU gettext.
31719         * lib/tls.c: New file, from GNU gettext.
31720
31721 2005-08-16  Bruno Haible  <bruno@clisp.org>
31722
31723         * lib/strnlen1.h: New file.
31724         * lib/strnlen1.c: New file.
31725
31726 2005-08-16  Bruno Haible  <bruno@clisp.org>
31727
31728         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
31729         (mbi_init): Update.
31730         (mbi_avail, mbi_advance): Let the iteration end before the terminating
31731         NUL byte, not after it.
31732
31733 2005-08-16  Bruno Haible  <bruno@clisp.org>
31734
31735         * lib/strcase.h (strcasecmp): Add note in comments.
31736         * lib/strncasecmp.c: Use code from strcasecmp.c.
31737         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
31738         (strcasecmp): Work correctly in multibyte locales.
31739
31740 2005-08-16  Bruno Haible  <bruno@clisp.org>
31741
31742         * lib/mbiter.h: New file.
31743
31744 2005-08-16  Bruno Haible  <bruno@clisp.org>
31745
31746         * lib/mbfile.h: New file.
31747
31748 2005-08-16  Bruno Haible  <bruno@clisp.org>
31749
31750         * lib/mbchar.h: New file.
31751         * lib/mbchar.c: New file.
31752
31753 2005-08-16  Bruno Haible  <bruno@clisp.org>
31754
31755         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
31756         the valid ones. Makes the comparison operations transitive:
31757         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
31758         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
31759
31760 2005-08-15  Simon Josefsson  <jas@extundo.com>
31761
31762         * modules/ssize_t (License): Change to 'unlimited'.
31763
31764         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
31765
31766 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31767
31768         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
31769         Add comments for each pending glibc patch.
31770
31771 2005-08-15  Bruno Haible  <bruno@clisp.org>
31772
31773         * lib/regex.h (__restrict_arr): Don't define to __restrict if
31774         __cplusplus is defined.
31775
31776 2005-08-14  Jim Meyering  <jim@meyering.net>
31777
31778         Sync from coreutils.
31779
31780         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
31781         Use the hash-table-based cycle-detection code not just when
31782         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
31783         Reported by James Youngman in
31784         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
31785         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
31786         FTS_TIGHT_CYCLE_CHECK.
31787         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
31788         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
31789         once again.
31790         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
31791         * lib/fts.c (fd_safer): Remove decl.
31792         Include fcntl--.h rather than unistd-safer.h
31793         (fts_safe_changedir): Don't call fd_safer; no longer needed
31794         now that we include fcntl--.h.
31795
31796 2005-08-12  Simon Josefsson  <jas@extundo.com>
31797
31798         * modules/getndelim2: Use ssize_t module.
31799         * modules/getnline: Likewise.
31800         * modules/safe-read: Likewise.
31801         * modules/xreadlink: Likewise.
31802
31803         * modules/ssize_t: New file.
31804
31805 2005-08-12  Simon Josefsson  <jas@extundo.com>
31806
31807         * m4/readline.m4: Look for termcap, curses or ncurses if required.
31808
31809 2005-08-12  Simon Josefsson  <jas@extundo.com>
31810
31811         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31812         ssize_t.
31813
31814 2005-08-12  Simon Josefsson  <jas@extundo.com>
31815
31816         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
31817         readline, getdelim and check_version.
31818         (Support for systems lacking ISO C 99: Sizes of integer types):
31819         Add size_max.
31820
31821 2005-08-12  Bruno Haible  <bruno@clisp.org>
31822
31823         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
31824
31825 2005-08-11  Simon Josefsson  <jas@extundo.com>
31826
31827         * modules/readline: New file.
31828
31829         * modules/strnlen (Files): Add strnlen.h.
31830
31831 2005-08-11  Simon Josefsson  <jas@extundo.com>
31832
31833         * m4/readline.m4: New file.
31834
31835 2005-08-11  Simon Josefsson  <jas@extundo.com>
31836
31837         * lib/readline.h, readline.c: New file.
31838
31839 2005-08-11  Simon Josefsson  <jas@extundo.com>
31840
31841         * doc/gnulib.texi (Initial import, Finishing touches): Mention
31842         gl_AVOID.
31843
31844 2005-08-11  Bruno Haible  <bruno@clisp.org>
31845
31846         * lib/strnlen.h (strnlen): Change parameter name to match comment.
31847
31848 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
31849
31850         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
31851
31852 2005-08-10  Simon Josefsson  <jas@extundo.com>
31853
31854         * tests/test-iconvme.c: New file.
31855
31856 2005-08-10  Simon Josefsson  <jas@extundo.com>
31857
31858         * m4/strnlen.m4: New file.
31859
31860         * m4/strndup.m4: Don't check for strnlen declaration, done in
31861         strnlen.m4.
31862
31863 2005-08-10  Simon Josefsson  <jas@extundo.com>
31864
31865         * lib/strndup.c: Use strnlen.h.
31866
31867         * lib/strnlen.h: New file.
31868
31869 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31870
31871         * README: Typos.
31872
31873 2005-08-02  Simon Josefsson  <jas@extundo.com>
31874
31875         * modules/readline: New file.
31876
31877 2005-08-02  Simon Josefsson  <jas@extundo.com>
31878
31879         * modules/getdelim: New file.
31880
31881         * modules/getline: Rewrite, don't use getndelim2.
31882
31883 2005-08-02  Simon Josefsson  <jas@extundo.com>
31884
31885         * m4/getline.m4: Separate out getdelim stuff into separate module.
31886
31887         * m4/getdelim.m4: New file.
31888
31889 2005-08-02  Simon Josefsson  <jas@extundo.com>
31890
31891         * lib/getline.h, getline.c: Rewrite.
31892
31893         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
31894
31895 2005-07-31  Bruno Haible  <bruno@clisp.org>
31896
31897         * lib/lock.h (gl_lock_initializer): New macro.
31898         (gl_lock_define_initialized): Use it.
31899         (gl_rwlock_initializer): New macro.
31900         (gl_rwlock_define_initialized): Use it.
31901         (gl_recursive_lock_initializer): New macro.
31902         (gl_recursive_lock_define_initialized): Use it.
31903
31904 2005-07-30  Karl Berry  <karl@gnu.org>
31905
31906         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
31907         Report from Ben Pfaff, regarding getopt.
31908
31909 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
31910
31911         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
31912         normal way.
31913         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
31914         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
31915         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
31916         (gl_GETOPT): Use the new macros.  Most of the implementation
31917         is moved to the new macros.  This is for programs like Emacs
31918         that don't want all the functionality of gl_GETOPT.
31919
31920 2005-07-26  Bruno Haible  <bruno@clisp.org>
31921
31922         * m4/lock.m4: Update from GNU gettext.
31923
31924 2005-07-26  Bruno Haible  <bruno@clisp.org>
31925
31926         * lib/lock.h: Update from GNU gettext.
31927         * lib/lock.c: Update from GNU gettext.
31928
31929 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
31930
31931         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
31932         obsolescent AC_TRY_RUN.  Include the default includes files, for
31933         'exit'.
31934
31935 2005-07-24  Bruno Haible  <bruno@clisp.org>
31936
31937         * modules/visibility: New file.
31938         * MODULES.html.sh (Misc): Add visibility.
31939
31940 2005-07-24  Bruno Haible  <bruno@clisp.org>
31941
31942         * m4/visibility.m4: New file.
31943
31944 2005-07-24  Bruno Haible  <bruno@clisp.org>
31945
31946         * doc/visibility.texi: New file.
31947
31948 2005-07-22  Bruno Haible  <bruno@clisp.org>
31949
31950         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
31951         $(ALLOCA_H), redundant through BUILT_SOURCES.
31952         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
31953         redundant through BUILT_SOURCES.
31954         * modules/byteswap (Makefile.am): Remove explicit dependency on
31955         $(BYTESWAP_H), redundant through BUILT_SOURCES.
31956         * modules/fnmatch (Makefile.am): Remove explicit dependency on
31957         $(FNMATCH_H), redundant through BUILT_SOURCES.
31958         * modules/getopt (Makefile.am): Remove explicit dependency on
31959         $(GETOPT_H), redundant through BUILT_SOURCES.
31960         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
31961         redundant through BUILT_SOURCES.
31962         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
31963         redundant through BUILT_SOURCES.
31964         * modules/stdbool (Makefile.am): Remove explicit dependency on
31965         $(STDBOOL_H), redundant through BUILT_SOURCES.
31966         * modules/stdint (Makefile.am): Remove explicit dependency on
31967         $(STDINT_H), redundant through BUILT_SOURCES.
31968         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
31969         Remove explicit dependency on $(SYSEXITS_H).
31970         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
31971
31972 2005-07-18  Simon Josefsson  <jas@extundo.com>
31973
31974         * lib/check-version.c (check_version): Accept identical versions too.
31975
31976 2005-07-18  Bruno Haible  <bruno@clisp.org>
31977
31978         * modules/lock: New file.
31979         * MODULES.html.sh (Multithreading): New section.
31980
31981 2005-07-18  Bruno Haible  <bruno@clisp.org>
31982
31983         * m4/lock.m4: New file, from GNU gettext.
31984
31985 2005-07-18  Bruno Haible  <bruno@clisp.org>
31986
31987         * lib/lock.h: New file, from GNU gettext.
31988         * lib/lock.c: New file, from GNU gettext.
31989
31990 2005-07-18  Bruno Haible  <bruno@clisp.org>
31991
31992         * lib/lock.h (gl_once_t): New type.
31993         (gl_once_define, gl_once): New macros.
31994         * lib/lock.c (fresh_once): New variable.
31995         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
31996         functions.
31997
31998 2005-07-16  Simon Josefsson  <jas@extundo.com>
31999
32000         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
32001         workaround, suggested by Bruno.
32002
32003 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32004
32005         * modules/xalloc (Depends-on): Add xalloc-die.
32006         * modules/xvasprintf (Depends-on): Add xalloc-die.
32007
32008 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32009
32010         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
32011         with a minor change.
32012
32013 2005-07-15  Bruno Haible  <bruno@clisp.org>
32014
32015         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
32016         When using lib/poll.c, define poll as rpl_poll.
32017
32018 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
32019
32020         * modules/argp (Depends-on): Remove unlocked-io.
32021
32022 2005-07-14  Derek Price  <derek@ximbiot.com>
32023
32024         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
32025         for glob symlink bug.
32026
32027 2005-07-14  Bruno Haible  <bruno@clisp.org>
32028
32029         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
32030         Instead, test for *_unlocked function declarations directly.
32031
32032 2005-07-11  Simon Josefsson  <jas@extundo.com>
32033
32034         * modules/size_max: New file.
32035
32036         * modules/xsize: Depend on size_max module for size_max.m4.
32037
32038 2005-07-11  Simon Josefsson  <jas@extundo.com>
32039
32040         * lib/size_max.h: New file.
32041
32042 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
32043
32044         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
32045         copyright symbol and the year.
32046         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
32047         (version_etc_va): Use parameterized copyright notice.
32048         Reword to conform to the current GNU coding standards.
32049
32050 2005-07-11  Karl Berry  <karl@gnu.org>
32051
32052         * doc/gnulib.texi (Quoting): new node.
32053         (Initial import): more info, from Patrice.
32054
32055 2005-07-11  Bruno Haible  <bruno@clisp.org>
32056
32057         * gnulib-tool (func_usage): Document option --avoid.
32058         (Command line options): Handle --avoid.
32059         (func_acceptable): New function.
32060         (func_modules_transitive_closure): Use it.
32061
32062 2005-07-11  Bruno Haible  <bruno@clisp.org>
32063
32064         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
32065         Reported by Jim Meyering.
32066
32067 2005-07-10  Bruno Haible  <bruno@clisp.org>
32068
32069         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
32070         Needed when size_t is smaller than 'unsigned int'.
32071         Reported by Paul Eggert.
32072
32073 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32074
32075         * modules/argp (Depends-on): Add unlocked-io
32076
32077 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32078
32079         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
32080         block of defines.
32081
32082 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32083
32084         * config/srclist.txt: Comment out regcomp.c, since we have a porting
32085         fix now.
32086
32087 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
32088         and Paul Eggert  <eggert@cs.ucla.edu>
32089
32090         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
32091         in wint_t, not wchar_t.  Remove now-unnecessary cast.
32092
32093 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32094
32095         * modules/regex (Files): Add lib/regex_internal.c,
32096         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
32097         (Depends-on): Add extensions.
32098         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
32099
32100 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32101
32102         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
32103         pathconf.
32104         * m4/same.m4 (gl_SAME): Likewise.
32105         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
32106
32107         * m4/regex.m4: Adjust to new libc regex implementation.
32108         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
32109         all the .c and .h parts of (the new) regex.
32110         Quote the m4 stuff better.
32111         Check for RE_ICASE bug of old gnulib.
32112         Check for REG_STARTEND of recent libc.
32113         Rename local variables from jm_* to gl_*.
32114         Quote operand of "test -f".
32115         Say "recent enough" version of libc, not "version 2".
32116         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
32117         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
32118         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
32119         Remove check for btowc, isascii.
32120         Require AM_LANGINFO_CODESET.
32121
32122 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32123
32124         * lib/regex.c, regex.h: Sync from libc.
32125         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
32126         * lib/regexec.c:
32127         New files, synced from libc, except that regex_internal.h
32128         currently has a small porting fix.
32129
32130 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32131
32132         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
32133         regex_internal.c, regexec.c.
32134         Add regex_internal.h too, but as a comment, since the libc version
32135         is currently broken in gnulib mode.
32136
32137 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32138
32139         Support programs like Emacs that use gnulib but not gettext.
32140         * MODULES.html.sh (Internationalization functions): Add gettext-h.
32141         * modules/gettext-h: New file.
32142         * modules/gettext (Files): Remove lib/gettext.h.
32143         (Depends-on): Add gettext-h.
32144         (Makefile.am): Remove lib_SOURCES.
32145         * modules/argmatch, modules/c-stack, modules/closeout:
32146         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
32147         * modules/execute, modules/file-type, modules/getaddrinfo:
32148         * modules/getopt, modules/human, modules/javacomp:
32149         * modules/javaexec, modules/mkdir-p, modules/obstack:
32150         * modules/openat, modules/pagealign_alloc, modules/pipe:
32151         * modules/quotearg, modules/regex, modules/rpmatch:
32152         * modules/unicodeio, modules/userspec, modules/version-etc:
32153         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
32154         * modules/xsetenv:
32155         Depend on gettext-h, not gettext.
32156
32157 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32158
32159         * gnulib-tool (func_import): Add support for 'public domain' license.
32160         * modules/alloca, modules/atexit, modules/memmove:
32161         Now public domain, not GPL.
32162         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
32163         * modules/realloc, modules/strerror, modules/strtod:
32164         Now LGPL, not GPL.
32165
32166 2005-07-05  Bruno Haible  <bruno@clisp.org>
32167
32168         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
32169         autoconf CVS. Needed for mingw.
32170
32171 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32172
32173         Remove the dependency of the strftime module on the tzset module.
32174         * modules/strftime (Depends-on): Remove dependency on tzset.
32175
32176 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32177
32178         Remove the dependency of the strftime module on the tzset module.
32179         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
32180         gl_FUNC_TZSET_CLOBBER.
32181
32182 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32183
32184         Remove the dependency of the strftime module on the tzset module.
32185         * lib/strftime.c (my_strftime)
32186         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
32187         Copy the input structure, to work around some of the bug with
32188         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
32189         Solaris releases, you should also use the tzset module, but we won't
32190         require it as a dependency any more since we don't want LGPLed code
32191         to depend on GPLed code.
32192
32193 2005-07-02  Jim Meyering  <jim@meyering.net>
32194
32195         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
32196         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
32197         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
32198         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
32199
32200 2005-07-02  Jim Meyering  <jim@meyering.net>
32201
32202         * lib/backupfile.c (backup_args): Change a `0' to NULL.
32203
32204 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
32205
32206         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
32207         declares only 'struct timespec;' (!).
32208
32209 2005-07-01  Jim Meyering  <jim@meyering.net>
32210
32211         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
32212         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
32213         * lib/save-cwd.c, tempname.c:
32214         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
32215         and don't include <sys/file.h>).
32216
32217 2005-06-29  Jim Meyering  <jim@meyering.net>
32218
32219         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
32220         type name.  Use the variable name instead.
32221         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
32222         Likewise.
32223
32224 2005-06-28  Simon Josefsson  <jas@extundo.com>
32225
32226         * modules/check-version (Files): Add check-version.m4.
32227
32228 2005-06-28  Simon Josefsson  <jas@extundo.com>
32229
32230         * m4/check-version.m4: New file, suggested by Jim Meyering
32231         <jim@meyering.net>.
32232
32233 2005-06-28  Simon Josefsson  <jas@extundo.com>
32234
32235         * lib/check-version.h, lib/check-version.c: New files.
32236
32237 2005-06-28  Simon Josefsson  <jas@extundo.com>
32238
32239         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
32240         collision with global variable.  Better indentation.  Don't
32241         increment buffer pointer beyond buffer end.  Based on comments
32242         from Paul Eggert <eggert@cs.ucla.edu>.
32243
32244         * lib/base64.h: Indent.
32245
32246 2005-06-28  Simon Josefsson  <jas@extundo.com>
32247
32248         * doc/gnulib.texi (Library version handling): New section.
32249
32250 2005-06-28  Jim Meyering  <jim@meyering.net>
32251
32252         * check-module (find_included_lib_files): Hard-code another
32253         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
32254         but modules/fts-lgpl (correctly) does not list those files.
32255
32256         * modules/canonicalize (Files): Add lib/pathmax.h.
32257
32258 2005-06-25  Simon Josefsson  <jas@extundo.com>
32259
32260         * modules/check-version: New file.
32261
32262 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
32263
32264         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
32265         initializer of struct addrinfo, as an indication that we don't
32266         care how many members the structure has.
32267
32268 2005-06-24  Derek Price  <derek@ximbiot.com>
32269         and Bruno Haible  <bruno@clisp.org>
32270
32271         Remove stat module & update lstat.
32272         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
32273         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32274         * m4/stat.m4: Remove this file.
32275
32276 2005-06-24  Derek Price  <derek@ximbiot.com>
32277         and Bruno Haible  <bruno@clisp.org>
32278
32279         Remove stat module & update lstat.
32280         * lib/stat.c: Remove this file...
32281         (slash_aware_lstat): ...moving this content and its support...
32282         * lib/lstat.c (rpl_lstat): ...into here.
32283         * lib/lstat.h: New file.
32284
32285 2005-06-24  Derek Price  <derek@ximbiot.com>
32286         and Bruno Haible  <bruno@clisp.org>
32287
32288         Remove stat module & update lstat.
32289         * config/srclist.txt (libc sources): Remove stat.
32290
32291 2005-06-24  Derek Price  <derek@ximbiot.com>
32292         and Bruno Haible  <bruno@clisp.org>
32293
32294         Remove stat module & update lstat.
32295         * MODULES.html.sh (stat): Remove.
32296         * MODULES.html: Regenerated.
32297         * modules/lstat (Description): Correct function name.
32298         (Files): Add "lstat.h".
32299         (Depends-on): Remove stat, add xalloc, stat-macros.
32300         * modules/stat: Remove this file.
32301         (Include): Add "lstat.h", remove <sys/stat.h>.
32302
32303 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32304
32305         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
32306         (ranged_convert): Don't save conversion in a temporary struct.
32307         This causes a warning with GCC 4.0.0, and anyway in the typical
32308         case it's not worth the extra 100 bytes or so of code.
32309         (ranged_convert, __mktime_internal): When calling a function via a
32310         pointer P, use P () rather than (*P) (), as we now assume C89 or
32311         better.
32312
32313 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32314
32315         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
32316         "who -r" failed to give output.  Problem reported by Tim Waugh.
32317
32318         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
32319         (xcalloc): Use it to avoid needless tests.
32320         Problem reported by Jim Meyering.
32321
32322 2005-06-20  Derek Price  <derek@ximbiot.com>
32323
32324         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
32325         unnecessary for Autoconfs > 2.59c.
32326
32327 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32328
32329         * lib/argp.h (__option_is_short): Check upper limit of
32330         __key. Isprint() requires its argument to have the value
32331         of an unsigned char or EOF.
32332
32333 2005-06-16  Jim Meyering  <jim@meyering.net>
32334
32335         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
32336         when either N or S is zero.
32337
32338 2005-06-16  Derek Price  <derek@ximbiot.com>
32339
32340         * m4/bison.m4: Declare YACC & YFLAGS precious.
32341
32342 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
32343
32344         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
32345         multibyte string or pattern, fall back on unibyte matching.
32346         Problem reported by James Youngman.
32347
32348 2005-06-08  Bruno Haible  <bruno@clisp.org>
32349
32350         * modules/csharpcomp: New file.
32351         * MODULES.html.sh (C#): Add csharpcomp.
32352
32353 2005-06-08  Bruno Haible  <bruno@clisp.org>
32354
32355         * m4/csharpcomp.m4: New file, from GNU gettext.
32356
32357 2005-06-08  Bruno Haible  <bruno@clisp.org>
32358
32359         * lib/csharpcomp.h: New file, from GNU gettext.
32360         * lib/csharpcomp.c: New file, from GNU gettext.
32361         * lib/csharpcomp.sh.in: New file, from GNU gettext.
32362
32363 2005-06-08  Bruno Haible  <bruno@clisp.org>
32364
32365         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
32366         warning on mingw.
32367
32368 2005-06-07  Derek Price  <derek@ximbiot.com>
32369
32370         Sync from CVS.
32371         * lib/glob_.h: Indent nested #ifdef.
32372
32373 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32374
32375         Sync from coreutils.
32376         Use "file name" when talking about file names, instead of "filename"
32377         or "path", as per the GNU coding standards.
32378         * lib/mkdir-p.c: Renamed from makepath.c.
32379         (make_dir_parents): Renamed from make_path.  All callers changed.
32380         * lib/mkdir-p.h: Likewise.  All includers changed.
32381         * lib/filenamecat.c: Renamed from path-concat.c.
32382         (file_name_concat): Renamed from path_concat.  All callers changed.
32383         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
32384         * lib/filenamecat.h: Likewise.  All includers changed.
32385         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
32386         in comments or local variable names.
32387         * lib/basename.c: Likewise.
32388         * lib/canonicalize.c, canonicalize.h: Likewise.
32389         * lib/dirname.c, dirname.h: Likewise.
32390         * lib/euidaccess.c: Likewise.
32391         * lib/exclude.c: Likewise
32392         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
32393         * lib/fsusage.c, fsuage.h: Likewise.
32394         * lib/fts.c, fts_.h: Likewise.
32395         * lib/getcwd.c: Likewise.
32396         * lib/getloadavg.c: Likewise.
32397         * lib/mkstemp.c: Likewise.
32398         * lib/mountlist.c, mountlist.h: Likewise.
32399         * lib/openat.c, openat.h: Likewise.
32400         * lib/readlink-stub.c: Likewise.
32401         * lib/readutmp.c, readutmp.h: Likewise.
32402         * lib/rename.c: Likewise.
32403         * lib/rmdir.c: Likewise.
32404         * lib/same.c: Likewise.
32405         * lib/savedir.c: Likewise.
32406         * lib/stripslash.c: Likewise.
32407         * lib/tempname.c: Likewise.
32408         * lib/xreadlink.c: Likewise.
32409         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
32410         All uses changed.
32411         * lib/exclude.h: Likewise.
32412
32413         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
32414         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32415         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
32416         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32417         * lib/pathmax.h: Include <limits.h> unconditionally, since other
32418         files have been getting away with it for years (MORE/BSD 4.3
32419         is extinct now).
32420         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
32421         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32422
32423         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
32424         Define to 256, not 255, as per modern POSIX.
32425
32426 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32427
32428         Sync from coreutils.
32429         Use "file name" when talking about file names, instead of "filename"
32430         or "path", as per the GNU coding standards.
32431         * MODULES.html.sh: mkdir-p renamed from makepath.
32432         filenamecat renamed from path-concat.
32433         * modules/filenamecat: Renamed from modules/path-concat.
32434         (Files): filenamecat.h and filenamecat.c renamed from
32435         path-concat.h and path-concat.c.
32436         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
32437         (Include): filenamecat.h, not path-concat.h.
32438         * modules/mkdir-p: Renamed from modules/makepath.
32439         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
32440         makepath.c.
32441         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
32442         (Include): mkdir-p.h, not makepath.h.
32443
32444 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32445
32446         Sync from coreutils.
32447         * m4/mkdir-p.m4: Renamed from makepath.m4.
32448         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
32449         Rename files from makepath.c to mkdir-p.c, and from
32450         makepath.h to mkdir-p.h.
32451         * m4/filenamecat.m4: Renamed from path-concat.m4.
32452         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
32453         Rename files from path-concat.c to filenamecat.c,
32454         and from path-concat.h to filenamecat.h.
32455         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
32456         "file name" in local variables or comments.
32457         * m4/rename.m4: Likewise.
32458
32459 2005-06-01  Bruno Haible  <bruno@clisp.org>
32460
32461         * modules/csharpexec: New file.
32462         * MODULES.html.sh (C#): New section.
32463
32464 2005-06-01  Bruno Haible  <bruno@clisp.org>
32465
32466         * m4/csharp.m4: New file, from GNU gettext.
32467         * m4/csharpexec.m4: New file, from GNU gettext.
32468
32469 2005-06-01  Bruno Haible  <bruno@clisp.org>
32470
32471         * lib/csharpexec.h: New file, from GNU gettext.
32472         * lib/csharpexec.c: New file, from GNU gettext.
32473         * lib/csharpexec.sh.in: New file, from GNU gettext.
32474
32475 2005-05-31  Derek Price  <derek@ximbiot.com>
32476             Paul Eggert  <eggert@cs.ucla.edu>
32477
32478         Sync from cvs.
32479         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32480
32481 2005-05-31  Derek Price  <derek@ximbiot.com>
32482             Paul Eggert  <eggert@cs.ucla.edu>
32483
32484         Sync from cvs.
32485         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32486
32487 2005-05-29  Derek Price  <derek@ximbiot.com>
32488
32489         * config/srclist.txt (glob_.h, glob.c): Add these files.
32490
32491 2005-05-29  Derek Price  <derek@ximbiot.com>
32492
32493         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
32494         * modules/glob: New file.
32495         * modules/getlogin_r: Add link to POSIX spec in description.
32496
32497 2005-05-29  Derek Price  <derek@ximbiot.com>
32498             Paul Eggert  <eggert@cs.ucla.edu>
32499
32500         * m4/glob.m4: New file.
32501
32502 2005-05-29  Derek Price  <derek@ximbiot.com>
32503             Paul Eggert  <eggert@cs.ucla.edu>
32504
32505         * lib/glob_.h, lib/glob.c: New files.
32506
32507 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32508
32509         * modules/fts (Files): Remove m4/inttypes-pri.m4.
32510         * modules/fts-lgpl (Depends-on): Remove gettext.
32511
32512 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32513
32514         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
32515         and don't require gt_INTTYPES_PRI.
32516
32517 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32518
32519         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
32520
32521         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
32522         the configuration hassle isn't worth it.
32523         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
32524         (LONGEST_MODIFIER, PRIuMAX): Remove.
32525
32526 2005-05-27  Bruno Haible  <bruno@clisp.org>
32527
32528         * lib/getlogin_r.h: Remove second include of <stddef.h>.
32529
32530 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
32531
32532         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
32533         _POSIX_PTHREAD_SEMANTICS for Solaris.
32534
32535 2005-05-25  Derek Price  <derek@ximbiot.com>
32536
32537         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
32538
32539 2005-05-25  Derek Price  <derek@ximbiot.com>
32540             Paul Eggert  <eggert@cs.ucla.edu>
32541
32542         * modules/getlogin_r, m4/getlogin_r.m4: New files.
32543         * lib/getlogin_r.c, getlogin_r.h: New files.
32544
32545 2005-05-25  Bruno Haible  <bruno@clisp.org>
32546             Derek Price  <derek@ximbiot.com>
32547
32548         * lib/getlogin_r.h: Simplify API documentation.
32549
32550 2005-05-23  Derek Price  <derek@ximbiot.com>
32551
32552         * modules/minmax (Files): Add m4/minmax.m4.
32553         (configure.ac): Add gl_MINMAX.
32554
32555 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32556
32557         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
32558         so that unistd-safer.h (GPL'ed code) need not be included.
32559
32560 2005-05-22  Bruno Haible  <bruno@clisp.org>
32561
32562         * m4/minmax.m4: New file.
32563         Based on a patch by Derek Price <derek@ximbiot.com>.
32564
32565 2005-05-22  Bruno Haible  <bruno@clisp.org>
32566
32567         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
32568         (INT64_MIN): Fix definition.
32569         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
32570
32571         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
32572         NEED_SIGNED_INT_TYPES.
32573
32574         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
32575         HAVE_SYSTEM_INTTYPES.
32576
32577 2005-05-22  Bruno Haible  <bruno@clisp.org>
32578
32579         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
32580         Also include <sys/param.h> if it defines MIN, MAX.
32581         Based on a patch by Derek Price <derek@ximbiot.com>.
32582
32583 2005-05-21  Jim Meyering  <jim@meyering.net>
32584
32585         * modules/fts (Files): Add m4/inttypes-pri.m4.
32586         (Depends-on): Add lstat and remove gettext.  Alphabetize.
32587
32588 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32589
32590         New fts module.
32591         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
32592         (setup_dir, free_dir): New functions.
32593         (enter_dir, leave_dir): Define trivial
32594         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
32595         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
32596         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
32597         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
32598         Move to fts-cycle.c.
32599         (fts_open): Use setup_dir.
32600         (fts_close): Use free_dir.
32601         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
32602         This adds a label and some gotos, but the alternatives were messier.
32603         Check for memory allocation failure when entering a dir.
32604         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
32605         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
32606         (FTS): New member fts_cycle, that is a union that contains the
32607         old active_dir_ht and cycle_state.  All uses changed to mention
32608         fts_cycle.ht and fts_cycle.state.
32609         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
32610         fts.c, with the following changes:
32611         (setup_dir, free_dir): New functions.
32612         (enter_dir): Now returns bool.  Return true if successful, false
32613         if memory exhausted.  All callers changed.
32614         Do not bother partly cleaning up on
32615         memory allocation failure; that is free_dir's job.
32616         However, free ad if hash_insert fails, to avoid memory leak.
32617         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
32618         fts->fts_options to see which union member to use.
32619
32620 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32621
32622         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
32623         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
32624
32625 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32626
32627         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
32628
32629 2005-05-20  Jim Meyering  <jim@meyering.net>
32630
32631         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
32632         Now a macro, to pacify GCC.
32633
32634 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32635
32636         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
32637         of -1.
32638
32639 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32640
32641         * lib/chown.c (rpl_chown): Return -1 on failure.
32642
32643 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32644
32645         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
32646         Don't check for stddef.h.
32647         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
32648         don't use its results.
32649         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
32650         since we include them unconditionally.  Don't require
32651         AM_STDBOOL_H, since stdbool is a prerequisite.
32652         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
32653         since we assume C89 or better.
32654         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
32655         as we don't use their results.
32656         Don't check for fchdir, memmove, memset, strrchr, as we use
32657         them unconditionally.
32658         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
32659         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
32660
32661 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32662
32663         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
32664         Include <stddef.h> unconditionally, since we assume C89 now.
32665         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
32666         * lib/fts.c: Include fts_.h first, to check interface.
32667         Do not include intprops.h; no longer needed.
32668         Include cycle-check.h and hash.h, since fts_.h no longer does.
32669         Remove unnecessary casts of closedir to void.
32670         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
32671         decide whether to decrement nlinks.
32672         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
32673         (FTS): Use struct hash_table * instead of Hash_table, so that
32674         we no longer need to include hash.h here.
32675
32676 2005-05-18  Jim Meyering  <jim@meyering.net>
32677
32678         * modules/dirfd (License): Change to LGPL.  Most of the code
32679         is already in the public domain.
32680
32681 2005-05-18  Jim Meyering  <jim@meyering.net>
32682
32683         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
32684         Reported by Yoann Vandoorselaere.
32685
32686 2005-05-17  Jim Meyering  <jim@meyering.net>
32687
32688         * m4/fts.m4: New file, from coreutils.
32689
32690 2005-05-17  Jim Meyering  <jim@meyering.net>
32691
32692         * lib/fts.c, lib/fts_.h: New files, from coreutils.
32693
32694 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32695
32696         Sync from coreutils.
32697         * m4/unlinkdir.m4: New file.
32698
32699 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32700
32701         Sync from coreutils.
32702         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
32703         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
32704         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
32705         White space changes only.
32706         * lib/makepath.c (make_path): Port to hosts where leading "//" is
32707         special.
32708         * lib/yesno.c: Include getline.h, not ctype.h.
32709         (yesno): Don't remove leading white space; POSIX doesn't allow it.
32710         Use getline to remove arbitrary restriction on response length.
32711
32712 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32713
32714         * config/srclist-update: Spell out "Street" in FSF postal
32715         mail address; this is the style the FSF seems to prefer.
32716
32717         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
32718         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
32719         this updates FSF postal mail address.
32720
32721         Sync from coreutils.
32722         * modules/unlinkdir: New file.
32723         * modules/yesno (Depends-on): Add getline.
32724         * MODULES.html.sh (File system functions): Add unlinkdir.
32725
32726 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32727
32728         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
32729         lib/strsep.h:
32730         Change the initial comment to refer to GPL, not LGPL.
32731         gnulib-tool will change it to LGPL as needed.
32732
32733         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
32734         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
32735         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
32736         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
32737         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
32738         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
32739         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
32740         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
32741         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
32742         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
32743         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
32744         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
32745         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
32746         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
32747         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
32748         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
32749         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
32750         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
32751         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
32752         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
32753         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
32754         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
32755         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
32756         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
32757         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
32758         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
32759         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
32760         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
32761         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
32762         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
32763         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
32764         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
32765         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
32766         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
32767         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
32768         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
32769         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
32770         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
32771         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
32772         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
32773         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
32774         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
32775         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
32776         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
32777         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
32778         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
32779         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
32780         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
32781         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
32782         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
32783         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32784         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
32785         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
32786         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
32787         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
32788         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
32789         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
32790         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
32791         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
32792         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
32793         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
32794         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
32795         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
32796         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
32797         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
32798         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
32799         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
32800         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
32801         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
32802         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
32803         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
32804         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
32805         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
32806         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
32807         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
32808         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
32809         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
32810         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
32811         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
32812         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
32813         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
32814         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
32815         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
32816         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
32817         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
32818         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
32819         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
32820         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
32821         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
32822         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
32823         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
32824         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
32825         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
32826         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
32827         lib/yesno.c, lib/yesno.h:
32828         Update FSF postal mail address.
32829
32830 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32831
32832         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
32833         tests/test-memmem.c, tests/test-stpncpy.c:
32834         Update FSF postal mail address.
32835
32836 2005-05-13  Bruno Haible  <bruno@clisp.org>
32837
32838         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
32839         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
32840         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
32841         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
32842         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
32843         Add support for 64-bit integers in the MSVC compiler.
32844
32845 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32846
32847         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
32848
32849 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
32850
32851         * gnulib-tool (func_import): Sort and uniquify recommended includes.
32852
32853 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
32854
32855         * doc/getdate.texi (General date syntax): Don't say that date
32856         date --iso-8601=ns generates acceptable dates; it doesn't yet.
32857         Problem reported by Nic Ferrier.
32858
32859 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32860
32861         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
32862         specified in ai_socktype. Fix invalid ai_protocol
32863         check. ai_protocol is usually set to 0 or depending on
32864         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
32865         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
32866         ai_socktype / ai_protocol in the returned addrinfo structure.
32867
32868 2005-05-10  Simon Josefsson  <jas@extundo.com>
32869
32870         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
32871         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32872
32873 2005-05-10  Karl Berry  <karl@gnu.org>
32874
32875         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
32876         (from http://www.gnu.org/licenses).
32877         * doc/COPYING.LIB: also rename to COPYING.LESSER.
32878         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
32879         fdl.texi suffices.
32880
32881 2005-05-10  Karl Berry  <karl@gnu.org>
32882
32883         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
32884         (COPYING.DOC): remove.
32885
32886         * config/srclist-update: new FSF address.
32887
32888 2005-05-10  Derek Price  <derek@ximbiot.com>
32889
32890         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
32891         possible.
32892
32893 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32894             Bruno Haible  <bruno@clisp.org>
32895
32896         * modules/inet_ntop: New file.
32897         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32898         inet_ntop.
32899
32900 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32901             Bruno Haible  <bruno@clisp.org>
32902
32903         * m4/inet_ntop.m4: New file.
32904
32905 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32906             Bruno Haible  <bruno@clisp.org>
32907
32908         * lib/inet_ntop.h: New file.
32909         * lib/inet_ntop.c: New file, from glibc with modifications.
32910
32911 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
32912
32913         * modules/time_r (License): Change to LGPL.
32914         * modules/extensions (License): Change to LGPL.  Actually,
32915         the license is more permissive than that, but currently gnulib-tool
32916         doesn't know how to handle more-permissive licenses.
32917
32918         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
32919         Problem reported by Dave Love.
32920
32921 2005-05-08  Jim Meyering  <jim@meyering.net>
32922
32923         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
32924         blank.
32925
32926 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
32927
32928         * modules/argmatch (Depends-on): Add stdbool.
32929         * modules/backupfile (Depends-on): Likewise.
32930         * modules/chdir-long (Depends-on): Likewise.
32931         * modules/closeout (Depends-on): Likewise.
32932         * modules/cycle-check (Depends-on): Likewise.
32933         * modules/dirname (Depends-on): Likewise.
32934         * modules/fnmatch (Depends-on): Likewise.
32935         * modules/fsusage (Depends-on): Likewise.
32936         * modules/fwriteerror (Depends-on): Likewise.
32937         * modules/getcwd (Depends-on): Likewise.
32938         * modules/getloadavg (Depends-on): Likewise.
32939         * modules/hard-locale (Depends-on): Likewise.
32940         * modules/makepath (Depends-on): Likewise.
32941         * modules/mountlist (Depends-on): Likewise.
32942         * modules/nanosleep (Depends-on): Likewise.
32943         * modules/posixtm (Depends-on): Likewise.
32944         * modules/quotearg (Depends-on): Likewise.
32945         * modules/readtokens (Depends-on): Likewise.
32946         * modules/readtokens0 (Depends-on): Likewise.
32947         * modules/readutmp (Depends-on): Likewise.
32948         * modules/save-cwd (Depends-on): Likewise.
32949         * modules/strftime (Depends-on): Likewise.
32950         * modules/userspec (Depends-on): Likewise.
32951         * modules/utimecmp (Depends-on): Likewise.
32952         * modules/xgetcwd (Depends-on): Likewise.
32953         * modules/xnanosleep (Depends-on): Likewise.
32954         * modules/xstrtod (Depends-on): Likewise.
32955         * modules/yesno (Depends-on): Likewise.
32956
32957 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
32958
32959         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
32960         needless checks.
32961
32962 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32963
32964         Merge from coreutils.  Among other things,
32965         add bulletproofing for cases where stdin, stdout, or stderr are closed.
32966         * lib/fd-safer.c: New file.
32967         * lib/fcntl-safer.h, open-safer.c: Remove.
32968         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
32969         * lib/dup-safer.c: Include unistd-safer.h first.
32970         Don't include errno.h.
32971         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
32972         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
32973         * lib/file-type.c: Rely on file-type.h change.
32974         * lib/getloadavg.c: Include unistd-safer.h.
32975         (getloadavg): Use safer open.
32976         * lib/getusershell.c: Include "stdio-safer.h".
32977         (getusershell): Use safer fopen.
32978         * lib/long-options.c (long_options): Use NULL rather than 0.
32979         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
32980         'free'.
32981         * lib/modechange.c: Likewise.
32982         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
32983         (MODE_DONE): New constant.
32984         (struct mode_change): Remove 'next' member.
32985         (make_node_op_equals): New function; like the old one of the
32986         same name, except it allocates an array.
32987         (mode_compile, mode_create_from_ref): Use it.
32988         (mode_compile): Allocate result as an array, not a linked list.
32989         Parse octal string ourself, so that we catch mistakes like "+0".
32990         (mode_adjust): Arg is an array, not a linked list.
32991         * lib/modechange.c: Include stat-macros.h, xalloc.h.
32992         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
32993         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
32994         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
32995         Remove.  This is now stat-macros.h's job.
32996         (talloc): Remove.  All callers replaced by xalloc, so that
32997         our invokers don't have to worry about reporting memory failures.
32998         (make_node_op_equals): Remove.
32999         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33000         New constants.
33001         (struct mode_change): Moved here from modechange.h.
33002         (mode_append_entry): Remove.
33003         (mode_compile): Remove MASKED_OPS arg, since it encouraged
33004         apps to have incorrect behavior.  Use simpler algorithm for head
33005         and tail.  Don't futz with umask; that's now the job of mode_adjust.
33006         Detect more invalid usages rather than having somewhat-random behavior.
33007         Don't insert an "a=" action, as that leads to incorrect behavior.
33008         (mode_compile, mode_create_from_ref): Return NULL on error instead
33009         of an enum, since now there's only one way to have an error.  All
33010         callers changed.
33011         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
33012         at the correct time.  Simplify calculation of "+u" and its ilk.
33013         Don't mishandle "+X".
33014         (mode_free): Remove "register" and localize decls.
33015         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33016         (struct mode_change): Move to modechange.c; callers don't
33017         need to see this stuff.
33018         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
33019         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
33020         (mode_change, mode_adjust): Reflect the new signatures noted above.
33021         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
33022         that might redefine system include files.
33023         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
33024         (my_usleep): Use NULL rather than (void *) 0.
33025         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
33026         Use siginterrupt to specify that system calls should be interrupted.
33027         (rpl_nanosleep): Move initialization of suspended closer to call of
33028         my_usleep.
33029         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
33030         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
33031         (desirable_utmp_entry): New function.
33032         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
33033         using x2nrealloc, to simplify logic.
33034         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
33035         size calculation.  Do not assume utmp file is a regular file.
33036         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
33037         (READ_UTMP_CHECK_PIDS): New constant.
33038         * lib/save-cwd.c: Include unistd-safer.h.
33039         (save_cwd): Use fd_safer.
33040         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
33041         [!_LIBC] Include "stat-macros.h" instead.
33042         * lib/unistd-safer.h (fd_safer): New decl.
33043
33044 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33045
33046         * modules/getloadavg (Depends-on): Add unistd-safer.
33047         * modules/getusershell (Depends-on): Add stdio-safer.
33048         * modules/lstat (Depends-on): Remove xalloc.
33049         * modules/mkstemp (Depends-on): Add stat-macros.
33050         * modules/modechange (Depends-on): Remove xstrtol.
33051         Add stat-macros, xalloc.
33052         * modules/save-cwd (Depends-on): Add unistd-safer.
33053         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
33054         * modules/unistd-safer (Files): Add lib/fd-safer.c
33055         (Makefile.am): Remove lib_SOURCES.
33056
33057         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
33058         Remove fcntl-safer; unistd-safer supersedes it.
33059
33060 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33061
33062         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
33063         AC_HEADER_STAT.
33064         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
33065         (gl_PREREQ_CHOWN): Remove.
33066         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
33067         it.  Don't require AC_HEADER_STAT.
33068         (gl_PREREQ_LSTAT): Remove.
33069         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
33070         Don't require AC_HEADER_STAT.
33071         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
33072         (gl_PREREQ_RMDIR): Remove.
33073         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
33074         mention stat-macros.h or AC_HEADER_STAT, since we'll make
33075         the stat-macros module a prerequisite.
33076         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
33077         * m4/filemode.m4 (gl_FILEMODE): Likewise.
33078         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
33079         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
33080         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
33081         variable names.
33082         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
33083         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
33084         variable prefixes.
33085         * m4/fcntl-safer.m4: Remove.
33086         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
33087         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
33088         Invoke gl_PREREQ_FD_SAFER.
33089         (gl_PREREQ_FD_SAFER): New macro.
33090         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
33091         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
33092         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
33093         Remove duplicate call to AC_LIBOBJ(readutmp).
33094         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
33095
33096         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
33097         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
33098
33099 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33100
33101         * MODULES.html.sh (Misc): Add byteswap.
33102
33103 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33104
33105         * modules/getcwd (Depends-on): Add extensions.
33106         * modules/openat (Depends-on): Likewise.
33107
33108 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33109
33110         * modules/byteswap: New file.
33111
33112 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33113
33114         * m4/byteswap.m4: New file.
33115
33116 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33117
33118         * lib/byteswap_.h: New file.
33119
33120 2005-04-25  Karl Berry  <karl@gnu.org>
33121
33122         * m4/gettext.m4: Update from GNU gettext 0.14.4.
33123
33124 2005-04-25  Albert Chin  <china@thewrittenword.com>
33125
33126         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
33127         Toolkit C bug.
33128
33129 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
33130
33131         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
33132         (func_ln_if_changed) Remove forcibly for no error message
33133         in case file does not exist.
33134
33135 2005-04-19  Simon Josefsson  <jas@extundo.com>
33136
33137         * gnulib-tool (Options): Make --symlink mean --symbolic.
33138
33139 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
33140
33141         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
33142
33143 2005-04-16  Simon Josefsson  <jas@extundo.com>
33144
33145         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
33146
33147 2005-04-15  Simon Josefsson  <jas@extundo.com>
33148
33149         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
33150
33151 2005-04-15  Simon Josefsson  <jas@extundo.com>
33152
33153         * gnulib-tool: Rename --symlink to --symbolic.
33154
33155 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
33156
33157         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
33158         symbolic links to files instead of copying/moving.  Add --aux-dir,
33159         specifying directory relative --dir where auxiliary build tools
33160         are placed.
33161
33162 2005-04-14  Bruno Haible  <bruno@clisp.org>
33163
33164         * modules/allocsa (License): Change to LGPL.
33165         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
33166
33167 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33168
33169         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
33170         that "UTC +1 second" continues to work.  Problem reported
33171         by Dmitry V. Levin.
33172         (relunit_snumber): New rule.
33173         (relunit): Use it.
33174
33175 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33176
33177         * lib/getdate.y (universal_time_zone_table): New constant.
33178         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
33179         universal_time_zone_table.
33180         (lookup_zone): Prefer universal_time_zone_table to
33181         local_time_zone_table, so that "GMT" time stamps are allowed in
33182         London during the summer.  Problem reported by Ian Abbott.
33183
33184 2005-04-12  Jim Meyering  <jim@meyering.net>
33185
33186         * lib/human.c (humblock): Set *options even when returning due to
33187         xstrtoumax conversion failure.  Thanks to a used-uninitialized
33188         warning from gcc-4.
33189
33190 2005-04-09  Jim Meyering  <jim@meyering.net>
33191
33192         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
33193         -Wuninitialized: initialize tm0.tm_year.
33194
33195 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
33196
33197         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
33198         count, since there's no maximum.  All uses changed.
33199         Add member dsts_seen.
33200         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
33201         not being INT_MAX.
33202         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
33203         Use pc_rels_seen to decide whther a date is absolute.
33204
33205         * lib/getdate.y (number): Don't overwrite year.
33206         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
33207         check.
33208
33209 2005-04-02  Simon Josefsson  <jas@extundo.com>
33210
33211         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
33212         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
33213
33214 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
33215
33216         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
33217         where no absolute path name can be longer than PATH_MAX.
33218
33219 2005-03-27  Jim Meyering  <jim@meyering.net>
33220
33221         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
33222
33223 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
33224
33225         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
33226         "one's complement" -> "ones' complement" in comment, as per Knuth.
33227         "value of type" -> "type or expression" in comment.
33228         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
33229
33230 2005-03-26  Jim Meyering  <jim@meyering.net>
33231
33232         Comment nits.
33233         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
33234         Correct typos: s/or/of/.
33235
33236 2005-03-26  Jim Meyering  <jim@meyering.net>
33237
33238         * modules/check-include-files: Move to ../ and rename to...
33239         * check-module: ...this.
33240
33241 2005-03-25  Jim Meyering  <jim@meyering.net>
33242
33243         * modules/xvasprintf (Files): Add xalloc.h.
33244
33245 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
33246
33247         * modules/gettext (Files): config/config.rpath ->
33248         build-aux/config.rpath
33249         * modules/iconv (Files): Likewise.
33250         Problem reported by Oskar Liljeblad.
33251
33252 2005-03-23  Jim Meyering  <jim@meyering.net>
33253
33254         * modules/check-include-files: New script to check for
33255         missing dependencies, multiple includes, etc.
33256
33257         * modules/c-strtold (Depends-on): Add xalloc.
33258         * modules/c-strtod (Depends-on): Add xalloc.
33259         * modules/hash (Depends-on): Add xalloc.
33260         (Files): Remove lib/xalloc.h.
33261
33262         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
33263         * modules/userspec (Files): Add lib/inttostr.h.
33264
33265 2005-03-23  Jim Meyering  <jim@meyering.net>
33266
33267         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
33268
33269 2005-03-22  Jim Meyering  <jim@meyering.net>
33270
33271         * modules/stat-macros: New module.
33272         * modules/canonicalize, modules/euidaccess, modules/file-type,
33273         * modules/filemode, modules/lchown, modules/makepath,
33274         * modules/rmdir, modules/stat: Depend on new stat-macros module
33275         rather than listing lib/stat-macros.h manually.
33276         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
33277
33278 2005-03-22  Jim Meyering  <jim@meyering.net>
33279
33280         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
33281
33282 2005-03-22  Bruno Haible  <bruno@clisp.org>
33283
33284         * config/srclist.txt: Replace target directory 'config' with
33285         'build-aux'.
33286         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
33287         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
33288         ../build-aux/.
33289
33290 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
33291
33292         * modules/chdir-long (Depends-on): Add mempcpy.
33293
33294         * modules/acl, modules/backupfile, modules/c-strtod,
33295         modules/c-strtold, modules/canon-host, modules/canonicalize,
33296         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
33297         modules/exclude, modules/exitfail, modules/file-type,
33298         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
33299         modules/getdate, modules/getline, modules/getpagesize,
33300         modules/getpass, modules/getugroups, modules/group-member,
33301         modules/hard-locale, modules/hash, modules/human, modules/idcache,
33302         modules/inttostr, modules/long-options, modules/makepath,
33303         modules/md5, modules/memcasecmp, modules/memcoll,
33304         modules/modechange, modules/mountlist, modules/path-concat,
33305         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
33306         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
33307         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
33308         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
33309         modules/strftime, modules/strndup, modules/strverscmp,
33310         modules/timespec, modules/unlocked-io, modules/userspec,
33311         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
33312         modules/yesno:
33313         Remove lib_SOURCES line from Makefile.am section, as this is now
33314         done automatically by the corresponding Autoconf macro.
33315
33316 2005-03-21  Jim Meyering  <jim@meyering.net>
33317
33318         Changes imported from coreutils.
33319
33320         * lib/cycle-check.c: Don't include xalloc.h.
33321
33322         * lib/path-concat.c: Don't include assert.h.
33323         (path_concat): Remove assertion that would have triggered
33324         for ABASE starting with more than one slash.
33325         Reported by Andreas Schwab.
33326
33327         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
33328         properly when ABASE is an absolute file name.
33329         Correct the description of this function.
33330         Include <assert.h>.
33331         Add an assertion and a test driver.
33332         This fixes a bug introduced on 2004-07-02.
33333         Andreas Schwab reported the resulting failure of cp --parents:
33334         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
33335
33336 2005-03-21  Jim Meyering  <jim@meyering.net>
33337
33338         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
33339         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
33340
33341 2005-03-21  Jim Meyering  <jim@meyering.net>
33342         and  Paul Eggert  <eggert@cs.ucla.edu>
33343
33344         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
33345         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
33346         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
33347         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
33348         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
33349         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
33350         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
33351         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
33352         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
33353         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
33354         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
33355         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
33356         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
33357         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
33358         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
33359         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
33360         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
33361         for these modules.
33362
33363 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
33364
33365         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
33366         (which shouldn't happen), generate nothing instead of returning 0
33367         immediately, so that nstrftime (NULL, ...) doesn't return 0.
33368
33369 2005-03-16  Bruno Haible  <bruno@clisp.org>
33370
33371         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
33372         HAVE_LONGLONG_64BIT.
33373
33374 2005-03-16  Bruno Haible  <bruno@clisp.org>
33375
33376         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
33377         HAVE_LONGLONG_64BIT.
33378
33379 2005-03-16  Bruno Haible  <bruno@clisp.org>
33380
33381         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
33382         HAVE_LONGLONG_64BIT.
33383
33384 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33385
33386         * lib/strftime.c (my_strftime): Prepend space to format so that we can
33387         reliably distinguish strftime failure from empty output on POSIX
33388         hosts.
33389
33390 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33391
33392         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
33393         (iconv_string): Don't guess a size-zero buffer, as that might cause
33394         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
33395         result would be 'too large', where 'too large' is (heuristically)
33396         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
33397         overflow concerns.  This will prevent some unwanted malloc failures
33398         when the inputs are very large.
33399
33400 2005-03-15  Karl Berry  <karl@gnu.org>
33401
33402         * config/srclist.txt (config.rpath): from gettext.
33403         * config/config.rpath: update.
33404
33405 2005-03-15  Bruno Haible  <bruno@clisp.org>
33406
33407         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
33408         to 'negate'.
33409
33410         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
33411         variable.
33412
33413         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
33414         results.
33415
33416 2005-03-14  Simon Josefsson  <jas@extundo.com>
33417
33418         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
33419         <fx@gnu.org>.
33420
33421 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
33422
33423         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
33424         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
33425         intprops.h.
33426         * lib/strtol.c: Likewise.
33427
33428 2005-03-14  Jim Meyering  <jim@meyering.net>
33429
33430         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
33431         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
33432         to be nonzero so that we (and caller) can detect the difference
33433         between a valid zero-length expansion and an error return, even
33434         when the underlying strftime fails before writing anything into
33435         that location.
33436
33437 2005-03-14  Bruno Haible  <bruno@clisp.org>
33438
33439         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
33440         Update from GNU gettext 0.14.3.
33441
33442 2005-03-10  Jim Meyering  <jim@meyering.net>
33443
33444         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
33445
33446 2005-03-10  Jim Meyering  <jim@meyering.net>
33447
33448         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
33449         so that this module works on systems without fchdir.
33450
33451 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
33452
33453         Factor int-properties macros into a single file, except for
33454         glibc-related files.
33455         * lib/intprops.h: New file.
33456         * lib/getloadavg.c: Include it instead of limits.h.
33457         (INT_STRLEN_BOUND): Remove.
33458         * lib/human.c: Include intprops.h.
33459         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
33460         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
33461         302/1000.
33462         * lib/inttostr.h: Include intprops.h instead of limits.h.
33463         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
33464         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
33465         for consistency with intprops.h.
33466         (time_t_is_integer, twos_complement_arithmetic): Use them.
33467         * lib/sig2str.h: Include <signal.h>, intprops.h.
33468         (INT_STRLEN_BOUND): Remove.
33469         * lib/strftime.c (TYPE_SIGNED): Remove.
33470         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
33471         * lib/strtol.c: Adjust comments to match intprops.h.
33472         * lib/userspec.c: Include intprops.h.
33473         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
33474         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
33475         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
33476         instead of rolling our own expressions.
33477         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
33478
33479         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
33480         instead of int.
33481         (my_strftime): Do not mishandle years close to INT_MAX, by doing
33482         the right thing even if adding 1900 would overflow.  Similarly
33483         for tm_mon + 1 and tm_yday + 1.
33484         Make %Y always equivalent to %C%y, and similarly for %G and %g.
33485         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
33486         (DO_SIGNED_NUMBER): New macro.
33487         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
33488
33489 2005-03-07  Bruno Haible  <bruno@clisp.org>
33490
33491         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
33492
33493 2005-03-07  Bruno Haible  <bruno@clisp.org>
33494
33495         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
33496
33497 2005-03-04  Derek R. Price  <derek@ximbiot.com>
33498
33499         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
33500         (func_import): Only replace files via --import when they have actually
33501         changed.
33502
33503 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33504
33505         * m4/mmap-anon.m4: New file.
33506         * m4/pagealign_alloc.m4: New file.
33507
33508 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33509             Bruno Haible  <bruno@clisp.org>
33510
33511         * modules/pagealign_alloc: New file.
33512         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
33513
33514 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33515             Bruno Haible  <bruno@clisp.org>
33516
33517         * lib/pagealign_alloc.h: New file.
33518         * lib/pagealign_alloc.c: New file.
33519
33520 2005-03-03  Bruno Haible  <bruno@clisp.org>
33521
33522         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
33523         Use an all-permissive copyright notice, recommended by RMS.
33524
33525 2005-03-02  Bruno Haible  <bruno@clisp.org>
33526
33527         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
33528         of AIX, the replacement has to be done only after <string.h> is
33529         included, therefore not in config.h. stpncpy.h does the replacement,
33530         and stpncpy.c uses it.
33531
33532 2005-03-02  Bruno Haible  <bruno@clisp.org>
33533
33534         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
33535         stpncpy.c uses it.
33536
33537 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33538
33539         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
33540         The workaround isn't strictly needed for POSIX conformance, and
33541         it's too much of a pain to configure and maintain.  We'll ask
33542         people to fix their kernels instead.
33543         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
33544         (NANOSLEEP_BUG_WORKAROUND): Remove.
33545         (xnanosleep): Remove the workaround.
33546
33547 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33548
33549         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
33550         Reported by Derek Price.
33551         (Include): Add "timespec.h".
33552
33553         * modules/xnanosleep (Depends-on): Remove gethrxtime.
33554
33555 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33556
33557         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
33558         to detect nanosleep bug.
33559
33560 2005-03-01  Bruno Haible  <bruno@clisp.org>
33561
33562         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
33563
33564 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33565
33566         * modules/gethrxtime: New file.
33567         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
33568         (Depends-on): Add gethrxtime.
33569         (configure.ac): Add gl_XNANOSLEEP.
33570         (Makefile.am): Remove lib_SOURCES line.
33571
33572 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33573
33574         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
33575         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
33576
33577 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33578
33579         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
33580         * lib/timespec.h (gettime): Return void, since it always
33581         succeeds now.  All uses changed.
33582         * lib/gettime.c (gettime) Likewise.
33583         [HAVE_NANOTIME]: Prefer nanotime.
33584         Assume gettimeofday succeeds, as POSIX requires.
33585         Assime time () succeeds, since other code already does.
33586         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
33587         (timespec_subtract): Remove.
33588         (NANOSLEEP_BUG_WORKAROUND): New constant.
33589         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
33590         things considerably.  Use it only on GNU/Linux hosts, since the
33591         workaround shouldn't be needed elsewhere.
33592
33593 2005-02-24  Bruno Haible  <bruno@clisp.org>
33594
33595         * modules/gettext (Files): Add m4/glibc2.m4.
33596
33597 2005-02-24  Bruno Haible  <bruno@clisp.org>
33598
33599         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
33600         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
33601         * m4/progtest.m4:
33602         Update from GNU gettext 0.14.2.
33603         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
33604
33605 2005-02-24  Bruno Haible  <bruno@clisp.org>
33606
33607         * lib/localcharset.c: Update from GNU gettext 0.14.2.
33608         * lib/config.charset: Update from GNU gettext 0.14.2.
33609
33610 2005-02-24  Bruno Haible  <bruno@clisp.org>
33611
33612         * lib/gettext.h: Update from GNU gettext 0.14.2.
33613
33614 2005-02-23  Simon Josefsson  <jas@extundo.com>
33615
33616         * m4/iconvme.m4: New file.
33617
33618 2005-02-23  Jim Meyering  <jim@meyering.net>
33619
33620         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
33621         change.
33622         Thanks to Bruno Haible for catching it.
33623
33624 2005-02-22  Simon Josefsson  <jas@extundo.com>
33625
33626         * modules/iconvme: New file.
33627
33628         * MODULES.html.sh: Add iconvme.
33629
33630 2005-02-22  Simon Josefsson  <jas@extundo.com>
33631
33632         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
33633
33634 2005-02-22  Simon Josefsson  <jas@extundo.com>
33635
33636         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
33637
33638 2005-02-22  Jim Meyering  <jim@meyering.net>
33639
33640         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
33641         s/ifndef/ifdef/.
33642
33643 2005-02-20  Neil Conway  <neilc@samurai.com>
33644
33645         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
33646         returned by OSX/Darwin if the specified buffer is not large
33647         enough for the hostname.
33648
33649 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33650
33651         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
33652         pass it to _help, otherwise the latter coredumps trying to
33653         dereference state.root_argp.
33654
33655 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33656
33657         * modules/chdir-long (Depends-on): Add memrchr.
33658         * modules/memrchr (Files): Add lib/memrchr.h.
33659         (Include): "memrchr.h".
33660
33661 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33662
33663         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
33664
33665 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33666
33667         * lib/memrchr.h: New file.
33668         * lib/chdir-long.c: Include it.
33669         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
33670         Don't bother including stddef.h.
33671
33672 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
33673
33674         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
33675         inclusion.
33676         Include <sys/types.h>, for dev_t.
33677         (ME_DUMMY, ME_REMOTE): Move from here....
33678         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
33679         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
33680         Dmitry V. Levin.
33681         Include mountlist.h first, to test the interface.
33682
33683 2005-01-29  Bruno Haible  <bruno@clisp.org>
33684
33685         * lib/progname.c (program_name): Initialize.
33686         Needed when linking statically on MacOS X.
33687
33688 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33689
33690         Sync from coreutils.
33691         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
33692         (Depends-on): Add c-strtod.
33693         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
33694
33695 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33696
33697         Sync from coreutils.
33698         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
33699
33700         Remove files that are specific to coreutils.
33701         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
33702
33703 2005-01-28  Bruno Haible  <bruno@clisp.org>
33704
33705         * modules/javacomp: New file.
33706         * MODULES.html.sh (Java): Add javacomp.
33707
33708 2005-01-28  Bruno Haible  <bruno@clisp.org>
33709
33710         * m4/javacomp.m4: New file, from GNU gettext.
33711
33712 2005-01-28  Bruno Haible  <bruno@clisp.org>
33713
33714         * lib/javacomp.sh.in: New file, from GNU gettext.
33715         * lib/javacomp.h: New file, from GNU gettext.
33716         * lib/javacomp.c: New file, from GNU gettext.
33717
33718 2005-01-26  Simon Josefsson  <jas@extundo.com>
33719
33720         * lib/gai_strerror.c: Use GPL in header.
33721
33722 2005-01-26  Bruno Haible  <bruno@clisp.org>
33723
33724         * modules/javaexec: New file.
33725         * MODULES.html.sh (Java): Add javaexec.
33726
33727 2005-01-26  Bruno Haible  <bruno@clisp.org>
33728
33729         * m4/javaexec.m4: New file, from GNU gettext.
33730
33731 2005-01-26  Bruno Haible  <bruno@clisp.org>
33732
33733         * lib/javaexec.sh.in: New file, from GNU gettext.
33734         * lib/javaexec.h: New file, from GNU gettext.
33735         * lib/javaexec.c: New file, from GNU gettext.
33736
33737 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33738
33739         * modules/lchown (Depends-on): Remove lchown.h
33740
33741 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33742
33743         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
33744         must be defined if the header file was not found, in order
33745         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
33746
33747 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33748
33749         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
33750         initializers for struct pentry_state.
33751         (__argp_error): Check return value of __asprintf
33752         (__argp_failure): Translate error message
33753
33754         * lib/argp-parse.c: Removed braces around the expansion of N_()
33755
33756 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33757
33758         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
33759         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
33760         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
33761         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
33762         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
33763         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
33764         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
33765         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
33766         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
33767         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
33768         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
33769         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
33770         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
33771         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
33772         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
33773         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
33774         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
33775         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
33776         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
33777         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
33778         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
33779         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
33780         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
33781         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
33782         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
33783         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
33784         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
33785         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
33786         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
33787         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
33788         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
33789         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
33790         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
33791         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
33792         xstrtol.m4, xstrtoumax.m4, yesno.m4:
33793         Use an all-permissive copyright notice, recommended by RMS.
33794
33795 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
33796
33797         * modules/chdir-long (Depends-on): Remove mempcpy.
33798
33799 2005-01-21  Jim Meyering  <jim@meyering.net>
33800
33801         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
33802         same value as for Solaris 9.
33803
33804         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
33805         component length.  This included changing the parameter to be
33806         of type `char *' rather than `char const *'.
33807         * lib/chdir-long.h (chdir_long): Update prototype.
33808
33809         * lib/openat.c (fdopendir, fstatat): New functions.
33810         * lib/openat.h: Include headers required for use of DIR and struct
33811         stat.
33812         [AT_SYMLINK_NOFOLLOW]: Define.
33813         (fdopendir, fstatat): Add prototypes.
33814
33815 2005-01-21  Bruno Haible  <bruno@clisp.org>
33816
33817         * modules/classpath: New file.
33818         * MODULES.html.sh (Java): Add classpath.
33819
33820 2005-01-21  Bruno Haible  <bruno@clisp.org>
33821
33822         * lib/classpath.h: New file, from GNU gettext.
33823         * lib/classpath.c: New file, from GNU gettext.
33824
33825 2005-01-20  Simon Josefsson  <jas@extundo.com>
33826
33827         * modules/version-etc-fsf: New file.
33828
33829 2005-01-20  Simon Josefsson  <jas@extundo.com>
33830
33831         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
33832         * lib/version-etc.c: Remove version_etc_copyright.
33833         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
33834         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
33835
33836 2005-01-20  Simon Josefsson  <jas@extundo.com>
33837
33838         * lib/base64.h (isbase64): Add.
33839
33840         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
33841         using a unsigned prototype, don't inline.
33842         (base64_decode): Use it.
33843
33844 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33845
33846         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
33847         it.
33848
33849 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33850
33851         * lib/save-cwd.c (save_cwd): Remove code to support the case
33852         where fchdir is missing or flaky.
33853
33854 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33855
33856         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
33857
33858 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
33859
33860         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
33861         AC_LIBSOURCES now does this.
33862         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
33863         with new ullong_max module.
33864
33865 2005-01-19  Bruno Haible  <bruno@clisp.org>
33866
33867         * modules/sh-quote: New file.
33868         * MODULES.html.sh (Executing programs): Add sh-quote.
33869
33870 2005-01-19  Bruno Haible  <bruno@clisp.org>
33871
33872         * lib/sh-quote.h: New file, from GNU gettext.
33873         * lib/sh-quote.c: New file, from GNU gettext.
33874
33875 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33876
33877         Merge from coreutils.
33878         * m4/ullong_max.m4: New file.
33879         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
33880         (gl_MACROS): Assume localeconv exists.
33881
33882 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33883
33884         Merge changes from coreutils, as described below in several
33885         changelogs dated today.
33886
33887         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
33888         (O_DIRECTORY): Remove; not needed here, since "." must be
33889         a directory.  All uses removed.
33890         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
33891         universal on Suns, and we also need to test for IRIX.
33892         Revamp code to use 'if' rather than '#if'.
33893         Avoid unnecessary comparison of cwd->desc to 0.
33894
33895         * lib/utimens.c (futimens): Robustify the previous patch, by checking
33896         for known valid error numbers rather than observed invalid ones.
33897
33898 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33899
33900         * modules/ullong_max: New file.
33901
33902         * modules/chdir-long, modules/openat: New files.
33903         * modules/save-cwd (Depends-on): Depend on chdir-long.
33904         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
33905
33906 2005-01-18  Jim Meyering  <jim@meyering.net>
33907
33908         Merge from coreutils.
33909         * m4/chdir-long.m4, m4/openat.m4: New files.
33910         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
33911         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
33912         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
33913         is sane and DOES follow symlinks.  Besides, testing 20 different
33914         systems found no broken chown implementations.
33915         Prompted by a change in rsync's copy of this macro.
33916         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
33917
33918         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
33919
33920         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
33921         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
33922         NULL-means-set-to-current-time semantics.
33923         Remove temporary file immediately, rather than waiting
33924         for configure's at-exit trap code to do it.
33925
33926 2005-01-18  Jim Meyering  <jim@meyering.net>
33927
33928         * lib/version-etc.c (version_etc_copyright): Update copyright date.
33929
33930         * lib/utimens.c (futimens): Account for the fact that futimes
33931         can also fail with errno == ENOSYS or errno == ENOENT.
33932         Patch from Dmitry V. Levin.
33933
33934         Change the name of the robust chdir function from chdir to chdir_long.
33935         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
33936         (restore_cwd): Use chdir_long, not chdir.
33937         * lib/chdir-long.c: Renamed from chdir.c.
33938         * lib/chdir-long.h: Renamed from chdir.h.
33939         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
33940         Hurd.
33941
33942 2005-01-18  Bruno Haible  <bruno@clisp.org>
33943
33944         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
33945         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
33946         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
33947         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
33948         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
33949         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
33950         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
33951         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
33952         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
33953         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
33954         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
33955         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
33956         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
33957         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
33958         Use an all-permissive copyright notice, recommended by RMS.
33959
33960 2005-01-18  Bob Proulx  <bob@proulx.com>
33961
33962         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
33963         simplify offsetof() macro construct to avoid compile failure with
33964         native HP-UX 11.0 ANSI C compiler.
33965
33966 2005-01-17  Bruno Haible  <bruno@clisp.org>
33967
33968         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
33969         redundant because stpncpy.m4 takes care of it.
33970
33971 2005-01-17  Bruno Haible  <bruno@clisp.org>
33972
33973         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
33974
33975 2005-01-17  Bruno Haible  <bruno@clisp.org>
33976
33977         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
33978         used.
33979
33980 2005-01-17  Bruno Haible  <bruno@clisp.org>
33981
33982         * lib/fwriteerror.h (fwriteerror): Change specification to include
33983         fclose.
33984         * lib/fwriteerror.c: Include <stdbool.h>.
33985         (fwriteerror): At the end, close the file stream. Record whether
33986         stdout was already closed.
33987
33988 2005-01-17  Bruno Haible  <bruno@clisp.org>
33989
33990         * lib/execute.c (environ): Declare if needed.
33991         * lib/pipe.c (environ): Likewise.
33992         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
33993
33994 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33995
33996         * modules/argp: Depend on vsnprintf
33997
33998 2005-01-10  Jim Meyering  <jim@meyering.net>
33999
34000         * modules/closeout (Depends-on): Add atexit.
34001
34002 2005-01-06  Bruno Haible  <bruno@clisp.org>
34003
34004         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
34005
34006 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34007
34008         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
34009         definitions to be after all include files, to avoid collisions.
34010         Problem reported by Bob Proulx.
34011
34012 2005-01-04  Jim Meyering  <jim@meyering.net>
34013
34014         Changes imported from coreutils.
34015         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
34016         as the mkstemp template, use a temporary directory and an
34017         8.3-friendly template to avoid trouble on systems like DJGPP.
34018         Reported by Juan M. Guerrero via Stepan Kasal.
34019         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
34020         close. Remove the temporary directory right away, rather than waiting
34021         for configure's at-exit trap code to do it.
34022         Suggestion from Stepan Kasal.
34023
34024 2005-01-01  Simon Josefsson  <jas@extundo.com>
34025
34026         * gnulib-tool: Print #include directives when --import'ing.
34027
34028 2004-12-28  Simon Josefsson  <jas@extundo.com>
34029
34030         * tests/test-base64.c: Include required header files.  Remove
34031         unused variables.
34032
34033 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34034
34035         * modules/error (Depends-on): Remove gettext.
34036
34037 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34038
34039         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
34040         not needed.  This removes a dependency on the gettext module.
34041         [defined _LIBC]: Do not include <libintl.h>; not needed.
34042
34043 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34044
34045         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
34046         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
34047
34048 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34049
34050         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
34051         HAVE_DECL_STRTOLD.
34052
34053 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34054
34055         * modules/getdate (Depends-on): Remove alloca-opt.
34056
34057 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34058
34059         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
34060
34061 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34062
34063         * lib/argp-parse.c: Include <stddef.h>.
34064         (alignof, alignto): New macros.
34065         (parser_init): Don't assume that void * is aligned sufficiently
34066         for struct option.
34067
34068         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
34069         need to extend the stack.
34070         (YYINITDEPTH): New macro, so that the initial stack isn't overly
34071         large.
34072
34073 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34074
34075         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
34076
34077 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34078
34079         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
34080         (2004-10-24) change.  Apparently this was a false alarm.
34081
34082         * modules/getdate: Depend on alloca-opt, not alloca.
34083
34084 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34085
34086         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
34087         Remove now-obsolete comment about AIX.
34088         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
34089         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
34090         (YYMAXDEPTH): New macro.
34091
34092 2004-12-18  Simon Josefsson  <jas@extundo.com>
34093
34094         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
34095
34096 2004-12-18  Bruno Haible  <bruno@clisp.org>
34097
34098         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
34099
34100 2004-12-18  Bruno Haible  <bruno@clisp.org>
34101
34102         * lib/fatal-signal.c (fatal_signals): Make non-const.
34103         (init_fatal_signals): New function.
34104         (uninstall_handlers, install_handlers): Ignore signals that were set to
34105         SIG_IGN.
34106         (at_fatal_signal): Call init_fatal_signals.
34107         (init_fatal_signal_set): Likewise. Ignore signals that were set to
34108         SIG_IGN.
34109         Reported by Paul Eggert.
34110
34111 2004-12-18  Bruno Haible  <bruno@clisp.org>
34112
34113         * doc/alloca.texi: New file.
34114         * doc/alloca-opt.texi: New file.
34115
34116 2004-12-17  Jim Meyering  <jim@meyering.net>
34117
34118         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
34119         Otherwise, install-sh could exit with improper exit status when
34120         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
34121
34122 2004-12-16  Simon Josefsson  <jas@extundo.com>
34123
34124         * tests/test-base64.c: Add license.
34125
34126 2004-12-15  Stepan Kasal  <address@hidden>
34127
34128         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
34129
34130 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
34131
34132         * modules/getcwd (Files): Add m4/d-ino.m4.
34133         Suggested by Mark D. Baushke.
34134
34135 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34136
34137         * lib/getdate.y (textint): New member "negative".
34138         (time_zone_hhmm): New function.
34139         Expect 14 shift-reduce conflicts, not 13.
34140         (o_colon_minutes): New rule.
34141         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
34142         (yylex): Set the "negative" member of signed numbers.
34143
34144 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34145
34146         * doc/getdate.texi (Time of day items, Time zone items):
34147         Describe new formats +00:00, UTC+00:00.
34148
34149 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
34150
34151         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
34152         spurious "-l"s.  Problem reported by Stepan Kasal.
34153
34154 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
34155
34156         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
34157         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
34158
34159 2004-12-04  Simon Josefsson  <jas@extundo.com>
34160
34161         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
34162         Vandoorselaere <yoann@prelude-ids.org>.
34163
34164 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34165
34166         Changes imported from coreutils.
34167         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
34168         exist.
34169         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
34170
34171 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34172
34173         Changes imported from coreutils.
34174         * lib/hard-locale.c: Assume <locale.h> exists.
34175         Include "strdup.h".
34176         (GLIBC_VERSION): New macro.
34177         (hard_locale): Assume setlocale exists.
34178         Rewrite to avoid #ifdef.
34179         Use strdup rather than malloc + strcpy.
34180         * lib/human.c: Assume <locale.h> exists.
34181         (human_readable): Assume localeconv exists.
34182
34183 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34184
34185         * modules/hard-locale (Depends-on): Add strdup.
34186
34187 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
34188
34189         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
34190         convert T2, not T.  (Imported from libc.)
34191
34192 2004-11-30  Simon Josefsson  <jas@extundo.com>
34193
34194         * modules/restrict (License): Change to LGPL.
34195
34196 2004-11-30  Simon Josefsson  <jas@extundo.com>
34197
34198         * m4/restrict.m4: Add copyright and copying conditions.
34199
34200 2004-11-30  Simon Josefsson  <jas@extundo.com>
34201
34202         * m4/base64.m4: New file.
34203
34204 2004-11-30  Simon Josefsson  <jas@extundo.com>
34205
34206         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
34207         base64.
34208
34209         * tests/test-base64.c: New file.
34210
34211         * modules/base64: New file.
34212
34213 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34214
34215         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
34216         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
34217
34218         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
34219
34220 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34221
34222         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
34223         (__getcwd.c): Don't restore errno; glibc doesn't.
34224         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
34225         first, falling back to our code only if its results look suspicious.
34226         Ensure that the resulting buffer is only as large as necessary.
34227
34228         * lib/readutmp.c: Include readutmp.h first.
34229         Include <errno.h>, since readutmp.h no longer does that.
34230         * lib/readutmp.h: Don't include <errno.h>,
34231         <sys/param.h>, <time.h>; not needed to establish interface.
34232         (errno): Remove decl.
34233         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
34234         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
34235         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
34236
34237 2004-11-28  Simon Josefsson  <jas@extundo.com>
34238
34239         * lib/base64.h, base64.c: New file.
34240
34241 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
34242
34243         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
34244
34245 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
34246
34247         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
34248         (Depends-on): Remove pathmax, same.  Add mempcpy.
34249         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
34250         (Makefile.am): Append getcwd.h to lib_SOURCES.
34251         (Include): Add getcwd.h.
34252         (Maintainer): Change from Jim Meyering to "all, glibc",
34253         since getdate now uses intended-for-glibc code.
34254         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
34255         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
34256
34257 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34258
34259         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
34260         HP's ANSI C compiler.
34261         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
34262         Declaring int functions causes warnings on some modern systems and
34263         shouldn't be needed to compile on ancient ones.
34264         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
34265         defined.
34266
34267         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
34268         with the following changes.
34269         (__set_errno): Parenthesize properly.
34270         Include <stdbool.h>.
34271         (MIN, MAX, MATCHING_INO): New macros.
34272         (__getcwd): Define with prototype, not K&R form.
34273         Use heuristics to allocate default buffer on stack if possible.
34274         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
34275         behavior, and to avoid the PATH_MAX limit when computing
34276         ../../../../...
34277         Use MATCHING_INO to compare inode number to file.
34278         Check for arithmetic overflow in size calculations.
34279         Fix bug in reallocation of dot array that caused getcwd to fail
34280         on directories nested deeper than 75.
34281         Be more careful about saving errno on error.
34282         Do not use realloc; use only free+malloc, as this is a bit
34283         more flexible and avoids a needless copy operation.
34284         Do not inspect st_dev and st_ino for symbolic links; POSIX
34285         doesn't specify the latter.
34286         Check for closedir errors.
34287         Avoid needless casts.
34288         Use "#ifdef weak_alias" around weak_alias, to be like other
34289         glibc code.
34290         The following changes to getcwd.c have effect only when used in
34291         gnulib; they have no effect inside glibc proper.
34292         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
34293         as alloca isn't used.
34294         (alloca, __alloca): Likewise.
34295         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
34296         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
34297         unconditionally, as gnulib assumes C89 or better.
34298         Do not include <sys/param.h>.
34299         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
34300         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
34301         better.
34302         (NULL) [!defined NULL]: Remove; we assume C89 or better.
34303         Include <dirent.h> in a way that is compatible with modern Autoconf.
34304         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
34305         New macros, if not already defined.
34306         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
34307         Use "_LIBC", not "defined _LIBC", for consistency.
34308         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
34309         a mempcpy module.
34310         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
34311         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
34312         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
34313         credit only to Jim Meyering and adjust the copyright dates.
34314         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
34315         <stdlib.h>, <unistd.h>, "pathmax.h".
34316         Instead, include "xgetcwd.h" (first) and "getcwd.h".
34317         (INITIAL_BUFFER_SIZE): Remove.
34318         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
34319
34320 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34321
34322         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
34323         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
34324         Use the _ONCE methods, for efficiency.
34325         Check for fcntl.h.  In test program, include <errno.h>
34326         and <fcntl.h> if available.  Remove old K&R cruft from
34327         test program.  Check for common errors in GNU/Linux,
34328         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
34329         don't do AC_LIBOBJ, as that's getcwd.m4's job.
34330         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
34331         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
34332         name accordingly.
34333         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
34334         accommodate new getcwd.c.
34335         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
34336         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
34337         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
34338         that's all we need now.
34339
34340 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34341
34342         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
34343         argp-parse.c depends on getopt internals, that means we should
34344         always use our getopt, to be on the safe side.
34345         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
34346         order not to spoil the result of an eventual previous invocation
34347         of gl_GETOPT_SUBSTITUTE.
34348
34349 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34350
34351         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
34352         redefinition warnings. To avoid them, include the defines
34353         in `#if !defined __need_getopt ... #endif'. The only place
34354         where __getopt_argv_const is used is in definitions
34355         of getopt_long and getopt_long_only below, which are as well
34356         protected by `#ifndef __need_getopt'.
34357         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
34358         __need_getopt after including <stdio.h> and <unistd.h> These
34359         headers might have defined it.
34360
34361 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34362
34363         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
34364
34365 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34366
34367         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
34368         (futimens): New function, which uses futimes if available.
34369         (futimens, utimens): Support timespec==NULL, with same semantics
34370         as utime and utimens.
34371         * lib/utimens.h (futimens): New decl.
34372
34373 2004-11-23  Jim Meyering  <jim@meyering.net>
34374
34375         * lib/getopt_.h: Remove trailing blanks.
34376
34377 2004-11-23  Jim Meyering  <jim@meyering.net>
34378
34379         * lib/__fpending.c: Add comment.
34380
34381 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
34382
34383         * modules/canonicalize (Depends-on): Add xreadlink.
34384         Problem reported by James Youngman.
34385
34386 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34387
34388         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
34389         New macros.
34390         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
34391         optopt): Use them instead of invoking ## directly; otherwise, the
34392         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
34393
34394 2004-11-19  Bruno Haible  <bruno@clisp.org>
34395
34396         * lib/strtok_r.c: Move comments from here...
34397         * lib/strtok_r.h: ... to here.
34398
34399 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34400
34401         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
34402         implementations that mishandle size_t overflow.
34403
34404 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34405
34406         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
34407         might fail.  Problem reported by Yoann Vandoorselaere.
34408         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
34409         implementations that mishandle size_t overflow.
34410
34411 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34412
34413         * modules/canon-host (Depends-on): Add strdup.
34414
34415 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34416
34417         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
34418
34419 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34420
34421         * lib/canon-host.c: Include "strdup.h".
34422         (canon_host): Use getaddrinfo if available, so that IPv6 works.
34423         Use strdup instead of malloc/strcpy to duplicate strings.
34424
34425         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
34426         (human_space_before_unit): New constant.
34427         * lib/human.c (human_readable): Support it.
34428
34429         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
34430         (xgetcwd): Set errno correctly when failing.
34431         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
34432         the failure is actually due to a PATH_MAX problem.
34433
34434         Further getopt changes to make it more likely that glibc will
34435         buy the changes back.
34436         * lib/getopt.c (POSIXLY_CORRECT): New constant.
34437         (getopt): Use it, so to preserve glibc semantic
34438         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
34439         when compiling for libc.
34440         * lib/getopt_.h (__getopt_argv_const): Bring it back.
34441         (getopt_long, getopt_long_only): Use it.
34442
34443         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34444         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
34445         (getopt): Argv is now char * const *, as per standard.
34446         (_getopt_internal_r, _getopt_internal): Argv is now char **,
34447         not char *__getopt_argv_const *.
34448         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34449         _getopt_long_only_r): Likewise.
34450         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
34451         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34452         _getopt_long_r, _getopt_long_only_r): Likewise.
34453         * lib/getopt_.h (__getopt_argv_const): Remove.
34454         (getopt): Argv is now char * const *, as per standard.
34455
34456         * lib/getdate.y (tORDINAL): New token.
34457         (day, relunit): Allow it for relative times.
34458         (relative_time_table): Use tORDINAL for ordinals.
34459
34460 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34461
34462         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
34463         Document that "second" isn't allowed as an ordinal number.
34464
34465 2004-11-16  Jim Meyering  <jim@meyering.net>
34466
34467         * modules/closeout (Depends-on): Add fpending.
34468
34469 2004-11-15  Jim Meyering  <jim@meyering.net>
34470
34471         * lib/closeout.c: Include "__fpending.h" once again.
34472         Include <stdbool.h>.
34473         (close_stdout): Don't fail just because stdout was closed initially,
34474         since some programs don't write to stdout in the normal course of
34475         operation (other than --version and --help), and we don't want this
34476         function to make e.g. `touch file >&-' fail.
34477         But do fail if it was closed and someone has tried to write to it.
34478         E.g., `printf foo >&-' must fail.
34479
34480 2004-11-13  Jim Meyering  <jim@meyering.net>
34481
34482         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
34483
34484 2004-11-12  Simon Josefsson  <jas@extundo.com>
34485
34486         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
34487         small doc fix is still pending.
34488
34489 2004-11-11  Simon Josefsson  <jas@extundo.com>
34490
34491         * modules/strtok_r: New file.
34492
34493         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34494         strtok_r.
34495
34496 2004-11-11  Simon Josefsson  <jas@extundo.com>
34497
34498         * m4/strtok_r.m4: New file.
34499
34500         * m4/getopt.m4: Replace opterr.
34501
34502 2004-11-11  Simon Josefsson  <jas@extundo.com>
34503
34504         * lib/strtok_r.h, strtok_r.c: New file.
34505
34506 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34507
34508         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
34509         of replacing opterr, getopt, etc.  This should handle the
34510         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
34511
34512 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34513
34514         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
34515         we can stop lying to compilers about the constness of argv when we
34516         are compiled outside glibc.
34517         (getopt, getopt_long, getopt_long_only): Use it.
34518         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34519         _getopt_internal, getopt): Likewise.
34520         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34521         _getopt_long_only_r): Likewise.
34522         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34523         _getopt_long_r, _getopt_long_only_r): Likewise.
34524
34525         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
34526         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
34527         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
34528         the other external symbols.
34529         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
34530         declaration, since the above renaming now works around collisions.
34531
34532 2004-11-11  Jim Meyering  <jim@meyering.net>
34533
34534         * lib/linebreak.c: Remove trailing blanks.
34535         * lib/alloca_.h: Likewise.
34536         * lib/acosl.c: Likewise.
34537         * lib/euidaccess.c: Likewise.
34538         * lib/allocsa.h: Likewise.
34539
34540 2004-11-10  Simon Josefsson  <jas@extundo.com>
34541
34542         * m4/getaddrinfo.m4: New file.
34543
34544 2004-11-10  Simon Josefsson  <jas@extundo.com>
34545
34546         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
34547
34548 2004-11-10  Simon Josefsson  <jas@extundo.com>
34549
34550         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34551         getaddrinfo.
34552
34553         * modules/getaddrinfo: New file.
34554
34555 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34556
34557         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
34558
34559 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34560
34561         * lib/mktime.c (SHR): New macro, which is a portable
34562         substitute for >> that should work even on Crays.
34563         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
34564         Problem reported by Mark D. Baushke in
34565         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
34566         * lib/getdate.y (SHR): Likewise.
34567         (tm_diff): Use it.
34568         * lib/strftime.c (SHR): Likewise.
34569         (tm_diff): Use it.
34570         * lib/quotearg.c (struct quoting_options): Use unsigned int for
34571         quote_these_too, so that right shifts are well defined.  All uses
34572         changed.
34573
34574 2004-11-10  Jim Meyering  <jim@meyering.net>
34575
34576         Ensure that no close failure goes unreported.
34577         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
34578         return early when it seems there's nothing to flush.
34579         Don't include __fpending.h.
34580
34581 2004-11-10  Jim Meyering  <jim@meyering.net>
34582
34583         * modules/closeout (Depends-on): Remove fpending.
34584
34585 2004-11-10  Jim Meyering  <jim@meyering.net>
34586
34587         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
34588
34589 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34590
34591         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
34592         gl_FUNC_STRFTIME.
34593         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
34594         and AC_REQUIRE when possible, to avoid duplicate checks.
34595         Check for <wchar.h>.
34596
34597 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34598
34599         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
34600
34601 2004-11-09  Bruno Haible  <bruno@clisp.org>
34602
34603         * m4/sockpfaf.m4: New file.
34604
34605 2004-11-05  Bruno Haible  <bruno@clisp.org>
34606
34607         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
34608         Reported by Mark D. Baushke <mdb@cvshome.org>.
34609
34610 2004-11-04  Bruno Haible  <bruno@clisp.org>
34611
34612         2004-09-11  Bruno Haible  <bruno@clisp.org>
34613                 * allocsa.valgrind: New file.
34614         2004-02-06  Bruno Haible  <bruno@clisp.org>
34615                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
34616                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
34617                 Reported by Christopher Seip <chris.seip@hp.com>.
34618
34619 2004-11-04  Bruno Haible  <bruno@clisp.org>
34620
34621         * modules/allocsa (Files): Add lib/allocsa.valgrind.
34622         (Makefile.am): Distribute it.
34623
34624 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34625
34626         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
34627         with errno == ERANGE if the buffer is too small.
34628         Problem reported by Mark D. Baushke.
34629
34630 2004-11-03  Albert Chin  <china@thewrittenword.com>
34631             Paul Eggert  <eggert@cs.ucla.edu>
34632
34633         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
34634         equivalent, substitute $ac_type for equivalent type rather than
34635         blindly using uint32_t *always* which won't work if uint32_t is not
34636         available.  Define _UINT32_T to work around typedef of uint32_t if
34637         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
34638         2.5.1.
34639
34640 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34641
34642         * m4/jm-macros.m4: Sync from coreutils.
34643         (gl_MACROS): Check for mbrlen, for pathchk.
34644         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
34645
34646 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34647
34648         * lib/xreadlink.c (MAXSIZE): New macro.
34649         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
34650         size does not exceed MAXSIZE.  Avoid cast.
34651         As suggested by Mark D. Baushke in
34652         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
34653         if readlink fails with buffer size just under MAXSIZE, try again
34654         with MAXSIZE.
34655
34656 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34657
34658         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
34659
34660 2004-11-02  Derek R. Price  <derek@ximbiot.com>
34661         and  Paul Eggert  <eggert@cs.ucla.edu>
34662
34663         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
34664         (get_date): Overparenthesize to avoid GCC warning.
34665
34666 2004-11-02  Bruno Haible  <bruno@clisp.org>
34667
34668         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
34669         returns void.
34670
34671 2004-11-02  Bruno Haible  <bruno@clisp.org>
34672
34673         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
34674         function returns void.
34675
34676 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34677
34678         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
34679         fflush_unlocked, flockfile, funlockfile, funlockfile,
34680         fputs_unlocked, putc_unlocked.
34681
34682 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34683
34684         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34685         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
34686         already declared.
34687
34688 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34689
34690         * modules/getdate (Files): Add doc/getdate.texi.
34691         (Depends-on): Add setenv, xalloc.
34692
34693 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34694
34695         * lib/getdate.y: Add support for TZ="foo" within a date string.
34696         Fix some bugs near time_t boundaries.  Reject dates with
34697         out-of-range components, e.g., "Sept 31".
34698         Include <stdlib.h>, "setenv.h", "xalloc.h".
34699         (ISDIGIT_LOCALE): Remove; unused.
34700         Note that the TZ and time functions used here are not reentrant.
34701         (mktime_ok, get_tz): New functions.
34702         (TZBUFSIZE): New constant.
34703         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
34704         This requires that we sometimes generate our own TZ="XXX..." setting.
34705
34706 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34707
34708         * doc/getdate.texi: New file, from coreutils with modifications for
34709         the new TZ parsing.
34710
34711 2004-10-27  Derek R. Price  <derek@ximbiot.com>
34712
34713         * lib/mktime.c (not_equal_tm): Remove redundant check.
34714
34715 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34716
34717         * modules/regex (lib_SOURCES): Add regex.c.
34718         Reported by James Youngman in
34719         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
34720
34721 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34722
34723         * lib/getdate.y: Use Bison 1.875 features, and some minor
34724         code cleanups.  This change does not affect semantics.
34725         Don't include <stdlib.h>; no longer needed.
34726         Don't include unlocked-io.h; only the "#if TEST" code uses
34727         stdio, and performance isn't crucial there.
34728         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
34729         Bison 1.875 features as described below.
34730         All uses of "PC." replaced by "pc->".
34731         (YYSTYPE): Add a forward declaration.
34732         (yylex, yyerror): Use full prototypes in forward decls.
34733         Use "%pure-parser" rather than obsolescent "%pure_parser".
34734         Use %parse-param and %lex-param instead of obsolescent
34735         YYPARSE_PARAM and YYLEX_PARAM.
34736         (meridian_table, month_and_day_table, time_units_table,
34737         relative_time_table, time_zone_table, military_table,
34738         lookup_zone, lookup_word, get_date):
34739         Use NULL instead of 0 where appropriate.
34740         (to_hour): Avoid abort (), to avoid a dependency on
34741         stdlib.h.
34742         (yyerror, yylex): Now accepts parser_control * arg.
34743         (main) [TEST]: Use '\0' rather than 0 for char.
34744
34745 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34746
34747         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
34748
34749 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34750
34751         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
34752         It's now the caller's responsibility to handle the case where
34753         !HAVE_GETPAGESIZE && !defined getpagesize.
34754
34755         * lib/mktime.c (leapyear): Arg is long int, not int.
34756
34757 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
34758
34759         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
34760
34761 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
34762
34763         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
34764         missing.  Problem reported by James Youngman.
34765
34766 2004-10-16  Simon Josefsson  <jas@extundo.com>
34767
34768         * gnulib-tool: Fix comments.  Fix parse problem.
34769         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
34770
34771 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
34772
34773         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
34774         implementation of getopt_long.  Problem reported by Alexander Taler in:
34775         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
34776
34777 2004-10-15  Bruno Haible  <bruno@clisp.org>
34778
34779         * gnulib-tool: Untabify. Initialize supplied_libname.
34780         (func_usage): More homogenous output.
34781         (func_modules_transitive_closure, func_modules_to_filelist,
34782         func_emit_lib_Makefile_am): New functions.
34783         (func_import): New function, extracted from big case statement. Use
34784         func_get_license, func_modules_transitive_closure,
34785         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
34786         opt_lgpl. Don't use test -a, as it's not portable.
34787         (func_create_testdir): Use func_modules_transitive_closure,
34788         func_modules_to_filelist, func_emit_lib_Makefile_am.
34789
34790 2004-10-15  Bruno Haible  <bruno@clisp.org>
34791
34792         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
34793
34794 2004-10-15  Bruno Haible  <bruno@clisp.org>
34795
34796         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
34797         the portions belonging to each module.
34798         Suggested by Derek Robert Price <derek@ximbiot.com>.
34799
34800 2004-10-12  Simon Josefsson  <jas@extundo.com>
34801
34802         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34803         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
34804         to real functions.
34805
34806 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34807
34808         * modules/vsnprintf: New file.
34809
34810 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34811
34812         * m4/vsnprintf.m4: New file.
34813
34814 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34815
34816         * lib/vsnprintf.h: New file.
34817         * lib/vsnprintf.c: New file.
34818
34819 2004-10-11  Bruno Haible  <bruno@clisp.org>
34820
34821         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
34822         vsnprintf.
34823
34824 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34825
34826         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
34827
34828 2004-10-07  Bruno Haible  <bruno@clisp.org>
34829
34830         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
34831         fits into the provided buffer.
34832
34833 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34834
34835         * lib/diacrit.c, diacrit.h: Add GPL notice.
34836
34837         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
34838         notice.
34839         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
34840         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
34841         This avoids a potential constant-folding bug.
34842
34843 2004-10-05  Bruno Haible  <bruno@clisp.org>
34844
34845         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
34846         for the declaration of strsep.
34847
34848 2004-10-05  Bruno Haible  <bruno@clisp.org>
34849
34850         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
34851
34852 2004-10-04  Simon Josefsson  <jas@extundo.com>
34853
34854         * modules/memmem: New file.
34855         * tests/test-memmem.c: New file.
34856         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
34857
34858 2004-10-04  Simon Josefsson  <jas@extundo.com>
34859
34860         * m4/memmem.m4: New file.
34861
34862 2004-10-04  Simon Josefsson  <jas@extundo.com>
34863
34864         * lib/memmem.h: New file.
34865         * lib/memmem.c: New file, taken from glibc.
34866
34867 2004-10-04  Simon Josefsson  <jas@extundo.com>
34868
34869         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
34870         '#ifdef USE_UNLOCKED_IO'.
34871
34872 2004-10-04  Simon Josefsson  <jas@extundo.com>
34873
34874         * config/srclist.txt: Add memmem from glibc.
34875
34876 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34877
34878         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
34879
34880         * modules/argmatch, modules/argp, modules/closeout, modules/error,
34881         modules/exclude, modules/getdate, modules/getline,
34882         modules/getndelim2, modules/getpass, modules/getpass-gnu,
34883         modules/getusershell, modules/linebuffer, modules/md5,
34884         modules/mountlist, modules/posixtm, modules/readtokens,
34885         modules/readutmp, modules/regex, modules/sha1,
34886         modules/version-etc, modules/yesno:
34887         Remove dependency on unlocked-io.
34888
34889 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34890
34891         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
34892
34893         * m4/unlocked-io.m4: Add copyright notice.
34894         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
34895
34896 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34897
34898         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
34899         * lib/xmalloc.c (xmemdup): Likewise.
34900         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
34901         XFREE): Remove these long-obsolescent macros.
34902         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
34903         * lib/xstrdup.c: Remove.
34904
34905         * lib/regex.c (re_comp): Cast gettext return value to char *,
34906         Problem reported by Martin Neitzel via Mark D. Baushke.
34907
34908 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34909
34910         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
34911         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
34912         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
34913         regex.c, sha1.c, version-etc.c, yesno.c:
34914         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
34915         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
34916         the includer's responsibility.
34917
34918         Sync from coreutils.
34919
34920         * lib/modechange.c (mode_compile): Don't decrement a pointer that
34921         points to the start of a string, as the C Standard says the
34922         resulting behavior is undefined.
34923
34924         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
34925         simple -> simple_backups, numbered_existing ->
34926         numbered_existing_backups, numbered -> numbered_backups
34927         to avoid shadowing problems.  All uses changed.
34928         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
34929         * lib/backupfile.c (check_extension, numbered_backup):
34930         Rename locals to avoid shadowing 'basename'.
34931         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
34932         once.
34933
34934         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
34935         * lib/.cvsignore: Add getopt.h.
34936
34937 2004-10-04  Bruno Haible  <bruno@clisp.org>
34938
34939         * modules/README: New file.
34940         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
34941         not a module.
34942
34943 2004-10-02  Jim Meyering  <jim@meyering.net>
34944
34945         * lib/dirfd.h, getpagesize.h: Add copyright notice.
34946
34947 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34948
34949         * modules/strsep: New file.
34950
34951 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34952
34953         * m4/strsep.m4: New file.
34954
34955 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34956
34957         * lib/strsep.h: New file.
34958         * lib/strsep.c: New file.
34959
34960 2004-10-01  Simon Josefsson  <jas@extundo.com>
34961
34962         * lib/snprintf.c (snprintf): Handle size==0.
34963
34964 2004-10-01  Simon Josefsson  <jas@extundo.com>
34965             Bruno Haible  <bruno@clisp.org>
34966
34967         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
34968         (snprintf): Declare 'args'.
34969
34970 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
34971
34972         * lib/snprintf.c: Remove comments as to why each header is needed.
34973
34974 2004-10-01  Bruno Haible  <bruno@clisp.org>
34975
34976         * MODULES.html.sh: Add strsep.
34977
34978 2004-09-30  Simon Josefsson  <jas@extundo.com>
34979
34980         * modules/snprintf: New file.
34981
34982 2004-09-30  Simon Josefsson  <jas@extundo.com>
34983
34984         * m4/snprintf.m4: New file.
34985
34986 2004-09-30  Simon Josefsson  <jas@extundo.com>
34987
34988         * lib/snprintf.h, lib/snprintf.c: New files.
34989
34990 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34991
34992         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
34993         (hol_entry_help): Never translate an empty string.
34994         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
34995         * lib/argp.h (OPTION_NO_TRANS): New option.
34996
34997 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34998
34999         * modules/argp (Maintainer): Replace Simon Josefsson
35000         by Sergey Poznyakoff.
35001
35002 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35003
35004         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
35005         changes merged back into glibc.
35006
35007 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35008
35009         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
35010
35011 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35012
35013         * lib/xvasprintf.c: Include xalloc.h.
35014         (xvasprintf): Use xalloc_die, not xmalloc_die.
35015
35016 2004-09-29  Bruno Haible  <bruno@clisp.org>
35017
35018         * modules/alloca-opt: New file, derived from modules/alloca.
35019         * modules/allocsa: Depend on alloca-opt instead of alloca.
35020         * modules/setenv: Likewise.
35021         * modules/vasnprintf: Likewise.
35022         * MODULES.html.sh: Add alloca-opt.
35023
35024 2004-09-28  Simon Josefsson  <jas@extundo.com>
35025
35026         * gnulib-tool: New parameter --lgpl, to asseert that modules are
35027         LGPL, and to replace license template from GPL to LGPL.
35028
35029 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35030
35031         * modules/dummy: Change license to LGPL.
35032
35033 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35034
35035         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
35036
35037 2004-09-24  Simon Josefsson  <jas@extundo.com>
35038
35039         * modules/minmax (License): Change from GPL to LGPL.
35040
35041 2004-09-23  Simon Josefsson  <jas@extundo.com>
35042
35043         * gnulib-tool (--import): Typo.
35044
35045 2004-09-23  Simon Josefsson  <jas@extundo.com>
35046
35047         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
35048
35049 2004-09-22  Bruno Haible  <bruno@clisp.org>
35050
35051         * modules/*: Add 'License' field.
35052         * gnulib-tool: Accept --extract-license option.
35053         (func_get_license): New function.
35054
35055 2004-09-21  Bruno Haible  <bruno@clisp.org>
35056
35057         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
35058         Reported by Simon Josefsson.
35059
35060 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35061
35062         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
35063         gl_AC_TYPE_LONG_LONG.
35064
35065 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35066
35067         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
35068
35069 2004-09-18  Simon Josefsson  <jas@extundo.com>
35070         and  Paul Eggert  <eggert@cs.ucla.edu>
35071
35072         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
35073         calls with autoreconf.  Define GL_LIB.
35074
35075 2004-09-14  Karl Berry  <karl@gnu.org>
35076
35077         * config/srclist.txt: unsync setenv.c, sigh.
35078
35079 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35080
35081         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
35082         Problem reported by Bruno Haible in:
35083         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
35084
35085 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35086
35087         * config/srclist.txt: Comment out argp-pvh.c.
35088
35089 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
35090
35091         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
35092         in case some system header has #define'd it.  Problem reported by
35093         Soeren D. Schulze in
35094         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
35095
35096 2004-09-09  Karl Berry  <karl@gnu.org>
35097
35098         * regex.[ch]: delete from the root.  These were supposed to be
35099                 synced with emacs cvs, but this has not happened for about
35100                 a year, and anyway nothing else uses emacs regex.[ch].
35101                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
35102                 lib/regex[.ch] is untouched.
35103
35104 2004-09-09  Bruno Haible  <bruno@clisp.org>
35105
35106         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
35107
35108 2004-09-09  Bruno Haible  <bruno@clisp.org>
35109
35110         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
35111         modifications.
35112         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
35113
35114 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35115
35116         * modules/xvasprintf: New file.
35117         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
35118
35119 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35120
35121         * lib/xvasprintf.h: New file.
35122         * lib/xvasprintf.c: New file.
35123         * lib/xasprintf.c: New file.
35124
35125 2004-09-08  Bruno Haible  <bruno@clisp.org>
35126
35127         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
35128
35129 2004-09-08  Bruno Haible  <bruno@clisp.org>
35130
35131         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
35132         length is > INT_MAX.
35133         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
35134         more.
35135
35136 2004-09-08  Bruno Haible  <bruno@clisp.org>
35137
35138         * lib/stdint_.h: New file, taken from GNU clisp.
35139
35140 2004-09-08  Bruno Haible  <bruno@clisp.org>
35141             Oskar Liljeblad  <oskar@osk.mine.nu>
35142
35143         * modules/stdint: New file.
35144         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
35145
35146 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35147
35148         Import from coreutils.
35149         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
35150         strings on unbounded length.  alloca's performance benefits aren't
35151         that important here.
35152         (V_STRDUP): Remove.
35153         (parse_with_separator): New function, with most of the internals
35154         of the old parse_user_spec.  Allow user to omit both user and group,
35155         for compatibility with FreeBSD.
35156         Clone only the user name, not the entire spec.
35157         Do not set *uid, *gid unless entirely successful.
35158         Avoid memory leak in some failing cases.
35159         Fix regression for USER.GROUP reported by Dmitry V. Levin in
35160         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
35161         (parse_user_spec): Rewrite to use parse_with_separator.
35162
35163 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35164
35165         * modules/userspec: Don't depend on alloca.
35166
35167 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35168
35169         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
35170
35171 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35172
35173         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
35174         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
35175         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
35176
35177 2004-08-16  Simon Josefsson  <jas@extundo.com>
35178
35179         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
35180         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
35181         Add --dry-run for --import.
35182         Let user provided command line parameters override configure.ac
35183         settings.
35184
35185 2004-08-12  Simon Josefsson  <jas@extundo.com>
35186
35187         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
35188         as discussed with Paul Eggert in threads rooted at
35189         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
35190         and
35191         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
35192         Before, the test was empty, and relied on ELIDE_CODE in source
35193         code.)
35194         (gl_PREREQ_GETOPT): New macro.
35195         (gl_GETOPT): Use them.
35196
35197 2004-08-12  Simon Josefsson  <jas@extundo.com>
35198
35199         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
35200         * lib/getopt_.h: Renamed from getopt.h.
35201
35202 2004-08-12  Simon Josefsson  <jas@extundo.com>
35203
35204         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
35205         Change default library name from libfoo to libgnu.
35206         Now, if you have a configure.ac that says:
35207                 gl_SOURCE_BASE(gl)
35208                 gl_M4_BASE(gl/m4)
35209                 gl_MODULES(error getopt etcetera)
35210                 gl_INIT
35211         you can import all you need by running:
35212                 ../gnulib/gnulib-tool --import
35213
35214         * modules/getopt (Files): Rename getopt.h to getopt_.h.
35215         (Makefile.am): Rewrite, use logic from argz.
35216         (Include): Use <getopt.h> instead of "getopt.h".
35217
35218 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35219
35220         * modules/argp (Files): Add m4/unlocked-io.m4.
35221         (Depends-on): Add extensions.
35222
35223 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35224
35225         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
35226         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
35227         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
35228         Check for program_invocation_name, program_invocation_short_name,
35229         flockfile, funlockfile, features.h, _getopt_long_only_r.
35230
35231 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35232
35233         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
35234         its complicated substitute.
35235         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
35236         and program_invocation_name.
35237         (__argp_basename) [!_LIBC]: Remove; the only use was
35238         replaced by its body.
35239         (__argp_short_program_name): Change condition from
35240         !defined __argp_short_program_name to
35241         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
35242         to match argp-namefrob.h.
35243         (__argp_failure): Don't assume strerror_r returns char *.
35244         * lib/argp-parse.c (N_): Define unconditionally.
35245         (argp_default_options): Fill out initializers with 0 to avoid
35246         gcc warnings.
35247
35248 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35249
35250         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
35251         getopt1.c.
35252
35253 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35254
35255         Merge from coreutils.
35256
35257         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
35258
35259         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
35260         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
35261
35262 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35263
35264         Merge from coreutils.
35265
35266         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
35267         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
35268         for Reliant Unix 5.43.
35269
35270         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
35271         (union fooround): Use uintmax_t, not long int.
35272         The rest is a merge from libc:
35273         [defined _LIBC]: Include <shlib-compat.h>.
35274         (_obstack) [defined _LIBC]: Remove after 2.3.4.
35275
35276         * lib/settime.c (settime): Recode to avoid warning with
35277         Sun Forte C 6U2.
35278
35279         * lib/strverscmp.c: Convert to UTF-8.
35280
35281 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35282
35283         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35284         m4/uintmax_t.m4.
35285
35286 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35287
35288         * modules/xalloc-die: New file.
35289         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
35290
35291         * modules/md5 (Files): Add m4/uint32_t.m4.
35292         * modules/sha1: Renamed from modules/sha.
35293         (Files):
35294         Rename lib/sha.h to lib/sha1.h.
35295         Rename lib/sha.c to lib/sha1.c.
35296         Rename m4/sha.m4 to m4/sha1.m4.
35297         (lib_SOURCES): Likewise.
35298         (configure.ac): Rename gl_SHA to gl_SHA1.
35299         (Include): sha.h -> sha1.h.
35300
35301 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35302
35303         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
35304         * m4/sha1.m4: Renamed from sha.m4.
35305         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
35306
35307 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35308
35309         * lib/obstack.h (obstack_empty_p):
35310         Don't assume that chunk->contents is suitably aligned.
35311         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
35312         Likewise. Problem reported by Benno in
35313         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
35314
35315         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
35316         readable.  This could be improved further but it'd take some work.
35317
35318 2004-08-08  Simon Josefsson  <jas@extundo.com>
35319
35320         * modules/xgethostname (Depends-on): Remove exit and error (not
35321         used).
35322
35323         * modules/getpass-gnu: Add getpass.h.
35324         (Depends-on): Add stdbool.
35325         * modules/getpass: Add getpass.h.
35326
35327 2004-08-08  Simon Josefsson  <jas@extundo.com>
35328
35329         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
35330         Check getpass declaration.
35331
35332 2004-08-08  Simon Josefsson  <jas@extundo.com>
35333
35334         * lib/xgethostname.c: Don't include error.h (not used).
35335
35336         * lib/getpass.h: Add.
35337         * lib/getpass.c: Include getpass.h first.
35338
35339 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
35340
35341         * lib/xalloc-die.c: New file.
35342         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
35343         All uses removed.
35344         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
35345         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
35346         xalloc-die.c.
35347         (_, N_, xalloc_die): Move to xalloc-die.c.
35348         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
35349         so that we needn't mess with xalloc_msg_memory_exhausted.
35350
35351         * lib/sha1.h: Renamed from sha.h.
35352         (SHA1_H): Renamed from _SHA_H.
35353         (sha1_ctx): Renamed from sha_ctx.
35354         (sha1_init_ctx): Renamed from sha_init_ctx.
35355         (sha1_process_block): Renamed from sha_process_block.
35356         (sha1_process_bytes): Renamed from sha_process_bytes.
35357         (sha1_finish_ctx): Renamed from sha_finish_ctx.
35358         (sha1_read_ctx): Renamed from sha_read_ctx.
35359         (sha1_stream): Renamed from sha_stream.
35360         (sha1_buffer): Renamed from sha_buffer.
35361         * lib/sha1.c: Likewise; renamed from sha.c.
35362         Do not include <sys/types.h>.
35363         Include <stddef.h> rather than <stdlib.h>.
35364
35365 2004-08-08  Bruno Haible  <bruno@clisp.org>
35366
35367         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
35368         FILESYSTEM_PREFIX_LEN.
35369         * lib/progreloc.c: Likewise.
35370         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
35371
35372 2004-08-06  Simon Josefsson  <jas@extundo.com>
35373
35374         * modules/progname (Depends-on): Don't depend on stdbool.
35375
35376 2004-08-06  Simon Josefsson  <jas@extundo.com>
35377
35378         * modules/getsubopt: New file.
35379         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35380         getsubopt.
35381
35382 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35383
35384         More merge from coreutils.
35385
35386         * m4/utimens.m4, m4/utimecmp.m4: New files.
35387         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
35388         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
35389         prereq.m4, sha.m4: Import changes from coreutils.
35390
35391 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35392
35393         More merge from coreutils.
35394         * modules/raise, modules/readtokens0, modules/utimens:
35395         * modules/utimecmp, module/xnanosleep: New files.
35396         * modules/strftime: Add lib/strftime.h.
35397         Change include from <time.h> to "strftime.h".
35398         * modules/yesno: Add lib/yesno.h.
35399         * modules/backupfile: Remove lib/addext.c.
35400         * modules/euidaccess: Add stat-macros.h.
35401         * modules/canonicalize, modules/euidaccess,
35402         modules/filemode, modules/lchown, modules/makepath,
35403         modules/rmdir, modules/stat: Likewise.
35404
35405 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35406
35407         Merge from tar.
35408         * lib/argp-help.c (make_hol, hol_append): Don't assume that
35409         SIZE_MAX is a valid preprocessor constant.
35410         (__argp_basename): Change from "#ifndef _LIBC"
35411         to "#ifndef __argp_short_program_name", so that
35412         we don't compile these functions for tar.
35413
35414         More merges from coreutils.
35415         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
35416         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
35417         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
35418         * lib/addext.c: Remove; no longer needed.
35419         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
35420         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
35421         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
35422         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
35423         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
35424         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
35425         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
35426         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
35427         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
35428         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
35429         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
35430         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
35431         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
35432         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
35433         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
35434         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
35435         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
35436         Import changes from coreutils.
35437
35438 2004-08-05  Simon Josefsson  <jas@extundo.com>
35439
35440         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
35441
35442 2004-08-05  Simon Josefsson  <jas@extundo.com>
35443
35444         * m4/getsubopt.m4: New file.
35445
35446 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35447
35448         Merge from coreutils.
35449
35450         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
35451         * m4/getcwd-path-max.m4: New files.
35452
35453         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
35454         FILESYSTEM_PREFIX_LEN ->
35455         FILE_SYSTEM_PREFIX_LEN.
35456         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
35457         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
35458         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
35459         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
35460
35461         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
35462         prerequisite modules now handle the DOS stuff.
35463         Don't check for unistd.h.
35464
35465 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35466
35467         Merge from coreutils.
35468
35469         * lib/.gdb-history: Remove; this doesn't belong here.
35470
35471         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
35472         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
35473         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
35474         * lib/getcwd.c: New files.
35475
35476         * lib/dirname.h: Include <stdbool.h>.
35477         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
35478         for consistency with POSIX terminology.  All uses changed.
35479         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
35480         (strip_trailing_slashes): Use bool for booleans.
35481         * lib/stripslash.c (strip_trailing_slashes): Likewise.
35482
35483         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
35484         sometimes returns a positive errno value even when it succeeds.
35485         (print_errno_message) [!LIBC]: Fall back on strerror if
35486         __strerror_r fails.
35487
35488         * lib/path-concat.c (mempcpy): Don't define if a system header defines
35489         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
35490         (longest_relative_suffix): New function.
35491         (path_concat): Use it.  Assume first argument is not NULL.
35492         Port to DOS.  Omit redundant separators.
35493         Report an error instead of returning NULL.
35494         Use mempcpy instead of memcpy.
35495         (xpath_concat): Remove: not declared or used.
35496
35497         * lib/same.h: Include <stdbool.h>
35498         (same_name): Return bool, not int.
35499         * lib/same.c (same_name): Likewise.
35500         (errno): Don't declare; we assume C89 or better now.
35501
35502         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
35503         if not already defined.
35504
35505         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
35506         * lib/dup-safer.c (errno): Likewise.
35507
35508 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35509
35510         Merge from coreutils.
35511         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
35512         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
35513         * modules/path-concat: Don't depend on strdup.
35514
35515 2004-08-03  Simon Josefsson  <jas@extundo.com>
35516
35517         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
35518         * lib/progname.h: Don't include stdbool.h.
35519
35520 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35521
35522         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
35523         * MODULES.html.sh (func_all_modules): Remove fatal.
35524
35525 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35526
35527         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
35528
35529 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35530
35531         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
35532         working.
35533
35534 2004-08-02  Simon Josefsson  <jas@extundo.com>
35535
35536         * lib/getsubopt.h: New file, with comments from Bruno Haible.
35537         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
35538         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
35539
35540 2004-08-01  Simon Josefsson  <jas@extundo.com>
35541
35542         * lib/xgetdomainname.c: Include stdlib.h, for free().
35543
35544 2004-07-19  Bruno Haible  <bruno@clisp.org>
35545
35546         * MODULES.html.sh (func_all_modules): Add dummy.
35547
35548 2004-07-16  Simon Josefsson  <jas@extundo.com>
35549
35550         * modules/dummy: New file.
35551
35552 2004-07-16  Simon Josefsson  <jas@extundo.com>
35553
35554         * lib/dummy.c: New file.
35555
35556 2004-07-16  Bruno Haible  <bruno@clisp.org>
35557
35558         * lib/backupfile.h: Add extern "C" for C++.
35559         * lib/closeout.h: Likewise.
35560         * lib/copy-file.h: Likewise.
35561         * lib/findprog.h: Likewise.
35562         * lib/full-write.h: Likewise.
35563         * lib/pathname.h: Likewise.
35564         * lib/progname.h: Likewise.
35565         * lib/stpcpy.h: Likewise.
35566         * lib/stpncpy.h: Likewise.
35567         * lib/strcase.h: Likewise.
35568         * lib/strstr.h: Likewise.
35569         * lib/xalloc.h: Likewise.
35570
35571         * lib/mbswidth.h: Add extern "C" for C++.
35572         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
35573
35574 2004-07-13  Robert Millan  <robertmh@gnu.org>
35575
35576         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
35577
35578 2004-07-09  Simon Josefsson  <jas@extundo.com>
35579
35580         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
35581         failed without this.)
35582
35583 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35584
35585         * modules/chown (Files): Add lib/fchown-stub.c, since
35586         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
35587
35588 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35589
35590         * lib/fchown-stub.c: New file.
35591
35592 2004-06-24  Jim Meyering  <jim@meyering.net>
35593
35594         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
35595
35596 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35597
35598         * modules/argz: Omit "#include".
35599
35600         * MODULES.html.sh (func_all_modules): Add calloc, to match
35601         2004-06-01 addition of calloc module.
35602
35603 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35604
35605         * m4/argz.m4: New file, which is autoupdated from libtool.
35606
35607 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35608
35609         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
35610         libtool.
35611
35612 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35613
35614         * config/srclist-update: Don't insist on "USA." before the
35615         close-comment, as libtool omits the period and puts the */ on a
35616         separate line.
35617         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
35618         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
35619
35620 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
35621
35622         * modules/argz: New file.
35623         * MODULES.html.sh (func_all_modules): Add argz.
35624
35625 2004-06-12  Jim Meyering  <jim@meyering.net>
35626         and  Paul Eggert  <eggert@cs.ucla.edu>
35627
35628         * modules/hash (Files): Add lib/xalloc.h.
35629         * modules/pipe (Depends-on): Add wait-process.
35630         * modules/stat (Depends-on): Add xalloc.
35631         * modules/userspec (Files): Add lib/userspec.h.
35632         * modules/xstrto
35633
35634         Upgrade from gettext-0.13.
35635         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
35636         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
35637         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
35638
35639 2004-06-10  Jim Meyering  <jim@meyering.net>
35640
35641         * lib/calloc.c: New file.
35642
35643 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35644
35645         * lib/getdate.y (yylex): Allow space between sign and number.
35646         Problem reported by Dan Jacobson.
35647
35648 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35649
35650         Merge from coreutils CVS.
35651
35652         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
35653         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
35654         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
35655         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
35656         xstrtol.m4: Fix copyright date and/or serial number.
35657
35658         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
35659         See if we need an fchown replacement.
35660         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
35661         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
35662         and use the replacement function if we detect either defect.
35663
35664         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
35665         gl_UTIMECMP.
35666
35667 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35668         and  Jim Meyering  <jim@meyering.net>
35669
35670         Merge from coreutils CVS.
35671
35672         * lib/stat-macros.h: New file, with contents from file-type.h
35673         and coreutils' system.h.
35674         * lib/file-type.c: Include "stat-macros.h".
35675         * lib/file-type.h (file_type): Move all macro definitions to new file,
35676         stat-macros.h.
35677
35678         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
35679         Wrap old code with this conditional.
35680         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
35681         function that does not dereference symlinks.
35682         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
35683
35684         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
35685         dependency problems.
35686         (xreadlink): Accept new arg SIZE, for efficiency.
35687         All decls and uses changed.
35688         * lib/xreadlink.h: Include <stddef.h>, for size_t.
35689
35690         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
35691         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
35692
35693         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
35694         sysexits.h.
35695
35696 2004-06-01  Jim Meyering  <jim@meyering.net>
35697
35698         * m4/calloc.m4: New file.
35699
35700 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
35701
35702         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
35703         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
35704         Also, fix a typo in a diagnostic.
35705
35706 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35707
35708         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
35709         or AC_FUNC_REALLOC.
35710
35711 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35712
35713         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
35714         macros to be defined.
35715         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
35716         the allocator returns NULL because the requested size is zero.
35717
35718 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35719
35720         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
35721         var.  Add comment explaining why libc still defines it.  This
35722         merges the following patch from glibc:
35723         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
35724
35725 2004-05-20  Andreas Schwab  <schwab@suse.de>
35726
35727         * m4/free.m4: Replace free if it not known to work, not the other
35728         way round.
35729
35730 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35731
35732         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
35733         present in glibc since revision 1.1 of this file.
35734         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
35735         obstack_alignment_mask, obstack_alloc, obstack_base,
35736         obstack_blank, obstack_blank_fast, obstack_chunk_size,
35737         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
35738         obstack_grow0, obstack_init, obstack_int_grow,
35739         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
35740         obstack_next_free, obstack_object_size, obstack_ptr_grow,
35741         obstack_ptr_grow_fast, obstack_room): Remove declarations of
35742         nonexistent functions.
35743
35744 2004-05-18  Karl Berry  <karl@gnu.org>
35745
35746         * config/srclist.txt: break link for vasnprintf.c.
35747
35748 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35749
35750         Port obstack to the AS/400, where pointers are 16 bytes wide and
35751         you cannot cast an integer to a valid pointer.  This patch is
35752         currently waiting to be integrated into glibc; see
35753         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
35754
35755         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
35756         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
35757         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
35758         (struct obstack): temp member is now a union of a pointer and
35759         an integer, instead of an integer.  All integer uses changed.
35760         This does not affect the physical layout of struct obstack,
35761         except on hosts (like the AS/400) where the size or alignment of
35762         void * is greater than that of ptrdiff_t.
35763         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
35764         __STDC__)]: Store temporary in pointer member of union, not
35765         integer member.
35766         * lib/obstack.c: Include <stddef.h>, for offsetof.
35767         (struct fooalign): Remove; it doesn't need a name.
35768         (union fooround): Change double to long double, and add void *.
35769         (DEFAULT_ALIGNMENT): Use offsetof to compute.
35770         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
35771         not a macro.  Hence the values are always int; so remove all
35772         casts-to-int in uses.
35773
35774 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35775
35776         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
35777         we can get this patch merged into glibc.
35778
35779 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35780             Paul Eggert  <eggert@cs.ucla.edu>
35781
35782         * m4/argp: Depend on alloca.
35783
35784 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35785             Paul Eggert  <eggert@cs.ucla.edu>
35786
35787         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
35788         freecoding.
35789
35790 2004-05-17  Bruno Haible  <bruno@clisp.org>
35791
35792         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
35793         precision that consists of a '.' followed by an empty digit string.
35794         Patch by Tor Lillqvist <tml@iki.fi>.
35795
35796 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35797
35798         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
35799         for backward compatibility with older code.  We need our own
35800         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
35801         it under some other name, and our alloca.h will define it.
35802
35803 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35804             Derek Price  <derek@ximbiot.com>
35805
35806         * lib/alloca.c: Include <alloca.h>, to get our interface.
35807         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
35808         include <alloca.h> first.  Use C89 prototype for alloca; this
35809         requires including <stddef.h> for size_t.  Use extern "C" if C++.
35810         Use #elif for simplicity, since we can assume C89 now.
35811         Don't try to source the system alloca.h since it will not be found
35812         and to prevent recursively including its replacement.
35813         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
35814         * lib/regex.c: Likewise.
35815
35816 2004-05-16  Derek Price  <derek@ximbiot.com>
35817             Paul Eggert  <eggert@cs.ucla.edu>
35818
35819         getline cleanup.  This changes the getndelim2 API: both order of
35820         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
35821         no delimiter).
35822
35823         * lib/getline.c: Don't include stddef.h or stdio.h, since our
35824         interface does that.
35825         (getline): Always use getdelim, so that we don't have two
35826         copies of this code.
35827         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
35828         if available.
35829         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
35830         (GETNDELIM2_MAXIMUM): New macro.
35831         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
35832         instead of the old practice of delim2==0.  All callers changed.
35833         Return -1 on overflow, instead of returning junk.
35834         Do not set *linesize unless allocation succeeds.
35835         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
35836         that we include sys/types.h.
35837         * lib/getnline.h: Likewise.
35838         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
35839         (getndelim2): Reorder arguments.
35840         * lib/getnline.c (getnline, getndelim):
35841         Don't discard the NMAX argument.
35842         (getnline): Invoke getndelim, to avoid code duplication.
35843         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
35844         of (size_t) -1 by callers of the getnline family.
35845
35846 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35847
35848         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
35849         Check for gettimeofday.
35850         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
35851         Check for settimeofday, stime.
35852
35853 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35854
35855         * lib/nanosleep.c (suspended): Change its type from int to
35856         sig_atomic_t volatile.
35857         (first_call): Make it private to rpl_nanosleep, and have it
35858         be zero initially as that's a bit faster.
35859         (my_usleep): Round up fractional times instead of truncating them,
35860         as this is the usual meaning for 'sleep'.
35861
35862         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
35863         doesn't work.
35864         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
35865         (ENOSYS): Define if not defined.
35866         (settime): Fall back on stime if it exists and settimeofday fails.
35867         But don't bother with fallbacks if a method fails with errno == EPERM.
35868
35869 2004-05-11  Jim Meyering  <jim@meyering.net>
35870
35871         Prior to this change, the save_cwd caller required read access to the
35872         current directory on most systems (ones with the fchdir function).
35873
35874         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
35875         fails, try write-only, and finally, resort to using xgetcwd.
35876
35877 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35878
35879         * lib/obstack.c, obstack.h: Import changes from libc.
35880
35881 2004-04-28  Bruno Haible  <bruno@clisp.org>
35882
35883         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
35884         also implicitly appends .exe to executables.
35885         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
35886         accepts Windows pathnames.
35887         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35888         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35889         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35890         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35891         Reported by Derek Robert Price <derek@ximbiot.com>.
35892
35893 2004-04-21  Karl Berry  <karl@gnu.org>
35894
35895         * config/srclist.txt (localcharset.c): break sync.
35896
35897 2004-04-20  Paul Eggert  <eggert@twinsun.com>
35898
35899         * m4/host-os.m4: Add a copyright notice.
35900
35901 2004-04-20  Jim Meyering  <jim@meyering.net>
35902
35903         Change UTILS_ to gl_ in AC_DEFINE'd names.
35904         Change utils_- and jm_-prefixed variables, too.
35905         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
35906         UTILS_FUNC_MKDIR_TRAILING_SLASH.
35907         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
35908
35909         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
35910         Don't emit trailing blanks.
35911         Also rename jm_-prefixed variables to have gl_ prefix.
35912
35913         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
35914         Also rename jm_-prefixed variables to have gl_ prefix.
35915
35916         * m4/jm-macros.m4: Reflect the renamings.
35917         * m4/prereq.m4: Likewise.
35918
35919 2004-04-20  Jim Meyering  <jim@meyering.net>
35920
35921         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
35922         memory.
35923
35924 2004-04-20  Jim Meyering  <jim@meyering.net>
35925             Bruno Haible  <bruno@clisp.org>
35926
35927         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
35928         memory when realloc fails.
35929
35930 2004-04-19  Jim Meyering  <jim@meyering.net>
35931
35932         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
35933         now that readutmp.c may call `free (0)'.
35934
35935 2004-04-19  Bruno Haible  <bruno@clisp.org>
35936
35937         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
35938         * m4/inttypes_h.m4: Likewise.
35939         * m4/stdint_h.m4: Likewise.
35940         * m4/intmax_t.m4: Likewise.
35941         * m4/uintmax_t.m4: Likewise.
35942
35943 2004-04-18  Jim Meyering  <jim@meyering.net>
35944
35945         * m4/prereq.m4: Don't forbid jm_ prefix.
35946
35947         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
35948         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
35949         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
35950         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
35951         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
35952         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
35953         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
35954         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
35955         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
35956         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
35957         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
35958         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
35959         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
35960         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
35961         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
35962         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
35963         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
35964         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
35965         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
35966
35967 2004-04-18  Jim Meyering  <jim@meyering.net>
35968
35969         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
35970         failure, don't leak memory and do call END_UTMP_ENT.
35971
35972 2004-04-16  Jim Meyering  <jim@meyering.net>
35973
35974         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
35975         coreutils' stat program.
35976         (gl_PREREQ): Don't require jm_PREREQ_STAT.
35977
35978 2004-04-11  Paul Eggert  <eggert@twinsun.com>
35979
35980         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
35981         C89.
35982         (CHAR_BIT): Remove, since we assume C89.
35983         Include <stdint.h> if available, as per current Autoconf CVS advice.
35984
35985 2004-03-31  Jim Meyering  <jim@meyering.net>
35986
35987         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
35988         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
35989         * m4/xalloc.m4: Likewise.
35990
35991 2004-03-30  Paul Eggert  <eggert@twinsun.com>
35992
35993         Merge from coreutils.
35994
35995         * m4/inttostr.m4: New file.
35996         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
35997         Require AM_STDBOOL_H and gl_TIMESPEC instead.
35998         Require gl_CLOCK_TIME.
35999         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
36000
36001 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36002
36003         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
36004         not bool, to be more consistent with Unix conventions.
36005         Suggested by Bruno Haible.
36006
36007         Merge from coreutils.
36008
36009         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
36010         * lib/umaxtostr.c: New files.
36011
36012         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
36013         the usual <time.h> dance.
36014         (get_date): Change signature to support fractional time stamps.
36015         All callers changed.
36016         * lib/getdate.y: Include "getdate.h" first, as we can now
36017         assume C89 and don't need to worry about 'const'.
36018         Similarly, include "unlocked-io.h" near start, not in middle.
36019         Include <limits.h>.
36020         (textint.value): Use long int rather than int.
36021         (textint.digits): Use size_t rather than int.
36022         (BILLION, LOG10_BILLION): New constants.
36023         (parser_control): New member rel_ns.  Members day_ordinal,
36024         time_zone, month, day, hour, minutes, rel_year, rel_month,
36025         rel_day, rel_hour, rel_minutes, rel_seconds
36026         are now long int, not int.  Member seconds is now struct timespec,
36027         not int.  New member timespec_seen.  Members dates_seen, days_seen,
36028         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
36029         not int.
36030         (%union.intval): Now long int, not int.
36031         New member timespec.
36032         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
36033         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
36034         (spec): Now is a timespec or an item list.
36035         (timespec, items): New nonterminals.
36036         (time, rel, relunit, number, get_date):
36037         Add support for fractional seconds.
36038         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
36039         (gmtime, localtime, mktime): Remove decls; not needed with C89.
36040         (to_hour): First arg is now long int, not int.
36041         (to_year): Returns long int, not int.
36042         Don't treat year -70 like 70.
36043         (tm_diff): Returns long int, not int.
36044         (lookup_word): Use bool instead of int when appropriate.
36045         (yylex): Use size_t for count, not int.
36046         Detect overflow when parsing large integer constants.
36047         Add support for fractions.
36048         (get_date): Make pointers 'const' if possible.
36049         Use more-portable code to detect integer overflow.
36050         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
36051         Don't use ctime; it's not reliable if the year has >4 digits.
36052
36053         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
36054         This is for compatibility with BSD.
36055
36056         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
36057         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
36058         From coreutils' system.h.
36059
36060         * lib/userspec.c: Don't include "posixver.h".
36061         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
36062         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
36063         compatible extension.  Simplify code by removing a boolean int
36064         that was always nonzero if a string was nonnull.
36065
36066 2004-03-30  Jim Meyering  <jim@meyering.net>
36067
36068         Merge from coreutils.
36069
36070         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
36071         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
36072         on some systems one must include <grp.h> before it.
36073         Reported by Christian Krackowizer.
36074
36075 2004-03-30  Jim Meyering  <jim@meyering.net>
36076
36077         Merge from coreutils.
36078
36079         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
36080
36081         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
36082         an empty input stream.
36083
36084         * lib/readtokens.c: Include <stdbool.h>.
36085         (readtoken): Use `size_t' rather than int/long.
36086         All callers adjusted.
36087         Use `bool' rather than `int' where appropriate.
36088         Use memset rather than an explicit loop.
36089         Use x2nrealloc rather than xrealloc.
36090         Allow the use of `\0' as a delimiter.
36091         (readtokens): Likewise.
36092         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
36093
36094 2004-03-30  Jim Meyering  <jim@meyering.net>
36095
36096         * m4/realloc.m4: Remove file, since now it does no more than
36097         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
36098         the `configure.ac' section of module/realloc.
36099         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
36100
36101 2004-03-30  Bruno Haible  <bruno@clisp.org>
36102
36103         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
36104         nonnull.
36105
36106 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36107
36108         Merge changes to getloadavg.c from coreutils and Emacs.
36109
36110         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
36111         Define to an expression, not to the empty string.
36112         Include cloexec.h and xalloc.h.
36113         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
36114         Use set_cloexec_flag rather than rolling our own.
36115         * lib/cloexec.c, lib/cloexec.h: New files.
36116
36117 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36118
36119         * m4/cloexec.m4: New file.
36120
36121 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36122
36123         * lib/getopt.h: Sync with libc CVS.
36124
36125 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36126             Bruno Haible  <bruno@clisp.org>
36127
36128         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
36129         mbswidth.
36130
36131 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36132             Bruno Haible  <bruno@clisp.org>
36133
36134         * lib/mbswidth.h: Include <wchar.h> only if
36135         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
36136         <wchar.h>.
36137         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
36138
36139 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36140
36141         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
36142         Sync with libc CVS.
36143         * lib/getopt_int.h: New file, also synced from libc.
36144
36145 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36146
36147         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
36148         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
36149         Bring back getopt.c, getopt.h, getopt1.c.
36150
36151 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36152
36153         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
36154         All uses changed.  Check for sa_sigaction member; this fixes
36155         a bug first reported by Jason Andrade in
36156         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36157
36158 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36159
36160         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
36161         '#if' expressions.  Unlike the code it replaces, it does not
36162         depend on (defined _SC_PAGESIZE).  However, it does depend on
36163         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
36164         first reported by Jason Andrade in
36165         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36166
36167 2004-02-25  Simon Josefsson  <jas@extundo.com>
36168
36169         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
36170
36171 2004-02-25  Simon Josefsson  <jas@extundo.com>
36172
36173         * lib/strdup.h: New file.
36174         * lib/strdup.c: Include it.
36175         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
36176         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
36177
36178 2004-02-23  Karl Berry  <karl@gnu.org>
36179
36180         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
36181         (from fencepost.gnu.org:/gd/gnuorg).
36182
36183 2004-02-23  Karl Berry  <karl@gnu.org>
36184
36185         * config/srclistvars.sh (GNUORG) [karl]: redefine.
36186         * config/srclist.txt: add maintain/standards documents.
36187
36188 2004-02-18  Bruno Haible  <bruno@clisp.org>
36189
36190         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
36191         Reported by Derek Robert Price <derek@ximbiot.com>.
36192
36193 2004-02-16  Karl Berry  <karl@gnu.org>
36194
36195         * config/mkinstalldirs, install-sh: update from automake.
36196
36197 2004-02-06  Karl Berry  <karl@gnu.org>
36198
36199         * m4/po.m4: update from gettext 0.14.1.
36200
36201 2004-02-06  Karl Berry  <karl@gnu.org>
36202
36203         * lib/config.charset: update from gettext 0.14.1.
36204
36205 2004-02-05  Paul Eggert  <eggert@twinsun.com>
36206
36207         Add comments and code, prompted by suggestions from Bruno Haible
36208         for sh-quote.
36209         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
36210         describing the enum quoting_style values.
36211         * lib/quotearg.c (quotearg_alloc): New function.
36212         (quotearg_buffer_restyled): Treat lone { and } as special.
36213         Treat = as special.  Work around bug with older shells
36214         that "see" a '\' that is really the 2nd byte of a multibyte char.
36215         Quote empty string with shell_quoting_style.
36216
36217 2004-02-03  Bruno Haible  <bruno@clisp.org>
36218
36219         * m4/pipe.m4: New file, from GNU gettext.
36220
36221 2004-02-03  Bruno Haible  <bruno@clisp.org>
36222
36223         * lib/pipe.h: New file, from GNU gettext.
36224         * lib/pipe.c: New file, from GNU gettext.
36225
36226 2004-01-27  Bruno Haible  <bruno@clisp.org>
36227
36228         * m4/execute.m4: New file, from GNU gettext.
36229
36230 2004-01-27  Bruno Haible  <bruno@clisp.org>
36231
36232         * lib/execute.h: New file, from GNU gettext.
36233         * lib/execute.c: New file, from GNU gettext.
36234         * lib/w32spawn.h: New file, from GNU gettext.
36235
36236 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36237
36238         Merge from diffutils.
36239
36240         * lib/file-type.c (file_type): Add typed memory objects.
36241         * lib/file-type.h (S_TYPEISTMO): New macro.
36242
36243         * lib/c-stack.h (c_stack_action): Remove argv argument.
36244         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
36245         (die): Don't calculate message unless segv_action returns.
36246         (get_stack_location, min_address_from_argv, max_address_from_argv,
36247         volatile stack_base, volatile_stack_size): Remove.
36248         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
36249         that every segmentation violation is a stack overflow.  (Ouch!)
36250         See Debian bug 136249 (still outstanding) for more info about why
36251         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
36252
36253 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36254
36255         Exit-status fix from coreutils.
36256
36257         Use exit_failure consistently in place of EXIT_FAILURE,
36258         so that program exit statuses are consistent on failure.
36259
36260         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
36261         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
36262         * lib/argmatch.h: Comment fix to match the above.
36263         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
36264         Now a macro referring to exit_failure, instead of a separate
36265         variable.  Include "exitfail.h" to get it.
36266         * lib/xstrtol.h: Include "exitfail.h".
36267         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
36268
36269         * lib/long-options.c (parse_long_options): Use prototype
36270         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
36271         for clarity.
36272
36273 2004-01-21  Jim Meyering  <jim@meyering.net>
36274
36275         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
36276         so as not to conflict with a different-sized __mktime_internal
36277         function in GNU libc.
36278         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
36279         Problem building statically-linked `ls' reported by Michael Brunnbauer.
36280
36281 2004-01-20  Karl Berry  <karl@gnu.org>
36282
36283         * config/config.guess: update from config.
36284
36285         * config/srclistvars.sh: GNUWWWLICENSES for karl.
36286
36287 2004-01-20  Bruno Haible  <bruno@clisp.org>
36288
36289         Safer stack allocation.
36290         * lib/setenv.c: Include allocsa.h.
36291         (alloca): Remove fallback definition.
36292         (freea): Remove macro.
36293         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
36294         instead of freea.
36295
36296 2004-01-20  Bruno Haible  <bruno@clisp.org>
36297
36298         * m4/eealloc.m4: New file, from GNU gettext.
36299
36300 2004-01-20  Bruno Haible  <bruno@clisp.org>
36301
36302         * m4/allocsa.m4: New file, from GNU gettext.
36303
36304 2004-01-20  Bruno Haible  <bruno@clisp.org>
36305
36306         * lib/xallocsa.h: New file, from GNU gettext.
36307         * lib/xallocsa.c: New file, from GNU gettext.
36308
36309 2004-01-20  Bruno Haible  <bruno@clisp.org>
36310
36311         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
36312
36313 2004-01-20  Bruno Haible  <bruno@clisp.org>
36314
36315         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
36316         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
36317         specially.
36318
36319 2004-01-20  Bruno Haible  <bruno@clisp.org>
36320
36321         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
36322         patch.
36323
36324 2004-01-20  Bruno Haible  <bruno@clisp.org>
36325
36326         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
36327
36328 2004-01-20  Bruno Haible  <bruno@clisp.org>
36329
36330         * lib/eealloc.h: New file.
36331
36332 2004-01-20  Bruno Haible  <bruno@clisp.org>
36333
36334         * lib/binary-io.h: Avoid warnings on Cygwin.
36335
36336 2004-01-20  Bruno Haible  <bruno@clisp.org>
36337
36338         * lib/allocsa.h: New file, from GNU gettext.
36339         * lib/allocsa.c: New file, from GNU gettext.
36340
36341 2004-01-18  Karl Berry  <karl@gnu.org>
36342
36343         * doc/gpl.texi, doc/lgpl.texi: new files.
36344
36345 2004-01-18  Karl Berry  <karl@gnu.org>
36346
36347         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
36348         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
36349
36350 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36351
36352         Merge from coreutils.
36353
36354         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
36355         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
36356         (gl_DEFAULT_POSIX2_VERSION): Move
36357         the documentation from 'configure' into 'config.hin',
36358         so that 'configure --help' isn't burdened by it and
36359         we don't have to worry about its formatting there.
36360         Reword the documentation so that it's more succinct
36361         and can be run together into a single paragraph.
36362         * m4/same.m4 (gl_SAME): Check for pathconf.
36363
36364 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36365
36366         Merge from coreutils.
36367
36368         * lib/posixver.c: Include posixver.h.
36369
36370         * lib/same.c: Include <stdbool.h>, <limits.h>.
36371         (_POSIX_NAME_MAX): Define if not defined.
36372         (MIN): New macro.
36373         (same_name): If file names are silently truncated, report
36374         that the file names are the same if they are the same after
36375         the silent truncation.
36376
36377         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
36378         conversion function.
36379         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
36380         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
36381         longer needed.
36382
36383 2004-01-15  Jim Meyering  <jim@meyering.net>
36384
36385         Merge from coreutils.
36386
36387         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
36388         if no library is required.
36389         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
36390         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
36391         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
36392         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
36393         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
36394         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
36395         value, $ac_cv_search_crypt, if it's "none required".
36396         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
36397         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
36398         not gl_FUNC_GETLOADAVG.
36399         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
36400         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
36401
36402 2004-01-15  Jim Meyering  <jim@meyering.net>
36403
36404         Merge from coreutils.
36405
36406         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
36407         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
36408         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
36409
36410         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
36411         optional configure-time default.
36412
36413         * lib/version-etc.c (version_etc_copyright): Update copyright date.
36414
36415         * lib/xreadlink.c (xreadlink): Correct outdated comment.
36416
36417 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
36418
36419         Merge from coreutils.
36420
36421         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
36422         value, $ac_cv_search_nanosleep, if it's "none required".
36423
36424 2004-01-14  Paul Eggert  <eggert@twinsun.com>
36425
36426         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
36427         with like-named macro in fnmatch.c.
36428         (EXT): Use an internal constant instead.
36429
36430         Merge fnmatch patches from glibc.
36431         * lib/fnmatch.c (mbsinit): Remove define.
36432         Add libc_hidden_ver (__fnmatch, fnmatch).
36433         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
36434         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
36435
36436 2004-01-14  Karl Berry  <karl@gnu.org>
36437
36438         * config/install-sh: update from automake.
36439
36440 2004-01-13  Karl Berry  <karl@gnu.org>
36441
36442         * config/install-sh: update from automake.
36443
36444 2004-01-09  Karl Berry  <karl@gnu.org>
36445
36446         * config/install-sh: update from automake.
36447
36448 2004-01-05  Karl Berry  <karl@gnu.org>
36449
36450         * config/config.{sub,guess}: update from config.
36451
36452 2003-12-31  Karl Berry  <karl@gnu.org>
36453
36454         * config/depcomp: update from automake.
36455
36456 2003-12-14  Karl Berry  <karl@gnu.org>
36457
36458         * lib/config.charset: update from gettext-runtime.
36459
36460 2003-12-03  Paul Eggert  <eggert@twinsun.com>
36461
36462         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
36463         Bug reported by Alfred M. Szmidt.
36464
36465 2003-12-03  Bruno Haible  <bruno@clisp.org>
36466
36467         * m4/gettext.m4: Upgrade from gettext-0.13.
36468         * m4/po.m4: Upgrade from gettext-0.13.
36469         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
36470         * m4/intmax.m4: New file, from gettext-0.13.
36471         * m4/printf-posix.m4: New file, from gettext-0.13.
36472
36473 2003-11-29  Karl Berry  <karl@gnu.org>
36474
36475         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
36476
36477 2003-11-25  Paul Eggert  <eggert@twinsun.com>
36478             Bruno Haible  <bruno@clisp.org>
36479
36480         * lib/printf-parse.h: Don't include sys/types.h.
36481         (ARG_NONE): New macro.
36482         (char_directive): Change type of *arg_index fields to size_t.
36483         * lib/printf-parse.c: Don't include sys/types.h.
36484         (SSIZE_MAX): Remove macro.
36485         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
36486         Remove unnecessary overflow check.
36487         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
36488         fields.
36489
36490 2003-11-25  Bruno Haible  <bruno@clisp.org>
36491
36492         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
36493
36494 2003-11-25  Bruno Haible  <bruno@clisp.org>
36495
36496         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
36497         gt_TYPE_SSIZE_T.
36498
36499 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36500
36501         * modules/alloca: Remove dependency on xalloc.
36502
36503 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36504
36505         * lib/alloca.c: Remove dependency on xalloc module.
36506         (xalloc_die): Remove.
36507         (memory_full) [!defined emacs]: New macro.
36508         [!defined emacs]: Don't include xalloc.h.
36509         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
36510         address arithmetic overflows.  Change datatypes a bit to avoid
36511         unnecessary casts.
36512
36513 2003-11-22  Jim Meyering  <jim@meyering.net>
36514
36515         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
36516         s/size/size_t/.
36517
36518 2003-11-21  Karl Berry  <karl@gnu.org>
36519
36520         * config/config.{sub,guess}: update from config.
36521
36522 2003-11-18  Karl Berry  <karl@gnu.org>
36523
36524         * config/config.{sub,guess}: update from config.
36525
36526         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
36527
36528 2003-11-17  Paul Eggert  <eggert@twinsun.com>
36529
36530         * README: Mention that S+T cannot overflow if S is the size of
36531         an existing object and T is sufficiently small.
36532
36533 2003-11-17  Jim Meyering  <jim@meyering.net>
36534
36535         On systems without utime and without a utimes function capable of
36536         dealing with a NULL struct utimbuf* argument, this utime replacement
36537         could -- in unusual circumstances -- leak a file descriptor.
36538         * lib/utime.c: Include <unistd.h> and <errno.h>.
36539         (utime_null): Be sure to close `fd' and to preserve errno.
36540         Reported by Geoff Collyer via Arnold Robbins.
36541
36542 2003-11-17  Bruno Haible  <bruno@clisp.org>
36543
36544         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
36545         (Depends-on): Add xsize.
36546
36547 2003-11-17  Bruno Haible  <bruno@clisp.org>
36548
36549         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
36550
36551 2003-11-17  Bruno Haible  <bruno@clisp.org>
36552
36553         * lib/vasnprintf.c (alloca): Remove fallback definition.
36554         (freea): Remove definition.
36555         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
36556         Reported by Paul Eggert.
36557
36558 2003-11-16  Paul Eggert  <eggert@twinsun.com>
36559             Bruno Haible  <bruno@clisp.org>
36560
36561         Protect against address arithmetic overflow.
36562         * lib/printf-args.h: Include stddef.h.
36563         (arguments): Change type of field 'count' to size_t.
36564         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
36565         'unsigned int' where appropriate.
36566         * lib/printf-parse.h: Include sys/types.h.
36567         (char_directive): Change type of *arg_index fields to ssize_t.
36568         (char_directives): Change type of fields 'count', max_*_length to
36569         size_t.
36570         * lib/printf-parse.c: Include sys/types.h and xsize.h.
36571         (SSIZE_MAX): Define fallback value.
36572         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
36573         instead of 'int' where appropriate. Check a_allocated, d_allocated
36574         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
36575         * lib/vasnprintf.c: Include xsize.h.
36576         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
36577         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
36578         overflow. Avoid wraparound when converting a width or precision from
36579         decimal to binary.
36580
36581 2003-11-16  Bruno Haible  <bruno@clisp.org>
36582
36583         Update from GNU gettext.
36584         * lib/printf-parse.c: Generalize to it can be compiled for wide
36585         strings.
36586         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
36587         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
36588         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
36589         SNPRINTF): New macros.
36590         Don't include <alloca.h> if the file is used inside libintl.
36591         (local_wcslen): New function, for Solaris 2.5.1.
36592         (VASNPRINTF): Use it instead of wcslen.
36593
36594 2003-11-16  Bruno Haible  <bruno@clisp.org>
36595
36596         * lib/xsize.h (xmax): New function.
36597         (xsum, xsum3, xsum4): Declare as "pure" functions.
36598
36599 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36600
36601         * modules/xalloc (Files): Undo latest change, since xalloc.h
36602         no longer needs SIZE_MAX or PTRDIFF_MAX.
36603
36604 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36605
36606         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
36607         gl_PTRDIFF_MAX.
36608
36609 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36610
36611         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
36612         "return", to pacify some unknown compiler.  Problem reported
36613         by Joerg Schilling.
36614
36615 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36616
36617         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
36618         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
36619         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
36620         heuristic is just as accurate as far as we know, and it removes a
36621         dependency on size_max.m4 and ptrdiff_max.m4.
36622
36623 2003-11-11  Bruno Haible  <bruno@clisp.org>
36624
36625         * modules/xsize (Files): Add m4/size_max.m4.
36626         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
36627
36628 2003-11-11  Bruno Haible  <bruno@clisp.org>
36629
36630         * m4/size_max.m4: New file.
36631         * m4/ptrdiff_max.m4: New file.
36632         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
36633         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
36634         (gl_XALLOC): Invoke it.
36635
36636 2003-11-11  Bruno Haible  <bruno@clisp.org>
36637
36638         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
36639         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
36640         defined.
36641
36642 2003-11-10  Paul Eggert  <eggert@twinsun.com>
36643
36644         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
36645         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
36646         rejected some allocations of exactly SIZE_MAX - 2 bytes.
36647         From Bruno Haible.
36648         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
36649         not (size_t) -1, since it's defined here.
36650
36651 2003-11-09  Karl Berry  <karl@gnu.org>
36652
36653         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
36654
36655 2003-11-06  Paul Eggert  <eggert@twinsun.com>
36656
36657         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
36658         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
36659         Reject sizes of exactly SIZE_MAX bytes.
36660         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
36661         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
36662
36663 2003-11-05  Bruno Haible  <bruno@clisp.org>
36664
36665         * lib/xsize.h: Include limits.h, to avoid a possible collision with
36666         SIZE_MAX defined in <limits.h> on Solaris.
36667
36668 2003-11-04  Jim Meyering  <jim@meyering.net>
36669
36670         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
36671         variable names, rather than @VAR@.
36672         * modules/poll: Likewise.
36673
36674 2003-11-04  Bruno Haible  <bruno@clisp.org>
36675
36676         * modules/xsize: New file.
36677         * modules/linebreak: Depend on xsize.
36678         * MODULES.html.sh (func_all_modules): Add xsize.
36679
36680 2003-11-04  Bruno Haible  <bruno@clisp.org>
36681
36682         * m4/xsize.m4: New file.
36683
36684 2003-11-04  Bruno Haible  <bruno@clisp.org>
36685
36686         * lib/xsize.h: New file.
36687         * lib/linebreak.c: Include xsize.h.
36688         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
36689         argument for overflow.
36690         Suggested by Paul Eggert.
36691
36692 2003-11-03  Karl Berry  <karl@gnu.org>
36693
36694         * config/config.{guess,sub}: update from config.
36695
36696 2003-11-03  Jim Meyering  <jim@meyering.net>
36697
36698         * modules/userspec (lib_SOURCES): Add userspec.h.
36699         (Include): Add "userspec.h".
36700         Improve description.
36701
36702 2003-11-03  Jim Meyering  <jim@meyering.net>
36703
36704         * lib/userspec.c: Include "userspec.h".
36705         * lib/userspec.h: New file.
36706
36707 2003-11-03  Bruno Haible  <bruno@clisp.org>
36708
36709         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
36710
36711 2003-11-03  Bruno Haible  <bruno@clisp.org>
36712
36713         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
36714         available, to avoid (extremely rare) race condition.
36715         Suggested by Paul Eggert.
36716
36717 2003-11-02  Karl Berry  <karl@gnu.org>
36718
36719         * config/srclist.txt (vasprintf.c): sync broken, sigh.
36720
36721 2003-10-31  Paul Eggert  <eggert@twinsun.com>
36722
36723         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
36724         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
36725         (read_filesystem_list): Set and use me_type_malloced.
36726         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
36727         whatever the type happens to be), for brevity and consistency.
36728         Check for size calculation overflow on Alphas running OSF/1.
36729
36730 2003-10-31  Jim Meyering  <jim@meyering.net>
36731
36732         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
36733
36734         * lib/linebuffer.c: Include <string.h> for declaration of memset.
36735
36736 2003-10-30  Paul Eggert  <eggert@twinsun.com>
36737             Bruno Haible  <bruno@clisp.org>
36738
36739         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
36740         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
36741
36742 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
36743
36744         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
36745         netbsd*-gnu*.  Suggested by Robert Millan.
36746
36747 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36748
36749         * modules/group-member: Depend on stdbool.
36750
36751 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36752
36753         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
36754
36755 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36756
36757         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
36758         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
36759         after the 'gnu' in these cases.  This fixes some bugs in the
36760         previous change, and is based on suggestions by Robert Millan.
36761
36762 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36763
36764         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
36765         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
36766         no longer needed.
36767         * lib/quotearg.c (quotearg_n_options): Use it.
36768         * lib/group-member.c: Include <stdbool.h>.
36769         (free_group_info): Arg is now const *; don't free arg.
36770         (get_group_info): Now returns bool and accepts struct group_info *,
36771         rather than returning a malloc'ed struct group_info *.
36772         All uses changed.  Check for overflow in internal size calculation.
36773
36774         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
36775         rather than xmalloc/xrealloc.
36776         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
36777         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
36778         conformance bug: the old code used a pointer after freeing the
36779         storage that it addressed.
36780         * lib/hash.c (hash_initialize): Simplify the code by using
36781         xalloc_oversized rather than doing it by hand.
36782         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
36783         the buffer preserved.  Use free and xmalloc instead.
36784         * lib/quotearg.c (quotearg_n_options): Likewise.
36785         Use a simpler test for size overflow.  Don't use xalloc_oversized
36786         because unsigned int might be wider than size_t (!); this suggests
36787         that we should switch from unsigned int to size_t for slot numbers.
36788
36789 2003-10-28  Paul Eggert  <eggert@twinsun.com>
36790
36791         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
36792         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
36793         NetBSD kernels.  Requested by Richard Stallman.
36794
36795 2003-10-27  Paul Eggert  <eggert@twinsun.com>
36796
36797         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
36798         to allocate the returned structure.  Do not allocate a subarray,
36799         as x2nrealloc will do that.
36800         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
36801         instead of xnrealloc.
36802         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
36803
36804 2003-10-27  Bruno Haible  <bruno@clisp.org>
36805
36806         * lib/stdbool_.h: Better support for BeOS.
36807
36808 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36809
36810         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
36811         now uses inline.
36812
36813 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36814
36815         * lib/xalloc.h (xalloc_oversized): New static inline function, for
36816         callers that want to do their own size-overflow checking.  Include
36817         <stdbool.h>, since xalloc_oversized returns bool.
36818         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
36819         to use xalloc_oversized.
36820
36821         Add two functions x2realloc, x2nrealloc, for programs that grow
36822         arrays dynamically by doubling their sizes.
36823         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
36824         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
36825         New functions.
36826
36827         Port to C99 semantics for 'inline' of external functions.
36828         Bug reported by Bruno Haible.
36829         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
36830         with the old contents of xnmalloc.
36831         (xnmalloc, xmalloc): Use it.
36832         (xnrealloc_inline): New static inline function,
36833         with the old contents of xnrealloc.
36834         (xnrealloc, xrealloc): Use it.
36835
36836         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
36837         that.
36838
36839 2003-10-26  Karl Berry  <karl@gnu.org>
36840
36841         * config/srclist.txt (COPYING.DOC): no longer available from
36842         /gd/gnuorg; don't know where the ultimate source is.
36843
36844 2003-10-25  Paul Eggert  <eggert@twinsun.com>
36845
36846         Fix several address-calculation bugs in the hash modules,
36847         plus some minor code cleanup.
36848
36849         * lib/hash.h: Include <stdbool.h>, for bool.
36850         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
36851         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
36852         hash_get_n_entries, hash_get_max_bucket_length,
36853         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
36854         hash_rehash): Use size_t rather than unsigned.
36855         * lib/hash.c (struct hash_table, hash_get_n_buckets,
36856         hash_get_n_buckets_used, hash_get_n_entries,
36857         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
36858         hash_get_entries, hash_do_for_each, hash_string, is_prime,
36859         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
36860         Likewise.
36861         (SIZE_MAX): Define if not defined.
36862         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
36863         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
36864         hash_print):
36865         Use const * when possible.
36866         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
36867         (check_tuning): Fix bug: if tuning parameters were very close to
36868         0 or 1, rounding errors could have caused subscript violations.
36869         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
36870         (hash_initialize): Add 'fail:' label
36871         to free table and return NULL, and use it to simplify code.
36872         Use calloc rather than clearing the storage ourself.
36873         (hash_initialize, hash_rehash): Check for arithmetic overflow in
36874         buffer size calculations.
36875         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
36876         Include <stddef.h>, for size_t.
36877         * lib/hash-pjw.c (hash_pjw): Likewise.
36878         Switch to method described by Bruno Haible.
36879         Include <limits.h>, for CHAR_BIT.
36880         (SIZE_BITS): New macro.
36881
36882 2003-10-23  Paul Eggert  <eggert@twinsun.com>
36883
36884         * m4/getline.m4 (AM_FUNC_GETLINE):
36885         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
36886         hosts.  Problem reported by Derek Robert Price in
36887         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
36888         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
36889         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
36890
36891 2003-10-21  Paul Eggert  <eggert@twinsun.com>
36892
36893         * lib/getndelim2.c (getndelim2): When size calculation overflows,
36894         ceiling the allocation at NMAX bytes rather than silently
36895         discarding input bytes before NMAX is reached.  This makes
36896         a difference only if NMAX exceeds SIZE_MAX / 2.
36897
36898         * lib/obstack.c: Merge from glibc.
36899         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
36900         Add libc_hidden_def (_obstack_newchunk).
36901         (_obstack_free) [! defined _LIBC]: Remove.
36902         [defined _LIBC]: Make a strong alias from obstack_free, rather than
36903         a clone of the function body.
36904         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
36905         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
36906
36907         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
36908         glibc.
36909         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
36910         arg to memcpy.
36911
36912         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
36913         (obstack_ptr_grow_fast, obstack_int_grow_fast):
36914         Don't use lvalue casts, as GCC plans to remove support for them
36915         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
36916         was also present in the non-GCC version, indicating that this
36917         code had always been buggy and had never been widely used.
36918         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
36919         Use the fast variant of each macro, rather than copying the
36920         definiens of the fast variant; that way, we'll be more likely to
36921         catch future bugs in the fast variants.
36922
36923 2003-10-20  Bruno Haible  <bruno@clisp.org>
36924
36925         * modules/wait-process: New file.
36926         * MODULES.html.sh (func_all_modules): Add wait-process.
36927
36928 2003-10-20  Bruno Haible  <bruno@clisp.org>
36929
36930         * m4/wait-process.m4: New file.
36931
36932 2003-10-20  Bruno Haible  <bruno@clisp.org>
36933
36934         * lib/wait-process.h: New file, from GNU gettext.
36935         * lib/wait-process.c: New file, from GNU gettext.
36936
36937 2003-10-19  Jim Meyering  <jim@meyering.net>
36938
36939         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
36940         HPUX 10.20.
36941
36942 2003-10-18  Karl Berry  <karl@gnu.org>
36943
36944         * config/config.guess: update from config.
36945
36946 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36947
36948         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
36949         (getgroups): First arg is int, not size_t.
36950         Don't let 'free' mangle errno.
36951
36952 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36953
36954         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
36955
36956 2003-10-16  Karl Berry  <karl@gnu.org>
36957
36958         * config/config.{guess,sub}: update from config.
36959
36960 2003-10-16  Jim Meyering  <jim@meyering.net>
36961
36962         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
36963         memcpy.
36964
36965 2003-10-15  Paul Eggert  <eggert@twinsun.com>
36966
36967         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
36968         (SIZE_MAX): Remove.
36969         (new_exclude, add_exclude_file): Initial size no longer needs to
36970         be a power of 2.
36971         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
36972         our own address arithmetic overflow checking.
36973
36974         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
36975         (fnmatch): Do not alloca more than 2000 wide characters;
36976         instead, use malloc for large buffers.
36977         Check for address arithmetic overflow, and return -1
36978         with errno set to ENOMEM in that case.
36979         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
36980         (NEW_PATTERN): Do not alloca more than 8000 bytes;
36981         instead, return -1.  Check for address arithmetic overflow.
36982
36983 2003-10-14  Paul Eggert  <eggert@twinsun.com>
36984
36985         Handle invalid suffixes and overflow independently, so that
36986         callers can treat them independently as needed.  Fix some bugs in
36987         suffix handling, e.g., "100k@" was not diagnosed as an invalid
36988         suffix for a human-readable blocksize.  The major caller-visible
36989         change is the addition of a new
36990         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
36991         that both overflow and suffix chars were found.
36992
36993         * lib/human.c (humblock): Don't check separately for invalid suffix
36994         char; that is xstrtoumax's job (now that its bug is fixed).
36995         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
36996         INTMAX_MAX]: New macros.
36997         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
36998         TYPE_MAXIMUM): New macros.
36999         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
37000         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
37001         if overflow occurs, as it's what __strtol does and it's more useful
37002         in practice.
37003         (__xstrtol): If __strtol reports some error other than ERANGE,
37004         reflect it to the caller as LONGINT_INVALID.  If it reports
37005         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
37006         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
37007         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
37008         value.
37009         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
37010         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
37011         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
37012         [defined UINTMAX_MAX]: New macros.
37013
37014 2003-10-14  Bruno Haible  <bruno@clisp.org>
37015
37016         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
37017
37018 2003-10-14  Bruno Haible  <bruno@clisp.org>
37019
37020         * m4/sig_atomic_t: New file, from GNU gettext.
37021         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
37022
37023 2003-10-14  Bruno Haible  <bruno@clisp.org>
37024
37025         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
37026         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
37027         Also use volatile where needed.
37028
37029 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37030
37031         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
37032         Change maintainer from Bruno Haible to 'all'.
37033
37034 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37035
37036         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
37037
37038 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37039
37040         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
37041         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
37042         and define in terms of the other primitives.
37043         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
37044         (SIZE_MAX): Define if not already defined.
37045         (array_size_overflow): New function.
37046         (xalloc_die): Abort instead of exiting if 'error' returns.
37047         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
37048         (xmalloc, xrealloc): Use them.
37049         (xcalloc): Check for address arithmetic overflow.
37050         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
37051         a bit faster than strcpy.
37052
37053 2003-10-10  Simon Josefsson  <jas@extundo.com>
37054
37055         * modules/argp (Depends-on): Add restrict and strcase.
37056
37057 2003-10-10  Simon Josefsson  <jas@extundo.com>
37058
37059         * m4/argp.m4: Add AC_C_INLINE.
37060
37061 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37062
37063         Merge getpass from libc, plus a few fixes.
37064
37065         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
37066         Include <stdbool.h>.
37067         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
37068         __fsetlocking to empty.
37069         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
37070         do include <bits/libc-lock.h>.
37071         Do not include <fcntl.h>; not needed.
37072         [_LIBC]: Include <wchar.h>.
37073         (NOTCANCEL_MODE): New macro.
37074         (flockfile, funlockfile) [_LIBC]: New macros.
37075         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
37076         [!_LIBC]: New macros.
37077         (call_fclose): New function.
37078         (getpass): Use it.  Save tty stream separately; this simplifies the
37079         code and makes it more reliable if stdin happens to equal stdout.
37080         Invoke __fsetlocking on tty.
37081         Handle thread cancellation if needed.
37082         Namespace cleanup (use __tcgetattr, __getline).
37083         Use bool for Booleans.
37084         [USE_IN_LIBIO]: Handle wide streams.
37085         [!_LIBC]: Unconditionally do the fseek, since we don't know what
37086         stream might go where.
37087
37088         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
37089         doesn't have to include <stdio.h> before us.
37090         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
37091         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
37092         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
37093         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
37094         if not declared, so that we can use getpass.c code from libc without
37095         rewriting it.
37096         (flockfile, ftrylockfile, funlockfile): New macros.
37097
37098 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37099
37100         * modules/getpass: Depend on stdbool.
37101
37102 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37103
37104         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
37105
37106 2003-10-07  Karl Berry  <karl@gnu.org>
37107
37108         * config/config.{guess,sub}: update from config.
37109
37110 2003-10-06  Jim Meyering  <jim@meyering.net>
37111             Bruno Haible  <bruno@clisp.org>
37112
37113         This lets translators provide better translations for the
37114         "Written by ..." part of --version output.
37115         * lib/version-etc.h: Include stdarg.h.
37116         (version_etc_copyright): Declare as readonly.
37117         (version_etc): Make this function variadic with a NULL-terminated list
37118         of author name strings.
37119         (version_etc_va): New declaration.
37120         * lib/version-etc.c: Include stdarg.h, stdlib.h.
37121         (version_etc_copyright): Declare as readonly.
37122         (version_etc_va): New function. Provide a different translatable string
37123         for each possible number of authors < 10. Abbreviate when there are 10
37124         authors or more.
37125         (version_etc): Make this function variadic. Call version_etc_va.
37126         Suggestion from Gary V. Vaughan.
37127
37128         * lib/long-options.h (parse_long_options): Change prototype: the
37129         authors string is moved to the end and becomes variadic.
37130         * lib/long-options.c: Include stdarg.h.
37131         (parse_long_options): Make this function variadic, too.
37132         Call version_etc_va, not version_etc.
37133
37134 2003-10-06  Bruno Haible  <bruno@clisp.org>
37135
37136         * modules/version-etc-2: Remove file.
37137         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
37138
37139 2003-10-06  Bruno Haible  <bruno@clisp.org>
37140
37141         * modules/fatal-signal: New file.
37142         * MODULES.html.sh (func_all_modules): Add fatal-signal.
37143
37144 2003-10-06  Bruno Haible  <bruno@clisp.org>
37145
37146         * m4/fatal-signal.m4: New file.
37147         * m4/signalblocking.m4: New file, from GNU gettext.
37148
37149 2003-10-06  Bruno Haible  <bruno@clisp.org>
37150
37151         * lib/version-etc-2.h: Remove file.
37152         * lib/version-etc-2.c: Remove file.
37153
37154 2003-10-06  Bruno Haible  <bruno@clisp.org>
37155
37156         * lib/fatal-signal.h: New file, from GNU gettext.
37157         * lib/fatal-signal.c: New file, from GNU gettext.
37158
37159 2003-10-05  Paul Eggert  <eggert@twinsun.com>
37160
37161         * README: Rework advice for preventing empty .o files.
37162         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
37163         not <sys/types.h>.
37164
37165 2003-10-04  Karl Berry  <karl@gnu.org>
37166
37167         * lib/argp*: update from libc.
37168
37169 2003-10-04  Karl Berry  <karl@gnu.org>
37170
37171         * config/config.{guess,sub}: update from config.
37172
37173 2003-10-02  Bruno Haible  <bruno@clisp.org>
37174
37175         * modules/lchown (Include): Add lchown.h.
37176         * modules/time_r (Include): Use "..." syntax.
37177         * modules/xgetdomainname (Include): Add xgetdomainname.h.
37178
37179 2003-10-01  Simon Josefsson  <jas@extundo.com>
37180
37181         * MODULES.html.sh (func_all_modules): Move gethostname from section
37182         'based on' to section 'lacking' POSIX:2001.
37183
37184 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
37185
37186         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
37187         to output mode on the same stream.
37188
37189 2003-09-29  Paul Eggert  <eggert@twinsun.com>
37190
37191         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
37192         Fix arg typo in previous patch.
37193
37194 2003-09-28  Jim Meyering  <jim@meyering.net>
37195
37196         * lib/error.c: Correct cpp indentation.
37197
37198 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37199
37200         * modules/free: New file.
37201
37202 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37203
37204         * m4/free.m4: New file.
37205
37206 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37207
37208         * lib/minmax.h (MIN, MAX)
37209         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
37210         Omit the special code that used __typeof__, since we worry that
37211         it could be more trouble than it's worth.  See:
37212         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
37213         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
37214
37215         * lib/free.c: New file.
37216
37217 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
37218
37219         Trivial fixes to Makefile.am parts of module listings.
37220         * modules/strstr: Append strstr.h to lib_SOURCES.
37221         * modules/strcase: Likewise, for strcase.h.
37222
37223 2003-09-27  Karl Berry  <karl@gnu.org>
37224
37225         * config/mkinstalldirs: update from automake.
37226
37227 2003-09-26  Paul Eggert  <eggert@twinsun.com>
37228
37229         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
37230         (error_tail): Do not loop, reallocating temporary buffer, since
37231         the output cannot contain more wide characters than the input
37232         contains bytes, the size must be big enough already.  This avoids
37233         one potential size overflow calculation.  Check for size overflow
37234         when calculating temporary buffer size.  Free temporary buffer
37235         when done, if it was allocated with malloc; this plugs a memory
37236         leak.  Remove casts from void * to pointers, that are no longer
37237         needed now that we're assuming C89 or better.
37238
37239         Merge error changes from glibc.
37240
37241         * lib/error.c, error.h: Update copyright notice header to match glibc.
37242         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
37243         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
37244         Disable cancellation while printing error.
37245         * lib/error.h: Prepend __ to parameter names.
37246
37247 2003-09-26  Jim Meyering  <jim@meyering.net>
37248
37249         * lib/error.c (error_tail): Move some declarations
37250         into inner scope where the local variables are used.
37251
37252 2003-09-26  Bruno Haible  <bruno@clisp.org>
37253
37254         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
37255         stpncpy().
37256         Don't define stpncpy through config.h; it's now done through stpncpy.h.
37257
37258 2003-09-26  Bruno Haible  <bruno@clisp.org>
37259
37260         * lib/stpncpy.h (gnu_stpncpy): New declaration.
37261         (stpncpy): Define as alias for gnu_stpncpy.
37262         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
37263
37264 2003-09-25  Simon Josefsson  <jas@extundo.com>
37265
37266         * lib/xgetdomainname.h: New file.
37267         * lib/xgetdomainname.c: New file.
37268
37269 2003-09-25  Simon Josefsson  <jas@extundo.com>
37270             Bruno Haible  <bruno@clisp.org>
37271
37272         * modules/getdomainname: New file.
37273         * modules/xgetdomainname: New file.
37274         * MODULES.html.sh (func_all_modules): Add getdomainname,
37275         xgetdomainname.
37276
37277 2003-09-25  Simon Josefsson  <jas@extundo.com>
37278             Bruno Haible  <bruno@clisp.org>
37279
37280         * m4/getdomainname.m4: New file.
37281
37282 2003-09-25  Simon Josefsson  <jas@extundo.com>
37283             Bruno Haible  <bruno@clisp.org>
37284
37285         * lib/getdomainname.h: New file.
37286         * lib/getdomainname.c: New file.
37287
37288 2003-09-25  Karl Berry  <karl@gnu.org>
37289
37290         * lib/argp-fmtstream.c, argp-help.c: update from libc.
37291
37292 2003-09-25  Karl Berry  <karl@gnu.org>
37293
37294         * config/install-sh: update from automake.
37295
37296 2003-09-25  Bruno Haible  <bruno@clisp.org>
37297
37298         * modules/version-etc-2: New file, from modules/version-etc with
37299         modifications.
37300         * MODULES.html.sh (func_all_modules): Add version-etc-2.
37301
37302 2003-09-25  Bruno Haible  <bruno@clisp.org>
37303
37304         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
37305         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
37306
37307 2003-09-24  Simon Josefsson  <jas@extundo.com>
37308
37309         * modules/xgethostname: Add xgethostname.h.
37310
37311 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37312
37313         * lib/linebuffer.c (freebuffer): Don't free the argument, just
37314         the buffer associated with the argument.  Bug reported by
37315         Simon Josefsson.
37316
37317 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37318
37319         * README: Document assumptions that 'int' is at least 32 bits
37320         wide, that integer arithmetic is 2's complement without overflow,
37321         that there are no holes in integer values, that adding sizes of
37322         two nonoverlapping objects can't overflow, and that all-bits-zero
37323         yields scalar zero.  Fix spelling and capitalization typos.
37324
37325 2003-09-19  Karl Berry  <karl@gnu.org>
37326
37327         * lib/argp.h: update from libc.
37328
37329 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37330
37331         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
37332         to avoid spurious warnings like "AC_RUN_IFELSE was called before
37333         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
37334
37335 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37336
37337         * gnulib-tool: Use "test -h", not "test -L", for portability
37338         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
37339         (tags_regexp): Remove, since \| doesn't conform to POSIX.
37340         (sed_extract_prog): Issue s commands one-by-one, rather than
37341         using \| in one s command.
37342
37343 2003-09-16  Paul Eggert  <eggert@twinsun.com>
37344
37345         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
37346         input error, instead of returning NULL the next time we are called
37347         (and therefore losing track of errno).
37348
37349 2003-09-16  Bruno Haible  <bruno@clisp.org>
37350
37351         * gnulib-tool (func_create_testdir): Warn about duplicated
37352         dependencies.
37353
37354 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37355
37356         * modules/argmatch, modules/fatal, modules/obstack,
37357         modules/xalloc, modules/xgethostname: Sort dependencies by
37358         importance, not alphabetically.
37359
37360 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37361
37362         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
37363         fails, so that the caller gets the proper errno.
37364
37365         * lib/readutmp.c (read_utmp): Likewise.
37366         Check for fstat error.  Close stream and free storage
37367         when failing.
37368
37369 2003-09-14  Karl Berry  <karl@gnu.org>
37370
37371         * config/srclist.txt (strdup.c): disable for c89 changes.
37372
37373 2003-09-14  Jim Meyering  <jim@meyering.net>
37374
37375         * lib/getloadavg.c: Correct cpp indentation.
37376         * lib/strdup.c: Likewise.
37377         * lib/vasnprintf.c: Likewise.
37378
37379 2003-09-14  Bruno Haible  <bruno@clisp.org>
37380
37381         * modules/fwriteerror: New file.
37382         * MODULES.html.sh (func_all_modules): Add fwriteerror.
37383
37384 2003-09-14  Bruno Haible  <bruno@clisp.org>
37385
37386         * lib/fwriteerror.h: New file.
37387         * lib/fwriteerror.c: New file.
37388
37389 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37390
37391         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
37392         modules/xgethostname, modules/xalloc: Depend on exit.
37393
37394 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37395
37396         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
37397
37398         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
37399         and AC_MINIX, too, so that their extensions are available.
37400
37401         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
37402         This macro has been superseded by gl_BACKUPFILE.
37403
37404         More patches to assume C89 or better.
37405
37406         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
37407
37408         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
37409         unconditionally.
37410         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
37411         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
37412         Include <string.h>, <stdlib.h> unconditionally.
37413         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
37414         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
37415         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
37416         headers or for string.h.
37417         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
37418         or strtoul.
37419
37420         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
37421         headers.
37422         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
37423         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37424         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
37425         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
37426         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37427         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
37428         memcpy, memset.
37429         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
37430         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
37431         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
37432         strtol.
37433         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
37434         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
37435         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
37436         strtoul.
37437
37438 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37439
37440         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
37441         * lib/obstack.c [!defined _LIBC]: Likewise.
37442         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
37443         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
37444         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
37445
37446         More changes to assume C89 or better.
37447
37448         * lib/error.c (error_tail): Assume vprintf.
37449
37450         * lib/argmatch.c (getenv): Remove decl.
37451         * lib/progreloc.c (get_full_program_name): Define via prototype.
37452         * lib/setenv.c (clearenv): Likewise.
37453         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
37454         needed.
37455         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
37456         (malloc, memcpy): Remove decls.
37457         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
37458         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
37459         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37460         (memcpy): Remove macro.
37461         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
37462         (__P): Remove.  All uses removed.
37463         (PTR): Remove.  All uses changed to void *.
37464         (CHAR_BIT, NULL): Remove.
37465         (spaces, zeros, memset_space, memset_zero)
37466         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
37467         Remove.
37468         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
37469         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
37470         Define with prototype.
37471         Remove now-unnecessary prototype decl.
37472         (extra_args_spec): Assume ANSI C.  All uses changed.
37473         (extra_args_spec_iso): Remove.
37474         (my_strftime, emacs_strftimeu): Define via prototype.
37475         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
37476         unconditionally.
37477         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
37478         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
37479         (strtoul, strtol): Remove decls.
37480         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
37481         LONG_MAX): Remove.
37482         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37483         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
37484         (LOCALE_PARAM_PROTO): New macro.
37485         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
37486         (INTERNAL (strtol), strtol): Define with a prototype.
37487         (PARAMS): Remove.  All uses removed.
37488         * lib/tempname.c: Include <string.h> unconditionally.
37489         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
37490         * lib/xgethostname.c (main): Define with a prototype.
37491         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
37492         Include <stdlib.h> unconditionally.
37493         (calloc, malloc, realloc, free): Remove decls.
37494         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
37495         Include <stdlib.h> unconditionally.  Sort include file names.
37496         (strtod): Remove.
37497         (xstrtod): Define with a prototype.
37498         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
37499         (strtol, strtoul): Remove decls.
37500
37501 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37502
37503         More patches to assume C89 or better.
37504         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
37505         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
37506         string.h, memchr, STDC_HEADERS.
37507
37508 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37509
37510         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
37511         Include <stdlib.h>, <string.h> unconditionally.
37512         Remove now-unnecessary cast to char *.
37513         * lib/strnlen.c: Include <string.h> unconditionally.
37514         * lib/yesno.c (yesno): Define with a prototype.
37515
37516 2003-09-11  Bruno Haible  <bruno@clisp.org>
37517
37518         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
37519
37520 2003-09-10  Jim Meyering  <jim@meyering.net>
37521
37522         * lib/error.c: Correct indentation of cpp directives.
37523
37524 2003-09-10  Bruno Haible  <bruno@clisp.org>
37525
37526         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
37527         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
37528         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
37529         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
37530         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
37531         <stdlib.h> and <string.h> checks.
37532         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
37533         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
37534
37535 2003-09-10  Bruno Haible  <bruno@clisp.org>
37536
37537         * lib/strcspn.c: Include <string.h> unconditionally.
37538         * lib/strpbrk.c: Include <string.h> unconditionally.
37539         * lib/strstr.c: Include <string.h> unconditionally.
37540         * lib/unicodeio.c: Include <string.h> unconditionally.
37541         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
37542         * lib/unsetenv.c: Likewise.
37543         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
37544         * lib/yesno.c: Include <stdlib.h> unconditionally.
37545         (rpmatch): Add prototype.
37546
37547 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37548
37549         More patches to assume C89 or better.
37550         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
37551         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
37552         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
37553         or for string.h.
37554         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
37555         stdlib.h.
37556         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
37557         C headers.
37558         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
37559         string.h.
37560         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
37561         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
37562         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
37563         or for string.h.
37564         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
37565         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
37566         C headers.
37567         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
37568         memcpy.
37569         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
37570         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
37571         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
37572         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
37573         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
37574         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
37575         string.h, free.
37576         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
37577         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
37578         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
37579         C headers, or for string.h.
37580         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
37581         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
37582         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
37583         headers, memory.h, stdlib.h, string.h, strings.h.
37584         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
37585         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
37586         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
37587         strchr.
37588         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
37589         headers, memory.h, string.h.
37590         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
37591         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
37592         free.
37593         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
37594         headers.
37595         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
37596         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
37597         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
37598         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
37599         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
37600
37601 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37602
37603         More K&R removal.
37604
37605         * lib/acosl.c (main): Use a prototype.
37606         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
37607         tanl.c: Likewise.
37608
37609         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
37610
37611         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
37612         (getopt, etopt_long, getopt_long_only, _getopt_internal)
37613         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
37614         with a prototype.
37615         * lib/getopt.c (const): Remove macro.
37616         Include <string.h> unconditionally.
37617         (my_index): Remove; all uses changed to strchr.
37618         (strlen): Remove decl.
37619         (exchange): Remove forward decl; no longer needed.
37620         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
37621         Define with prototype.
37622         * lib/getopt1.c (const): Remove macro.
37623         (getopt_long, getopt_long_only, main): Define with prototype.
37624
37625         * lib/getugroups.c: Include <string.h> unconditionally.
37626
37627         * lib/getusershell.c: Include <stdlib.h> unconditionally.
37628         (getusershell, setusershell, endusershell, readname, main):
37629         Define with prototypes.
37630
37631         * lib/group-member.c: Include group-member.h first.
37632         Include <stdlib.h> unconditionally.
37633
37634         * lib/hard-locale.c: Include hard-locale.h first.
37635         Include <stdlib.h>, <string.h> unconditionally.
37636
37637         * lib/hash.c (free, malloc): Remove decls.
37638         Include <stdlib.h> unconditionally.
37639
37640         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
37641         (getenv): Do not declare.
37642
37643         * lib/idcache.c: Include <string.h> unconditionally.
37644
37645         * lib/long-options.c: Include long-options.h first, to test interface.
37646         Include <stdlib.h> unconditionally.
37647
37648         * lib/makepath.c: Include makepath.h first, to test interface.
37649         Include <stdlib.h> and <string.h> unconditionally.
37650
37651         * lib/linebuffer.c: Include <stdlib.h>.
37652         (free): Remove decl.
37653
37654         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
37655         stddef.h. rpl_malloc returns void *, not char *.
37656         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
37657         prototype.
37658
37659         * lib/md5.h: Include <limits.h> unconditionally.
37660         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
37661         (__P): Remove; all uses removed.
37662         * lib/md5.c: Include "md5.h" first.
37663         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
37664         md5_buffer, md5_process_bytes, md5_process_block):
37665         Define with prototypes.
37666         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
37667         * lib/sha.c: Include "sha.h" first.
37668         Include <stdlib.h>, <string.h> unconditionally.
37669
37670         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
37671         * lib/memcmp.c (__ptr_t): Likewise.
37672         * lib/memrchr.c (__ptr_t): Likewise.
37673         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
37674         Include <string.h> unconditionally.
37675         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
37676         * lib/memchr.c: Include <stdlib.h> unconditionally.
37677         * lib/memchr.c (LONG_MAX): Remove.
37678         * lib/memrchr.c (LONG_MAX): Likewise.
37679         * lib/memchr.c (__memchr): Define via a prototype.
37680         * lib/memrchr.c (__memrchr): Likewise.
37681         * lib/memcmp.c (__P): Remove, and remove all uses.
37682         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
37683         Remove forward decls; no longer needed.
37684         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
37685         Use types required by C89 in prototype.
37686
37687         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
37688         * lib/savedir.c: Likewise.
37689         * lib/mkdir.c (free): Remove decl.
37690         * lib/rmdir.c (rmdir): Define with a prototype.
37691         * lib/savedir.c: Include savedir.h first, to test interface.
37692
37693         * lib/mktime.c (STDC_HEADERS): Remove.
37694         Include <stdlib.h>, <string.h> unconditionally.
37695
37696         * lib/modechange.c: Include <stdlib.h> unconditionally.
37697         (malloc): Remove decl.
37698
37699         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
37700         (free): Remove decl.
37701
37702         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
37703         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
37704         (This type really should be intptr_t, but that's a C99ism.)
37705         (_obstack_memcpy): Remove: all uses changed to memcpy.
37706         Include <string.h> unconditionally.
37707         (struct obstack): Assume __STDC__ for types of members
37708         chunkfun, freefun, extra_arg.
37709         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
37710         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
37711         obstack_begin, obstack_specify_allocation,
37712         obstack_specify_allocation_with_arg, obstack_chunkfun,
37713         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
37714         Remove unprototyped decls and the macros that use them.
37715         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
37716         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
37717         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
37718         (defined __STDC__ && __STDC__)]:
37719         Remove nonprototyped code.
37720         Include <stdlib.h> unconditionally.
37721         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
37722         _obstack_allocated_p, _obstack_free, obstack_free,
37723         _obstack_memory_used, print_and_abort):
37724         Define using prototypes.
37725         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
37726         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
37727         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
37728         obstack_next_free, obstack_object_size, obstack_room) [0]:
37729         Remove unused, unprototyped code.
37730
37731         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
37732
37733         * lib/physmem.c (physmem_total, physmem_available, main): Define
37734         with prototypes.
37735
37736         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
37737         (main): Define with a prototype.
37738
37739         * lib/posixver.c (getenv): Remove decl.
37740
37741         * lib/putenv.c (malloc): Returns void *, not char *.
37742         Include <string.h> unconditionally.
37743         (strchr, memcpy, NULL): Do not define.
37744
37745         * lib/readtokens.c: Include readtokens.h first, to test interface.
37746         Include <stdlib.h>, <string.h> unconditionally.
37747         (init_tokenbuffer): Define with a prototype.
37748
37749         * lib/regex.c (PARAMS): Remove.  All uses removed.
37750         All uses of _RE_ARGS removed, too.
37751         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37752         unconditionally.
37753         (bzero): Assume memset exists.
37754         (memcmp, memcpy, NULL): Remove.
37755         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
37756         char, or assignments to local vars of type signed char.
37757         (init_syntax_once, PREFIX(extract_number_and_incr),
37758         PREFIX(print_partial_compiled_pattern),
37759         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
37760         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
37761         PREFIX(regex_grow_registers), PREFIX(regex_compile),
37762         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
37763         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
37764         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
37765         wcs_compile_range, byte_compile_range, truncate_wchar,
37766         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
37767         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
37768         count_mbs_length, wcs_re_match_2_internal,
37769         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
37770         PREFIX(alt_match_null_string_p),
37771         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
37772         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
37773         regfree, PREFIX(extract_number)): Define with prototype.  Remove
37774         now-unnecessary declaration, if any.
37775         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
37776         regcomp, regexec):
37777         Remove now-unnecessary casts among pointer types.
37778         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
37779
37780         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
37781         (free): Remove decl.
37782
37783         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
37784
37785         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
37786         (free): Remove decl.
37787
37788         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
37789         * lib/xgetcwd.c: Likewise.
37790
37791         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
37792         (free): Remove decl.
37793
37794         * lib/strchrnul.c (strchrnul): Define with a prototype.
37795         Fix bug: c_in was not converted to char before searching.
37796
37797         The following changes are not K&R related:
37798
37799         * lib/group-member.h: Include <sys/types.h>, so that this file is
37800         self-contained.
37801         * lib/makepath.h: Likewise.
37802
37803         * lib/getusershell.c (readname, default_index, line_size, readname):
37804         Use size_t, not int, for sizes.
37805         (readname): If the size overflows, report an error instead of
37806         looping forever.
37807
37808 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37809
37810         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
37811         libc.
37812
37813 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37814
37815         * README: New section: portability guidelines.
37816
37817 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37818
37819         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
37820         C89 spec.
37821
37822 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37823
37824         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
37825
37826 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37827
37828         Assume C89 or better; remove K&R cruft.
37829         A few of these changes were first proposed by Derek Robert Price
37830         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
37831
37832         * lib/addext.c: Include <string.h> unconditionally.
37833         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
37834         Don't declare getenv or malloc.
37835
37836         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
37837         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
37838         (NULL): Remove.
37839         (find_stack_direction, alloca): Use prototypes.
37840
37841         * lib/atexit.c (atexit): Define using a prototype.
37842
37843         * lib/basename.c, dirname.c, stripslash.c:
37844         Include <string.h> unconditionally.
37845
37846         * lib/bcopy.c: Include <stddef.h>.
37847         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
37848
37849         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
37850
37851         * lib/error.h (error, error_at_line, error_print_progname)
37852         [! (defined (__STDC__) && __STDC__)]: Remove decls.
37853         * lib/error.c: Include error.h first, to check interface.
37854         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37855         (VA_START): Remove; all uses changeed to va_start.
37856         (exit, strerror): Remove decls.
37857         (error_print_progname): Prototype uncondionally.
37858         Don't include <errno.h>; no longer needed.
37859         (private_strerror): Remove.
37860         (error_tail): Always define.
37861         (error, error_at_line): Assume C89 or better; always use prototypes.
37862         * lib/fatal.c: Include "fatal.h" first, to test interface.
37863         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37864         (VA_START): Remove; all uses changed to va_start.
37865         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
37866         this case.
37867         (exit): Remove decl.
37868         (fatal): Prototype unconditionally.  Assume va_start works.
37869         Abort at end, to pacify gcc.
37870
37871         * lib/euidaccess.c (main): Define with a prototype.
37872
37873         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
37874
37875         * lib/exitfail.c: Include <stdlib.h> unconditionally.
37876
37877         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
37878         prototypes.
37879         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
37880         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
37881         (getenv): Remove decl.
37882         (fnmatch): Define using a prototype.
37883         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
37884         (FCT): Define using a prototype.
37885
37886         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
37887
37888         * lib/gethostname.c: Include <stddef.h>.
37889         (gethostname): Define with prototype.  Length is size_t, not int.
37890
37891 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37892
37893         Assume C89 or better; remove K&R cruft.
37894         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
37895         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
37896         string.h, getenv, malloc.
37897         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
37898         headers.
37899         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
37900         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
37901         do not check for strerror.
37902         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
37903         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
37904         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
37905         do not check for doprnt or vprintf.
37906         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
37907         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
37908
37909 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37910
37911         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
37912         getversion.c should have been removed then, but was accidentally
37913         preserved.
37914
37915         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
37916         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
37917
37918 2003-09-08  Karl Berry  <karl@gnu.org>
37919
37920         * config/config.sub, config.guess, srclistvars.sh: update from savannah
37921                 config, forget about prep.
37922
37923         * config/depcomp, missing: update from automake.
37924
37925 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37926
37927         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
37928         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37929
37930 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37931
37932         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
37933         copy_tm_result.  Bug reported by Simon Josefsson in
37934         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37935
37936 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37937
37938         * m4/time_r.m4: New file.
37939         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
37940         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
37941         is. Check for timegm declaration.
37942         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
37943         Do not check for gmtime_r.
37944         Replace mktime if __mktime_internal does not exist and if mktime
37945         hasn't been replaced already.
37946
37947 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37948
37949         * lib/time_r.c, lib/time_r.h: New files.
37950
37951         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
37952         __localtime_r.
37953         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
37954         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
37955
37956         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
37957         __gmtime_r.
37958         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
37959         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
37960         Include <time_r.h>.
37961
37962         * lib/timegm.c: Switch to glibc implementation, with the following
37963         changes:
37964         [defined HAVE_CONFIG_H]: Include <config.h>.
37965         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
37966         (__mktime_internal) [!defined _LIBC]: New decl.
37967         (__gmtime_r) [!defined _LIBC]: New macro and function.
37968         (timegm): Use a prototype, since gnulib assumes C89.
37969         Do not bother declaring tmp to be const, as it's not really usefu.
37970         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
37971         (timegm): Declare only if HAVE_DECL_TIMEGM.
37972
37973 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37974
37975         * MODULES.html.sh (func_all_modules): Add time_r.
37976         * modules/time_r: New file.
37977         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
37978         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
37979
37980 2003-09-03  Paul Eggert  <eggert@twinsun.com>
37981
37982         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
37983         Bug reported by Lute Kamstra in
37984         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
37985
37986         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
37987         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
37988         course with correspondingly smaller numbers for tomorrow and
37989         yesterday.  From Tadayoshi Funaba.  Originally installed into
37990         sh-utils on 1999-08-07, but the patch got lost (I guess during the
37991         coreutils merge?).
37992
37993 2003-08-31  Simon Josefsson  <jas@extundo.com>
37994
37995         * modules/timegm: New file.
37996         * MODULES.html.sh (func_all_modules): Add timegm.
37997
37998 2003-08-31  Simon Josefsson  <jas@extundo.com>
37999
38000         * m4/timegm.m4: New file.
38001
38002 2003-08-31  Simon Josefsson  <jas@extundo.com>
38003
38004         * lib/timegm.h: New file.
38005         * lib/timegm.c: New file.  Based on
38006         wget-1.8.2/src/http.c:mktime_from_utc.
38007
38008 2003-08-31  Karl Berry  <karl@gnu.org>
38009
38010         * lib/argp.h: update from libc.
38011
38012 2003-08-28  Bruno Haible  <bruno@clisp.org>
38013
38014         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
38015         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
38016         followed by '#define fnmatch fnmatch_posix' gives an error.
38017
38018 2003-08-28  Bruno Haible  <bruno@clisp.org>
38019
38020         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
38021         warning on QNX, which defines O_BINARY to 000000.
38022
38023 2003-08-27  Jim Meyering  <jim@meyering.net>
38024
38025         * m4/mkstemp.m4: Require that the system mkstemp be able to create
38026         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
38027         would fail after 32.  Reported by Danny Levinson.  Details here:
38028         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
38029
38030 2003-08-24  Bruno Haible  <bruno@clisp.org>
38031
38032         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
38033         MSVC7 <stdio.h> is included later.
38034
38035 2003-08-22  Simon Josefsson  <jas@extundo.com>
38036
38037         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
38038
38039 2003-08-20  Karl Berry  <karl@gnu.org>
38040
38041         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
38042
38043 2003-08-20  Bruno Haible  <bruno@clisp.org>
38044
38045         * modules/progname: New file.
38046         * MODULES.html.sh (func_all_modules): Add progname.
38047
38048 2003-08-20  Bruno Haible  <bruno@clisp.org>
38049
38050         * lib/progname.h: New file, from GNU gettext.
38051         * lib/progname.c: New file, from GNU gettext.
38052         * lib/progreloc.c: New file, from GNU gettext.
38053
38054 2003-08-19  Jim Meyering  <jim@meyering.net>
38055
38056         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
38057         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
38058
38059 2003-08-19  Bruno Haible  <bruno@clisp.org>
38060
38061         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
38062         more.
38063
38064 2003-08-19  Bruno Haible  <bruno@clisp.org>
38065
38066         * lib/xstrdup.c: Assume <string.h> exists.
38067
38068 2003-08-18  Paul Eggert  <eggert@twinsun.com>
38069
38070         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
38071         in makefile rules.
38072
38073 2003-08-18  Jim Meyering  <jim@meyering.net>
38074
38075         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
38076         * m4/lib-ld.m4: Likewise.
38077
38078 2003-08-18  Jim Meyering  <jim@meyering.net>
38079
38080         * lib/setenv.h: Indent nested cpp directive.
38081         * lib/vasnprintf.c: Remove trailing blanks.
38082
38083 2003-08-17  Simon Josefsson  <jas@extundo.com>
38084
38085         * modules/xstrndup: New file.
38086         * MODULES.html.sh (func_all_modules): Add xstrndup.
38087
38088 2003-08-17  Simon Josefsson  <jas@extundo.com>
38089
38090         * modules/argp: Fix autoconf macro name. Add more dependencies.
38091
38092 2003-08-17  Simon Josefsson  <jas@extundo.com>
38093
38094         * m4/xstrndup.m4: New file.
38095
38096 2003-08-17  Simon Josefsson  <jas@extundo.com>
38097
38098         * m4/argp.m4: New file.
38099
38100 2003-08-17  Simon Josefsson  <jas@extundo.com>
38101             Bruno Haible  <bruno@clisp.org>
38102
38103         * lib/xstrndup.h: New file.
38104         * lib/xstrndup.c: New file.
38105
38106 2003-08-17  Bruno Haible  <bruno@clisp.org>
38107
38108         * modules/strndup (Files, Include): Add lib/strndup.h.
38109
38110 2003-08-17  Bruno Haible  <bruno@clisp.org>
38111
38112         * modules/euidaccess (Files): Add lib/euidaccess.h.
38113
38114 2003-08-17  Bruno Haible  <bruno@clisp.org>
38115
38116         * lib/strndup.h: New file.
38117
38118 2003-08-17  Bruno Haible  <bruno@clisp.org>
38119
38120         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
38121         like AC_GNU_SOURCE.
38122         * modules/extensions (configure.ac): Comment out the invocation of
38123         gl_USE_SYSTEM_EXTENSIONS.
38124
38125 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38126
38127         Merges from coreutils, etc.
38128         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
38129         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
38130         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
38131         fixing a typo.
38132         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
38133         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
38134
38135 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38136
38137         Document merge from coreutils.
38138         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
38139         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
38140         * modules/utime: Add m4/utimes-null.m4.
38141
38142 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38143
38144         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
38145         space, undoing this 2003-08-12 change:
38146         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38147
38148 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38149
38150         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
38151         strtoul.c from libc, undoing this 2003-08-12 change:
38152         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38153
38154 2003-08-16  Jim Meyering  <jim@meyering.net>
38155
38156         Merges from coreutils.
38157         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
38158         prefix.  Adjust cache variables similarly.  Create 500 rather than
38159         just 300 files, to exercise bug on Darwin6.5, too.
38160         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
38161         $missing_dir.
38162         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
38163         AM_SYS_POSIX_TERMIOS.
38164         Reported by mkc@mathdogs.com.
38165         Also change use of $am_cv_sys_posix_termios
38166         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
38167         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
38168         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
38169         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
38170         in /proc/mounts until it finds one with matching device number.  This
38171         is unnecessary when the FILE argument *is* a mount point.  No stat call
38172         is necessary in that case.  So, disable the statvfs-testing code on
38173         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
38174         as RedHat bug# 84846.
38175         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38176         to 1MB, so as not to render systems with no stack size limit (e.g.,
38177         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38178         Include <unistd.h>.  On some systems,
38179         it is required for the definition of _SC_PAGESIZE.
38180
38181 2003-08-16  Jim Meyering  <jim@meyering.net>
38182
38183         Merge from coreutils.
38184         * lib/xstrtoimax.c: #else #if -> #elif.
38185         * lib/xstrtoumax.c: Likewise.
38186
38187 2003-08-16  Jim Meyering  <jim@meyering.net>
38188
38189         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
38190         * m4/utimes.m4: Removed.
38191         * m4/utimes-null.m4: Renamed from utimes.m4.
38192
38193         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38194         to 1MB, so as not to render systems with no stack size limit (e.g.,
38195         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38196         Include <unistd.h>.  On some systems,
38197         it is required for the definition of _SC_PAGESIZE.
38198
38199 2003-08-16  Jim Meyering  <jim@meyering.net>
38200         and Paul Eggert  <eggert@cs.ucla.edu>
38201
38202         Merges from coreutils, etc.
38203
38204         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
38205         using the latest version from cvs.  This avoids problems with #line
38206         directives using a vendor (Sun) compiler.
38207         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
38208         Don't set GETGROUPS_LIB here; now it's
38209         done via getgroups.m4's wrapper function.
38210         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
38211         rather than just in sh-util/configure.in, so that the
38212         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
38213         same.
38214         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
38215         AC_FUNC_GETLOADAVG where to find getloadavg.c.
38216         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
38217         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
38218         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
38219         Remove code that is now done by the newly-required macros.
38220         Append $(EXEEXT) to DF_PROG.
38221         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
38222         Do not invoke or require the following here,
38223         since prereq.m4 or some gnulib .m4 now does this for us:
38224         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
38225         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
38226         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
38227         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
38228         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
38229         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
38230         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
38231         AC_FUNC_OBSTACK.
38232         Do not replace the following functions, as this is now the job
38233         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
38234         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
38235         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
38236         atexit getpass, strdup, getpagesize.
38237         Replace 'raise'.
38238         Do not check for the following functions, as this is now the job
38239         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
38240         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
38241         setregid.
38242         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
38243         Check for sys/sysctl.h.
38244         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
38245         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
38246         of checking for ssize_t ourselves.
38247
38248         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
38249         Require every macro that gnulib/modules/* suggests for us.
38250         (jm_PREREQ_ADDEXT): New macro.
38251         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
38252         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
38253
38254         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
38255         (gl_PHYSMEM): Use it.
38256         Also check for `table' function.
38257         Check for new headers and functions.
38258         Add check for sys/sysmp.h.
38259         With suggestions from Kaveh Ghazi.
38260         Ignore headers that are present but cannot be compiled.  This
38261         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
38262         C 5.4.
38263
38264 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38265
38266         Document merge from coreutils.
38267         * modules/userspec: Depend on posixver.
38268         * modules/strftime: Depend on tzset.
38269
38270 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38271
38272         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
38273         rather than tab, after '#' in shell-script copyright notices.
38274         Suggested by Bruno Haible.
38275
38276 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38277
38278         * config/srclist-update: Use three spaces, rather than tab, after '#'
38279         in shell-script copyright notices.  Suggested by Bruno Haible.
38280         Remove unnecessary parenthesization in regular expression.
38281
38282 2003-08-15  Jim Meyering  <jim@meyering.net>
38283
38284         Merge from coreutils.
38285         * lib/xgethostname.c: Include <stdlib.h>.
38286         (xghostname): Don't exit for anything other than memory-related
38287         failure; just return NULL.
38288         * lib/userspec.c: Include "posixver.h".
38289         (parse_user_spec): Accept `.' as a separator only
38290         in pre-POSIX-200112 mode.
38291         * lib/strtoimax.c: Use #elif rather than #else #if.
38292         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
38293         Remove function, now that we can rely on a working tzset function.
38294         [!_LIBC]: Ensure that the required autoconf test has been run.
38295         [!defined _NL_CURRENT && HAVE_STRFTIME]:
38296         Use underlying_strftime for %r.
38297         * lib/sha.c: Merge in some clean-up and optimization changes from
38298         glibc.
38299         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
38300         Ensure that it is a multiple of 64.
38301         Rearrange loop exit tests so as to avoid performing an
38302         additional fread after encountering an error or EOF.
38303         * lib/realloc.c: Update copyright date.
38304
38305 2003-08-15  Jim Meyering  <jim@meyering.net>
38306         and Paul Eggert  <eggert@twinsun.com>
38307
38308         Merge from coreutils.
38309         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
38310         member but strut utmpx does not.  Needed for AIX 4.3.3.
38311         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
38312
38313 2003-08-15  Jim Meyering  <jim@meyering.net>
38314         and Paul Eggert  <eggert@cs.ucla.edu>
38315
38316         Merges from coreutils, etc.
38317         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
38318         Require gl_FUNC_TZSET_CLOBBER.
38319         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
38320         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
38321         members.
38322
38323 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38324
38325         Help the merge from coreutils.
38326         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
38327         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
38328         * m4/tzset.m4: Use it too.
38329
38330 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38331
38332         * modules/tzset: New file.
38333
38334 2003-08-14  Jim Meyering  <jim@meyering.net>
38335
38336         Merges from coreutils.
38337         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
38338         variable names, rather than @FNMATCH_H@.
38339         * modules/alloca: Likewise for $(ALLOCA_H).
38340
38341         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
38342         the three copies of the literal target, `fnmatch.h'.
38343         * modules/alloca (alloca.h): Likewise.
38344
38345 2003-08-14  Jim Meyering  <jim@meyering.net>
38346
38347         Merge from coreutils.
38348         * m4/tzset.m4: New file.
38349         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
38350         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
38351         otherwise, AIX 5.1 systems would end up using the latter.
38352         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
38353         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
38354         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
38355         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
38356
38357 2003-08-14  Jim Meyering  <jim@meyering.net>
38358
38359         Merge from coreutils.
38360         * lib/obstack.h: Whitespace changes.
38361         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
38362         and xcalloc return values.
38363         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
38364         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
38365         hang on OSF/1 5.1 for DIR on both local and remote file systems.
38366         Reported by (and fix confirmed by) Nelson H. F. Beebe.
38367         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
38368         error from mntctl.
38369         Use mntctl's return value to drive the entry-processing loop, since
38370         we can't rely on the value of the vmt_length member in the last
38371         entry.  On some systems doing so could result in exhausting
38372         virtual memory.  Based in part on a patch from Mike Jetzer.
38373
38374 2003-08-14  Jim Meyering  <jim@meyering.net>
38375         and Paul Eggert  <eggert@twinsun.com>
38376
38377         Merges from coreutils, plus other fixes.
38378         * lib/physmem.c: Merge in portability changes from gcc/libiberty
38379         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
38380         for credits and details.  Thanks to Kaveh Ghazi for helping
38381         to keep these files in sync.
38382         (ARRAY_SIZE): Define it.
38383         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
38384         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
38385         (memcasecmp): Don't assume size_t fits in unsigned int.
38386         Remove casts and duplicate code.
38387         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
38388         (memcpy): Remove definition.
38389         Merge in some clean-up and optimization changes from glibc.
38390         [BLOCKSIZE]: Move definition to top of file.
38391         Ensure that it is a multiple of 64.
38392         Rearrange loop exit tests so as to avoid performing an
38393         additional fread after encountering an error or EOF.
38394         * lib/md5.h (md5_uintptr): Define.
38395         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
38396         return to the initial working directory.  Preserve errno
38397         for caller.
38398         * lib/idcache.c: Include "xalloc.h".
38399         (xmalloc, xrealloc): Remove decls.
38400         (getuser): Remove casts no longer required in C89.
38401         * lib/human.c: Include stdio.h, for sprintf.
38402         * lib/group-member.c: Include "xalloc.h".
38403         (xmalloc, xrealloc): Remove decls.
38404         (get_group_info): Remove casts no longer required in C89.
38405         * lib/getusershell.c (readname): Remove casts no longer required in
38406         C89.
38407         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
38408         * lib/getline.c: Whitespace fix, from coreutils.
38409
38410 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38411
38412         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
38413         Check for isascii.
38414
38415         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38416         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38417         Undo previous (whitespace-only) change.
38418
38419 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38420
38421         * lib/exclude.c: Include <ctype.h>
38422         (IN_CTYPE_DOMAIN): New macro.
38423         (is_space): New fn.
38424         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
38425         and empty lines.
38426
38427         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38428         Undo previous (whitespace-only) change.
38429
38430 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38431
38432         * config/srclist-update: Change update back to the old behavior,
38433         leaving whitespace alone.  Use one 'sed' command rather than a
38434         pipeline.
38435         (fixlicense): Now a variable, not a function.
38436         (remove_trailing_blanks): Remove.
38437         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
38438         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38439         Undo previous (whitespace-only) change.
38440
38441 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38442
38443         Merge from coreutils.
38444         * modules/euidaccess: Add lib_SOURCES, include for new
38445         file euidaccess.h
38446
38447 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38448
38449         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38450         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38451         Normalize leading white space and remove trailing white space.
38452
38453         Merge from coreutils
38454         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
38455
38456         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
38457         0.12.1.  These files are now being upgraded automatically by
38458         ../config/srclist-update.
38459
38460 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38461
38462         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38463         Normalize leading white space and remove trailing white space.
38464         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
38465         notice, as per ../config/srclist-update.
38466
38467         Merge from coreutils.
38468         * lib/euidaccess.h: New file.
38469         * lib/euidaccess.c: Include it.
38470         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
38471         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
38472         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
38473
38474 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38475
38476         * config/srclist-update: Add copyright notice.
38477         (remove_id_lines, remove_trailing_blanks): New constants.
38478         (fixfile): Use them to normalize spacing a bit in copied files.
38479         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38480         Normalize leading white space and remove trailing white space.
38481
38482         * config/texinfo.tex: Sync with texinfo.
38483
38484         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
38485         strtoul.c from libc, to merge coreutils whitespace changes.
38486
38487         * config/srclist.txt: Get the following m4 files from gettext:
38488         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
38489         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
38490         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
38491         wint_t.m4.
38492
38493 2003-08-12  Karl Berry  <karl@gnu.org>
38494
38495         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
38496         been made.
38497
38498 2003-08-11  Paul Eggert  <eggert@twinsun.com>
38499
38500         * modules/gnu-source, m4/gnu-source.m4:
38501         Remove; we're assuming Autoconf 2.54 or later now.
38502         Suggested by Bruno Haible.
38503         * MODULES.html.sh (func_all_modules): Remove gnu-source.
38504
38505 2003-08-11  Bruno Haible  <bruno@clisp.org>
38506
38507         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
38508
38509 2003-08-11  Bruno Haible  <bruno@clisp.org>
38510
38511         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
38512         (vasnprintf): Use it instead of wcslen.
38513
38514 2003-08-11  Bruno Haible  <bruno@clisp.org>
38515
38516         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
38517         value to ensure that _Bool promotes to int. Use #define for _Bool when
38518         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
38519
38520 2003-08-10  Karl Berry  <karl@gnu.org>
38521
38522         * lib/regex.h: update from libc (whitespace fix).
38523
38524 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38525
38526         Merge some files from coreutils.  These changes were
38527         originally made by Jim Meyering.
38528         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
38529         many older Unixes require this.
38530         * lib/alloca.c (alloca): Remove cast to argument of free;
38531         no longer needed in C89.
38532         * lib/alloca_.h, regex.h: Fix white space to match
38533         what GNU indent does.
38534
38535 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38536
38537         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
38538         apparently Emacs's Unicode mode got confused before my 2003-08-05
38539         checkin.
38540
38541 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38542
38543         * m4/extensions.m4: New file.
38544         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
38545         Require gl_USE_SYSTEM_EXTENSIONS.
38546         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
38547         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
38548
38549 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38550
38551         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
38552         * modules/extensions, modules/gnu-source: New files.
38553         * modules/timespec, modules/unlocked-io: Depend on extensions.
38554
38555 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38556
38557         * modules/restrict: New file.
38558         * MODULES.html.sh (func_all_modules): Add restrict.
38559         * modules/regex: Depend on restrict.
38560
38561 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38562
38563         * m4/restrict.m4: New file.
38564         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
38565
38566 2003-08-07  Bruno Haible  <bruno@clisp.org>
38567
38568         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
38569         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
38570
38571 2003-08-07  Bruno Haible  <bruno@clisp.org>
38572
38573         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
38574         makes the module 'getndelim2' compatible with the module 'getline'.
38575
38576 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38577
38578         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
38579         byte with "\201" to avoid glitches when editing that source file
38580         with multi-gnome-terminal.
38581
38582 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38583
38584         * lib/bumpalloc.h: Remove.
38585
38586 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38587
38588         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
38589         * modules/bumpalloc: Remove.
38590
38591 2003-08-04  Paul Eggert  <eggert@twinsun.com>
38592
38593         * lib/getloadavg.c: Change copyright notice and spacing to conform to
38594         GNU coding style.
38595
38596         Merge from coreutils.
38597         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
38598         1. From glibc.
38599         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
38600         from Karl Berry, implemented by Jim Meyering.
38601         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
38602         from Dmitry V. Levin.
38603         Remove anachronistic cast of xrealloc.
38604         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
38605         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
38606         type. Otherwise, it wouldn't compile with at least /bin/cc on
38607         ymp-cray-unicos9.0.2.X.
38608         Combine two mostly-identical uses of alloca into one.
38609         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
38610
38611 2003-08-04  Dave Love  <d.love@dl.ac.uk>
38612
38613         [From Emacs.]
38614
38615         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
38616         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
38617         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
38618         obsolete NLIST_NAME_UNION.
38619         [__GNU__]: Undef BSD and FSCALE.
38620         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
38621
38622 2003-08-03  Paul Eggert  <eggert@twinsun.com>
38623
38624         * lib/stdbool_.h (_Bool): Make it signed char, instead of
38625         an enum type, so that it's guaranteed to promote to int.  See:
38626         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
38627
38628 2003-08-03  Karl Berry  <karl@gnu.org>
38629
38630         * config/depcomp: update from automake.
38631
38632 2003-07-31  Paul Eggert  <eggert@twinsun.com>
38633
38634         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
38635         (strerror): Don't assume that a printable int fits in 14 bytes.
38636
38637 2003-07-31  Bruno Haible  <bruno@clisp.org>
38638
38639         * modules/getpass-gnu: New file.
38640         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
38641
38642 2003-07-31  Bruno Haible  <bruno@clisp.org>
38643
38644         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
38645
38646 2003-07-24  Karl Berry  <karl@gnu.org>
38647
38648         * config/missing: update from automake.
38649
38650 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
38651             Bruno Haible  <bruno@clisp.org>
38652
38653         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
38654         * lib/getline.c (getline, getdelim): Likewise.
38655         Remove _GNU_SOURCE define; now it's defined in config.h through
38656         m4/getline.m4.
38657
38658 2003-07-23  Karl Berry  <karl@gnu.org>
38659
38660         * config/config.sub: update from prep.
38661
38662 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38663
38664         * modules/xalloc (Depends-on): Add exitfail.
38665         * modules/xmemcoll: Likewise.
38666
38667 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38668
38669         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
38670         over-parenthesization in macros.
38671
38672         Sync with coreutils.
38673
38674         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
38675         required by C99.
38676
38677         Use `exit_failure' for xalloc and xmemcoll instead of their own
38678         private exit-failure variables.
38679         * lib/xalloc.h (xalloc_exit_failure): Remove.
38680         * lib/xmalloc.c: Likewise.  Include exitfail.h.
38681         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
38682         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
38683         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
38684         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
38685
38686 2003-07-20  Jim Meyering  <jim@meyering.net>
38687
38688         * modules/closeout (Depends-on): Add exitfail.
38689         Suggestion from Bruno Haible.
38690
38691 2003-07-19  Karl Berry  <karl@gnu.org>
38692
38693         * config/config.sub: update from prep.
38694
38695 2003-07-18  Paul Eggert  <eggert@twinsun.com>
38696
38697         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
38698         Remove.
38699         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
38700         to test that it can stand by itself.  Include "exitfail.h".
38701         Clients should set exit_failure instead.
38702         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
38703
38704 2003-07-18  Bruno Haible  <bruno@clisp.org>
38705
38706         * modules/getndelim2: New file.
38707         * modules/getline: Share files with module getndelim2.
38708         * modules/getnline: Depend on getndelim2 instead of sharing files with
38709         it. Add getnline.c to lib_SOURCES.
38710         * MODULES.html.sh (func_all_modules): Add getndelim2.
38711
38712 2003-07-18  Bruno Haible  <bruno@clisp.org>
38713
38714         * m4/getndelim2.m4: New file.
38715         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
38716         invoke gl_PREREQ_GETNDELIM2.
38717         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
38718         gl_PREREQ_GETNDELIM2.
38719         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
38720         gl_GETNDELIM2.
38721
38722 2003-07-18  Bruno Haible  <bruno@clisp.org>
38723
38724         * lib/getndelim2.h: New file.
38725         * lib/getndelim2.c: Make into a module of its own. Include config.h,
38726         getndelim2.h.
38727         (getndelim2): Make non-static. Change return type to ssize_t.
38728         * lib/getline.h: Change argument names.
38729         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
38730         * lib/getnline.c: Include getndelim2.h.
38731
38732 2003-07-18  Andreas Schwab  <schwab@suse.de>
38733
38734         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
38735
38736 2003-07-17  Karl Berry  <karl@gnu.org>
38737
38738         * config/config.sub: update from prep.
38739
38740 2003-07-17  Bruno Haible  <bruno@clisp.org>
38741
38742         * modules/getnline: New file.
38743         * modules/getline: Add lib/getndelim2.c to source file list.
38744         * MODULES.html.sh (func_all_modules): Add getnline.
38745
38746 2003-07-17  Bruno Haible  <bruno@clisp.org>
38747
38748         * m4/getnline.m4: New file.
38749
38750 2003-07-17  Bruno Haible  <bruno@clisp.org>
38751
38752         * m4/Makefile.am.in: Remove file.
38753         * m4/Makefile.am: Remove file.
38754         * m4/Makefile.in: Remove file.
38755
38756 2003-07-17  Bruno Haible  <bruno@clisp.org>
38757
38758         * lib/getnline.h: New file.
38759         * lib/getnline.c: New file.
38760         * lib/getndelim2.c: New file, extracted from getline.c.
38761         (getndelim2): Renamed from getdelim2, with added nmax argument.
38762         * lib/getline.c: Include getndelim2.c.
38763         (getdelim2): Moved out to getndelim2.c.
38764         (getline, getdelim): Update.
38765
38766 2003-07-17  Bruno Haible  <bruno@clisp.org>
38767
38768         * lib/Makefile.am: Remove file.
38769         * lib/Makefile.in: Remove file.
38770
38771 2003-07-17  Bruno Haible  <bruno@clisp.org>
38772
38773         * configure.in: Remove file.
38774         * Makefile.in: Remove file.
38775
38776 2003-07-17  Bruno Haible  <bruno@clisp.org>
38777
38778         * MODULES.html.sh: Put the </BODY> right before </HTML>.
38779
38780 2003-07-16  Karl Berry  <karl@gnu.org>
38781
38782         * config/srclist-update: was running fixlicense twice, which caused
38783                 texinfo.tex to be nullified for some reason.  Simplify,
38784                 $gplsrc is no longer needed as far as I can see?
38785
38786 2003-07-16  Jim Meyering  <jim@meyering.net>
38787
38788         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
38789
38790 2003-07-15  Paul Eggert  <eggert@twinsun.com>
38791
38792         * config/srclist.txt: Get the following files from gettext-runtime/intl
38793         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
38794         ref-del.sin.  From Bruno Haible.
38795         * config/srclist-update (fixfile): Change grep pattern again, since the
38796         previous fix didn't work (there was another trailing $).  Use
38797         '[$]' to escape the $s.
38798
38799 2003-07-15  Karl Berry  <karl@gnu.org>
38800
38801         * lib/vasnprintf.c: update from gettext.
38802
38803 2003-07-15  Karl Berry  <karl@gnu.org>
38804
38805         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
38806         gets expanded when surrounded by '$'.
38807
38808 2003-07-15  Jim Meyering  <jim@meyering.net>
38809
38810         * modules/save-cwd: Don't depend on error.  From Derek Price.
38811
38812 2003-07-15  Jim Meyering  <jim@meyering.net>
38813
38814         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
38815
38816 2003-07-14  Simon Josefsson  <jas@extundo.com>
38817
38818         * modules/mempcpy: New file.
38819         * MODULES.html.sh (func_all_modules): Add mempcpy.
38820
38821 2003-07-14  Simon Josefsson  <jas@extundo.com>
38822
38823         * m4/mempcpy.m4: New file.
38824
38825 2003-07-14  Simon Josefsson  <jas@extundo.com>
38826
38827         * lib/mempcpy.h: New file.
38828         * lib/mempcpy.c: New file.
38829
38830 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38831
38832         * modules/getdate, modules/posixtm: Depend on mktime.
38833
38834 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38835
38836         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
38837         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
38838         unicodeio.c, unicodeio.h, unlocked-io.h:
38839         Switch from LGPL to GPL.
38840
38841 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38842
38843         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
38844         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
38845         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
38846         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
38847         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
38848         updated automatically by ../config/srclist-update.  This changes
38849         their license from LPGL to GPL.
38850
38851 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38852
38853         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
38854         assumed to refer to the root of the most recent stable gettext version.
38855         * config/srclistvars.sh: Add defaults for eggert.
38856         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
38857         Match "This program" as well as "The program".  This is needed
38858         for gettext.
38859
38860 2003-07-14  Jim Meyering  <jim@meyering.net>
38861
38862         Don't emit diagnostics.  Let callers do that.
38863         * lib/save-cwd.c: Don't include "error.h".
38864         (save_cwd): Don't call error.  Ensure that errno is valid
38865         when returning nonzero.
38866
38867         * lib/save-cwd.h (restore_cwd): Update prototype.
38868         * lib/save-cwd.c (restore_cwd): Remove two parameters.
38869         Simplify.  Don't call error upon failure.  Let callers do that.
38870         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
38871         when auditing is enabled.  But don't bother updating the #if.
38872
38873 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
38874
38875         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
38876         it breaks C++ compilation.
38877         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
38878
38879 2003-07-10  Simon Josefsson  <jas@extundo.com>
38880
38881         * modules/strchrnul (Makefile.am): Add strchrnul.h.
38882
38883 2003-07-10  Jim Meyering  <jim@meyering.net>
38884
38885         * m4/clock_time.m4: Remove trailing blank.
38886         * m4/intmax_t.m4: Likewise.
38887
38888 2003-07-10  Jim Meyering  <jim@meyering.net>
38889
38890         * lib/vasnprintf.c: Remove trailing blanks.
38891         Make cpp indentation consistent.
38892
38893 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38894
38895         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
38896         posixver.c, strftime.c, strnlen.c, strverscmp.c:
38897         Switch from LGPL to GPL.
38898
38899 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38900
38901         * config/srclist.txt: Sort sublists.  Add
38902         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
38903         that differ from gnulib for one reason or another; we'd like this list
38904         to be smaller but for now let's document what we have.
38905
38906 2003-07-08  Paul Eggert  <eggert@twinsun.com>
38907
38908         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
38909         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
38910         and sweeter "eval x=$x".
38911         * config/srclist.txt: Get lib/argp* from glibc.
38912
38913 2003-07-07  Paul Eggert  <eggert@twinsun.com>
38914
38915         * lib/mktime.c: Fix some boundary cases and remove need for floating
38916         point.
38917
38918         Issue a compile-time diagnostic if time_t is floating point, or if
38919         two's complement arithmetic is not in effect, or if arithmetic
38920         right shift does not propagate the sign.  These assumptions were
38921         all in the original code but they weren't checked.
38922
38923         (TIME_T_MIDPOINT, verify): New macros.
38924         (__isleap): Remove; it has integer overflow problems.
38925         (leapyear): New function, without those problems.
38926         (ydhms_tm_diff): Remove; splitting into two parts.
38927         (ydhms_diff): New function, containing the arithmetic part of
38928         the old ydhms_tm_diff function.  Issue a compile-time
38929         diagnostic if we are not using C99 integer division.
38930         Avoid casts when possible.
38931         (guess_time_tm): New function, containing the checking part of
38932         the old ydhms_tm_diff function.  Return the new value, rather than
38933         the difference between it and the old.  Accept a new argument T
38934         so that *T specifies the old value.  Check for overflow in the result.
38935
38936         (__mktime_internal): Use a time_t offset, not a long int offset.
38937         This undoes the 2003-06-04 change, which is no longer needed now
38938         that we have better overflow checking.
38939         (localtime_offset): Likewise.
38940
38941         (__mktime_internal): Avoid harmful overflow on hosts where time_t
38942         and long are 64-bit but int is only 32-bit.
38943         (ydhms_diff): Use long int to store year1 and yday1.
38944         Issue a compile-time diagnostic if long int is not wide enough.
38945
38946         (__mktime_internal): Use long int to store adjusted year and yday.
38947         Use plain C rather than preprocessor commands, if that doesn't
38948         affect efficiency.
38949         Check for overflow (and try to repair) after each probe
38950         rather than checking only at the very end.  This avoids some bugs
38951         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
38952         does not equal GMT offset at maximum time).
38953         Use integer to check for overflow rather than floating point; this
38954         is more portable to non-IEEE hosts, and is a tad faster.
38955         When we detect that we are oscillating between two values,
38956         don't check whether tm_isdst has the requested value, since
38957         we already know the answer.  When tm_isdst has the wrong value,
38958         use a different heuristic to find the right one, based on the
38959         extreme values actually observed in practice in tz2003a,
38960         rather than the (overly optimistic) "previous 3 calendar quarters".
38961
38962         (not_equal_tm, print_tm, check_result): Use "const T" rather than
38963         "T const" to accommodate glibc style.
38964         (check_result): Use less-confusing report format.  "long" -> "long int.
38965         (main): Likewise.
38966         Don't loop if the iteration overflows time_t.
38967         Allow a negative step in the iteration.
38968
38969 2003-07-06  Karl Berry  <karl@gnu.org>
38970
38971         * config/depcomp: update from automake.
38972         * config/config.sub: update from prep.
38973
38974 2003-07-03  Karl Berry  <karl@gnu.org>
38975
38976         * config/config.guess: update from prep.
38977
38978 2003-07-01  Paul Eggert  <eggert@twinsun.com>
38979
38980         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
38981         xreadlink.c now includes it unconditionally.
38982
38983 2003-07-01  Paul Eggert  <eggert@twinsun.com>
38984
38985         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
38986         having it depend on HAVE_SYS_TYPES_H.
38987
38988 2003-07-01  Bruno Haible  <bruno@clisp.org>
38989
38990         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
38991         <sys/types.h> should be sufficient.
38992         Reported by Paul Eggert.
38993
38994 2003-06-26  Karl Berry  <karl@gnu.org>
38995
38996         * config/depcomp: update from automake.
38997
38998 2003-06-26  Bruno Haible  <bruno@clisp.org>
38999
39000         * modules/human: Depend on module stdbool.
39001
39002 2003-06-25  Bruno Haible  <bruno@clisp.org>
39003
39004         * modules/readlink: New file.
39005         * modules/xreadlink: Depend on it.
39006         * MODULES.html.sh (func_all_modules): Add readlink.
39007
39008 2003-06-25  Bruno Haible  <bruno@clisp.org>
39009
39010         * m4/readlink.m4: New file.
39011
39012 2003-06-25  Bruno Haible  <bruno@clisp.org>
39013
39014         * lib/readlink.c: New file.
39015
39016 2003-06-22  Karl Berry  <karl@gnu.org>
39017
39018         * config/srclist.txt: update mkinstalldirs from automake.
39019         * config/mkinstalldirs: update.
39020
39021 2003-06-22  Bruno Haible  <bruno@clisp.org>
39022
39023         Portability to mingw32.
39024         * m4/ssize_t.m4: New file, from GNU gettext.
39025         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
39026         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
39027
39028 2003-06-22  Bruno Haible  <bruno@clisp.org>
39029
39030         * modules/safe-read: Add m4/ssize_t.m4.
39031         * modules/xreadlink: Add m4/ssize_t.m4.
39032
39033 2003-06-20  Bruno Haible  <bruno@clisp.org>
39034
39035         Assume C89, so PARAMS isn't needed.
39036         * lib/unicodeio.h (PARAMS): Remove.
39037         * lib/unicodeio.c: Don't use PARAMS.
39038
39039 2003-06-18  Karl Berry  <karl@gnu.org>
39040
39041         * config/config.{guess,sub}: update from prep.
39042
39043 2003-06-18  Jim Meyering  <jim@meyering.net>
39044
39045         Merge changes from coreutils.
39046         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
39047         Remove explicit declarations of xmalloc and realloc.
39048         Include xalloc.h.
39049         (read_utmp): Remove anachronistic cast of xmalloc.
39050
39051 2003-06-17  Paul Eggert  <eggert@twinsun.com>
39052
39053         Assume C89, so PARAMS isn't needed.
39054         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
39055         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
39056         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
39057         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
39058         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
39059         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
39060         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
39061         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
39062         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
39063         lib/xstrtod.h, lib/xstrtol.h: Likewise.
39064         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
39065         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
39066         no longer needed. Anyway, config.h should always be included before any
39067         other file.
39068
39069 2003-06-11  Simon Josefsson  <jas@extundo.com>
39070
39071         * modules/sysexits: New file.
39072         * MODULES.html.sh (func_all_modules): Add sysexits.
39073
39074 2003-06-11  Simon Josefsson  <jas@extundo.com>
39075
39076         * lib/sysexit_.h: New file.
39077
39078 2003-06-11  Derek Price  <derek@ximbiot.com>
39079
39080         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
39081         necessary.
39082
39083 2003-06-11  Bruno Haible  <bruno@clisp.org>
39084
39085         * m4/sysexits.m4: New file.
39086
39087 2003-06-10  Simon Josefsson  <jas@extundo.com>
39088
39089         * lib/argp.h: New file, from glibc.
39090         * lib/argp-ba.c: New file, from glibc.
39091         * lib/argp-eexst.c: New file, from glibc.
39092         * lib/argp-fmtstream.c: New file, from glibc.
39093         * lib/argp-fmtstream.h: New file, from glibc.
39094         * lib/argp-fs-xinl.c: New file, from glibc.
39095         * lib/argp-help.c: New file, from glibc.
39096         * lib/argp-namefrob.h: New file, from glibc.
39097         * lib/argp-parse.c: New file, from glibc.
39098         * lib/argp-pv.c: New file, from glibc.
39099         * lib/argp-pvh.c: New file, from glibc.
39100         * lib/argp-xinl.c: New file, from glibc.
39101
39102 2003-06-10  Simon Josefsson  <jas@extundo.com>
39103
39104         * modules/strchrnul: New file.
39105
39106 2003-06-10  Simon Josefsson  <jas@extundo.com>
39107
39108         * modules/argp: New file.
39109
39110 2003-06-10  Simon Josefsson  <jas@extundo.com>
39111
39112         * m4/strchrnul.m4: New file.
39113
39114 2003-06-10  Simon Josefsson  <jas@extundo.com>
39115
39116         * lib/strchrnul.h: New file.
39117         * lib/strchrnul.c: New file.
39118
39119 2003-06-10  Bruno Haible  <bruno@clisp.org>
39120
39121         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
39122
39123 2003-06-07  Karl Berry  <karl@gnu.org>
39124
39125         * config/config.{guess,sub}: update from prep.
39126
39127 2003-06-07  Jim Meyering  <jim@meyering.net>
39128
39129         * modules/strtod: Use $(...) notation, not @...@ for
39130         AC_REPLACE'd variables.
39131         * modules/localcharset: Likewise.
39132
39133 2003-06-07  Jim Meyering  <jim@meyering.net>
39134
39135         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
39136         in place of my name in the copyright comment.
39137         Remove definition and uses of __P.
39138
39139         From coreutils.
39140         * lib/stat.c: Don't declare xmalloc explicitly.
39141         Instead, include "xalloc.h".
39142         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
39143         xrealloc, and xcalloc return values.
39144         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
39145         Improve comment.
39146         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
39147
39148 2003-06-07  Bruno Haible  <bruno@clisp.org>
39149
39150         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
39151         avoid AC_CONFIG_LINKS.
39152         * modules/fnmatch (Makefile.am): Use explicit creation rule for
39153         fnmatch.h, to avoid AC_CONFIG_LINKS.
39154         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
39155
39156 2003-06-07  Bruno Haible  <bruno@clisp.org>
39157
39158         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
39159         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
39160         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39161         directory.
39162         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
39163         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39164         directory.
39165
39166 2003-06-06  Jim Meyering  <jim@meyering.net>
39167
39168         Merge from coreutils.
39169         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
39170         Consolidate declarations and initializations of *_base* locals.
39171
39172         Merge from coreutils.
39173         This avoids a core dump on systems without GNU putenv,
39174         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
39175         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
39176         (unsetenv): New static function, from GNU libc.
39177         (rpl_putenv): Use it.
39178
39179         * lib/modechange.c: Remove trailing blanks.
39180
39181         Merge from coreutils.
39182         * lib/fsusage.c: Remove declaration of statfs.
39183         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
39184
39185         * lib/posixtm.c: Include <stdbool.h> unconditionally.
39186
39187 2003-06-06  Jim Meyering  <jim@meyering.net>
39188
39189         * lib/stdbool_.h: Renamed from stdbool.h.in.
39190
39191 2003-06-06  Jim Meyering  <jim@meyering.net>
39192             Bruno Haible  <bruno@clisp.org>
39193
39194         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
39195         Adjust Makefile.am snippet not to redirect directly to target.
39196         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
39197
39198 2003-06-05  Paul Eggert  <eggert@twinsun.com>
39199
39200         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
39201         mismatch, look in future quarters as well as past.  This fixes a
39202         bug when processing fall-backwards gaps immediately after a long
39203         period of daylight-saving time.
39204
39205         * lib/mktime.c: Assume freestanding C89 or better.
39206         (HAVE_LIMITS_H): Remove.  Assume it's 1.
39207         (__P): Remove; not used.
39208         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
39209         (mktime, not_equal_tm, print_tm, check_result,
39210         main): Use prototypes.  Use const * where appropriate.
39211         (main): Fix typo in testing code that uncovered by above changes.
39212         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
39213
39214 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39215
39216         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
39217         locale.h, localeconv.  This merges changes from coreutils.
39218
39219         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
39220         It can be removed after the next Autoconf is released.
39221         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
39222         needed.
39223
39224 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39225
39226         * lib/mktime.c: Fix Debian bug 177940
39227         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
39228         (localtime_offset): Now long int, not time_t, because we want it
39229         to be guaranteed to be signed.  All uses changed.
39230         (__mktime_internal): If overflow would occur when adding offset,
39231         don't add it.
39232
39233         Merge 'human' changes from coreutils.  Rewrite to support
39234         locale-specific notations like thousands separators.
39235         * lib/human.c: Simplify authorship notice.
39236         Include human.h immediately after config.h.
39237         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
39238         <limits.h>: Do not include, since human.h does.
39239         (SIZE_MAX, UINTMAX_MAX): New macros.
39240         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
39241         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
39242         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
39243         (power_letter): Renamed from suffixes.
39244         (generate_suffix_backwards): Remove.
39245         (adjust_value): Now takes int style (because of human.h changes)
39246         and long double value (for greater precision on some platforms).
39247         (group_number): New function.
39248         (human_readable): Use it.  Use integer options, not enum.
39249         Put the options before the sizes in the arg list.
39250         Support all the new options.
39251         The old human_readable function has been removed;
39252         use inttostr.h instead.
39253         (human_readable, default_block_size, humblock):
39254         Use uintmax_t, not int, for block sizes.
39255         (human_readable_inexact, block_size_types): Remove.
39256         (block_size_opts): New constant.
39257         (human_options): Renamed from human_block_size, with new signature
39258         that allows block sizes up to UINTMAX_MAX.  All callers changed.
39259         * lib/human.h: Add copyright and authorship notice.
39260         Include <limits.h> and <stdbool.h> unconditionally.
39261         (PARAMS): Remove.  All uses removed.
39262         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
39263         (enum human_inexact_style): Remove tag; now a nameless enum.
39264         (human_floor, human_ceiling, human_round_to_even): Now have
39265         values 2, 0, 1 rather than -1, 1, 0.
39266         (human_group_digits, human_suppress_point_zero, human_autoscale,
39267         human_base_1024, human_SI, human_B): New constants.
39268         (human_readable_inexact, human_block_size): Remove.
39269         (human_readable): Size args are now uintmax_t, not int.
39270         (human_options): New decl.
39271
39272         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
39273         unnecessary now that we assume C89 or better.  This change
39274         imported from coreutils.
39275
39276         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39277         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
39278         in the 2003-05-30 sync from glibc.
39279
39280         .h files should stand alone, but we shouldn't include <sys/types.h>
39281         if we can get away with just <stddef.h>.
39282
39283         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
39284         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
39285         rather than <sys/types.h>, as we merely need size_t.
39286         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
39287         to get size_t.
39288         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
39289         Include <stdio.h>, to get FILE.
39290         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
39291         memcasecmp.h has included <stddef.h> and all we need is size_t.
39292         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
39293         our interface, instead of including <sys/types.h>
39294
39295 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39296
39297         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
39298         now, as glibc mktime is buggy on non-glibc systems.
39299
39300 2003-06-03  Karl Berry  <karl@gnu.org>
39301
39302         * config/config.sub: update from prep.
39303
39304 2003-06-02  Paul Eggert  <eggert@twinsun.com>
39305
39306         [from coreutils]
39307         Fix some minor time-related bugs with POSIX time arguments.
39308         Some valid time stamps were being rejected (notably -1, and
39309         time stamps before 1900 on 64-bit hosts).  And some invalid
39310         time stamps were being accepted, e.g. September 31.
39311
39312         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
39313         that we can return (time_t) -1 successfully.
39314         * lib/posixtm.c: Likewise.
39315         [HAVE_STDBOOL_H]: Include <stdbool.h>.
39316         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
39317         (t): Remove static var.
39318         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
39319         of static var.  All uses changed.
39320         (year): Do not reject years before 1900; they can occur with
39321         64-bit time_t.
39322         (posix_time_parse): Do not check for out-of-range components;
39323         that is now the caller's responsibility, since our checks were
39324         only approximations.
39325         (posixtime): Use mktime to check for out-of-range components,
39326         since it knows them exactly.
39327         If mktime returns (time_t) -1, check whether an error actually occurred
39328         by invoking localtime on -1.
39329         (main) [TEST_POSIXTIME]: Check for input data errors, and report
39330         posixtime failures better.
39331         Improve the test data (in comments only).
39332
39333 2003-06-02  Karl Berry  <karl@gnu.org>
39334
39335         * config/mkinstalldirs (version): new variable.
39336         (--version): new option.
39337         (usage): improve message.
39338
39339 2003-05-30  Karl Berry  <karl@gnu.org>
39340
39341         * lib/mktime.c: update from libc.
39342
39343 2003-05-30  Bruno Haible  <bruno@clisp.org>
39344
39345         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
39346         * config/config.rpath: Upgrade to gettext-0.12.1.
39347
39348 2003-05-30  Bruno Haible  <bruno@clisp.org>
39349
39350         * m4/gettext.m4: Upgrade to gettext-0.12.1.
39351         * m4/nls.m4: New file, from gettext-0.12.1.
39352         * m4/po.m4: New file, from gettext-0.12.1.
39353         * m4/progtest.m4: Upgrade to gettext-0.12.1.
39354
39355 2003-05-30  Bruno Haible  <bruno@clisp.org>
39356
39357         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
39358         * lib/localcharset.h: Likewise.
39359         * lib/localcharset.c: Likewise.
39360
39361 2003-05-29  Karl Berry  <karl@gnu.org>
39362
39363         * config/config.rpath: update from gettext.
39364
39365 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39366
39367         Assume the headers required for C89 freestanding compilers.
39368         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
39369         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
39370         * m4/human.m4 (gl_HUMAN): Likewise.
39371         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
39372         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
39373         * m4/userspec.m4 (gl_USERSPEC): Likewise.
39374         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
39375         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39376         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
39377
39378 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39379
39380         Assume the headers required for C89 freestanding compilers.
39381         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
39382         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
39383         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
39384         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
39385         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
39386         define, since <limits.h> is guaranteed to do that.
39387         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
39388         * lib/exclude.c: Include <stdbool.h> unconditionally.
39389         * lib/tempname.c: Include <stddef.h> unconditionally.
39390         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
39391         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
39392         <stddef.h> does that.
39393         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
39394         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
39395         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
39396         needed.
39397         * lib/xstrtol.c: Likewise.
39398         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
39399         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
39400
39401         * lib/addext.c (addext): Use assignment rather than cast, to avoid
39402         warnings on some platforms.
39403
39404         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39405         arbitrarily.
39406
39407 2003-05-26  Jim Meyering  <jim@meyering.net>
39408
39409         Merge in a change from coreutils:
39410         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
39411         that is guaranteed to be `no'.  Use `no_such_member' to indicate
39412         that condition, rather than `-1' which is slightly misleading.
39413         Change the name of the cache variable to have the gl_ prefix.
39414         Prompted by a patch from Richard Dawe for DJGPP.
39415
39416 2003-05-24  Karl Berry  <karl@gnu.org>
39417
39418         * config/config.guess: update from prep.
39419
39420 2003-05-22  Karl Berry  <karl@gnu.org>
39421
39422         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
39423
39424 2003-05-20  Karl Berry  <karl@gnu.org>
39425
39426         * config/config.guess: update from prep.
39427
39428 2003-05-18  Karl Berry  <karl@gnu.org>
39429
39430         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
39431         might actually be set by the user.
39432
39433         * config/depcomp, install-sh, mdate-sh: update from automake.
39434
39435 2003-05-17  Bruno Haible  <bruno@clisp.org>
39436
39437         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
39438         invalid expansion for AC_EGREP_CPP.
39439         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
39440         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
39441         Suggested by Akim Demaille <akim@epita.fr> in
39442         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
39443
39444 2003-05-12  Jim Meyering  <jim@meyering.net>
39445
39446         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
39447         the space-padded-by-default conversion specifiers, %e, %k, %l.
39448
39449 2003-05-12  Bruno Haible  <bruno@clisp.org>
39450
39451         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
39452         the string is longer than 4 KB.
39453
39454 2003-05-11  Karl Berry  <karl@gnu.org>
39455
39456         * config/config.{guess,sub}: update from prep.
39457
39458 2003-05-09  Bruno Haible  <bruno@clisp.org>
39459
39460         * modules/error: Add m4/strerror_r.m4 to file list.
39461
39462 2003-05-03  Bruno Haible  <bruno@clisp.org>
39463
39464         Upgrade to Unicode-4.0.
39465         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
39466         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
39467         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
39468         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
39469         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
39470         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
39471         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
39472         Change width of U+E0100..U+E01EF from 1 to 0.
39473
39474 2003-04-25  Jim Meyering  <jim@meyering.net>
39475
39476         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
39477         of type size_t, not int.
39478
39479 2003-04-25  Bruno Haible  <bruno@clisp.org>
39480
39481         * lib/copy-file.c: Include <stddef.h>, for size_t.
39482
39483 2003-04-21  Paul Eggert  <eggert@twinsun.com>
39484
39485         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
39486         code which expansion is under static control.  Patch imported from
39487         Akim Demaille's patch to Bison; see
39488         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
39489
39490 2003-04-14  Bruno Haible  <bruno@clisp.org>
39491
39492         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
39493
39494 2003-04-11  Jim Meyering  <jim@meyering.net>
39495
39496         Merge changes from Coreutils.
39497
39498         2003-03-22  Jim Meyering  <jim@meyering.net>
39499
39500         * lib/strftime.c (widen): Cast alloca return value to proper type.
39501
39502         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
39503
39504         From GNU libc.
39505         * lib/strftime.c (my_strftime): Handle very large width
39506         specifications for numeric values correctly.  Improve checks for
39507         overflow.
39508
39509         2003-01-19  Jim Meyering  <jim@meyering.net>
39510
39511         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
39512         definitions.
39513         (nl_get_alt_digit) [! defined my_strftime]: Define.
39514         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
39515         _nl_get_alt_digit and _nl_get_walt_digit.
39516
39517         * lib/strftime.c (my_strftime): Merge in locale-related changes from
39518         libc. These changes have no effect outside of _LIBC.
39519
39520 2003-04-10  Bruno Haible  <bruno@clisp.org>
39521
39522         * modules/findprog: New file.
39523         * MODULES.html.sh (func_all_modules): Add it.
39524
39525 2003-04-10  Bruno Haible  <bruno@clisp.org>
39526
39527         * m4/findprog.m4: New file.
39528         * m4/eaccess.m4: New file.
39529
39530 2003-04-10  Bruno Haible  <bruno@clisp.org>
39531
39532         * lib/findprog.h: New file, from GNU gettext.
39533         * lib/findprog.c: New file, from GNU gettext.
39534
39535 2003-04-05  Jim Meyering  <jim@meyering.net>
39536
39537         Merge changes from Coreutils.
39538
39539         * lib/exclude.h (PARAMS): Remove definition and uses.
39540         * lib/exclude.c: Remove uses of `PARAMS'.
39541
39542         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
39543         Add test-cases for DOS filenames. Declare program_name.
39544         (main): Set up program_name.  Patch by Rich Dawe.
39545
39546         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39547         error from mntctl.
39548         Use mntctl's return value to drive the entry-processing loop, since
39549         we can't rely on the value of the vmt_length member in the last
39550         entry.  On some systems doing so could result in exhausting
39551         virtual memory.  Based in part on a patch from Mike Jetzer.
39552
39553 2003-04-04  Bruno Haible  <bruno@clisp.org>
39554
39555         * modules/linebreak: New file.
39556         * MODULES.html.sh (func_all_modules): Add it.
39557
39558 2003-04-04  Bruno Haible  <bruno@clisp.org>
39559
39560         * m4/linebreak.m4: New file.
39561
39562 2003-04-04  Bruno Haible  <bruno@clisp.org>
39563
39564         * lib/linebreak.h: New file, from GNU gettext.
39565         * lib/linebreak.c: New file, from GNU gettext with slight
39566         modifications.
39567         * lib/lbrkprop.h: New file, from GNU gettext.
39568
39569 2003-04-03  Bruno Haible  <bruno@clisp.org>
39570
39571         * modules/utf8-ucs4: New file.
39572         * modules/utf16-ucs4: New file.
39573         * modules/ucs4-utf8: New file.
39574         * modules/ucs4-utf16: New file.
39575         * MODULES.html.sh (func_all_modules): Add them.
39576
39577 2003-04-03  Bruno Haible  <bruno@clisp.org>
39578
39579         * m4/utf-ucs4.m4: New file.
39580         * m4/ucs4-utf.m4: New file.
39581
39582 2003-04-03  Bruno Haible  <bruno@clisp.org>
39583
39584         * lib/utf8-ucs4.h: New file, from GNU gettext.
39585         * lib/utf16-ucs4.h: New file, from GNU gettext.
39586         * lib/ucs4-utf8.h: New file, from GNU gettext.
39587         * lib/ucs4-utf16.h: New file, from GNU gettext.
39588
39589 2003-04-02  Bruno Haible  <bruno@clisp.org>
39590
39591         * modules/binary-io: New file.
39592         * MODULES.html.sh (func_all_modules): Add it.
39593
39594 2003-04-02  Bruno Haible  <bruno@clisp.org>
39595
39596         * lib/binary-io.h: New file, from GNU gettext.
39597
39598 2003-04-01  Bruno Haible  <bruno@clisp.org>
39599
39600         * modules/pathname: New file.
39601         * MODULES.html.sh (func_all_modules): Add it.
39602
39603 2003-04-01  Bruno Haible  <bruno@clisp.org>
39604
39605         * lib/pathname.h: New file, from GNU gettext.
39606         * lib/concatpath.c: New file, from GNU gettext.
39607
39608 2003-03-30  Bruno Haible  <bruno@clisp.org>
39609
39610         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
39611
39612 2003-03-30  Bruno Haible  <bruno@clisp.org>
39613
39614         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
39615         function chown() doesn't exist.
39616
39617 2003-03-28  Bruno Haible  <bruno@clisp.org>
39618
39619         * modules/copy-file: New file.
39620         * MODULES.html.sh (func_all_modules): Add it.
39621
39622 2003-03-28  Bruno Haible  <bruno@clisp.org>
39623
39624         * m4/copy-file.m4: New file.
39625
39626 2003-03-28  Bruno Haible  <bruno@clisp.org>
39627
39628         * lib/copy-file.h: New file, from GNU gettext.
39629         * lib/copy-file.c: New file, from GNU gettext.
39630
39631 2003-03-18  Jim Meyering  <jim@meyering.net>
39632
39633         * lib/quote.c (quote_n): Fix typo in comment.
39634
39635 2003-03-18  Bruno Haible  <bruno@clisp.org>
39636
39637         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
39638         checking.
39639         * m4/onceonly_2_57.m4: Likewise.
39640
39641 2003-03-17  Bruno Haible  <bruno@clisp.org>
39642
39643         * m4/onceonly.m4: Require autoconf 2.54 or newer.
39644         (m4_quote): Remove macro.
39645         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
39646
39647 2003-03-14  Jim Meyering  <jim@meyering.net>
39648
39649         Merge changes from Coreutils.
39650         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
39651         to be const, in order to avoid warnings.
39652         (obstack_room): Likewise.
39653         (obstack_empty_p): Likewise.
39654
39655 2003-03-14  Bruno Haible  <bruno@clisp.org>
39656
39657         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
39658         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
39659
39660 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39661
39662         Merge changes from Bison.
39663         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
39664         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
39665         when compiling Bison 1.875's `bitset bset = obstack_alloc
39666         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
39667         * lib/hash.c: Include <stdbool.h> unconditionally.
39668
39669 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39670
39671         * m4/onceonly.m4 (m4_quote): New macro.
39672         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
39673         Quote AC_FOREACH variable-expansions properly.
39674
39675 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39676
39677         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
39678
39679 2003-03-09  Paul Eggert  <eggert@twinsun.com>
39680
39681         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
39682         Reported by Bruce Becker; see:
39683         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
39684
39685 2003-03-03  Paul Eggert  <eggert@twinsun.com>
39686             Bruno Haible  <bruno@clisp.org>
39687
39688         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
39689         Reported by John Hughes, see
39690         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
39691
39692 2003-02-20  Bruno Haible  <bruno@clisp.org>
39693
39694         * MODULES.html.sh (func_all_modules): Add poll.
39695
39696 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39697
39698         * modules/poll: New file.
39699
39700 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39701
39702         * lib/poll_.h: New file.
39703         * lib/poll.c: New file.
39704
39705 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39706
39707         * m4/poll.m4: New file.
39708
39709 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39710
39711         * modules/mathl: New file.
39712
39713 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39714
39715         * lib/mathl.h: New file.
39716         * lib/acosl.c: New file.
39717         * lib/asinl.c: New file.
39718         * lib/atanl.c: New file.
39719         * lib/ceill.c: New file.
39720         * lib/cosl.c: New file.
39721         * lib/expl.c: New file.
39722         * lib/floorl.c: New file.
39723         * lib/frexpl.c: New file.
39724         * lib/ldexpl.c: New file.
39725         * lib/logl.c: New file.
39726         * lib/sincosl.c: New file.
39727         * lib/sinl.c: New file.
39728         * lib/sqrtl.c: New file.
39729         * lib/tanl.c: New file.
39730         * lib/trigl.c: New file.
39731         * lib/trigl.h: New file.
39732
39733 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39734
39735         * m4/mathl.m4: New file.
39736
39737 2003-02-18  Bruno Haible  <bruno@clisp.org>
39738
39739         * MODULES.html.sh (func_all_modules): Add mathl.
39740
39741 2003-02-17  Bruno Haible  <bruno@clisp.org>
39742
39743         * modules/mkdtemp: New module.
39744         * MODULES.html.sh (func_all_modules): Add it.
39745
39746 2003-02-17  Bruno Haible  <bruno@clisp.org>
39747
39748         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
39749
39750 2003-02-17  Bruno Haible  <bruno@clisp.org>
39751
39752         * lib/mkdtemp.h: New file, from GNU gettext.
39753         * lib/mkdtemp.c: New file, from GNU gettext.
39754
39755 2003-02-02  Jim Meyering  <jim@meyering.net>
39756
39757         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
39758         e.g. glibc-2.2.93.
39759
39760 2003-01-31  Bruno Haible  <bruno@clisp.org>
39761
39762         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
39763         'rpl_rename'.
39764         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
39765         'rpl_strnlen'.
39766         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
39767         'rpl_strtod'.
39768         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
39769         'rpl_utime'.
39770
39771 2003-01-31  Bruno Haible  <bruno@clisp.org>
39772
39773         * lib/rename.c: #undef rename before defining rpl_rename.
39774         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
39775
39776 2003-01-30  Bruno Haible  <bruno@clisp.org>
39777
39778         * modules/vasnprintf, modules/vasprintf: New modules.
39779         * MODULES.html.sh (func_all_modules): Add them.
39780
39781 2003-01-30  Bruno Haible  <bruno@clisp.org>
39782
39783         * m4/signed.m4: New file, from GNU gettext.
39784         * m4/longdouble.m4: New file, from GNU gettext.
39785         * m4/wchar_t.m4: New file, from GNU gettext.
39786         * m4/wint_t.m4: New file, from GNU gettext.
39787         * m4/vasnprintf.m4: New file.
39788         * m4/vasprintf.m4: New file.
39789
39790 2003-01-30  Bruno Haible  <bruno@clisp.org>
39791
39792         * lib/printf-args.h: New file, from GNU gettext.
39793         * lib/printf-args.c: New file, from GNU gettext.
39794         * lib/printf-parse.h: New file, from GNU gettext.
39795         * lib/printf-parse.c: New file, from GNU gettext.
39796         * lib/vasnprintf.h: New file, from GNU gettext.
39797         * lib/vasnprintf.c: New file, from GNU gettext.
39798         * lib/asnprintf.c: New file, from GNU gettext.
39799         * lib/vasprintf.h: New file, from GNU gettext with modifications.
39800         * lib/vasprintf.c: New file, from GNU gettext.
39801         * lib/asprintf.c: New file, from GNU gettext.
39802
39803 2003-01-29  Bruno Haible  <bruno@clisp.org>
39804
39805         * modules/stpncpy: New module.
39806         * MODULES.html.sh (func_all_modules): Add it.
39807
39808 2003-01-29  Bruno Haible  <bruno@clisp.org>
39809
39810         * m4/stpncpy.m4: New file.
39811
39812 2003-01-29  Bruno Haible  <bruno@clisp.org>
39813
39814         * lib/stpncpy.h: New file, from GNU gettext with modifications.
39815         * lib/stpncpy.c: New file, from GNU gettext with modifications.
39816
39817 2003-01-28  Bruno Haible  <bruno@clisp.org>
39818
39819         * modules/c-ctype: New module.
39820         * MODULES.html.sh (func_all_modules): Add it.
39821
39822 2003-01-28  Bruno Haible  <bruno@clisp.org>
39823
39824         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
39825         Paul Eggert.
39826         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
39827         Paul Eggert.
39828
39829 2003-01-27  Bruno Haible  <bruno@clisp.org>
39830
39831         * modules/xsetenv: New module.
39832         * MODULES.html.sh (func_all_modules): Add it.
39833
39834 2003-01-27  Bruno Haible  <bruno@clisp.org>
39835
39836         * lib/xsetenv.h: New file, from GNU gettext.
39837         * lib/xsetenv.c: New file, from GNU gettext.
39838
39839 2003-01-23  Jim Meyering  <jim@meyering.net>
39840
39841         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
39842         from working on systems without dirfd (at least Irix and OSF1/Tru64).
39843
39844 2003-01-23  Bruno Haible  <bruno@clisp.org>
39845
39846         * modules/minmax: New module.
39847         * MODULES.html.sh (func_all_modules): Add it.
39848
39849 2003-01-23  Bruno Haible  <bruno@clisp.org>
39850
39851         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
39852         Eggert.
39853
39854 2003-01-22  Bruno Haible  <bruno@clisp.org>
39855
39856         * modules/exit: New module.
39857         * MODULES.html.sh (func_all_modules): Add it.
39858
39859 2003-01-22  Bruno Haible  <bruno@clisp.org>
39860
39861         * lib/exit.h: New file, from GNU gettext.
39862
39863 2003-01-19  Bruno Haible  <bruno@clisp.org>
39864
39865         * gnulib-tool: Recognize option --extract-maintainer.
39866         (func_get_maintainer): New function.
39867         * modules/*: Add Maintainer entry.
39868
39869 2003-01-16  Jim Meyering  <jim@meyering.net>
39870
39871         * m4/regex.m4: The `regex' struct is both input and output.
39872         Initialize it before each use.  Patch by Tim Waugh.
39873
39874 2003-01-16  Bruno Haible  <bruno@clisp.org>
39875
39876         * MODULES.html.sh: Add a table of contents. Add the module name as
39877         leftmost column. Add hyperlinks.
39878
39879 2003-01-15  Bruno Haible  <bruno@clisp.org>
39880
39881         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
39882
39883 2003-01-15  Bruno Haible  <bruno@clisp.org>
39884
39885         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
39886         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
39887         suffix.
39888
39889 2003-01-15  Bruno Haible  <bruno@clisp.org>
39890
39891         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
39892
39893 2003-01-15  Bruno Haible  <bruno@clisp.org>
39894
39895         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
39896         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
39897
39898 2003-01-14  Jim Meyering  <jim@meyering.net>
39899
39900         * lib/same.c (same_name): Tweak a comment.
39901
39902 2003-01-14  Bruno Haible  <bruno@clisp.org>
39903
39904         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
39905         when a string comparison is sufficient.
39906
39907 2003-01-14  Bruno Haible  <bruno@clisp.org>
39908
39909         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
39910         'unsigned int'.
39911
39912 2003-01-14  Bruno Haible  <bruno@clisp.org>
39913
39914         * lib/hash-pjw.c: Add comment about low quality of this function.
39915
39916 2003-01-13  Bruno Haible  <bruno@clisp.org>
39917
39918         * modules/stpcpy: Distribute lib/stpcpy.h.
39919         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
39920
39921 2003-01-13  Bruno Haible  <bruno@clisp.org>
39922
39923         * modules/*: Add a description.
39924         * modules/strpbrk: Fix Makefile.am snippet.
39925         * modules/strtoimax: Fix dependencies.
39926         * modules/strtoumax: Likewise.
39927
39928 2003-01-13  Bruno Haible  <bruno@clisp.org>
39929
39930         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
39931         * modules/alloca (Makefile.am): All object files depend on alloca.h.
39932         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
39933
39934 2003-01-13  Bruno Haible  <bruno@clisp.org>
39935
39936         * gnulib-tool (func_create_testdir): Store config/* files in the main
39937         directory.
39938         * config.rpath: Move to ...
39939         * config/config.rpath: ... here.
39940         * modules/gettext: Contains config/config.rpath, not config.rpath.
39941         * modules/iconv: Likewise.
39942
39943 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39944
39945         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39946         to avoid collisions with libcurses and libreadline.
39947
39948         * m4/getstr.m4: Remove.
39949         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
39950
39951 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39952
39953         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39954         to avoid collisions with libcurses and libreadline.
39955
39956         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
39957         * lib/getstr.h, getstr.c: Remove.
39958         * lib/getline.c: Include "getline.h", to check interface.
39959         Move body of old getstr.c here: this defines MIN_CHUNK and
39960         declares getdelim2, which is renamed from getstr.
39961         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
39962
39963         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
39964         All uses changed.
39965         * lib/linebuffer.h: Likewise.
39966         (readline): Remove backward-compatibility macro.
39967
39968 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39969
39970         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39971         to avoid collisions with libcurses and libreadline.
39972         * getstr: Remove.
39973         * MODULES.html.sh: Remove getstr.
39974         * modules/getline: Depend on unlocked-io, not getstr.
39975
39976 2003-01-12  Jim Meyering  <jim@meyering.net>
39977
39978         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
39979
39980 2003-01-10  Bruno Haible  <bruno@clisp.org>
39981
39982         * modules/alloca: Change Makefile.am requirements. Simplify Include
39983         requirements. Add lib/alloca_.h to file list.
39984
39985 2003-01-10  Bruno Haible  <bruno@clisp.org>
39986
39987         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
39988
39989 2003-01-10  Bruno Haible  <bruno@clisp.org>
39990
39991         * lib/alloca_.h: New file.
39992         * lib/getdate.y: Unconditionally include alloca.h.
39993         * lib/makepath.c: Likewise.
39994         * lib/setenv.c: Likewise.
39995         * lib/userspec.c: Likewise.
39996
39997 2003-01-09  Karl Berry  <karl@gnu.org>
39998
39999         * MODULES.html.sh: include `dirname $0` in PATH, to find
40000         gnulib-tool.
40001
40002 2003-01-09  Bruno Haible  <bruno@clisp.org>
40003
40004         * modules/stdbool: Change configure.ac, Makefile.am requirements.
40005         Simplify Include requirements. Add lib/stdbool.h.in to file list.
40006
40007 2003-01-09  Bruno Haible  <bruno@clisp.org>
40008
40009         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
40010
40011 2003-01-09  Bruno Haible  <bruno@clisp.org>
40012
40013         * lib/stdbool.h.in: New file.
40014
40015 2003-01-09  Bruno Haible  <bruno@clisp.org>
40016
40017         * gnulib-tool (func_all_modules): Ignore files ending in ~.
40018         * MODULES.html.sh: Likewise.
40019
40020 2003-01-08  Jim Meyering  <jim@meyering.net>
40021
40022         * lib/full-write.c: Undefine and define-away `const' after inclusion
40023         of errno.h, not before.  Suggestion from Bruno Haible.
40024
40025 2003-01-08  Bruno Haible  <bruno@clisp.org>
40026
40027         * modules/full-read: Depend on full-write.
40028
40029 2003-01-08  Bruno Haible  <bruno@clisp.org>
40030
40031         * lib/safe-read.c: Include specification header first, to ensure its
40032         selfcontainedness.
40033         * lib/full-write.c: Likewise.
40034
40035 2003-01-07  Jim Meyering  <jim@meyering.net>
40036
40037         * lib/full-write.c: Rework so that it may serve to define full_read,
40038         too.
40039         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
40040
40041 2003-01-07  Bruno Haible  <bruno@clisp.org>
40042
40043         * lib/strtoimax.c: Include <stdint.h> as an alternative to
40044         <inttypes.h>.
40045         * lib/xstrtol.h: Likewise.
40046         * lib/xstrtoimax.c: Likewise.
40047         * lib/xstrtoumax.c: Likewise.
40048         * lib/human.h: Likewise.
40049
40050         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
40051         on systems that have <inttypes.h> but not <stdint.h>.
40052
40053 2003-01-07  Bruno Haible  <bruno@clisp.org>
40054
40055         * MODULES.html.sh: Add copyright notice.
40056         (missed_files): Omit CVS directory entries.
40057         (func_module): Make it work with sed-3.02.
40058         * MODULES.txt: Remove file.
40059
40060 2003-01-06  Jim Meyering  <jim@meyering.net>
40061
40062         * lib/version-etc.c: Update year in translatable copyright string.
40063
40064 2003-01-03  Karl Berry  <karl@gnu.org>
40065
40066         * config/config.{guess,sub}: update from prep.
40067
40068 2003-01-02  Karl Berry  <karl@gnu.org>
40069
40070         * doc/COPYING.DOC: belatedly updated to 1.2.
40071
40072 2003-01-01  Karl Berry  <karl@gnu.org>
40073
40074         * gnulib-tool (func_verify_module): report module name $module in
40075         error message, not $1.
40076         * gnulib-tool (create-testdir): don't complain if destdir couldn't
40077         be created, only if it doesn't exist.
40078         * gnulib-tool (last_checkin_date): don't expand the $Date here.
40079
40080 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40081
40082         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
40083
40084 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40085
40086         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
40087         memcmp if strcoll doesn't work.
40088
40089 2002-12-31  Bruno Haible  <bruno@clisp.org>
40090
40091         * lib/utime.c (utime_null): No need to call ftruncate if the file was
40092         nonempty.
40093
40094 2002-12-31  Bruno Haible  <bruno@clisp.org>
40095
40096         * lib/memcoll.c (STRCOLL): New macro.
40097         (memcoll): Use it.
40098
40099 2002-12-31  Bruno Haible  <bruno@clisp.org>
40100
40101         * lib/localcharset.h: New file.
40102         * lib/localcharset.c: Include it.
40103         * lib/unicodeio.c: Likewise.
40104
40105 2002-12-31  Bruno Haible  <bruno@clisp.org>
40106
40107         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
40108         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
40109
40110 2002-12-31  Bruno Haible  <bruno@clisp.org>
40111
40112         * lib/getline.h: Include <stddef.h>, for size_t.
40113
40114         * lib/unicodeio.h: Include <stddef.h>, for size_t.
40115         * lib/unicodeio.c: Don't include <stddef.h>.
40116
40117 2002-12-31  Bruno Haible  <bruno@clisp.org>
40118
40119         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
40120         HAVE_TM_ZONE.
40121
40122 2002-12-24  Karl Berry  <karl@gnu.org>
40123
40124         * config/config.guess: update from prep.
40125
40126 2002-12-24  Bruno Haible  <bruno@clisp.org>
40127
40128         General infrasructure.
40129         * m4/README: Rewritten.
40130         * m4/onceonly.m4: New file.
40131         * m4/onceonly_2_57.m4: New file.
40132
40133         Module atexit.
40134         * m4/atexit.m4: New file.
40135
40136         Module strtod.
40137         * m4/strtod.m4: New file.
40138
40139         Module strtol.
40140         * m4/strtol.m4: New file.
40141
40142         Module strtoul.
40143         * m4/strtoul.m4: New file.
40144
40145         Module memchr.
40146         * m4/memchr.m4: New file.
40147
40148         Module memcmp.
40149         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
40150         (jm_FUNC_MEMCMP): Invoke it.
40151
40152         Module memcpy.
40153         * m4/memcpy.m4: New file.
40154
40155         Module memmove.
40156         * m4/memmove.m4: New file.
40157
40158         Module memset.
40159         * m4/memset.m4: New file.
40160
40161         Module strcspn.
40162         * m4/strcspn.m4: New file.
40163
40164         Module strpbrk.
40165         * m4/strpbrk.m4: New file.
40166
40167         Module strstr.
40168         * m4/strstr.m4: New file.
40169
40170         Module strerror.
40171         * m4/strerror.m4: New file.
40172
40173         Module mktime.
40174         * m4/mktime.m4: Renamed from jm-mktime.m4.
40175         (gl_PREREQ_MKTIME): New macro.
40176         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
40177
40178         Module malloc.
40179         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
40180         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
40181         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
40182
40183         Module realloc.
40184         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
40185         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
40186         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
40187
40188         Module strftime.
40189         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
40190         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
40191         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
40192         gl_TM_GMTOFF.
40193         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
40194
40195         Module xalloc.
40196         * m4/xalloc.m4: New file.
40197
40198         Module alloca.
40199         * m4/alloca.m4: New file.
40200
40201         Module putenv.
40202         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
40203         (jm_FUNC_PUTENV): Invoke it.
40204
40205         Module setenv.
40206         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
40207         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
40208         when invoked twice.
40209         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
40210         gt_FUNC_SETENV.
40211
40212         Module memrchr.
40213         * m4/memrchr.m4: New file.
40214
40215         Module stpcpy.
40216         * m4/stpcpy.m4: New file.
40217
40218         Module strcase.
40219         * m4/strcase.m4: New file.
40220
40221         Module strdup.
40222         * m4/strdup.m4: New file.
40223
40224         Module strnlen.
40225         * m4/strnlen.m4: New file.
40226
40227         Module strndup.
40228         * m4/strndup.m4: New file.
40229
40230         Module xstrtod.
40231         * m4/xstrtod.m4: New file.
40232
40233         Module xstrtol.
40234         * m4/xstrtol.m4: New file.
40235
40236         Module getdate.
40237         * m4/getdate.m4: New file.
40238
40239         Module unlocked-io.
40240         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
40241         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
40242         * m4/jm-glibc-io.m4n: Remove file.
40243
40244         Module long-options.
40245         * m4/long-options.m4: New file.
40246
40247         Module md5.
40248         * m4/md5.m4: New file.
40249
40250         Module sha.
40251         * m4/sha.m4: New file.
40252
40253         Module getstr.
40254         * m4/getstr.m4: New file.
40255
40256         Module getline.
40257         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
40258         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
40259         <sys/types.h>, for size_t. Use the function name gnu_getline, not
40260         simply getline. Infoke gl_PREREQ_GETLINE.
40261
40262         Module obstack.
40263         * m4/obstack.m4: New file.
40264
40265         Module hash.
40266         * m4/hash.m4: New file.
40267
40268         Module readtokens.
40269         * m4/readtokens.m4: New file.
40270
40271         Module strverscmp.
40272         * m4/strverscmp.m4: New file.
40273
40274         Module stdbool.
40275         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
40276         OSF/1.
40277
40278         Module strtoll.
40279         * m4/strtoll.m4: New file.
40280
40281         Module strtoull.
40282         * m4/strtoull.m4: New file.
40283
40284         Module strtoimax.
40285         * m4/strtoimax.m4: New file.
40286
40287         Module strtoumax.
40288         * m4/strtoumax.m4: New file.
40289
40290         Module xstrtoimax.
40291         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
40292         jm_AC_PREREQ_XSTRTOIMAX.
40293         Moved the strtol prerequisites to strtol.m4.
40294         Moved the strtoll prerequisites to strtoll.m4.
40295         Moved the strtoimax prerequisites to strtoimax.m4.
40296
40297         Module xstrtoumax.
40298         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
40299         jm_AC_PREREQ_XSTRTOUMAX.
40300         Moved the strtoul prerequisites to strtoul.m4.
40301         Moved the strtoull prerequisites to strtoull.m4.
40302         Moved the strtoumax prerequisites to strtoumax.m4.
40303
40304         Module chown.
40305         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
40306         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
40307
40308         Module dup2.
40309         * m4/dup2.m4: New file.
40310
40311         Module ftruncate.
40312         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
40313         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
40314
40315         Module getgroups.
40316         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
40317         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
40318
40319         Module gettimeofday.
40320         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
40321         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
40322         gl_PREREQ_GETTIMEOFDAY.
40323
40324         Module mkdir.
40325         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
40326         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
40327
40328         Module mkstemp.
40329         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
40330         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
40331         jm_AC_TYPE_UINTMAX_T.
40332         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
40333
40334         Module stat.
40335         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
40336         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
40337
40338         Module lstat.
40339         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
40340         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
40341
40342         Module timespec.
40343         * m4/timespec.m4 (gl_TIMESPEC): New macro.
40344         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
40345         * m4/st_mtim.m4: Indentation.
40346
40347         Module nanosleep.
40348         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
40349         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
40350         gl_PREREQ_NANOSLEEP.
40351
40352         Module regex.
40353         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
40354         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
40355         (gl_REGEX): New macro.
40356
40357         Module rename.
40358         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
40359         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
40360
40361         Module rmdir.
40362         * m4/rmdir.m4: New file.
40363
40364         Module utime.
40365         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
40366         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
40367         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
40368
40369         Module dirname.
40370         * m4/dirname.m4: New file.
40371
40372         Module getopt.
40373         * m4/getopt.m4: New file.
40374
40375         Module unistd-safer.
40376         * m4/unistd-safer.m4: New file.
40377
40378         Module fnmatch.
40379         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
40380         declaration.
40381         (gl_PREREQ_FNMATCH_EXTRA): New macro.
40382         (gl_FUNC_FNMATCH_POSIX): New macro.
40383         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
40384         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
40385         simply fnmatch.
40386
40387         Module exclude.
40388         * m4/exclude.m4: New file.
40389
40390         Module human.
40391         * m4/human.m4: New file.
40392
40393         Module acl.
40394         * m4/acl.m4: Nop.
40395
40396         Module backupfile.
40397         * m4/backupfile.m4: New file.
40398         * m4/d-ino.m4: Indentation.
40399
40400         Module fsusage.
40401         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
40402         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
40403         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
40404
40405         Module dirfd.
40406         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
40407         requirements.
40408
40409         Module euidaccess.
40410         * m4/euidaccess.m4: New file.
40411
40412         Module file-type.
40413         * m4/file-type.m4: New file.
40414
40415         Module fileblocks.
40416         * m4/fileblocks.m4: New file.
40417
40418         Module filemode.
40419         * m4/filemode.m4: New file.
40420
40421         Module isdir.
40422         * m4/isdir.m4: New file.
40423
40424         Module lchown.
40425         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
40426         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
40427
40428         Module makepath.
40429         * m4/makepath.m4: New file.
40430
40431         Module modechange.
40432         * m4/modechange.m4: New file.
40433
40434         Module mountlist.
40435         * m4/mountlist.m4: New file.
40436         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
40437         Indentation.
40438
40439         Module path-concat.
40440         * m4/path-concat.m4: New file.
40441
40442         Module pathmax.
40443         * m4/pathmax.m4: New file.
40444
40445         Module same.
40446         * m4/same.m4: New file.
40447
40448         Module save-cwd.
40449         * m4/save-cwd.m4: New file.
40450
40451         Module savedir.
40452         * m4/savedir.m4: New file.
40453
40454         Module xgetcwd.
40455         * m4/xgetcwd.m4: New file.
40456         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
40457
40458         Module xreadlink.
40459         * m4/xreadlink.m4: New file.
40460
40461         Module safe-read.
40462         * m4/safe-read.m4: New file.
40463
40464         Module safe-write.
40465         * m4/safe-write.m4: New file.
40466
40467         Module closeout.
40468         * m4/closeout.m4: New file.
40469
40470         Module stdio-safer.
40471         * m4/stdio-safer.m4: New file.
40472
40473         Module getpass.
40474         * m4/getpass.m4: New file.
40475
40476         Module getugroups.
40477         * m4/getugroups.m4: New file.
40478
40479         Module group-member.
40480         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
40481         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
40482
40483         Module idcache.
40484         * m4/idcache.m4: New file.
40485
40486         Module userspec.
40487         * m4/userspec.m4: New file.
40488
40489         Module gettime.
40490         * m4/clock_time.m4: New file.
40491         * m4/gettime.m4: New file.
40492
40493         Module settime.
40494         * m4/settime.m4: New file.
40495
40496         Module posixtm.
40497         * m4/posixtm.m4: New file.
40498
40499         Module gethostname.
40500         * m4/gethostname.m4: New file.
40501
40502         Module canon-host.
40503         * m4/canon-host.m4: New file.
40504
40505         Module gettext.
40506         * m4/codeset.m4: New file, from gettext-0.11.5.
40507         * m4/gettext.m4: New file, from gettext-0.11.5.
40508         * m4/glibc21.m4: New file, from gettext-0.11.5.
40509         * m4/iconv.m4: New file, from gettext-0.11.5.
40510         * m4/intdiv0.m4: New file, from gettext-0.11.5.
40511         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
40512         * m4/inttypes.m4: New file, from gettext-0.11.5.
40513         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
40514         * m4/isc-posix.m4: New file, from gettext-0.11.5.
40515         * m4/lcmessage.m4: New file, from gettext-0.11.5.
40516         * m4/lib-ld.m4: New file, from gettext-0.11.5.
40517         * m4/lib-link.m4: New file, from gettext-0.11.5.
40518         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
40519         * m4/progtest.m4: New file, from gettext-0.11.5.
40520         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
40521         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
40522         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
40523
40524         Module localcharset.
40525         * m4/localcharset.m4: New file.
40526
40527         Module hard-locale.
40528         * m4/hard-locale.m4: New file.
40529
40530         Module mbswidth.
40531         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
40532         onceonly macros.
40533         * m4/mbrtowc.m4: Add comment.
40534
40535         Module memcasecmp.
40536         * m4/memcasecmp.m4: New file.
40537
40538         Module memcoll.
40539         * m4/memcoll.m4: New file.
40540
40541         Module unicodeio.
40542         * m4/unicodeio.m4: New file.
40543
40544         Module rpmatch.
40545         * m4/rpmatch.m4: New file.
40546
40547         Module yesno.
40548         * m4/yesno.m4: New file.
40549
40550         Module exitfail.
40551         * m4/exitfail.m4: New file.
40552
40553         Module c-stack.
40554         * m4/c-stack.m4 (gl_C_STACK): New macro.
40555         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
40556
40557         Module error.
40558         * m4/error.m4 (gl_ERROR): New macro.
40559         (jm_PREREQ_ERROR): Use onceonly macros.
40560
40561         Module fatal.
40562         * m4/fatal.m4: New file.
40563
40564         Module getloadavg.
40565         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
40566         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
40567
40568         Module getpagesize.
40569         * m4/getpagesize.m4: New file.
40570
40571         Module getusershell.
40572         * m4/getusershell.m4: New file.
40573
40574         Module physmem.
40575         * m4/physmem.m4: New file.
40576
40577         Module posixver.
40578         * m4/posixver.m4: New file.
40579
40580         Module quotearg.
40581         * m4/quotearg.m4: New file.
40582
40583         Module quote.
40584         * m4/quote.m4: New file.
40585
40586         Module readutmp.
40587         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
40588
40589         Module sig2str.
40590         * m4/sig2str.m4: New file.
40591
40592         Other.
40593         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
40594         ulonglong.m4.
40595         * m4/intmax_t.m4: New file.
40596         * m4/d-type.m4: Indentation.
40597         * m4/jm-macros.m4: Update.
40598         * m4/prereq.m4 (jm_PREREQ): Update.
40599         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
40600         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
40601         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
40602         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
40603         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
40604         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
40605         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
40606         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
40607         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
40608         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
40609         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
40610         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
40611         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
40612         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
40613         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
40614         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
40615         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
40616         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
40617         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
40618
40619 2002-12-24  Bruno Haible  <bruno@clisp.org>
40620
40621         * MODULES.txt: Update according to m4/ changes.
40622
40623         Module gettext.
40624         * config.rpath: New file, from gettext-0.11.5.
40625
40626         * modules/*: New module descriptions.
40627         * gnulib-tool: New file.
40628         * MODULES.html.sh: New file.
40629
40630 2002-12-21  Karl Berry  <karl@gnu.org>
40631
40632         * doc/fdl.texi: update to version 1.2.
40633
40634 2002-12-19  Karl Berry  <karl@gnu.org>
40635
40636         * config/config.guess: update from prep.
40637
40638 2002-12-18  Bruno Haible  <bruno@clisp.org>
40639
40640         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
40641         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
40642
40643 2002-12-17  Bruno Haible  <bruno@clisp.org>
40644
40645         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
40646         stdlib.h, string.h.
40647
40648 2002-12-17  Bruno Haible  <bruno@clisp.org>
40649
40650         * lib/canon-host.c (strdup): Remove unused declaration.
40651
40652         * lib/fsusage.c: Include full_read.h.
40653         (get_fs_usage): Use full_read instead of safe_read.
40654
40655         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
40656
40657 2002-12-12  Karl Berry  <karl@gnu.org>
40658
40659         * config/config.guess: update from prep.
40660
40661 2002-12-11  Bruno Haible  <bruno@clisp.org>
40662
40663         * m4/setenv.m4: New file, from gettext-0.11.5.
40664
40665 2002-12-11  Bruno Haible  <bruno@clisp.org>
40666
40667         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
40668         not unsetenv().
40669         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
40670         modifications:
40671
40672         2002-12-11  Bruno Haible  <bruno@clisp.org>
40673
40674                 * setenv.c (alloca): Fall back to malloc.
40675                 (freea): New macro.
40676                 (setenv): Use freea() to free memory allocated with alloca().
40677
40678         2002-11-13  Bruno Haible  <bruno@clisp.org>
40679
40680                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
40681                 function declarations.
40682                 * unsetenv.c (unsetenv): Likewise.
40683
40684         2002-03-04  Bruno Haible  <bruno@clisp.org>
40685
40686                 Portability to AIX 4.3.3.
40687                 * unsetenv.c: New file, extracted from setenv.c.
40688                 * setenv.c: Move the unsetenv() function to unsetenv.c.
40689
40690         2001-12-20  Bruno Haible  <bruno@clisp.org>
40691
40692                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
40693                 use malloc instead. For SunOS 4.
40694
40695         2001-12-11  Bruno Haible  <bruno@clisp.org>
40696
40697                 * setenv.c: Declare alloca.
40698                 (compar_fn_t): New typedef.
40699                 (KNOWN_VALUE, STORE_VALUE): Use it.
40700
40701         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
40702         setenv.h.
40703
40704 2002-12-10  Paul Eggert  <eggert@twinsun.com>
40705
40706         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
40707         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
40708         Choose values that are less likely to collide with system fnmatch
40709         options.
40710         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
40711         defined (e.g., a pure POSIX system).
40712         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
40713         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
40714
40715 2002-12-06  Paul Eggert  <eggert@twinsun.com>
40716
40717         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
40718         a pain in practice to deal with generated m4 files.  This change
40719         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
40720
40721         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
40722         and jm-glibc-io.m4, as they are no longer a special case.
40723         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
40724         kludge and the auto-generation stuff.  Check only whether the
40725         functions are declared, not whether they exist, since older hosts
40726         that don't declare the functions can't use the optimization anyway.
40727
40728 2002-12-06  Jim Meyering  <jim@meyering.net>
40729
40730         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
40731
40732         Merge in changes from libc's misc/error.c, in preparation
40733         for the merge of gnulib's changes back into libc.
40734
40735         * lib/error.c (_): Define only if not already defined.
40736         Move definition to follow all #include directives.
40737         Include unlocked-io.h only if !_LIBC.
40738         [_LIBC]: Include <libio/libioP.h>.
40739         [USE_IN_LIBIO]: Include <libio/iolibio.h>
40740         (fflush): Tweak definition to use INTUSE.
40741         (putc): Define.
40742
40743 2002-12-05  Paul Eggert  <eggert@twinsun.com>
40744
40745         * lib/alloca.c [defined emacs]: Include "lisp.h".
40746         (xalloc_die) [defined emacs]: New macro.
40747         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
40748         [! defined emacs]: Include <xalloc.h>.
40749         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
40750         (pointer): Typedef to POINTER_TYPE *.
40751         (malloc): Remove decl; we now always use xmalloc.
40752         (alloca): Use old-style definition, since Emacs needs this.
40753         Check for arithmetic overflow when computing combined size.
40754
40755 2002-12-04  Paul Eggert  <eggert@twinsun.com>
40756
40757         Do not generate unlocked-io.h automatically, since it's easier to
40758         maintain it by hand.
40759
40760         * lib/unlocked-io.h: New file, from GNU diffutils,
40761         but with proper copyright notice and attribution.
40762         * lib/gen-uio: Remove.
40763         * lib/Makefile.am: Add copyright notice.
40764         (libfetish_a_SOURCES): Add unlocked-io.h.
40765         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
40766         (DISTCLEANFILES, io_functions): Remove macros.
40767         (EXTRA_DIST): Remove gen_uio.
40768         (unlocked-io.h): Remove rule.
40769
40770 2002-12-04  Jim Meyering  <jim@meyering.net>
40771
40772         Reflect the fact that stat.c and lstat.c are no longer generated.
40773         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
40774         (DISTCLEANFILES): Likewise.
40775         (EXTRA_DIST): Likewise.
40776         (all_local): Don't depend on stat.c or lstat.c.
40777         (stat.c, lstat.c): Remove rules.
40778         (EXTRA_DIST): Remove xstat.in.
40779
40780         * lib/xstat.in: Remove file.  Contents moved into stat.c.
40781         * lib/stat.c: New file.  Contents mostly from xstat.in.
40782         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
40783         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
40784
40785         * lib/safe-read.c: Rework so that it may serve to define safe_write,
40786         too.
40787         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
40788
40789 2002-12-03  Jim Meyering  <jim@meyering.net>
40790
40791         * lib/safe-read.c, safe-write.c: Change variable names and comments,
40792         but not semantics, to minimize the differences between these two files.
40793         (safe_read): Change comment to mention SAFE_READ_ERROR.
40794
40795         * lib/safe-read.c (IS_EINTR): Define.
40796         (safe_read): Use IS_EINTR in place of in-function cpp directives.
40797
40798 2002-12-02  Jim Meyering  <jim@meyering.net>
40799
40800         * lib/safe-read.c (EINTR): Define.
40801         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40802         (INT_MAX): Provide fallback.
40803         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
40804
40805         * lib/safe-read.h (SAFE_READ_ERROR): Define.
40806
40807 2002-12-02  Bruno Haible  <bruno@clisp.org>
40808
40809         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
40810         Define, taken from safe-read.c.
40811         (INT_MAX): Provide fallback.
40812         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
40813         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
40814
40815         * lib/safe-read.c (EINTR): Remove definition.
40816         (safe_read): Don't use EINTR if it is absent.
40817
40818 2002-12-01  Jim Meyering  <jim@meyering.net>
40819
40820         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
40821         zero.
40822         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
40823
40824 2002-11-27  Paul Eggert  <eggert@twinsun.com>
40825
40826         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
40827         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
40828         with `if (! (value < limit)) abort ();', for readability.
40829
40830 2002-11-26  Karl Berry  <karl@gnu.org>
40831
40832         * lib/strdup.c: copy from libc again, with jim's ok.
40833         * lib/.cppi-disable: re-add strdup.c
40834
40835 2002-11-25  Karl Berry  <karl@gnu.org>
40836
40837         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
40838         instead of "strtol.c".
40839
40840 2002-11-25  Karl Berry  <karl@gnu.org>
40841
40842         * config/install-sh: update from automake for variable quoting, $0 in
40843         error msgs, etc.
40844
40845         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
40846         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
40847         entry.
40848
40849 2002-11-25  Jim Meyering  <jim@meyering.net>
40850
40851         * lib/mktime.c: Sync from libc, now that it has the latest fix.
40852
40853 2002-11-24  Karl Berry  <karl@gnu.org>
40854
40855         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
40856         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
40857
40858 2002-11-24  Jim Meyering  <jim@meyering.net>
40859
40860         Update from coreutils:
40861
40862         * lib/mktime.c: Merge in changes from libc.
40863
40864         Avoid a link-time failure on some Linux systems.
40865         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
40866         (otherwise).
40867         (__mon_yday): Declare with the STATIC attribute.
40868         (__mktime_internal): Likewise.
40869         Based on a report from Greg Schafer.
40870
40871 2002-11-23  Jim Meyering  <jim@meyering.net>
40872
40873         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
40874         Use `unsigned', not `int', as type of index.
40875
40876         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
40877
40878         * lib/fsusage.c: Remove unneeded parentheses around operands of
40879         `defined'.
40880
40881 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40882
40883         * lib/quotearg.h: Allow multiple inclusion by surrounding with
40884         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
40885         so that we can be included first.
40886         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
40887         * lib/quotearg.c: Include quotearg.h immediately after config.h.
40888         No need to include stddef.h or sys/types.h any more.
40889         Surround local include files with "", not "<>".
40890         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
40891         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
40892         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
40893         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
40894         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
40895         (ISPRINT): Remove; no longer needed now that we assume C89.
40896
40897         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
40898         Preserve errno.
40899
40900         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
40901         quotearg_char): Use SIZE_MAX rather than
40902         (size_t) -1 when we are talking about "infinity".
40903
40904         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
40905
40906 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40907
40908         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
40909         hint that one should use `if (! x) abort ();' rather than `assert
40910         (x);', and anyway it's one less thing to worry about configuring.
40911         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
40912         hash_rehash, hash_insert): Use abort rather than assert.
40913
40914 2002-11-22  Bruno Haible  <bruno@clisp.org>
40915
40916         * lib/safe-read.h: Assume C89. Add comments.
40917         (safe_read): Change return type to size_t.
40918         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
40919         byte counts > SSIZE_MAX correctly.
40920         * lib/safe-write.h: New file.
40921         * lib/safe-write.c: New file.
40922         * lib/full-read.h: New file.
40923         * lib/full-read.c: New file.
40924         * lib/full-write.h: Assume C89. Add comments.
40925         * lib/full-write.c: Include safe-write.h.
40926         (full_write): Rewritten to use safe_write.
40927         Suggested by Jim Meyering and Paul Eggert.
40928
40929 2002-11-21  Jim Meyering  <jim@meyering.net>
40930
40931         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
40932
40933         Merge in changes from the coreutils.
40934
40935         2002-09-25  Paul Eggert  <eggert@twinsun.com>
40936         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
40937         <stdint.h>.
40938         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
40939         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
40940         int.  Work more efficiently if X is the same width as uintmax_t.
40941         Do not compare X to -1, to avoid bogus compiler warning.
40942         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
40943         Don't assume that f_frsize and f_bsize are the same type.
40944
40945         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
40946         warning on FreeBSD.
40947
40948         * lib/makepath.c (make_path): Restore umask *before* creating the final
40949         component.
40950         (make_path): Minor reformatting.
40951
40952         * lib/xmalloc.c: Adjust to work with new autoconf macros,
40953         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
40954         HAVE_MALLOC/HAVE_REALLOC.
40955
40956         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
40957         dummy ones.  At least on GNU/Linux systems, `auto' means something
40958         else.
40959         From Michael Stone.
40960
40961 2002-11-21  Bruno Haible  <bruno@clisp.org>
40962
40963         Remove case insensitive option matching.
40964         * lib/argmatch.h (argcasematch): Remove declaration.
40965         (ARGCASEMATCH): Remove macro.
40966         (__xargmatch_internal): Remove case_sensitive argument.
40967         (XARGMATCH): Update.
40968         (XARGCASEMATCH): Remove macro.
40969         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
40970         case_sensitive argument.
40971         (argcasematch): Remove function.
40972         (__xargmatch_internal): Remove case_sensitive argument.
40973         (main): Use XARGMATCH instead of XARGCASEMATCH.
40974
40975         * lib/xmalloc.c: Change compile-time error message. Add comment about
40976         required autoconf version.
40977
40978 2002-11-20  Paul Eggert  <eggert@twinsun.com>
40979
40980         Merge argmatch cleanups from Bison.  Assume C89.
40981
40982         * lib/argmatch.c: Include config.h here, not in argmatch.h.
40983         Include stdlib.h, for EXIT_FAILURE.
40984         Always include <string.h>, since we assume C89.
40985         (EXIT_FAILURE): Remove pre-C89 bug workaround.
40986         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
40987         Include <stddef.h> instead, since it's all we need for size_t.
40988         (PARAMS): Remove.  All uses removed.
40989         (ARRAY_CARDINALITY): Do not bother to #undef.
40990         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
40991         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
40992         Remove unnecessary parentheses.
40993         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
40994         Insert necessary parentheses.
40995         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
40996         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
40997
40998 2002-11-19  Bruno Haible  <bruno@clisp.org>
40999
41000         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
41001         * lib/mbswidth.h: Include <stddef.h>, for size_t.
41002
41003         * lib/mbswidth.h (PARAMS): Remove macro.
41004         (mbswidth, mbsnwidth): Use ANSI C function declarations.
41005         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
41006
41007         * lib/gcd.h (PARAMS): Remove macro.
41008         (gcd): Use ANSI C function declarations.
41009         * lib/gcd.c (gcd): Likewise.
41010
41011 2002-11-15  Bruno Haible  <bruno@clisp.org>
41012
41013         * lib/strcspn.c: Include <stddef.h>.
41014         (strcspn): Use ANSI C function declaration. Change return type to
41015         size_t. Use NULL.
41016         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
41017         (strpbrk): Use NULL.
41018         * lib/strpbrk.h (PARAMS): Remove macro.
41019         (strpbrk): Use ANSI C function declaration.
41020         * lib/strstr.c: Don't include <sys/types.h>.
41021         * lib/strstr.h (PARAMS): Remove macro.
41022         (strstr): Use ANSI C function declarations.
41023
41024 2002-11-14  Karl Berry  <karl@gnu.org>
41025
41026         * config/mkinstalldirs: `do' on separate line, instead of
41027         `for var; do'.
41028
41029 2002-11-06  Bruno Haible  <bruno@clisp.org>
41030
41031         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
41032         * lib/gcd.c (gcd): Likewise.
41033
41034 2002-11-05  Bruno Haible  <bruno@clisp.org>
41035
41036         * lib/gcd.h: New file, from gettext-0.11.5.
41037         * lib/gcd.c: New file, from gettext-0.11.5.
41038
41039 2002-11-05  Bruno Haible  <bruno@clisp.org>
41040
41041         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41042         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41043         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41044         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41045
41046         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
41047         <libintl.h>.
41048         * lib/makepath.c: Include gettext.h instead of <locale.h> and
41049         <libintl.h>.
41050
41051         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
41052         * lib/human.c: Include gettext.h instead of <libintl.h>.
41053         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
41054         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
41055         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
41056         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
41057         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
41058         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
41059         (textdomain): Remove definition.
41060         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
41061
41062         * lib/long-options.c: Remove include of <libintl.h> and definition of
41063         _.
41064         * lib/same.c: Remove include of <libintl.h> and definition of _.
41065
41066 2002-11-04  Owen Taylor  <otaylor@redhat.com>
41067
41068         * lib/config.charset: A few additions for Solaris.
41069
41070 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41071
41072         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
41073         * lib/localcharset.c (locale_charset): Declare as extern "C".
41074
41075 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41076
41077         * lib/config.charset: msdos in uk_UA uses CP1125.
41078
41079 2002-11-04  Bruno Haible  <bruno@clisp.org>
41080
41081         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
41082         * lib/strcase.h: New file, from GNU gettext-0.11.5.
41083         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
41084         * lib/strstr.h: New file, from GNU gettext-0.11.5.
41085         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
41086
41087 2002-11-04  Bruno Haible  <bruno@clisp.org>
41088
41089         * lib/localcharset.c (locale_charset): Don't return an empty string.
41090
41091 2002-11-04  Bruno Haible  <bruno@clisp.org>
41092
41093         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
41094         aliases.
41095
41096 2002-11-04  Bruno Haible  <bruno@clisp.org>
41097
41098         * lib/config.charset: Update for newest glibc. Add canonical names
41099         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
41100
41101 2002-11-04  Bruno Haible  <bruno@clisp.org>
41102
41103         * lib/config.charset: Add support for NetBSD.
41104
41105 2002-11-04  Bruno Haible  <bruno@clisp.org>
41106
41107         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
41108
41109 2002-11-01  Bruno Haible  <bruno@clisp.org>
41110
41111         * configure.in: Add AC_CONFIG_AUX_DIR call.
41112         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
41113         test/Makefile.
41114         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
41115
41116 2002-09-28  Karl Berry  <karl@gnu.org>
41117
41118         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
41119         installed automake until the next release, since changes have been
41120         made.
41121
41122 2002-09-25  Karl Berry  <karl@gnu.org>
41123
41124         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
41125         * lib/getopt*: copy from libc/posix.
41126         * lib/gettext.h: copy from gettext.
41127         * lib/.cppi-disable: add strdup.c, gettext.h.
41128
41129 2002-09-25  Karl Berry  <karl@gnu.org>
41130
41131         * config/srclist.txt: enable gettext.h check.
41132         * config/config.{guess,sub}: update from prep.
41133         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
41134                 from automake 1.6.3.
41135         See srclist*.
41136
41137 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
41138
41139         * regex.c (PATFETCH): Remove the translating fetch.
41140         (PATFETCH_RAW): Rename to PATFETCH.
41141         (set_image_of_range): New fun.
41142         (SET_RANGE_TABLE_WORK_AREA): Use it.
41143         (regex_compile): Don't translate the pattern chars so eagerly.
41144         Only do it when inserting an `exactn' bytecode or when handling
41145         a char-range.
41146         (mutually_exclusive_p): Avoid empty statement.
41147
41148 2002-07-06  Jim Meyering  <meyering@lucent.com>
41149
41150         * m4/README: Don't mention Makefile.am.in.
41151         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
41152
41153 2002-07-01  Jim Meyering  <meyering@lucent.com>
41154
41155         * lib/c-stack.c: Include sys/time.h.
41156         From Volker Borchert.
41157
41158 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41159
41160         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
41161
41162 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41163
41164         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
41165         New macro.  Use it uniformly instead of
41166         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
41167         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
41168         reported by Vin Shelton.
41169
41170 2002-06-22  Paul Eggert  <eggert@twinsun.com>
41171
41172         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
41173         Do not assume SA_SIGINFO behavior.
41174         Bug reported by Jim Meyering on NetBSD 1.5.2.
41175
41176 2002-06-22  Jim Meyering  <meyering@lucent.com>
41177
41178         * m4/c-stack.m4: New file, from diffutils-2.8.2.
41179         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
41180
41181         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
41182         now that configure.ac uses AC_GNU_SOURCE.
41183         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
41184         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
41185
41186         Update to latest tools.  Suggestions from Paul Eggert.
41187         * m4/stdbool.m4: New file, from diffutils-2.8.2.
41188         * m4/gnu-source.m4: Update from diffutils-2.8.2.
41189         * m4/fnmatch.m4: Likewise.
41190         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
41191         to AC_HEADER_STDBOOL
41192
41193 2002-06-22  Jim Meyering  <meyering@lucent.com>
41194
41195         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
41196         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
41197
41198 2002-06-22  Jim Meyering  <meyering@lucent.com>
41199
41200         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
41201
41202         * lib/exitfail.c, exitfail.h: Likewise.
41203         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
41204
41205         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
41206         of fnmatch.h.
41207         (EXTRA_DIST): Add fnmatch_loop.c.
41208         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
41209
41210         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
41211         * lib/fnmatch.c: Update from diffutils-2.8.2.
41212         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
41213         * lib/fnmatch.h: Remove file.
41214
41215 2002-06-21  Jim Meyering  <meyering@lucent.com>
41216
41217         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
41218         * m4/mbrtowc.m4: Likewise.
41219
41220         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
41221         * m4/mbswidth.m4: Reflect name change:
41222         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
41223         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
41224
41225         * m4/lib-link.m4: Update from gettext-0.11.2.
41226         * m4/gettext.m4: Likewise.
41227
41228         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
41229         From Alfred M. Szmidt.
41230
41231 2002-06-18  Paul Eggert  <eggert@twinsun.com>
41232
41233         * lib/file-type.h: Report an error if neither S_ISREG nor
41234         S_IFREG is defined, instead of using a test specific to glibc
41235         2.2.  This should be safe, since POSIX requires S_ISREG and
41236         Unix Version 7 had S_IFREG.  We don't need to check for
41237         <sys/types.h> since we don't use any symbols that it defines.
41238
41239 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
41240
41241         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
41242         $@-t, so that each temporary file name is unique and valid in the first
41243         8 characters, for operation under DOS.
41244
41245 2002-06-15  Paul Eggert  <eggert@twinsun.com>
41246
41247         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
41248
41249 2002-06-15  Jim Meyering  <meyering@lucent.com>
41250
41251         Work even with DJGPP 2.03, which lacks support for symlinks.
41252         From Richard Dawe.
41253         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
41254         is defined.
41255         * lib/lchown.c (S_ISLNK): Likewise.
41256
41257 2002-06-15  Jim Meyering  <meyering@lucent.com>
41258
41259         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
41260         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
41261         have been included before this file.
41262
41263 2002-06-14  Jim Meyering  <meyering@lucent.com>
41264
41265         * lib/file-type.h: Use the version from diffutils-2.8.2.
41266         * lib/file-type.c: Likewise.
41267
41268 2002-06-07  Jim Meyering  <meyering@lucent.com>
41269
41270         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
41271         They're needed at least for NetBSD 1.5.2.
41272         ($statxfs_includes): Include those same headers.
41273         ($statxfs_includes): Include sys/vfs.h if available.
41274         ($statxfs_includes): Likewise for sys/statvfs.h.
41275         Check for the following members in both structs statfs and statvfs:
41276         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
41277
41278 2002-06-01  Jim Meyering  <meyering@lucent.com>
41279
41280         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
41281         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
41282
41283 2002-05-28  Jim Meyering  <meyering@lucent.com>
41284
41285         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
41286         Reported by Volker Borchert.
41287
41288 2002-05-27  Jim Meyering  <meyering@lucent.com>
41289
41290         Fix a problem seen only on nonconforming systems whereby ls.c's
41291         use of localtime, and then of gettimeofday would cause trouble:
41292         the localtime call used to initialize rpl_gettimeofday's save
41293         mechanism would clobber ls's current local time information so
41294         that in any long listing the first file would always be listed
41295         with date 1970-01-01.  Analysis by Volker Borchert.
41296
41297         * lib/gettimeofday.c (localtime): Undefine.
41298         (rpl_localtime): New function.
41299
41300 2002-05-27  Jim Meyering  <meyering@lucent.com>
41301
41302         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
41303         localtime.
41304
41305         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
41306         use the replacement function; it wouldn't resolve at link time.
41307         Reported by Volker Borchert.
41308
41309 2002-05-22  Jim Meyering  <meyering@lucent.com>
41310
41311         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
41312         file-type.h.
41313         * lib/file-type.h: New file.
41314         * lib/file-type.c (file_type): New file/function.  Extracted from
41315         diffutils.
41316
41317 2002-04-30  Jim Meyering  <meyering@lucent.com>
41318
41319         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
41320
41321 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41322
41323         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
41324
41325 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41326
41327         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
41328         Do not check for alloca.h (no longer used) or stdbool.h (was never
41329         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
41330
41331 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41332
41333         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
41334
41335 2002-04-29  Jim Meyering  <meyering@lucent.com>
41336
41337         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
41338         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
41339         Use AC_FUNC_STRNLEN here instead.
41340
41341         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
41342         With autoconf-2.53a, it's part of AC_PROG_CC.
41343
41344 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41345
41346         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
41347         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
41348
41349 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41350
41351         * lib/sig2str.h, lib/sig2str.c: New files.
41352         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
41353
41354 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41355
41356         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
41357         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
41358         of 127, since 64 is the largest conceivable number for ancient
41359         nonstandard hosts.
41360         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
41361
41362 2002-04-28  Jim Meyering  <meyering@lucent.com>
41363
41364         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
41365
41366 2002-04-24  Jim Meyering  <meyering@lucent.com>
41367
41368         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
41369         (jm_PREREQ): Use it.
41370
41371         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
41372         mach/mach.h fcntl.h.
41373         Check for this function: setlocale.
41374
41375 2002-04-24  Jim Meyering  <meyering@lucent.com>
41376
41377         * lib/gettext.h: New file, from Gettext.
41378         * lib/Makefile.am (INCLUDES): Remove -I../intl.
41379         (libfetish_a_SOURCES): Add gettext.h.
41380
41381 2002-04-16  Jim Meyering  <meyering@lucent.com>
41382
41383         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
41384         ut_pid, ut_id, ut_exit.
41385
41386 2002-04-16  Jim Meyering  <meyering@lucent.com>
41387
41388         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
41389         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
41390         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
41391
41392 2002-04-12  Jim Meyering  <meyering@lucent.com>
41393
41394         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
41395         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
41396         existence of the getmntinfo function.  Needed for Darwin 5.3.
41397
41398         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
41399         This is necessary at least on Darwin 5.3.
41400
41401         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
41402         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
41403         strnlen.o in the library, and that makes some versions of ranlib
41404         object.
41405
41406 2002-04-12  Jim Meyering  <meyering@lucent.com>
41407
41408         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
41409
41410 2002-04-09  Jim Meyering  <meyering@lucent.com>
41411
41412         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
41413         to be more precise.  Rather than saying we're checking whether the
41414         function `works', say what we're testing.
41415         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
41416         Reported by Bruno Haible.
41417
41418 2002-03-10  Jim Meyering  <meyering@lucent.com>
41419
41420         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
41421         Suggestion from Santiago Vila.
41422
41423 2002-03-08  Jim Meyering  <meyering@lucent.com>
41424
41425         * lib/rename.c: Mention that this wrapper is needed also on
41426         mips-dec-ultrix4.4 systems.
41427
41428 2002-03-02  Jim Meyering  <meyering@lucent.com>
41429
41430         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
41431         not HAVE_CLOCK_SETTIME.
41432
41433 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41434
41435         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
41436         Check for clock_settime.
41437
41438 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41439
41440         * lib/nanosleep.h: Rename to....
41441         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
41442
41443         * lib/gettime.c: New file.
41444         * lib/settime.c: New file.
41445         * lib/stime.c: Remove.
41446
41447         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
41448         timespec.h.  Remove nanosleep.h.
41449
41450 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41451
41452         * m4/acl.m4: New file.
41453         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
41454         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
41455
41456 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41457
41458         * lib/acl.c, lib/acl.h: New files.
41459         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
41460
41461 2002-02-24  Jim Meyering  <meyering@lucent.com>
41462
41463         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
41464         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
41465         cause trouble.  Reported by Nelson Beebe.
41466
41467 2002-02-23  Paul Eggert  <eggert@twinsun.com>
41468
41469         * lib/path-concat.c (xpath_concat): Reorder code to pacify
41470         compilers that don't know that xalloc_die never returns.
41471
41472 2002-02-20  Jim Meyering  <meyering@lucent.com>
41473
41474         * lib/getdate.c: Regenerate using bison-1.33.
41475
41476 2002-02-17  Jim Meyering  <meyering@lucent.com>
41477
41478         * config/config.guess (main): Don't use `head -1'; it's no longer
41479         portable. Use `sed 1q' instead.
41480
41481 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
41482
41483         * m4/codeset.m4: Upgrade to gettext-0.11.
41484         * m4/gettext.m4: Upgrade to gettext-0.11.
41485         * m4/glibc21.m4: Upgrade to gettext-0.11.
41486         * m4/iconv.m4: Upgrade to gettext-0.11.
41487         * m4/isc-posix.m4: Upgrade to gettext-0.11.
41488         * m4/lcmessage.m4: Upgrade to gettext-0.11.
41489         * m4/lib-ld.m4: New file, from gettext-0.11.
41490         * m4/lib-link.m4: New file, from gettext-0.11.
41491         * m4/lib-prefix.m4: New file, from gettext-0.11.
41492         * m4/progtest.m4: Upgrade to gettext-0.11.
41493
41494 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41495
41496         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
41497         (jm_PREREQ): Use it.
41498
41499 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41500
41501         * lib/posixver.c, lib/posixver.h: New files.
41502         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41503
41504 2002-02-02  Paul Eggert  <eggert@twinsun.com>
41505             Bruno Haible  <bruno@clisp.org>
41506
41507         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
41508         (fwrite_success_callback): New declaration.
41509         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
41510         print_unicode_char. Call failure callback instead of error.
41511         (fwrite_success_callback): New function.
41512         (exit_failure_callback): New function.
41513         (fallback_failure_callback): New function.
41514         (print_unicode_char): Call unicode_to_mb.
41515
41516 2002-01-26  Jim Meyering  <meyering@lucent.com>
41517
41518         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
41519         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
41520
41521 2002-01-26  Jim Meyering  <meyering@lucent.com>
41522
41523         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
41524
41525 2002-01-22  Paul Eggert  <eggert@twinsun.com>
41526
41527         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
41528
41529 2002-01-22  Jim Meyering  <meyering@lucent.com>
41530
41531         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
41532         Otherwise, some versions of automake would omit the rule that makes
41533         Makefile from Makefile.in.
41534
41535 2002-01-21  Paul Eggert  <eggert@twinsun.com>
41536
41537         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
41538         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41539         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
41540         (memcoll): Set errno to zero if there is no error.
41541
41542         * lib/quotearg.c (quotearg_buffer_restyled):
41543         Fix bug with quoting buffers containing NUL when backslashing escapes.
41544         This bug was exposed by the other changes in this patch.
41545         (quotearg_n_options): New arg ARGSIZE.
41546         All callers changed.
41547         (quoting_options_from_style): New function.
41548         (quotearg_n_style): Use it.
41549         (quotearg_n_style_mem): New function.
41550
41551         * lib/quotearg.h (quotearg_n_style_mem): New function.
41552
41553 2002-01-19  Jim Meyering  <meyering@lucent.com>
41554
41555         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
41556         Remove useless quotes: DF_PROG="df".
41557         * m4/strnlen.m4: New file.
41558
41559 2002-01-16  Paul Eggert  <eggert@twinsun.com>
41560
41561         * lib/backupfile.c (ISDIGIT): Comment fix.
41562         * lib/getdate.y (ISDIGIT): Likewise.
41563         * lib/posixtm.c (ISDIGIT, year): Likewise.
41564         * lib/strverscmp.c (ISDIGIT): Likewise.
41565         * lib/userspec.c (ISDIGIT): Likewise.
41566
41567 2002-01-16  Jim Meyering  <meyering@lucent.com>
41568
41569         * lib/getdate.y: Add three semicolons, each just before a closing
41570         brace. Bison (as of version 1.31) no longer papers over that mistake.
41571
41572 2002-01-05  Jim Meyering  <meyering@lucent.com>
41573
41574         * lib/version-etc.c (version_etc_copyright): Update copyright year.
41575
41576 2001-12-19  Paul Eggert  <eggert@twinsun.com>
41577
41578         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
41579         not silently exit merely because the output buffer happens to
41580         have nothing pending.
41581
41582 2001-12-18  Paul Eggert  <eggert@twinsun.com>
41583
41584         See the big note in ../ChangeLog.
41585         * lib/human.c (suffixes): Prefer K to k for 1024.
41586         (generate_suffix_backwards): New function.
41587         (human_readable_inexact): Use it.
41588         * lib/xstrtol.c (__xstrtol): If there is no number but there
41589         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
41590         Accept 'K' as well as 'k'.
41591
41592 2001-12-15  Jim Meyering  <meyering@lucent.com>
41593
41594         * lib/regex.h (__restrict_arr): Update from libc.
41595
41596         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
41597         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
41598         (STREQ): Define.
41599
41600 2001-12-14  Jim Meyering  <meyering@lucent.com>
41601
41602         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
41603         Suggestion from Bruno Haible.
41604
41605 2001-12-10  Jim Meyering  <meyering@lucent.com>
41606
41607         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
41608         xrealloc, Instead, include "xalloc.h".
41609         (initbuffer): Don't cast xmalloc return value to char*.
41610         (readline): Reword comment.
41611         Don't cast xrealloc return value to char*
41612         Return NULL, not 0.
41613
41614 2001-12-09  Jim Meyering  <meyering@lucent.com>
41615
41616         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
41617         about `signed and unsigned type in conditional expression'.
41618         * lib/posixtm.c (posix_time_parse): Likewise.
41619
41620         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
41621
41622         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
41623         to avoid a pedantic warning.
41624
41625         * lib/getstr.c: Don't include assert.h.
41626         (getstr): Remove warning-evoking assertions.
41627         Return -1 if offset parameter is out of bounds.
41628         Change the type of a local from int to size_t.
41629
41630         * lib/strftime.c (my_strftime_localtime_r): Include this function
41631         definition in the `#if ! HAVE_TM_GMTOFF' block.
41632
41633         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
41634         Include xalloc.h instead.
41635
41636 2001-12-02  Jim Meyering  <meyering@lucent.com>
41637
41638         * lib/tempname.c: Don't declare getenv, thus reverting the change of
41639         2001-11-18.  It's no longer necessary, now that stdlib.h is always
41640         included.
41641
41642         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
41643         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
41644
41645 2001-11-30  Akim Demaille  <akim@epita.fr>
41646
41647         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
41648         before being defined.
41649
41650 2001-11-27  Paul Eggert  <eggert@twinsun.com>
41651
41652         * lib/quotearg.h (quotearg_n, quotearg_n_style):
41653         First arg is int, not unsigned.
41654         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
41655         (SIZE_MAX, UINT_MAX): New macros.
41656         (quotearg_n_options): Abort if N is negative.
41657         Avoid overflow check on hosts where size_t is 64 bits and int
41658         is 32 bits, as overflow is impossible there.
41659         Fix off-by-one typo that caused unnecessary reallocation.
41660
41661 2001-11-27  Jim Meyering  <meyering@lucent.com>
41662
41663         * lib/tempname.c: Merge with version from libc.
41664         * lib/regex.c: Likewise.
41665
41666         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
41667         systems for which STDC_HEADERS is 0, it was not included, resulting in
41668         a warning about an integer-to-pointer conversion problem with getenv.
41669         Reported by Volker Borchert.
41670
41671 2001-11-26  Jim Meyering  <meyering@lucent.com>
41672
41673         * lib/gtod.h: Remove file.
41674         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
41675         * lib/gettimeofday.c: Don't include gtod.h.
41676         (GTOD_init): Remove function.
41677         (rpl_gettimeofday): Do its job here instead, rather than aborting.
41678         Suggestion from Volker Borchert.
41679
41680 2001-11-23  Jim Meyering  <meyering@lucent.com>
41681
41682         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
41683         it.
41684         * lib/hash.c (struct hash_table): Define it here instead.
41685
41686 2001-11-22  Jim Meyering  <meyering@lucent.com>
41687
41688         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
41689
41690 2001-11-20  Jim Meyering  <meyering@lucent.com>
41691
41692         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
41693         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
41694
41695 2001-11-19  Jim Meyering  <meyering@lucent.com>
41696
41697         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
41698         directory.  Use "conftestXXXXXX" as the template.
41699         Suggestion from Paul Eggert.
41700
41701         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
41702         immediately, so the test doesn't mistakenly hit the max-open-files
41703         limit.
41704
41705 2001-11-18  Paul Eggert  <eggert@twinsun.com>
41706
41707         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
41708         (TEMPORARIES): New macro.
41709         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
41710         removes an artificial limitation (e.g. HP-UX 10.20, where
41711         TMP_MAX is 17576).
41712
41713 2001-11-18  Jim Meyering  <meyering@lucent.com>
41714
41715         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
41716
41717 2001-11-18  Jim Meyering  <meyering@lucent.com>
41718
41719         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
41720         on SunOS 4.
41721
41722         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
41723         files will be created before anything else.
41724
41725 2001-11-17  Paul Eggert  <eggert@twinsun.com>
41726
41727         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
41728         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
41729
41730 2001-11-17  Jim Meyering  <meyering@lucent.com>
41731
41732         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
41733         Prompted by a report from Bob Proulx.
41734
41735         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
41736         Instead, require UTILS_FUNC_MKSTEMP.
41737
41738 2001-11-17  Jim Meyering  <meyering@lucent.com>
41739
41740         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
41741         Now, that's done as part of AC_FUNC_STRTOD.
41742
41743 2001-11-17  Jim Meyering  <meyering@lucent.com>
41744
41745         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
41746         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
41747         rather than group writable.  Patch by Juan F. Codagnone.
41748
41749         * lib/readtokens.c: Remove explicit declarations of xmalloc and
41750         xrealloc, Instead, include "xalloc.h".
41751
41752         * lib/mountlist.c: Include unlocked-io.h after all system headers.
41753         Remove explicit declarations of xmalloc, xrealloc,
41754         and xstrdup.  Instead, include "xalloc.h".
41755
41756         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
41757         unlocked-io.h.
41758         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
41759         Likewise.
41760         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
41761
41762         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
41763         Reported by Padraig Brady.
41764
41765         * lib/mkstemp.c: #undef mkstemp.
41766         Include config.h.
41767         (rpl_mkstemp): Rename from mkstemp.
41768         Protoize.
41769
41770 2001-11-16  Jim Meyering  <meyering@lucent.com>
41771
41772         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
41773         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
41774         determine the amount of total physical memory, use pstat_getstatic.
41775         HPUX-11 doesn't define _SC_PHYS_PAGES.
41776         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
41777         If sysconf couldn't be used to determine the amount of available
41778         physical memory, use both pstat_getstatic and pstat_getdynamic.
41779         Based on a patch from Bob Proulx.
41780
41781 2001-11-10  Jim Meyering  <meyering@lucent.com>
41782
41783         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
41784         (jm_PREREQ): Use it.
41785
41786 2001-11-09  Jim Meyering  <meyering@lucent.com>
41787
41788         * m4/jm-macros.m4: Require autoconf-2.52f.
41789         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
41790         Use these AC_-prefixed names, not the AM_-prefixed ones.
41791
41792         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
41793
41794 2001-11-05  Jim Meyering  <meyering@lucent.com>
41795
41796         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
41797
41798 2001-11-04  Jim Meyering  <meyering@lucent.com>
41799
41800         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
41801         $DEFS.
41802
41803 2001-11-03  Jim Meyering  <meyering@lucent.com>
41804
41805         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
41806         of AC_DEFUN.
41807
41808         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
41809         know the name of the variable in the macro definition.
41810
41811 2001-11-03  Jim Meyering  <meyering@lucent.com>
41812
41813         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
41814         in argmatch_to_argument call.
41815
41816         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
41817         argument.
41818
41819         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
41820         e.g., a fault due to an attempt to free a NULL pointer.
41821
41822 2001-11-01  Jim Meyering  <meyering@lucent.com>
41823
41824         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
41825         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
41826
41827 2001-11-01  Jim Meyering  <meyering@lucent.com>
41828
41829         * lib/dirfd.c, lib/dirfd.h: New files.
41830         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
41831
41832         * lib/hash.c (hash_print) [TESTING]: Clean up.
41833
41834 2001-10-22  Paul Eggert  <eggert@twinsun.com>
41835
41836         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
41837         to avoid a warning if -Wall.
41838
41839 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
41840
41841         * README: New file
41842         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
41843         (per RMS's instructions, this is now the canonical source)
41844         * lgpl/, gpl/: New directories.
41845
41846 2001-10-21  Paul Eggert  <eggert@twinsun.com>
41847
41848         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
41849
41850 2001-10-21  Jim Meyering  <meyering@lucent.com>
41851
41852         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
41853         this code would end up calling gettext even in packages built
41854         with --disable-nls.
41855         * lib/getopt.c (_): Likewise.
41856         * lib/regex.c (_): Likewise.
41857
41858 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41859
41860         * m4/error.m4 (jm_PREREQ_ERROR):
41861         Do not invoke AC_CHECK_FUNCS with strerror_r, as
41862         AC_FUNC_STRERROR_R does that.
41863         Check for strerror declaration.
41864
41865         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
41866         are supposed to have them these days.
41867         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
41868         Merge changes from latest Autoconf CVS.
41869         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
41870         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
41871         POSIX decided to standardize on the int flavor of strerror_r.
41872
41873 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41874
41875         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
41876         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
41877         Use strerror_r that is only a macro, even if it is not a function.
41878         (strerror): Check for HAVE_DECL_STRERROR before declaring.
41879         (private_strerror): Use prototypes, not old-style function definition.
41880         (print_errno_message): New function.
41881         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
41882         char*-flavored one.
41883         (error_tail, error, error_at_line): Use it.
41884
41885 2001-10-11  Jim Meyering  <meyering@lucent.com>
41886
41887         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
41888         and quote_n (1, ... to avoid clobbering a buffer.
41889
41890 2001-10-05  Jim Meyering  <meyering@lucent.com>
41891
41892         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
41893         hash-pjw.h.
41894         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
41895         * lib/hash-pjw.h: New file.
41896
41897 2001-09-30  Jim Meyering  <meyering@lucent.com>
41898
41899         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
41900         `struct fsstat' has the `f_fstypename' member.
41901         Use that to define FS_TYPE, which is now used to make
41902         the getfsstat link test tighter.
41903
41904 2001-09-30  Jim Meyering  <meyering@lucent.com>
41905
41906         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
41907         Include <sys/ucred.h>, for Apple Darwin.
41908         Include sys/mount.h and sys/fs_types.h only if available.
41909         (FS_TYPE): Define.
41910         (read_filesystem_list): Use FS_TYPE.
41911
41912 2001-09-29  Paul Eggert  <eggert@twinsun.com>
41913
41914         * lib/exclude.c (excluded_filename): 0 -> false, since it's
41915         a boolean context.
41916
41917 2001-09-29  Jim Meyering  <meyering@lucent.com>
41918
41919         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41920         [one-argument getmntent function]): Include stdio.h before mntent.h.
41921         SunOS 4.1.x needs it for the declaration of `FILE'.
41922         Patch by Volker Borchert.
41923
41924         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41925         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
41926         sys/fs_types.h, and make the link-test for getfsstat guard #include
41927         directives with appropriate #if HAVE_*_H tests so that we can
41928         detect getfsstat on Apple Darwin1.3.7 systems.
41929         Reported by Nelson Beebe.
41930         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
41931
41932 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41933
41934         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41935         #defines strtoimax.  Also treat the other strto* functions
41936         like strtoimax.
41937
41938         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
41939         Check for strtoul and strtoumax,
41940         as those declarations are made even in the signed case.
41941         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
41942         Likewise, for strtol and strtoimax.
41943
41944 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41945
41946         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41947         #defines strtoimax.  Also treat the other strto* functions
41948         like strtoimax.
41949
41950         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
41951         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
41952         (strtoimax, strtoumax): Do not declare if already defined as a macro.
41953
41954 2001-09-26  Jim Meyering  <meyering@lucent.com>
41955
41956         Most macros in unlocked-io.h had the wrong number of arguments.
41957         * lib/gen-uio: New script.
41958         (USE_UNLOCKED_IO): Define to 1 if not already defined.
41959         * lib/unlocked-io.hin: Remove file.
41960         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
41961         rather than trying to embed it here.
41962         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
41963         Reported by Padraig Brady.
41964
41965 2001-09-25  Volker Borchert  <bt@teknon.de>
41966
41967         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
41968         `result'.
41969
41970 2001-09-24  Jim Meyering  <meyering@lucent.com>
41971
41972         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
41973
41974 2001-09-23  Jim Meyering  <meyering@lucent.com>
41975
41976         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
41977         instead of the mere test for existence of mntent.h.  The latter
41978         would get a false-positive on AIX 3.4 systems.
41979         In the outer getmntent if-block, don't die if neither of the getmntent
41980         tests succeeds.  Instead, just fall through and continue with the
41981         remaining tests.
41982
41983 2001-09-23  Jim Meyering  <meyering@lucent.com>
41984
41985         * lib/mountlist.c: Remove useless parentheses in #if directives.
41986         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
41987         the deprecated MOUNTED symbol is no longer defined in mntent.h.
41988
41989 2001-09-22  Jim Meyering  <meyering@lucent.com>
41990
41991         * m4/gettext.m4: New file.  From gettext.
41992         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
41993         * m4/progtest.m4: Likewise
41994         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
41995         * m4/glibc21.m4: Likewise.
41996
41997         * m4/libintl.m4: Remove.  No longer used.
41998
41999 2001-09-22  Jim Meyering  <meyering@lucent.com>
42000
42001         * lib/localcharset.c: Update from latest gettext.
42002         * lib/config.charset: Likewise.
42003
42004 2001-09-20  Jim Meyering  <meyering@lucent.com>
42005
42006         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
42007         strtoimax.
42008         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
42009         strtoumax.
42010
42011 2001-09-20  Jim Meyering  <meyering@lucent.com>
42012
42013         * lib/xstrtol.c (strtoimax): Guard declaration with
42014         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
42015         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
42016         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
42017         (strtoumax): Likewise, for completeness (it wasn't necessary).
42018
42019 2001-09-17  Paul Eggert  <eggert@twinsun.com>
42020
42021         * lib/strtoimax.c (HAVE_LONG_LONG):
42022         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
42023         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
42024         to work around bug in IBM C compiler.
42025
42026 2001-09-17  Jim Meyering  <meyering@lucent.com>
42027
42028         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
42029         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
42030         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
42031         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
42032         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
42033         whenever the right hand side need not be expanded by the shell.
42034
42035 2001-09-16  Paul Eggert  <eggert@twinsun.com>
42036
42037         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
42038         library.  It's not correct, as some older glibcs are buggy.
42039         fnmatch wasn't fixed until glibc 2.2.
42040
42041         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
42042         special shell magic here.
42043
42044 2001-09-16  Jim Meyering  <meyering@lucent.com>
42045
42046         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
42047         * m4/jm-macros.m4: Require it.
42048
42049 2001-09-16  Jim Meyering  <meyering@lucent.com>
42050
42051         * lib/mkdir.c: New file.
42052
42053 2001-09-15  Jim Meyering  <meyering@lucent.com>
42054
42055         * m4/jm-macros.m4: Check for help2man.
42056
42057 2001-09-11  Jim Meyering  <meyering@lucent.com>
42058
42059         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
42060         The body, by Paul Eggert, was moved here from configure.in.
42061         * m4/jm-macros.m4: Require UTILS_HOST_OS.
42062
42063 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42064
42065         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
42066         (jm_PREREQ): Use it.
42067
42068 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42069
42070         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
42071         Use ssize_t, not int, to store result of readlink.
42072         Check for ssize_t overflow as well as size_t overflow,
42073         as POSIX says the result of readlink is implementation-defined
42074         when ssize_t overflows.
42075         Remove unnecessary cast to char*.
42076         Use free+malloc instead of realloc, as the storage doesn't need
42077         to be preserved and it's clearer and can be more efficient that way.
42078         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
42079         * lib/xreadlink.h (xreadlink): Update prototype.
42080
42081 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42082
42083         * lib/xgetcwd.c: Revert some of the previous change; intead,
42084         fix the HAVE_GETCWD_NULL code to behave more like the
42085         !HAVE_GETCWD_NULL code used to.
42086
42087         Include "xalloc.h".
42088         (xgetcwd): Do not return NULL when memory is exhausted; instead,
42089         invoke xalloc_die.
42090
42091 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42092
42093         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
42094         sys/param.h, as pathmax.h includes them.
42095
42096 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42097
42098         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
42099         (jm_PREREQ_XGETCWD): New macro.
42100
42101         * m4/getcwd.m4: New file.
42102
42103 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42104
42105         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
42106         like the HAVE_GETCWD_NULL code.
42107         Include pathmax.h if not HAVE_GETCWD.
42108         Do not include xalloc.h.
42109         (INITIAL_BUFFER_SIZE): New symbol.
42110         Do not use xmalloc / xrealloc, since the caller is responsible for
42111         handling errors.  Preserve errno around `free' during failure.
42112         Do not overrun buffer when using getwd.
42113
42114 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42115
42116         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
42117         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
42118         getcwd (NULL, 0).
42119
42120 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42121
42122         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
42123         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
42124         spotted by Jim Meyering.
42125
42126 2001-09-03  Jim Meyering  <meyering@lucent.com>
42127
42128         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
42129         failure.
42130
42131 2001-09-02  Jim Meyering  <meyering@lucent.com>
42132
42133         * lib/error.c: Update from GNU libc.
42134
42135 2001-09-01  Jim Meyering  <meyering@lucent.com>
42136
42137         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
42138         Used by df.
42139
42140 2001-09-01  Jim Meyering  <meyering@lucent.com>
42141
42142         * lib/xreadlink.c: New file.
42143         * lib/xreadlink.h: New file.
42144         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
42145         xreadlink.h.
42146
42147         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
42148         doesn't conflict with sparc Solaris 7's definition in
42149         /usr/include/sys/int_types.h.
42150
42151         * lib/exclude.c: Use `""', not `<>' to #include non-system header
42152         files.
42153         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
42154         and strncasecmp as r-values.  Unixware didn't have declarations.
42155
42156 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42157
42158         * lib/xstrtol.h: Add copyright notice.
42159         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
42160         LONGINT_INVALID_SUFFIX_CHAR.
42161
42162 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42163
42164         * lib/xstrtol.c (strtoimax): New decl.
42165
42166 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42167
42168         * lib/xgetcwd.c: Don't include pathmax.h.
42169         Include stdlib.h and unistd.h if available.
42170         Include xalloc.h.
42171         (xmalloc, xstrdup, free): Remove decls.
42172         (xgetcwd): Don't assume sizes fit in unsigned.
42173         Check for overflow when computing sizes.
42174         Simplify reallocation code.
42175
42176 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42177
42178         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
42179         a directory's st_size can have an arbitrary value, so the old
42180         usage could waste an arbitrary amount of memory.  All uses
42181         changed.
42182         * lib/savedir.h: Update prototype.
42183
42184 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42185
42186         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
42187
42188         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
42189         old strtoimax.c.
42190
42191         Also, make the following further changes to make this file's
42192         configuration more similar to that of strtol.c:
42193         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
42194         (strtoumax, uintmax_t, strtoull, strtol): Remove.
42195         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
42196         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
42197         changed to signed values.
42198
42199         And make the following changes as well:
42200         Fix copyright notice, as 1999 was missing.
42201         (verify): New macro.
42202         (strtoimax): Check sizes at compile-time, not run-time.
42203         Prefer strtol to strtoll if both work.
42204         (main): Remove; it was not that useful and was a pain to maintain.
42205
42206         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
42207
42208 2001-08-31  Jim Meyering  <meyering@lucent.com>
42209
42210         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
42211         Use an initial, malloc'd, buffer of length 128 rather than
42212         a statically allocated one of length 1024.
42213
42214 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42215
42216         Simplify code, partly by assuming autoconf 2.52 semantics.
42217
42218         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
42219
42220         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
42221         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
42222         All uses removed.
42223         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
42224         Move AC_REQUIRE to next-to-top level, to avoid confusion.
42225         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
42226         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
42227         jm_AC_HEADER_INTTYPES_H.
42228         * m4/jm-macros.m4 (jm_MACROS): Likewise.
42229
42230         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
42231
42232         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42233         Quote first arg of AC_DEFUN.
42234         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
42235         since they are needed to parse the include file even if we need
42236         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
42237         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
42238         but with opposite signedness.
42239
42240 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42241
42242         Merge 'exclude' changes from tar 1.13.22.
42243         This fixes one or two unlikely storage allocation overflow bugs,
42244         but doesn't change user-visible behavior otherwise.
42245
42246 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42247
42248         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
42249         (jm_PREREQ_EXCLUDE): New macro.
42250
42251 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42252
42253         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
42254         tm to be declared.
42255
42256 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42257
42258         * lib/hash.c: Remove '2001' from copyright notice.
42259
42260 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42261
42262         * lib/full-write.h: New file.
42263         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
42264         * lib/full-write.c: Correct credits, as cccp.c no longer
42265         exists and anyway it was so heavily changed from the old cccp
42266         code as to be unrecognizable.  Include full-write.h.
42267         (full_write) Return size_t, with short writes meaning failure.
42268         All callers changed.  This fixes a bug with large buffers
42269         on 64-bit hosts.
42270         * lib/utime.c: Include full-write.h.
42271
42272 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42273
42274         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
42275         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
42276         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
42277         Include if available.
42278         (<xalloc.h>): Include
42279         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
42280         (verify): New macro.  Use it to verify that EXCLUDE macros do not
42281         collide with FNM macros.
42282         (struct patopts): New struct.
42283         (struct exclude): Use it, as exclude patterns now come with options.
42284         (new_exclude): Support above changes.
42285         (new_exclude, add_exclude_file):
42286         Initial size must now be a power of two to simplify overflow checking.
42287         (free_exclude, fnmatch_no_wildcards): New function.
42288         (excluded_filename): No longer requires options arg, as the options
42289         are determined by add_exclude.  Now returns bool, not int.
42290         (excluded_filename, add_exclude):
42291         Add support for the fancy new exclusion options.
42292         (add_exclude, add_exclude_file): Now takes int options arg.
42293         Check for arithmetic overflow when computing sizes.
42294         (add_exclude_file): xrealloc might modify errno, so don't
42295         realloc until after errno might be used.
42296
42297         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
42298         New macros.
42299         (free_exclude): New decl.
42300         (add_exclude, add_exclude_file): Now takes int options arg.
42301         (excluded_filename): No longer requires options arg, as the options
42302         are determined by add_exclude.  Now returns bool, not int.
42303
42304 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42305
42306         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
42307
42308 2001-08-27  Jim Meyering  <meyering@lucent.com>
42309
42310         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
42311
42312         * lib/version-etc.c (N_): Remove definition.
42313         Revert most of last change.
42314         Instead, simply don't mark the `Copyright...' string for translation.
42315         Based on advice from Paul Eggert.
42316
42317         * lib/strtoxmax.c: Tweak comment.
42318
42319 2001-08-26  Jim Meyering  <meyering@lucent.com>
42320
42321         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
42322
42323         * m4/xstrtoimax.m4: New file.
42324         * m4/xstrtoumax.m4: Add comments explaining why we
42325         AC_REPLACE_FUNCS(strtol).
42326
42327 2001-08-26  Jim Meyering  <meyering@lucent.com>
42328
42329         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
42330         of copyright with `%s' so translators don't get an untranslated
42331         message in 2002.
42332         (COPYRIGHT_YEAR): Define.
42333         (version_etc): Use fprintf rather than fputs.
42334         Suggestion from Ulrich Drepper.
42335
42336         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
42337
42338         * lib/strtoll.c: New file, from GNU libc.
42339         * lib/xstrtoimax.c: New file.
42340
42341         * lib/xstrtol.h: Add xstrtoimax.
42342         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
42343         * lib/strtoimax.c: New file.  Likewise, but first define
42344         STRTOUXMAX_SIGNED.
42345
42346         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
42347         ...
42348         * lib/strtoxmax.c: ... then renamed to this.
42349
42350 2001-08-18  Paul Eggert  <eggert@twinsun.com>
42351
42352         * m4/inttypes.m4: Add AC_PREREQ(2.13).
42353         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
42354         (jm_AC_TYPE_INTMAX_T): New macro.
42355         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
42356
42357         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
42358
42359         * m4/longlong.m4: Renamed from ulonglong.m4.
42360         * m4/inttypes.m4: Renamed from inttypes_h.m4.
42361         * m4/uintmax_t.m4: Removed.
42362
42363 2001-08-13  Paul Eggert  <eggert@twinsun.com>
42364
42365         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
42366         Port to Solaris 8, where 'sed' requires a space after the 'r'
42367         command, and where sh dislikes "$/".  Clean up the spacing a bit.
42368         Redirect output to $tmp just once.
42369
42370 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
42371
42372         * lib/addext.c (<errno.h>): Include.
42373         (errno): Declare if not defined.
42374         (addext): Work correctly when pathconf returns -1 and leaves
42375         errno alone because there is no limit.  Also, work even if
42376         pathconf returns a value greater than SIZE_MAX.
42377
42378 2001-08-12  Jim Meyering  <meyering@lucent.com>
42379
42380         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
42381         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
42382         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
42383         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
42384         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
42385         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
42386         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
42387         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
42388         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
42389         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
42390         utime.m4, utimes.m4, xstrtoumax.m4:
42391         Quote the first argument in each use of AC_DEFUN.
42392
42393 2001-08-12  Jim Meyering  <meyering@lucent.com>
42394
42395         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
42396         Simply `return getcwd (NULL, 0);'.
42397         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
42398         Use 1300 as initial value for length, not PATH_MAX.
42399
42400         * lib/pathmax.h: Clean up cpp syntax.
42401
42402 2001-08-12  Jim Meyering  <meyering@lucent.com>
42403
42404         * lib/gettimeofday.c: New file.
42405         * lib/gtod.h: New file.
42406         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
42407
42408 2001-08-05  Jim Meyering  <meyering@lucent.com>
42409
42410         * m4/jm-macros.m4: Require autoconf-2.52.
42411
42412 2001-08-04  Jim Meyering  <meyering@lucent.com>
42413
42414         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
42415         stmt, to get in sync with glibc.
42416
42417 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42418
42419         The following changes are from gettext 0.10.39 as maintained by
42420         Bruno Haible.
42421
42422         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
42423         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
42424         with inverted sense.  All uses changed.
42425
42426         * lib/mbswidth.c: Don't include <limits.h>.
42427         Include <stdlib.h> and <string.h> unconditionally.
42428         (iswcntrl, mbsinit, ISCNTRL): New macros.
42429         (mbsnwidth): Use K&R style function declarations.
42430         Don't bother checking for MB_LEN_MAX == 1, since the compiler
42431         can optimize it when MB_CUR_MAX == 1.
42432         The width of control characters is zero, not 1.
42433
42434 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42435
42436         The following changes are from gettext 0.10.39 as maintained by
42437         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
42438
42439         * m4/codeset.m4: Upgrade to serial AM1.
42440         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
42441         all uses changed.  Quote first arg of AC_DEFUN.
42442         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
42443
42444         * m4/iconv.m4: Upgrade to serial AM2.
42445         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
42446         Add --with-libconv-prefix.
42447         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
42448         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
42449         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
42450         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
42451         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
42452
42453         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
42454         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
42455         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
42456         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
42457         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
42458         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
42459         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
42460         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
42461         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
42462
42463         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
42464         string.h any more.
42465
42466         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
42467         not the default value.
42468
42469         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
42470         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
42471         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
42472         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
42473         Also check for iswcntrl, used for wcwidth fallback.
42474         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
42475         to Autoconf 2.13.
42476
42477 2001-08-03  Jim Meyering  <meyering@lucent.com>
42478
42479         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
42480         as it was in the original.  Reported by Paul Eggert.
42481
42482 2001-07-16  Jim Meyering  <meyering@lucent.com>
42483
42484         * m4/gettimeofday.m4: New file.
42485         Prompted by a report from Bernhard Baehr.
42486
42487 2001-07-15  Jim Meyering  <meyering@lucent.com>
42488
42489         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
42490         stuff. Now it's in ../Makefile.cfg.
42491
42492 2001-07-15  Jim Meyering  <meyering@lucent.com>
42493
42494         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
42495         (BUILT_SOURCES): Add unlocked-io.h.
42496         (io_functions): Define.
42497         (unlocked-io.h): New rule.
42498         (DISTCLEANFILES): Add unlocked-io.h.
42499         (all-local): Depend on unlocked-io.h, to ensure it is created.
42500
42501         * lib/unlocked-io.hin: New file
42502
42503         * lib/regex.c: Update from glibc.
42504
42505 2001-07-05  Jim Meyering  <meyering@lucent.com>
42506
42507         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
42508         recommendation.
42509         (libfetish_a_SOURCES): Put all .h files here instead.
42510         Remove a thus-exposed (better checks in automake) duplicate and
42511         two unnecessary .h files.
42512
42513 2001-07-04  Jim Meyering  <meyering@lucent.com>
42514
42515         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
42516         that generates jm-glibc-io.m4 so that it doesn't trigger any make
42517         distcheck failure.
42518
42519 2001-07-02  Jim Meyering  <meyering@lucent.com>
42520
42521         The following changes were prompted by suggestions from Bruno Haible.
42522
42523         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
42524         is now generated.
42525         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
42526         definition of EXTRA_DIST.
42527         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
42528         ensure that the generated file is created/updated whenever the list
42529         of $(unlocked_functions) is changed.
42530         (jm-glibc-io.m4): New rule.
42531         (unlocked-io.h): New rule -- currently unused.
42532
42533 2001-06-24  Jim Meyering  <meyering@lucent.com>
42534
42535         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
42536         unmatched right bracket, rather than kludging it with an extra,
42537         falsely-matching quote in a comment.  Patch by Akim Demaille.
42538
42539 2001-06-11  Jim Meyering  <meyering@lucent.com>
42540
42541         * lib/regex.c: Update from GNU libc.
42542
42543 2001-05-27  Jim Meyering  <meyering@lucent.com>
42544
42545         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
42546         Check for ut_type in struct utmp.
42547
42548 2001-05-27  Jim Meyering  <meyering@lucent.com>
42549
42550         * lib/readutmp.h (UT_TYPE): Define.
42551
42552 2001-05-24  Jim Meyering  <meyering@lucent.com>
42553
42554         * lib/argmatch.c: Include "quote.h".
42555         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
42556         quote function.  Reported by Göran Uddeborg.
42557
42558 2001-05-22  Jim Meyering  <meyering@lucent.com>
42559
42560         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
42561         now that we use the package-supplied version unconditionally.
42562         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
42563
42564 2001-05-21  Jim Meyering  <meyering@lucent.com>
42565
42566         * m4/regex.m4: Change a couple backticks to single quotes to avoid
42567         shell syntax errors.
42568
42569 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42570
42571         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
42572
42573 2001-05-20  Paul Eggert  <eggert@twinsun.com>
42574
42575         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
42576         Don't bother to check library strftime, since
42577         we'll be using our own my_strftime function anyway.
42578         Define my_strftime instead of strftime.
42579
42580 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
42581
42582         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
42583         which is not yet declared.
42584
42585 2001-05-15  Jim Meyering  <meyering@lucent.com>
42586
42587         * m4/regex.m4: Use proper quoting so brackets appear in the test
42588         program.
42589         Reported by, and with help from, Bruno Haible.
42590
42591 2001-05-13  Jim Meyering  <meyering@lucent.com>
42592
42593         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
42594         undefined.
42595
42596 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42597
42598         dirname code cleanup.  base_name now behaves more compatibly
42599         with POSIX basename when given file names that have trailing
42600         slashes, and similarly for dir_name.  Add new primitives
42601         base_len and dir_len.  Put the directory-name-related decls
42602         into dirname.h.
42603
42604         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
42605         * lib/backupfile.c (base_name): Likewise.
42606         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
42607         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
42608         * lib/makepath.c (strip_trailing_slashes): Likewise.
42609         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
42610         ISSLASH): Likewise.
42611         * lib/rename.c (strip_trailing_slashes): Likewise.
42612         * lib/same.c (base_name): Likewise.
42613         * lib/stripslash.c (ISSLASH): Likewise.
42614
42615         * lib/addext.c: Include <dirname.h> after size_t is defined.
42616         * lib/backupfile.c: Likewise.
42617
42618         * lib/addext.c (addext): Use base_len to trim redundant
42619         trailing slashes instead of doing it ourselves.
42620         But do not trim the last slash if it is not redundant.
42621
42622         * lib/backupfile.c (find_backup_file_name,
42623         max_backup_version): Use base_len instead of rolling it ourselves.
42624         Handle the case of "" and (on DOS) "C:" correctly.
42625
42626         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
42627         needed. Include <string.h>, <dirname.h>.
42628         (base_name): Allow file names ending in slashes, other than names
42629         that are all slashes.  In this case, return the basename followed
42630         by the slashes.  This is more general, and can be used in places
42631         where the original base_name purposely had an assertion failure.
42632         (base_len): New function.
42633
42634         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
42635         Do not include <assert.h>; no longer needed.
42636         Include xalloc.h.
42637         (memrchr): Remove decl.
42638         (dir_name_r): Remove.
42639         (dir_len): Renamed from dirlen.  All callers changed.
42640         Rewrite in terms of base_name, for simplicity and consistency.
42641         (dir_name): Never return NULL.  All callers changed.
42642         Do not include <stdlib.h> in test program; no longer needed.
42643         return 0; is fine for test program.
42644
42645         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
42646         New macros.
42647         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
42648
42649         * lib/path-concat.c (path_concat): Use base_len to compute
42650         base length, not strlen; this means we cannot rely on memcpy
42651         to null-terminate.
42652
42653         * lib/same.c (STREQ): Remove.
42654         (same_name): Handle the case where the basename ends in trailing '/'.
42655
42656         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
42657         a slash was stripped.  Do not strip the last slash after a
42658         file system prefix.
42659
42660 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42661
42662         * lib/Makefile.am (libfetish_a_SOURCES):
42663         Add strftime.c, since we now compile it on all hosts.
42664
42665         * lib/strftime.c (my_strftime):
42666         Define to nstrftime if emacs, but only if my_strftime is not defined.
42667         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
42668         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
42669         Add one more extra argument: a nanoseconds value.
42670         All uses changed.
42671         (ns): New macro.
42672         (my_strftime function): Add %N format.
42673         (emacs_strftimeu): Renamed from emacs_strftime,
42674         with extra ut argument.
42675
42676 2001-05-09  Paul Eggert  <eggert@twinsun.com>
42677
42678         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
42679
42680 2001-04-21  Jim Meyering  <meyering@lucent.com>
42681
42682         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
42683         doesn't interfere.
42684
42685 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42686
42687         * m4/ftruncate.m4: Check for chsize.
42688         Link with ftruncate.o unconditionally if ftruncate is missing.
42689         This was required when cross-compiling to i586-mingw32msvc.
42690
42691 2001-04-08  Jim Meyering  <meyering@lucent.com>
42692
42693         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
42694         recomputed; that's necessary when the offset spans a DST transition.
42695         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
42696
42697 2001-04-02  Jim Meyering  <meyering@lucent.com>
42698
42699         * lib/regex.h, regex.c: Update from GNU libc.
42700
42701 2001-03-24  Jim Meyering  <meyering@lucent.com>
42702
42703         * m4/jm-macros.m4: Require autoconf-2.49d.
42704
42705 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
42706
42707         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
42708
42709 2001-03-19  Paul Eggert  <eggert@twinsun.com>
42710
42711         * lib/version-etc.c (version_etc_copyright): Update to 2001.
42712
42713 2001-03-17  Jim Meyering  <meyering@lucent.com>
42714
42715         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
42716         now that the version in autoconf is equivalent.
42717         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
42718
42719         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
42720         Suggestion from Akim Demaille.
42721
42722         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
42723         (jm_PREREQ_TEMPNAME): New function.
42724
42725 2001-03-16  Paul Eggert  <eggert@twinsun.com>
42726
42727         * lib/tempname.c (uint64_t): Define to uintmax_t if
42728         not defined, and if UINT64_MAX is not defined.
42729         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
42730         Reported by John David Anglin.
42731
42732 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
42733
42734         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
42735         resolve alias if codeset is empty.
42736         * lib/config.charset (BeOS): Use wildcard syntax.
42737
42738 2001-03-13  Jim Meyering  <meyering@lucent.com>
42739
42740         * lib/path-concat.c (path_concat)
42741         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
42742         concatenating e.g., `C:' and `foo'.
42743         From Bruno Haible.
42744
42745 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42746
42747         * lib/localcharset.c (locale_charset): Don't use
42748         setlocale(LC_CTYPE,NULL). Don't return NULL.
42749         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
42750
42751 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42752
42753         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
42754         support for DOS/DJGPP.
42755
42756 2001-03-01  Paul Eggert  <eggert@twinsun.com>
42757
42758         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
42759         lacks mkstemp.  Compile our own tempname.c if we compile our own
42760         mkstemp.c, as mkstemp relies on tempname.
42761
42762 2001-03-01  Jim Meyering  <meyering@lucent.com>
42763
42764         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
42765         AH_VERBATIM really does output its argument verbatim.
42766
42767 2001-02-28  Paul Eggert  <eggert@twinsun.com>
42768
42769         * lib/Makefile.am (libfetish_a_SOURCES):
42770         Add dup-safer.c, fopen-safer.c.
42771         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
42772
42773         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
42774         * lib/unistd-safer.h: New files.
42775
42776 2001-02-25  Paul Eggert  <eggert@twinsun.com>
42777
42778         The mkstemp replacement is taken from glibc 2.2.2, with some
42779         portability fixes for use outside glibc, as follows:
42780
42781         * lib/tempname.c (struct_stat64): New macro.
42782         (direxists, __gen_tempname): Use it.
42783         This avoids a portability problem with Solaris 8.
42784
42785         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
42786         (<stddef.h>, <stdint.h>, <string.h>):
42787         Include only if STDC_HEADERS || _LIBC.
42788         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
42789         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
42790         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
42791         (__set_errno): Define this macro if <errno.h> doesn't.
42792         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
42793         Define these macros if <stdio.h> doesn't.
42794         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
42795         Define these macros if <sys/stat.h>
42796         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
42797         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
42798         __xstat64): Define if not _LIBC.
42799         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
42800         (__gen_tempname): Invoke gettimeofday only if
42801         HAVE_GETTIMEOFDAY || _LIBC;
42802         otherwise, fall back on plain "time".
42803         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
42804
42805         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
42806
42807         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
42808
42809 2001-02-18  Paul Eggert  <eggert@twinsun.com>
42810
42811         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
42812
42813 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42814
42815         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
42816         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
42817         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
42818         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42819
42820 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42821
42822         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
42823         Remove workaround macros for hosts that have mbrtowc but not
42824         mbstate_t, as we now insist on proper declarations for both
42825         before using mbrtowc.
42826
42827 2001-02-17  Jim Meyering  <meyering@lucent.com>
42828
42829         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
42830         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
42831         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
42832         UnixWare 7.1.1.
42833
42834         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
42835         rather than AC_CACHE_VAL.
42836
42837 2001-02-17  Jim Meyering  <meyering@lucent.com>
42838
42839         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
42840         around included file name.
42841
42842         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
42843
42844         * lib/strftime.c: Update from GNU libc (the only changes were to
42845         comments).
42846
42847 2001-02-17  Jim Meyering  <meyering@lucent.com>
42848
42849         * lib/regex.c: Update from libc.
42850
42851 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
42852
42853         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
42854         clash.
42855
42856 2001-02-16  Paul Eggert  <eggert@twinsun.com>
42857
42858         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
42859         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
42860         Reported by Mark Hounschell via Paul Eggert.
42861
42862 2001-02-07  Jim Meyering  <meyering@lucent.com>
42863
42864         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
42865
42866 2001-02-05  Jim Meyering  <meyering@lucent.com>
42867
42868         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
42869         it includes the patch required for `large file' support with at least
42870         HP-UX's 10.20 /bin/cc.
42871
42872 2001-02-03  Jim Meyering  <meyering@lucent.com>
42873
42874         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
42875         AS_IF, now that it works once again (mysteriously).
42876         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42877
42878 2001-01-30  Jim Meyering  <meyering@lucent.com>
42879
42880         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
42881         * m4/chown.m4: Rename conftestchown to conftest.chown.
42882         * m4/rename.m4: s/conftestdir/conftest.d1/ and
42883         s/conftestdir2/conftest.d2/.
42884         * m4/utimes.m4: s/conftestdata/conftest.data/
42885         Inspired by Pavel Roskin's change in autoconf.
42886
42887 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
42888
42889         * lib/config.charset: Update for FreeBSD 4.2.
42890
42891 2001-01-27  Jim Meyering  <meyering@lucent.com>
42892
42893         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
42894         a use of AS_IF.
42895         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42896
42897 2001-01-26  Jim Meyering  <meyering@lucent.com>
42898
42899         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
42900         quotearg.c includes it.
42901
42902 2001-01-26  Jim Meyering  <meyering@lucent.com>
42903
42904         * lib/quotearg.c: Include stddef.h.
42905         * lib/quote.c: Include stddef.h.
42906         Reported by Axel Kittenberger.
42907
42908         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
42909         line in double quotes so that it evokes a better diagnostic.
42910         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
42911         Reported by Axel Kittenberger.
42912
42913 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
42914
42915         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
42916         as if it was a `charset'.
42917
42918 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42919
42920         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
42921         has const.
42922
42923 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42924
42925         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
42926         to avoid a warning.  Add back 'const' to inptr.
42927
42928 2001-01-20  Jim Meyering  <meyering@lucent.com>
42929
42930         Be sure that headers are checked before used in code compiled
42931         for the type checks.
42932         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
42933         In place of that, invoke jm_CHECK_ALL_TYPES.
42934         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
42935         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
42936         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
42937         The check for ssize_t was mistakenly run before the test for unistd.h.
42938
42939         The configure-time check for stdbool.h was missing.
42940         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
42941         (jm_PREREQ_HASH): New function.
42942
42943 2001-01-17  Jim Meyering  <meyering@lucent.com>
42944
42945         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
42946         for autoconf-2.49c.
42947         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
42948
42949 2001-01-16  Jim Meyering  <meyering@lucent.com>
42950
42951         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
42952         From Bruno Haible.
42953
42954 2001-01-14  Jim Meyering  <meyering@lucent.com>
42955
42956         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
42957         foo and bar.  Create conftestdir/ in the script, not in the C code.
42958         Remove directories in the script, not in the C code.
42959         Remove conftestdir{,2} before trying to create the directory.
42960         Make the entire configure script fail if the mkdir fails.
42961
42962 2001-01-14  Jim Meyering  <meyering@lucent.com>
42963
42964         * lib/rename.c: New file.  From Volker Borchert.
42965         Include stdlib.h, string.h or strings.h, and xalloc.h.
42966         Use strip_trailing_slashes rather than open-coding it.
42967
42968 2001-01-03  Paul Eggert  <eggert@twinsun.com>
42969
42970         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
42971
42972 2001-01-03  Jim Meyering  <meyering@lucent.com>
42973
42974         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
42975         of local `inptr' to avoid warning with some system declarations of
42976         iconv.
42977
42978 2001-01-02  Volker Borchert  <bt@teknon.de>
42979
42980         * m4/rename.m4: New file.
42981         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
42982
42983 2001-01-01  Jim Meyering  <meyering@lucent.com>
42984
42985         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
42986         even on systems with utmpx.h.  It's necessary for the declaration of
42987         utmp's ut_user member.  Reported by Andreas Jaeger.
42988
42989         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
42990         available. They are required for the declarations of getgrgid and
42991         getpwuid resp.
42992         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
42993         Reported by Andreas Jaeger.
42994
42995 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
42996
42997         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
42998         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
42999         so `make install' also works in VPATH builds.
43000
43001 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
43002
43003         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
43004         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
43005         can be used in subdirectories.
43006
43007 2000-12-29  Paul Eggert  <eggert@twinsun.com>
43008
43009         * lib/modechange.c: Do not assume that mode_t uses the
43010         traditional octal encoding.  E.g. "chmod 1 FOO" should set
43011         the other-execute bit of FOO even if S_IXOTH != 1.
43012
43013         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
43014         WOTH, XOTH, ALLM): New macros.
43015         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
43016          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
43017         Use them.
43018         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
43019         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
43020         (mode_compile):
43021         No need to use uintmax_t; unsigned long is long enough.
43022         Don't bother to get suffix since we don't use it.
43023
43024 2000-12-26  Jim Meyering  <meyering@lucent.com>
43025
43026         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
43027         better with autoheader.
43028
43029 2000-12-24  Jim Meyering  <meyering@lucent.com>
43030
43031         * lib/hash.c (is_prime): Return explicit boolean values.
43032         (hash_get_first): Return NULL to appease Irix5.6's 89.
43033         Reported by Nelson Beebe.
43034
43035 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
43036
43037         * lib/localcharset.c (locale_charset): Add support for Win32.
43038
43039 2000-12-18  Paul Eggert  <eggert@twinsun.com>
43040
43041         * lib/physmem.h, lib/physmem.c: New files.
43042
43043         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
43044         (noinst_HEADERS): Add physmem.h.
43045
43046         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
43047         't' for compatibility with Solaris 8 sort.
43048
43049 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
43050
43051         * lib/config.charset: Add support for BeOS.
43052
43053 2000-12-17  Jim Meyering  <meyering@lucent.com>
43054
43055         * m4/dos.m4 (jm_AC_DOS): New file and macro.
43056         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
43057
43058 2000-12-16  Jim Meyering  <meyering@lucent.com>
43059
43060         This bug had a serious impact on chown: `chown N:M FILE' (for integer
43061         N and M) would have treated it like `chown N:N FILE'.
43062
43063         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
43064
43065 2000-12-16  Jim Meyering  <meyering@lucent.com>
43066
43067         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
43068         SHELLS_FILE to a file name that's useful on djgpp systems.
43069         Include stdlib.h.
43070         (ADDITIONAL_DEFAULT_SHELLS): Define.
43071         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
43072         Based mostly on a patch from Prashant TR.
43073
43074 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
43075
43076         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
43077         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
43078         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
43079
43080 2000-12-08  Andreas Schwab  <schwab@suse.de>
43081
43082         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
43083         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
43084
43085 2000-12-07  Jim Meyering  <meyering@lucent.com>
43086
43087         * lib/stripslash.c (ISSLASH): Define.
43088         (strip_trailing_slashes): Use ISSLASH rather than comparing against
43089         `/'.
43090         From Prashant TR.
43091
43092         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
43093         (dir_name_r): Declare this function as static.
43094         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
43095         manifest itself on a name containing a mix of slashes and
43096         backslashes.
43097         Make this function work with names starting with a DOS-style
43098         drive letter and colon prefix.
43099         (dir_name): Append `.' if necessary.
43100         Based mostly on patches from Prashant TR and Eli Zaretskii.
43101
43102         * lib/dirname.h (dir_name_r): Remove prototype.
43103
43104 2000-12-06  Paul Eggert  <eggert@twinsun.com>
43105
43106         * m4/off_t-format.m4: Remove this file.
43107         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
43108
43109 2000-12-06  Jim Meyering  <meyering@lucent.com>
43110
43111         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
43112         replacement strtoull, we may well need the replacement strtoul, too.
43113         Check for declarations of strtoul and strtoull.
43114         Check for strtol.  Mainly as a cue to cause automake to include
43115         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
43116         Check for limits.h -- strtol.c needs it.
43117
43118 2000-12-05  Jim Meyering  <meyering@lucent.com>
43119
43120         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
43121
43122 2000-12-04  Jim Meyering  <meyering@lucent.com>
43123
43124         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
43125         Also include memory.h, stdlib.h, unistd.h if appropriate.
43126         Reported by Andreas Jaeger (conflicting declaration of malloc).
43127
43128 2000-12-02  Jim Meyering  <meyering@lucent.com>
43129
43130         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
43131         * m4/jm-macros.m4 (jm_MACROS): require it.
43132
43133 2000-12-02  Jim Meyering  <meyering@lucent.com>
43134
43135         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
43136
43137 2000-12-01  Paul Eggert  <eggert@twinsun.com>
43138
43139         * lib/memrchr.c: Include <config.h> before any system include file.
43140
43141 2000-11-30  Jim Meyering  <meyering@lucent.com>
43142
43143         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
43144
43145 2000-11-30  Jim Meyering  <meyering@lucent.com>
43146
43147         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
43148
43149 2000-11-29  Paul Eggert  <eggert@twinsun.com>
43150
43151         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
43152
43153 2000-11-26  Jim Meyering  <meyering@lucent.com>
43154
43155         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
43156
43157 2000-11-22  Paul Eggert  <eggert@twinsun.com>
43158
43159         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
43160         size of (size_t) -1; it's not portable.
43161
43162 2000-11-17  Jim Meyering  <meyering@lucent.com>
43163
43164         * lib/strstr.c: Update from GNU libc.
43165
43166 2000-11-17  Akim Demaille  <akim@epita.fr>
43167
43168         * lib/obstack.h: Formatting changes.
43169         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
43170         prevent type checking.
43171         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
43172         cast the value to (void *): assigning a `foo *' to a `void *'
43173         variable is valid.
43174         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
43175
43176 2000-11-16  Jim Meyering  <meyering@lucent.com>
43177
43178         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
43179
43180 2000-11-11  Jim Meyering  <meyering@lucent.com>
43181
43182         * lib/error.c: Add a couple #includes, merging from GNU libc version.
43183
43184 2000-11-10  Jim Meyering  <meyering@lucent.com>
43185
43186         * lib/obstack.h: Update from GNU libc.
43187         * lib/obstack.c: Likewise.
43188
43189 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
43190
43191         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
43192
43193 2000-11-06  Paul Eggert  <eggert@twinsun.com>
43194
43195         * lib/getusershell.c (setusershell): Use rewind rather than
43196         fseek/fseeko, to avoid configuration hassles with fseeko.
43197         Don't bother opening SHELLS_FILE if shellstream is NULL;
43198         it's not necessary.
43199
43200 2000-11-05  Jim Meyering  <meyering@lucent.com>
43201
43202         * lib/makepath.h (make_dir): Declare.
43203         * lib/makepath.c (make_dir): Remove `static' attribute.
43204         Tweak a comment.
43205
43206 2000-11-04  Jim Meyering  <meyering@lucent.com>
43207
43208         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
43209
43210 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
43211
43212         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
43213         last one in a bucket, advance to the next bucket.
43214
43215 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
43216
43217         * lib/fnmatch.c: Do not comment out all the code if we are using
43218         the GNU C library, because in some cases we are replacing buggy
43219         code in the GNU C library itself.
43220
43221 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
43222
43223         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
43224         (regex_compile): Catch bogus \(\1\).
43225
43226 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43227
43228         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
43229         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
43230         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
43231
43232 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43233
43234         * lib/error.h, getline.h, modechange.h:
43235         Remove "2000" from Copyright line, as the file hasn't been
43236         changed this year other than in the copyright notice.
43237
43238         * lib/xalloc.h: Add "2000" to Copyright line, as this file
43239         was changed this year.
43240
43241 2000-10-29  Jim Meyering  <meyering@lucent.com>
43242
43243         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
43244         renaming.
43245         * m4/ls-mntd-fs.m4: Likewise
43246
43247 2000-10-29  Jim Meyering  <meyering@lucent.com>
43248
43249         * lib/xstat.in: Fix grammar in comment.
43250
43251 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
43252
43253         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
43254         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
43255         doesn't define __restrict_arr.
43256
43257 2000-10-28  Jim Meyering  <meyering@lucent.com>
43258
43259         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
43260         (jm_PREREQ_MEMCHR): New function.
43261
43262 2000-10-28  Jim Meyering  <meyering@lucent.com>
43263
43264         * lib/memchr.c: Update from libc.
43265         Adjust for portability:
43266         [HAVE_STDLIB_H]: Include stdlib.h.
43267         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
43268         Undef __memchr, too.
43269         [!weak_alias]: Define __memchr to memchr.
43270
43271         * lib/regex.c: Update from libc.
43272         * lib/regex.h: Likewise.
43273         * lib/getopt1.c: Likewise.
43274         * lib/memcmp.c: Likewise.
43275
43276         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
43277         Avoid using fseek, when possible -- it's broken by design.
43278         Patch by Ulrich Drepper.
43279
43280 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
43281
43282         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
43283         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
43284         Giving in to popular pressure to shut up the compiler with casts.
43285
43286 2000-10-26  Jim Meyering  <meyering@lucent.com>
43287
43288         * lib/strftime.c: Update from libc.
43289
43290 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
43291
43292         * regex.c: More `unsigned char' -> `re_char' changes.
43293         Also change several `int' into `re_wchar_t'.
43294         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
43295         (PUSH_FAILURE_POINTER): Don't cast any more.
43296         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
43297         We want GCC to complain, since this piece of code makes
43298         re_match non-reentrant, which *should* be fixed.
43299         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
43300         (EXTEND_BUFFER): Use RETALLOC.
43301         (SET_LIST_BIT): Don't cast.
43302         (re_wchar_t): New type.
43303         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
43304         that those two functions will always properly return.
43305         (IMMEDIATE_QUIT_CHECK): Cast to void.
43306         (analyse_first): Use recursion rather than an explicit stack.
43307         (re_compile_fastmap): Can't fail anymore.
43308         (re_search_2): Don't check re_compile_fastmap for failure.
43309         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
43310         Now also sets the new value (passed in a new argument).
43311         (re_match_2_internal): Use it.
43312         Also, use a new var `reg' of type size_t when looping through regs
43313         rather than reuse the inappropriate `mcnt'.
43314
43315 2000-10-25  Jim Meyering  <meyering@lucent.com>
43316
43317         * lib/obstack.c: Update from libc.
43318
43319 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
43320
43321         * regex.c (regex_compile): Change the way of handling a range from
43322         a char less than 256 to a char not less than 256.
43323
43324 2000-10-24  Andrew Innes  <andrewi@gnu.org>
43325
43326         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
43327         NT-Emacs only.
43328         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
43329         so that re_search functions only quit when callers expect them to.
43330
43331 2000-10-23  Jim Meyering  <meyering@lucent.com>
43332
43333         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
43334         wrong.  That set_locale call must not have any side effects.
43335         From Paul Eggert.
43336
43337 2000-10-22  Jim Meyering  <meyering@lucent.com>
43338
43339         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
43340         [CYCLIC]: Remove now-unused definition.
43341
43342         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
43343         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
43344         Suggestion from Ulrich Drepper.
43345
43346 2000-10-21  Jim Meyering  <meyering@lucent.com>
43347
43348         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
43349         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
43350         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
43351
43352 2000-10-21  Jim Meyering  <meyering@lucent.com>
43353
43354         * lib/dirname.c (memrchr): Declare if necessary.
43355         (dir_name): Remove the restriction that there be no
43356         trailing slashes.  Now, this code skips past them, effectively
43357         ignoring them.
43358         [TEST_DIRNAME] (main): New unit tests.
43359
43360         * lib/memrchr.c: New file from GNU libc.
43361         Undef __memrchr, too.
43362         [!weak_alias]: Define __memrchr to memrchr.
43363         Guard weak_alias use with `#ifdef weak_alias'.
43364
43365 2000-10-21  Jim Meyering  <meyering@lucent.com>
43366
43367         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
43368         (dir_name): Use dir_name_r.
43369         * lib/dirname.h (dir_name_r): Declare it.
43370
43371 2000-10-17  Jim Meyering  <meyering@lucent.com>
43372
43373         * lib/quote.h (PARAMS): Define and use.
43374         Reported by Akim Demaille.
43375
43376         * lib/getopt.c: Update from libc.
43377
43378 2000-10-16  Jim Meyering  <meyering@lucent.com>
43379
43380         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
43381         setlocale.
43382         From Jan Fedak.
43383
43384 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
43385
43386         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
43387
43388 2000-09-25  Jim Meyering  <meyering@lucent.com>
43389
43390         * lib/md5.h (rol): Define (from GnuPG).
43391
43392         * lib/sha.c: Give credit (GnuPG) where due.
43393         (M): Use rol rather than open-coding it.
43394         Add a FIXME comment.
43395
43396 2000-09-21  Jim Meyering  <meyering@lucent.com>
43397
43398         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
43399         Reported by Michael Stone.
43400
43401 2000-09-20  Jim Meyering  <meyering@lucent.com>
43402
43403         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
43404         (noinst_HEADERS): Add sha.h.
43405         Based on code from Scott G. Miller and from GnuPG.
43406
43407 2000-09-18  Jim Meyering  <meyering@lucent.com>
43408
43409         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
43410         LIBS. Otherwise, everyone ends up linking with -lelf for some
43411         configurations.
43412         Reported by Mike Stone.
43413
43414 2000-09-15  Jim Meyering  <meyering@lucent.com>
43415
43416         * lib/regex.c: Update from libc.
43417
43418 2000-09-10  Jim Meyering  <meyering@lucent.com>
43419
43420         * lib/getopt.c (_getopt_internal): Update from glibc.
43421
43422 2000-09-09  Jim Meyering  <meyering@lucent.com>
43423
43424         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
43425         think it should be used as a general replacement for isascii.
43426         * lib/fnmatch.c: Likewise.
43427         * lib/mbswidth.c: Likewise
43428         * lib/regex.c: Likewise.
43429
43430         Don't use atoi.
43431         * lib/userspec.c: Include sys/param.h and limits.h.
43432         Include xstrtol.h.
43433         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
43434         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
43435         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
43436         UID, GID.  Check range.
43437
43438 2000-09-06  Jim Meyering  <meyering@lucent.com>
43439
43440         * lib/getopt.c (_getopt_internal): Update from glibc.
43441
43442 2000-08-30  Jim Meyering  <meyering@lucent.com>
43443
43444         * lib/strftime.c: Merge in changes from GNU libc.
43445
43446 2000-08-26  Jim Meyering  <meyering@lucent.com>
43447
43448         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
43449         * m4/fpending.m4: New file.
43450
43451 2000-08-26  Jim Meyering  <meyering@lucent.com>
43452
43453         * lib/closeout.c: Include "__fpending.h".
43454         (close_stdout_status): Return right away if there's nothing to flush.
43455
43456         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
43457         * lib/__fpending.c: New file.
43458         * lib/__fpending.h: New file.
43459
43460 2000-08-20  Jim Meyering  <meyering@lucent.com>
43461
43462         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
43463         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
43464         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
43465
43466 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
43467
43468         Improve fileutils installation on systems where running
43469         programs (like install) can't be unlinked.
43470         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
43471         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
43472
43473 2000-08-07  Paul Eggert  <eggert@twinsun.com>
43474
43475         Standardize on "memory exhausted" instead of "Memory exhausted"
43476         or "virtual memory exhausted".
43477         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
43478         "virtual memory exhausted".
43479         * lib/same.c (same_name): Invoke xalloc_die instead of printing
43480         our own message.
43481         * lib/userspec.c (parse_user_spec): Likewise.
43482         * lib/bumpalloc.h: comment fix
43483         * lib/same.c, userspec.c: Include xalloc.h.
43484
43485         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
43486         not char *const and pointing to a constant array.
43487         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
43488         (xrealloc): Comment fix.
43489
43490         * lib/userspec.c (parse_user_spec):
43491         Don't translate a message until just before returning,
43492         to avoid unnecessary translation.
43493
43494 2000-08-07  Jim Meyering  <meyering@lucent.com>
43495
43496         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
43497         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
43498         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
43499         getgroups.c, gethostname.c, getopt.h, group-member.c,
43500         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
43501         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
43502         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
43503         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
43504         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
43505         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
43506         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
43507         yesno.c: Back out Copyright date changes for each file with no change
43508         this year.  This eases coordination with other programs using the same
43509         source code modules.  From Paul Eggert.
43510
43511 2000-08-06  Paul Eggert  <eggert@twinsun.com>
43512
43513         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
43514         not char, for compatibility with glibc 2.1.3 strftime.c.
43515
43516 2000-08-03  Greg McGary  <greg@mcgary.org>
43517
43518         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
43519         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
43520         (EXTEND_BUFFER): Use them.
43521
43522 2000-08-01  Jim Meyering  <meyering@lucent.com>
43523
43524         * lib/dirname.c (ISSLASH): Define.
43525         (BACKSLASH_IS_PATH_SEPARATOR): Define.
43526         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
43527         both `\' and `/' may be use as path separators.
43528         Based on a patch from Prashant TR.
43529
43530 2000-07-31  Paul Eggert  <eggert@twinsun.com>
43531
43532         * lib/quotearg.c (quotearg_n_options): Don't make the initial
43533         slot vector a constant, since it might get modified.
43534
43535 2000-07-31  Jim Meyering  <meyering@lucent.com>
43536
43537         * lib/xmalloc.c: Use `virtual memory exhausted', not
43538         `Memory exhausted'.
43539         * lib/obstack.c (print_and_abort): Likewise.
43540
43541 2000-07-30  Paul Eggert  <eggert@twinsun.com>
43542
43543         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
43544         buffer, so that the caller can always quote one small
43545         component of a "memory exhausted" message in slot 0.
43546         From a suggestion by Jim Meyering.
43547
43548 2000-07-30  Jim Meyering  <meyering@lucent.com>
43549
43550         * lib/makepath.c (make_path): Quote the other instance, too.
43551
43552         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
43553         (STATIC_BUF_SIZE): Define.
43554         (quotearg_n_options): Use only statically allocated storage when
43555         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
43556         than STATIC_BUF_SIZE.
43557
43558 2000-07-29  Jim Meyering  <meyering@lucent.com>
43559
43560         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
43561         * lib/dirname.c (dir_name): Likewise.
43562
43563         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
43564         `/'.
43565
43566         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
43567         (dir_name): Assert that there are no trailing slashes.
43568
43569 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
43570
43571         * lib/mbswidth.h (mbswidth): Add a flags argument.
43572         (mbswidth): New declaration.
43573         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
43574         * lib/mbswidth.c (mbswidth): Add a flags argument.
43575         (mbsnwidth): New function.
43576
43577 2000-07-24  Jim Meyering  <meyering@lucent.com>
43578
43579         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
43580
43581 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43582
43583         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
43584
43585 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43586
43587         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
43588         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
43589         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
43590         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
43591         invoke multibyte primitives.
43592
43593 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43594
43595         * lib/quotearg.c:
43596         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
43597         so that mbstate_t is always defined.
43598
43599         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
43600         be 1 in at least one GCC installation, and this configuration
43601         error is likely to be common.  Ignoring MB_LEN_MAX hurts
43602         performance on hosts that have mbrtowc but have only unibyte
43603         locales, but I assume these hosts are rare.
43604
43605 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43606
43607         * lib/mbswidth.c (_XOPEN_SOURCE):
43608         Don't define; this causes problems on Solaris 7.
43609         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
43610
43611 2000-07-23  Jim Meyering  <meyering@lucent.com>
43612
43613         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
43614         too: getgrgid, getpwuid, getuid.
43615
43616 2000-07-23  Jim Meyering  <meyering@lucent.com>
43617
43618         * lib/basename.c (base_name): Add an assertion.
43619
43620 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
43621
43622         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
43623         shadow its mbsinit function.
43624
43625 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43626
43627         * lib/mbswidth.h: New file.
43628         * lib/mbswidth.c: New file.
43629         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
43630         (noinst_HEADERS): Add mbswidth.h.
43631
43632 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43633
43634         * lib/config.charset: Add support for FreeBSD. Improve support for
43635         HP-UX and IRIX 6.
43636
43637 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
43638
43639         * m4/mbswidth.m4: New file.
43640         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
43641
43642 2000-07-15  Jim Meyering  <meyering@lucent.com>
43643
43644         * lib/makepath.c: Include quote.h.
43645         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
43646         corresponding argument in a `quote (...)' call.
43647         Give better diagnostics.
43648
43649         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
43650         (noinst_HEADERS): Add quote.h.
43651
43652         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
43653         from tar's src/misc.c.
43654         * lib/quote.h: New file.  Prototypes for same.
43655
43656 2000-07-14  Paul Eggert  <eggert@twinsun.com>
43657
43658         From a suggestion by Bruno Haible.
43659         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
43660         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
43661         to decide whether to define the BeOS workaround macro;
43662         this adjusts to the change to AC_MBSTATE_T.
43663
43664 2000-07-14  Jim Meyering  <meyering@lucent.com>
43665
43666         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
43667         jm_AC_TYPE_UINTMAX_T.
43668
43669 2000-07-13  Paul Eggert  <eggert@twinsun.com>
43670
43671         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
43672
43673         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
43674         quotearg_buffer_restyled): Add support for
43675         clocale_quoting_style.  Undo previous change to
43676         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
43677         and "{RIGHT QUOTATION MARK}" msgids.
43678
43679 2000-07-10  Paul Eggert  <eggert@twinsun.com>
43680
43681         From a suggestion by Bruno Haible.
43682         * m4/mbstate_t.m4 (AC_MBSTATE_T):
43683         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
43684         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
43685         and mbstate_t, to a single-part test that simply defines mbstate_t.
43686         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
43687         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
43688
43689 2000-07-10  Jim Meyering  <meyering@lucent.com>
43690
43691         * m4/strerror_r.m4: Mirror the correction made in autoconf.
43692
43693         * m4/gnu-source.m4: Output to confdefs.h directly.
43694         Suggestion from Akim Demaille.
43695
43696 2000-07-09  Paul Eggert  <eggert@twinsun.com>
43697
43698         The old behavior of quoting `like this' doesn't look good with
43699         newer, ISO-style fonts.  See:
43700         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
43701
43702         Instead, quote "like this" by default.  Let the translator
43703         tailor the locale-specific quoting behavior by providing
43704         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
43705
43706         * lib/quotearg.c (N_): New macro.
43707         (gettext_default): New function.
43708         (quotearg_buffer_restyled): Use
43709         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
43710         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
43711
43712 2000-07-09  Jim Meyering  <meyering@lucent.com>
43713
43714         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
43715         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
43716
43717         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
43718         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
43719
43720 2000-07-09  Jim Meyering  <meyering@lucent.com>
43721
43722         * lib/Most files: Update copyright dates to include 2000.
43723
43724 2000-07-08  Jim Meyering  <meyering@lucent.com>
43725
43726         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
43727         if not defined.
43728         (xgethostname): Remove now-unnecessary #ifdef.
43729         Move declaration of `err' into loop where it's used.
43730
43731 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43732         and Bruno Haible  <haible@clisp.cons.org>
43733
43734         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
43735         only if the test for an object-type mbstate_t fails.  This
43736         prevents us from mistakenly reporting that mbstate_t is a
43737         system object type after we "#define mbstate_t int" to work
43738         around its lack.
43739
43740 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43741         and Bruno Haible  <haible@clisp.cons.org>
43742
43743         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
43744
43745 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43746
43747         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
43748         to strerror_r.
43749         Include <ctype.h> for use of isalpha.
43750
43751 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43752
43753         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
43754         by allocating a larger buffer. Test the gethostname return value for
43755         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
43756         returns an error and ENAMETOOLONG isn't defined.
43757
43758 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43759
43760         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
43761         dimension.
43762
43763 2000-07-04  Jim Meyering  <meyering@lucent.com>
43764
43765         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
43766         of the deprecated AC_CHECKING.
43767
43768 2000-07-04  Jim Meyering  <meyering@lucent.com>
43769
43770         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
43771         Reported by Bruno Haible.
43772
43773 2000-07-04  Jim Meyering  <meyering@lucent.com>
43774
43775         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
43776         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
43777         lacks mbrtowc.
43778
43779 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43780
43781         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
43782         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
43783
43784 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43785         and Bruno Haible  <haible@clisp.cons.org>
43786
43787         * lib/quotearg.c (mbrtowc):
43788         Assign to *pwc, and return 1 only if result is nonzero.
43789         (iswprint): Use ISPRINT when substituting our own mbrtowc.
43790
43791 2000-07-03  Jim Meyering  <meyering@lucent.com>
43792
43793         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
43794
43795 2000-07-03  Jim Meyering  <meyering@lucent.com>
43796
43797         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
43798         This is necessary to get a definition of e.g., UTMP_FILE on
43799         HP-UX 10.20.
43800         From Bob Proulx.
43801
43802 2000-07-02  Jim Meyering  <meyering@lucent.com>
43803
43804         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
43805
43806         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
43807         AC_LIBOBJ(function_name).
43808         * m4/chown.m4: Likewise.
43809         * m4/fnmatch.m4: Likewise.
43810         * m4/ftruncate.m4: Likewise.
43811         * m4/getgroups.m4: Likewise.
43812         * m4/getline.m4: Likewise.
43813         * m4/group-member.m4: Likewise.
43814         * m4/jm-macros.m4: Likewise.
43815         * m4/lstat.m4: Likewise.
43816         * m4/malloc.m4: Likewise.
43817         * m4/memcmp.m4: Likewise.
43818         * m4/nanosleep.m4: Likewise.
43819         * m4/putenv.m4: Likewise.
43820         * m4/realloc.m4: Likewise.
43821         * m4/regex.m4: Likewise.
43822         * m4/stat.m4: Likewise.
43823         * m4/strftime.m4: Likewise.
43824
43825 2000-07-02  Jim Meyering  <meyering@lucent.com>
43826
43827         * lib/quotearg.c (mbstate_t): Don't define here.
43828
43829 2000-07-02  Jim Meyering  <meyering@lucent.com>
43830
43831         * lib/nanosleep.c (SIGCONT): Define if not already defined.
43832
43833 2000-07-01  Jim Meyering  <meyering@lucent.com>
43834
43835         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
43836
43837 2000-07-01  Jim Meyering  <meyering@lucent.com>
43838
43839         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
43840         problem.
43841
43842 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43843
43844         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
43845         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
43846
43847 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43848
43849         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
43850         per change in ../m4/ls-mntd-fs.m4.
43851         (read_filesystem_list): Ignore symbolic links.
43852
43853 2000-06-29  Jim Meyering  <meyering@lucent.com>
43854
43855         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
43856         for declaration of strcmp.
43857
43858         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
43859
43860         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
43861         Avoid warning by casting result to `char *' to remove `const'.
43862
43863 2000-06-28  Jim Meyering  <meyering@lucent.com>
43864
43865         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
43866         included by quotearg.c, for which we perform this test.  From
43867         Bruno Haible.
43868
43869 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43870
43871         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
43872         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
43873         <utmpx.h> exists, put readutmp.o into LIBOBJS.
43874
43875 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43876
43877         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
43878
43879 2000-06-26  Paul Eggert  <eggert@twinsun.com>
43880
43881         savedir now sets errno on failure and invokes xmalloc to get memory.
43882         Fix a couple of other minor bugs while we're at it.
43883
43884         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
43885         (NAMLEN): Remove macro.
43886         (malloc, realloc): Remove decls.
43887         (stpcpy): Likewise.
43888         ("xalloc.h"): Include.
43889         (NAME_SIZE_DEFAULT): New macro.
43890         (savedir): Use xmalloc / xrealloc to allocate memory.
43891         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
43892         Skip "" directory entries.
43893         Use strlen to calculate directory entry length, since the old method
43894         is rarely used these days and isn't worth supporting.
43895         Don't use a pointer after freeing it.
43896         Check for integer overflow when calculating allocation size.
43897         Use memcpy to copy entries, instead of stpcpy.
43898         Set errno properly when returning NULL.
43899         Check for readdir error.
43900
43901 2000-06-26  Jim Meyering  <meyering@lucent.com>
43902
43903         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
43904
43905 2000-06-25  Jim Meyering  <meyering@lucent.com>
43906
43907         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
43908         Linux header bug when _XOPEN_SOURCE is defined to 500.
43909
43910 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43911
43912         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
43913         deficiency.
43914
43915 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43916
43917         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
43918         Include xalloc.h.
43919         Don't include <stdlib.h>.  Don't declare malloc, realloc.
43920
43921 2000-06-24  Jim Meyering  <meyering@lucent.com>
43922
43923         * m4/strerror_r.m4: Revive this file -- to try out an experimental
43924         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
43925         for which strerror does return char*, but which lacks a conveniently
43926         accessible declaration of the function.  If the compile-test says
43927         strerror_r doesn't work, then resort to a `run'-test that works on
43928         BeOS and segfaults on DEC Unix.
43929
43930 2000-06-24  Jim Meyering  <meyering@lucent.com>
43931
43932         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
43933
43934 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43935
43936         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
43937         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
43938
43939 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43940
43941         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
43942         (mbrtowc, mbstate_t): Define substitutes if
43943         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
43944         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
43945         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
43946
43947 2000-06-23  Jim Meyering  <meyering@lucent.com>
43948
43949         * m4/afs.m4: Add missing AC_MSG_RESULT.
43950         Reported by Bruno Haible.
43951
43952         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
43953         Suggestion from Bruno Haible.
43954
43955 2000-06-23  Jim Meyering  <meyering@lucent.com>
43956
43957         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
43958
43959 2000-06-21  Jim Meyering  <meyering@lucent.com>
43960
43961         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
43962
43963 2000-06-21  Jim Meyering  <meyering@lucent.com>
43964
43965         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
43966         (noinst_HEADERS): Add getstr.h.
43967
43968         * lib/getline.c (getstr): Move into a separate file.
43969         * lib/getstr.c (getstr): New file, extracted from getline.c, with
43970         the following changes: new parameter, delim2; both delim[12]
43971         parameters have type `int', not `char'.  The latter would lose
43972         with 8-bit delimiters.
43973         * lib/getstr.h: New file.
43974
43975 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43976
43977         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
43978         than 1024, return a memory chunk of least possible size, instead
43979         of size PATH_MAX + 2. In the loop, increment the size proportionally.
43980         Use free/xmalloc instead of xrealloc to avoid copying for very long
43981         paths.
43982
43983 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43984
43985         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
43986         the empty string.
43987
43988 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43989
43990         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
43991         address, not strdup.  Include <stdlib.h> and don't declare free().
43992
43993 2000-06-19  Jim Meyering  <meyering@lucent.com>
43994
43995         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
43996
43997 2000-06-18  Jim Meyering  <meyering@lucent.com>
43998
43999         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
44000
44001         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
44002         `checking whether...' message to be consistent with that of the
44003         lstat test.
44004
44005 2000-06-18  Jim Meyering  <meyering@lucent.com>
44006
44007         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
44008         Besides, these days every porting target provides a mkdir function.
44009
44010         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
44011         needed. (this snippet comes from src/system.h).
44012
44013 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
44014
44015         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
44016
44017 2000-06-15  Paul Eggert  <eggert@twinsun.com>
44018
44019         * lib/human.c (adjust_value): New function.
44020         (human_readable_inexact): Apply rounding style even when
44021         printing approximate values.
44022
44023 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44024
44025         * lib/human.c (human_readable_inexact): Allow an input block
44026         size that is not a multiple of the output block size, and vice versa.
44027         Reported by Piergiorgio Sartor.
44028
44029 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44030
44031         * lib/getdate.y (get_date): Apply relative times after time
44032         zone indicator, not before.  Reported by Todd A. Jacobs.
44033
44034 2000-06-13  Jim Meyering  <meyering@lucent.com>
44035
44036         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
44037
44038         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
44039
44040 2000-06-12  Paul Eggert  <eggert@twinsun.com>
44041
44042         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
44043
44044 2000-06-12  Jim Meyering  <meyering@lucent.com>
44045
44046         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
44047         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
44048         optional argument.
44049         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
44050         the optional argument, `lib'.
44051
44052 2000-06-08  Jim Meyering  <meyering@lucent.com>
44053
44054         * m4/largefile.m4: Remove file (now that it's part of autoconf).
44055
44056 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44057
44058         Rewrite largefile configuration so that we don't need to run
44059         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
44060         AC_CANONICAL_HOST in configure.in -- jmm]
44061
44062         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
44063         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
44064         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
44065         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
44066         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
44067         All uses changed.
44068         Instead of inspecting the output of getconf, try to compile the
44069         test program without and with the macro definition.
44070         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
44071         for getconf.  Instead, check for the needed flags by compiling
44072         test programs.
44073
44074 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44075
44076         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
44077
44078 2000-06-04  Jim Meyering  <meyering@lucent.com>
44079
44080         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
44081         SunOS 4.1.4 for which gid_t is an unsigned type.
44082
44083 2000-06-03  Jim Meyering  <meyering@lucent.com>
44084
44085         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
44086         now that autoconf requires that.
44087
44088         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
44089         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
44090         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
44091
44092 2000-06-03  Jim Meyering  <meyering@lucent.com>
44093
44094         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
44095
44096 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44097
44098         * m4/glibc21.m4: New file.
44099         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
44100
44101 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44102
44103         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
44104         newer, don't install charset.alias.
44105         * lib/config.charset: Change the Linux/glibc rules so they become empty
44106         on glibc-2.1 or newer.
44107
44108 2000-06-02  Jim Meyering  <meyering@lucent.com>
44109
44110         * lib/mountlist.c: Back out last change.  Instead, do this...
44111         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
44112         me_dummy member using the same `ignore'-testing code.
44113         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
44114         fs_type strings.
44115         From Mark D. Roth.
44116
44117 2000-05-29  Jim Meyering  <meyering@lucent.com>
44118
44119         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
44120         mounts with the `ignore' attribute.  Based on a patch from
44121         Mark D. Roth.
44122
44123 2000-05-28  Jim Meyering  <meyering@lucent.com>
44124
44125         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
44126         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44127         * m4/stat.m4: Likewise.
44128         * m4/lstat.m4: Likewise.
44129         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
44130
44131         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
44132         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
44133
44134 2000-05-26  Jim Meyering  <meyering@lucent.com>
44135
44136         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
44137
44138 2000-05-24  Jim Meyering  <meyering@lucent.com>
44139
44140         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
44141         autoconf requires that.
44142         * m4/lib-check.m4: Likewise.
44143         * m4/jm-macros.m4: Likewise.
44144         * m4/strftime.m4: Likewise.
44145
44146         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
44147         AC_CHECK_DECLS, now that autoconf requires that.
44148
44149 2000-05-22  Jim Meyering  <meyering@lucent.com>
44150
44151         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44152         * m4/lstat.m4: Likewise.
44153
44154 2000-05-22  Jim Meyering  <meyering@lucent.com>
44155
44156         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
44157
44158 2000-05-20  Jim Meyering  <meyering@lucent.com>
44159
44160         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
44161         (jm_PREREQ): Use it.
44162
44163 2000-05-18  Jim Meyering  <meyering@lucent.com>
44164
44165         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
44166         back, too, since it may have been modified by allocate_entry.
44167         (hash_delete): Rewrite to use neither the assignment operator
44168         nor the comma operator in an if-expression.
44169
44170 2000-05-15  Paul Eggert  <eggert@twinsun.com>
44171
44172         * lib/closeout.c:
44173         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
44174         Remove; no longer needed.
44175         "quotearg.h": Add include.
44176         (file_name): Do not bother to explicitly initialize to NULL; it's less
44177         efficient on some hosts.
44178         (close_stdout_status): Remove test as to whether stdout was already
44179         closed; it breaks for the case "echo x | sort >&-".
44180         Quote file name colons.
44181         Do not assume that _("write error") lacks format strings.
44182
44183 2000-05-15  Jim Meyering  <meyering@lucent.com>
44184
44185         * lib/version-etc.c (version_etc_copyright): Update the copyright
44186         string used in all --version output.
44187
44188 2000-05-14  Jim Meyering  <meyering@lucent.com>
44189
44190         * lib/closeout.c (close_stdout_set_file_name): New function.
44191         (close_stdout_status): Use new file-scoped global.
44192         Return right away if fstat says the stdout file descriptor is invalid.
44193         * lib/closeout.h (close_stdout_set_file_name): Declare.
44194
44195 2000-05-10  Jim Meyering  <meyering@lucent.com>
44196
44197         * lib/closeout.c [default_exit_status]: New file-scoped variable.
44198         (close_stdout_set_status): New function.
44199         * lib/closeout.h (close_stdout_set_status): Declare.
44200
44201 2000-05-09  Jim Meyering  <meyering@lucent.com>
44202
44203         * m4/gettext.m4: Rename this...
44204         * m4/libintl.m4: ...to this.
44205
44206 2000-05-08  Jim Meyering  <meyering@lucent.com>
44207
44208         * lib/long-options.c: Don't include closeout.h.
44209         (parse_long_options): Don't call close_stdout for --version.
44210
44211 2000-05-06  Paul Eggert  <eggert@twinsun.com>
44212
44213         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
44214         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
44215         2.1.3 bug.  This avoids a clash when files like regex.c define
44216         _GNU_SOURCE.
44217
44218 2000-05-06  Jim Meyering  <meyering@lucent.com>
44219
44220         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
44221         (AC_REPLACE_FUNCS): Add strnlen.
44222
44223         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
44224         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
44225
44226         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
44227         AC_SEARCH_LIBS call for nanosleep.
44228         (LIB_NANOSLEEP): Set and AC_SUBST.
44229
44230 2000-05-06  Jim Meyering  <meyering@lucent.com>
44231
44232         * lib/strnlen.c: Undefine __strnlen and strnlen.
44233         [!weak_alias]: Define __strnlen to strnlen.
44234
44235         * lib/atexit.c: New file, from libiberty.
44236
44237 2000-05-06  Jim Meyering  <meyering@lucent.com>
44238
44239         * lib/closeout.c (close_stdout_status): Also check for errors on the
44240         stderr stream.
44241
44242 2000-05-05  Jim Meyering  <meyering@lucent.com>
44243
44244         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
44245         AC_SEARCH_LIBS call for clock_gettime.
44246         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
44247
44248         * m4/search-libs.m4: Update from autoconf.
44249
44250         su doesn't work on Solaris 2.6.
44251         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
44252         <shadow.h>.  Reported by Dragos Harabor.
44253
44254 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
44255
44256         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
44257         memcpy instead of xmalloc, xrealloc, path_concat.
44258         (locale_charset): Treat empty environment variables as absent.
44259         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
44260
44261 2000-05-04  Jim Meyering  <meyering@lucent.com>
44262
44263         * lib/getopt.c: Update from glibc.
44264         * lib/obstack.c: Likewise.
44265         * lib/obstack.h: Likewise.
44266         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
44267         file
44268
44269         * lib/regex.h: Likewise.
44270         * lib/strndup.c: Likewise.
44271         * lib/strnlen.c: New file, from glibc.
44272
44273 2000-05-03  Jim Meyering  <meyering@lucent.com>
44274
44275         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
44276
44277 2000-05-02  Paul Eggert  <eggert@twinsun.com>
44278
44279         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
44280         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
44281         compile-time test, rather than inspecting host and OS, to
44282         decide whether to define _LARGEFILE_SOURCE.
44283
44284 2000-05-01  Jim Meyering  <meyering@lucent.com>
44285
44286         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
44287
44288         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
44289         Based on a patch from Bruno Haible.
44290
44291 2000-05-01  Jim Meyering  <meyering@lucent.com>
44292
44293         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
44294
44295 2000-04-29  Jim Meyering  <meyering@lucent.com>
44296
44297         * lib/path-concat.c: Declare strdup only if it's not defined.
44298         * lib/canon-host.c: Likewise.
44299
44300 2000-04-28  Jim Meyering  <meyering@lucent.com>
44301
44302         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
44303         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
44304         is included first, then limits.h is included by locale.h by libintl.h.
44305         From John David Anglin.
44306
44307 2000-04-25  Jim Meyering  <meyering@lucent.com>
44308
44309         * lib/makepath.c (S_IRWXUGO): Define.
44310         (make_path): Always perform explicit chmod if MODE specifies any
44311         of the `special' permission bits.  Prompted by a bug report against
44312         install from Mate Wierdl and Joost van Baal.
44313
44314 2000-04-18  Jim Meyering  <meyering@lucent.com>
44315
44316         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
44317         (jm_PREREQ): Use it.
44318
44319 2000-04-18  Jim Meyering  <meyering@lucent.com>
44320
44321         * lib/README: New file.
44322
44323         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
44324         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
44325
44326 2000-04-17  Jim Meyering  <meyering@lucent.com>
44327
44328         Get it right :-)
44329         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
44330         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
44331         Suggestion from Akim Demaille.
44332
44333 2000-04-17  Jim Meyering  <meyering@lucent.com>
44334
44335         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
44336         the definition of it to rpl_strftime also defined-away the system's
44337         declaration.
44338
44339 2000-04-15  Jim Meyering  <meyering@lucent.com>
44340
44341         Use `C' to denote so-called `contiguous' files, the same way
44342         that tar does.
44343         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
44344         (ftypelet): Use S_ISCTG.
44345         From Michael Deutschmann.
44346
44347 2000-04-14  Jim Meyering  <meyering@lucent.com>
44348
44349         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
44350         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
44351         clobbered.
44352
44353 2000-04-14  Jim Meyering  <meyering@lucent.com>
44354
44355         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
44356
44357 2000-04-13  Jim Meyering  <meyering@lucent.com>
44358
44359         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
44360         AH_VERBATIM to insert required #ifndef into config.h.in.
44361         Suggestion from Akim Demaille.
44362
44363 2000-04-12  Jim Meyering  <meyering@lucent.com>
44364
44365         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
44366         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
44367         Christian Krackowizer.
44368
44369         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
44370         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
44371         (AC_SYS_LARGEFILE): Require.
44372         (AM_C_PROTOTYPES): Require.
44373
44374 2000-04-08  Jim Meyering  <meyering@lucent.com>
44375
44376         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
44377         names don't conflict.  Reported by Eli Zaretskii.
44378
44379 2000-04-07  Jim Meyering  <meyering@lucent.com>
44380
44381         * lib/putenv.c: Move inclusion of errno.h so it follows that of
44382         sys/types.h, to work around system header problems on AIX 3.2.5.
44383         From Bruno Haible.
44384
44385 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
44386
44387         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
44388         bug.  Deal with the different error behavior of Irix iconv.
44389
44390 2000-04-05  Paul Eggert  <eggert@twinsun.com>
44391
44392         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
44393         IRIX if the installer said otherwise.
44394
44395 2000-04-05  Jim Meyering  <meyering@lucent.com>
44396
44397         Portability tweaks required for ultrix4.3.
44398         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
44399         (jm_CHECK_DECLS): Add getutent to the list of functions.
44400         (_jm_DECL_HEADERS): Add utmpx.h.
44401         From John David Anglin.
44402
44403         * m4/strftime.m4: Back out the 2000-04-02 change.
44404         Instead of that change, simply undefine putenv in the test program.
44405
44406 2000-04-05  Jim Meyering  <meyering@lucent.com>
44407
44408         Portability tweaks required for ultrix4.3.
44409         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
44410         getutent.
44411         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
44412         * lib/canon-host.c: Declare strdup.
44413         * lib/path-concat.c: Likewise.
44414         From John David Anglin.
44415
44416 2000-04-04  Jim Meyering  <meyering@lucent.com>
44417
44418         Be more DOS 8.3-friendly.
44419         * lib/ref-add.sin: Renamed from ref-add.sed.in.
44420         * lib/ref-del.sin: Renamed from ref-del.sed.in.
44421         * lib/Makefile.am: Reflect renaming.
44422         Reported by Eli Zaretskii.
44423
44424         Use a temporary file name that won't clash with `charset.alias'
44425         in the DOS 8.3 name space.
44426         * lib/Makefile.am (charset_tmp): Define.
44427         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
44428         (uninstall-local): Likewise.
44429         Reported by Eli Zaretskii.
44430
44431 2000-04-03  Jim Meyering  <meyering@lucent.com>
44432
44433         * m4/gettext.m4: Fix typo in comment.
44434
44435         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
44436         textutils/configure.in).  Suggestion from Paul Eggert.
44437         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
44438
44439 2000-04-02  Paul Eggert  <eggert@twinsun.com>
44440
44441         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
44442         variable in the shell rather than using putenv, which isn't
44443         portable.  This avoids the configure-time inter-test dependency
44444         on the potentially-renamed putenv function.
44445
44446 2000-03-30  Paul Eggert  <eggert@twinsun.com>
44447
44448         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
44449         before checking struct stat.st_blksize, so that
44450         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
44451
44452 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44453
44454         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
44455         since strftime.c uses HAVE_STRFTIME to decide whether to use
44456         the underlying strftime.
44457
44458 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44459
44460         * lib/time/strftime.c (my_strftime): Make sure we call the system
44461         strftime, not ourselves, when invoking the underlying strftime.
44462
44463 2000-03-24  Jim Meyering  <meyering@lucent.com>
44464
44465         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
44466         (charset_alias): Define.
44467         (install-exec-local): Factor out common code.
44468         (uninstall-local): Split lines longer than 80.
44469         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
44470         (SUFFIXES): Define.
44471         (.sed.in.sed): New rule.  Don't redirect directly to $@.
44472         (CLEANFILES): Add ref-add.sed and ref-del.sed.
44473
44474 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
44475
44476         * lib/config.charset: Output a line containing "Packages using this
44477         file".
44478         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
44479         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
44480         ref-del.sed): New rules.
44481
44482 2000-03-17  Jim Meyering  <meyering@lucent.com>
44483
44484         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
44485         Otherwise, include <strings.h>
44486
44487 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
44488
44489         * lib/unicodeio.c (utf8_wctomb): New function.
44490         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
44491         format instead of in UCS-4 with platform dependent endianness.
44492
44493 2000-03-10  Jim Meyering  <meyering@lucent.com>
44494
44495         * m4/lib-check.m4: Look for getspnam in -lgen, too.
44496         From Marco Franzen.
44497
44498 2000-03-07  Paul Eggert  <eggert@twinsun.com>
44499
44500         * lib/savedir.c (savedir): Work even if directory size is
44501         negative; this can happen with some screwy NFS configurations.
44502
44503 2000-03-06  Jim Meyering  <meyering@lucent.com>
44504
44505         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
44506         if it's NULL (because we ran out of memory).  From Bruno Haible.
44507
44508 2000-03-05  Jim Meyering  <meyering@lucent.com>
44509
44510         * lib/localcharset.c ("path-concat.h"): Include.
44511         (get_charset_aliases): Use path_concat instead of ANSI string
44512         concatenation.
44513
44514         * lib/unicodeio.h (PARAMS): Define.
44515         Use it to guard prototype.
44516
44517 2000-03-04  Jim Meyering  <meyering@lucent.com>
44518
44519         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
44520         for lib/localcharset.c.
44521
44522 2000-03-04  Jim Meyering  <meyering@lucent.com>
44523
44524         * lib/Makefile.am (install-exec-local): Create $(libdir) before
44525         installing into it.
44526         (uninstall-local): Uncomment this rule so `make distcheck' works
44527         once again.
44528
44529         * lib/unicodeio.c (<errno.h>): Include it.
44530         (errno): Declare if not defined.
44531
44532         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
44533
44534         * lib/config.charset: New version, incorporating remarks from a linux
44535         i18n mailing list.  From Bruno Haible.
44536
44537 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
44538
44539         * m4/codeset.m4: New file.
44540         * m4/iconv.m4: New file.
44541         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
44542
44543 2000-03-03  Jim Meyering  <meyering@lucent.com>
44544
44545         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
44546
44547 2000-03-02  Jim Meyering  <meyering@lucent.com>
44548
44549         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
44550         the messages come out on separate lines.
44551
44552         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
44553         rather than jm_CHECK_DECLARATIONS.
44554         * m4/decl.m4: Remove now-unused file.
44555
44556         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
44557         geteuid.
44558
44559 2000-03-02  Jim Meyering  <meyering@lucent.com>
44560
44561         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
44562
44563 2000-03-01  Jim Meyering  <meyering@lucent.com>
44564
44565         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
44566         * lib/unicodeio.c: Likewise.
44567
44568 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
44569
44570         * lib/config.charset: New file.
44571         * lib/localcharset.c: New file.
44572         * lib/unicodeio.h, lib/unicodeio.c: New files.
44573         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
44574         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
44575         (noinst_HEADERS): Add unicodeio.h.
44576         (all-local, install-exec-local, charset.alias): New targets.
44577
44578 2000-02-28  Paul Eggert  <eggert@twinsun.com>
44579
44580         * lib/quotearg.c (ALERT_CHAR): New macro.
44581         (quotearg_buffer_restyled): Use it.
44582
44583 2000-02-27  Jim Meyering  <meyering@lucent.com>
44584
44585         * m4/check-decl.m4: Add getenv to the list.
44586
44587 2000-02-27  Jim Meyering  <meyering@lucent.com>
44588
44589         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
44590         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
44591
44592         * lib/backupfile.c: Guard inclusion of stdlib.h with
44593         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
44594         Declare malloc if needed.
44595
44596         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
44597         `#ifndef HAVE_DECL..'
44598         now that autoconf always defines the HAVE_DECL_ symbols.
44599         * lib/human.c: Likewise.
44600         * lib/same.c: Likewise.
44601         * lib/strtoumax.c: Likewise.
44602
44603         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
44604         declaration check was not run.
44605         * lib/hash.c: Likewise.
44606         * lib/human.c: Likewise.
44607         * lib/same.c: Likewise.
44608         * lib/strtoumax.c: Likewise.
44609
44610         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
44611         `.', then first look up the entire `.'-containing string as a login
44612         name.
44613
44614 2000-02-23  Jim Meyering  <meyering@lucent.com>
44615
44616         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
44617         in place of my hack.
44618
44619 2000-02-18  Paul Eggert  <eggert@twinsun.com>
44620
44621         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
44622         (textint): New typedef.
44623         (parser_control): Member year changed from int to textint.
44624         All uses changed.
44625         (YYSTYPE): Removed; replaced by %union with int and textint members.
44626         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
44627         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
44628         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
44629         (tSNUMBER, tUNUMBER): Now of type <textintval>.
44630         (date, number, to_year): Use width of number in digits, not its value,
44631         to determine whether it's a 2-digit year, or a 2-digit time.
44632         (yylex): Store number of digits of numeric tokens.
44633         Reported by John Kendall.
44634
44635         (parser_control): Changed from struct parser_control to typedef (for
44636         consistency).  All uses changed.
44637
44638         (tID): Removed; not used.
44639         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
44640
44641 2000-02-14  Paul Eggert  <eggert@twinsun.com>
44642
44643         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
44644         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
44645
44646 2000-02-12  Jim Meyering  <meyering@lucent.com>
44647
44648         * lib/userspec.c (ISDIGIT): Define it.
44649         (isdigit): Remove definition.
44650         (is_number): Use ISDIGIT, not isdigit.
44651         <libintl.h>: Include.
44652         (_ and N_): Define.
44653         (parse_user_spec): Mark translatable strings.
44654
44655 2000-02-10  Jim Meyering  <meyering@lucent.com>
44656
44657         With these changes, nanosleep.[ch] are finally enough like the other
44658         lib/* replacement files to compile on a few more losing systems.
44659
44660         * lib/nanosleep.h: Don't include config.h.
44661         Remove prototype from declaration of nanosleep.
44662         (PARAMS): Remove now-unneeded definition.
44663         * lib/nanosleep.c: #undef nanosleep.
44664         (rpl_nanosleep): Rename from nanosleep.
44665
44666 2000-02-10  Jim Meyering  <meyering@lucent.com>
44667
44668         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
44669         gnu_nanosleep to rpl_nanosleep.
44670
44671 2000-02-09  Jim Meyering  <meyering@lucent.com>
44672
44673         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
44674         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
44675
44676 2000-02-08  Akim Demaille  <akim@epita.fr>
44677
44678         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
44679         `[' and `]' and remove uses of `changequote'.
44680         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
44681         (AC_SYS_LARGEFILE): Likewise.
44682         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
44683         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
44684         of changequote.
44685         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
44686         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
44687         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
44688         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
44689
44690 2000-02-05  Jim Meyering  <meyering@lucent.com>
44691
44692         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
44693         Remove explicit use of AC_HEADER_TIME.  It is required by
44694         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
44695         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
44696         in autoconf whereby the expansion of the latter ended up preceding
44697         the expansion of its prerequisite, AC_HEADER_TIME.
44698         Reported by Volker Borchert.
44699
44700 2000-02-03  Jim Meyering  <meyering@lucent.com>
44701
44702         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
44703
44704 2000-02-03  Jim Meyering  <meyering@lucent.com>
44705
44706         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
44707         rather than with `#if HAVE_UTMPNAME'.
44708
44709 2000-02-02  Jim Meyering  <meyering@lucent.com>
44710
44711         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
44712         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
44713         Reported by Eli Zaretskii.
44714
44715 2000-02-01  Jim Meyering  <meyering@lucent.com>
44716
44717         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
44718
44719 2000-01-31  Jim Meyering  <meyering@lucent.com>
44720
44721         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
44722         functions.  Add the time.h and sys/time.h headers along with the
44723         AC_REQUIRE'ment of AC_HEADER_TIME.
44724
44725 2000-01-31  Jim Meyering  <meyering@lucent.com>
44726
44727         * lib/nanosleep.h (nanosleep): Guard declaration with
44728         `#if ! HAVE_DECL_NANOSLEEP'.
44729         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
44730         the declaration in that vendor's sys/timers.h.
44731         Reported by Christian Krackowizer.
44732
44733         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
44734         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
44735         (ISPRINT): Likewise.
44736         Reported by Tom Tromey.
44737
44738 2000-01-30  Jim Meyering  <meyering@lucent.com>
44739
44740         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
44741
44742         * m4/prereq.m4 (utmp_includes): Define.
44743         Check for ut_user and ut_name members in both struct utmpx
44744         and struct utmp.
44745
44746 2000-01-30  Jim Meyering  <meyering@lucent.com>
44747
44748         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
44749         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
44750         header files where only utmpx.ut_user is declared.
44751
44752         * lib/readutmp.h (UT_USER): Define.
44753
44754 2000-01-29  Jim Meyering  <meyering@lucent.com>
44755
44756         * m4/lib-check.m4: New file containing library-related checks from
44757         fileutils and sh-utils (textutils had none).
44758
44759 2000-01-28  Jim Meyering  <meyering@lucent.com>
44760
44761         * m4/perl.m4: Change format of warning message to look more like that
44762         from the missing script.  Suggestion from François Pinard.
44763
44764 2000-01-25  Jim Meyering  <meyering@lucent.com>
44765
44766         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
44767         well as time.h in the compile check.
44768         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
44769         Fix typo in cross-compiling case: s/yes/no/.
44770
44771 2000-01-23  Jim Meyering  <meyering@lucent.com>
44772
44773         * m4/jm-macros.m4: Move df-related tests here from
44774         fileutils/configure.in
44775
44776         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
44777         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
44778
44779         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
44780         s/space/ac_fsusage_space/.
44781         (jm_FILE_SYSTEM_USAGE): Take two parameters.
44782
44783         * m4/ftruncate.m4: New file (derived from part of
44784         fileutils/configure.in).
44785         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
44786         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
44787
44788         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
44789         AC_SUBST these here, rather than just in sh-util/configure.in, so
44790         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
44791         all the same.
44792         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
44793         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
44794         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
44795         (AC_SUBST(POW_LIBM)): Likewise.
44796         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
44797
44798 2000-01-23  Jim Meyering  <meyering@lucent.com>
44799
44800         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
44801         obstack.c.
44802
44803 2000-01-22  Jim Meyering  <meyering@lucent.com>
44804
44805         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
44806
44807         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
44808
44809         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
44810         configure.in
44811         (AC_CHECK_HEADERS): Likewise for sh-utils.
44812         (AC_CHECK_HEADERS): Likewise for textutils.
44813         Merge the three lists of headers.
44814
44815         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
44816         from fileutils' configure.in.
44817
44818         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
44819         code. Moved tests into their own function (_jm_DECL_HEADERS) in
44820         check-decl.m4.
44821
44822         * m4/check-decl.m4: Use #if rather than #ifdef.
44823         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
44824         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
44825         (_jm_DECL_HEADERS): Define new function.
44826         (jm_CHECK_DECLARATIONS): Require it.
44827
44828 2000-01-22  Jim Meyering  <meyering@lucent.com>
44829
44830         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
44831         [! HAVE_DECL_STRTOULL]: Declare strtoull.
44832         Required for some AIX systems.  Reported by Christian Krackowizer.
44833         [TESTING] (main): New function.
44834
44835         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
44836         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
44837         letters.
44838
44839         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
44840         iswprint.
44841
44842         * lib/strverscmp.c (ISDIGIT): Define.
44843         (strverscmp): Use ISDIGIT, not isdigit.
44844
44845 2000-01-19  Jim Meyering  <meyering@lucent.com>
44846
44847         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
44848         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
44849         defines `struct timespec' in <sys/time.h>
44850
44851         * m4/c-bs-a.m4: Remove uses of changequote altogether.
44852         Thanks to Akim for explaining.
44853
44854 2000-01-17  Paul Eggert  <eggert@twinsun.com>
44855
44856         * lib/nanosleep.c (nanosleep):
44857         Don't use SA_INTERRUPT to decide whether to call sigaction, as
44858         POSIX.1 doesn't require SA_INTERRUPT and some systems
44859         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
44860         it's been part of POSIX.1 since day 1 (in 1988).
44861
44862 2000-01-17  Jim Meyering  <meyering@lucent.com>
44863
44864         * lib/interlock: Remove unused file.  Reported by François Pinard.
44865
44866 2000-01-16  Paul Eggert  <eggert@twinsun.com>
44867
44868         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
44869         alert, backslash, formfeed, and vertical tab unnecessarily in
44870         shell quoting style.
44871
44872 2000-01-16  Jim Meyering  <meyering@lucent.com>
44873
44874         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
44875         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
44876         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
44877         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
44878
44879 2000-01-16  Jim Meyering  <meyering@lucent.com>
44880
44881         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
44882         because the latter didn't work.
44883
44884 2000-01-15  Jim Meyering  <meyering@lucent.com>
44885
44886         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
44887         (AC_REPLACE_FUNCS): Add memcpy and memset.
44888         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
44889         Add strpbrk.
44890         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
44891
44892 2000-01-12  Jim Meyering  <meyering@lucent.com>
44893
44894         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
44895         (jm_PREREQ): Use it.
44896         (jm_PREREQ_READUTMP): New macro.
44897         (jm_PREREQ): Use it.
44898
44899 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44900
44901         Quote multibyte characters correctly.
44902         * m4/c-bs-a.m4: New file.
44903         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
44904         (jm_PREREQ): Use it.
44905
44906 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44907
44908         * m4/uintmax_t.m4: Port to autoconf 2.13.
44909
44910 2000-01-08  Jim Meyering  <meyering@ascend.com>
44911
44912         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
44913         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
44914
44915 2000-01-04  Jim Meyering  <meyering@ascend.com>
44916
44917         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
44918         jm_STRUCT_DIRENT_D_TYPE.
44919         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
44920         jm_STRUCT_DIRENT_D_INO.
44921         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
44922         jm_STRUCT_UTIMBUF.
44923         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
44924         renamings.
44925         * m4/utime.m4: Likewise.
44926
44927         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
44928         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
44929
44930 2000-01-03  Paul Eggert  <eggert@twinsun.com>
44931
44932         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
44933         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
44934
44935 2000-01-02  Jim Meyering  <meyering@ascend.com>
44936
44937         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
44938         remember if this is necessary.
44939
44940 1999-12-26  Jim Meyering  <meyering@ascend.com>
44941
44942         * m4/jm-macros.m4: Use it here.
44943         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
44944
44945 1999-12-23  Jim Meyering  <meyering@ascend.com>
44946
44947         * m4/jm-macros.m4: Check for clock_gettime (moved from
44948         fileutils/configure.in)
44949         Check for gettimeofday.
44950
44951 1999-12-20  Jim Meyering  <meyering@ascend.com>
44952
44953         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
44954         autoconf-2.14a-1999-12-20.
44955
44956 1999-12-19  Jim Meyering  <meyering@ascend.com>
44957
44958         * m4/lstat-slash.m4: New file.
44959         * m4/jm-macros.m4: Use the new macro:
44960         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44961
44962 1999-12-07  Jim Meyering  <meyering@ascend.com>
44963
44964         * m4/perl.m4: Require that File::Compare be available, too.
44965         Too many systems seem to lack it.
44966
44967         * m4/strftime.m4: Add checks for most of the cpp macros tested in
44968         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
44969
44970 1999-11-18  Paul Eggert  <eggert@twinsun.com>
44971
44972         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
44973         problem with the QNX 4.25 shell, which doesn't propagate exit
44974         status of failed commands inside shell assignments.
44975
44976 1999-11-17  Jim Meyering  <meyering@ascend.com>
44977
44978         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
44979
44980 1999-11-07  Jim Meyering  <meyering@ascend.com>
44981
44982         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
44983
44984 1999-11-06  Jim Meyering  <meyering@ascend.com>
44985
44986         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
44987         * m4/jm-macros.m4 (jm_MACROS): Use it here.
44988
44989 1999-11-05  Jim Meyering  <meyering@ascend.com>
44990
44991         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
44992         configure.in of textutils, fileutils, and sh-utils into this one
44993         (shared between those packages) file.
44994         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
44995         AC_STRUCT_ST_BLKSIZE.
44996
44997 1999-11-03  Jim Meyering  <meyering@ascend.com>
44998
44999         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
45000         of AC_CHECK_TYPE checks includes unistd.h.
45001         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
45002         Suggestion from Akim Demaille.
45003
45004 1999-10-30  Jim Meyering  <meyering@ascend.com>
45005
45006         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
45007         m4-quoted string.
45008         * m4/ls-mntd-fs.m4: Likewise.
45009         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
45010         * m4/jm-winsz1.m4: Likewise.
45011
45012         * m4/const.m4: Remove file, since the fix made it into the experimental
45013         version of autoconf.
45014         * m4/mktime.m4: Likewise.
45015
45016         * m4/check-type.m4: Remove file, now that the latest version of
45017         AC_CHECK_TYPE takes a third arg to specify additional #includes.
45018
45019         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
45020         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
45021         AC_CHECK_TYPE.
45022
45023 1999-10-04  Jim Meyering  <meyering@ascend.com>
45024
45025         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
45026
45027 1999-09-22  Paul Eggert  <eggert@twinsun.com>
45028
45029         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
45030         2.95.1 bug with HP-UX 10.20.
45031
45032 1999-09-17  Jim Meyering  <meyering@ascend.com>
45033
45034         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
45035         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
45036         due to missing strdup (against sh-utils-2.0).
45037
45038 1999-08-29  Jim Meyering  <meyering@ascend.com>
45039
45040         * m4/jm-macros.m4: Require jm_BISON.
45041         * m4/bison.m4: New file.
45042
45043 1999-08-17  Paul Eggert  <eggert@twinsun.com>
45044
45045         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
45046         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
45047
45048 1999-08-05  Jim Meyering  <meyering@ascend.com>
45049
45050         * m4/getline.m4: Rename test file from conftestdata to conftest.data
45051         to avoid conflicts with `conftest' on 8+3 filesystems.
45052         Suggestion from Eli Zaretskii.
45053
45054 1999-08-04  Jim Meyering  <meyering@ascend.com>
45055
45056         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
45057         fileutils and sh-utils (textutils's getline test was inadequate).
45058         (AM_FUNC_GETLINE): Run this test.
45059         (AC_CHECK_FUNCS): Check for getdelim.
45060         Reported by Bob Proulx.
45061
45062 1999-08-02  Jim Meyering  <meyering@ascend.com>
45063
45064         * m4/jm-macros.m4: Add a comment.
45065
45066 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45067
45068         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
45069         <inttypes.h> defines strtoumax as a macro (and not as a
45070         function).
45071
45072 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45073
45074         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
45075         that we can shift, multiply and divide unsigned long long
45076         values; Ultrix cc can't do it.
45077
45078 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45079
45080         * m4/mktime.m4: New file, which is a preview of what should appear
45081         in the next public autoconf release.
45082
45083 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45084
45085         * m4/lfs.m4: Remove this file.
45086         * m4/largefile.m4: New file.  It contains the old contents of
45087         lfs.m4, except that all names with prefix AC_LFS have been
45088         changed to use the prefix AC_SYS_LARGEFILE instead, to be
45089         compatible with future autoconf versions.  Also, some minor m4
45090         quoting problems have been fixed.
45091
45092 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45093
45094         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
45095         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
45096         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
45097         and simplify the shell code.
45098
45099 1999-08-01  Jim Meyering  <meyering@ascend.com>
45100
45101         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
45102         m4.
45103
45104 1999-07-20  Jim Meyering  <meyering@ascend.com>
45105
45106         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
45107
45108 1999-07-15  Jim Meyering  <meyering@ascend.com>
45109
45110         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
45111
45112 1999-05-22  Jim Meyering  <meyering@ascend.com>
45113
45114         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
45115
45116 1999-05-20  Jim Meyering  <meyering@ascend.com>
45117
45118         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
45119         Add a colon after each `then' in case $4 is empty.
45120
45121 1999-05-16  Jim Meyering  <meyering@ascend.com>
45122
45123         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
45124
45125 1999-05-10  Jim Meyering  <meyering@ascend.com>
45126
45127         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
45128
45129         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
45130         AC_FUNC_MKTIME.
45131
45132 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
45133
45134         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
45135
45136 1999-05-04  Paul Eggert  <eggert@twinsun.com>
45137
45138         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
45139         not CPPFLAGS, so that linking works correctly in IRIX.
45140
45141 1999-04-30  Paul Eggert  <eggert@twinsun.com>
45142
45143         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
45144
45145 1999-04-20  Paul Eggert  <eggert@twinsun.com>
45146
45147         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
45148         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
45149         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
45150         jm_AC_TYPE_UNSIGNED_LONG_LONG.
45151         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
45152
45153         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
45154
45155 1999-04-20  Jim Meyering  <meyering@ascend.com>
45156
45157         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
45158         AC_REPLACE xstroull if necessary.  From Paul Eggert.
45159         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
45160
45161 1999-04-18  Jim Meyering  <meyering@ascend.com>
45162
45163         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
45164         * m4/jm-macros.m4: Use it.
45165
45166 1999-04-06  Jim Meyering  <meyering@ascend.com>
45167
45168         * m4/strftime.m4: Remove test for %f.
45169
45170 1999-03-29  Jim Meyering  <meyering@ascend.com>
45171
45172         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
45173         superset of the AC_TYPE_* checks in the textutils, fileutils,
45174         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
45175         AC_TYPE_PID_T.
45176
45177 1999-03-28  Jim Meyering  <meyering@ascend.com>
45178
45179         * m4/jm-macros.m4: Define GNU_PACKAGE here.
45180         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
45181         replaced e.g., in the *.sh files of the sh-utils.
45182
45183 1999-03-20  Jim Meyering  <meyering@ascend.com>
45184
45185         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
45186         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
45187         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
45188
45189 1999-03-19  Jim Meyering  <meyering@ascend.com>
45190
45191         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
45192
45193 1999-03-12  Jim Meyering  <meyering@ascend.com>
45194
45195         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
45196
45197 1999-03-07  Jim Meyering  <meyering@ascend.com>
45198
45199         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
45200         declared.
45201
45202 1999-02-17  Jim Meyering  <meyering@ascend.com>
45203
45204         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
45205         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
45206
45207 1999-02-07  Jim Meyering  <meyering@ascend.com>
45208
45209         * m4/group-member.m4: New file -- extracted from sh-utils'
45210         configure.in.
45211
45212         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
45213         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
45214
45215 1999-02-06  Jim Meyering  <meyering@ascend.com>
45216
45217         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
45218         * m4/fnmatch.m4: Likewise.
45219         * m4/getgroups.m4: Likewise.
45220         * m4/lstat.m4: Likewise.
45221         * m4/malloc.m4: Likewise.
45222         * m4/putenv.m4: Likewise.
45223         * m4/realloc.m4: Likewise.
45224         * m4/regex.m4: Likewise.
45225         * m4/stat.m4: Likewise.
45226         * m4/strftime.m4: Likewise.
45227         Suggestion from Alain Magloire.
45228
45229         * m4/chown.m4: Use `.$ac_objext', not `.o'.
45230         * m4/fnmatch.m4: Likewise.
45231         * m4/getgroups.m4: Likewise.
45232         * m4/getline.m4: Likewise.
45233         * m4/lstat.m4: Likewise.
45234         * m4/malloc.m4: Likewise.
45235         * m4/memcmp.m4: Likewise.
45236         * m4/putenv.m4: Likewise.
45237         * m4/realloc.m4: Likewise.
45238         * m4/regex.m4: Likewise.
45239         * m4/stat.m4: Likewise.
45240         * m4/strftime.m4: Likewise.
45241         Suggestion from Alain Magloire.
45242
45243         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
45244         an argument.
45245
45246         * m4/regex.m4: Add a run-time Test for proper operation of
45247         re_compile_pattern.
45248
45249 1999-01-31  Jim Meyering  <meyering@ascend.com>
45250
45251         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
45252
45253 1999-01-30  Jim Meyering  <meyering@ascend.com>
45254
45255         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
45256
45257         * m4/jm-mktime.m4: Make this a wrapper around the official
45258         AM_FUNC_MKTIME rather than my private copy, now that the official one
45259         is up to date.
45260         * m4/mktime.m4: Remove file.
45261
45262         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
45263         * m4/uptime.m4: Likewise.
45264         * m4/uintmax_t.m4: Likewise.
45265
45266 1999-01-28  Jim Meyering  <meyering@ascend.com>
45267
45268         * m4/jm-macros.m4: Use jm_AFS.
45269         * m4/afs.m4: New file (from fileutils' configure.in).
45270
45271         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
45272         * m4/chown.m4: Likewise.
45273         * m4/d-ino.m4: Likewise.
45274         * m4/d-type.m4: Likewise.
45275         * m4/fnmatch.m4: Likewise.
45276         * m4/getgroups.m4: Likewise.
45277         * m4/gettext.m4: Likewise.
45278         * m4/jm-mktime.m4: Likewise.
45279         * m4/jm-winsz2.m4: Likewise.
45280         * m4/lcmessage.m4: Likewise.
45281         * m4/ls-mntd-fs.m4: Likewise.
45282         * m4/malloc.m4: Likewise.
45283         * m4/memcmp.m4: Likewise.
45284         * m4/putenv.m4: Likewise.
45285         * m4/realloc.m4: Likewise.
45286         * m4/st_mtim.m4: Likewise.
45287         * m4/strftime.m4: Likewise.
45288
45289 1999-01-16  Jim Meyering  <meyering@ascend.com>
45290
45291         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
45292         (ARGMATCH_DIE_DECL): Define.
45293
45294 1999-01-12  Jim Meyering  <meyering@ascend.com>
45295
45296         * m4/Makefile.am.in: Rewrite to avoid using fmt.
45297         Reported by Lars Hecking.
45298
45299 1999-01-10  Jim Meyering  <meyering@ascend.com>
45300
45301         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
45302         gross kludge.
45303         * m4/inttypes_h.m4: Likewise.
45304         * m4/lstat.m4: Likewise.
45305         * m4/malloc.m4: Likewise.
45306         * m4/readdir.m4: Likewise.
45307         * m4/realloc.m4: Likewise.
45308         * m4/st_dm_mode.m4: Likewise.
45309         * m4/stat.m4: Likewise.
45310         * m4/utimbuf.m4: Likewise.
45311         * m4/utimes.m4: Likewise.
45312
45313         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
45314         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
45315         comments in config.h.in are meaningful.
45316
45317         * m4/jm-macros.m4: Require autoconf-2.13 here.
45318
45319         * m4/regex.m4: By default, don't use the included regex.c on systems
45320         with glibc 2.  Suggestion from Uli Drepper.
45321
45322 1999-01-02  Jim Meyering  <meyering@ascend.com>
45323
45324         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
45325
45326 1998-12-18  Jim Meyering  <meyering@ascend.com>
45327
45328         * m4/Makefile.am.in (Makefile.am): Simplify rule.
45329         Based on a suggestion from Lars Hecking.
45330
45331 1998-11-16  Paul Eggert  <eggert@twinsun.com>
45332
45333         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
45334
45335 1998-11-16  Jim Meyering  <meyering@ascend.com>
45336
45337         * m4/lfs.m4: Double-quote the `uname...` expression.
45338
45339 1998-11-14  Jim Meyering  <meyering@ascend.com>
45340
45341         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
45342         * m4/stat.m4: Likewise.
45343
45344 1998-11-03  Jim Meyering  <meyering@ascend.com>
45345
45346         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
45347         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
45348
45349 1998-10-18  Jim Meyering  <meyering@ascend.com>
45350
45351         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
45352
45353 1998-10-17  Jim Meyering  <meyering@ascend.com>
45354
45355         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
45356         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
45357         calls for those previously hard-coded headers.  Instead, take a new
45358         parameter.
45359         (jm_CHECK_DECLARATIONS): Reflect interface change.
45360         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
45361         (jm_CHECK_DECL_LOCALTIME_R): New macro.
45362
45363         * m4/mktime.m4: Test for spring-forward gap before long-running test.
45364
45365 1998-10-14  Jim Meyering  <meyering@ascend.com>
45366
45367         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
45368         instead of "TZ=America/Vancouver".  From Paul Eggert.
45369
45370 1998-10-11  Jim Meyering  <meyering@ascend.com>
45371
45372         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
45373         This adds a test for a recently added compatibility fix for mktime.c.
45374         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
45375
45376 1998-09-27  Jim Meyering  <meyering@ascend.com>
45377
45378         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
45379
45380         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
45381         ../configure.in, including a change from Gordon Matzigkeit to allow
45382         cross-compiling for the Hurd.
45383
45384         * m4/glibc.m4: New file/macro to test for the GNU C Library
45385         versions 1 and 2.  From Gordon Matzigkeit.
45386         Indent.
45387
45388 1998-09-21  Jim Meyering  <meyering@ascend.com>
45389
45390         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
45391
45392 1998-08-18  Paul Eggert  <eggert@twinsun.com>
45393
45394         Port nanosecond-resolution times to UnixWare 2.1.2 and
45395         pedantic Solaris 2.6.
45396
45397         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
45398         AC_STRUCT_ST_MTIM.
45399         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
45400         Generate name of ns member, instead of just 1 or undef.
45401         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
45402
45403 1998-08-15  Jim Meyering  <meyering@ascend.com>
45404
45405         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
45406         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
45407         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
45408         instead of jm_TYPE_SSIZE_T.
45409
45410 1998-08-12  Jim Meyering  <meyering@ascend.com>
45411
45412         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
45413
45414 1998-08-02  Jim Meyering  <meyering@ascend.com>
45415
45416         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
45417         in acconfig.h manually.
45418
45419 1998-07-31  Paul Eggert  <eggert@twinsun.com>
45420
45421         * m4/st_mtim.m4: New file.
45422
45423 1998-07-28  Jim Meyering  <meyering@ascend.com>
45424
45425         * m4/utimes.m4: Undef stat.
45426
45427 1998-07-25  Jim Meyering  <meyering@ascend.com>
45428
45429         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
45430         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
45431
45432 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
45433
45434         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
45435         uid and gid actually remain unchanged.
45436
45437 1998-07-07  Jim Meyering  <meyering@ascend.com>
45438
45439         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
45440
45441 1998-07-04  Jim Meyering  <meyering@ascend.com>
45442
45443         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
45444         to prove that this macro can be used in packages without regex.c.
45445
45446 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45447
45448         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
45449         is to be used.
45450
45451 1998-07-03  Jim Meyering  <meyering@ascend.com>
45452
45453         * m4/gettext.m4: Add -lintl if it's found to be necessary.
45454
45455         * m4/gettext.m4: New file -- from gettext-0.10.35.
45456         * m4/lcmessage.m4: Likewise.
45457         * m4/progtest.m4: Likewise.
45458
45459         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
45460         * m4/jm-macros.m4: Require the new macro.
45461
45462 1998-06-29  Jim Meyering  <meyering@ascend.com>
45463
45464         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
45465         for the definition of NGROUPS (used in a system header included
45466         by sys/mount.h).
45467
45468 1998-06-28  Jim Meyering  <meyering@ascend.com>
45469
45470         * m4/ls-mntd-fs.m4: New file.
45471         * m4/fstypename.m4: New file.
45472
45473         * m4/jm-macros.m4: Require the new macro.
45474         * m4/jm-glibc-io.m4: New file.
45475
45476 1998-05-19  Jim Meyering  <meyering@ascend.com>
45477
45478         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
45479         * m4/lchown.m4: New file.
45480
45481         * m4/Makefile.am.in: New file.
45482         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
45483
45484 1998-05-14  Jim Meyering  <meyering@ascend.com>
45485
45486         * m4/Makefile.am (EXTRA_DIST): Add them.
45487         * m4/jm-macros.m4: New file.
45488         * m4/utimbuf.m4: New file.
45489
45490 1998-05-12  Jim Meyering  <meyering@ascend.com>
45491
45492         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
45493
45494 1998-05-11  Jim Meyering  <meyering@ascend.com>
45495
45496         * m4/isc-posix.m4: New file.
45497
45498 1998-05-10  Jim Meyering  <meyering@ascend.com>
45499
45500         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
45501
45502 1998-05-09  Jim Meyering  <meyering@ascend.com>
45503
45504         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
45505         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
45506         with automake.
45507
45508         * m4/ssize_t.m4: New file.
45509         * m4/mktime.m4: Remove file -- the new automake has this now.
45510
45511 1998-04-26  Jim Meyering  <meyering@ascend.com>
45512
45513         * m4/assert.m4: New file.
45514         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
45515
45516 1998-04-05  Jim Meyering  <meyering@ascend.com>
45517
45518         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
45519         (jm_PREREQ): Use it here.
45520
45521 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
45522
45523         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
45524         in acconfig.h.
45525
45526 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
45527
45528         * m4/prereq.m4: New file.
45529         * m4/error.m4: New file.
45530         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
45531
45532 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
45533
45534         * m4/getline.m4: Don't set am_cv_func_working_getline before the
45535         cache-check for the same variable -- that defeated the purpose of
45536         the test; the test program was never run.  This was a problem only
45537         on systems with losing getline functions -- HP-UX 10.20 is one.
45538         Reported by Bjorn Helgaas.
45539
45540 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
45541
45542         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
45543
45544 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
45545
45546         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
45547
45548         * m4/const.m4: New file.  Use an initializer in this declaration
45549         typedef int charset[2]; const charset x;
45550         Reported by Bob Glickstein.
45551
45552 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
45553
45554         * m4/chown.m4: Fix reversed types on -1 args to chown.
45555         From Kaveh Ghazi.
45556
45557 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
45558
45559         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
45560         Add lseek and memchr.
45561
45562         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
45563         T.E.Dickey <dickey@clark.net> said that some older preprocessors
45564         have a 20-character limit on names.
45565
45566 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
45567
45568         * m4/inttypes_h.m4: New file.
45569         * m4/uintmax_t.m4: New file.
45570         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
45571
45572
45573         -----
45574
45575         Local Variables:
45576         coding: utf-8
45577         End:
45578
45579         Copyright (C) 1997-2008 Free Software Foundation, Inc.
45580
45581         Copying and distribution of this file, with or without
45582         modification, are permitted provided the copyright notice
45583         and this notice are preserved.