warnings: Support non-literal arguments, and let the user choose the variable
[gnulib.git] / ChangeLog
1 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
2
3         * m4/warnings.m4: Almost complete rewrite. :-)
4
5 2008-11-10  Simon Josefsson  <simon@josefsson.org>
6
7         * modules/warnings: New module.
8         * m4/warnings.m4: New file.
9         * MODULES.html.sh: Mention warnings module.
10         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
11         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12
13 2008-11-10  Eric Blake  <ebb9@byu.net>
14
15         fdl.texi: make a symlink to the latest version
16         * doc/standards.texi: Revert today's earlier change.
17         * doc/fdl-1.2.texi: Rename from old fdl.texi...
18         * doc/fdl.texi: ...and replace this with a symlink to the newer
19         fdl-1.3.texi.
20
21 2008-11-10  Bruno Haible  <bruno@clisp.org>
22
23         * tests/test-select-fd.c (main): Accept the result file name as fourth
24         argument.
25         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
26         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
27
28 2008-11-10  Bruno Haible  <bruno@clisp.org>
29
30         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
31         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
32         as autoconf-substituted macros.
33         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
34         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
35         gl_NETDB_H_DEFAULTS. Set these variables.
36         * modules/netdb (Makefile.am): Substitute these variables.
37
38 2008-11-10  Eric Blake  <ebb9@byu.net>
39
40         standards.texi: include correct file for FDL 1.3
41         * doc/standards.texi (GNU Free Documentation License): Change
42         include file to pull in FDL 1.3, not 1.2.
43
44         fdl.texi: revert accidental change to license
45         * doc/fdl.texi: This is FDL 1.2, not 1.3.
46
47 2008-11-10  Bruno Haible  <bruno@clisp.org>
48
49         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
50         cross-compiling guesses also when the native compile gives no result.
51
52 2008-11-10  Bruno Haible  <bruno@clisp.org>
53
54         * lib/spawni.c (__spawni): Force variable into the stack.
55
56 2008-11-10  Bruno Haible  <bruno@clisp.org>
57
58         Add support for Haiku.
59         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
60         glibc and BeOS, but also on Haiku.
61         * lib/fpurge.c (fpurge): Likewise.
62         * lib/freadable.c (freadable): Likewise.
63         * lib/freadahead.c (freadahead): Likewise.
64         * lib/freading.c (freading): Likewise.
65         * lib/freadptr.c (freadptr): Likewise.
66         * lib/freadseek.c (freadptrinc): Likewise.
67         * lib/fseeko.c (rpl_fseeko): Likewise.
68         * lib/fseterr.c (fseterr): Likewise.
69         * lib/fwritable.c (fwritable): Likewise.
70         * lib/fwriting.c (fwriting): Likewise.
71         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
72
73 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
74
75         * lib/config.charset: Treat Haiku like BeOS.
76
77 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
78
79         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
80         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
81
82 2008-11-08  Bruno Haible  <bruno@clisp.org>
83
84         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
85         AC_CACHE_CHECK.
86
87 2008-11-08  Bruno Haible  <bruno@clisp.org>
88
89         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
90
91 2008-11-08  Bruno Haible  <bruno@clisp.org>
92
93         * tests/test-select-fd.c: New file.
94         * tests/test-select-in.sh: New file.
95         * tests/test-select-out.sh: New file.
96         * tests/test-select-stdin.c: New file.
97         * modules/select-tests (Files): Add the new files.
98         (Depends-on): Add gettimeofday.
99         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
100         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
101         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
102
103 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
104             Bruno Haible  <bruno@clisp.org>
105
106         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
107
108 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
109
110         * build-aux/pmccabe2html: Added support for C++ source files.
111
112 2008-11-05  Ben Pfaff  <blp@gnu.org>
113
114         Fix lib/close.c build on Windows.
115         * modules/close (Files): Add lib/w32sock.h.
116
117 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
118
119         Accept Bison's NEWS format.
120         * build-aux/announce-gen (print_news_deltas): Tweak
121         $re_prefix.
122
123 2008-11-04  Bruno Haible  <bruno@clisp.org>
124
125         * modules/random_r (Maintainer): Add glibc.
126
127 2008-11-04  Simon Josefsson  <simon@josefsson.org>
128
129         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
130         by karl@freefriends.org (Karl Berry).
131         * doc/alloca.texi: Likewise.
132         * doc/c-ctype.texi: Likewise.
133         * doc/c-strcase.texi: Likewise.
134         * doc/c-strcaseeq.texi: Likewise.
135         * doc/c-strcasestr.texi: Likewise.
136         * doc/c-strstr.texi: Likewise.
137         * doc/c-strtod.texi: Likewise.
138         * doc/c-strtold.texi: Likewise.
139         * doc/ctime.texi: Likewise.
140         * doc/error.texi: Likewise.
141         * doc/fdl.texi: Likewise.
142         * doc/gcd.texi: Likewise.
143         * doc/getdate.texi: Likewise.
144         * doc/gnulib-intro.texi: Likewise.
145         * doc/gnulib-tool.texi: Likewise.
146         * doc/gnulib.texi: Likewise.
147         * doc/inet_ntoa.texi: Likewise.
148         * doc/maintain.texi: Likewise.
149         * doc/make-stds.texi: Likewise.
150         * doc/quote.texi: Likewise.
151         * doc/regexprops-generic.texi: Likewise.
152         * doc/standards.texi: Likewise.
153         * doc/verify.texi: Likewise.
154         * doc/visibility.texi: Likewise.
155         * doc/gnulib.texi (GNU Free Documentation License): Include
156         fdl-1.3.texi instead of fdl.texi.
157
158 2008-11-04  Simon Josefsson  <simon@josefsson.org>
159
160         * doc/fdl-1.3.texi: New file, from
161         <http://www.gnu.org/licenses/fdl-1.3.texi>.
162         * modules/fdl-1.3: Add.
163         * MODULES.html.sh: Add fdl-1.3.
164
165 2008-11-03  Bruno Haible  <bruno@clisp.org>
166
167         Make determination of absolute name of header file work with AIX xlc.
168         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
169         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
170         preprocessing.
171         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
172         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
173
174 2008-11-03  Simon Josefsson  <simon@josefsson.org>
175
176         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
177         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
178         <ludo@gnu.org>.
179
180 2008-11-02  Bruno Haible  <bruno@clisp.org>
181
182         Mark 'strpbrk' obsolete.
183         * modules/strpbrk (Status, Notice): New sections.
184         * modules/strtok_r (Depends-on): Add strpbrk.
185
186 2008-11-02  Bruno Haible  <bruno@clisp.org>
187
188         Mark 'strdup' obsolete.
189         * modules/strdup (Status, Notice): New sections.
190         * modules/findprog (Depends-on): Add strdup.
191         * modules/getaddrinfo (Depends-on): Likewise.
192         * modules/localename (Depends-on): Likewise.
193         * modules/relocatable-lib (Depends-on): Likewise.
194         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
195         * modules/relocatable-prog (Depends-on): Likewise.
196         * modules/trim (Depends-on): Likewise.
197         * modules/unictype/gen-ctype (Depends-on): Likewise.
198         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
199
200 2008-11-02  Bruno Haible  <bruno@clisp.org>
201
202         Mark 'strcspn' obsolete.
203         * modules/strcspn (Status, Notice): New sections.
204
205 2008-11-02  Bruno Haible  <bruno@clisp.org>
206
207         Mark 'rmdir' obsolete.
208         * modules/rmdir (Status, Notice): New sections.
209         * modules/clean-temp (Depends-on): Add rmdir.
210         * modules/openat (Depends-on): Likewise.
211
212 2008-11-02  Bruno Haible  <bruno@clisp.org>
213
214         Mark 'raise' obsolete.
215         * modules/raise (Status, Notice): New sections.
216         (Include): Specify <signal.h>.
217         * modules/stdio (Depends-on): Add raise.
218         * modules/write (Depends-on): Likewise.
219
220 2008-11-02  Bruno Haible  <bruno@clisp.org>
221
222         Mark 'memset' obsolete.
223         * modules/memset (Status, Notice): New sections.
224
225 2008-11-02  Bruno Haible  <bruno@clisp.org>
226
227         Mark 'memmove' obsolete.
228         * modules/memmove (Status, Notice): New sections.
229         * modules/argp (Depends-on): Add memmove.
230         * modules/argz (Depends-on): Likewise.
231         * modules/canonicalize (Depends-on): Likewise.
232         * modules/canonicalize-lgpl (Depends-on): Likewise.
233         * modules/fts (Depends-on): Likewise.
234         * modules/getcwd (Depends-on): Likewise.
235         * modules/human (Depends-on): Likewise.
236         * modules/regex (Depends-on): Likewise.
237         * modules/striconveh (Depends-on): Likewise.
238         * modules/trim (Depends-on): Likewise.
239         * modules/unistr/u8-move (Depends-on): Likewise.
240         * modules/unistr/u16-move (Depends-on): Likewise.
241         * modules/unistr/u32-move (Depends-on): Likewise.
242
243 2008-11-02  Bruno Haible  <bruno@clisp.org>
244
245         Mark 'memcpy' obsolete.
246         * modules/memcpy (Status, Notice): New sections.
247
248 2008-11-02  Bruno Haible  <bruno@clisp.org>
249
250         Mark 'memcmp' obsolete.
251         * modules/memcmp (Status, Notice): New sections.
252         * modules/argmatch (Depends-on): Add memchr.
253         * modules/backupfile (Depends-on): Likewise.
254         * modules/c-strcasestr (Depends-on): Likewise.
255         * modules/crypto/des (Depends-on): Likewise.
256         * modules/csharpcomp (Depends-on): Likewise.
257         * modules/fnmatch (Depends-on): Likewise.
258         * modules/git-merge-changelog (Depends-on): Likewise.
259         * modules/isnand (Depends-on): Likewise.
260         * modules/isnand-nolibm (Depends-on): Likewise.
261         * modules/isnanf (Depends-on): Likewise.
262         * modules/isnanf-nolibm (Depends-on): Likewise.
263         * modules/isnanl (Depends-on): Likewise.
264         * modules/isnanl-nolibm (Depends-on): Likewise.
265         * modules/mbchar (Depends-on): Likewise.
266         * modules/memcoll (Depends-on): Likewise.
267         * modules/quotearg (Depends-on): Likewise.
268         * modules/regex (Depends-on): Likewise.
269         * modules/relocatable-prog (Depends-on): Likewise.
270         * modules/same (Depends-on): Likewise.
271         * modules/signbit (Depends-on): Likewise.
272         * modules/strcasestr-simple (Depends-on): Likewise.
273         * modules/unictype/gen-ctype (Depends-on): Likewise.
274         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
275         * modules/uniname/uniname (Depends-on): Likewise.
276         * modules/unistr/u8-cmp (Depends-on): Likewise.
277
278 2008-11-02  Bruno Haible  <bruno@clisp.org>
279
280         Mark 'memchr' obsolete.
281         * modules/memchr (Status, Notice): New sections.
282         * modules/argp (Depends-on): Add memchr.
283         * modules/base64 (Depends-on): Likewise.
284         * modules/c-strcasestr (Depends-on): Likewise.
285         * modules/chdir-long (Depends-on): Likewise.
286         * modules/fnmatch (Depends-on): Likewise.
287         * modules/getsubopt (Depends-on): Likewise.
288         * modules/git-merge-changelog (Depends-on): Likewise.
289         * modules/glob (Depends-on): Likewise.
290         * modules/strcasestr-simple (Depends-on): Likewise.
291         * modules/strnlen (Depends-on): Likewise.
292
293 2008-11-02  Bruno Haible  <bruno@clisp.org>
294
295         Mark 'atexit' obsolete.
296         * modules/atexit (Status, Notice): New sections.
297         * modules/chdir-long (Depends-on): Add atexit.
298         * modules/wait-process (Depends-on): Likewise.
299
300 2008-11-02  Bruno Haible  <bruno@clisp.org>
301
302         * gnulib-tool: New option --with-obsolete.
303         (func_usage): Document it.
304         (func_modules_transitive_closure): Drop obsolete dependencies if
305         incobsolete is not true.
306         (func_import): Read and save the incobsolete variable to the cache.
307
308 2008-11-02  Bruno Haible  <bruno@clisp.org>
309
310         * modules/TEMPLATE-EXTENDED: New field 'Status'.
311         * gnulib-tool: New option --extract-status.
312         (func_usage): Document it.
313         (sed_extract_prog): Recognize it.
314         (func_get_status): New function.
315
316 2008-10-30  Simon Josefsson  <simon@josefsson.org>
317
318         * modules/sockets (License): Change from LGPL to LGPLv2+.
319
320 2008-10-28  Simon Josefsson  <simon@josefsson.org>
321
322         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
323
324 2008-10-28  Simon Josefsson  <simon@josefsson.org>
325
326         * MODULES.html.sh (Support for systems lacking POSIX:2001):
327         Mention times and sys_times.
328         * modules/sys_times, modules/sys_times-tests: New modules.
329         * modules/times, modules/times-tests: Likewise
330         * m4/sys_times_h.m4: New file.
331         * lib/sys_times.in.h: Likewise
332         * lib/times.c: Likewise.
333         * tests/test-sys_times.c: Likewise.
334         * tests/test-times.c: Likewise.
335         * doc/posix-headers/sys_times.texi: Update.
336         * doc/posix-functions/times.texi: Update.
337
338 2008-10-28  Jim Meyering  <meyering@redhat.com>
339
340         * modules/tempname (Depends-on): Add lstat.
341
342         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
343
344 2008-10-28  Simon Josefsson  <simon@josefsson.org>
345
346         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
347         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
348         using idiom used elsewhere in gnulib.
349
350 2008-10-27  Jim Meyering  <meyering@redhat.com>
351
352         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
353
354 2008-10-27  Simon Josefsson  <simon@josefsson.org>
355
356         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
357         TESTS_ENVIRONMENT, for shell scripts that needs to call built
358         programs.
359         * tests/test-argp-2.sh: Use $EXEEXT when needed.
360
361 2008-10-27  Simon Josefsson  <simon@josefsson.org>
362
363         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
364
365 2008-10-27  Bruno Haible  <bruno@clisp.org>
366
367         * tests/test-lstat.c: Include <stdio.h>.
368
369 2008-10-27  Simon Josefsson  <simon@josefsson.org>
370
371         * modules/lstat-tests: New module.
372         * tests/test-lstat.c: New file.
373
374 2008-10-26  Jim Meyering  <meyering@redhat.com>
375
376         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
377
378 2008-10-26  Simon Josefsson  <simon@josefsson.org>
379             Bruno Haible  <bruno@clisp.org>
380
381         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
382         * modules/configmake (Include): Add a note that the include must come
383         after all system headers.
384         * lib/javaversion.c: Include configmake.h after all other includes.
385
386 2008-10-26  Bruno Haible  <bruno@clisp.org>
387
388         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
389         HAVE_STRUCT_RANDOM_DATA to 1.
390         (gl_STDLIB_H): Simplify.
391
392 2008-10-26  Simon Josefsson  <simon@josefsson.org>
393
394         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
395         substitute HAVE_STRUCT_RANDOM_DATA.
396         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
397         random_data.
398         * modules/stdlib (Makefile.am): Substitute
399         HAVE_STRUCT_RANDOM_DATA.
400
401 2008-10-26  Simon Josefsson  <simon@josefsson.org>
402
403         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
404         * doc/gnulib-intro.texi (Copyright): Likewise.
405
406 2008-10-26  Simon Josefsson  <simon@josefsson.org>
407
408         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
409         findings.
410
411 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
412             Bruno Haible  <bruno@clisp.org>
413
414         * lib/unistd.in.h: Include <winsock2.h>.
415         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
416         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
417         Provide dummy declarations.
418         (gethostname): Override.
419         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
420         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
421         gl_PREREQ_SYS_H_WINSOCK2.
422         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
423         * doc/posix-functions/gethostname.texi: More details.
424
425 2008-10-25  Bruno Haible  <bruno@clisp.org>
426
427         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
428         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
429         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
430
431         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
432         here ...
433         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
434         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
435         gl_UNISTD_H_DEFAULTS.
436
437 2008-10-25  Eric Blake  <ebb9@byu.net>
438
439         signbit: avoid spurious compiler failure
440         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
441         declarations inside function.
442
443 2008-10-24  Simon Josefsson  <simon@josefsson.org>
444             Bruno Haible  <bruno@clisp.org>
445
446         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
447         * modules/random_r (Depends-on): Add stdint.
448
449 2008-10-24  Bruno Haible  <bruno@clisp.org>
450
451         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
452         Eggert.
453         * modules/strerror (License): Likewise.
454
455 2008-10-24  Jim Meyering  <meyering@redhat.com>
456
457         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
458         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
459
460 2008-10-24  Eric Blake  <ebb9@byu.net>
461
462         getgroups: fix compilation when getgroups is available
463         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
464         but with <config.h> override of getgroups disabled.
465
466 2008-10-24  Simon Josefsson  <simon@josefsson.org>
467
468         * doc/gnulib.texi (Header files): Add note about C++ problems.
469         Explained by Bruno Haible <bruno@clisp.org>.
470
471 2008-10-23  Bruno Haible  <bruno@clisp.org>
472
473         Define a dummy SA_NODEFER macro on Interix.
474         * lib/signal.in.h (SA_NODEFER): Define fallback.
475         Reported by Aleksey Cheusov <cheusov@tut.by> via
476         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
477
478 2008-10-23  Bruno Haible  <bruno@clisp.org>
479
480         * modules/freadahead (License): Change to LGPLv2+.
481         Suggested by Simon Josefsson.
482
483 2008-10-23  Jim Meyering  <meyering@redhat.com>
484
485         random_r: new module
486         * modules/random_r: New file.
487         * m4/random_r.m4: New file.
488         * lib/random_r.c: New file, from glibc.
489         * modules/random_r-tests: New file.
490         * tests/test-random_r.c: New file.
491         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
492          Declare.
493         (RAND_MAX): Define.
494         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
495         * modules/stdlib: Substitute them, too.
496         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
497         * doc/glibc-functions/initstate_r.texi: Mention the new module.
498         * doc/glibc-functions/random_r.texi: Likewise.
499         * doc/glibc-functions/setstate_r.texi: Likewise.
500         * doc/glibc-functions/srandom_r.texi: Likewise.
501         * config/srclist.txt: Mention it.
502
503 2008-10-23  David Lutterkort  <lutter@redhat.com>
504
505         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
506         link requirement
507
508 2008-10-23  Jim Meyering  <meyering@redhat.com>
509
510         selinux-h: mark parameters of stub functions as intentionally unused
511         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
512         * lib/se-context.in.h: Likewise.
513
514 2008-10-22  Simon Josefsson  <simon@josefsson.org>
515
516         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
517
518 2008-10-22  Simon Josefsson  <simon@josefsson.org>
519
520         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
521
522 2008-10-22  Eric Blake  <ebb9@byu.net>
523
524         glthread/thread: avoid compiler warning
525         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
526         Add unreachable abort to silence compiler.
527
528 2008-10-22  Eric Blake  <ebb9@byu.net>
529
530         netdb: also supply struct addrinfo for cygwin 1.5.x
531         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
532         older cygwin.
533         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
534         cygwin.
535         * doc/posix-headers/netdb.texi (netdb.h): Document this.
536
537 2008-10-22  Bruno Haible  <bruno@clisp.org>
538
539         * users.txt: Update entry about pspp.
540
541 2008-10-21  Bruno Haible  <bruno@clisp.org>
542
543         Simplification.
544         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
545         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
546
547         Simplification.
548         * lib/ioctl.c (ioctl): Don't undefine.
549         * lib/socket.c (socket): Don't undefine.
550
551         Remove unused module indicator macros.
552         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
553         GNULIB_$1 as a C macro.
554
555         * doc/posix-functions/close.texi: Undo last change.
556         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
557         Windows platforms.
558
559 2008-10-21  Bruno Haible  <bruno@clisp.org>
560
561         Add gethostname() declaration to <unistd.h>.
562         * lib/unistd.in.h (gethostname): New declaration.
563         * lib/gethostname.c: Include <unistd.h>.
564         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
565         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
567         and HAVE_GETHOSTNAME.
568         * modules/gethostname (Depends-on): Add unistd.
569         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
570         (Include): Specify <unistd.h>.
571         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
572         HAVE_GETHOSTNAME.
573         * tests/test-gethostname.c: Include <unistd.h> first.
574
575 2008-10-21  Bruno Haible  <bruno@clisp.org>
576
577         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
578         * modules/select-tests (Depends-on): Likewise.
579         Reported by Simon Josefsson.
580
581 2008-10-21  Simon Josefsson  <simon@josefsson.org>
582
583         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
584         * lib/accept.c: New file, based on winsock.c.
585         * lib/bind.c: New file, based on winsock.c.
586         * lib/connect.c: New file, based on winsock.c.
587         * lib/getpeername.c: New file, based on winsock.c.
588         * lib/getsockname.c: New file, based on winsock.c.
589         * lib/getsockopt.c: New file, based on winsock.c.
590         * lib/ioctl.c: New file, based on winsock.c.
591         * lib/listen.c: New file, based on winsock.c.
592         * lib/recv.c: New file, based on winsock.c.
593         * lib/recvfrom.c: New file, based on winsock.c.
594         * lib/send.c: New file, based on winsock.c.
595         * lib/sendto.c: New file, based on winsock.c.
596         * lib/setsockopt.c: New file, based on winsock.c.
597         * lib/shutdown.c: New file, based on winsock.c.
598         * lib/socket.c: New file, based on winsock.c.
599         * lib/w32sock.h: New file, based on winsock.c.
600         * lib/winsock.c: Remove file.
601         * modules/accept: Likewise.
602         * modules/bind: Likewise.
603         * modules/connect: Likewise.
604         * modules/getpeername: Likewise.
605         * modules/getsockname: Likewise.
606         * modules/getsockopt: Likewise.
607         * modules/ioctl: Likewise.
608         * modules/listen: Likewise.
609         * modules/recv: Likewise.
610         * modules/recvfrom: Likewise.
611         * modules/send: Likewise.
612         * modules/sendto: Likewise.
613         * modules/setsockopt: Likewise.
614         * modules/shutdown: Likewise.
615         * modules/socket: Use socket.c instead of winsock.c.
616         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
617         * doc/posix-functions/accept.texi: Doc fix.
618         * doc/posix-functions/bind.texi: Doc fix.
619         * doc/posix-functions/close.texi: Doc fix.
620         * doc/posix-functions/connect.texi: Doc fix.
621         * doc/posix-functions/getpeername.texi: Doc fix.
622         * doc/posix-functions/getsockname.texi: Doc fix.
623         * doc/posix-functions/getsockopt.texi: Doc fix.
624         * doc/posix-functions/ioctl.texi: Doc fix.
625         * doc/posix-functions/listen.texi: Doc fix.
626         * doc/posix-functions/recv.texi: Doc fix.
627         * doc/posix-functions/recvfrom.texi: Doc fix.
628         * doc/posix-functions/send.texi: Doc fix.
629         * doc/posix-functions/sendto.texi: Doc fix.
630         * doc/posix-functions/setsockopt.texi: Doc fix.
631         * doc/posix-functions/shutdown.texi: Doc fix.
632         * doc/posix-functions/socket.texi: Doc fix.
633
634 2008-10-20  Bruno Haible  <bruno@clisp.org>
635
636         Take into account the role of SIGABRT_COMPAT on Windows 2008.
637         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
638         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
639         as an alias for SIGABRT.
640         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
641         (sigaction): Map it to SIGABRT.
642         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
643
644 2008-10-20  Bruno Haible  <bruno@clisp.org>
645
646         * lib/fts.c: Don't include lstat.h.
647         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
648
649         Move the lstat() declaration to <sys/stat.h>.
650         * lib/lstat.h: Remove file.
651         * lib/sys_stat.in.h: Add special invocation convention.
652         (lstat): New declaration.
653         * lib/lstat.c (orig_lstat): New function.
654         (rpl_lstat): Use orig_lstat instead of lstat.
655         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
656         AC_C_INLINE. Set REPLACE_LSTAT.
657         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
658         and REPLACE_LSTAT.
659         * modules/lstat (Files): Remove lib/lstat.h.
660         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
661         (Include): Specify <sys/stat.h> instead of lstat.h.
662         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
663         REPLACE_LSTAT.
664         * NEWS: Mention the change.
665
666 2008-10-20  Bruno Haible  <bruno@clisp.org>
667
668         * modules/posix_spawn-tests: New file.
669         * tests/test-posix_spawn3.c: New file.
670
671 2008-10-20  Bruno Haible  <bruno@clisp.org>
672
673         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
674         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
675         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
676         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
677         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
678
679 2008-10-20  Bruno Haible  <bruno@clisp.org>
680
681         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
682         of posix_spawn on AIX 5.3.
683
684 2008-10-20  Bruno Haible  <bruno@clisp.org>
685
686         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
687
688 2008-10-20  Bruno Haible  <bruno@clisp.org>
689
690         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
691         of AC_LANG_PROGRAM.
692
693 2008-10-20  Simon Josefsson  <simon@josefsson.org>
694
695         * lib/netdb.in.h: Don't define GNU specific constants until they
696         are supported or needed.  Reported by Bruno Haible
697         <bruno@clisp.org>.
698
699 2008-10-20  Simon Josefsson  <simon@josefsson.org>
700
701         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
702
703 2008-10-20  Simon Josefsson  <simon@josefsson.org>
704
705         * lib/getaddrinfo.h: Remove file.
706         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
707         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
708         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
709         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
710         * modules/netdb: Substitute GNULIB_GETADDRINFO.
711         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
712         * tests/test-getaddrinfo.c: Likewise.
713         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
714         * NEWS: Mention change.
715
716 2008-10-19  Bruno Haible  <bruno@clisp.org>
717
718         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
719
720 2008-10-19  Bruno Haible  <bruno@clisp.org>
721
722         * lib/wait-process.c: Include simply <sys/wait.h>.
723         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
724         WIFSTOPPED): Remove fallback definitions.
725         * modules/wait-process (Depends-on): Add sys_wait.
726
727         New module 'sys_wait'.
728         * modules/sys_wait: New file.
729         * lib/sys_wait.in.h: New file, partially copied from
730         lib/wait-process.c.
731         * m4/sys_wait_h.m4: New file.
732         * doc/posix-headers/sys_wait.texi: Mention the new module.
733
734 2008-10-19  Bruno Haible  <bruno@clisp.org>
735
736         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
737
738 2008-10-19  Bruno Haible  <bruno@clisp.org>
739
740         Assume that waitpid() fills an 'int' status, not a 'union wait'.
741         * lib/wait-process.c (WAIT_T): Remove type.
742         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
743         (wait_subprocess): Update.
744
745 2008-10-19  Bruno Haible  <bruno@clisp.org>
746
747         New module 'atoll'.
748         * modules/atoll: New file.
749         * lib/stdlib.in.h (atoll): New declaration.
750         * lib/atoll.c: New file, from glibc with modifications.
751         * m4/atoll.m4: New file.
752         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
753         HAVE_ATOLL.
754         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
755         * doc/posix-functions/atoll.texi: Mention the new module.
756
757 2008-10-19  Bruno Haible  <bruno@clisp.org>
758
759         Add strtoull() declaration to <stdlib.h>.
760         * lib/stdlib.in.h (strtoull): New declaration.
761         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
762         Set HAVE_STRTOULL.
763         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
764         HAVE_STRTOULL.
765         * modules/strtoull (Depends-on): Add stdlib.
766         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
767         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
768         HAVE_STRTOULL.
769
770 2008-10-19  Bruno Haible  <bruno@clisp.org>
771
772         Add strtoll() declaration to <stdlib.h>.
773         * lib/stdlib.in.h (strtoll): New declaration.
774         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
775         Set HAVE_STRTOLL.
776         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
777         HAVE_STRTOLL.
778         * modules/strtoll (Depends-on): Add stdlib.
779         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
780         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
781
782 2008-10-19  Bruno Haible  <bruno@clisp.org>
783
784         * modules/bcopy (Depends-on): Add strings.
785         (Include): Specify <strings.h>.
786
787 2008-10-19  Bruno Haible  <bruno@clisp.org>
788
789         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
790
791 2008-10-19  Bruno Haible  <bruno@clisp.org>
792
793         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
794         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
795         mingw.
796
797 2008-10-19  Bruno Haible  <bruno@clisp.org>
798
799         * lib/atanl.c: Don't include isnanl.h.
800         * lib/cosl.c: Likewise.
801         * lib/ldexpl.c: Likewise.
802         * lib/logl.c: Likewise.
803         * lib/sinl.c: Likewise.
804         * lib/sqrtl.c: Likewise.
805         * lib/tanl.c: Likewise.
806
807         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
808         * lib/isnanf.h: Remove file.
809         * lib/isnand.h: Remove file.
810         * lib/isnanl.h: Remove file.
811         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
812         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
813         macros.
814         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
815         HAVE_ISNANF, don't define it as a C macro.
816         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
817         HAVE_ISNAND, don't define it as a C macro.
818         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
819         HAVE_ISNANL, don't define it as a C macro.
820         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
821         HAVE_ISNAN[FDL].
822         * modules/isnanf (Files): Remove lib/isnanf.h.
823         (Depends-on): Add math.
824         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
825         (Include): Specify <math.h> instead of isnanf.h.
826         * modules/isnand (Files): Remove lib/isnand.h.
827         (Depends-on): Add math.
828         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
829         (Include): Specify <math.h> instead of isnand.h.
830         * modules/isnanl (Files): Remove lib/isnanl.h.
831         (Depends-on): Add math.
832         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
833         (Include): Specify <math.h> instead of isnanl.h.
834         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
835         HAVE_ISNAN[FDL].
836         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
837         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
838         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
839         * NEWS: Mention the change.
840
841 2008-10-18  Bruno Haible  <bruno@clisp.org>
842
843         Add getusershell(), setusershell(), endusershell() declarations to
844         <unistd.h>.
845         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
846         declarations.
847         * lib/getusershell.c: Include unistd.h.
848         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
849         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
850         HAVE_GETUSERSHELL.
851         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
852         and HAVE_GETUSERSHELL.
853         * modules/getusershell (Depends-on): Add unistd, extensions.
854         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
855         (Include): Specify <unistd.h>.
856         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
857         HAVE_GETUSERSHELL.
858
859 2008-10-18  Bruno Haible  <bruno@clisp.org>
860
861         Add a getloadavg() declaration to <stdlib.h>.
862         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
863         getloadavg declaration.
864         (getloadavg): New declaration.
865         * lib/getloadavg.c: Include <stdlib.h> first.
866         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
867         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
868         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
869         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
870         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
871         * modules/getloadavg (Depends-on): Add stdlib, extensions.
872         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
873         (Include): Specify <stdlib.h>.
874         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
875         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
876
877 2008-10-18  Bruno Haible  <bruno@clisp.org>
878
879         * lib/dirchownmod.c: Don't include lchmod.h.
880
881         Move the lchmod() declaration to <sys/stat.h>.
882         * lib/lchmod.h: Remove file.
883         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
884         (lchmod): New declaration, moved here from lib/lchown.h.
885         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
886         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
887         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
888         and HAVE_LCHMOD.
889         * modules/lchmod (Files): Remove lib/lchmod.h.
890         (Depends-on): Add sys_stat, extensions.
891         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
892         (Include): Specify <sys/stat.h> instead of lchmod.h.
893         * modules/sys_stat (Depends-on): Add link-warning.
894         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
895         definition of GL_LINK_WARNING.
896         * NEWS: Mention the change.
897
898 2008-10-18  Bruno Haible  <bruno@clisp.org>
899
900         * lib/fchdir.c: Don't include dirfd.h.
901         * lib/fts.c: Likewise.
902         * lib/getcwd.c: Likewise.
903         * lib/glob.c: Likewise.
904
905         Move the dirfd() declaration to <dirent.h>.
906         * lib/dirfd.h: Remove file.
907         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
908         (dirfd): New declaration.
909         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
910         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
911         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
912         HAVE_DECL_DIRFD.
913         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
914         HAVE_DECL_DIRFD.
915         * modules/dirfd (Files): Remove lib/dirfd.h.
916         (Depends-on): Add dirent, extensions.
917         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
918         (Include): Specify <dirent.h> instead of dirfd.h.
919         * modules/dirent (Depends-on): Add link-warning.
920         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
921         definition of GL_LINK_WARNING.
922         * NEWS: Mention the change.
923
924 2008-10-18  Bruno Haible  <bruno@clisp.org>
925
926         Move the euidaccess() declaration to <unistd.h>.
927         * lib/euidaccess.h: Remove file.
928         * lib/unistd.in.h (euidaccess): New declaration.
929         * lib/euidaccess.c: Don't include euidaccess.h.
930         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
931         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
932         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
933         and HAVE_EUIDACCESS.
934         * modules/euidaccess (Files): Remove lib/euidaccess.h.
935         (Depends-on): Add unistd.
936         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
937         (Include): Specify <unistd.h> instead of euidaccess.h.
938         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
939         HAVE_EUIDACCESS.
940         * NEWS: Mention the change.
941
942 2008-10-18  Bruno Haible  <bruno@clisp.org>
943
944         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
945
946         Move the getdomainname() declaration to <unistd.h>.
947         * lib/getdomainname.h: Remove file.
948         * lib/unistd.in.h (getdomainname): New declaration.
949         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
950         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
951         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
952         HAVE_GETDOMAINNAME.
953         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
954         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
955         * modules/getdomainname (Files): Remove lib/getdomainname.h.
956         (Depends-on): Add unistd, extensions.
957         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
958         (Includes): Specify <unistd.h> instead of getdomainname.h.
959         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
960         HAVE_GETDOMAINNAME.
961         * NEWS: Mention the change.
962
963 2008-10-18  Bruno Haible  <bruno@clisp.org>
964
965         * modules/dirent: New file.
966         * m4/dirent_h.m4: New file.
967         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
968         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
969         * modules/fchdir (Files): Remove lib/dirent.in.h.
970         (Depends-on): Add dirent.
971         (Makefile.am): Move rules to modules/dirent.
972         * doc/posix-headers/dirent.texi: Mention the new module.
973
974 2008-10-18  Bruno Haible  <bruno@clisp.org>
975
976         Avoid -Wunused-parameter warnings in public gnulib header files.
977         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
978         macro.
979         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
980
981 2008-10-18  Bruno Haible  <bruno@clisp.org>
982
983         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
984         * doc/glibc-functions/error.texi: Mention the module 'error'.
985         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
986         * doc/glibc-functions/getdomainname.texi: Mention the module
987         'getdomainname'.
988         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
989         * doc/glibc-functions/getpagesize.texi: Mention the module
990         'getpagesize'.
991         * doc/glibc-functions/getusershell.texi: Mention the module
992         'getusershell'.
993         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
994         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
995         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
996         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
997         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
998         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
999         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
1000         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
1001         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
1002         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
1003         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
1004         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
1005         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
1006         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
1007
1008 2008-10-17  Bruno Haible  <bruno@clisp.org>
1009
1010         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
1011         HP-UX and IRIX, use -0.0L.
1012         * tests/test-ceill.c (minus_zero): Likewise.
1013         * tests/test-floorl.c (minus_zero): Likewise.
1014         * tests/test-frexpl.c (minus_zero): Likewise.
1015         * tests/test-isnan.c (minus_zerol): Likewise.
1016         * tests/test-isnanl.h (minus_zero): Likewise.
1017         * tests/test-ldexpl.c (minus_zero): Likewise.
1018         * tests/test-roundl.c (minus_zero): Likewise.
1019         * tests/test-signbit.c (minus_zerol): Likewise.
1020         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
1021         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
1022         * tests/test-truncl.c (minus_zero): Likewise.
1023         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
1024         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
1025         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
1026         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
1027
1028 2008-10-17  Bruno Haible  <bruno@clisp.org>
1029
1030         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
1031         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
1032         that it gets activated only for gcc >= 3.0.
1033         * lib/dirent.in.h: Likewise.
1034         * lib/errno.in.h: Likewise.
1035         * lib/fcntl.in.h: Likewise.
1036         * lib/float.in.h: Likewise.
1037         * lib/iconv.in.h: Likewise.
1038         * lib/inttypes.in.h: Likewise.
1039         * lib/locale.in.h: Likewise.
1040         * lib/math.in.h: Likewise.
1041         * lib/netdb.in.h: Likewise.
1042         * lib/netinet_in.in.h: Likewise.
1043         * lib/search.in.h: Likewise.
1044         * lib/signal.in.h: Likewise.
1045         * lib/spawn.in.h: Likewise.
1046         * lib/stdarg.in.h: Likewise.
1047         * lib/stdint.in.h: Likewise.
1048         * lib/stdio.in.h: Likewise.
1049         * lib/stdlib.in.h: Likewise.
1050         * lib/string.in.h: Likewise.
1051         * lib/strings.in.h: Likewise.
1052         * lib/sys_file.in.h: Likewise.
1053         * lib/sys_ioctl.in.h: Likewise.
1054         * lib/sys_select.in.h: Likewise.
1055         * lib/sys_socket.in.h: Likewise.
1056         * lib/sys_stat.in.h: Likewise.
1057         * lib/sys_time.in.h: Likewise.
1058         * lib/sysexits.in.h: Likewise.
1059         * lib/time.in.h: Likewise.
1060         * lib/unistd.in.h: Likewise.
1061         * lib/wchar.in.h: Likewise.
1062         * lib/wctype.in.h: Likewise.
1063         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1064
1065 2008-10-17  Jim Meyering  <meyering@redhat.com>
1066
1067         ignore-value: don't depend on inline module
1068         * modules/ignore-value (Depends-on): Remove 'inline'.
1069         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
1070         Suggestion from Bruno Haible.
1071
1072 2008-10-17  Bruno Haible  <bruno@clisp.org>
1073
1074         New implementation of condition variables for Win32.
1075         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
1076         (gl_linked_waitqueue_t): New type.
1077         (gl_cond_t): Use it.
1078         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
1079         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
1080         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
1081         (glthread_cond_init_func, glthread_cond_wait_func,
1082         glthread_cond_timedwait_func, glthread_cond_signal_func,
1083         glthread_cond_broadcast_func, glthread_cond_destroy_func):
1084         Reimplemented on the basis of gl_linked_waitqueue_t.
1085         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
1086         gl_waitqueue_t.
1087         (gl_rwlock_t): Update.
1088         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
1089
1090 2008-10-17  Simon Josefsson  <simon@josefsson.org>
1091
1092         * modules/recvfrom (Depends-on): Add dependency on getpeername.
1093         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1094
1095 2008-10-17  Jim Meyering  <meyering@redhat.com>
1096
1097         ignore-value: new module
1098         * modules/ignore-value: New file.
1099         * lib/ignore-value.h: New file.
1100         * MODULES.html.sh (Compiler warning management): New section,
1101         just for this module.  More to come.
1102
1103 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1104
1105         open-safer.c: avoid 'signed and unsigned in conditional...' warning
1106         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
1107         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
1108
1109 2008-10-16  Jim Meyering  <meyering@redhat.com>
1110
1111         openat-die.c: avoid 'no previous prototype' warning
1112         * lib/openat-die.c: Include "openat.h".
1113         Reported by Reuben Thomas <rrt@sc3d.org>.
1114
1115 2008-10-16  Simon Josefsson  <simon@josefsson.org>
1116
1117         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
1118         * lib/netdb.in.h: Fix typo.
1119         Reported by Bruno Haible  <bruno@clisp.org>
1120
1121         * lib/netdb.in.h: Include sys/socket.h for platforms without
1122         netdb.h, to get structures like hostent on MinGW.
1123         * modules/netdb (Depends-on): Add sys_socket.
1124
1125 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1126
1127         * modules/netdb, modules/netdb-tests: New file.
1128         * m4/netdb_h.m4: New file.
1129         * lib/netdb.in.h: Add, currently just an empty file pending
1130         definitions.
1131         * tests/test-netdb.c: New file.
1132         * doc/posix-headers/netdb.texi: Mention that we replace it if
1133         needed.
1134         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1135         netdb.
1136
1137 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1138
1139         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
1140         with code.
1141
1142 2008-10-13  Bruno Haible  <bruno@clisp.org>
1143
1144         * lib/glthread/cond.c (glthread_cond_wait_func,
1145         glthread_cond_timedwait_func): Add a comment.
1146
1147 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1148
1149         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
1150         * tests/test-select.c: Likewise,
1151
1152 2008-10-13  Bruno Haible  <bruno@clisp.org>
1153
1154         * lib/glthread/cond.c (glthread_cond_wait_func,
1155         glthread_cond_timedwait_func): Fix variable name.
1156         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1157
1158 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
1159
1160         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
1161         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
1162         struct sockaddr.sa_len.
1163         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
1164
1165 2008-10-13  Simon Josefsson  <simon@josefsson.org>
1166
1167         * build-aux/pmccabe2html: Add css and css_url parameters.
1168
1169 2008-10-12  Bruno Haible  <bruno@clisp.org>
1170
1171         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
1172         calling aclx_get.
1173         Reported by Rainer Tammer <tammer@tammer.net>.
1174
1175 2008-10-12  Bruno Haible  <bruno@clisp.org>
1176
1177         Use msvcrt aware primitives for creation/termination of Win32 threads.
1178         * lib/glthread/thread.c: Include <process.h>.
1179         (glthread_create_func): Use _beginthreadex instead of CreateThread.
1180         (wrapper_func): Update signature.
1181         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
1182
1183 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1184             Bruno Haible  <bruno@clisp.org>
1185
1186         Provide a Win32 implementation of the 'cond' module.
1187         * lib/glthread/cond.h [USE_WIN32]: New implementation.
1188         * lib/glthread/cond.c (glthread_cond_init_func,
1189         glthread_cond_wait_func, glthread_cond_timedwait_func,
1190         glthread_cond_signal_func, glthread_cond_broadcast_func,
1191         glthread_cond_destroy_func) [USE_WIN32]: New functions.
1192         * modules/cond (Dependencies): Add gettimeofday.
1193
1194 2008-10-11  Bruno Haible  <bruno@clisp.org>
1195
1196         Make sleep work on older versions of mingw.
1197         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
1198         only whether it exists.
1199         * doc/posix-functions/sleep.texi: Mention the problem with older
1200         versions of mingw.
1201
1202 2008-10-11  Bruno Haible  <bruno@clisp.org>
1203
1204         New module 'shutdown'.
1205         * modules/shutdown: New file.
1206         * lib/sys_socket.in.h (shutdown): New declaration.
1207         * lib/winsock.c (shutdown): New function.
1208         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
1209         GNULIB_SHUTDOWN.
1210         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
1211         * doc/posix-functions/shutdown.texi: Document the new module.
1212
1213 2008-10-11  Jim Meyering  <meyering@redhat.com>
1214
1215         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
1216
1217 2008-10-11  Bruno Haible  <bruno@clisp.org>
1218
1219         New module 'fclose'.
1220         * modules/fclose: New file.
1221         * lib/stdio.in.h (fclose): New declaration.
1222         * lib/fclose.c: New file.
1223         * m4/fclose.m4: New file.
1224         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
1225         REPLACE_FCLOSE.
1226         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
1227         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
1228         REPLACE_FCLOSE.
1229         * modules/close (Depends-on): fclose.
1230         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
1231
1232 2008-10-11  Bruno Haible  <bruno@clisp.org>
1233
1234         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
1235         set errno and don't call _close.
1236
1237 2008-10-10  Bruno Haible  <bruno@clisp.org>
1238
1239         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
1240         ACL, not afterwards. Fixes test failure on Cygwin.
1241
1242 2008-10-09  Ben Pfaff  <blp@gnu.org>
1243
1244         * build-aux/announce-gen: Fix gnulib version related part of usage
1245         message.  Die with a useful error message if no tarballs are
1246         found.
1247
1248 2008-10-10  Jim Meyering  <meyering@redhat.com>
1249
1250         bootstrap: use git's --depth=N option only if it's supported
1251         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
1252         recognize the --depth option.  Reported by Pádraig Brady.
1253
1254 2008-10-09  Bruno Haible  <bruno@clisp.org>
1255
1256         New module 'ioctl'.
1257         * modules/ioctl: New file.
1258         * lib/sys_socket.in.h (ioctl): Remove declaration.
1259         * lib/winsock.c: Include <sys/ioctl.h>.
1260         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
1261         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1262         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
1263         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
1264         * doc/posix-functions/ioctl.texi: Mention the new module.
1265
1266 2008-10-09  Bruno Haible  <bruno@clisp.org>
1267
1268         New module 'sys_ioctl'.
1269         * lib/sys_ioctl.in.h: New file.
1270         * m4/sys_ioctl_h.m4: New file.
1271         * modules/sys_ioctl: New file.
1272         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
1273
1274 2008-10-09  Bruno Haible  <bruno@clisp.org>
1275
1276         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
1277         * lib/winsock.c: Include <stdarg.h>.
1278         (rpl_ioctl): Change to second argument 'int' and then varargs.
1279
1280 2008-10-09  Bruno Haible  <bruno@clisp.org>
1281
1282         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
1283         when the sys_socket module is present and the system has <winsock2.h>.
1284
1285 2008-10-09  Bruno Haible  <bruno@clisp.org>
1286
1287         * doc/posix-functions/close.texi: Mention module 'close' instead of
1288         module 'sys_socket'.
1289
1290 2008-10-09  Bruno Haible  <bruno@clisp.org>
1291
1292         * doc/glibc-headers/sys_ioctl.texi: New file.
1293         * doc/gnulib.texi: Include it.
1294
1295 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1296             Bruno Haible  <bruno@clisp.org>
1297
1298         Combine the two replacements of 'close'.
1299         * lib/sys_socket.in.h (close): Define to a reminder to include
1300         <unistd.h>.
1301         (_gl_close_fd_maybe_socket): New declaration.
1302         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
1303         * lib/winsock.c (close): Remove undefinition.
1304         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
1305         needed for the gnulib module 'close'.
1306         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
1307         define to an error symbol or to a warning, if suitable.
1308         * lib/close.c: Include <sys/socket.h>.
1309         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
1310         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
1311         UNISTD_H_HAVE_WINSOCK2_H.
1312         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
1313         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1314         UNISTD_H_HAVE_WINSOCK2_H.
1315         * modules/sys_socket (Files): Add m4/unistd_h.m4.
1316         (configure.ac): Set a module indicator.
1317         (Makefile.am): Substitute GNULIB_CLOSE.
1318         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
1319         * modules/poll-tests (Depends-on): Add close.
1320         * modules/select-tests (Depends-on): Likewise.
1321
1322 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1323             Bruno Haible  <bruno@clisp.org>
1324
1325         New module 'close'.
1326         * modules/close: New file.
1327         * lib/unistd.in.h (close): Move declaration out of the
1328         FCHDIR_REPLACEMENT scope.
1329         (_gl_unregister_fd): New declaration.
1330         * lib/close.c: New file.
1331         * lib/fchdir.c (rpl_close): Remove function.
1332         * m4/close.m4: New file.
1333         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1334         close.
1335         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
1336         REPLACE_CLOSE.
1337         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
1338         REPLACE_CLOSE.
1339         * modules/fchdir (Depends-on): Add close.
1340
1341 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1342             Bruno Haible  <bruno@clisp.org>
1343
1344         * lib/fcntl.in.h (open): Simplify conditionals.
1345         (_gl_register_fd): New declaration.
1346         * lib/fchdir.c (rpl_open): Remove function.
1347         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
1348         also.
1349         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
1350         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1351         open.
1352
1353 2008-10-09  Jim Meyering  <meyering@redhat.com>
1354
1355         GNUmakefile: use the more name-space-friendly "_version"
1356         * top/GNUmakefile (_dummy): Update.
1357         (_version): Rename from "version".
1358
1359 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1360             Bruno Haible  <bruno@clisp.org>
1361
1362         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
1363         rpl_close.
1364         (_gl_register_fd): New function, extracted from rpl_open.
1365         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
1366         (rpl_open, rpl_opendir): Use _gl_register_fd.
1367
1368 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1369
1370         Fix organization of 'open' replacement.
1371         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
1372         (gl_FUNC_OPEN): Use it.
1373         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
1374
1375 2008-10-08  Bruno Haible  <bruno@clisp.org>
1376
1377         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
1378
1379 2008-10-08  Simon Josefsson  <simon@josefsson.org>
1380
1381         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
1382         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
1383         listen).
1384
1385 2008-10-08  Eric Blake  <ebb9@byu.net>
1386
1387         GNUmakefile: add 'make version' target
1388         * top/GNUmakefile (_curr-ver): Split version update rules...
1389         (version): ...into a target.
1390
1391 2008-10-07  Bruno Haible  <bruno@clisp.org>
1392
1393         Use a more portable replacement expression for -0.0L.
1394         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
1395         instead of -0.0L. Fix m4 quotation.
1396
1397         * tests/test-signbit.c: Include <float.h>.
1398         (minus_zero): New variable.
1399         (test_signbitl): Use minus_zero instead of -zero.
1400         * modules/signbit-tests (Depends-on): Add float.
1401
1402         * tests/test-ceill.c: Include <float.h>.
1403         (zero): Remove variable.
1404         (minus_zero): New variable.
1405         (main): Use minus_zero instead of -zero.
1406         * modules/ceill-tests (Depends-on): Add float.
1407
1408         * tests/test-floorl.c: Include <float.h>.
1409         (zero): Remove variable.
1410         (minus_zero): New variable.
1411         (main): Use minus_zero instead of -zero.
1412         * modules/floorl-tests (Depends-on): Add float.
1413
1414         * tests/test-roundl.c: Include <float.h>.
1415         (zero): Remove variable.
1416         (minus_zero): New variable.
1417         (main): Use minus_zero instead of -zero.
1418         * modules/roundl-tests (Depends-on): Add float.
1419
1420         * tests/test-truncl.c: Include <float.h>.
1421         (zero): Remove variable.
1422         (minus_zero): New variable.
1423         (main): Use minus_zero instead of -zero.
1424         * modules/truncl-tests (Depends-on): Add float.
1425
1426         * tests/test-frexpl.c (zero): Remove variable.
1427         (minus_zero): New variable.
1428         (main): Use minus_zero instead of -zero.
1429         * modules/frexpl-tests (Depends-on): Add float.
1430
1431         * tests/test-isnan.c (zerol): Remove variable.
1432         (minus_zerol): New variable.
1433         (test_long_double): Use minus_zerol instead of -zerol.
1434         * modules/isnan-tests (Depends-on): Add float.
1435
1436         * tests/test-isnanl.h (zero): Remove variable.
1437         (minus_zero): New variable.
1438         (main): Use minus_zero instead of -zero.
1439         * modules/isnanl-nolibm-tests (Depends-on): Add float.
1440         * modules/isnanl-tests (Depends-on): Add float.
1441
1442         * tests/test-ldexpl.c (zero): Remove variable.
1443         (minus_zero): New variable.
1444         (main): Use minus_zero instead of -zero.
1445         * modules/ldexpl-tests (Depends-on): Add float.
1446
1447         * tests/test-snprintf-posix.h (zerol): Remove variable.
1448         (minus_zerol): New variable.
1449         (test_function): Use minus_zerol instead of -zerol.
1450         * modules/snprintf-posix-tests (Depends-on): Add float.
1451         * modules/vsnprintf-posix-tests (Depends-on): Add float.
1452
1453         * tests/test-sprintf-posix.h (zerol): Remove variable.
1454         (minus_zerol): New variable.
1455         (test_function): Use minus_zerol instead of -zerol.
1456         * modules/sprintf-posix-tests (Depends-on): Add float.
1457         * modules/vsprintf-posix-tests (Depends-on): Add float.
1458
1459         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
1460         (minus_zerol): New variable.
1461         (test_function): Use minus_zerol instead of -zerol.
1462         * modules/vasnprintf-posix-tests (Depends-on): Add float.
1463
1464         * tests/test-vasprintf-posix.c (zerol): Remove variable.
1465         (minus_zerol): New variable.
1466         (test_function): Use minus_zerol instead of -zerol.
1467         * modules/vasprintf-posix-tests (Depends-on): Add float.
1468
1469 2008-10-07  Simon Josefsson  <simon@josefsson.org>
1470
1471         * MODULES.html.sh (Support for building documentation): Mention
1472         pmccabe2html.  Sort entries.
1473
1474         Add pmccabe2html module, from gnupdf.
1475         * build-aux/pmccabe.css: New file.
1476         * build-aux/pmccabe2html: New file.
1477         * m4/pmccabe2html.m4: New file.
1478         * modules/pmccabe2html: New file.
1479
1480 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
1481
1482         flock: new module
1483         * MODULES.html.sh: Add to list of modules.
1484         * lib/flock.c: flock implementation for Windows and Unix systems
1485         which have fcntl.
1486         * doc/glibc-functions/flock.texi: Update documentation.
1487         * lib/sys_file.in.h: <sys/file.h> header file.
1488         * m4/flock.m4: M4 macros.
1489         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
1490         * modules/flock: flock module.
1491         * modules/flock-tests: flock tests module.
1492         * modules/sys_file: sys/file.h module.
1493         * tests/test-flock.c: test suite for flock.
1494
1495 2008-10-06  Jim Meyering  <meyering@redhat.com>
1496
1497         bootstrap: check for LT_INIT more portably still ;-)
1498         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
1499         Spotted by Bruno Haible.
1500
1501 2008-10-06  Eric Blake  <ebb9@byu.net>
1502
1503         test-signbit: avoid tripping Irix cc bug on -0.0L
1504         * tests/test-signbit.c (minus_zerol): Delete, and replace with
1505         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
1506         entire testsuite consistent and avoids an Irix 6.2 bug.
1507
1508 2008-10-05  Bruno Haible  <bruno@clisp.org>
1509             Jim Meyering  <jim@meyering.net>
1510
1511         Add an option for ignoring EPIPE during close_stdout.
1512         * lib/closeout.h: Include <stdbool.h>.
1513         (close_stdout_set_ignore_EPIPE): New declaration.
1514         * lib/closeout.c: Include <stdbool.h>.
1515         (ignore_EPIPE): New variable.
1516         (close_stdout_set_ignore_EPIPE): New function.
1517         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
1518         * lib/close-stream.c (close_stream): Mention the possible EPIPE
1519         failure.
1520         * modules/closeout (Depends-on): Add stdbool.
1521
1522 2008-10-05  Bruno Haible  <bruno@clisp.org>
1523
1524         * modules/accept: New file.
1525         * modules/bind: New file.
1526         * modules/connect: New file.
1527         * modules/getpeername: New file.
1528         * modules/getsockname: New file.
1529         * modules/getsockopt: New file.
1530         * modules/listen: New file.
1531         * modules/recv: New file.
1532         * modules/recvfrom: New file.
1533         * modules/send: New file.
1534         * modules/sendto: New file.
1535         * modules/setsockopt: New file.
1536         * modules/socket: New file.
1537         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
1538         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1539         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
1540         the particular module is requested. Add a link warning when the
1541         particular module is not requested.
1542         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
1543         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
1544         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
1545         the particular module is requested.
1546         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
1547         gl_SYS_SOCKET_H_DEFAULTS): New macros.
1548         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
1549         * modules/sys_socket (Depends-on): Add link-warning.
1550         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
1551         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
1552         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
1553         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
1554         GL_LINK_WARNING.
1555         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
1556         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
1557         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
1558         * doc/posix-functions/getpeername.texi: Mention the new module
1559         'getpeername'.
1560         * doc/posix-functions/getsockname.texi: Mention the new module
1561         'getsockname'.
1562         * doc/posix-functions/getsockopt.texi: Mention the new module
1563         'getsockopt'.
1564         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
1565         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
1566         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
1567         * doc/posix-functions/send.texi: Mention the new module 'send'.
1568         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
1569         * doc/posix-functions/setsockopt.texi: Mention the new module
1570         'setsockopt'.
1571         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
1572         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
1573         listen, connect, accept.
1574         * modules/select-tests (Depends-on): Likewise.
1575
1576 2008-10-05  Bruno Haible  <bruno@clisp.org>
1577
1578         * lib/winsock.c (strerror): Remove unused #undef.
1579         (rpl_close): Remove unused local variable.
1580
1581         * modules/sys_socket (Depends-on); Add errno.
1582
1583 2008-10-05  Bruno Haible  <bruno@clisp.org>
1584
1585         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
1586         (select): Add a link warning when the 'select' module is not used.
1587         * modules/sys_select (Depends-on): Add link-warning.
1588         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
1589         Suggested by Paolo Bonzini.
1590
1591 2008-10-05  Jim Meyering  <meyering@redhat.com>
1592
1593         bootstrap: check for LT_INIT more portably
1594         * build-aux/bootstrap: Avoid using grep -E, since it's not
1595         portable enough.  Suggestion from Bruno Haible.
1596
1597 2008-10-05  Bruno Haible  <bruno@clisp.org>
1598
1599         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
1600         as being fixed by gnulib.
1601
1602 2008-10-05  Bruno Haible  <bruno@clisp.org>
1603
1604         * modules/select-tests: New file, mostly copied from
1605         modules/sys_select-tests.
1606         * tests/test-select.c: New file, mostly copied from
1607         tests/test-sys_select.c.
1608         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
1609         * modules/sys_select-tests (Depends-on): Remove all dependencies.
1610         (Makefile.am): Remove test_sys_select_LDADD.
1611
1612         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
1613         to an undefined symbol, for an error message.
1614         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
1615         (gl_SYS_SELECT_H_DEFAULTS): New macro.
1616         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
1617         winsock-select.c here.
1618         * modules/sys_select (Files): Remove lib/winsock-select.c.
1619         (Depends-on): Remove alloca.
1620         (Makefile.am): Substitute GNULIB_SELECT.
1621         * modules/select: New file.
1622         * doc/posix-functions/select.texi: Update.
1623
1624 2008-10-05  Bruno Haible  <bruno@clisp.org>
1625
1626         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
1627         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
1628         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
1629         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
1630         getdtablesize.
1631         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
1632         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
1633
1634 2008-10-05  Bruno Haible  <bruno@clisp.org>
1635
1636         * modules/getdtablesize-tests: New file.
1637         * tests/test-getdtablesize.c: New file.
1638
1639         New module 'getdtablesize'.
1640         * lib/unistd.in.h (getdtablesize): New declaration.
1641         * lib/getdtablesize.c: New file.
1642         * m4/getdtablesize.m4: New file.
1643         * modules/getdtablesize: New file.
1644         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1645         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
1646         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
1647         HAVE_GETDTABLESIZE.
1648         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
1649
1650 2008-10-05  Bruno Haible  <bruno@clisp.org>
1651
1652         * modules/sched (Makefile.am): Fix typo.
1653         Reported by Simon Josefsson.
1654
1655 2008-10-05  Jim Meyering  <meyering@redhat.com>
1656
1657         bootstrap: check for LT_INIT, too
1658         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
1659         are deprecated.  Suggestion from Ralf Wildenhues.
1660
1661 2008-10-05  Bruno Haible  <bruno@clisp.org>
1662
1663         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
1664         overriding them by ours.
1665         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
1666
1667 2008-10-05  Jim Meyering  <meyering@redhat.com>
1668
1669         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
1670         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
1671         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
1672
1673 2008-10-04  Bruno Haible  <bruno@clisp.org>
1674
1675         * modules/dup2 (License): Change to LGPLv2+.
1676         * modules/sleep (License): Likewise.
1677         * modules/perror (License): Likewise.
1678         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
1679         Blake.
1680         * modules/signal (License): Likewise.
1681         * modules/sigprocmask (License): Likewise.
1682         * modules/raise (License): Change to LGPLv2+, with approval by Jim
1683         Meyering.
1684
1685 2008-10-04  Bruno Haible  <bruno@clisp.org>
1686
1687         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
1688         Reported by Rainer Tammer <tammer@tammer.net>.
1689
1690 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
1691             Bruno Haible  <bruno@clisp.org>
1692
1693         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
1694         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
1695         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
1696
1697 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
1698
1699         filevercmp: new module
1700         * lib/filevercmp.h: New function filevercmp comparing version strings.
1701         * lib/filevercmp.c: Implementation of filevercmp function.
1702         * modules/filevercmp: Module metadata.
1703         * tests/test-filevercmp.c: Unit test for new module.
1704         * modules/filevercmp-tests: Unit test metadata.
1705         * MODULES.html.sh: Add filevercmp module.
1706
1707 2008-10-03  Bruno Haible  <bruno@clisp.org>
1708
1709         * lib/c-ctype.h: Add comment.
1710         Reported by Jim Meyering.
1711
1712 2008-10-02  Bruno Haible  <bruno@clisp.org>
1713
1714         * modules/posix_spawn-internal (Depends-on): Add 'open'.
1715
1716 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1717
1718         * build-aux/bootstrap: Allow renaming bootstrap, and change the
1719         name of bootstrap.conf accordingly.
1720
1721 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1722
1723         * build-aux/bootstrap: Install git-merge-changelog configuration
1724         items into .gitconfig if needed.
1725
1726 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1727
1728         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
1729         git repository, and initialize/update it accordingly.
1730
1731 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
1732
1733         * modules/fsync-tests: New file.
1734         * tests/test-fsync.c: New file.
1735
1736         New module 'fsync'.
1737         * lib/fsync.c: New file.
1738         * m4/fsync.m4: New file.
1739         * modules/fsync: New file.
1740         * lib/unistd.in.h (fsync): New declaration.
1741         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
1742         GNULIB_FSYNC and HAVE_FSYNC.
1743         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
1744         * MODULES.html.sh (posix_functions): Add fsync.
1745         * doc/posix-functions/fsync.texi: Mention the new module.
1746
1747 2008-10-02  Jim Meyering  <meyering@redhat.com>
1748
1749         fts.c: sync with similar code from coreutils' remove.c
1750         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
1751         Guard also with "#if defined __linux__", since for now at least,
1752         this code is Linux-kernel-specific.
1753
1754 2008-10-02  Jim Meyering  <meyering@redhat.com>
1755
1756         fts: bug fixes
1757         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
1758         Include <sys/vfs.h>, not <sys/statfs.h>.
1759
1760         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
1761         Include <sys/vfs.h>, not <sys/statfs.h>.
1762
1763 2008-10-01  Bruno Haible  <bruno@clisp.org>
1764
1765         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
1766         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
1767         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
1768         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
1769         * doc/posix-functions/posix_spawnp.texi: Likewise.
1770         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
1771         whether posix_spawn actually works.
1772         * m4/pipe.m4 (gl_PIPE): Likewise.
1773         * modules/execute (Files): Add m4/posix_spawn.m4.
1774         * modules/pipe (Files): Add m4/posix_spawn.m4.
1775         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
1776
1777 2008-10-01  Jim Meyering  <meyering@redhat.com>
1778
1779         remove trailing spaces
1780         * NEWS: Likewise.
1781         * lib/poll.c (poll): Likewise.
1782         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
1783         * lib/winsock.c (rpl_close): Likewise.
1784         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
1785         * modules/yield: Likewise.
1786         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
1787         * tests/test-sys_select.c (connect_to_socket): Likewise.
1788
1789         fts.c: adjust a new interface to be more generally useful
1790         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
1791         (fts_build): Adjust caller.
1792
1793 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1794
1795         * modules/cond-tests: New file.
1796         * tests/test-cond.c: New file.
1797
1798 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1799             Bruno Haible  <bruno@clisp.org>
1800
1801         * modules/cond (Dependencies): Add errno, time.
1802         * lib/glthread/cond.h: Include <time.h>.
1803         (gl_cond_define, gl_cond_define_initialized): Use the same definition
1804         across platforms.
1805
1806 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1807             Bruno Haible  <bruno@clisp.org>
1808
1809         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
1810
1811 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1812             Bruno Haible  <bruno@clisp.org>
1813
1814         * modules/tls-tests (Depends-on): Add thread, yield.
1815         (configure.ac): Remove all checks.
1816         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
1817         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1818         gl_thread_self): Remove definitions. Include glthread/thread.h and
1819         glthread/yield.h instead.
1820         (test_tls): Pass an additional NULL argument to gl_thread_join.
1821
1822 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1823             Bruno Haible  <bruno@clisp.org>
1824
1825         * modules/lock-tests (Depends-on): Add thread, yield.
1826         (configure.ac): Remove all checks.
1827         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
1828         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1829         gl_thread_self): Remove definitions. Include glthread/thread.h and
1830         glthread/yield.h instead.
1831         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
1832         additional NULL argument to gl_thread_join.
1833
1834 2008-09-30  Bruno Haible  <bruno@clisp.org>
1835
1836         Fix the Win32 implementation of the 'thread' module.
1837         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
1838         pointer type.
1839         (gl_thread_self): Invoke gl_thread_self_func.
1840         (gl_thread_self_func): New declaration.
1841         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
1842         (do_init_self_key, init_self_key): New functions.
1843         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
1844         Remove some fields.
1845         (running_threads, running_lock): Remove variables.
1846         (get_current_thread_handle): New function.
1847         (gl_thread_self_func, wrapper_func, glthread_create_func,
1848         glthread_join_func, gl_thread_exit_func): Largely rewritten and
1849         simplified.
1850
1851 2008-09-30  Bruno Haible  <bruno@clisp.org>
1852
1853         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
1854         files.
1855
1856 2008-09-30  Jim Meyering  <meyering@redhat.com>
1857
1858         fts.m4: correct the test for statfs.f_type
1859         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
1860         when checking for statfs.f_type.
1861
1862 2008-09-15  Simon Josefsson  <simon@josefsson.org>
1863
1864         tests: avoid some compiler warnings
1865         * tests/test-memchr.c (main): Pass NULL indirectly.
1866         * tests/test-getdate.c (main): Remove unused variable 'ret'.
1867
1868 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
1869
1870         getdate.y: disallow countable dayshifts like "4 yesterday ago"
1871         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
1872         exactly specified dayshifts.
1873         (dayshift): New rule.
1874         (rel): Add dayshift.
1875         (relative_time_table) [tomorrow, yesterday, today, now]:
1876         Use tDAY_SHIFT in place of tDAY_UNIT.
1877         * tests/test-getdate.c: Add tests for now-disallowed countable
1878         dayshifts, e.g., "4 yesterday ago".
1879
1880 2008-09-29  Bruno Haible  <bruno@clisp.org>
1881
1882         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
1883         * tests/test-posix_spawn1.in.sh: Renamed from
1884         tests/test-posix_spawn.in.sh.
1885         * tests/test-posix_spawn2.c: New file.
1886         * tests/test-posix_spawn2.in.sh: New file.
1887         * modules/posix_spawnp-tests (Files): Update.
1888         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
1889
1890 2008-09-29  Bruno Haible  <bruno@clisp.org>
1891
1892         Propagate effects of putenv/setenv/unsetenv to child processes.
1893         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
1894         * lib/pipe.c (create_pipe): Likewise.
1895
1896 2008-09-29  Bruno Haible  <bruno@clisp.org>
1897
1898         Enable use of shell scripts as executables in mingw.
1899         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
1900         run the program as a shell script.
1901         * lib/pipe.c (create_pipe): Likewise.
1902         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
1903         resulting array.
1904
1905 2008-09-29  Eric Blake  <ebb9@byu.net>
1906
1907         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
1908
1909 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
1910
1911         * doc/posix-functions/accept.texi: Update mingw problems.
1912         * doc/posix-functions/bind.texi: Update mingw problems.
1913         * doc/posix-functions/close.texi: Update mingw problems.
1914         * doc/posix-functions/connect.texi: Update mingw problems.
1915         * doc/posix-functions/getpeername.texi: Update mingw problems.
1916         * doc/posix-functions/getsockname.texi: Update mingw problems.
1917         * doc/posix-functions/getsockopt.texi: Update mingw problems.
1918         * doc/posix-functions/ioctl.texi: Update mingw problems.
1919         * doc/posix-functions/listen.texi: Update mingw problems.
1920         * doc/posix-functions/recv.texi: Update mingw problems.
1921         * doc/posix-functions/recvfrom.texi: Update mingw problems.
1922         * doc/posix-functions/select.texi: Update mingw problems.
1923         * doc/posix-functions/send.texi: Update mingw problems.
1924         * doc/posix-functions/sendto.texi: Update mingw problems.
1925         * doc/posix-functions/setsockopt.texi: Update mingw problems.
1926         * doc/posix-functions/socket.texi: Update mingw problems.
1927
1928 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
1929             Bruno Haible  <bruno@clisp.org>
1930
1931         * lib/sys_select.in.h: Include sys/time.h.
1932         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
1933         * modules/sys_select: Depend on sys_time.
1934         * tests/test-sys_select.c: Test that sys/select.h defines struct
1935         timeval fully.
1936
1937 2008-09-29  Bruno Haible  <bruno@clisp.org>
1938
1939         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
1940         * lib/sys_select.in.h: Likewise.
1941
1942 2008-09-29  Bruno Haible  <bruno@clisp.org>
1943
1944         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
1945
1946 2008-09-29  Bruno Haible  <bruno@clisp.org>
1947
1948         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
1949         Set LIBSOCKET instead of augmenting LIBS.
1950         * modules/sockets (Link): New section.
1951         * modules/sockets-tests (test_sockets_LDADD): New variable.
1952         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
1953         * modules/poll-tests (test_poll_LDADD): New variable.
1954         * NEWS: Document the change.
1955
1956 2008-09-29  Bruno Haible  <bruno@clisp.org>
1957
1958         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
1959         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
1960         ARPA_INET_H directly.
1961         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1962
1963 2008-09-28  Bruno Haible  <bruno@clisp.org>
1964
1965         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
1966         from gl_HEADER_SYS_SOCKET.
1967         (gl_HEADER_SYS_SOCKET): Invoke it.
1968         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1969
1970 2008-09-28  Bruno Haible  <bruno@clisp.org>
1971
1972         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
1973         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
1974         Needed on OSF/1 4.0.
1975
1976 2008-09-28  Bruno Haible  <bruno@clisp.org>
1977
1978         Override open more carefully.
1979         * lib/open.c (orig_open): New function.
1980         (rpl_open): Use orig_open instead of open.
1981         * lib/fcntl.in.h: Add special invocation convention.
1982         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
1983         (gl_FUNC_OPEN): Invoke it.
1984
1985         Override freopen more carefully.
1986         * lib/freopen.c (orig_freopen): New function.
1987         (rpl_freopen): Use orig_freopen instead of freopen.
1988         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
1989         (gl_FUNC_FREOPEN): Invoke it.
1990
1991         Override fopen more carefully.
1992         * lib/fopen.c (orig_fopen): New function.
1993         (rpl_fopen): Use orig_fopen instead of fopen.
1994         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
1995         (gl_FUNC_FOPEN): Invoke it.
1996         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
1997
1998 2008-09-28  Bruno Haible  <bruno@clisp.org>
1999
2000         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
2001         SIGPIPE.
2002
2003 2008-09-28  Bruno Haible  <bruno@clisp.org>
2004
2005         * tests/test-sigaction.c (handler, main): Disable the check whether
2006         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
2007         glibc systems with LinuxThreads.
2008
2009 2008-09-28  Bruno Haible  <bruno@clisp.org>
2010
2011         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
2012
2013         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
2014         with AIX xlc.
2015         * lib/fcntl.in.h (open): Likewise.
2016         Reported by Rainer Tammer <tammer@tammer.net>.
2017
2018 2008-09-28  Bruno Haible  <bruno@clisp.org>
2019
2020         * modules/posix_spawnp-tests: New file.
2021         * tests/test-posix_spawn.c: New file.
2022         * tests/test-posix_spawn.in.sh: New file.
2023
2024         New module 'posix_spawnp'.
2025         * modules/posix_spawnp: New file.
2026         * lib/spawnp.c: New file, from GNU libc with modifications.
2027         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
2028
2029         New module 'posix_spawn'.
2030         * modules/posix_spawn: New file.
2031         * lib/spawn.c: New file, from GNU libc with modifications.
2032         * doc/posix-functions/posix_spawn.texi: Mention the new module.
2033
2034         New module 'posix_spawnattr_destroy'.
2035         * modules/posix_spawnattr_destroy: New file.
2036         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
2037         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
2038         module.
2039
2040         New module 'posix_spawnattr_setsigmask'.
2041         * modules/posix_spawnattr_setsigmask: New file.
2042         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
2043         modifications.
2044         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
2045         new module.
2046
2047         New module 'posix_spawnattr_getsigmask'.
2048         * modules/posix_spawnattr_getsigmask: New file.
2049         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
2050         modifications.
2051         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
2052         new module.
2053
2054         New module 'posix_spawnattr_setsigdefault'.
2055         * modules/posix_spawnattr_setsigdefault: New file.
2056         * lib/spawnattr_setdefault.c: New file, from GNU libc with
2057         modifications.
2058         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
2059         new module.
2060
2061         New module 'posix_spawnattr_getsigdefault'.
2062         * modules/posix_spawnattr_getsigdefault: New file.
2063         * lib/spawnattr_getdefault.c: New file, from GNU libc with
2064         modifications.
2065         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
2066         new module.
2067
2068         New module 'posix_spawnattr_setschedpolicy'.
2069         * modules/posix_spawnattr_setschedpolicy: New file.
2070         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
2071         modifications.
2072         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
2073         new module.
2074
2075         New module 'posix_spawnattr_getschedpolicy'.
2076         * modules/posix_spawnattr_getschedpolicy: New file.
2077         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
2078         modifications.
2079         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
2080         new module.
2081
2082         New module 'posix_spawnattr_setschedparam'.
2083         * modules/posix_spawnattr_setschedparam: New file.
2084         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
2085         modifications.
2086         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
2087         new module.
2088
2089         New module 'posix_spawnattr_getschedparam'.
2090         * modules/posix_spawnattr_getschedparam: New file.
2091         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
2092         modifications.
2093         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
2094         new module.
2095
2096         New module 'posix_spawnattr_setpgroup'.
2097         * modules/posix_spawnattr_setpgroup: New file.
2098         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
2099         modifications.
2100         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
2101         module.
2102
2103         New module 'posix_spawnattr_getpgroup'.
2104         * modules/posix_spawnattr_getpgroup: New file.
2105         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
2106         modifications.
2107         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
2108         module.
2109
2110         New module 'posix_spawnattr_setflags'.
2111         * modules/posix_spawnattr_setflags: New file.
2112         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
2113         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
2114         module.
2115
2116         New module 'posix_spawnattr_getflags'.
2117         * modules/posix_spawnattr_getflags: New file.
2118         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
2119         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
2120         module.
2121
2122         New module 'posix_spawnattr_init'.
2123         * modules/posix_spawnattr_init: New file.
2124         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
2125         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
2126         module.
2127
2128         New module 'posix_spawn_file_actions_destroy'.
2129         * modules/posix_spawn_file_actions_destroy: New file.
2130         * lib/spawn_faction_destroy.c: New file, from GNU libc with
2131         modifications.
2132         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
2133         the new module.
2134
2135         New module 'posix_spawn_file_actions_addopen'.
2136         * modules/posix_spawn_file_actions_addopen: New file.
2137         * lib/spawn_faction_addopen.c: New file, from GNU libc with
2138         modifications.
2139         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
2140         the new module.
2141
2142         New module 'posix_spawn_file_actions_adddup2'.
2143         * modules/posix_spawn_file_actions_adddup2: New file.
2144         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
2145         modifications.
2146         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
2147         the new module.
2148
2149         New module 'posix_spawn_file_actions_addclose'.
2150         * modules/posix_spawn_file_actions_addclose: New file.
2151         * lib/spawn_faction_addclose.c: New file, from GNU libc with
2152         modifications.
2153         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
2154         the new module.
2155
2156         New module 'posix_spawn_file_actions_init'.
2157         * modules/posix_spawn_file_actions_init: New file.
2158         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
2159         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
2160         new module.
2161
2162         New module 'posix_spawn-internal'.
2163         * modules/posix_spawn-internal: New file.
2164         * lib/spawn_int.h: New file, from GNU libc with modifications.
2165         * lib/spawni.c: New file, from GNU libc with modifications.
2166         * m4/posix_spawn.m4: New file.
2167
2168         New module 'spawn'.
2169         * modules/spawn: New file.
2170         * lib/spawn.in.h: New file, from GNU libc with modifications.
2171         * m4/spawn_h.m4: New file.
2172         * doc/posix-headers/spawn.texi: Mention the new module.
2173
2174 2008-09-28  Bruno Haible  <bruno@clisp.org>
2175
2176         * modules/sched-tests: New file.
2177         * tests/test-sched.c: New file.
2178
2179         New module 'sched'.
2180         * modules/sched: New file.
2181         * lib/sched.in.h: New file.
2182         * m4/sched_h.m4: New file.
2183         * doc/posix-headers/sched.texi: Mention the new module.
2184
2185 2008-09-27  Eric Blake  <ebb9@byu.net>
2186
2187         Fix previous patch, and tweak references to $0.
2188         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
2189         (func_version, func_gnulib_dir): Don't call this program
2190         gnulib-tool.
2191         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
2192         with using $0 in function.
2193         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
2194         (func_fatal_error): Reuse the name the user invoked us with.
2195
2196 2008-09-27  Bruno Haible  <bruno@clisp.org>
2197
2198         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
2199         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
2200         (gl_ICONV_H): Not here.
2201         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2202         instead of assigning ICONV_H directly.
2203
2204         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
2205         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
2206         WCHAR_H directly.
2207
2208 2008-09-27  Bruno Haible  <bruno@clisp.org>
2209
2210         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
2211         * modules/arpa_inet (Depends-on): Add link-warning.
2212         (Makefile.am): Insert the definition of GL_LINK-WARNING.
2213         * modules/unistd (Makefile.am): Likewise.
2214
2215 2008-09-26  Bruno Haible  <bruno@clisp.org>
2216
2217         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
2218         variables.
2219         (func_version): Essentially copied from gnulib-tool.
2220         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
2221         func_readlink): Copied from gnulib-tool.
2222
2223 2008-09-26  Bruno Haible  <bruno@clisp.org>
2224
2225         * gnulib-tool (func_version): Change directory to $gnulib_dir before
2226         invoking git-version-gen.
2227
2228 2008-09-26  Bruno Haible  <bruno@clisp.org>
2229
2230         * posix-modules: Update to directory names changed on 2008-01-19.
2231         Remove commas in output before splitting into words. No more need to
2232         avoid 'ftruncate' since 2007-02-19.
2233
2234 2008-09-26  Bruno Haible  <bruno@clisp.org>
2235
2236         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
2237
2238 2008-09-26  Bruno Haible  <bruno@clisp.org>
2239
2240         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
2241         * modules/fwriteerror (Depends-on): Add errno.
2242
2243 2008-09-26  Bruno Haible  <bruno@clisp.org>
2244
2245         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
2246         * tests/test-vc-list-files-cvs.sh: Likewise.
2247
2248 2008-09-26  Bruno Haible  <bruno@clisp.org>
2249
2250         * doc/posix-headers/sys_resource.texi: Reorder items.
2251
2252 2008-09-26  Jim Meyering  <meyering@redhat.com>
2253
2254         fts: tweak inode comparison function
2255         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
2256         inode numbers, as documented.
2257
2258         fts: sort dirent entries on inode number before traversing
2259         This avoids a quadratic, seek-related performance penalty when
2260         operating on a directory containing many entries (measurable at 10k;
2261         3.5 hours at 2 million entries with a cold cache) on certain types
2262         of file systems, including ext3 and ext4, but not tmpfs.
2263         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
2264         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
2265         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
2266         (fs_handles_readdir_ordered_dirents_efficiently): New function.
2267         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
2268         (fts_build): Set the stat.st_ino member from D_INO.
2269         If it is likely to be useful, sort dirent entries on inode number.
2270
2271         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
2272         and the struct statfs.f_type member.
2273         * modules/fts (Depends-on): Add d-ino.
2274
2275 2008-09-26  Bruno Haible  <bruno@clisp.org>
2276
2277         * modules/sigpipe-die (Depends-on): Add sigpipe.
2278
2279         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
2280         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
2281         and GNULIB_STDIO_H_SIGPIPE are set.
2282         * lib/stdio-write.c: New file.
2283         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
2284         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2285         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2286         REPLACE_STDIO_WRITE_FUNCS.
2287         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
2288         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2289         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2290         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2291         * modules/stdio (Files): Add lib/stdio-write.c.
2292         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
2293         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2294         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2295         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2296         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
2297         REPLACE_FPRINTF_POSIX.
2298         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
2299         REPLACE_PRINTF_POSIX.
2300         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
2301         REPLACE_VFPRINTF_POSIX.
2302         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
2303         REPLACE_VPRINTF_POSIX.
2304         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
2305         SIGPIPE issue.
2306         * doc/posix-functions/fputc.texi: Likewise.
2307         * doc/posix-functions/fputs.texi: Likewise.
2308         * doc/posix-functions/fwrite.texi: Likewise.
2309         * doc/posix-functions/printf.texi: Likewise.
2310         * doc/posix-functions/putc.texi: Likewise.
2311         * doc/posix-functions/putchar.texi: Likewise.
2312         * doc/posix-functions/puts.texi: Likewise.
2313         * doc/posix-functions/vfprintf.texi: Likewise.
2314         * doc/posix-functions/vprintf.texi: Likewise.
2315
2316         * modules/safe-write (Depends-on): Add write.
2317
2318         * modules/sigpipe-tests: New file.
2319         * tests/test-sigpipe.c: New file.
2320         * tests/test-sigpipe.sh: New file.
2321
2322         * modules/write: New file.
2323         * lib/unistd.in.h: Include <sys/types.h>.
2324         (write): New declaration.
2325         * lib/write.c: New file.
2326         * m4/write.m4: New file.
2327         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2328         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
2329         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
2330         GNULIB_WRITE, REPLACE_WRITE.
2331         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
2332         and the SIGPIPE issue.
2333
2334         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
2335         (raise): New declaration.
2336         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
2337         (ext_signal): New function.
2338         (rpl_raise): New function.
2339         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
2340         GNULIB_SIGNAL_H_SIGPIPE.
2341         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
2342         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
2343
2344         * modules/sigpipe: New file.
2345         * m4/sigpipe.m4: New file.
2346
2347 2008-09-25  Derek Price  <derek@ximbiot.com>
2348             Bruno Haible  <bruno@clisp.org>
2349
2350         * gnulib-tool (func_import): Report all license incompatibilities, not
2351         just the first one.
2352
2353 2008-09-25  Bruno Haible  <bruno@clisp.org>
2354
2355         * gnulib-tool (func_import): When computing the edits, consider not
2356         only the Makefile.ams that exist but also those that will be generated.
2357
2358 2008-09-25  Simon Josefsson  <simon@josefsson.org>
2359
2360         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
2361         fixes gnulib-tool --test warning about duplicate dependency.
2362
2363 2008-09-25  Bruno Haible  <bruno@clisp.org>
2364
2365         * gnulib-tool: Don't ask the user to perform edits in the generated
2366         Makefile.ams.
2367         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
2368         apply to the Makefile.am being generated.
2369         (func_emit_tests_Makefile_am): Execute edits that apply to the
2370         Makefile.am being generated.
2371         (func_import): Setup list of Makefile.am edits before emitting the
2372         Makefile.ams, not at the end.
2373         (func_create_testdir): Update.
2374         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2375
2376 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2377
2378         * gnulib-tool (func_import): Store the --tests-base option in the
2379         comment in gnulib-cache.m4.
2380
2381 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
2382
2383         * NEWS: Document increased portability that sys_select now provides.
2384
2385         * lib/sys_select.in.h: Install select wrapper.
2386         * lib/sys_socket.in.h: Use more descriptive name when there is no
2387         select wrapper.
2388         * lib/winsock-select.c: New.
2389         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
2390         Require gl_HEADER_SYS_SOCKET.
2391         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
2392         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
2393         * tests/test-sys_select.c: Add functional tests.
2394
2395 2008-09-24  Eric Blake  <ebb9@byu.net>
2396
2397         open, fopen: close fd leak in last patch
2398         * lib/open.c (rpl_open): Close fd before returning error.
2399         * lib/fopen.c (rpl_fopen): Close fd before returning error.
2400         * doc/posix-functions/open.texi (open): Document that Irix also
2401         has the bug.
2402         * doc/posix-functions/fopen.texi (fopen): Likewise.
2403         Reported by Paolo Bonzini.
2404
2405 2008-09-24  Bruno Haible  <bruno@clisp.org>
2406
2407         Ensure that a filename ending in a slash cannot be used to access a
2408         non-directory.
2409         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
2410         to check whether it's really a directory.
2411         * lib/fopen.c: Include fcntl.h, unistd.h.
2412         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
2413         and fdopen().
2414         * modules/fopen (Depends-on): Add unistd.
2415         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
2416         * tests/test-fopen.c (main): Likewise.
2417         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
2418         * doc/posix-functions/fopen.texi: Likewise.
2419         Reported by Eric Blake.
2420
2421 2008-09-23  Eric Blake  <ebb9@byu.net>
2422
2423         c-stack: avoid compiler optimizations when provoking overflow
2424         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
2425         recursion harder to optimize, to ensure a stack overflow occurs.
2426         * tests/test-c-stack.c (recurse): Likewise.
2427         Borrowed from libsigsegv.
2428
2429         c-stack: work around Irix sigaltstack bug
2430         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
2431         whether sigaltstack uses wrong end of stack_t (copied in part from
2432         libsigsegv).
2433         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
2434         Irix bug, without requiring an over-allocation.
2435         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
2436         bug.
2437
2438         fopen: document mingw bug on directories
2439         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
2440         not allowing a stream visiting a directory, even though reading
2441         from such a stream is not portable.
2442
2443 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2444
2445         * lib/poll.c: Rewrite.
2446         * modules/poll: Depend on alloca.
2447
2448 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2449
2450         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
2451         instead define prototypes for a full set of wrappers.  Ensure
2452         that Cygwin does not use the compatibility code, which is only
2453         for MinGW.
2454         * lib/winsock.c: New.
2455         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
2456         * modules/sys_socket: Add lib/winsock.c.
2457
2458         * modules/poll-tests: Add errno and perror.
2459         * tests/test-poll.c: Use ioctl, not ioctlsocket.
2460
2461 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2462
2463         * tests/test-poll.c: Downgrade minimum needed Winsock version.
2464
2465 2008-09-23  Bruno Haible  <bruno@clisp.org>
2466
2467         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
2468         * doc/glibc-functions/*: Likewise.
2469
2470 2008-09-23  Simon Josefsson  <simon@josefsson.org>
2471
2472         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
2473         success.
2474
2475 2008-09-22  Eric Blake  <ebb9@byu.net>
2476             Bruno Haible  <bruno@clisp.org>
2477
2478         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
2479         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
2480         supply %A but mishandle pseudo-NaN.
2481         Reported by Simon Josefsson.
2482
2483 2008-09-21  Bruno Haible  <bruno@clisp.org>
2484
2485         * tests/test-lock.c (main): Tweak skip message.
2486         * tests/test-tls.c (main): Likewise.
2487
2488 2008-09-21  Bruno Haible  <bruno@clisp.org>
2489
2490         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
2491         whether 'struct sigaction' has sa_sigaction here...
2492         (gl_PREREQ_SIG_HANDLER_H): ... not here.
2493         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
2494
2495 2008-09-21  Bruno Haible  <bruno@clisp.org>
2496
2497         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
2498         section.
2499         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
2500         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
2501         the new section.
2502         (Support for obsolete systems lacking POSIX:2001): New section.
2503         (String handling <string.h>): Move strdup to the new section.
2504         Suggested by Simon Josefsson and Paolo Bonzini.
2505
2506 2008-09-21  Bruno Haible  <bruno@clisp.org>
2507
2508         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
2509         exponents in %e and %g results on 'long double'. Needed for mingw's
2510         improved *printf functions.
2511         * tests/test-vasprintf-posix.c (test_function): Likewise.
2512         * tests/test-snprintf-posix.h (test_function): Likewise.
2513         * tests/test-sprintf-posix.h (test_function): Likewise.
2514         Reported by Eric Blake.
2515
2516 2008-09-21  Bruno Haible  <bruno@clisp.org>
2517
2518         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
2519         * tests/test-sprintf-posix.h (test_function): Likewise.
2520
2521 2008-09-21  Bruno Haible  <bruno@clisp.org>
2522
2523         * modules/getpass (Depends-on): Add strdup-posix.
2524
2525         New module 'strdup-posix'.
2526         * modules/strdup-posix: New file.
2527         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
2528         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
2529         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2530         REPLACE_STRDUP.
2531         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
2532         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
2533         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2534         strdup-posix.
2535
2536         * modules/strdup (Depends-on): Remove malloc-posix.
2537
2538 2008-09-20  Bruno Haible  <bruno@clisp.org>
2539
2540         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
2541         Wildenhues.
2542
2543 2008-09-20  Bruno Haible  <bruno@clisp.org>
2544
2545         Ensure that wint_t gets defined on IRIX 5.3.
2546         * lib/wchar.in.h (wint_t): Define if not defined by the system.
2547         * lib/wctype.in.h (wint_t): Likewise.
2548         (__wctype_wint_t): Remove type.
2549         (isw*): Use wint_t instead of __wctype_wint_t.
2550         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
2551         * modules/wchar (Files): Add m4/wint_t.m4.
2552         (Makefile.am): Substitute HAVE_WINT_T.
2553         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
2554         * tests/test-wctype.c: Check that wint_t is defined.
2555         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
2556         * doc/posix-headers/wctype.texi: Likewise.
2557         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2558
2559 2008-09-18  Bruno Haible  <bruno@clisp.org>
2560
2561         * gnulib-tool (func_exit): Update comment.
2562
2563 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2564
2565         * modules/getaddrinfo (Depends-on): Remove strdup, this module
2566         assumes strdup exists and does not depend on strdup to return
2567         ENOMEM on out of memory conditions.
2568
2569 2008-09-18  Bruno Haible  <bruno@clisp.org>
2570
2571         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
2572         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
2573         digits for the exponent.
2574
2575 2008-09-18  Jim Meyering  <meyering@redhat.com>
2576             Bruno Haible  <bruno@clisp.org>
2577
2578         * lib/vasnprintf.c (decimal_point_char): Define also if
2579         NEED_PRINTF_INFINITE_LONG_DOUBLE.
2580
2581 2008-09-16  Bruno Haible  <bruno@clisp.org>
2582         and Eric Blake  <ebb9@byu.net>
2583
2584         vasnprintf: support Irix 5.3
2585         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
2586         that mishandle long double infinity.
2587         Reported by Tom G. Christensen.
2588
2589 2008-09-16  Bruno Haible  <bruno@clisp.org>
2590
2591         * doc/glibc-functions/scandir.texi: Mention the function is missing on
2592         Solaris 9.
2593         * doc/glibc-functions/alphasort.texi: Likewise.
2594         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
2595
2596 2008-09-16  Jim Meyering  <meyering@redhat.com>
2597
2598         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
2599         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
2600         a umask modification leak out of a subshell.  Otherwise, the
2601         opensolaris /bin/sh would be accepted and thus cause unwarranted
2602         failures in the coreutils test suite.
2603
2604 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
2605
2606         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
2607         to succeed.
2608
2609 2008-09-16  Jim Meyering  <meyering@redhat.com>
2610
2611         avoid spurious test failure when library is built without ACL support
2612         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
2613         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
2614         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
2615         * tests/test-copy-acl.sh: Likewise.
2616
2617 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2618
2619         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
2620         based on character occurrence counts.
2621
2622 2008-09-15  Eric Blake  <ebb9@byu.net>
2623
2624         tests: avoid some compiler warnings
2625         * tests/test-memchr.c (main): Pass NULL indirectly.
2626         * tests/test-closein.c (main): Avoid unused variable.
2627
2628 2008-09-15  Bruno Haible  <bruno@clisp.org>
2629
2630         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
2631         are missing on OpenBSD 4.0 individually.
2632         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2633
2634 2008-09-15  Bruno Haible  <bruno@clisp.org>
2635
2636         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
2637         * doc/posix-functions/strerror.texi: Mention also Cygwin.
2638         * doc/posix-functions/perror.texi: Likewise.
2639         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
2640         is missing.
2641         Reported by Eric Blake.
2642
2643         * lib/errno.in.h: Use replacement values >= 2000.
2644         Reported by Eric Blake.
2645
2646 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2647
2648         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
2649         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
2650         limit.
2651         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
2652         compareseq was aborted.
2653
2654 2008-09-14  Bruno Haible  <bruno@clisp.org>
2655
2656         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
2657         yvec_edit_count.
2658         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
2659         (fstrcmp_bounded): Simplify result computation accordingly.
2660
2661 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2662
2663         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
2664         (fstrcmp): Define in terms of fstrcmp_bounded.
2665         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
2666         lower_bound argument.
2667         Return quickly if the result is certainly < lower_bound.
2668         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
2669
2670 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2671
2672         * lib/diffseq.h (EARLY_ABORT): New macro.
2673         (compareseq): Change return type to bool. Return true when EARLY_ABORT
2674         evaluates to true.
2675
2676 2008-09-14  Bruno Haible  <bruno@clisp.org>
2677
2678         * modules/perror-tests: New file.
2679         * tests/test-perror.sh: New file.
2680         * tests/test-perror.c: New file.
2681
2682         New module 'perror'.
2683         * lib/stdio.in.h (perror): New declaration.
2684         * lib/perror.c: New file.
2685         * m4/perror.m4: New file.
2686         * modules/perror: New file.
2687         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
2688         * doc/posix-functions/perror.texi: Mention the perror module.
2689         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
2690         REPLACE_PERROR.
2691         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
2692         REPLACE_PERROR.
2693
2694 2008-09-14  Bruno Haible  <bruno@clisp.org>
2695
2696         * modules/stdio (Makefile.am): Reorder to match the order in
2697         lib/stdio.in.h.
2698         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2699
2700 2008-09-13  Bruno Haible  <bruno@clisp.org>
2701
2702         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
2703
2704 2008-09-13  Bruno Haible  <bruno@clisp.org>
2705
2706         Extend strerror to cover the added errno values.
2707         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
2708         (rpl_strerror): Provide error messages for the added errno values and
2709         for the WSA* values.
2710         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
2711         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
2712         strerror.
2713         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
2714         * modules/strerror (Depends-on): Add errno.
2715         * doc/posix-functions/strerror.texi: Document the change.
2716         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
2717         and EOVERFLOW.
2718
2719 2008-09-13  Bruno Haible  <bruno@clisp.org>
2720
2721         * modules/EOVERFLOW: Remove file.
2722         * m4/eoverflow.m4: Remove file.
2723         * modules/EOVERFLOW-tests: Remove file.
2724         * tests/test-EOVERFLOW.c: Remove file.
2725         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
2726         * modules/ftell (Depends-on): Likewise.
2727         * modules/getdelim (Depends-on): Likewise.
2728         * modules/getugroups (Depends-on): Likewise.
2729         * modules/poll (Depends-on): Likewise.
2730         * modules/snprintf (Depends-on): Likewise.
2731         * modules/sprintf-posix (Depends-on): Likewise.
2732         * modules/vasnprintf (Depends-on): Likewise.
2733         * modules/vasprintf (Depends-on): Likewise.
2734         * modules/vfprintf-posix (Depends-on): Likewise.
2735         * modules/vsnprintf (Depends-on): Likewise.
2736         * modules/vsprintf-posix (Depends-on): Likewise.
2737         * modules/xvasprintf (Depends-on): Likewise.
2738         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2739         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
2740         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
2741         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
2742         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2743         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
2744         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
2745         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
2746         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2747         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
2748         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
2749         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
2750         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2751         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
2752         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
2753         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
2754         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2755         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
2756         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
2757         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
2758         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2759         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
2760         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
2761         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
2762         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
2763         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2764         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
2765         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
2766         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
2767         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
2768         * MODULES.html.sh: Remove EOVERFLOW.
2769         * NEWS: Mention the change.
2770
2771 2008-09-13  Bruno Haible  <bruno@clisp.org>
2772
2773         * modules/errno-tests: New file.
2774         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
2775
2776         * lib/errno.in.h: New file.
2777         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
2778         * modules/errno: New file.
2779         * doc/posix-headers/errno.texi: Update documentation.
2780         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
2781
2782 2008-09-13  Bruno Haible  <bruno@clisp.org>
2783
2784         * tests/test-poll.c: Use #if for native Windows, rather than testing
2785         __MSVCRT__.
2786
2787 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2788             Bruno Haible  <bruno@clisp.org>
2789
2790         * lib/glob.c: Don't include <pwd.h> on native Windows.
2791         (WINDOWS32): New macro.
2792         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
2793
2794 2008-09-13  Bruno Haible  <bruno@clisp.org>
2795
2796         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
2797         (ETIMEDOUT): Remove macro.
2798         (glthread_cond_timedwait_multithreaded): New declaration.
2799         (glthread_cond_timedwait): Use it.
2800         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
2801         (glthread_cond_timedwait_multithreaded): New function.
2802
2803 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2804
2805         * modules/poll-tests: Do not check for io.h.
2806         * tests/test-poll.c: Check for __MSVCRT__ instead.
2807
2808 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2809
2810         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
2811         * modules/poll-tests: Add inet_pton, stdbool, sockets.
2812         * tests/test-poll.c: Use them.  Use _pipe on Windows.
2813
2814 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2815
2816         * modules/poll-tests: New.
2817         * tests/test-poll.c: New.
2818
2819 2008-09-12  Eric Blake  <ebb9@byu.net>
2820
2821         frexp: test for NetBSD failure on -0.0
2822         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
2823         not all, bugs from NetBSD 3.0 have been fixed.
2824         * doc/posix-functions/frexp.texi (frexp): Document bug.
2825         Reported by Thomas Klausner.
2826
2827         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
2828         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
2829         literal -0.0.
2830         Reported by Jonathan C. Patschke <jp@centtech.com>.
2831
2832 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2833
2834         * lib/glthread/cond.h: Use dummy implementation also if
2835         USE_WIN32_THREADS.
2836
2837 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2838
2839         * modules/fnmatch-posix (License): Change to LGPLv2+.
2840         * modules/fnmatch-gnu (License): Likewise.
2841
2842 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2843
2844         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
2845
2846 2008-09-11  Jim Meyering  <meyering@redhat.com>
2847
2848         * users.txt: Add gtk-vnc.
2849
2850 2008-09-08  Simon Josefsson  <simon@josefsson.org>
2851
2852         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
2853         rotate amounts.
2854
2855         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
2856         required for 16-bit and 8-bit rotates.
2857         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
2858         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
2859         UINT8_MAX instead of hard-coded constants.
2860         Suggested by Paul Eggert.
2861
2862 2008-09-07  Bruno Haible  <bruno@clisp.org>
2863
2864         * tests/test-striconveh.c (main): Check behaviour when converting from
2865         UTF-7.
2866
2867         Make striconveh work better with stateful encodings.
2868         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
2869         that iconv does not increment the inptr when returning -1/EINVAL.
2870
2871 2008-09-07  Bruno Haible  <bruno@clisp.org>
2872
2873         * build-aux/config.rpath: Update according to libtool-2.2.6.
2874         * build-aux/config.libpath: Likewise.
2875
2876 2008-09-06  Bruno Haible  <bruno@clisp.org>
2877
2878         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
2879         * lib/freadptr.c (freadptr): Likewise.
2880         * lib/freadseek.c (freadptrinc): Likewise.
2881         Reported by Simon Josefsson.
2882
2883 2008-09-06  Bruno Haible  <bruno@clisp.org>
2884
2885         * modules/freadptr (License): Change to LGPLv2+.
2886         * modules/freadseek (License): Likewise.
2887         Suggested by Eric Blake.
2888
2889         * modules/memchr2 (License): Change to LGPLv2+.
2890         Approved by Eric Blake.
2891
2892 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2893             Bruno Haible  <bruno@clisp.org>
2894
2895         Make gnulib-tool work with native 'sed' on AIX.
2896         * gnulib-tool (sed_noop): New variable.
2897         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
2898         func_add_or_update, func_create_testdir): Use it to initialize sed
2899         script variables.
2900         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2901
2902 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
2903             Bruno Haible  <bruno@clisp.org>
2904
2905         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
2906         also works after #include directives.
2907
2908 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
2909
2910         getdate.y: reject an out-of-range timezone value
2911         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
2912         the range [-24...+24].  When specified with only one or two digits,
2913         * tests/test-getdate.c: Tests for the fix.
2914         * doc/getdate.texi: Document this change.
2915
2916 2008-09-03  Bruno Haible  <bruno@clisp.org>
2917
2918         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
2919
2920 2008-09-02  Simon Josefsson  <simon@josefsson.org>
2921
2922         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
2923         <bruce.korb@gmail.com> with ideas from Ben Pfaff
2924         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
2925         Blake <ebb9@byu.net>.
2926
2927         * tests/test-bitrotate.c: Add more test vectors.
2928
2929 2008-09-02  Eric Blake  <ebb9@byu.net>
2930
2931         vasnprintf-posix: handle large precision via %.*d
2932         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
2933         when handling it ourselves.
2934         * tests/test-vasnprintf-posix.c (test_function): Add test.
2935         * tests/test-snprintf-posix.h (test_function): Likewise.
2936         * tests/test-sprintf-posix.h (test_function): Likewise.
2937         * tests/test-vasprintf-posix.c (test_function): Likewise.
2938         Reported by Alain Guibert.
2939
2940 2008-09-01  Eric Blake  <ebb9@byu.net>
2941
2942         c-stack: make configure-time check more robust
2943         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
2944         successful sigaction call.
2945         Reported by Tom G. Christensen.
2946
2947 2008-09-01  Bruno Haible  <bruno@clisp.org>
2948
2949         New module 'findprog-lgpl'.
2950         * modules/findprog-lgpl: New file.
2951         * lib/findprog-lgpl.c: New file.
2952         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
2953         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
2954         to decide whether to use strdup or xstrdup, concatenated_filename or
2955         xconcatenated_filename.
2956
2957 2008-09-01  Bruno Haible  <bruno@clisp.org>
2958
2959         Split module 'concat-filename' into 'concat-filename' (LGPL) and
2960         'xconcat-filename' (GPL).
2961         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
2962         (License): Change to LGPLv2+.
2963         * modules/xconcat-filename: New file.
2964         * lib/concat-filename.h (concatenated_filename): Change specification.
2965         (xconcatenated_filename): New declaration.
2966         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
2967         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
2968         memory situations.
2969         * lib/xconcat-filename.c: New file.
2970         * NEWS: Mention the change.
2971         * lib/findprog.c: Include concat-filename.h, not filename.h.
2972         (find_in_path): Use xconcatenated_filename instead of
2973         concatenated_filename.
2974         * lib/javacomp.c: Include concat-filename.h, not filename.h.
2975         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2976         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2977         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2978         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
2979         instead of concatenated_filename.
2980         * lib/javaexec.c: Include concat-filename.h, not filename.h.
2981         (execute_java_class): Use xconcatenated_filename instead of
2982         concatenated_filename.
2983         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
2984         * modules/javacomp (Depends-on): Likewise.
2985         * modules/javaexec (Depends-on): Likewise.
2986
2987 2008-09-01  Bruno Haible  <bruno@clisp.org>
2988
2989         Split module 'filename' into 'filename' and 'concat-filename'.
2990         * modules/filename: Keep only lib/filename.h.
2991         (License): Change to LGPLv2+.
2992         * modules/concat-filename: New file, extracted from modules/filename.
2993         * lib/filename.h (concatenated_filename): Remove declaration.
2994         * lib/concat-filename.h: New file, extracted from lib/filename.h.
2995         * lib/concat-filename.c: Include concat-filename.h.
2996         * NEWS: Mention the change.
2997
2998 2008-09-01  Simon Josefsson  <simon@josefsson.org>
2999
3000         * lib/bitrotate.h (rotl8, rotr8): Add.
3001
3002         * modules/bitrotate (configure.ac): Need
3003         AC_REQUIRE([AC_C_INLINE]).
3004         (Description): Mention stdint.h.  Reported by Bruno Haible
3005         <bruno@clisp.org>.
3006
3007         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
3008         Paolo Bonzini <bonzini@gnu.org>.
3009
3010 2008-08-31  Bruno Haible  <bruno@clisp.org>
3011
3012         Assume Solaris specific bi-arch conventions on Solaris systems.
3013         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
3014         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
3015         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
3016         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
3017         like acl_libdirstem.
3018         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
3019         acl_libdirstem.
3020         * NEWS: Mention the change.
3021         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
3022
3023 2008-08-31  Jim Meyering  <meyering@redhat.com>
3024
3025         * lib/strftime.h: Add comments describing the two added arguments.
3026
3027         remove duplicate #include directives
3028         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
3029         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
3030
3031 2008-08-31  Bruno Haible  <bruno@clisp.org>
3032
3033         New module 'sigpipe-die'.
3034         * modules/sigpipe-die: New file.
3035         * lib/sigpipe-die.h: New file.
3036         * lib/sigpipe-die.c: New file.
3037         * MODULES.html.sh (Signal handling): Add sigpipe-die.
3038
3039 2008-08-31  Bruno Haible  <bruno@clisp.org>
3040
3041         Don't override previously installed signal handlers.
3042         * lib/fatal-signal.c (saved_sigactions): New variable.
3043         (uninstall_handlers): Reset the signal to the saved handler, not
3044         to SIG_DFL (except when ignored).
3045         (install_handlers): Save the previous handlers.
3046
3047 2008-08-30  Bruno Haible  <bruno@clisp.org>
3048
3049         * gnulib-tool (func_reset_sigpipe): New function.
3050         (func_get_automake_snippet, func_modules_transitive_closure,
3051         func_import): Invoke it before a join command that reads from stdin,
3052         to avoid "echo: write error: Broken pipe" error messages on stderr.
3053         Reported by Sam Steingold <sds@gnu.org>.
3054
3055 2008-08-30  Bruno Haible  <bruno@clisp.org>
3056
3057         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
3058         Code copied from m4/open.m4.
3059         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
3060         access and the filename ends in a slash. Code copied from lib/open.c.
3061         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
3062         * tests/test-fopen.c (main): Check against bug with trailing slash.
3063
3064 2008-08-29  Bruno Haible  <bruno@clisp.org>
3065
3066         Avoid some "gcc -pedantic" warnings.
3067         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
3068         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
3069         * lib/dirent.in.h: Likewise.
3070         * lib/fcntl.in.h: Likewise.
3071         * lib/float.in.h: Likewise.
3072         * lib/iconv.in.h: Likewise.
3073         * lib/inttypes.in.h: Likewise.
3074         * lib/locale.in.h: Likewise.
3075         * lib/math.in.h: Likewise.
3076         * lib/netinet_in.in.h: Likewise.
3077         * lib/search.in.h: Likewise.
3078         * lib/signal.in.h: Likewise.
3079         * lib/stdarg.in.h: Likewise.
3080         * lib/stdint.in.h: Likewise.
3081         * lib/stdio.in.h: Likewise.
3082         * lib/stdlib.in.h: Likewise.
3083         * lib/string.in.h: Likewise.
3084         * lib/strings.in.h: Likewise.
3085         * lib/sys_select.in.h: Likewise.
3086         * lib/sys_socket.in.h: Likewise.
3087         * lib/sys_stat.in.h: Likewise.
3088         * lib/sys_time.in.h: Likewise.
3089         * lib/sysexits.in.h: Likewise.
3090         * lib/time.in.h: Likewise.
3091         * lib/unistd.in.h: Likewise.
3092         * lib/wchar.in.h: Likewise.
3093         * lib/wctype.in.h: Likewise.
3094         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
3095         * modules/fchdir (Makefile.am): Likewise.
3096         * modules/fcntl (Makefile.am): Likewise.
3097         * modules/float (Makefile.am): Likewise.
3098         * modules/iconv_open (Makefile.am): Likewise.
3099         * modules/inttypes (Makefile.am): Likewise.
3100         * modules/locale (Makefile.am): Likewise.
3101         * modules/math (Makefile.am): Likewise.
3102         * modules/netinet_in (Makefile.am): Likewise.
3103         * modules/search (Makefile.am): Likewise.
3104         * modules/signal (Makefile.am): Likewise.
3105         * modules/stdarg (Makefile.am): Likewise.
3106         * modules/stdint (Makefile.am): Likewise.
3107         * modules/stdio (Makefile.am): Likewise.
3108         * modules/stdlib (Makefile.am): Likewise.
3109         * modules/string (Makefile.am): Likewise.
3110         * modules/strings (Makefile.am): Likewise.
3111         * modules/sys_select (Makefile.am): Likewise.
3112         * modules/sys_socket (Makefile.am): Likewise.
3113         * modules/sys_stat (Makefile.am): Likewise.
3114         * modules/sys_time (Makefile.am): Likewise.
3115         * modules/sysexits (Makefile.am): Likewise.
3116         * modules/time (Makefile.am): Likewise.
3117         * modules/unistd (Makefile.am): Likewise.
3118         * modules/wchar (Makefile.am): Likewise.
3119         * modules/wctype (Makefile.am): Likewise.
3120         Reported by Reuben Thomas <rrt@sc3d.org>.
3121
3122 2008-08-29  Bruno Haible  <bruno@clisp.org>
3123
3124         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
3125         any more.
3126
3127 2008-08-29  Simon Josefsson  <simon@josefsson.org>
3128
3129         * MODULES.html.sh (Misc): Add bitrotate.
3130
3131         * modules/bitrotate: New file.
3132
3133         * lib/bitrotate.h: New file.
3134
3135         * modules/bitrotate-tests: New file.
3136
3137         * tests/test-bitrotate.c: New file.
3138
3139         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
3140         on the bitrotate module.
3141
3142         * lib/arctwo.c: Use new bitrotate module.
3143
3144 2008-08-29  Jim Meyering  <meyering@redhat.com>
3145
3146         bootstrap: merge changes from coreutils
3147         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
3148         of copied files.  Remove a kludge, now that this is fixed.
3149         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
3150         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
3151         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
3152
3153 2008-08-29  Bruno Haible  <bruno@clisp.org>
3154
3155         * MODULES.html.sh: Remove --cvs-urls option.
3156
3157 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
3158
3159         maint.mk: adjust to file name change
3160         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
3161
3162 2008-08-28  Jim Meyering  <meyering@redhat.com>
3163
3164         * modules/getndelim2 (License): Relicense to LGPLv2+.
3165         Approved by Richard Stallman for the version of 1995, and by
3166         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
3167
3168 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
3169
3170         * lib/getdelim.c (flockfile, funlockfile): Make all of them
3171         dummy if one is not available.  Do not touch them if
3172         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
3173         (getc_maybe_unlocked): New.
3174         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
3175
3176 2008-08-26  Eric Blake  <ebb9@byu.net>
3177
3178         doc/INSTALL: resync from autoconf
3179         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
3180         (INSTALL_PRELUDE): Delete; this is done more efficiently by
3181         moving...
3182         * install.texi [!autoconf]: ...here.  Resync from autoconf.
3183         * INSTALL: Regenerate.
3184         * INSTALL.ISO: New file.
3185         * INSTALL.UTF-8: Likewise.
3186
3187 2008-08-26  Jim Meyering  <meyering@redhat.com>
3188
3189         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
3190         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
3191         these definitions conditional, so that they may be overridden, too.
3192
3193 2008-08-26  Bruno Haible  <bruno@clisp.org>
3194
3195         Generate INSTALL file variants with prettier quotes.
3196         * doc/Makefile (INSTALL_PRELUDE): New macro.
3197         (INSTALL): Use it.
3198         (INSTALL.ISO, INSTALL.UTF-8): New rules.
3199
3200 2008-08-26  Bruno Haible  <bruno@clisp.org>
3201
3202         Run makeinfo in an English locale.
3203         * doc/Makefile (MAKEINFO): New variable.
3204
3205 2008-08-26  Bruno Haible  <bruno@clisp.org>
3206
3207         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
3208         Suggested by Eric Blake.
3209
3210 2008-08-25  Bruno Haible  <bruno@clisp.org>
3211
3212         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
3213
3214 2008-08-25  Eric Blake  <ebb9@byu.net>
3215
3216         c-stack: test that stack overflow can be caught
3217         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
3218         that platform allows handling stack overflow; at least OS/2 EMX
3219         has sigaltstack, but crashes before transferring control to
3220         handler on stack overflow.
3221         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
3222         check for HAVE_STACK_OVERFLOW_HANDLING.
3223         Reported by Elbert Pol.
3224
3225 2008-08-25  Bruno Haible  <bruno@clisp.org>
3226
3227         * doc/posix-functions/strftime.texi: Fix description of strftime
3228         module.
3229
3230 2008-08-24  Bruno Haible  <bruno@clisp.org>
3231
3232         * tests/uniwidth/test-uc_width2.c: New file.
3233         * tests/uniwidth/test-uc_width2.sh: New file.
3234         * modules/uniwidth/width-tests (Files): Add the new files.
3235         (TESTS): Add uniwidth/test-uc_width2.sh.
3236         (TESTS_ENVIRONMENT): New variable.
3237         (check_PROGRAMS): Add test-uc_width2.
3238         (test_uc_width2_SOURCES): New variable.
3239
3240         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
3241         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
3242         not 0x00AB.
3243         Reported by Alexander V. Lukyanov <lav@netis.ru>.
3244
3245 2008-08-22  Eric Blake  <ebb9@byu.net>
3246
3247         test-lock, test-tls: mention why a test is skipped
3248         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
3249         skipped.
3250         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
3251
3252         count-one-bits: relax license
3253         * modules/count-one-bits (License): Relicense to LGPLv2+.
3254         Suggested by Ludovic Courtès, approved by Ben Pfaff.
3255
3256 2008-08-22  Andreas Schwab  <schwab@suse.de>
3257
3258         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3259         Remove spurious space in assignment.
3260
3261 2008-08-21  Simon Josefsson  <simon@josefsson.org>
3262
3263         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
3264         Paul Eggert <eggert@CS.UCLA.EDU>.
3265
3266 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
3267
3268         * modules/gettext: Add m4/threadlib.m4.
3269
3270 2008-08-19  Eric Blake  <ebb9@byu.net>
3271
3272         test-c-stack: fix compilation failure on FreeBSD 5.0
3273         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
3274         headers before <sys/resource.h>.
3275         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
3276         the bug.
3277         Reported by Nelson H. F. Beebe.
3278
3279         strverscmp: migrate from "strverscmp.h" to <string.h>
3280         * modules/string (Makefile.am): Add new hooks.
3281         * modules/strverscmp (Files): Remove strverscmp.h.
3282         (Depends-on): Add string.
3283         (configure.ac): Add indicator.
3284         (Include): Mention new header.
3285         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
3286         defaults.
3287         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
3288         results.
3289         * lib/strverscmp.h: Delete.
3290         * lib/string.in.h (strverscmp): Provide declaration, when needed.
3291         * tests/test-strverscmp.c (includes): Adjust client.
3292         * lib/check-version.c (includes): Likewise.
3293         * NEWS: Document the change.
3294
3295         strverscmp: add unit test
3296         * modules/strverscmp-tests: New file.
3297         * tests/test-strverscmp.c: Likewise.
3298
3299 2008-08-19  Simon Josefsson  <simon@josefsson.org>
3300
3301         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
3302         regarding Windows crypto stuff, from Mono.
3303
3304 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
3305
3306         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
3307         if present, for intel RND.  Return error on failures.
3308
3309 2008-08-18  Ben Pfaff  <blp@gnu.org>
3310
3311         gitlog-to-changelog: give better diagnostic for failed pipe-open
3312         * build-aux/gitlog-to-changelog: Improve error message: suggest
3313         that the version of Git may be too old.
3314
3315 2008-08-18  Simon Josefsson  <simon@josefsson.org>
3316
3317         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
3318         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
3319
3320 2008-08-18  Bruno Haible  <bruno@clisp.org>
3321
3322         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
3323         pthread_in_use().
3324
3325 2008-08-18  Bruno Haible  <bruno@clisp.org>
3326
3327         * lib/glthread/threadlib.c: Include <pthread.h>.
3328
3329 2008-08-18  Bruno Haible  <bruno@clisp.org>
3330
3331         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
3332         glthread_recursive_lock_* macros.
3333         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
3334         Fix syntax error.
3335
3336 2008-08-18  Bruno Haible  <bruno@clisp.org>
3337
3338         * lib/glthread/thread.c: Avoid forcing a context switch right after
3339         thread creation.
3340
3341 2008-08-17  Bruno Haible  <bruno@clisp.org>
3342
3343         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
3344         * lib/glthread/thread.h: Provide Win32 specific implementation.
3345         * modules/thread (Files): Add lib/glthread/thread.c.
3346         (Depends-on): Add lock.
3347         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
3348
3349 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3350
3351         New module 'yield'.
3352         * modules/yield: New file.
3353         * lib/glthread/yield.h: New file.
3354         * m4/yield.m4: New file.
3355         * MODULES.html.sh (Multithreading): Add yield.
3356
3357 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3358
3359         New module 'thread'.
3360         * modules/thread: New file.
3361         * lib/glthread/thread.h: New file.
3362         * m4/thread.m4: New file.
3363         * MODULES.html.sh (Multithreading): Add thread.
3364
3365 2008-08-17  Bruno Haible  <bruno@clisp.org>
3366
3367         * lib/glthread/lock.h: Include <stdlib.h> always.
3368         * lib/glthread/tls.h: Likewise.
3369         * lib/glthread/cond.h: Likewise.
3370
3371 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3372
3373         New module 'cond'.
3374         * modules/cond: New file.
3375         * lib/glthread/cond.h: New file.
3376         * lib/glthread/cond.c: New file.
3377         * m4/cond.m4: New file.
3378         * MODULES.html.sh (Multithreading): Add cond.
3379
3380 2008-08-16  Eric Blake  <ebb9@byu.net>
3381
3382         c-stack: fix regression on Irix 5.3 from 2008-06-21
3383         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
3384         sa_sigaction...
3385         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
3386         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
3387         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
3388         * modules/signal (Makefile.am): Use the value.
3389         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
3390         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
3391         * doc/posix-headers/signal.texi (signal.h): Document this
3392         portability issue.
3393         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
3394         Reported by Tom G. Christensen.
3395
3396 2008-08-17  Bruno Haible  <bruno@clisp.org>
3397
3398         New module 'threadlib'.
3399         * modules/threadlib: New file.
3400         * lib/glthread/threadlib.c: New file, extracted from
3401         lib/glthread/lock.c.
3402         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
3403         functions.
3404         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
3405         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
3406         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
3407         macros.
3408         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
3409         (gl_DISABLE_THREADS): Remove macro.
3410         * modules/lock (Files): Remove build-aux/config.rpath.
3411         (Depends-on): Remove havelib. Add threadlib.
3412         (configure.ac-early): Remove section.
3413         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
3414         * modules/tls (Depends-on): Remove lock. Add threadlib.
3415         (Link): New section, copied from threadlib.
3416         * MODULES.html.sh (Multithreading): Add threadlib.
3417
3418 2008-08-14  Bruno Haible  <bruno@clisp.org>
3419
3420         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
3421         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
3422         glthread_rwlock_unlock, glthread_rwlock_destroy,
3423         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
3424         glthread_recursive_lock_destroy): Define as macros always.
3425         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
3426         glthread_lock_lock.
3427         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
3428         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
3429         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
3430         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
3431         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
3432         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
3433         (glthread_recursive_lock_lock_func): Renamed from
3434         glthread_recursive_lock_lock.
3435         (glthread_recursive_lock_unlock_func): Renamed from
3436         glthread_recursive_lock_unlock.
3437         (glthread_recursive_lock_destroy_func): Renamed from
3438         glthread_recursive_lock_destroy.
3439
3440 2008-08-14  Bruno Haible  <bruno@clisp.org>
3441
3442         * lib/glthread/lock.h: Renamed from lib/lock.h.
3443         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
3444         * lib/glthread/tls.h: Renamed from lib/tls.h.
3445         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
3446         * lib/fstrcmp.c: Update includes.
3447         * lib/strsignal.c: Update includes.
3448         * modules/lock (Files, Makefile.am): Update.
3449         (Include): Change to "glthread/lock.h".
3450         * modules/tls (Files, Makefile.am): Update.
3451         (Include): Change to "glthread/tls.h".
3452         * tests/test-lock.c: Update includes.
3453         * tests/test-tls.c: Update includes.
3454         * NEWS: Mention the renamed header files.
3455
3456 2008-08-11  Jim Meyering  <meyering@redhat.com>
3457
3458         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
3459
3460 2008-08-11  Eric Blake  <ebb9@byu.net>
3461
3462         test-c-stack: avoid C99-ism
3463         * tests/test-c-stack.c (main): Fix whitespace, move declaration
3464         before statement.
3465         Reported by Alain Guibert.
3466
3467 2008-08-10  Jim Meyering  <meyering@redhat.com>
3468
3469         ensure that return value of uinttostr et al are not ignored
3470         * lib/inttostr.h (__GNUC_PREREQ): Define.
3471         (__attribute_warn_unused_result__): Define.
3472         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
3473
3474 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
3475
3476         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
3477         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
3478
3479 2008-08-07  Jim Meyering  <meyering@redhat.com>
3480
3481         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
3482
3483         * modules/mkstemp (License): Relicense under LGPLv2+.
3484         * modules/tempname (License): Likewise.
3485
3486 2008-08-06  Bruno Haible  <bruno@clisp.org>
3487
3488         * lib/poll.c (poll): Further micro-optimization.
3489
3490 2008-08-06  Jim Meyering  <meyering@redhat.com>
3491
3492         inet_pton.c: use locale-independent tolower
3493         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
3494         (inet_pton6): Use c_tolower rather than tolower.
3495         * modules/inet_pton (Depends-on): Add c-ctype.
3496
3497 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
3498
3499         * lib/poll.c (poll): Avoid division when timeout is 0, cache
3500         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
3501
3502 2008-08-06  Jim Meyering  <meyering@redhat.com>
3503
3504         * modules/inet_pton (License): Relicense under LGPLv2+.
3505
3506 2008-08-03  Bruno Haible  <bruno@clisp.org>
3507
3508         Additional non-aborting API for lock and tls.
3509         * lib/lock.h: Include <errno.h>.
3510         (glthread_lock_init): New macro/function.
3511         (gl_lock_init): Define as wrapper around glthread_lock_init.
3512         (glthread_lock_lock): New macro/function.
3513         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
3514         (glthread_lock_unlock): New macro/function.
3515         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
3516         (glthread_lock_destroy): New macro/function.
3517         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
3518         (glthread_rwlock_init): New macro/function.
3519         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
3520         (glthread_rwlock_rdlock): New macro/function.
3521         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
3522         (glthread_rwlock_wrlock): New macro/function.
3523         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
3524         (glthread_rwlock_unlock): New macro/function.
3525         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
3526         (glthread_rwlock_destroy): New macro/function.
3527         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
3528         (glthread_recursive_lock_init): New macro/function.
3529         (gl_recursive_lock_init): Define as wrapper around
3530         glthread_recursive_lock_init.
3531         (glthread_recursive_lock_lock): New macro/function.
3532         (gl_recursive_lock_lock): Define as wrapper around
3533         glthread_recursive_lock_lock.
3534         (glthread_recursive_lock_unlock): New macro/function.
3535         (gl_recursive_lock_unlock): Define as wrapper around
3536         glthread_recursive_lock_unlock.
3537         (glthread_recursive_lock_destroy): New macro/function.
3538         (gl_recursive_lock_destroy): Define as wrapper around
3539         glthread_recursive_lock_destroy.
3540         (glthread_once): New macro/function.
3541         (gl_once): Define as wrapper around glthread_once.
3542         Update function declarations.
3543         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
3544         glthread_rwlock_init. Return error code.
3545         (glthread_rwlock_rdlock_multithreaded): Renamed from
3546         glthread_rwlock_rdlock. Return error code.
3547         (glthread_rwlock_wrlock_multithreaded): Renamed from
3548         glthread_rwlock_wrlock. Return error code.
3549         (glthread_rwlock_unlock_multithreaded): Renamed from
3550         glthread_rwlock_unlock. Return error code.
3551         (glthread_rwlock_destroy_multithreaded): Renamed from
3552         glthread_rwlock_destroy. Return error code.
3553         (glthread_recursive_lock_init_multithreaded): Renamed from
3554         glthread_recursive_lock_init. Return error code.
3555         (glthread_recursive_lock_lock_multithreaded): Renamed from
3556         glthread_recursive_lock_lock. Return error code.
3557         (glthread_recursive_lock_unlock_multithreaded): Renamed from
3558         glthread_recursive_lock_unlock. Return error code.
3559         (glthread_recursive_lock_destroy_multithreaded): Renamed from
3560         glthread_recursive_lock_destroy. Return error code.
3561         (glthread_once_call): Make static.
3562         (glthread_once_multithreaded): Renamed from glthread_once.
3563         * lib/tls.h: Include <errno.h>.
3564         (glthread_tls_key_init): New macro/function.
3565         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
3566         (glthread_tls_set): New macro/function.
3567         (gl_tls_set): Define as wrapper around glthread_tls_set.
3568         (glthread_tls_key_destroy): New macro/function.
3569         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
3570         Update function declarations.
3571         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
3572         glthread_tls_get.
3573         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3574
3575 2008-08-04  Eric Blake  <ebb9@byu.net>
3576
3577         gnumakefile: use space, not TAB, outside of targets
3578         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
3579
3580 2008-08-02  Jim Meyering  <meyering@redhat.com>
3581
3582         getdate.y: avoid locale-dependent date parsing failure
3583         In Turkish locales, getdate would fail to recognize keywords
3584         containing a lowercase "i".  The solution is not to rely on
3585         locale-sensitive case-conversion.
3586         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
3587         (lookup_word): Use c_toupper in place of toupper.
3588         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
3589         Reported by Vefa Bicakci <bicave@superonline.com> in
3590         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
3591         * modules/getdate (Depends-on): Add c-ctype.
3592
3593 2008-08-02  Bruno Haible  <bruno@clisp.org>
3594
3595         * gnulib-tool (func_import): When updating or creating a .gitignore
3596         file, prepend each added line with a slash, and ignore leading slashes
3597         from the existing lines.
3598         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3599
3600 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3601
3602         Portability fix for GNU make 3.79.1.
3603         * top/GNUmakefile: Avoid 'else COND', which older GNU make
3604         versions do not understand.
3605
3606 2008-08-01  Bruno Haible  <bruno@clisp.org>
3607
3608         Work around bug of HP-UX 10.20 cc with -0.0 literal.
3609         * tests/test-isnanf.h (zero): New variable.
3610         (main): Avoid literal -0.0f.
3611         * tests/test-isnand.h (zero): New variable.
3612         (main): Avoid literal -0.0.
3613         * tests/test-isnanl.h (zero): New variable.
3614         (main): Avoid literal -0.0L.
3615         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
3616         (test_float, test_double, test_long_double): Avoid literals -0.0f,
3617         -0.0, -0.0L.
3618         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
3619         (test_signbitd): Avoid literal -0.0.
3620         (test_signbitl): Avoid literal -0.0L.
3621         * tests/test-ceilf1.c (zero): New variable.
3622         (main): Avoid literal -0.0f.
3623         * tests/test-ceill.c (zero): New variable.
3624         (main): Avoid literal -0.0L.
3625         * tests/test-floorf1.c (zero): New variable.
3626         (main): Avoid literal -0.0f.
3627         * tests/test-floorl.c (zero): New variable.
3628         (main): Avoid literal -0.0L.
3629         * tests/test-roundf1.c (zero): New variable.
3630         (main): Avoid literal -0.0f.
3631         * tests/test-round1.c (zero): New variable.
3632         (main): Avoid literal -0.0.
3633         * tests/test-roundl.c (zero): New variable.
3634         (main): Avoid literal -0.0L.
3635         * tests/test-truncf1.c (zero): New variable.
3636         (main): Avoid literal -0.0f.
3637         * tests/test-trunc1.c (zero): New variable.
3638         (main): Avoid literal -0.0.
3639         * tests/test-truncl.c (zero): New variable.
3640         (main): Avoid literal -0.0L.
3641         * tests/test-frexp.c (zero): New variable.
3642         (main): Avoid literal -0.0.
3643         * tests/test-frexpl.c (zero): New variable.
3644         (main): Avoid literal -0.0L.
3645         * tests/test-ldexpl.c (zero): New variable.
3646         (main): Avoid literal -0.0L.
3647         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3648         (zerod, zerol): New variables.
3649         (test_function): Avoid literals -0.0, -0.0L.
3650         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3651         (zerod, zerol): New variables.
3652         (test_function): Avoid literals -0.0, -0.0L.
3653         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3654         (zerod, zerol): New variables.
3655         (test_function): Avoid literals -0.0, -0.0L.
3656         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3657         (zerod, zerol): New variables.
3658         (test_function): Avoid literals -0.0, -0.0L.
3659         * tests/test-strtod.c (zero): New variable.
3660         (main): Avoid literal -0.0.
3661         Reported by Jonathan C. Patschke <jp@centtech.com>.
3662
3663 2008-07-31  Jim Meyering  <meyering@redhat.com>
3664
3665         sha256.h: correct definition of SHA224_DIGEST_SIZE
3666         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
3667         Reported by Paulie Pena IV <paulie4@gmail.com>.
3668         Define as 224 / 8, rather than as a literal.
3669         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
3670         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
3671         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
3672
3673 2008-07-31  Bruno Haible  <bruno@clisp.org>
3674
3675         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
3676         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
3677         Reported by Jonathan Patschke <jp@centtech.com>.
3678
3679 2008-07-31  Bruno Haible  <bruno@clisp.org>
3680
3681         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
3682         Reported by Paolo Bonzini <bonzini@gnu.org>.
3683
3684 2008-07-30  Eric Blake  <ebb9@byu.net>
3685
3686         test-strtod: allow compilation without -lm
3687         * tests/test-strtod.c (main): Avoid link dependence on fabs.
3688         Reported by Dennis Clarke <blastwave@gmail.com>.
3689
3690 2008-07-28  Jim Meyering  <meyering@redhat.com>
3691
3692         bootstrap: work also when there are no .po files in po/
3693         * build-aux/bootstrap (update_po_files): Complete the change
3694         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
3695
3696 2008-07-27  Jim Meyering  <meyering@redhat.com>
3697
3698         * users.txt: Add zile.
3699
3700 2008-07-26  Ben Pfaff  <blp@gnu.org>
3701
3702         Add missing dependencies on new m4/exponent[fdl].m4 files.
3703         * modules/isnanf-nolibm: Add m4/exponentf.m4.
3704         * modules/isnand-nolibm: Add m4/exponentd.m4.
3705         * modules/isnanl-nolibm: Add m4/exponentl.m4.
3706         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
3707         m4/isnan[fdl].m4, because the macros actually used moved.
3708         Reported by Jim Meyering.
3709
3710 2008-07-14  Ben Pfaff  <blp@gnu.org>
3711
3712         Add isinf module.
3713         * lib/isinf.c: New file.
3714         * lib/math.in.h: Define isinf macro if we have decided to replace
3715         it.
3716         * m4/isinf.m4: New file.
3717         * m4/math_h.m4: Initialize and substitute variables for isinf
3718         module.
3719         * modules/isinf: New file.
3720         * modules/isinf-tests: New file.
3721         * modules/math: Add substitutions for new module.
3722         * tests/test-isinf.c: New file.
3723         * doc/posix-functions/isinf.texi: Mention new module.
3724         * MODULES.html.sh: Mention new module.
3725
3726 2008-07-14  Ben Pfaff  <blp@gnu.org>
3727
3728         Factor out some macros for use by additional modules.
3729         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
3730         exponentf.m4.
3731         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
3732         exponentd.m4.
3733         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
3734         file exponentl.m4.
3735         * m4/exponentf.m4: New file.
3736         * m4/exponentd.m4: New file.
3737         * m4/exponentl.m4: New file.
3738         * modules/isnanf: Use new file m4/exponentf.m4.
3739         * modules/isnand: Use new file m4/exponentd.m4.
3740         * modules/isnanl: Use new file m4/exponentl.m4.
3741
3742 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
3743
3744         mktime.c: normalize tp->tm_isdst value to -1/0/1.
3745         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
3746         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
3747         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
3748
3749         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
3750         readlink on platforms without PATH_MAX.
3751
3752 2008-07-21  Eric Blake  <ebb9@byu.net>
3753
3754         Warn, not fail, on stale version.
3755         * top/GNUmakefile (_curr-ver): Tone down previous patch.
3756
3757         Don't allow installation with stale devel version number.
3758         * top/GNUmakefile (_is-install-target): New macro.
3759         (_curr-ver): Forbid installation with stale version number.
3760
3761 2008-07-20  Bruno Haible  <bruno@clisp.org>
3762
3763         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
3764         TESTS_ENVIRONMENT.
3765         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
3766
3767 2008-07-20  Bruno Haible  <bruno@clisp.org>
3768
3769         * lib/c-stack.h (c_stack_action): Add documentation.
3770         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
3771
3772 2008-07-20  Bruno Haible  <bruno@clisp.org>
3773
3774         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
3775         * modules/readlink (License): Likewise.
3776
3777 2008-07-17  Eric Blake  <ebb9@byu.net>
3778
3779         * modules/c-stack (Link): Fix typo.
3780
3781         Make c-stack use libsigsegv, when available.
3782         * modules/c-stack (Depends-on): Add libsigsegv.
3783         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
3784         needed.
3785         * lib/c-stack.c (SIGSTKSZ): Define fallback.
3786         (segv_handler, overflow_handler, c_stack_action)
3787         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
3788         implementation when libsigsegv is available, but only when using
3789         the library is necessary.
3790         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
3791         comment, explaining why XSI check fails on Linux.
3792         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
3793         * tests/test-c-stack2.sh: Tweak skip message.
3794         * NEWS: Document new link-time requirements.
3795
3796 2008-07-16  Eric Blake  <ebb9@byu.net>
3797
3798         c-stack: Expose false positives when not using libsigsegv.
3799         * modules/c-stack-tests (Files): Expand test.
3800         * tests/test-c-stack.c (main): Add means to conditionally trigger
3801         non-overflow SIGSEGV.
3802         * tests/test-c-stack2.sh: New file.
3803
3804 2008-07-14  Bruno Haible  <bruno@clisp.org>
3805
3806         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
3807         Reported by Eric Blake.
3808
3809 2008-07-14  Sam Steingold  <sds@gnu.org>
3810             Bruno Haible  <bruno@clisp.org>
3811
3812         New module libsigsegv.
3813         * modules/libsigsegv: New file.
3814         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
3815         modifications.
3816         * MODULES.html.sh (Signal handling): New section.
3817
3818 2008-07-14  Bruno Haible  <bruno@clisp.org>
3819
3820         * modules/unictype/ctype-* (Description): Add the word "function".
3821         Improves the resulting doc in MODULES.html.
3822
3823 2008-07-12  Ben Pfaff  <blp@gnu.org>
3824
3825         Add longlong module.
3826         * modules/longlong: New file.
3827
3828 2008-07-12  Bruno Haible  <bruno@clisp.org>
3829
3830         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
3831         to empty.
3832
3833 2008-07-10  Ben Pfaff  <blp@gnu.org>
3834
3835         Add isnan module.
3836         * doc/posix-functions/isnan.texi: Mention new module.
3837         * lib/math.in.h: Define isnan macro if we have decided to replace
3838         it.
3839         * m4/isnan.m4: New file.
3840         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
3841         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
3842         also.
3843         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
3844         redundancy.
3845         * m4/math_h.m4: Initialize and substitute variables for isnan
3846         module.
3847         * modules/isnan: New file.
3848         * modules/isnan-tests: New file.
3849         * modules/math: Add substitutions for new module.
3850         * tests/test-isnan.c: New file.
3851         * MODULES.html.sh: Mention new module.
3852
3853 2008-07-10  Ben Pfaff  <blp@gnu.org>
3854
3855         Add isnanf module.
3856         * lib/isnanf.m4: New file.
3857         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
3858         (gl_HAVE_ISNANF_IN_LIBM): New macro.
3859         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
3860         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
3861         * modules/isnanf: New file.
3862         * modules/isnanf-tests: New file.
3863         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
3864         files.
3865         * tests/test-isnanf-nolibm.c: factored most of its contents into
3866         new file tests/test-isnanf.h.
3867         * tests/test-isnanf.h: New file.
3868         * tests/test-isnanf.c: New file.
3869         * MODULES.html.sh: Mention new module.
3870         * doc/glibc-functions/isnanf.texi: Mention new module.
3871
3872 2008-07-10  Ben Pfaff  <blp@gnu.org>
3873
3874         Add isnand module.
3875         * lib/isnand.h: New file.
3876         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
3877         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
3878         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
3879         functionality also.
3880         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
3881         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
3882         (gl_HAVE_ISNAND_IN_LIBM): New macro.
3883         * modules/isnand: New file.
3884         * modules/isnand-tests: New file.
3885         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
3886         files.
3887         * tests/test-isnand-nolibm.c: factored most of its contents into
3888         new file tests/test-isnand.h.
3889         * tests/test-isnand.h: New file.
3890         * tests/test-isnand.c: New file.
3891         * MODULES.html.sh: Mention new module.
3892
3893 2008-07-10  Ben Pfaff  <blp@gnu.org>
3894
3895         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
3896         * lib/isnand.h: Rename lib/isnand-nolibm.h.
3897         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
3898         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
3899         * modules/isnanf-nolibm: Update references to renamed files.
3900         * modules/isnand-nolibm: Likewise.
3901         * modules/isnanf-nolibm-tests: Likewise.
3902         * modules/isnand-nolibm-tests: Likewise.
3903         * lib/frexp.c: Likewise.
3904         * lib/isfinite.c: Likewise.
3905         * lib/signbitd.c: Likewise.
3906         * lib/signbitf.c: Likewise.
3907         * lib/vasnprintf.c: Likewise.
3908         * tests/test-ceilf1.c: Likewise.
3909         * tests/test-ceilf2.c: Likewise.
3910         * tests/test-floorf1.c: Likewise.
3911         * tests/test-floorf2.c: Likewise.
3912         * tests/test-frexp.c: Likewise.
3913         * tests/test-round1.c: Likewise.
3914         * tests/test-round2.c: Likewise.
3915         * tests/test-roundf1.c: Likewise.
3916         * tests/test-strtod.c: Likewise.
3917         * tests/test-trunc1.c: Likewise.
3918         * tests/test-trunc2.c: Likewise.
3919         * tests/test-truncf1.c: Likewise.
3920         * tests/test-truncf2.c: Likewise.
3921         * NEWS: Mention the renamed header files.
3922
3923 2008-07-11  Jim Meyering  <meyering@redhat.com>
3924
3925         vc-list-files: make the last-resort awk code more portable
3926         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
3927         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
3928         does not support it.
3929
3930 2008-07-10  Eric Blake  <ebb9@byu.net>
3931
3932         Work with tar's bootstrap.
3933         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
3934         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
3935         an m4 comment.
3936
3937 2008-07-09  Jim Meyering  <meyering@redhat.com>
3938
3939         posix-shell.m4: fix typo that made this test malfunction
3940         * m4/posix-shell.m4: Remove capitalization in variable name.
3941
3942 2008-07-08  Bruno Haible  <bruno@clisp.org>
3943
3944         * m4/onceonly.m4: Update comments.
3945         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3946
3947 2008-07-04  Jim Meyering  <meyering@redhat.com>
3948
3949         * users.txt: Add vc-dwim.
3950         (bison, coreutils): Use the gitweb URL.
3951
3952 2008-07-03  Jim Meyering  <meyering@redhat.com>
3953
3954         * users.txt: Add libffcall.  From Sam Steingold.
3955
3956 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
3957
3958         getdate.y: do not ignore TZ with relative day, month or year offset
3959         * lib/getdate.y (get_date): Move the tz-handling block to follow the
3960         relative-date-handling, since otherwise, the latter would clobber the
3961         sole output (an updated Start value) of the tz-handling block.
3962         * tests/test-getdate.c: Tests for the fix
3963
3964 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3965
3966         Recognize 'foo_LIBRARIES += libgnu.a'.
3967         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
3968         makefile snippet has already specified an installation location,
3969         also using '+='.
3970
3971 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
3972
3973         getdate.y: factor out common actions
3974         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
3975         Use them in place of open-coded actions.
3976
3977 2008-07-01  Simon Josefsson  <simon@josefsson.org>
3978
3979         Add self-test for getdate module.
3980         * modules/getdate-tests: New file.
3981         * tests/test-getdate.c: New file.
3982
3983 2008-06-29  Bruno Haible  <bruno@clisp.org>
3984
3985         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
3986         .gitignore.
3987         Reported by Sylvain Beucler <beuc@beuc.net>.
3988
3989 2008-06-29  Bruno Haible  <bruno@clisp.org>
3990
3991         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
3992         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
3993
3994 2008-06-29  Bruno Haible  <bruno@clisp.org>
3995
3996         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
3997         EXTRA_DIST.
3998         Reported by Sylvain Beucler <beuc@beuc.net>.
3999
4000 2008-06-26  Jim Meyering  <meyering@redhat.com>
4001
4002         make several modules depend on the "open" module
4003         This provides slightly increased consistency when opening-for-write
4004         the name of a non-directory spelled with a trailing slash.
4005         * modules/chdir-safer: Likewise.
4006         * modules/chown: Likewise.
4007         * modules/clean-temp: Likewise.
4008         * modules/copy-file: Likewise.
4009         * modules/fchdir: Likewise.
4010         * modules/fcntl-safer: Likewise.
4011         * modules/pipe: Likewise.
4012         * modules/utime: Likewise.
4013         Prompted by Eric Blake and Bruno Haible.
4014
4015 2008-06-24  Andreas Schwab  <schwab@suse.de>
4016
4017         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
4018         literals can be used as initializers for global variables.
4019
4020 2008-06-23  Eric Blake  <ebb9@byu.net>
4021
4022         Make gnulib-cache.m4 easier to diff.
4023         * gnulib-tool (func_import): Allow newlines when reading cached
4024         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
4025
4026 2008-06-23  Bruno Haible  <bruno@clisp.org>
4027
4028         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
4029         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
4030         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
4031         m4/signalblocking.m4.
4032         (gl_PREREQ_SIGACTION): Don't invoke it.
4033         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
4034         gl_PREREQ_SIG_HANDLER_H.
4035         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4036         Don't check for sigaction here.
4037
4038 2008-06-23  Bruno Haible  <bruno@clisp.org>
4039
4040         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
4041         (install_handlers): Don't set the SA_RESETHAND flag.
4042
4043 2008-06-23  Bruno Haible  <bruno@clisp.org>
4044
4045         * m4/sigaction.m4: Comment fixes.
4046         * lib/signal.in.h: Likewise.
4047
4048 2008-06-23  Eric Blake  <ebb9@byu.net>
4049
4050         Fix typo.
4051         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
4052
4053         Avoid SA_ namespace.
4054         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
4055         Reported by Ralf Wildenhues.
4056
4057         Avoid test failure due to SA_RESTORER.
4058         * tests/test-sigaction.c (SA_MASK): New macro.
4059         (main): Avoid failing due to extension flags being set.
4060         Reported by Jim Meyering.
4061
4062         Revert use of sig-handler.h in sigprocmask.c.
4063         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
4064         it requires the existence of struct sigaction.
4065         * lib/sigprocmask.c (handler_t): Restore typedef.
4066         (rpl_signal, old_handlers): Use local type.
4067
4068 2008-06-22  Bruno Haible  <bruno@clisp.org>
4069
4070         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
4071         conditionally.
4072         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4073
4074 2008-06-22  Bruno Haible  <bruno@clisp.org>
4075
4076         * doc/posix-functions/siginterrupt.texi: Move note.
4077
4078         * lib/signal.in.h (SA_RESTART): New macro.
4079         * lib/sigaction.c: Update comment.
4080
4081         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
4082
4083         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
4084         (gl_PREREQ_SIGPROCMASK): Invoke it.
4085         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
4086
4087         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
4088
4089         * lib/sigprocmask.c: Update a comment.
4090
4091 2008-06-21  Eric Blake  <ebb9@byu.net>
4092
4093         Use sigaction module rather than signal().
4094         * modules/c-stack (Depends-on): Add sigaction.
4095         * modules/fatal-signal (Depends-on): Likewise.
4096         * modules/nanosleep (Depends-on): Likewise.
4097         * modules/sigprocmask (Files): Add sig-handler.h.
4098         * modules/sigaction (Files): Likewise.
4099         * lib/sig-handler.h (get_handler): New file, suggested by Paul
4100         Eggert.
4101         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
4102         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
4103         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
4104         (init_fatal_signals): Likewise.
4105         * lib/nanosleep.c (rpl_nanosleep): Likewise.
4106         (siginterrupt): Delete fallback.
4107         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
4108         instead.
4109         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
4110         siginterrupt.
4111
4112         New module sigaction, for mingw.
4113         * modules/sigaction: New module...
4114         * modules/sigaction-tests: ...and its test.
4115         * m4/sigaction.m4: New file.
4116         * lib/sigaction.c: Likewise.
4117         * tests/test-sigaction.c: Likewise.
4118         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
4119         * modules/signal (Makefile.am): Likewise.
4120         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
4121         needed.
4122         * doc/posix-headers/signal.texi (signal.h): Mention provided
4123         types.
4124         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
4125         that sigaction is preferable.
4126         * doc/posix-functions/sigaction.texi (sigaction): Mention new
4127         module.
4128         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4129         sigaction.
4130
4131         Improve robustness of sigprocmask by overriding signal.
4132         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
4133         is in use.
4134         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
4135         (SIGKILL, SIGSTOP): Provide fallbacks.
4136         (rpl_signal): Implement.
4137         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
4138         signal can be called inside handlers.
4139
4140         Fix nanosleep module on mingw.
4141         * modules/nanosleep (Depends-on): Add sys_select.
4142         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
4143
4144         Fix licensing of sigprocmask.
4145         * modules/raise (License): Relicense as LGPL.
4146
4147 2008-06-21  Bruno Haible  <bruno@clisp.org>
4148
4149         * lib/propername.c (proper_name_utf8): Don't use the transliterated
4150         result if it contains question marks.
4151         Reported by Michael Geng <linux@michaelgeng.de>.
4152
4153 2008-06-19  Bruno Haible  <bruno@clisp.org>
4154
4155         Fix CVS-ism.
4156         * doc/gnulib.texi: Include updated-stamp.texi.
4157         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
4158         (updated-stamp.texi): New rule.
4159         (gnulib.info): Depend on it.
4160         * doc/.gitignore: Add updated-stamp.texi.
4161         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
4162
4163 2008-06-19  Bruno Haible  <bruno@clisp.org>
4164
4165         * doc/Makefile (gnulib.info): Update and simplify dependencies.
4166         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
4167
4168 2008-06-19  Eric Blake  <ebb9@byu.net>
4169
4170         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
4171         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
4172         Reported by Stepan Kasal.
4173
4174 2008-06-18  Bruno Haible  <bruno@clisp.org>
4175
4176         * lib/fatal-signal.c (init_fatal_signals): Add comment.
4177         Reported by Eric Blake.
4178
4179 2008-06-18  Eric Blake  <ebb9@byu.net>
4180
4181         Work around cygwin 1.5.25 strsignal bug.
4182         * tests/test-strsignal.c: Allow for const char *.
4183         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
4184
4185 2008-06-18  Simon Josefsson  <simon@josefsson.org>
4186
4187         * users.txt: Update URL to article and add author/date
4188         information.
4189
4190 2008-06-17  Bruno Haible  <bruno@clisp.org>
4191
4192         New macro gl_DISABLE_THREADS.
4193         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
4194         if the user did not pass --enable-threads or --disable-threads option.
4195         (gl_DISABLE_THREADS): New macro.
4196         Reported by Eric Blake <ebb9@byu.net>.
4197
4198 2008-06-17  Bruno Haible  <bruno@clisp.org>
4199
4200         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
4201         when the macro ignores it.
4202         Based on a patch by Eric Blake <ebb9@byu.net>.
4203
4204 2008-06-17  Bruno Haible  <bruno@clisp.org>
4205
4206         * modules/tls (License): Change to LGPLv2+.
4207         Reported by Eric Blake.
4208
4209 2008-06-17  Eric Blake  <ebb9@byu.net>
4210
4211         Simplify c-stack prerequisites.
4212         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
4213         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
4214         no longer requires <ucontext.h> to exist.  Optimize setrlimit
4215         check.
4216         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
4217         <sys/resource.h>.
4218
4219         Move c-stack test into testsuite.
4220         * modules/c-stack-tests: New file.
4221         * lib/c-stack.c [DEBUG]: Move test program...
4222         * tests/test-c-stack.c: ...into this new file.  Skip rather than
4223         fail test if sigaltstack is lacking.
4224         * tests/test-c-stack.sh: New driver file.
4225
4226 2008-06-16  Eric Blake  <ebb9@byu.net>
4227
4228         Use raise module consistently.
4229         * modules/fatal-signal (Depends-on): Add raise.
4230         * modules/sigprocmask (Depends-on): Likewise.
4231         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
4232         * lib/sigprocmask.c (sigprocmask): Likewise.
4233         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4234         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
4235
4236         Fix compliance bug in sigpending.
4237         * lib/sigprocmask.c (sigpending): Return pending array via
4238         parameter, not return value.
4239
4240 2008-06-14  Eric Blake  <ebb9@byu.net>
4241
4242         Improve obstack-printf test code.
4243         * tests/test-obstack-printf.c (test_function): Fix comment, and
4244         simplify usage of obstack_* in macros.  Add a test for coverage.
4245         Reported by Bruno Haible.
4246
4247 2008-06-14  Bruno Haible  <bruno@clisp.org>
4248
4249         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
4250         array size as a constant, not as a const variable.
4251         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
4252         AC_USE_SYSTEM_EXTENSIONS.
4253         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
4254         Test whether the obstack_printf function actually exists.
4255         * modules/obstack-printf (Depends-on): Add extensions.
4256         (Include): Remove obstack.h.
4257         * modules/obstack-printf-posix (Depends-on): Add extensions.
4258         (Include): Remove obstack.h.
4259
4260 2008-06-13  Eric Blake  <ebb9@byu.net>
4261
4262         Add obstack-printf and obstack-printf-posix modules.
4263         * modules/obstack-printf: New file.
4264         * modules/obstack-printf-posix: Likewise.
4265         * MODULES.html.sh (Misc): Mention them.
4266         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4267         Likewise.
4268         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4269         Likewise.
4270         * modules/stdio (Makefile.am): Accomodate new modules.
4271         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4272         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
4273         Declare.
4274         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
4275         functions.
4276         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
4277         (gl_REPLACE_OBSTACK_PRINTF): New macros
4278         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
4279         * tests/test-obstack-printf.c: New file.
4280         * modules/obstack-printf-tests: Likewise.
4281         * modules/obstack-printf-posix-tests: Likewise.
4282
4283 2008-06-11  Bruno Haible  <bruno@clisp.org>
4284
4285         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
4286         * lib/open.c: Include errno.h.
4287         (open): Fail when attempting to write to a file that has a trailing
4288         slash.
4289         * tests/test-open.c (main): Test against trailing slash bug.
4290         * doc/posix-functions/open.texi: Mention the trailing slash bug.
4291
4292 2008-06-10  Bruno Haible  <bruno@clisp.org>
4293
4294         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
4295         for $? to work inside the trap command, with various /bin/sh-s.
4296         * tests/test-vc-list-files-cvs.sh: Likewise.
4297
4298 2008-06-10  Bruno Haible  <bruno@clisp.org>
4299
4300         * lib/acl-internal.h: Don't include gettext.h here.
4301         * lib/set-mode-acl.c: Include gettext.h here.
4302         * lib/copy-acl.c: Likewise.
4303
4304 2008-06-10  Bruno Haible  <bruno@clisp.org>
4305
4306         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
4307         * lib/wait-process.c (wait_subprocess): Likewise.
4308         * lib/execute.h (execute): Add termsigp argument.
4309         * lib/execute.c (execute): Likewise.
4310         * lib/csharpcomp.c (compile_csharp_using_pnet,
4311         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
4312         * lib/csharpexec.c (execute_csharp_using_pnet,
4313         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
4314         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
4315         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
4316         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
4317         is_jikes_present): Update.
4318         * lib/javaexec.c (execute_java_class): Update.
4319         * lib/javaversion.c (execute_and_read_line): Update.
4320         * NEWS: Document the changes.
4321         Reported by Eric Blake.
4322
4323 2008-06-10  Eric Blake  <ebb9@byu.net>
4324
4325         Add missing include.
4326         * tests/test-strstr.c (includes): Add <signal.h>.
4327         * tests/test-strcasestr.c (includes): Likewise.
4328         * tests/test-memmem.c (includes): Likewise.
4329
4330 2008-06-10  Bruno Haible  <bruno@clisp.org>
4331
4332         * lib/wait-process.c (wait_subprocess): Add an assertion.
4333
4334 2008-06-10  Bruno Haible  <bruno@clisp.org>
4335
4336         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
4337
4338 2008-06-10  Bruno Haible  <bruno@clisp.org>
4339
4340         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
4341         using alarm().
4342         * tests/test-strcasestr.c (main): Likewise.
4343         * tests/test-strstr.c (main): Likewise.
4344
4345 2008-06-09  Bruno Haible  <bruno@clisp.org>
4346
4347         Work around the Solaris 10 ACE ACLs ABI change.
4348         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
4349         declare if ACL_NO_TRIVIAL is present.
4350         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
4351         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
4352         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
4353         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
4354         define if ACL_NO_TRIVIAL is present.
4355         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
4356         and use the current ABI.
4357         (file_has_acl): Use same #if condition as elsewhere.
4358         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
4359         in use, and use the current ABI.
4360         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
4361         Reported by Jim Meyering.
4362
4363 2008-06-09  Eric Blake  <ebb9@byu.net>
4364
4365         Work around environments that (stupidly) ignore SIGALRM.
4366         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
4367         before using alarm().
4368         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4369         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4370         Reported by Ian Beckwith <ianb@erislabs.net>.
4371
4372         Produce autobuild blurb earlier in log.
4373         * modules/autobuild (configure.ac-early): Move AB_INIT here.
4374
4375 2008-06-09  Jim Meyering  <meyering@redhat.com>
4376         and Ondřej Vašík  <ovasik@redhat.com>
4377
4378         utimens.c: correct kernel bug work-around
4379         Ondřej Vašík found that the invalid return value of 280 indicates
4380         failure, not success, and the kernel bug we're trying to work
4381         around affects not just the utimensat call, but also the fallback
4382         futimens call.
4383         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
4384         not success.
4385         [HAVE_FUTIMENS]: Use the same work-around, here.
4386
4387 2008-06-09  Jim Meyering  <meyering@redhat.com>
4388
4389         add more guards around definition of ACE_-related code
4390         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
4391         ALLOW and ACE_OWNER are also defined.
4392
4393 2008-06-08  Bruno Haible  <bruno@clisp.org>
4394
4395         * lib/acl-internal.h: Add me as co-author.
4396         * lib/file-has-acl.c: Likewise.
4397         * lib/set-mode-acl.c: Likewise.
4398         * lib/copy-acl.c: Likewise.
4399
4400 2008-06-08  Bruno Haible  <bruno@clisp.org>
4401
4402         Add support for AIX ACLs.
4403         * lib/acl-internal.h (acl_nontrivial): New declaration.
4404         * lib/file-has-acl.c (acl_nontrivial): New function.
4405         (file_has_acl): Add implementation using AIX 4 ACL API.
4406         * lib/set-mode-acl.c (qset_acl): Likewise.
4407         * lib/copy-acl.c (qcopy_acl): Likewise.
4408
4409 2008-06-08  Bruno Haible  <bruno@clisp.org>
4410
4411         Add support for HP-UX ACLs.
4412         * lib/acl-internal.h (acl_nontrivial): New declaration.
4413         * lib/file-has-acl.c (acl_nontrivial): New function.
4414         (file_has_acl): Add implementation using HP-UX 11 ACL API.
4415         * lib/set-mode-acl.c (qset_acl): Likewise.
4416         * lib/copy-acl.c (qcopy_acl): Likewise.
4417
4418 2008-06-08  Bruno Haible  <bruno@clisp.org>
4419
4420         Add support for Cygwin ACLs.
4421         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
4422         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
4423         the chmod_or_fchmod call.
4424         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
4425
4426 2008-06-08  Bruno Haible  <bruno@clisp.org>
4427
4428         Fix bug with setuid modes in Solaris 10+ code.
4429         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
4430         succeeded, when the mode contains some special bits.
4431
4432 2008-06-08  Bruno Haible  <bruno@clisp.org>
4433
4434         Add support for Solaris 7..10 ACLs.
4435         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
4436         declarations.
4437         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
4438         functions.
4439         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
4440         * lib/set-mode-acl.c (qset_acl): Likewise.
4441         * lib/copy-acl.c (qcopy_acl): Likewise.
4442
4443 2008-06-08  Bruno Haible  <bruno@clisp.org>
4444
4445         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
4446         declaration.
4447         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
4448         (acl_access_nontrivial): Remove MacOS X case.
4449         (file_has_acl): Use acl_extended_nontrivial.
4450         * lib/copy-acl.c (qcopy_acl): Likewise.
4451
4452 2008-06-08  Bruno Haible  <bruno@clisp.org>
4453
4454         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
4455
4456 2008-06-08  Jim Meyering  <meyering@redhat.com>
4457
4458         * modules/acl (Maintainer): Add Bruno Haible.
4459
4460 2008-06-07  Bruno Haible  <bruno@clisp.org>
4461
4462         Improve support for Tru64 ACLs.
4463         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
4464         ACL on OSF/1.
4465
4466 2008-06-07  Bruno Haible  <bruno@clisp.org>
4467
4468         Add support for MacOS X ACLs.
4469         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
4470         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
4471         * lib/set-mode-acl.c (qset_acl): Likewise.
4472         * lib/copy-acl.c (qcopy_acl): Likewise.
4473
4474 2008-06-07  Bruno Haible  <bruno@clisp.org>
4475
4476         Fix memory leak introduced on 2008-05-22.
4477         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
4478         use.
4479
4480 2008-06-07  Bruno Haible  <bruno@clisp.org>
4481
4482         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
4483         to construct an empty ACL.
4484
4485 2008-06-07  Bruno Haible  <bruno@clisp.org>
4486
4487         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
4488         precisely.
4489         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
4490
4491 2008-06-07  Bruno Haible  <bruno@clisp.org>
4492
4493         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
4494         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
4495
4496 2008-06-07  Bruno Haible  <bruno@clisp.org>
4497
4498         * doc/posix-functions/_setjmp.texi: Explain the use of this function
4499         regardless of POSIX.
4500         * doc/posix-functions/_longjmp.texi: Likewise.
4501         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
4502         SystemV platform in this case.
4503
4504 2008-06-06  Eric Blake  <ebb9@byu.net>
4505
4506         Document abort() bugs.
4507         * doc/posix-functions/abort.texi (abort): Mention anomalies.
4508
4509         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
4510         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
4511         sigsetjmp.
4512         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
4513         siglongjmp, but only as a macro.
4514         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
4515         is obsolete.
4516         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
4517
4518         Tweak documentation to cover cygwin argz bugs.
4519         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
4520         argz bug fix; no code change needed since no cygwin releases
4521         occurred between the last fix and the bug being tested.
4522         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
4523         module and recently fixed cygwin bugs.
4524         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
4525         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
4526         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
4527         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
4528         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
4529         Likewise.
4530         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
4531         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
4532         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
4533         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
4534         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
4535         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
4536         Likewise.
4537
4538         Avoid gcc warning on cygwin.
4539         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
4540         !ACL_NO_TRIVIAL]: Avoid unused variable.
4541
4542 2008-06-05  Eric Blake  <ebb9@byu.net>
4543
4544         Be tolerant of UNKNOWN version in gnulib-tool test dir.
4545         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
4546         git-version-gen fails to come up with a version.
4547         Reported by Simon Josefsson.
4548
4549 2008-06-05  Jim Meyering  <meyering@redhat.com>
4550             Paul Eggert  <eggert@cs.ucla.edu>
4551
4552         utimens.c: work around a probable Linux kernel bug
4553         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
4554         appears to be a kernel bug that causes utimensat to return 280
4555         instead of 0, indicating success.
4556
4557 2008-06-04  Bruno Haible  <bruno@clisp.org>
4558
4559         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
4560         2008-06-01 commit.
4561
4562 2008-06-04  Bruno Haible  <bruno@clisp.org>
4563
4564         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
4565         * lib/file-has-acl.c (acl_access_nontrivial): New function.
4566         (file_has_acl): Use it. Save errno afterwards.
4567         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
4568
4569 2008-06-03  Bruno Haible  <bruno@clisp.org>
4570
4571         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
4572         draft code. Simplify #ifs.
4573         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
4574         Put Solaris code after POSIX-draft code. Fix comments regarding
4575         Solaris 10, HP-UX. Mention Cygwin.
4576         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
4577
4578 2008-06-03  Eric Blake  <ebb9@byu.net>
4579
4580         Provide fallback for older kernels.
4581         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
4582         Provide runtime fallback if kernel lacks support.
4583         Reported by Mike Frysinger.
4584
4585 2008-06-02  Bruno Haible  <bruno@clisp.org>
4586
4587         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
4588         it exists.
4589
4590 2008-06-02  Bruno Haible  <bruno@clisp.org>
4591
4592         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
4593         * lib/copy-acl.c (qcopy_acl): Update comment.
4594
4595 2008-06-02  Bruno Haible  <bruno@clisp.org>
4596
4597         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
4598         like ACL APIs.
4599
4600 2008-06-02  Bruno Haible  <bruno@clisp.org>
4601
4602         * tests/test-file-has-acl.sh: Use different code for Cygwin.
4603         * tests/test-set-mode-acl.sh: Likewise.
4604         * tests/test-copy-acl.sh: Likewise.
4605         * tests/test-copy-file.sh: Likewise.
4606
4607 2008-06-02  Bruno Haible  <bruno@clisp.org>
4608
4609         * tests/test-file-has-acl.sh: Remove unused code.
4610
4611 2008-06-01  Bruno Haible  <bruno@clisp.org>
4612
4613         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
4614         (copy_acl): Just a wrapper around qcopy_acl that emits the error
4615         messages.
4616         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
4617
4618 2008-06-01  Bruno Haible  <bruno@clisp.org>
4619
4620         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
4621         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
4622         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
4623         APIs.
4624         * modules/acl-tests (configure.ac): Remove tests now contained in
4625         m4/acl.m4.
4626
4627 2008-06-02  Jim Meyering  <meyering@redhat.com>
4628
4629         announce-gen: use a better key-server host name
4630         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
4631         it may be more consistently reliable.  Suggested by Werner Koch
4632         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
4633
4634 2008-06-01  Bruno Haible  <bruno@clisp.org>
4635
4636         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
4637         Reported by Voroskoi Andras <voroskoi@gmail.com>.
4638
4639 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
4640
4641         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
4642
4643 2008-06-01  Bruno Haible  <bruno@clisp.org>
4644
4645         New ACL tests.
4646         * tests/test-file-has-acl.sh: New file.
4647         * tests/test-file-has-acl.c: New file.
4648         * tests/test-set-mode-acl.sh: New file.
4649         * tests/test-set-mode-acl.c: New file.
4650         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
4651         * tests/test-copy-acl.c: New file.
4652         * modules/acl-tests: New file, based on modules/copy-file-tests.
4653         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
4654         (Depends-on): Add acl-tests.
4655         (configure.ac): Remove checks.
4656         (Makefile.am): Don't create test-sameacls program here any more.
4657
4658 2008-06-01  Bruno Haible  <bruno@clisp.org>
4659
4660         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
4661         * tests/test-sameacls.c: Include progname.h.
4662         (main): Invoke set_program_name. Portability fixes for MacOS X,
4663         Solaris, HP-UX.
4664
4665 2008-06-01  Bruno Haible  <bruno@clisp.org>
4666
4667         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
4668         function.
4669         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
4670
4671 2008-06-01  Bruno Haible  <bruno@clisp.org>
4672
4673         * modules/rpmatch (Depends-on): Add strdup.
4674
4675 2008-06-01  Bruno Haible  <bruno@clisp.org>
4676
4677         * lib/pipe.c: Include unistd-safer.h.
4678         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
4679         * modules/pipe (Depends-on): Add unistd-safer.
4680
4681 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4682
4683         * modules/autobuild (configure.ac): Call AB_INIT.
4684
4685 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4686
4687         * tests/test-getaddrinfo.c: Don't print debug messages by default.
4688         Suggested by Bruno Haible <bruno@clisp.org>.
4689
4690 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4691
4692         * tests/test-base64.c: Cast size_t to unsigned long when invoking
4693         printf.  Use %lu instead of %d.  Reported by Bruno Haible
4694         <bruno@clisp.org>.
4695
4696 2008-05-29  Eric Blake  <ebb9@byu.net>
4697
4698         Prefer new POSIX 200x interfaces over futimesat.
4699         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
4700         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
4701         when available.
4702         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
4703
4704 2008-05-28  Bruno Haible  <bruno@clisp.org>
4705
4706         * modules/stpcpy (License): Change to LGPLv2+.
4707         Requested by David Lutterkort <dlutter@redhat.com>.
4708
4709 2008-05-27  Bruno Haible  <bruno@clisp.org>
4710
4711         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
4712         current mingw.
4713         Reported by Jose E. Marchesi <jemarch@gnu.org>.
4714
4715 2008-05-27  Bruno Haible  <bruno@clisp.org>
4716
4717         * modules/iconv_open (Link): New section, from module 'iconv'.
4718         * modules/striconv (Link): Likewise.
4719         * modules/striconveh (Link): Likewise.
4720         * modules/xstriconv (Link): Likewise.
4721         * modules/unicodeio (Link): Likewise.
4722         * modules/propername (Link): Likewise.
4723         Reported by Jim Meyering.
4724
4725 2008-05-26  Jim Meyering  <meyering@redhat.com>
4726
4727         sha256: do not artificially restrict buffer length to be < 2^32
4728         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
4729         uint32_t to size_t.
4730         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
4731         to match.
4732
4733         avoid unaligned access errors, e.g., on sparc
4734         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
4735         direct access through a possibly-unaligned uint64* pointer.
4736         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
4737         direct access through a possibly-unaligned uint32* pointer.
4738         Prompted by this patch from Tom "spot" Callaway:
4739         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
4740
4741         sha512.c: fix typo in comment
4742         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
4743
4744 2008-05-25  Bruno Haible  <bruno@clisp.org>
4745
4746         * lib/set-mode-acl.c: Renamed from lib/acl.c.
4747         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
4748         (Makefile.am): Update lib_SOURCES.
4749
4750 2008-05-25  Bruno Haible  <bruno@clisp.org>
4751
4752         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
4753
4754 2008-05-25  Jim Meyering  <meyering@redhat.com>
4755
4756         useless-if-before-free: freed expr may have white-space differences
4757         * build-aux/useless-if-before-free: Recognize cases in which the
4758         freed expression differs from the tested one in embedded white
4759         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
4760         $1 was used, so we can't make any regexp shy.  Improved tests now
4761         detect this.
4762
4763         useless-if-before-free: accept white space in the expression.
4764         * build-aux/useless-if-before-free: For now, any white space
4765         in the expression must be identical in the free argument.
4766
4767         useless-if-before-free: efficiency tweak
4768         * build-aux/useless-if-before-free: Make the expression-matching
4769         regexp "shy".
4770         Make the *outer* regexp shy, not the expr-matching one.
4771
4772         update code-in-comment to accept cast of free arg
4773         * build-aux/useless-if-before-free: Update regexp.
4774
4775 2008-05-25  Bruno Haible  <bruno@clisp.org>
4776
4777         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
4778         * modules/copy-file-tests (Files, Makefile.am): Update.
4779         * tests/test-copy-file.c (func_test_copy): Update.
4780
4781 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
4782
4783         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
4784
4785 2008-05-23  Bruno Haible  <bruno@clisp.org>
4786
4787         Improve support for ACLs on OSF/1.
4788         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
4789         Remove fallback for unknown flavors of ACLs.
4790
4791 2008-05-22  Bruno Haible  <bruno@clisp.org>
4792
4793         Add support for ACLs on OSF/1.
4794         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
4795         replacements.
4796         (acl_free_text): New macro fallback.
4797         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
4798         acl_free.
4799         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
4800         acl_free_text function. Require AC_C_INLINE.
4801
4802 2008-05-22  Bruno Haible  <bruno@clisp.org>
4803
4804         Make copy_acl work on MacOS X 10.5.
4805         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
4806         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
4807         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
4808         If MODE_INSIDE_ACL, don't assume that every system has the same text
4809         representation for ACLs as FreeBSD.
4810         * lib/copy-acl.c (copy_acl): Add support for platforms with
4811         !MODE_INSIDE_ACL.
4812         * lib/file-has-acl.c (file_has_acl): Likewise.
4813         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
4814         FreeBSD, MacOS X, or IRIX, respectively.
4815
4816 2008-05-22  Bruno Haible  <bruno@clisp.org>
4817
4818         * lib/acl.h: Don't include <sys/acl.h>.
4819         (GETACLCNT): Move fallback to lib/acl-internal.h.
4820         * lib/acl-internal.h: Include <sys/acl.h> here.
4821         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
4822
4823 2008-05-22  Bruno Haible  <bruno@clisp.org>
4824
4825         Split off copy_acl function to separate file.
4826         * lib/copy-acl.c: New file, extracted from lib/acl.c.
4827         * lib/acl.c (copy_acl): Moved function to separate file.
4828         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
4829         * modules/acl (Files): Add lib/copy-acl.c.
4830         (Makefiles.am): Augment lib_SOURCES.
4831
4832 2008-05-22  Bruno Haible  <bruno@clisp.org>
4833
4834         * modules/copy-file-tests: New file.
4835         * tests/test-copy-file.sh: New file.
4836         * tests/test-copy-file.c: New file.
4837         * tests/test-copy-file-sameacls.c: New file.
4838
4839 2008-05-22  Eric Blake  <ebb9@byu.net>
4840
4841         Avoid gcc warning.
4842         * tests/test-memcmp.c (main): Pass NULL indirectly.
4843
4844 2008-05-21  Bruno Haible  <bruno@clisp.org>
4845
4846         Add reference doc about ACLs.
4847         * doc/acl-resources.txt: New file.
4848         * doc/acl-cygwin.txt: New file.
4849
4850 2008-05-21  Bruno Haible  <bruno@clisp.org>
4851
4852         Avoid one more warning from gcc.
4853         * lib/vasnprintf.c (IF_LINT): Update comments.
4854         (VASNPRINTF): Use it also for the 'prefix' array initializer.
4855
4856 2008-05-21  Jim Meyering  <meyering@redhat.com>
4857
4858         avoid a warning from gcc
4859         * lib/vasnprintf.c (IF_LINT): Define.
4860         (scale10_round_decimal_long_double):
4861         Use it to avoid a "may be used uninitialized" warning.
4862         (scale10_round_decimal_double): Likewise.
4863
4864 2008-05-21  Simon Josefsson  <simon@josefsson.org>
4865
4866         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
4867         declared.
4868
4869 2008-05-20  Bruno Haible  <bruno@clisp.org>
4870
4871         * tests/test-memcmp.c (main): Test also the sign of the result. Test
4872         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
4873
4874 2008-05-20  Simon Josefsson  <simon@josefsson.org>
4875
4876         * modules/memcmp-tests: New file.
4877         * tests/test-memcmp.c: New file.
4878
4879 2008-05-19  Bruno Haible  <bruno@clisp.org>
4880
4881         * modules/propername (Notice, configure.ac): Put quoted "..." into
4882         --keyword option.
4883         * lib/propername.h: Update comments accordingly.
4884         Reported by Eric Blake.
4885
4886 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
4887
4888         * modules/getpass-gnu (Depends-on): Add fseeko.
4889
4890 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4891
4892         * modules/base64-tests: New file.
4893
4894 2008-05-19  Bo Borgerson <gigabo@gmail.com>
4895
4896         * lib/base64.c (base64_decode_ctx): If a decode context structure
4897         was passed in use it to ignore newlines.  If a context structure
4898         was _not_ passed in, continue to treat newlines as garbage (this
4899         is the historical behavior).  Formerly base64_decode.
4900         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4901         takes a decode context structure.
4902         * lib/base64.h (base64_decode): Macro for four-argument calls.
4903         (base64_decode_alloc): Likewise.
4904         * lib/base64.c (base64_decode_ctx): If a decode context structure
4905         was passed in use it to ignore newlines.  If a context structure
4906         was _not_ passed in, continue to treat newlines as garbage (this
4907         is the historical behavior).  Formerly base64_decode.
4908         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4909         takes a decode context structure.
4910         * lib/base64.h (base64_decode): Macro for four-argument calls.
4911         (base64_decode_alloc): Likewise.
4912
4913 2008-05-19  Jim Meyering  <meyering@redhat.com>
4914
4915         avoid a warning from gcc
4916         * lib/trim.c (IF_LINT): Define.
4917         (trim2): Use it to avoid a "may be used uninitialized" warning.
4918
4919         Fix doc typo.
4920         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
4921
4922 2008-05-19  Bruno Haible  <bruno@clisp.org>
4923
4924         * doc/glibc-functions/getpass.texi: Document limits of other
4925         implementations.
4926
4927 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4928             Bruno Haible <bruno@clisp.org>
4929
4930         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
4931
4932 2008-05-18  Bruno Haible  <bruno@clisp.org>
4933
4934         * modules/propername: New file, from GNU gettext.
4935         * lib/propername.h: New file, from GNU gettext.
4936         * lib/propername.c: New file, from GNU gettext.
4937         * MODULES.html.sh (Internationalization functions): Add propername.
4938
4939 2008-05-16  Jim Meyering  <meyering@redhat.com>
4940             Bruno Haible  <bruno@clisp.org>
4941
4942         Avoid some warnings from "gcc -Wshadow".
4943         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
4944
4945 2008-05-15  Eric Blake  <ebb9@byu.net>
4946
4947         Extend previous patch to cygwin 1.7.0.
4948         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
4949         fast implementation in cygwin >= 1.7.0.
4950         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4951         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4952
4953 2008-05-15  Bruno Haible  <bruno@clisp.org>
4954
4955         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
4956         implementation in glibc >= 2.9.
4957         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4958         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4959
4960 2008-05-15  Bruno Haible  <bruno@clisp.org>
4961
4962         * MODULES.html.sh (Internationalization functions): Remove linebreak.
4963         (Unicode string functions): Add unilbrk/*.
4964         Reported by Karl Berry.
4965
4966 2008-05-15  Eric Blake  <ebb9@byu.net>
4967
4968         Fix violation of <stdbool.h> replacement in regex.
4969         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
4970         * lib/regexec.c (re_search_internal): Likewise.
4971         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
4972
4973 2008-05-15  Jim Meyering  <meyering@redhat.com>
4974
4975         avoid distracting test output when git or cvs is not found
4976         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
4977         * tests/test-vc-list-files-git.sh: Likewise.
4978
4979 2008-05-15  Eric Blake  <ebb9@byu.net>
4980
4981         Glibc finally accepted the memmem speedup code, bugzilla #5514.
4982         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
4983         glibc version.
4984         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
4985         * doc/posix-functions/strstr.texi (strstr): Likewise.
4986         * lib/str-two-way.h (MAX): Sychronize with glibc.
4987
4988 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
4989
4990         * lib/regcomp.c (optimize_utf8): Add a note on why we test
4991         opr.ctx_type.
4992         (calc_first): Initialize constraint field.
4993         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4994         Fix grammar.
4995         (duplicate_node): Merge constraint field for all node types.
4996         (calc_eclosure_iter): Look at constraint field for all node types.
4997         * lib/regex_internal.c (create_cd_newstate): Don't look at
4998         opr.ctx_type.
4999
5000 2008-05-14  Bruno Haible  <bruno@clisp.org>
5001
5002         Help GCC to do better code generation.
5003         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
5004         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
5005         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
5006         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
5007         Declare with attribute 'malloc' if supported.
5008
5009 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
5010
5011         use "echo STR|wc -c" rather than unportable "expr length STR"
5012         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
5013         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
5014
5015 2008-05-14  Jim Meyering  <meyering@redhat.com>
5016
5017         use dd ibs=$n count=1 ... rather than less-portable head -c$n
5018         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
5019         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
5020         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
5021         via Collin Lasse.
5022
5023 2008-05-14  Eric Blake  <ebb9@byu.net>
5024
5025         Avoid quadratic growth in gl_LIBSOURCES.
5026         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
5027         Suggested by Bruno Haible.
5028
5029         Test xmemdup0.
5030         * modules/xmemdup0-tests: New file.
5031         * tests/test-xmemdup0.c: Likewise.
5032
5033 2008-05-13  Eric Blake  <ebb9@byu.net>
5034
5035         Split xmemdup0 into its own module.
5036         * modules/xmemdup0: New file.
5037         * lib/xmemdup0.h: Likewise.
5038         * lib/xmemdup0.c: Likewise.
5039         * MODULES.html.sh (Memory management functions): Add xmemdup0.
5040         * lib/xalloc.h (xmemdup0): Remove.
5041         * lib/xmalloc.c (xmemdup0): Likewise.
5042
5043 2008-05-13  Eric Blake  <ebb9@byu.net>
5044             Bruno Haible  <bruno@clisp.org>
5045
5046         Reduce number of forks required during autoconf.
5047         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
5048         and gl_LIBSOURCES_DIR.
5049         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
5050         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
5051         m4_syscmd per file.
5052         <m4_foreach_w>: Move...
5053         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
5054
5055 2008-05-13  Eric Blake  <ebb9@byu.net>
5056
5057         * gnulib-tool: Fix various comment typos.
5058
5059 2008-05-12  Bruno Haible  <bruno@clisp.org>
5060
5061         Tailor the linebreaking algorithm.
5062         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
5063
5064 2008-05-12  Bruno Haible  <bruno@clisp.org>
5065
5066         Update to Unicode 5.0.0.
5067         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5068         LBP_JV, LBP_JT. Redistribute values.
5069         (unilbrk_table): Change size.
5070         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
5071         Unicode TR#14 rev. 22.
5072         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
5073         LBP_JV, LBP_JT. Redistribute values.
5074         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
5075         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
5076         Update.
5077         * lib/unilbrk/lbrkprop1.h: Regenerated.
5078         * lib/unilbrk/lbrkprop2.h: Regenerated.
5079         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
5080         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
5081         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
5082         Likewise.
5083         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
5084         Likewise.
5085         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
5086         result.
5087         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
5088         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
5089         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
5090         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
5091         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
5092         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
5093
5094 2008-05-11  Bruno Haible  <bruno@clisp.org>
5095
5096         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
5097
5098 2008-05-11  Bruno Haible  <bruno@clisp.org>
5099
5100         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
5101         * modules/unilbrk/gen-lbrk: New file.
5102
5103 2008-05-11  Bruno Haible  <bruno@clisp.org>
5104
5105         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
5106         * m4/sha512.m4 (gl_SHA512): Likewise.
5107
5108 2008-05-11  Jim Meyering  <meyering@redhat.com>
5109
5110         New modules: crypto/sha256, crypto/sha512 (from coreutils)
5111         * modules/crypto/sha256: New file.
5112         * modules/crypto/sha512: Likewise.
5113         * lib/sha256.c: Likewise.
5114         * lib/sha256.h: Likewise.
5115         * lib/sha512.c: Likewise.
5116         * lib/sha512.h: Likewise.
5117         * lib/u64.h: Likewise.
5118         * m4/sha256.m4: Likewise.
5119         * m4/sha512.m4: Likewise.
5120         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
5121
5122 2008-05-10  Bruno Haible  <bruno@clisp.org>
5123
5124         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
5125         (Input/Output <stdio.h>): Add xprintf.
5126         (Signal handling <signal.h>): Add strsignal.
5127         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
5128         (Core language properties): Add func.
5129         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
5130         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
5131         strings.
5132         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
5133         (Input/output): New section.
5134         (File system functions): Add openat-die, stat-macros.
5135         (Networking functions): Add sockets.
5136         (Unicode string functions): Add unictype/*.
5137         (Support for building libraries and executables): Add gperf.
5138         (Support for building documentation): Add agpl-3.0.
5139         (Misc): Add nocrash.
5140
5141 2008-05-10  Bruno Haible  <bruno@clisp.org>
5142
5143         * modules/unictype/gen-ctype: New file.
5144
5145 2008-05-10  Jim Meyering  <meyering@redhat.com>
5146
5147         Make chdir-safer.c more efficient on a system with no symlinks.
5148         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
5149         also if ELOOP is zero.  Suggested by Bruno Haible.
5150
5151         Make chdir-safer.c slightly safer.
5152         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
5153         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
5154
5155         Avoid compile failure on systems without ELOOP (like mingw).
5156         * lib/chdir-safer.c (ELOOP): Define if not already defined.
5157         Reported by Bruno Haible.
5158
5159 2008-05-10  Bruno Haible  <bruno@clisp.org>
5160
5161         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
5162         (is_utf8_encoding): Use a case-insensitive comparison.
5163         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
5164         streq.
5165
5166 2008-05-10  Bruno Haible  <bruno@clisp.org>
5167
5168         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
5169         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
5170         * lib/unilbrk/ulc-common.h (iconv_string_length,
5171         iconv_string_keeping_offsets): Remove declarations.
5172         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
5173         Don't include <iconv.h>, streq.h, xsize.h.
5174         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
5175         conversion.
5176         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
5177         <iconv.h>, streq.h, xsize.h.
5178         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
5179         conversion.
5180         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
5181         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
5182         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
5183         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
5184
5185 2008-05-10  Bruno Haible  <bruno@clisp.org>
5186
5187         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
5188         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
5189
5190         * modules/unilbrk/u32-width-linebreaks-tests: New file.
5191         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
5192
5193         * modules/unilbrk/u16-width-linebreaks-tests: New file.
5194         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
5195
5196         * modules/unilbrk/u8-width-linebreaks-tests: New file.
5197         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
5198
5199         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
5200         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
5201
5202         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
5203         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
5204
5205         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
5206         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
5207
5208         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
5209         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
5210
5211 2008-05-10  Bruno Haible  <bruno@clisp.org>
5212
5213         Split up 'linebreak' module.
5214         * lib/unilbrk.h: New file, based on lib/linebreak.h.
5215         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
5216         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
5217         modifications.
5218         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
5219         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
5220         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
5221         lib/linebreak.c.
5222         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
5223         lib/linebreak.c.
5224         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
5225         lib/linebreak.c.
5226         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
5227         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
5228         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
5229         lib/linebreak.c.
5230         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
5231         lib/linebreak.c.
5232         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
5233         lib/linebreak.c.
5234         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
5235         lib/linebreak.c.
5236         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
5237         lib/linebreak.c.
5238         * modules/unilbrk/base: New file.
5239         * modules/unilbrk/tables: New file.
5240         * modules/unilbrk/u8-possible-linebreaks: New file.
5241         * modules/unilbrk/u16-possible-linebreaks: New file.
5242         * modules/unilbrk/u32-possible-linebreaks: New file.
5243         * modules/unilbrk/ulc-common: New file.
5244         * modules/unilbrk/ulc-possible-linebreaks: New file.
5245         * modules/unilbrk/u8-width-linebreaks: New file.
5246         * modules/unilbrk/u16-width-linebreaks: New file.
5247         * modules/unilbrk/u32-width-linebreaks: New file.
5248         * modules/unilbrk/ulc-width-linebreaks: New file.
5249         * lib/linebreak.h: Remove file.
5250         * lib/linebreak.c: Remove file.
5251         * m4/linebreak.m4: Remove file.
5252         * modules/linebreak: Remove file.
5253         * NEWS: Mention the changes.
5254
5255 2008-05-09  Eric Blake  <ebb9@byu.net>
5256
5257         Add xmemdup0.
5258         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
5259         implementation.
5260         * lib/xmalloc.c (xmemdup0): New C implementation.
5261
5262 2008-05-08  Bruno Haible  <bruno@clisp.org>
5263
5264         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
5265
5266 2008-05-07  Eric Blake  <ebb9@byu.net>
5267
5268         Support cross-compilation of <wctype.h>.
5269         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
5270         AC_CACHE_CHECK.
5271
5272 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
5273
5274         * build-aux/vc-list-files: Add support for bzr.
5275
5276 2008-05-03  Jim Meyering  <meyering@redhat.com>
5277
5278         avoid failed assertion with tight malloc
5279         * tests/test-getndelim2.c: Correct an off-by-one assertion.
5280
5281 2008-05-03  Simon Josefsson  <simon@josefsson.org>
5282
5283         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
5284         are needed from arpa/inet.h.
5285         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
5286         Reported by Bruno Haible.
5287
5288 2008-05-02  Jim Meyering  <meyering@redhat.com>
5289
5290         avoid compilation error on FreeBSD 6
5291         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
5292
5293 2008-05-01  Jim Meyering  <meyering@redhat.com>
5294
5295         useless-if-before-free: correct --help's exit status description
5296         * build-aux/useless-if-before-free (usage): Like grep, exit 0
5297         for one or more matches, etc.  Reported by Bruno Haible.
5298
5299         vc-list-files: make the stand-alone gnulib test work
5300         * modules/vc-list-files-tests (configure.ac):
5301         Define and AC_SUBST abs_aux_dir.
5302         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
5303         $(abs_top_srcdir) to each script and having each of them
5304         duplicate the work of setting PATH, set PATH here, using
5305         the new variable, abs_aux_dir instead.
5306         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
5307         * tests/test-vc-list-files-git.sh: Likewise.
5308         Reported by Bruno Haible.
5309
5310 2008-05-01  Bruno Haible  <bruno@clisp.org>
5311
5312         * lib/getndelim2.c (getndelim2): Fix newsize computation during
5313         reallocation. Rename 'done' to 'found_delimiter'.
5314
5315 2008-05-01  Jim Meyering  <meyering@redhat.com>
5316
5317         vc-list-files: accommodate /bin/sh like the one from Solaris 10
5318         * build-aux/vc-list-files: Use `...`, not $(...).
5319
5320 2008-04-30  Jim Meyering  <meyering@redhat.com>
5321
5322         add tests for vc-list-files
5323         * modules/vc-list-files-tests: New module.
5324         * tests/test-vc-list-files-cvs.sh: New file.
5325         * tests/test-vc-list-files-git.sh: New file.
5326
5327         avoid a warning from gcc
5328         * lib/getndelim2.c (IF_LINT): Define.
5329         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
5330
5331         vc-list-files: work properly with build-aux/cvsu, too
5332         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
5333         to all cvs-based clauses.
5334
5335         vc-list-files: work properly in the CVS+awk case, too
5336         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
5337
5338         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
5339         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
5340         take more than one file argument, so .  Add quotes, just in case $dir
5341         ever contains a shell meta-character.  Prompted by Soren Hansen in
5342         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
5343
5344 2008-04-29  Eric Blake  <ebb9@byu.net>
5345
5346         Optimize getndelim2 to use block operations when possible.
5347         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
5348         freadseek, and memchr2.
5349         * lib/getndelim2.c (getndelim2): Use them for block reads.
5350
5351 2008-04-29  Bruno Haible  <bruno@clisp.org>
5352
5353         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
5354         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5355         * modules/inet_ntop (Depends-on): Add extensions.
5356         * modules/inet_pton (Depends-on): Likewise.
5357         Reported by Simon Josefsson.
5358
5359 2008-04-29  Jim Meyering  <meyering@redhat.com>
5360
5361         When the is more than one match in a block, match all of them.
5362         * build-aux/useless-if-before-free: Iterate through each block
5363         until there are no more matches.
5364
5365         Fix broken useless-if-before-free script.
5366         * build-aux/useless-if-before-free: Fix typo: missing "?" after
5367         the expression to match cast of argument to free-like function.
5368
5369 2008-04-29  Eric Blake  <ebb9@byu.net>
5370
5371         Use new header.
5372         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
5373
5374 2008-04-29  Jim Meyering  <meyering@redhat.com>
5375
5376         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
5377         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
5378         by gnulib to exist and to declare e.g., inet_ntop.
5379         Don't include "inet_ntop.h", now removed.
5380
5381         * m4/arpa_inet_h.m4: Remove trailing blanks.
5382
5383 2008-04-29  Eric Blake  <ebb9@byu.net>
5384
5385         Silence valgrind on safe reads beyond potential array bounds.
5386         * lib/rawmemchr.valgrind: New file.
5387         * lib/strchrnul.valgrind: Likewise.
5388         * modules/rawmemchr (Files): Distribute new file.
5389         * modules/strchrnul (Files): Likewise.
5390         Suggested by Bruno Haible.
5391
5392 2008-04-29  Bruno Haible  <bruno@clisp.org>
5393
5394         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
5395         (inet_ntop, inet_pton): Change portability warning's wording.
5396         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
5397         Invoke gl_CHECK_NEXT_HEADERS.
5398         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
5399         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
5400         set ARPA_INET_H.
5401         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5402         * modules/arpa_inet (Description): No longer only for systems that
5403         lack it.
5404         (Depends-on): Add include_next.
5405         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
5406         HAVE_ARPA_INET_H.
5407
5408 2008-04-29  Jim Meyering  <meyering@redhat.com>
5409
5410         * modules/mkdir (License): Re-license as LGPLv2+.
5411
5412 2008-04-29  Bruno Haible  <bruno@clisp.org>
5413
5414         * modules/rawmemchr (Maintainer): Set to Eric.
5415         * modules/strchrnul (Maintainer): Likewise.
5416
5417 2008-04-29  Simon Josefsson  <simon@josefsson.org>
5418
5419         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
5420         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
5421
5422         * modules/arpa_inet (arpa/inet.h): Use them.
5423
5424 2008-04-28  Eric Blake  <ebb9@byu.net>
5425
5426         Test getndelim2.
5427         * modules/getndelim2-tests: New file.
5428         * tests/test-getndelim2.c: Likewise.
5429         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
5430         stream.
5431         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
5432
5433         * MODULES.html.sh: Document new module.
5434
5435 2008-04-20  Bruno Haible  <bruno@clisp.org>
5436
5437         * lib/c-stack.c (die): Use raise.
5438         * modules/c-stack (Depends-on): Add raise.
5439
5440 2008-04-28  Bruno Haible  <bruno@clisp.org>
5441
5442         Expect rpmatch to be declared.
5443         * lib/yesno.c (rpmatch): Remove declaration.
5444
5445         Declare rpmatch.
5446         * lib/stdlib.in.h (rpmatch): New declaration.
5447         * lib/rpmatch.c: Include <stdlib.h> first.
5448         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
5449         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
5450         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
5451         HAVE_RPMATCH.
5452         * modules/rpmatch (Depends-on): Add stdlib, extensions.
5453         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5454         (Include): Set to <stdlib.h>.
5455         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
5456         HAVE_RPMATCH.
5457         * NEWS: Document the change.
5458
5459 2008-04-28  Bruno Haible  <bruno@clisp.org>
5460
5461         Change rpmatch to use nl_langinfo when appropriate.
5462         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
5463         (N_): New macro.
5464         (localized_pattern): New function/macro.
5465         (try): Remove match, nomatch arguments. Copy the pattern into safe
5466         memory before caching it.
5467         (rpmatch): Use localized_pattern. Add translator comments.
5468         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
5469         Suggested by Eric Blake.
5470         * modules/rpmatch (Depends-on): Add stdbool.
5471
5472 2008-04-28  Eric Blake  <ebb9@byu.net>
5473
5474         Add rawmemchr module, matching glibc.
5475         * modules/string (Makefile.am): New indicator.
5476         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
5477         * lib/string.in.h (rawmemchr): Declare when appropriate.
5478         * modules/rawmemchr: New file.
5479         * m4/rawmemchr.m4: Likewise.
5480         * lib/rawmemchr.c: Likewise.
5481         * modules/rawmemchr-tests: Likewise.
5482         * tests/test-rawmemchr.c: Likewise.
5483         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
5484         module.
5485         * modules/strchrnul (Depends-on): Add rawmemchr.
5486         * lib/strchrnul.c (strchrnul): Optimize a corner case.
5487
5488         Whitespace cleanup.
5489         * tests/test-strchrnul.c: Reindent.
5490         * lib/strchrnul.c: Likewise.
5491
5492         Optimize and test strchrnul.
5493         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
5494         * modules/strchrnul-tests: New file.
5495         * tests/test-strchrnul.c: Likewise.
5496
5497         Remove intprops dependency.
5498         * modules/memchr (Depends-on): Remove intprops.
5499         * modules/memrchr (Depends-on): Likewise.
5500         * modules/memchr2 (Depends-on): Likewise.
5501         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
5502         * lib/memrchr.c (__memrchr): Likewise.
5503         * lib/memrchr2.c (memchr2): Likewise.
5504         Reported by Simon Josefsson.
5505
5506 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5507
5508         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
5509         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5510
5511 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5512
5513         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
5514
5515         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
5516
5517         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
5518
5519         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
5520         declarations.
5521         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
5522
5523         * m4/inet_pton.m4: Don't check for header files.
5524
5525         * m4/inet_ntop.m4: Don't check for header files.
5526
5527 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5528
5529         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
5530         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
5531         trigger for cygwin).
5532         Reported by Bruno Haible  <bruno@clisp.org>.
5533
5534 2008-04-28  Bruno Haible  <bruno@clisp.org>
5535
5536         * doc/posix-functions/strdup.texi: Mention mingw problem.
5537
5538 2008-04-27  Bruno Haible  <bruno@clisp.org>
5539
5540         * modules/stat-time-tests (Depends-on): Add sleep.
5541         * tests/test-stat-time.c (force_unlink): New function.
5542         (cleanup): Use it.
5543         (test_mtime): Remove the ctime related tests.
5544         (test_ctime): New function, containing the ctime related tests.
5545         (main): Call test_ctime, except on native Windows platforms.
5546
5547 2008-04-27  Bruno Haible  <bruno@clisp.org>
5548
5549         * lib/rpmatch.c (rpmatch): Add some comments.
5550         Reported by James Youngman <jay@gnu.org>.
5551
5552 2008-04-27  Bruno Haible  <bruno@clisp.org>
5553
5554         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
5555         quiet NaNs.
5556
5557 2008-04-27  Bruno Haible  <bruno@clisp.org>
5558
5559         Make test-yesno.sh work on mingw.
5560         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
5561         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
5562         (main): Set stdin to binary mode.
5563         * modules/yesno-tests (Depends-on): Add binary-io.
5564
5565 2008-04-27  Bruno Haible  <bruno@clisp.org>
5566
5567         Fix 'isfinite' on x86, x86_64, ia64 platforms.
5568         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
5569         argument that lie outside the IEEE 854 domain.
5570         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
5571         (gl_ISFINITE): Use it.
5572         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
5573
5574 2008-04-27  Bruno Haible  <bruno@clisp.org>
5575
5576         Allow local renaming in config.h.
5577         * lib/memrchr.c (memrchr): Don't undefine outside libc.
5578
5579 2008-04-27  Bruno Haible  <bruno@clisp.org>
5580
5581         * lib/memchr.c (__memchr): Change type of 'i'.
5582         * lib/memchr2.c (memchr2): Likewise.
5583
5584 2008-04-26  Eric Blake  <ebb9@byu.net>
5585         and Bruno Haible  <bruno@clisp.org>
5586
5587         Optimize and test memrchr.
5588         * modules/memrchr (Depends-on): Add intprops.
5589         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
5590         * modules/memrchr-tests: New file.
5591         * tests/test-memrchr.c: New file.
5592
5593 2008-04-26  Bruno Haible  <bruno@clisp.org>
5594
5595         Add tentative support for DragonFly BSD.
5596         * lib/stdio-impl.h: Add macros for DragonFly BSD.
5597         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
5598         fp.
5599         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5600         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
5601         * lib/fpurge.c (fpurge): Likewise.
5602         * lib/freadable.c (freaadable): Likewise.
5603         * lib/freadahead.c (freadahead): Likewise.
5604         * lib/freading.c (freading): Likewise.
5605         * lib/freadptr.c (freadptr): Likewise.
5606         * lib/freadseek.c (freadptrinc): Likewise.
5607         * lib/fseeko.c (fseeko): Likewise.
5608         * lib/fseterr.c (fseterr): Likewise.
5609         * lib/fwritable.c (fwritable): Likewise.
5610         * lib/fwriting.c (fwriting): Likewise.
5611
5612 2008-04-26  Bruno Haible  <bruno@clisp.org>
5613
5614         * lib/stdio-impl.h: New file.
5615         * lib/fbufmode.c: Include stdio-impl.h.
5616         (fbufmode): Use fp_, remove redundant #defines.
5617         * lib/fflush.c: Include stdio-impl.h.
5618         (clear_ungetc_buffer): Remove redundant #defines.
5619         * lib/fpurge.c: Include stdio-impl.h.
5620         (fpurge): Remove redundant #defines.
5621         * lib/freadable.c: Include stdio-impl.h.
5622         (freadable): Remove redundant #defines.
5623         * lib/freadahead.c: Include stdio-impl.h.
5624         (freadahead): Remove redundant #defines.
5625         * lib/freading.c: Include stdio-impl.h.
5626         (freading): Remove redundant #defines.
5627         * lib/freadptr.c: Include stdio-impl.h.
5628         (freadptr): Remove redundant #defines.
5629         * lib/freadseek.c: Include stdio-impl.h.
5630         (freadptrinc): Remove redundant #defines.
5631         * lib/fseeko.c: Include stdio-impl.h.
5632         (rpl_fseeko): Remove redundant #defines.
5633         * lib/fseterr.c: Include stdio-impl.h.
5634         (fseterr): Remove redundant #defines.
5635         * lib/fwritable.c: Include stdio-impl.h.
5636         (fwritable: Remove redundant #defines.
5637         * lib/fwriting.c: Include stdio-impl.h.
5638         (fwriting): Remove redundant #defines.
5639         * modules/fbufmode (Files): Add lib/stdio-impl.h.
5640         * modules/fflush (Files): Likewise.
5641         * modules/fpurge (Files): Likewise.
5642         * modules/freadable (Files): Likewise.
5643         * modules/freadahead (Files): Likewise.
5644         * modules/freading (Files): Likewise.
5645         * modules/freadptr (Files): Likewise.
5646         * modules/freadseek (Files): Likewise.
5647         * modules/fseeko (Files): Likewise.
5648         * modules/fseterr (Files): Likewise.
5649         * modules/fwritable (Files): Likewise.
5650         * modules/fwriting (Files): Likewise.
5651
5652 2008-04-26  Bruno Haible  <bruno@clisp.org>
5653
5654         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5655         restore_seek_optimization, update_fpos_cache): New functions, extracted
5656         from rpl_fflush.
5657         (rpl_fflush): Use them.
5658         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
5659         (gl_REPLACE_FFLUSH): Use it.
5660
5661 2008-04-26  Bruno Haible  <bruno@clisp.org>
5662
5663         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
5664         on Solaris.
5665         * tests/test-xstrtoimax.sh: Likewise.
5666         * tests/test-xstrtoumax.sh: Likewise.
5667         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5668
5669 2008-04-26  Bruno Haible  <bruno@clisp.org>
5670
5671         * modules/memchr-tests: New file.
5672         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
5673
5674 2008-04-26  Eric Blake  <ebb9@byu.net>
5675             Bruno Haible  <bruno@clisp.org>
5676
5677         * lib/memchr.c: Include intprops.h.
5678         (__memchr): Optimize parallel detection of matching bytes. Rename local
5679         variables. Add explanatory comments.
5680
5681 2008-04-26  Bruno Haible  <bruno@clisp.org>
5682
5683         Fix module 'memchr', broken since 2000-10-28.
5684         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
5685
5686 2008-04-26  Bruno Haible  <bruno@clisp.org>
5687
5688         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
5689         comments.
5690
5691 2008-04-25  Eric Blake  <ebb9@byu.net>
5692
5693         Use native fstatat on cygwin 1.7.0.
5694         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
5695         first.
5696
5697 2008-04-23  Eric Blake  <ebb9@byu.net>
5698
5699         Improve memchr2 performance.
5700         * lib/memchr2.c (memchr2): Further optimize parallel detection of
5701         NUL bytes.
5702         * modules/memchr2 (Depends-on): Use intprops.h.
5703
5704 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5705
5706         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
5707         an inline function instead of a CPP macro.  Patch by Ben Pfaff
5708         <blp@cs.stanford.edu>.
5709
5710 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5711
5712         * lib/arpa_inet.in.h: New file.
5713
5714         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
5715         (Makefile.am): Sed in substitute header file.
5716
5717         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
5718         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
5719
5720         * modules/inet_ntop (configure.ac): Use
5721         gl_ARPA_INET_MODULE_INDICATOR.
5722
5723         * modules/inet_pton (configure.ac): Use
5724         gl_ARPA_INET_MODULE_INDICATOR.
5725
5726 2008-04-22  Jim Meyering  <meyering@redhat.com>
5727
5728         * modules/verify (License): Re-license as LGPLv2+.
5729
5730 2008-04-22  Simon Josefsson  <simon@josefsson.org>
5731
5732         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
5733         parameter to void* as per POSIX standard (MinGW uses char*).
5734
5735 2008-04-21  Bruno Haible  <bruno@clisp.org>
5736
5737         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5738         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5739         Define to replacements if REPLACE_ISWCNTRL is 1.
5740         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
5741         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
5742         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
5743         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
5744         what it fixes.
5745         * doc/posix-functions/iswalpha.texi: Likewise.
5746         * doc/posix-functions/iswblank.texi: Likewise.
5747         * doc/posix-functions/iswcntrl.texi: Likewise.
5748         * doc/posix-functions/iswdigit.texi: Likewise.
5749         * doc/posix-functions/iswgraph.texi: Likewise.
5750         * doc/posix-functions/iswlower.texi: Likewise.
5751         * doc/posix-functions/iswprint.texi: Likewise.
5752         * doc/posix-functions/iswpunct.texi: Likewise.
5753         * doc/posix-functions/iswspace.texi: Likewise.
5754         * doc/posix-functions/iswupper.texi: Likewise.
5755         * doc/posix-functions/iswxdigit.texi: Likewise.
5756         Reported by Alain Guibert.
5757
5758 2008-04-21  Bruno Haible  <bruno@clisp.org>
5759
5760         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
5761         Patch by Alain Guibert.
5762
5763 2008-04-21  Bruno Haible  <bruno@clisp.org>
5764
5765         Fix test failures on mingw.
5766         * tests/test-xstrtol.c (print_no_progname): New function.
5767         (main): Install it in error_print_progname hook.
5768         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
5769         * tests/test-xstrtoimax.sh: Likewise.
5770         * tests/test-xstrtoumax.sh: Likewise.
5771
5772 2008-04-21  Bruno Haible  <bruno@clisp.org>
5773
5774         Fix test failure on mingw.
5775         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
5776
5777 2008-04-21  Bruno Haible  <bruno@clisp.org>
5778
5779         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
5780         Actually assign a value.
5781
5782 2008-04-20  Bruno Haible  <bruno@clisp.org>
5783
5784         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
5785         take 2.
5786         * lib/canonicalize.c (canonicalize_file_name): Elide if the
5787         'canonicalize-lgpl' module is also used.
5788         * lib/canonicalize-lgpl.c: Undo last change.
5789         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
5790
5791 2008-04-20  Bruno Haible  <bruno@clisp.org>
5792
5793         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
5794         config.h. Provide _mkdir based fallback for mingw.
5795         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
5796         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
5797         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
5798         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
5799         rather than defining mkdir in config.h.
5800         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
5801         (gl_SYS_STAT_H_DEFAULTS): New macro.
5802         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
5803         HAVE_IO_H any more.
5804         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
5805         HAVE_DECL_MKDIR and HAVE_IO_H.
5806
5807 2008-04-20  Bruno Haible  <bruno@clisp.org>
5808
5809         * lib/isapipe.c: Port to native Windows platforms.
5810
5811 2008-04-20  Bruno Haible  <bruno@clisp.org>
5812
5813         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
5814
5815 2008-04-21  Eric Blake  <ebb9@byu.net>
5816
5817         Work around preprocessors that don't handle UINTMAX_MAX.
5818         * lib/memchr2.c (memchr2): Avoid embedded #if.
5819         Reported by Alain Guibert, fix suggested by Bruno Haible.
5820
5821 2008-04-21  Simon Josefsson  <simon@josefsson.org>
5822
5823         * doc/posix-functions/strftime.texi (strftime): Explain better
5824         Windows incompatibility.  Suggested by Micah Cowan
5825         <micah@cowan.name>.
5826
5827 2008-04-20  Bruno Haible  <bruno@clisp.org>
5828
5829         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
5830         unistr/u8-mblen.
5831
5832 2008-04-20  Bruno Haible  <bruno@clisp.org>
5833
5834         Fix test failure on platforms with non-GNU iconv.
5835         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
5836         (U_TO_U8): Use it, rather than u16_to_u8.
5837         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
5838         units at the end of the input string.
5839         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
5840
5841 2008-04-20  Bruno Haible  <bruno@clisp.org>
5842
5843         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
5844         when the resulting length is 0.
5845         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
5846
5847 2008-04-20  Bruno Haible  <bruno@clisp.org>
5848
5849         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
5850         works.
5851         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
5852
5853 2008-04-20  Bruno Haible  <bruno@clisp.org>
5854
5855         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
5856         * modules/tsearch-tests (configure.ac): Test for initstate function.
5857
5858 2008-04-20  Bruno Haible  <bruno@clisp.org>
5859
5860         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
5861         for nlink_t if missing.
5862         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
5863
5864 2008-04-19  Bruno Haible  <bruno@clisp.org>
5865
5866         Work around snprintf bug on Linux libc5.
5867         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
5868         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5869         gl_SNPRINTF_SIZE1.
5870         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5871         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
5872         that test failed.
5873         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
5874         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
5875         * modules/snprintf (Files): Add m4/printf.m4.
5876         * modules/vsnprintf (Files): Likewise.
5877         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
5878         * doc/posix-functions/vsnprintf.texi: Likewise.
5879
5880 2008-04-19  Bruno Haible  <bruno@clisp.org>
5881
5882         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
5883         from 0.0058 to less than 10^-7.
5884
5885 2008-04-19  Bruno Haible  <bruno@clisp.org>
5886
5887         Fix rounding when a precision is given.
5888         * lib/vasnprintf.c (is_borderline): New function.
5889         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
5890         9...9x.
5891         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
5892         %e, %g.
5893         * tests/test-vasprintf-posix.c (test_function): Likewise.
5894         * tests/test-snprintf-posix.h (test_function): Likewise.
5895         * tests/test-sprintf-posix.h (test_function): Likewise.
5896         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
5897         * tests/test-printf-posix.h (test_function): Likewise.
5898         * tests/test-printf-posix.output: Update.
5899         Reported by John Darrington <john@darrington.wattle.id.au> via
5900         Ben Pfaff <blp@cs.stanford.edu>.
5901
5902 2008-04-18  Simon Josefsson  <simon@josefsson.org>
5903
5904         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
5905         Suggested by Bruno Haible <bruno@clisp.org>.
5906
5907 2008-04-17  Bruno Haible  <bruno@clisp.org>
5908
5909         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
5910         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
5911         implementation.
5912         Patch by Bruce Merry <bmerry@gmail.com>.
5913
5914 2008-04-17  Simon Josefsson  <simon@josefsson.org>
5915
5916         * doc/posix-functions/strftime.texi (strftime): Mention that %e
5917         doesn't work under Windows.
5918
5919 2008-04-16  Bruno Haible  <bruno@clisp.org>
5920
5921         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
5922         New macros.
5923         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
5924         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
5925         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
5926         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
5927         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
5928         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
5929         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
5930         macros.
5931         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
5932         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
5933         Northern Sotho, Uighur.
5934
5935 2008-04-16  Bruno Haible  <bruno@clisp.org>
5936
5937         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
5938         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
5939         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
5940         Reported by Daniel Bergström <daniel@octocode.com>.
5941
5942 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
5943             Bruno Haible  <bruno@clisp.org>
5944
5945         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
5946         function.
5947         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
5948         New functions, mostly extracted from gl_locale_name_default.
5949         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
5950
5951 2008-04-16  Eric Blake  <ebb9@byu.net>
5952
5953         Adjust strtod detection to catch glibc 2.7 bug.
5954         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
5955         Reported by John Gatewood Ham.
5956
5957 2008-04-16  Bruno Haible  <bruno@clisp.org>
5958
5959         Add tentative support for Linux libc5.
5960         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
5961         * lib/fpurge.c (fpurge): Likewise.
5962         * lib/freadable.c (freadable): Likewise.
5963         * lib/freadahead.c (freadahead): Likewise.
5964         * lib/freading.c (freading): Likewise.
5965         * lib/freadptr.c (freadptr): Likewise.
5966         * lib/freadseek.c (freadptrinc): Likewise.
5967         * lib/fseeko.c (rpl_fseeko): Likewise.
5968         * lib/fseterr.c (fseterr): Likewise.
5969         * lib/fwritable.c (fwritable): Likewise.
5970         * lib/fwriting.c (fwriting): Likewise.
5971         Reported by Alain Guibert <alguibert+bts@free.fr>.
5972
5973 2008-04-15  Bruno Haible  <bruno@clisp.org>
5974
5975         * modules/mathl (configure.ac): Define module indicator.
5976
5977 2008-04-15  Bruno Haible  <bruno@clisp.org>
5978
5979         * lib/logl.c (logl): Remove unused variables.
5980
5981 2008-04-15  Bruno Haible  <bruno@clisp.org>
5982
5983         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
5984         fails.
5985
5986 2008-04-15  Bruno Haible  <bruno@clisp.org>
5987
5988         * lib/trim.c (trim2): Fix argument of isspace() macro.
5989
5990 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
5991
5992         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
5993         to 0.
5994         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
5995
5996 2008-04-14  Bruno Haible  <bruno@clisp.org>
5997
5998         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
5999         AC_LANG_PROGRAM argument.
6000         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
6001         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
6002         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
6003         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6004         * m4/math_h.m4 (gl_MATH_H): Likewise.
6005         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
6006         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
6007         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6008         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
6009         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6010         * m4/regex.m4 (gl_REGEX): Likewise.
6011         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
6012         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
6013         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6014         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
6015         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6016         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6017         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6018         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6019
6020 2008-04-14  Jim Meyering  <meyering@redhat.com>
6021
6022         test-strtod: fix typos: s/abs/fabs/
6023         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
6024
6025 2008-04-13  Bruno Haible  <bruno@clisp.org>
6026
6027         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
6028         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
6029         module is also used and while not building the reloc-wrapper.
6030
6031 2008-04-13  Bruno Haible  <bruno@clisp.org>
6032
6033         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
6034
6035 2008-04-13  Bruno Haible  <bruno@clisp.org>
6036
6037         Fix AIX compilation failure introduced on 2008-04-02.
6038         * tests/test-frexp.c (exp): Undefine before redefining.
6039         * tests/test-frexpl.c (exp): Likewise.
6040
6041 2008-04-13  Bruno Haible  <bruno@clisp.org>
6042
6043         Work around a HP-UX stdio bug.
6044         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
6045         * tests/test-ftello.c (main): Likewise.
6046         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
6047         * doc/posix-functions/ftello.texi: Likewise.
6048
6049 2008-04-13  Bruno Haible  <bruno@clisp.org>
6050
6051         Make test-signbit pass on HP-UX/hppa.
6052         * tests/test-signbit.c (minus_zerol): New variable.
6053         (test_signbitl): Use it.
6054
6055 2008-04-13  Bruno Haible  <bruno@clisp.org>
6056
6057         Make truncl work on OSF/1 4.0.
6058         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
6059         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6060         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
6061         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
6062         HAVE_DECL_TRUNCL.
6063         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
6064         HAVE_DECL_TRUNCL.
6065         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
6066
6067 2008-04-13  Bruno Haible  <bruno@clisp.org>
6068
6069         * lib/unictype.h: Remove trailing comma from enumeration definitions.
6070
6071 2008-04-13  Bruno Haible  <bruno@clisp.org>
6072
6073         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
6074         expression, so as to avoid HP-UX 11 cc compiler bug.
6075
6076 2008-04-13  Bruno Haible  <bruno@clisp.org>
6077
6078         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
6079
6080 2008-04-13  Bruno Haible  <bruno@clisp.org>
6081
6082         * lib/git-merge-changelog.c: Remove empty declaration outside of
6083         functions.
6084
6085 2008-04-13  Bruno Haible  <bruno@clisp.org>
6086
6087         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
6088
6089 2008-04-13  Bruno Haible  <bruno@clisp.org>
6090
6091         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
6092         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
6093         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
6094         also if it exists but lacks definitions of the SHUT_* macros.
6095         * modules/sys_socket (Description): Update.
6096         Reported by Elbert Pol <e.pol@chello.nl>.
6097
6098 2008-04-13  Bruno Haible  <bruno@clisp.org>
6099
6100         * lib/localcharset.c (OS2): Don't redefine if already defined.
6101         Reported by Elbert Pol <e.pol@chello.nl>.
6102
6103 2008-04-13  Bruno Haible  <bruno@clisp.org>
6104
6105         * lib/binary-io.h [__EMX__]: Include <io.h>.
6106         Reported by Elbert Pol <e.pol@chello.nl>.
6107
6108 2008-04-12  Bruno Haible  <bruno@clisp.org>
6109
6110         * lib/fpucw.h: Enable the definitions also for x86_64.
6111         Needed for NetBSD/x86_64.
6112         Reported by Thomas Klausner <tk@giga.or.at>.
6113
6114 2008-04-12  Bruno Haible  <bruno@clisp.org>
6115
6116         * tests/test-strtod.c: Include isnand.h.
6117         (main): Use isnand instead of isnan.
6118         Reported by Jim Meyering.
6119
6120 2008-04-12  Bruno Haible  <bruno@clisp.org>
6121
6122         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
6123         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6124
6125 2008-04-12  Jim Meyering  <meyering@redhat.com>
6126
6127         * m4/math_h.m4 (gl_MATH_H): Fix typos.
6128
6129 2008-04-12  Bruno Haible  <bruno@clisp.org>
6130
6131         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
6132         Reported by Elbert Pol <e.pol@chello.nl>.
6133
6134 2008-04-12  Eric Blake  <ebb9@byu.net>
6135
6136         Work around Solaris 10 math.h bug.
6137         * m4/math_h.m4 (gl_MATH_H): Check for bug.
6138         (gl_MATH_H_DEFAULTS): Set up default.
6139         * modules/math (Makefile.am): Replace new indicators.
6140         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
6141         * tests/test-math.c (main): Test this.
6142         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
6143         * doc/posix-headers/math.texi (math.h): Mention bug.
6144         Reported by Nelson H. F. Beebe and Jim Meyering.
6145
6146 2008-04-11  Bruno Haible  <bruno@clisp.org>
6147
6148         Adapt to future versions of Apple GCC.
6149         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
6150         Reported by Peter O'Gorman <peter@pogma.com>.
6151
6152 2008-04-11  Bruno Haible  <bruno@clisp.org>
6153
6154         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
6155
6156 2008-04-11  Bruno Haible  <bruno@clisp.org>
6157
6158         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
6159
6160         * modules/getaddrinfo-tests (Makefile.am): Define
6161         test_getaddrinfo_LDADD.
6162
6163 2008-04-11  Bruno Haible  <bruno@clisp.org>
6164
6165         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
6166         (init): Fix syntax error.
6167         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
6168         is declared.
6169
6170 2008-04-11  Bruno Haible  <bruno@clisp.org>
6171
6172         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
6173         * modules/glob (Depends-on): Add stdbool.
6174
6175 2008-04-11  Bruno Haible  <bruno@clisp.org>
6176
6177         * lib/trim.c: Include <string.h>.
6178
6179 2008-04-11  Eric Blake  <ebb9@byu.net>
6180
6181         Avoid compile failure on OS/2.
6182         * lib/regex_internal.h (internal_function): Disable optimization
6183         on OS/2 (__EMX__), where it caused compiler error.
6184         Reported by Elbert Pol.
6185
6186 2008-04-11  Bruno Haible  <bruno@clisp.org>
6187
6188         Flush the standard error stream before aborting. Needed on mingw.
6189         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
6190         * tests/test-array_list.c (ASSERT): Likewise.
6191         * tests/test-array_oset.c (ASSERT): Likewise.
6192         * tests/test-avltree_list.c (ASSERT): Likewise.
6193         * tests/test-avltree_oset.c (ASSERT): Likewise.
6194         * tests/test-avltreehash_list.c (ASSERT): Likewise.
6195         * tests/test-binary-io.c (ASSERT): Likewise.
6196         * tests/test-byteswap.c (ASSERT): Likewise.
6197         * tests/test-c-ctype.c (ASSERT): Likewise.
6198         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
6199         * tests/test-c-strcasestr.c (ASSERT): Likewise.
6200         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
6201         * tests/test-c-strstr.c (ASSERT): Likewise.
6202         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
6203         * tests/test-canonicalize.c (ASSERT): Likewise.
6204         * tests/test-carray_list.c (ASSERT): Likewise.
6205         * tests/test-ceilf1.c (ASSERT): Likewise.
6206         * tests/test-ceilf2.c (ASSERT): Likewise.
6207         * tests/test-ceill.c (ASSERT): Likewise.
6208         * tests/test-count-one-bits.c (ASSERT): Likewise.
6209         * tests/test-fbufmode.c (ASSERT): Likewise.
6210         * tests/test-fflush2.c (ASSERT): Likewise.
6211         * tests/test-floorf1.c (ASSERT): Likewise.
6212         * tests/test-floorf2.c (ASSERT): Likewise.
6213         * tests/test-floorl.c (ASSERT): Likewise.
6214         * tests/test-fopen.c (ASSERT): Likewise.
6215         * tests/test-fpending.c (ASSERT): Likewise.
6216         * tests/test-fprintf-posix.c (ASSERT): Likewise.
6217         * tests/test-fpurge.c (ASSERT): Likewise.
6218         * tests/test-freadable.c (ASSERT): Likewise.
6219         * tests/test-freadahead.c (ASSERT): Likewise.
6220         * tests/test-freading.c (ASSERT): Likewise.
6221         * tests/test-freadptr.c (ASSERT): Likewise.
6222         * tests/test-freadptr2.c (ASSERT): Likewise.
6223         * tests/test-freadseek.c (ASSERT): Likewise.
6224         * tests/test-freopen.c (ASSERT): Likewise.
6225         * tests/test-frexp.c (ASSERT): Likewise.
6226         * tests/test-frexpl.c (ASSERT): Likewise.
6227         * tests/test-fseek.c (ASSERT): Likewise.
6228         * tests/test-fseeko.c (ASSERT): Likewise.
6229         * tests/test-fstrcmp.c (ASSERT): Likewise.
6230         * tests/test-ftell.c (ASSERT): Likewise.
6231         * tests/test-ftello.c (ASSERT): Likewise.
6232         * tests/test-func.c (ASSERT): Likewise.
6233         * tests/test-fwritable.c (ASSERT): Likewise.
6234         * tests/test-fwriting.c (ASSERT): Likewise.
6235         * tests/test-getdelim.c (ASSERT): Likewise.
6236         * tests/test-getline.c (ASSERT): Likewise.
6237         * tests/test-i-ring.c (ASSERT): Likewise.
6238         * tests/test-iconv-utf.c (ASSERT): Likewise.
6239         * tests/test-iconv.c (ASSERT): Likewise.
6240         * tests/test-isfinite.c (ASSERT): Likewise.
6241         * tests/test-isnand.c (ASSERT): Likewise.
6242         * tests/test-isnanf.c (ASSERT): Likewise.
6243         * tests/test-isnanl.h (ASSERT): Likewise.
6244         * tests/test-ldexpl.c (ASSERT): Likewise.
6245         * tests/test-linked_list.c (ASSERT): Likewise.
6246         * tests/test-linkedhash_list.c (ASSERT): Likewise.
6247         * tests/test-localename.c (ASSERT): Likewise.
6248         * tests/test-lseek.c (ASSERT): Likewise.
6249         * tests/test-mbscasecmp.c (ASSERT): Likewise.
6250         * tests/test-mbscasestr1.c (ASSERT): Likewise.
6251         * tests/test-mbscasestr2.c (ASSERT): Likewise.
6252         * tests/test-mbscasestr3.c (ASSERT): Likewise.
6253         * tests/test-mbscasestr4.c (ASSERT): Likewise.
6254         * tests/test-mbschr.c (ASSERT): Likewise.
6255         * tests/test-mbscspn.c (ASSERT): Likewise.
6256         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
6257         * tests/test-mbspbrk.c (ASSERT): Likewise.
6258         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
6259         * tests/test-mbsrchr.c (ASSERT): Likewise.
6260         * tests/test-mbsspn.c (ASSERT): Likewise.
6261         * tests/test-mbsstr1.c (ASSERT): Likewise.
6262         * tests/test-mbsstr2.c (ASSERT): Likewise.
6263         * tests/test-mbsstr3.c (ASSERT): Likewise.
6264         * tests/test-memchr2.c (ASSERT): Likewise.
6265         * tests/test-memmem.c (ASSERT): Likewise.
6266         * tests/test-open.c (ASSERT): Likewise.
6267         * tests/test-printf-frexp.c (ASSERT): Likewise.
6268         * tests/test-printf-frexpl.c (ASSERT): Likewise.
6269         * tests/test-printf-posix.c (ASSERT): Likewise.
6270         * tests/test-quotearg.c (ASSERT): Likewise.
6271         * tests/test-rbtree_list.c (ASSERT): Likewise.
6272         * tests/test-rbtree_oset.c (ASSERT): Likewise.
6273         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
6274         * tests/test-round1.c (ASSERT): Likewise.
6275         * tests/test-roundf1.c (ASSERT): Likewise.
6276         * tests/test-roundl.c (ASSERT): Likewise.
6277         * tests/test-signbit.c (ASSERT): Likewise.
6278         * tests/test-sleep.c (ASSERT): Likewise.
6279         * tests/test-snprintf-posix.c (ASSERT): Likewise.
6280         * tests/test-snprintf.c (ASSERT): Likewise.
6281         * tests/test-sprintf-posix.c (ASSERT): Likewise.
6282         * tests/test-stat-time.c (ASSERT): Likewise.
6283         * tests/test-strcasestr.c (ASSERT): Likewise.
6284         * tests/test-strerror.c (ASSERT): Likewise.
6285         * tests/test-striconv.c (ASSERT): Likewise.
6286         * tests/test-striconveh.c (ASSERT): Likewise.
6287         * tests/test-striconveha.c (ASSERT): Likewise.
6288         * tests/test-strsignal.c (ASSERT): Likewise.
6289         * tests/test-strstr.c (ASSERT): Likewise.
6290         * tests/test-strtod.c (ASSERT): Likewise.
6291         * tests/test-trunc1.c (ASSERT): Likewise.
6292         * tests/test-trunc2.c (ASSERT): Likewise.
6293         * tests/test-truncf1.c (ASSERT): Likewise.
6294         * tests/test-truncf2.c (ASSERT): Likewise.
6295         * tests/test-truncl.c (ASSERT): Likewise.
6296         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
6297         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
6298         * tests/test-vasnprintf.c (ASSERT): Likewise.
6299         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
6300         * tests/test-vasprintf.c (ASSERT): Likewise.
6301         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
6302         * tests/test-vprintf-posix.c (ASSERT): Likewise.
6303         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
6304         * tests/test-vsnprintf.c (ASSERT): Likewise.
6305         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
6306         * tests/test-wcwidth.c (ASSERT): Likewise.
6307         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
6308         * tests/test-xprintf-posix.c (ASSERT): Likewise.
6309         * tests/test-xvasprintf.c (ASSERT): Likewise.
6310         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
6311         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
6312         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
6313         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
6314         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
6315         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
6316         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
6317         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
6318         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
6319         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
6320         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
6321         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
6322         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
6323         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
6324         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
6325         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
6326         * tests/unictype/test-block_list.c (ASSERT): Likewise.
6327         * tests/unictype/test-block_of.c (ASSERT): Likewise.
6328         * tests/unictype/test-block_test.c (ASSERT): Likewise.
6329         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
6330         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
6331         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
6332         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
6333         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
6334         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
6335         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
6336         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
6337         * tests/unictype/test-combining.c (ASSERT): Likewise.
6338         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
6339         * tests/unictype/test-digit.c (ASSERT): Likewise.
6340         * tests/unictype/test-mirror.c (ASSERT): Likewise.
6341         * tests/unictype/test-numeric.c (ASSERT): Likewise.
6342         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
6343         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
6344         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
6345         * tests/unictype/test-scripts.c (ASSERT): Likewise.
6346         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
6347         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
6348         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
6349         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
6350         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
6351         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
6352         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
6353         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
6354         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
6355         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
6356         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
6357         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
6358         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
6359         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
6360         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
6361         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
6362         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
6363         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
6364         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
6365         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
6366         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
6367         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
6368         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
6369         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
6370         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
6371         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
6372         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
6373         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
6374         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
6375         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
6376         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
6377         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
6378         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
6379         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
6380         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
6381         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
6382         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
6383         Reported by Eric Blake.
6384
6385 2008-04-11  Bruno Haible  <bruno@clisp.org>
6386
6387         * lib/wchar.in.h: Tweak comment.
6388
6389 2008-04-11  Bruno Haible  <bruno@clisp.org>
6390
6391         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
6392         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
6393         gl_COMMON.
6394         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
6395
6396 2008-04-11  Bruno Haible  <bruno@clisp.org>
6397
6398         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
6399
6400 2008-04-11  Simon Josefsson  <simon@josefsson.org>
6401
6402         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
6403         of attempting to use non-existing /dev/*random.  Based on patch
6404         from Adam Strzelecki <ono@java.pl> in
6405         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
6406
6407 2008-04-08  Bruno Haible  <bruno@clisp.org>
6408
6409         Add tentative support for emx+gcc.
6410         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
6411         * lib/fpurge.c (fpurge): Likewise.
6412         * lib/freadable.c (freadable): Likewise.
6413         * lib/freadahead.c (freadahead): Likewise.
6414         * lib/freading.c (freading): Likewise.
6415         * lib/freadptr.c (freadptr): Likewise.
6416         * lib/freadseek.c (freadptrinc): Likewise.
6417         * lib/fseeko.c (rpl_fseeko): Likewise.
6418         * lib/fseterr.c (fseterr): Likewise.
6419         * lib/fwritable.c (fwritable): Likewise.
6420         * lib/fwriting.c (fwriting): Likewise.
6421         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
6422
6423 2008-04-09  Eric Blake  <ebb9@byu.net>
6424
6425         Avoid some autoconf warnings.
6426         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
6427         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
6428         * m4/afs.m4 (gl_AFS): Likewise.
6429         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
6430         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
6431         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6432         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
6433         (gl_INTEGER_TYPE_SUFFIX): Likewise.
6434         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
6435         (AC_CHECK_DECLS_ONCE): Likewise.
6436         Rename file...
6437         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
6438         gnulib-tool requires autoconf 2.59 or better.
6439         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
6440
6441 2008-04-08  Eric Blake  <ebb9@byu.net>
6442
6443         Use 'git describe --match' if present (added in git 1.5.5).
6444         * build-aux/git-version-gen: Limit result to tags that match 'v*'
6445         if possible.
6446
6447 2008-04-08  Bruno Haible  <bruno@clisp.org>
6448
6449         Add tentative support for OpenServer.
6450         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
6451         _ptr, _cnt.
6452         * lib/fpurge.c (fpurge): Likewise.
6453         * lib/freadable.c (freadable): Likewise.
6454         * lib/freadahead.c (freadahead): Likewise.
6455         * lib/freading.c (freading): Likewise.
6456         * lib/freadptr.c (freadptr): Likewise.
6457         * lib/freadseek.c (freadptrinc): Likewise.
6458         * lib/fseeko.c (rpl_fseeko): Likewise.
6459         * lib/fseterr.c (fseterr): Likewise.
6460         * lib/fwritable.c (fwritable): Likewise.
6461         * lib/fwriting.c (fwriting): Likewise.
6462         Reported by Roger Cornelius <rac@tenzing.org> and
6463         Brian K. White <brian@aljex.com>.
6464
6465 2008-04-06  Jim Meyering  <meyering@redhat.com>
6466
6467         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
6468
6469 2008-04-06  Bruno Haible  <bruno@clisp.org>
6470
6471         Avoid possible error with non-ASCII bytes in UTF-8 locales.
6472         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
6473         * tests/test-printf-posix.sh: Likewise.
6474         * tests/test-vfprintf-posix.sh: Likewise.
6475         * tests/test-vprintf-posix.sh: Likewise.
6476         * tests/test-xprintf-posix.sh: Likewise.
6477
6478 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6479
6480         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
6481         hide error from 'ls', needed on OS/2.
6482         Report by Elbert Pol <elbert.pol@gmail.com>.
6483
6484 2008-04-04  Eric Blake  <ebb9@byu.net>
6485
6486         Make test-fseeko.c failures meaningful.
6487         * tests/test-fseeko.c: Print line number on failure.
6488         * tests/test-fseek.c: Likewise.
6489         Reported by Nelson H. F. Beebe.
6490
6491         Improve strtod bug detection check.
6492         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
6493         required for Solaris 10.
6494         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
6495
6496 2008-04-04  Bruno Haible  <bruno@clisp.org>
6497
6498         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
6499         by m4/setenv.m4.
6500
6501 2008-04-03  Eric Blake  <ebb9@byu.net>
6502
6503         Ensure sane .version contents.
6504         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
6505         version string.
6506         * build-aux/git-version-gen: Improve documentation.
6507
6508         Make GNU make output nicer.
6509         * top/GNUmakefile [!_have-Makefile]: Add dependency on
6510         MAKECMDGOALS to enforce message for all command line targets.  Set
6511         srcdir for use in maint.mk.
6512
6513         Another maintainer tweak.
6514         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
6515         a target that regenerates version.
6516
6517 2008-04-03  Jim Meyering  <meyering@redhat.com>
6518
6519         vc-list-files: don't cause coreutils "make po-check" failure
6520         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
6521
6522 2008-04-03  Eric Blake  <ebb9@byu.net>
6523
6524         Allow VPATH usage of vc-list-files.
6525         * build-aux/vc-list-files (scriptversion): Add timestamp.
6526         (options): Add --help, --version, -C.
6527         (CVS): Support installed cvsu.
6528
6529 2008-04-02  Bruno Haible  <bruno@clisp.org>
6530
6531         Avoid some "statement with no effect" warnings from gcc.
6532         * tests/test-wctype.c (main): Explicitly ignore unused values.
6533         Reported by Jim Meyering.
6534
6535 2008-04-02  Jim Meyering  <meyering@redhat.com>
6536
6537         Avoid some warnings from "gcc -Wshadow".
6538         * tests/test-frexp.c (exp): Define to a different identifier.
6539         * tests/test-frexpl.c (exp): Likewise.
6540
6541 2008-04-03  Jim Meyering  <meyering@redhat.com>
6542
6543         bootstrap: remove dangling *.[ch] symlinks from lib
6544         * build-aux/bootstrap [dangling symlink removal]: Move find's
6545         -depth option to precede all others, to avoid a warning.
6546         Remove *.[ch] files too, and from "$source_base" (usually lib/).
6547
6548 2008-04-02  Bruno Haible  <bruno@clisp.org>
6549
6550         Avoid some warnings from "gcc -Wshadow".
6551         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
6552         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
6553         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
6554         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
6555         Reported by Jim Meyering.
6556
6557 2008-04-01  Bruno Haible  <bruno@clisp.org>
6558
6559         Fix test to work on IRIX 6.5 with cc.
6560         * tests/test-math.c (numeric_equal): New function.
6561         (main): Use it.
6562
6563 2008-04-01  Bruno Haible  <bruno@clisp.org>
6564
6565         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
6566
6567 2008-04-01  Bruno Haible  <bruno@clisp.org>
6568
6569         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
6570         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6571         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
6572         (Depends-on): Remove math.
6573
6574         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
6575         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6576         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
6577         (Depends-on): Remove math.
6578
6579         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
6580         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6581         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
6582         (Depends-on): Remove math.
6583         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
6584         (Depends-on): Remove math.
6585
6586         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
6587         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6588         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
6589         (Depends-on): Remove math.
6590         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
6591         (Depends-on): Remove math.
6592
6593         * tests/test-round1.c: Include nan.h.
6594         (main): Use NaNd instead of NAN.
6595         * modules/round-tests (Files): Add tests/nan.h.
6596
6597         * tests/test-trunc1.c: Include nan.h.
6598         (main): Use NaNd instead of NAN.
6599         * modules/trunc-tests (Files): Add tests/nan.h.
6600
6601         * tests/test-roundf1.c: Include nan.h.
6602         (main): Use NaNf instead of NAN.
6603         * modules/roundf-tests (Files): Add tests/nan.h.
6604
6605         * tests/test-truncf1.c: Include nan.h.
6606         (main): Use NaNf instead of NAN.
6607         * modules/truncf-tests (Files): Add tests/nan.h.
6608
6609         * tests/test-ceilf1.c: Include nan.h.
6610         (main): Use NaNf instead of NAN.
6611         * modules/ceilf-tests (Files): Add tests/nan.h.
6612
6613         * tests/test-floorf1.c: Include nan.h.
6614         (main): Use NaNf instead of NAN.
6615         * modules/floorf-tests (Files): Add tests/nan.h.
6616
6617         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
6618         (main): Use NaNf instead of NAN.
6619         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
6620
6621         * tests/test-isnand.c: Include nan.h instead of <math.h>.
6622         (main): Use NaNd instead of NAN.
6623         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
6624
6625         * tests/test-frexp.c: Include nan.h.
6626         (main): Use NaNd instead of NAN.
6627         * modules/frexp-tests (Files): Add tests/nan.h.
6628
6629         * lib/isnan.c: Don't include <math.h>.
6630         (FUNC): Don't use NAN macro.
6631         * modules/isnand-nolibm (Depends-on): Remove math.
6632         * modules/isnanf-nolibm (Depends-on): Remove math.
6633         * modules/isnanl (Depends-on): Remove math.
6634         * modules/isnanl-nolibm (Depends-on): Remove math.
6635
6636         * tests/nan.h: New file.
6637
6638 2008-04-01  Eric Blake  <ebb9@byu.net>
6639
6640         Fix typos.
6641         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
6642         values to be the right type.
6643
6644         For now, cater to gnulib strtod inaccuracies.
6645         * tests/test-strtod.c (main): Allow 1-ulp error on expected
6646         fractional results.  While not as nice from a QoI perspective, it
6647         is a quicker patch than correctly implementing decimal to binary
6648         rounding.
6649
6650 2008-03-31  Eric Blake  <ebb9@byu.net>
6651
6652         Guarantee a definition of NAN.
6653         * lib/math.in.h (NAN): Define if missing.
6654         * tests/test-math.c (main): Test it.
6655         * doc/posix-headers/math.texi (math.h): Document this.
6656         * lib/isnan.c (rpl_isnand): Use it.
6657         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
6658         * tests/test-floorf1.c (NaN): Likewise.
6659         * tests/test-frexp.c (NaN): Likewise.
6660         * tests/test-isnand.c (NaN): Likewise.
6661         * tests/test-isnanf.c (NaN): Likewise.
6662         * tests/test-round1.c (NaN): Likewise.
6663         * tests/test-roundf1.c (NaN): Likewise.
6664         * tests/test-snprintf-posix.h (NaN): Likewise.
6665         * tests/test-sprintf-posix.h (NaN): Likewise.
6666         * tests/test-trunc1.c (NaN): Likewise.
6667         * tests/test-truncf1.c (NaN): Likewise.
6668         * tests/test-vasnprintf-posix.c (NaN): Likewise.
6669         * tests/test-vasprintf-posix.c (NaN): Likewise.
6670         * modules/isnand-nolibm (Depends-on): Add math.
6671         * modules/isnanf-nolibm (Depends-on): Likewise.
6672         * modules/isnanl (Depends-on): Likewise.
6673         * modules/isnanl-nolibm (Depends-on): Likewise.
6674         * modules/snprintf-posix-tests (Depends-on): Likewise.
6675         * modules/sprintf-posix-tests (Depends-on): Likewise.
6676         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
6677         * modules/vsprintf-posix-tests (Depends-on): Likewise.
6678         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
6679         * modules/vasprintf-posix-tests (Depends-on): Likewise.
6680
6681 2008-03-31  Bruno Haible  <bruno@clisp.org>
6682
6683         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
6684         * doc/posix-functions/strtod.texi: Likewise.
6685
6686 2008-03-31  Bruno Haible  <bruno@clisp.org>
6687
6688         * tests/test-strtod.c (main): Don't use C99 syntax.
6689
6690 2008-03-31  Bruno Haible  <bruno@clisp.org>
6691
6692         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
6693         Reported by Eric Blake.
6694
6695 2008-03-31  Jim Meyering  <meyering@redhat.com>
6696
6697         Don't compare actual signbit return values.
6698         * tests/test-strtod.c (main): Rather, compare only their
6699         zero/non-zero nature.
6700
6701 2008-03-31  Eric Blake  <ebb9@byu.net>
6702
6703         More strtod documentation.
6704         * doc/posix-functions/strtod.texi (strtod): Interpret more test
6705         failures as distinct bugs.
6706
6707 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6708
6709         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
6710         Problem reported by Erik Benada in
6711         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
6712
6713 2008-03-30  Bruno Haible  <bruno@clisp.org>
6714
6715         * tests/test-strtod.c: Add comments about which assertion fails on which
6716         platform.
6717         * doc/posix-functions/strtod.texi: Add info about many more platforms.
6718
6719 2008-03-30  Eric Blake  <ebb9@byu.net>
6720
6721         Test signbit behavior on zeros.
6722         * tests/test-signbit.c (test_signbitf): Add tests for zero.
6723         (test_signbitd, test_signbitl): Likewise.
6724
6725         More strtod touchups.
6726         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
6727         sign of negative underflow, for now.  Use .5, not .1.
6728         * doc/posix-functions/strtod.texi (strtod): Mention these
6729         limitations.
6730         Reported by Jim Meyering.
6731
6732 2008-03-30  Bruno Haible  <bruno@clisp.org>
6733
6734         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
6735         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
6736
6737 2008-03-30  Bruno Haible  <bruno@clisp.org>
6738
6739         Avoid failure when attempting to return empty iconv results on some
6740         platforms.
6741         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
6742         allocation, don't report ENOMEM when the resulting string is empty.
6743
6744 2008-03-30  Bruno Haible  <bruno@clisp.org>
6745
6746         Fix buffer overrun.
6747         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
6748         Don't consider the width for tmp_length. Check count against tmp_length
6749         before doing the padding. Ensure enough allocation during padding.
6750
6751 2008-03-30  Eric Blake  <ebb9@byu.net>
6752
6753         strtod touchups.
6754         * lib/strtod.c (strtod): Avoid compiler warnings.
6755         Reported by Jim Meyering.
6756
6757 2008-03-30  Bruno Haible  <bruno@clisp.org>
6758
6759         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
6760         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
6761         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
6762         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
6763         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
6764         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
6765         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
6766         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
6767
6768         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
6769         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
6770         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
6771         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
6772         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
6773         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
6774         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
6775         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
6776
6777         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
6778         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
6779         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
6780         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
6781         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
6782         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
6783         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
6784         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
6785
6786         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
6787         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
6788
6789         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
6790         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
6791
6792         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
6793         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
6794
6795         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
6796         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
6797         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
6798
6799         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
6800         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
6801         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
6802
6803         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
6804         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
6805         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
6806
6807         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
6808         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
6809         * modules/vasprintf (Depends-on): Add EOVERFLOW.
6810
6811         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
6812         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
6813         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
6814         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
6815         (Depends-on): Add EOVERFLOW.
6816         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
6817         (Depends-on): Add EOVERFLOW.
6818         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6819         (Depends-on): Add EOVERFLOW.
6820         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6821         (Depends-on): Add EOVERFLOW.
6822         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6823         (Depends-on): Add EOVERFLOW.
6824         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6825         (Depends-on): Add EOVERFLOW.
6826         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6827         (Depends-on): Add EOVERFLOW.
6828         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6829         (Depends-on): Add EOVERFLOW.
6830
6831         * lib/sprintf.c (EOVERFLOW): Remove fallback.
6832         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
6833         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
6834
6835         * lib/snprintf.c (EOVERFLOW): Remove fallback.
6836         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
6837         * modules/snprintf (Depends-on): Add EOVERFLOW.
6838
6839         * lib/poll.c (EOVERFLOW): Remove fallback.
6840         * modules/poll (Depends-on): Add EOVERFLOW.
6841
6842         * lib/getugroups.c (EOVERFLOW): Remove fallback.
6843         * modules/getugroups (Depends-on): Add EOVERFLOW.
6844
6845         * lib/getdelim.c (EOVERFLOW): Remove fallback.
6846         * modules/getdelim (Depends-on): Add EOVERFLOW.
6847
6848         * lib/ftell.c (EOVERFLOW): Remove fallback.
6849         * modules/ftell (Depends-on): Add EOVERFLOW.
6850
6851         * lib/fprintf.c (EOVERFLOW): Remove fallback.
6852         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
6853         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
6854
6855         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
6856
6857         * modules/EOVERFLOW-tests: New file.
6858         * tests/test-EOVERFLOW.c: New file.
6859
6860         * modules/EOVERFLOW: New file.
6861         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
6862
6863 2008-03-30  Bruno Haible  <bruno@clisp.org>
6864
6865         Fix bug introduced on 2007-06-10.
6866         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
6867         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
6868
6869 2008-03-30  Bruno Haible  <bruno@clisp.org>
6870
6871         Improve freadseek's efficiency after ungetc.
6872         * lib/freadseek.c: Include freadahead.h.
6873         (freadptrinc): New function, extracted from freadseek.
6874         (freadseek): Use it in a loop. Use freadahead to determine the number
6875         of loop iterations.
6876         * modules/freadseek (Depends-on): Add freadahead.
6877         (configure.ac): Require AC_C_INLINE.
6878
6879 2008-03-30  Bruno Haible  <bruno@clisp.org>
6880
6881         * lib/freadseek.c (freadseek): Don't ignore the return value of
6882         freadptr.
6883
6884 2008-03-29  Eric Blake  <ebb9@byu.net>
6885
6886         Add hex float support.
6887         * modules/strtod (Depends-on): Add c-ctype.
6888         (Link): Mention POW_LIB.
6889         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
6890         whitespace between 'e' and exponent.
6891         * tests/test-strtod.c (main): Enable hex float tests.
6892         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
6893         now provides.
6894
6895         Document various strtod bugs, with some fixes.
6896         * doc/posix-functions/strtod.texi (strtod): Document bugs with
6897         "-0x", "inf", "nan", and hex constants.
6898         * doc/posix-functions/atof.texi (atof): Likewise.
6899         * modules/stdlib (Makefile.am): Support strtod.
6900         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6901         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
6902         detect additional strtod bugs.
6903         * lib/stdlib.in.h (rpl_strtod): Add declarations.
6904         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
6905         bool where appropriate.  Parse 'inf' and 'nan'.
6906         * tests/test-strtod.c: New file.
6907         * modules/strtod (Depends-on): Add stdbool, stdlib.
6908         (configure.ac): Turn on module indicator.
6909         * modules/strtod-tests: New module.
6910
6911 2008-03-29  Eric Blake  <ebb9@byu.net>
6912
6913         Fix ftell on mingw.
6914         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
6915         * modules/ftell-tests (Depends-on): Add binary-io.
6916         * modules/ftello-tests (Depends-on): Likewise.
6917         * tests/test-ftell.c (main): Enhance test to cover behavior after
6918         ungetc.  Enforce binary mode.
6919         * tests/test-ftello.c (main): Likewise.
6920
6921         Pass test-freadseek on cygwin.
6922         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
6923         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
6924         ungetc buffer.
6925
6926         * tests/test-fflush2.c (main): Fix typo.
6927
6928 2008-03-29  Bruno Haible  <bruno@clisp.org>
6929
6930         * tests/test-fflush2.c (main): Temporarily disable the contents of
6931         this test.
6932         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
6933         Reported by Eric Blake.
6934
6935 2008-03-28  Simon Josefsson  <simon@josefsson.org>
6936
6937         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
6938         (GC_SHA224_DIGEST_SIZE): Add.
6939
6940         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
6941         (gc_hash_digest_length): Likewise.
6942         (gc_hash_buffer): Likewise.
6943
6944 2008-03-25  Bruno Haible  <bruno@clisp.org>
6945
6946         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
6947         detail which gettext release to use.
6948         Reported by Simon Josefsson.
6949
6950 2008-03-26  Jim Meyering  <meyering@redhat.com>
6951
6952         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
6953         * modules/gnumakefile (clean-GNUmakefile): Also, use
6954         test ... && ... || : syntax rather than if-then ... fi.
6955
6956         gnumakefile: Don't double-quote-expand $(VPATH) value.
6957         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
6958
6959 2008-03-24  Eric Blake  <ebb9@byu.net>
6960
6961         Alter GNUmakefile to install into top directory.
6962         * modules/maintainer-makefile: Split, and add dependency...
6963         * modules/gnumakefile: to this new module.
6964         * build-aux/GNUmakefile: Move...
6965         * top/GNUmakefile: ...here.
6966         * build-aux/maint.mk: Move...
6967         * top/maint.mk: ...here.
6968         * MODULES.html.sh (Support for maintaining...): Document new
6969         module.
6970
6971 2008-03-23  Bruno Haible  <bruno@clisp.org>
6972
6973         * gnulib-tool: New options --vc-files, --no-vc-files.
6974         (func_usage): Document them.
6975         (vc_files): New variable.
6976         (func_import): Consider vc_files.
6977         (func_create_testdir): Set vc_files to empty.
6978         Suggested by Jim Meyering and Karl Berry.
6979
6980 2008-03-23  Bruno Haible  <bruno@clisp.org>
6981
6982         Fix regex compilation error on HP-UX 11.
6983         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
6984         * modules/regex (Files): Add m4/mbstate_t.m4.
6985         Reported by Ton Voon <ton.voon@altinity.com>.
6986
6987 2008-03-23  Bruno Haible  <bruno@clisp.org>
6988
6989         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
6990
6991 2008-03-23  Eric Blake  <ebb9@byu.net>
6992             Bruno Haible  <bruno@clisp.org>
6993
6994         Install files from top/ in the destination directory.
6995         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6996         augmentation also for the files from top/.
6997         (func_import, func_create_testdir): Rewrite file names:
6998         top/filename -> filename.
6999
7000 2008-03-23  Bruno Haible  <bruno@clisp.org>
7001
7002         Tweak "gnulib --version" output.
7003         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
7004
7005 2008-03-23  Bruno Haible  <bruno@clisp.org>
7006
7007         Tweak "gnulib --version" output.
7008         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
7009         rather than contents of ChangeLog, when possible.
7010
7011 2008-03-21  Eric Blake  <ebb9@byu.net>
7012
7013         More --version tweaks.
7014         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
7015         date of last ChangeLog entry.
7016
7017 2008-03-21  Jim Meyering  <meyering@redhat.com>
7018
7019         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
7020
7021 2008-03-20  Eric Blake  <ebb9@byu.net>
7022
7023         VPATH fix.
7024         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
7025
7026 2008-03-20  Simon Josefsson  <simon@josefsson.org>
7027
7028         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
7029         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
7030
7031 2008-03-20  Eric Blake  <ebb9@byu.net>
7032
7033         Sync GNUmakefile with coreutils.
7034         * build-aux/GNUmakefile (have-Makefile): Rename...
7035         (_have-Makefile): ...to this, for namespace consideration.
7036         (GNUmakefile.cfg): Include, if present.
7037         (_autoreconf): Define a default.
7038         (_is-dist-target): New rule for rebuilds to pick up intra-release
7039         version.
7040         (maint-cfg.mk): Rename...
7041         (cfg.mk): ...to this.
7042
7043 2008-03-18  Jim Meyering  <meyering@redhat.com>
7044
7045         New script and module: mktempd
7046         * MODULES.html.sh (maint+release support): Add mktempd.
7047         * build-aux/mktempd: New file.
7048         * modules/mktempd: New file.
7049
7050 2008-03-15  Jim Meyering  <meyering@redhat.com>
7051
7052         Undo last change.
7053         * lib/sha1.c, lib/md5.c: 63 != ~63.
7054         Reported by Andreas Schwab.
7055
7056         sha1.c, md5.c: Hoist a redundant expression.
7057         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
7058         "ctx->buflen" only once, before calling *_process_block.
7059         * lib/md5.c (md5_process_bytes): Likewise.
7060
7061 2008-03-14  Eric Blake  <ebb9@byu.net>
7062
7063         Bump copyright year in files generated by gnulib-tool.
7064         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
7065         gnulib-tool, rather than hard-coding it.
7066
7067         Fix 'gnulib-tool --version' output to work with git.
7068         * gnulib-tool (func_gnulib_dir): New function, extracted from...
7069         (startup): ...here.
7070         (func_version): Use it to invoke git-version-gen, rather than
7071         relying on CVS keyword expansion.  Modernize wording.
7072         (cvsdatestamp, last_checkin_date, version): Kill unused
7073         variables.
7074
7075 2008-03-12  Jim Meyering  <meyering@redhat.com>
7076
7077         Recognize optional cast of the argument to free.
7078         * build-aux/useless-if-before-free: Update regexps.
7079
7080         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
7081
7082 2008-03-11  Bruno Haible  <bruno@clisp.org>
7083
7084         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
7085         by a single package.
7086         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
7087         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
7088         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
7089         Reported by Sam Steingold <sds@gnu.org>.
7090
7091 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7092
7093         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
7094         repositories.
7095
7096 2008-03-11  Bruno Haible  <bruno@clisp.org>
7097
7098         Avoid conflicts between local macro definitions.
7099         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7100         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
7101
7102 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
7103             Bruno Haible  <bruno@clisp.org>
7104
7105         Make va_copy work with some version of xlc on AIX 5.1.
7106         * lib/stdarg.in.h: New file.
7107         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
7108         On AIX, use a <stdarg.h> file substitute.
7109         * modules/stdarg (Files): Add lib/stdarg.in.h.
7110         (Depends-on): Add include_next.
7111         (Makefile.am): Build a stdarg.h substitute if requested.
7112         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
7113
7114 2008-03-10  Bruno Haible  <bruno@clisp.org>
7115
7116         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
7117         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
7118         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7119
7120 2008-03-10  Bruno Haible  <bruno@clisp.org>
7121
7122         * modules/stdlib (Depends-on): Add include_next, remove
7123         absolute-header.
7124
7125 2008-03-09  Bruno Haible  <bruno@clisp.org>
7126
7127         * lib/freadahead.h (freadahead): Document more precisely.
7128         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
7129         the sum of both buffer sizes.
7130         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
7131         * NEWS: Document the change.
7132
7133 2008-03-09  Bruno Haible  <bruno@clisp.org>
7134
7135         Extend freadptr to return also the buffer size.
7136         * lib/freadptr.h (freadptr): Add sizep argument.
7137         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
7138         (freadptr): Add sizep argument. Determine buffer size like freadahead
7139         does.
7140         * tests/test-freadptr.c: Don't include freadahead.h.
7141         (main): Adapt for new calling convention of freadptr.
7142         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
7143         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
7144         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
7145         tests/test-freadptr2.sh.
7146         (Depends): Remove freadahead.
7147         (TESTS): Add test-freadptr2.sh.
7148         (check_PROGRAMS): Add test-freadptr2.
7149
7150 2008-03-09  Bruno Haible  <bruno@clisp.org>
7151
7152         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
7153         Report and solution by Simon Josefsson.
7154
7155 2008-03-06  Bruno Haible  <bruno@clisp.org>
7156
7157         Make fflush after ungetc work on BSD platforms.
7158         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
7159         * tests/test-fflush2.c: New file.
7160         * tests/test-fflush2.sh: New file.
7161         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
7162         tests/test-fflush2.c.
7163         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
7164         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
7165
7166 2008-03-06  Eric Blake  <ebb9@byu.net>
7167
7168         Likewise for ftello.
7169         * modules/ftello (Dependencies): Add extensions.
7170         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
7171
7172 2008-03-06  Bruno Haible  <bruno@clisp.org>
7173
7174         * modules/fseeko (Dependencies): Add extensions.
7175         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
7176         Needed on glibc systems.
7177
7178 2008-03-06  Bruno Haible  <bruno@clisp.org>
7179
7180         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
7181         email address.
7182         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7183
7184 2008-03-06  Bruno Haible  <bruno@clisp.org>
7185
7186         * users.txt: Add libgnupdf.
7187
7188 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
7189
7190         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
7191         (Header File Substitutes, Function Substitutes,
7192         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
7193         (Build robot for gnulib): Fix typo.
7194
7195 2008-03-06  Bruno Haible  <bruno@clisp.org>
7196
7197         * doc/gnulib-tool.texi (VCS Issues): Small updates.
7198         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7199
7200 2008-03-06  Bruno Haible  <bruno@clisp.org>
7201
7202         * doc/func.texi: New file, extracted from doc/gnulib.texi.
7203         * doc/gnulib.texi: Include it.
7204
7205 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7206
7207         * modules/func (License): Change license to unlimited; there was
7208         no LGPL parts in the module anyway.
7209
7210 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7211
7212         * modules/__func__: Renamed to modules/func.
7213         * modules/__func__-tests: Renamed to modules/func-tests.
7214         * tests/test-__func__.c: Renamed to tests/test-func.c.
7215         * m4/__func__.m4: Renamed to m4/func.m4.
7216         * doc/gnulib.texi (__func__): Section renamed to func.
7217         Suggested by Eric Blake <ebb9@byu.net>.
7218
7219 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7220
7221         * doc/gnulib.texi (__func__): Use C99 terminology when talking
7222         about __func__.  Make example self-contained.  Suggested by Eric
7223         Blake <ebb9@byu.net>.
7224
7225         * tests/test-__func__.c (main): Avoid extraneous () around __func.
7226         Suggested by Eric Blake <ebb9@byu.net>.
7227
7228 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7229
7230         * modules/__func__: New file.
7231         * modules/__func__-tests: New file.
7232         * tests/test-__func__.c: New file.
7233         * m4/__func__.m4: New file.
7234         * doc/gnulib.texi (__func__): Document __func__ module.
7235
7236 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7237
7238         * modules/byteswap (License): Re-license as LGPLv2+.
7239
7240 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7241
7242         * doc/Makefile: Add pdf target.
7243
7244 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7245
7246         * modules/inline (License): Use 'unlimited', since there are only
7247         *.m4 files in this module.
7248
7249 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7250             Bruno Haible  <bruno@clisp.org>
7251
7252         Add support for HP C 7.1 on OpenVMS 8.3.
7253         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
7254
7255 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7256
7257         Update VMS specifics.
7258         * lib/getopt.c [VMS]: Remove include of unixlib.h.
7259
7260 2008-03-02  Jim Meyering  <meyering@redhat.com>
7261
7262         Remove the last dependency on the "free" module.
7263         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
7264         Reported by Bob Proulx.
7265
7266         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
7267
7268         Remove useless "if" tests before free.  Deprecate "free" module.
7269         * doc/posix-functions/free.texi: Mention that this
7270         module is no longer useful.
7271         * modules/free (Notice): Say this module is obsolete.
7272         * modules/readutmp (Depends-on): Remove free.
7273         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
7274         * lib/putenv.c (putenv): Likewise.
7275         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
7276         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
7277         * tests/test-c-strcasestr.c (main): Likewise.
7278         * tests/test-c-strstr.c (main): Likewise.
7279         * tests/test-mbscasestr1.c (main): Likewise.
7280         * tests/test-mbscasestr2.c (main): Likewise.
7281         * tests/test-mbsstr1.c (main): Likewise.
7282         * tests/test-mbsstr2.c (main): Likewise.
7283         * tests/test-memmem.c (main): Likewise.
7284         * tests/test-strcasestr.c (main): Likewise.
7285         * tests/test-striconv.c (main): Likewise.
7286         * tests/test-striconveh.c (main): Likewise.
7287         * tests/test-striconveha.c (main): Likewise.
7288         * tests/test-strstr.c (main): Likewise.
7289
7290         * build-aux/git-version-gen: Adjust a comment and the Usage string.
7291
7292         bootstrap: sync from coreutils again
7293         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
7294
7295 2008-03-01  Jim Meyering  <meyering@redhat.com>
7296
7297         bootstrap: sync from coreutils
7298         * build-aux/bootstrap (update_po_files): Copy a .po file into place
7299         also when the target doesn't exist.
7300
7301 2008-03-01  Eric Blake  <ebb9@byu.net>
7302
7303         Fix bugs in last patch.
7304         * lib/memchr2.c (memchr2): Fix typo.
7305         * tests/test-memchr2.c: Test previous bug, and don't use GNU
7306         extension.
7307         Reported by Bruce Korb.
7308
7309         New module 'memchr2'.
7310         * modules/memchr2: New file.
7311         * modules/memchr2-tests: Likewise.
7312         * lib/memchr2.h: Likewise.
7313         * lib/memchr2.c: Likewise, based on memchr.c.
7314         * tests/test-memchr2.c: New test.
7315         * MODULES.html.sh (String handling): Add memchr2.
7316
7317 2008-02-29  Bruno Haible  <bruno@clisp.org>
7318
7319         * modules/freadseek-tests: New file.
7320         * tests/test-freadseek.sh: New file.
7321         * tests/test-freadseek.c: New file.
7322
7323         New module 'freadseek'.
7324         * modules/freadseek: New file.
7325         * lib/freadseek.h: New file.
7326         * lib/freadseek.c: New file.
7327         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
7328
7329 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
7330
7331         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
7332         wydawca.
7333
7334         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
7335         program_invocation_name and program_invocation_short_name are
7336         present.
7337
7338 2008-02-28  Bruno Haible  <bruno@clisp.org>
7339
7340         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
7341         * tests/test-freadptr.sh: Also test non-seekable stdin.
7342
7343 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
7344
7345         * build-aux/bootstrap (source_base, m4_base)
7346         (doc_base, tests_base): New variables.
7347         (gnulib_tool_options): Do not hardcode base directories, use
7348         the above variables instead.
7349
7350 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
7351
7352         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
7353
7354 2008-02-28  Bruno Haible  <bruno@clisp.org>
7355
7356         * modules/freadptr-tests: New file.
7357         * tests/test-freadptr.sh: New file.
7358         * tests/test-freadptr.c: New file.
7359
7360         New module 'freadptr'.
7361         * modules/freadptr: New file.
7362         * lib/freadptr.h: New file.
7363         * lib/freadptr.c: New file.
7364         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
7365
7366 2008-02-26  Karl Berry  <karl@freefriends.org>
7367
7368         Sync from Libtool:
7369         * libltdl/argz.c (argz_add, argz_count): New functions.
7370         * libltdl/argz.in.h: Declare them.
7371         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
7372
7373 2008-02-22  Bruno Haible  <bruno@clisp.org>
7374
7375         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
7376         is a pointer type.  Needed for HP-UX 10.
7377         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
7378         * doc/posix-functions/gmtime_r.texi: Likewise.
7379         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7380
7381 2008-02-24  Bruno Haible  <bruno@clisp.org>
7382
7383         * modules/environ-tests: New file.
7384         * tests/test-environ.c: New file.
7385
7386         New module 'environ'.
7387         * modules/environ: New file.
7388         * lib/unistd.in.h (environ): New declaration.
7389         * m4/environ.m4: New file.
7390         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
7391         after use.
7392         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
7393         HAVE_DECL_ENVIRON.
7394         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
7395         HAVE_DECL_ENVIRON.
7396         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
7397         wrong claim that 'environ' is missing on some systems.
7398         * modules/execute (Depends-on): Add environ.
7399         * lib/execute.c (environ): Remove fallback declaration.
7400         * modules/pipe (Depends-on): Add environ.
7401         * lib/pipe.c (environ): Remove fallback declaration.
7402         * modules/setenv (Depends-on): Add environ.
7403         * lib/setenv.c (environ): Remove fallback declaration.
7404         * modules/unsetenv (Depends-on): Add environ.
7405         * lib/unsetenv.c (environ): Remove fallback declaration.
7406         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
7407         m4/environ.m4.
7408         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
7409         (gl_PREREQ_UNSETENV): Likewise.
7410
7411 2008-02-24  Bruno Haible  <bruno@clisp.org>
7412
7413         * doc/posix-functions/environ.texi: Document the MacOS X problem.
7414
7415 2008-02-20  Bob Proulx  <bob@proulx.com>
7416
7417         Enable use of older two part flavor 'git describe'.
7418         * build-aux/git-version-gen: If using the older two part flavor of
7419         git version then recreate the third part now present in the
7420         newer three part flavor of git describe.
7421
7422 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
7423
7424         * lib/fts.c (fts_build): Typo correction to comment.
7425
7426 2008-02-17  Bruno Haible  <bruno@clisp.org>
7427
7428         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
7429         generating no-op conflicts.
7430
7431 2008-02-17  Bruno Haible  <bruno@clisp.org>
7432
7433         Speed up by 10%.
7434         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
7435         result_entries, rather than an index-based loop.
7436
7437 2008-02-17  Bruno Haible  <bruno@clisp.org>
7438
7439         Speed up by 25%.
7440         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
7441         'hashcode_cached'.
7442         (entry_create): New function.
7443         (entry_hashcode): Use the cached hashcode if possible.
7444         (read_changelog_file, try_split_merged_entry): Use entry_create.
7445
7446 2008-02-17  Bruno Haible  <bruno@clisp.org>
7447
7448         Speed up from O(n^2) to O(n) for long ChangeLog files.
7449         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
7450         (read_changelog_file): Change implementation of entries_reversed list
7451         to rbtreehash.
7452         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
7453
7454 2008-02-17  Bruno Haible  <bruno@clisp.org>
7455
7456         New option --split-merged-entry.
7457         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
7458         (find_paragraph_end, try_split_merged_entry): New functions.
7459         (long_options): Add option --split-merged-entry.
7460         (usage): Document option --split-merged-entry.
7461         (main): Implement option --split-merged-entry.
7462         Reported by Eric Blake.
7463
7464 2008-02-17  Bruno Haible  <bruno@clisp.org>
7465
7466         * lib/git-merge-changelog.c: Include c-strstr.h.
7467         (main): Support the "git pull --rebase" situation.
7468         * modules/git-merge-changelog (Depends-on): Add c-strstr.
7469         Reported by Eric Blake.
7470
7471 2008-02-16  Eric Blake  <ebb9@byu.net>
7472
7473         Avoid doubling \ in common case of "c-maybe" quoting style.
7474         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
7475         eliding outer quotes.
7476         * lib/quotearg.h: Document this.
7477         * tests/test-quotearg.c (result_strings, inputs, results_g)
7478         (flag_results, locale_results): Test it by adding a new string to
7479         each test group.
7480         (compare_strings): Test new string.
7481
7482 2008-02-13  Eric Blake  <ebb9@byu.net>
7483
7484         Avoid trigraph quoting in default output.
7485         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
7486         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
7487         unless explicitly requested.
7488         * tests/test-quotearg.c (flag_results, main): Add additional tests.
7489
7490 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
7491
7492         Don't rely on signed integer overflowing to negative value.
7493         * lib/getugroups.c (getugroups): Include <limits.h>.
7494         Instead, compare against INT_MAX, and increment only if the test passes.
7495
7496 2008-02-13  Jim Meyering  <meyering@redhat.com>
7497         and Eric Blake  <ebb9@byu.net>
7498
7499         Avoid shadowing warning and compile errors on Linux.
7500         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
7501         forwarding macros on Linux.
7502         (dcgettext): Define a stub, for Linux.
7503         (results_g, main): Avoid warnings.
7504
7505 2008-02-12  Eric Blake  <ebb9@byu.net>
7506
7507         Silence warning in last patch.
7508         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
7509
7510         Quotearg part 4: add tests, fix c-maybe colon quoting.
7511         * lib/quotearg.h: Improve documentation.
7512         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
7513         escapes when adding outer quotes.  When quoting trigraphs, use
7514         valid C notation.  When quoting NUL, omit extra characters if next
7515         character is not digit.  Alter prototype.
7516         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
7517         callers.
7518         * modules/quotearg-tests: New module.
7519         * tests/test-quotearg.c: New test.
7520
7521 2008-02-07  Eric Blake  <ebb9@byu.net>
7522
7523         Quotearg part 3: add flag to control outer quote elision.
7524         * lib/quotearg.h (c_maybe_quoting_style): New style.
7525         (enum quoting_flags): Better documentation of flags.
7526         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
7527         c-maybe style.
7528         (quotearg_buffer_restyled): Handle new flag to elide outer
7529         quotes.
7530
7531         Quotearg part 2: add flag that can control NUL elision.
7532         * lib/quotearg.h (set_quoting_flags): New prototype.
7533         * lib/quotearg.c (struct quoting_options): Add flag field.
7534         (set_quoting_flags): New function.
7535         (quotearg_buffer_restyled): Add flags parameter.
7536         (quotearg_alloc_mem): Set the flag if length cannot be returned.
7537         (quotearg_n_options): Set the flag, since length cannot be
7538         returned.
7539         (quoting_options_from_style): Default flags correctly.
7540
7541         Quotearg part 1: more wrappers, restore quotearg_char state.
7542         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
7543         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
7544         (quotearg_colon_mem): New wrappers.
7545         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
7546         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
7547         functions.
7548         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
7549         (quotearg_colon_mem): New functions.
7550
7551 2008-02-11  Bruno Haible  <bruno@clisp.org>
7552
7553         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
7554         library in the current directory: it does not work with parallel make.
7555         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7556
7557 2008-02-11  Bruno Haible  <bruno@clisp.org>
7558
7559         * .gitattributes: New file.
7560
7561 2008-02-11  Jim Meyering  <meyering@redhat.com>
7562
7563         useless-if-before-free: Fix reversed exit values.
7564         * build-aux/useless-if-before-free: Use correct values
7565         for EXIT_MATCH and EXIT_NO_MATCH.
7566
7567         * build-aux/useless-if-before-free: Close stdout carefully.
7568
7569 2008-02-10  Bruno Haible  <bruno@clisp.org>
7570
7571         New module 'git-merge-changelog'.
7572         * modules/git-merge-changelog: New file.
7573         * lib/git-merge-changelog.c: New file.
7574
7575 2008-02-10  Jim Meyering  <meyering@redhat.com>
7576
7577         useless-if-before-free: New option: --list (-l).
7578
7579         useless-if-before-free: Don't exit immediately upon open failure.
7580         * build-aux/useless-if-before-free: Exit 2 for errors.
7581         Upon failure to open a file, don't exit immediately.
7582         Rather, just warn and continue with any remaining files.
7583
7584 2008-02-10  Bruno Haible  <bruno@clisp.org>
7585
7586         New abstract list operation 'node_set_value'.
7587         * lib/gl_list.h (gl_list_node_set_value): New function.
7588         (struct gl_list_implementation): New field node_set_value.
7589         * lib/gl_list.c (gl_list_node_set_value): New function.
7590         * lib/gl_array_list.c (gl_array_node_set_value): New function.
7591         (gl_array_list_implementation): Update.
7592         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
7593         (gl_carray_list_implementation): Update.
7594         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
7595         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7596         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7597         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
7598         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7599         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7600         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7601         Update.
7602         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7603         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
7604         (gl_sublist_list_implementation): Update.
7605
7606 2008-02-10  Bruno Haible  <bruno@clisp.org>
7607
7608         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
7609         Needed when ELEMENT is #defined to 'some_type *'.
7610
7611 2008-02-10  Jim Meyering  <meyering@redhat.com>
7612
7613         New script and module: useless-if-before-free
7614         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
7615         * build-aux/useless-if-before-free: New file.
7616         * modules/useless-if-before-free: New file.
7617
7618         * build-aux/gitlog-to-changelog: Use committer date, not author date.
7619
7620         xstrtol_error: Fix typo.
7621         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
7622         s/exit_failure/exit_status/.
7623
7624 2008-02-09  Jim Meyering  <meyering@redhat.com>
7625
7626         New script and module: gitlog-to-changelog
7627         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
7628         * modules/gitlog-to-changelog: New file.
7629         * build-aux/gitlog-to-changelog: New file.
7630
7631 2008-02-08  Jim Meyering  <meyering@redhat.com>
7632
7633         Avoid two "parameter unused" warnings.
7634         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
7635         Mark "st" as used.
7636
7637         Use "git COMMAND", not "git-COMMAND".
7638         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
7639         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
7640         * build-aux/git-version-gen: Use "git status", not "git-status".
7641
7642 2008-02-07  Bruno Haible  <bruno@clisp.org>
7643
7644         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
7645         Avoids a crash on Windows Vista.
7646         Reported by Adam Strzelecki <ono@java.pl> via
7647         Simon Josefsson <simon@josefsson.org>.
7648
7649 2008-02-06  Bruno Haible  <bruno@clisp.org>
7650
7651         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
7652         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
7653         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
7654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
7655         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7656         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7657         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
7658         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
7659         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7660         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7661         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7662         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7663         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7664         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7665         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7666         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
7667         left-adjust flag.
7668         * tests/test-snprintf-posix.h (test_function): Likewise.
7669         * tests/test-sprintf-posix.h (test_function): Likewise.
7670         * tests/test-vasprintf-posix.c (test_function): Likewise.
7671         * doc/posix-functions/fprintf.texi: Update.
7672         * doc/posix-functions/printf.texi: Update.
7673         * doc/posix-functions/snprintf.texi: Update.
7674         * doc/posix-functions/sprintf.texi: Update.
7675         * doc/posix-functions/vfprintf.texi: Update.
7676         * doc/posix-functions/vprintf.texi: Update.
7677         * doc/posix-functions/vsnprintf.texi: Update.
7678         * doc/posix-functions/vsprintf.texi: Update.
7679         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7680
7681 2008-02-06  Bruno Haible  <bruno@clisp.org>
7682
7683         Fix bug introduced on 2008-01-26.
7684         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
7685
7686 2008-02-06  Bruno Haible  <bruno@clisp.org>
7687
7688         Fix bug introduced on 2007-06-10.
7689         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
7690         !NEED_PRINTF_FLAG_ZERO.
7691
7692 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
7693
7694         getloadavg: use libperfstat on AIX5
7695         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
7696
7697 2008-02-03  Bruno Haible  <bruno@clisp.org>
7698
7699         * lib/diffseq.h: Add comments about required #includes.
7700         Reported by Michael Biggs <gnulib@doubleplum.net>.
7701
7702 2008-02-01  Bruno Haible  <bruno@clisp.org>
7703
7704         * users.txt: Add gnuit.
7705
7706 2008-01-31  Bruno Haible  <bruno@clisp.org>
7707
7708         * lib/md4.c (set_uint32): Mark as inline.
7709         * lib/md5.c (set_uint32): Likewise.
7710         * lib/sha1.c (set_uint32): Likewise.
7711         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
7712         * m4/md5.m4 (gl_MD5): Likewise.
7713         * m4/sha1.m4 (gl_SHA1): Likewise.
7714
7715 2008-01-31  Jim Meyering  <meyering@redhat.com>
7716
7717         Use "sizeof VAR", rather than a literal "4".
7718         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
7719         * lib/md4.c (md4_read_ctx): Likewise.
7720         * lib/sha1.c (sha1_read_ctx): Likewise.
7721
7722 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7723
7724         * tests/test-sha1.c: New file, based on test-md5.c.
7725
7726         * modules/crypto/sha1-tests: New file.
7727
7728 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7729
7730         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
7731
7732 2008-01-31  Jim Meyering  <meyering@redhat.com>
7733
7734         Prefer "sizeof v" over the equivalent "4".
7735         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
7736         * lib/md5.c (set_uint32): Likewise.
7737         * lib/sha1.c (set_uint32): Likewise.
7738
7739 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7740
7741         * lib/sha1.c (set_uint32): Mark function as static.
7742
7743 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7744
7745         md2: clarify comments to say that alignment is not required.
7746         * lib/md2.h: Remove warning about alignment in comment.
7747         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
7748         never been required.
7749
7750 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7751
7752         md4: adapt alignment constraint fix from sha1.
7753         * lib/md4.c (set_uint32): New function, from sha1.c
7754         (md4_read_ctx): Use it.
7755         (md4_finish_ctx): Doc fix.
7756         * lib/md4.h: Doc fix.
7757
7758 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7759
7760         md5: adapt alignment constraint fix from sha1.
7761         * lib/md5.c (set_uint32): New function, from sha1.c
7762         (md5_read_ctx): Use it.
7763         (md5_finish_ctx): Doc fix.
7764         * lib/md5.h: Doc fix.
7765
7766 2008-01-30  Peter Palfrader  <weasel@debian.org>
7767
7768         sha1: remove the result buffer alignment constraint
7769         * lib/sha1.c (set_uint32): New function.
7770         (sha1_read_ctx): Rewrite to remove the result buffer alignment
7771         constraint.
7772         (sha1_finish_ctx): Remove comment warning about alignment constraint.
7773         * lib/sha1.h: Likewise.
7774
7775 2008-01-30  Andreas Schwab  <schwab@suse.de>
7776             Bruno Haible  <bruno@clisp.org>
7777
7778         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
7779         correct definition of LDBL_MIN_EXP.
7780
7781 2008-01-30  Karl Berry  <karl@gnu.org>
7782
7783         * config/srclist-update: try to preserve x bit on updates.
7784         * config/srclistvars.sh: update for karl.
7785
7786 2008-01-29  Jim Meyering  <meyering@redhat.com>
7787
7788         vasnprintf.c: Avoid warning about unused label
7789         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
7790         "overflow" label definition and associated code with the
7791         same cpp condition that guards the sole use of that label.
7792
7793 2008-01-26  Bruno Haible  <bruno@clisp.org>
7794
7795         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
7796         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
7797         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
7798         * lib/isnanl-nolibm.h (isnanl): Likewise.
7799         Reported by Paul Eggert <eggert@cs.ucla.edu>.
7800
7801 2008-01-26  Bruno Haible  <bruno@clisp.org>
7802
7803         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
7804         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
7805
7806 2008-01-26  Bruno Haible  <bruno@clisp.org>
7807
7808         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
7809         GCC >= 4.0 built-in.
7810         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
7811
7812 2008-01-26  Bruno Haible  <bruno@clisp.org>
7813
7814         Rename isnan, applicable to 'double' only, to isnand.
7815         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
7816         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
7817         (configure.ac): Update.
7818         (Include): Replace "isnan.h" with "isnand.h".
7819         * m4/isnand.m4: Renamed from m4/isnan.m4.
7820         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
7821         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
7822         instead of isnan.c.
7823         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
7824         instead of HAVE_ISNAN_IN_LIBC.
7825         (isnand): Renamed from isnan.
7826         * lib/isnand.c: New file.
7827         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
7828         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
7829         (Makefile.am): Update.
7830         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
7831         Include isnand.h instead of isnan.h.
7832         (main): Test isnand instead of isnan.
7833         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
7834         isnan-nolibm.
7835         * modules/frexp (Depends-on): Likewise.
7836         * modules/frexp-tests (Depends-on): Likewise.
7837         * modules/frexp-nolibm (Depends-on): Likewise.
7838         * modules/frexp-nolibm-tests (Depends-on): Likewise.
7839         * modules/isfinite (Depends-on): Likewise.
7840         * modules/round-tests (Depends-on): Likewise.
7841         * modules/signbit (Depends-on): Likewise.
7842         * modules/signbit-tests (Depends-on): Likewise.
7843         * modules/snprintf-posix (Depends-on): Likewise.
7844         * modules/sprintf-posix (Depends-on): Likewise.
7845         * modules/trunc-tests (Depends-on): Likewise.
7846         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7847         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7848         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7849         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7850         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7851         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7852         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7853         * modules/vasnprintf-posix (Depends-on): Likewise.
7854         * modules/vasprintf-posix (Depends-on): Likewise.
7855         * modules/vfprintf-posix (Depends-on): Likewise.
7856         * modules/vsnprintf-posix (Depends-on): Likewise.
7857         * modules/vsprintf-posix (Depends-on): Likewise.
7858         * lib/frexp.c: Include isnand.h instead of isnan.h.
7859         (ISNAN): Set to isnand instead of isnan.
7860         * lib/isfinite.c: Include isnand.h instead of isnan.h.
7861         (gl_isfinited): Use isnand instead of isnan.
7862         * lib/signbitd.c: Include isnand.h instead of isnan.h.
7863         (gl_signbitd): Use isnand instead of isnan.
7864         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
7865         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
7866         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
7867         (main): Use isnand instead of isnan.
7868         * tests/test-round1.c: Include isnand.h.
7869         (main): Use isnand instead of isnan.
7870         * tests/test-round2.c: Include isnand.h instead of isnan.h.
7871         (ISNAN): Set to isnand instead of isnan.
7872         * tests/test-trunc1.c: Include isnand.h.
7873         (main): Use isnand instead of isnan.
7874         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
7875         (equal): Use isnand instead of isnan.
7876         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
7877         isnand-nolibm.
7878         * NEWS: Mention the change.
7879
7880 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7881             Bruno Haible  <bruno@clisp.org>
7882
7883         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
7884         the GCC builtins for signbits are present and set
7885         REPLACE_SIGNBIT_USING_GCC if so.
7886         * lib/math.in.h (signbit): Define using GCC builtins if
7887         REPLACE_SIGNBIT_USING_GCC is set.
7888         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
7889         REPLACE_SIGNBIT_USING_GCC.
7890         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
7891
7892 2008-01-25  Jim Meyering  <meyering@redhat.com>
7893
7894         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
7895         * lib/poll.c: Include <config.h>, not "config.h".
7896         * tests/test-getaddrinfo.c: Likewise.
7897
7898 2008-01-25  Simon Josefsson  <simon@josefsson.org>
7899
7900         * modules/sockets-tests: New file.
7901
7902 2008-01-24  Simon Josefsson  <simon@josefsson.org>
7903
7904         * modules/sockets: New module, can be used to call WSA_Startup and
7905         WSA_Cleanup when needed.
7906
7907         * lib/sockets.h, lib/sockets.c: New files.
7908
7909         * m4/sockets.m4: New file.
7910
7911         * tests/test-sockets.c: New file.
7912
7913 2008-01-19  Bruno Haible  <bruno@clisp.org>
7914
7915         * doc/posix-headers: Renamed from doc/headers.
7916         * doc/posix-functions: Renamed from doc/functions.
7917         * doc/gnulib.texi: Update.
7918
7919 2008-01-19  Bruno Haible  <bruno@clisp.org>
7920
7921         * doc/glibc-functions/strcasestr.texi: Include contents of
7922         doc/functions/strcasestr.texi, fixing the list of platforms.
7923         * doc/functions/strcasestr.texi: Remove file.
7924
7925 2008-01-19  Bruno Haible  <bruno@clisp.org>
7926
7927         * doc/glibc-functions/memmem.texi: Include contents of
7928         doc/functions/memmem.texi.
7929         * doc/functions/memmem.texi: Remove file.
7930
7931 2008-01-18  Bruno Haible  <bruno@clisp.org>
7932
7933         * doc/glibc-functions/*.texi: New files.
7934         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
7935         to use the new files.
7936
7937 2008-01-17  Bruno Haible  <bruno@clisp.org>
7938
7939         * tests/test-gethostname.c (main): Fix printf statement.
7940
7941 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7942
7943         * modules/gethostname-tests: New file.
7944
7945         * tests/test-gethostname.c: New file.
7946
7947 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7948
7949         * lib/gethostname.c: Include string.h unconditionally, strncpy is
7950         used by the UNAME case.  Reported by Bruno Haible
7951         <bruno@clisp.org>.
7952
7953 2008-01-17  Eric Blake  <ebb9@byu.net>
7954
7955         Convert c-strcasestr to be more efficient.
7956         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
7957         (Depends-on): Add c-strcase, remove malloca, strnlen.
7958         * tests/test-c-strcasestr.c (main): Enhance test.
7959         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
7960
7961 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7962
7963         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
7964         Use it in creating po/Makevars.
7965
7966 2008-01-15  Simon Josefsson  <simon@josefsson.org>
7967
7968         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
7969         Applications that requires it should initialize libgcrypt
7970         manually.
7971
7972 2008-01-16  Simon Josefsson  <simon@josefsson.org>
7973
7974         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
7975
7976 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
7977
7978         Fix problem with getdate on mingw32 reported by Simon Josefsson
7979         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
7980         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
7981         tzname", when deciding whether to declare tzname.
7982         * lib/strftime.c (tzname): Likewise.
7983
7984 2008-01-15  Bruno Haible  <bruno@clisp.org>
7985
7986         Work around a MacOS X 10.5 bug in frexpl().
7987         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
7988         * doc/functions/frexpl.texi: Document the bug.
7989         Reported by Elias Pipping <pipping@gentoo.org>.
7990
7991 2008-01-14  Eric Blake  <ebb9@byu.net>
7992
7993         Touch up previous patch.
7994         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
7995         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
7996
7997         Convert strcasestr module to use Two-Way algorithm.
7998         * modules/strcasestr-simple: New module, based on the old
7999         strcasestr, but with Two-Way rather than KMP.
8000         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
8001         * lib/string.in.h (rpl_strcasestr): Declare.
8002         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
8003         performance.
8004         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
8005         * modules/string (Makefile.am): Support strcasestr.
8006         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
8007         * modules/strcasestr-tests (Depends-on): Check for alarm.
8008         * tests/test-strcasestr.c: Augment test.
8009         * lib/str-two-way.h: Clean up stray macro.
8010         * NEWS: Document new module.
8011         * MODULES.html.sh (string handling): Likewise.
8012         * doc/functions/strcasestr.texi: New file.
8013         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
8014         here, since it is not a POSIX function.
8015
8016 2008-01-14  Colin Watson  <cjwatson@debian.org>
8017             Bruno Haible  <bruno@clisp.org>
8018
8019         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
8020         works fine; if not, set REPLACE_STRSIGNAL.
8021         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
8022         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8023         REPLACE_STRSIGNAL.
8024         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
8025         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
8026         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
8027
8028 2008-01-14  Bruno Haible  <bruno@clisp.org>
8029
8030         * modules/strsignal (Include): Change to <string.h>.
8031
8032 2008-01-14  Colin Watson  <cjwatson@debian.org>
8033
8034         * modules/argp (Notice): Add a notice recommending to change
8035         XGETTEXT_OPTIONS.
8036         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
8037
8038 2008-01-13  Colin Watson  <cjwatson@debian.org>
8039
8040         * modules/strsignal-tests: New file.
8041         * tests/test-strsignal.c: New file.
8042
8043         * lib/strsignal.c: New file, from glibc with modifications.
8044         * lib/siglist.h: New file, from glibc with modifications.
8045         * lib/string.in.h (strsignal): New declaration.
8046         * m4/strsignal.m4: New file.
8047         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8048         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
8049         * modules/strsignal: New file.
8050         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
8051         HAVE_DECL_STRSIGNAL.
8052
8053 2008-01-13  Bruno Haible  <bruno@clisp.org>
8054
8055         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
8056         locale encoding is not ASCII. Needed for OpenBSD 4.0.
8057         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
8058         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
8059
8060 2008-01-13  Bruno Haible  <bruno@clisp.org>
8061
8062         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
8063         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
8064         * lib/argp.h (__attribute__): Likewise.
8065         * lib/c-stack.c (__attribute__): Likewise.
8066         * lib/error.h (__attribute__): Likewise.
8067         * lib/fts.c (__attribute__): Likewise.
8068         * lib/openat.h (__attribute__): Likewise.
8069         * lib/stdio.in.h (__attribute__): Likewise.
8070         * lib/string.in.h (__attribute__): Likewise.
8071         * lib/utimens.c (__attribute__): Likewise.
8072         * lib/vasnprintf.h (__attribute__): Likewise.
8073         * lib/xalloc.h (__attribute__): Likewise.
8074         * lib/xprintf.h (__attribute__): Likewise.
8075         * lib/xstrtol.h (__attribute__): Likewise.
8076         * lib/xvasprintf.h (__attribute__): Likewise.
8077
8078 2008-01-12  Bruno Haible  <bruno@clisp.org>
8079
8080         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
8081         * doc/glibc-headers/a.out.texi: New file.
8082         * doc/glibc-headers/aliases.texi: New file.
8083         * doc/glibc-headers/alloca.texi: New file.
8084         * doc/glibc-headers/ar.texi: New file.
8085         * doc/glibc-headers/argp.texi: New file.
8086         * doc/glibc-headers/argz.texi: New file.
8087         * doc/glibc-headers/byteswap.texi: New file.
8088         * doc/glibc-headers/crypt.texi: New file.
8089         * doc/glibc-headers/endian.texi: New file.
8090         * doc/glibc-headers/envz.texi: New file.
8091         * doc/glibc-headers/err.texi: New file.
8092         * doc/glibc-headers/error.texi: New file.
8093         * doc/glibc-headers/execinfo.texi: New file.
8094         * doc/glibc-headers/fpu_control.texi: New file.
8095         * doc/glibc-headers/fstab.texi: New file.
8096         * doc/glibc-headers/fts.texi: New file.
8097         * doc/glibc-headers/getopt.texi: New file.
8098         * doc/glibc-headers/ieee754.texi: New file.
8099         * doc/glibc-headers/ifaddrs.texi: New file.
8100         * doc/glibc-headers/libintl.texi: New file.
8101         * doc/glibc-headers/mcheck.texi: New file.
8102         * doc/glibc-headers/mntent.texi: New file.
8103         * doc/glibc-headers/obstack.texi: New file.
8104         * doc/glibc-headers/paths.texi: New file.
8105         * doc/glibc-headers/printf.texi: New file.
8106         * doc/glibc-headers/pty.texi: New file.
8107         * doc/glibc-headers/resolv.texi: New file.
8108         * doc/glibc-headers/shadow.texi: New file.
8109         * doc/glibc-headers/sysexits.texi: New file.
8110         * doc/glibc-headers/ttyent.texi: New file.
8111
8112 2008-01-12  Jim Meyering  <meyering@redhat.com>
8113
8114         announce-gen: emit Gnulib's git-based version string.
8115         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
8116         New option --gnulib-version=V, where V is expected to be
8117         the output of running git describe in the gnulib directory.
8118         (get_tool_versions): Request feedback on xdelta.  I suspect it's
8119         not useful, and plan to stop publishing an xdelta file with each
8120         coreutils release.
8121
8122         * build-aux/announce-gen: Also check for lzma-compressed files.
8123
8124 2008-01-11  Bruno Haible  <bruno@clisp.org>
8125
8126         * tests/test-memmem.c (main): Increase maximum allowed time.
8127         * tests/test-strstr.c (main): Likewise.
8128
8129 2008-01-11  Bruno Haible  <bruno@clisp.org>
8130
8131         * doc/functions/memmem.texi: Add more precisions about platforms.
8132         * doc/functions/strstr.texi: Likewise.
8133
8134 2008-01-10  Eric Blake  <ebb9@byu.net>
8135
8136         * m4/strstr.m4: Delete cruft from copy-n-paste.
8137         Reported by Bruno Haible.
8138
8139 2008-01-10  Bruno Haible  <bruno@clisp.org>
8140
8141         Make c-strstr rely on strstr.
8142         * lib/c-strstr.c: Don't include str-kmp.h.
8143         (c_strstr): Define in terms of strstr.
8144         * modules/c-strstr (Files): Remove lib/str-kmp.h.
8145         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
8146
8147 2008-01-10  Bruno Haible  <bruno@clisp.org>
8148
8149         * doc/gnulib.texi (String Functions in C Locale): New section.
8150         * doc/c-ctype.texi: New file.
8151         * doc/c-strcase.texi: New file.
8152         * doc/c-strcaseeq.texi: New file.
8153         * doc/c-strcasestr.texi: New file.
8154         * doc/c-strstr.texi: New file.
8155         * doc/c-strtod.texi: New file.
8156         * doc/c-strtold.texi: New file.
8157
8158 2008-01-10  Eric Blake  <ebb9@byu.net>
8159
8160         * lib/relocatable.h: Fix a comment.
8161
8162 2008-01-10  Eric Blake  <ebb9@byu.net>
8163
8164         Share two-way algorithm.
8165         * lib/str-two-way.h: New file, merged from...
8166         * lib/memmem.c: ...here...
8167         * lib/strstr.c: ...and here.
8168         * modules/memmem (Files): Use it.
8169         * modules/strstr (Files): Likewise.
8170
8171         Avoid quadratic strstr implementations.
8172         * lib/strstr.c: New file.
8173         * m4/strstr.m4: Likewise.
8174         * modules/strstr: Likewise.
8175         * modules/strstr-tests: Likewise.
8176         * tests/test-strstr.c: Likewise.
8177         * lib/string.in.h (rpl_strstr): Declare.
8178         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
8179         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
8180         * modules/string (Makefile.am): Likewise.
8181         * MODULES.html.sh (string handling): Mention new module.
8182         * doc/functions/strstr.texi (strstr): Document the bug.
8183
8184 2008-01-10  Bruno Haible  <bruno@clisp.org>
8185
8186         * lib/relocatable.h (relocate): State whether result is freshly
8187         allocated or not.
8188         * lib/relocatable.c (relocate): Return a freshly allocated string
8189         instead of a pointer to a privately held string.
8190         Reported by Sylvain Beucler <beuc@gnu.org>.
8191
8192 2008-01-10  Colin Watson  <cjwatson@debian.org>
8193
8194         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
8195         s/S_ISNLK/S_ISLNK/.
8196
8197 2008-01-09  Bruno Haible  <bruno@clisp.org>
8198
8199         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
8200         and other files.
8201         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
8202         if it's only a guess.
8203         * modules/memmem: Simplify by depending on memmem-simple.
8204
8205 2008-01-09  Bruno Haible  <bruno@clisp.org>
8206
8207         Work around OpenBSD 4.0 tdelete() bug.
8208         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
8209         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
8210         macros and don't redefine the enum values.
8211         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
8212         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
8213         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
8214
8215 2008-01-09  Bruno Haible  <bruno@clisp.org>
8216
8217         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
8218         (main): Don't perform the tests if setlocale did not install a UTF-8
8219         locale. Needed on OpenBSD 4.0.
8220         * modules/wcwidth-tests (Depends-on): Add localcharset.
8221
8222 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8223
8224         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
8225         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
8226         * NEWS: announce this.
8227         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
8228
8229 2008-01-09  Simon Josefsson  <simon@josefsson.org>
8230         and Eric Blake  <ebb9@byu.net>
8231
8232         Add memmem-simple module.
8233         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
8234         (gl_FUNC_MEMMEM): Separate performance from presence checks.
8235         * modules/memmem-simple: New file.
8236         * modules/memmem (Description): Tweak.
8237         * MODULES.html.sh (string handling): Mention new module.
8238         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
8239         addressed by memmem-simple.
8240         * NEWS: Document the difference.
8241
8242 2008-01-09  Eric Blake  <ebb9@byu.net>
8243
8244         Give gcc some memmem optimization hints.
8245         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
8246         (strcasestr): Declare as pure.
8247         * modules/memmem (Maintainer): Claim my implementation.
8248
8249 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8250
8251         Support AIX 6.1 and higher.
8252         * build-aux/config.libpath: Likewise.
8253         * build-aux/config.rpath: Likewise.
8254
8255 2008-01-08  Jim Meyering  <meyering@redhat.com>
8256             Bruno Haible  <bruno@clisp.org>
8257
8258         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
8259         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
8260         Reported by Peter Fales in
8261         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
8262
8263 2008-01-08  Bruno Haible  <bruno@clisp.org>
8264
8265         * modules/unictype/category-of (Depends-on): Add
8266         unictype/category-none.
8267         * modules/unictype/category-and-tests (Depends-on): Add
8268         unictype/category-{L,N,Lu,Nd}.
8269         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
8270         * modules/unictype/category-or-tests (Depends-on): Add
8271         unictype/category-{L,N}.
8272         * modules/unictype/category-name-tests (Depends-on): Add
8273         unictype/category-{Z,Nl}.
8274         Reported by Simon Josefsson.
8275
8276 2008-01-08  Bruno Haible  <bruno@clisp.org>
8277
8278         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
8279         convention better.
8280         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
8281         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
8282         Reported by Peter Miller <millerp@canb.auug.org.au>.
8283
8284 2008-01-08  Eric Blake  <ebb9@byu.net>
8285
8286         Rewrite memmem to guarantee linear complexity without malloc.
8287         * lib/memmem.c (memmem): Use Two-Way rather than
8288         Knuth-Morris-Pratt, to allow O(1) space usage.
8289         (critical_factorization, two_way_short_needle)
8290         (two_way_long_needle): New functions.
8291         (knuth_morris_pratt): Delete.
8292         * modules/memmem (Depends-on): No longer need malloca or stdbool.
8293         Add stdint.
8294         * tests/test-memmem.c (main): Add tests for periodic needle and
8295         sublinear performance.
8296         * doc/functions/memmem.texi (memmem): Document other deficiencies
8297         in cygwin and older glibc.
8298
8299 2008-01-08  Bruno Haible  <bruno@clisp.org>
8300
8301         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
8302         augmentation.
8303
8304 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
8305
8306         Add a configure time option: --disable-acl.
8307         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
8308         AC_ARG_ENABLE(acl).
8309
8310 2008-01-06  Simon Josefsson  <simon@josefsson.org>
8311
8312         * tests/test-localename.c: Don't include obsolete "setenv.h".
8313
8314         * modules/localename-tests (Depends-on): Need unsetenv.
8315
8316 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8317
8318         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
8319
8320 2008-01-06  Colin Watson  <cjwatson@debian.org>
8321
8322         * users.txt: Add man-db.
8323
8324 2008-01-07  Bruno Haible  <bruno@clisp.org>
8325
8326         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
8327         previous section name.
8328
8329 2008-01-07  Bruno Haible  <bruno@clisp.org>
8330
8331         * lib/progname.c (set_program_name): Don't strip off a leading
8332         "lt-" prefix outside a .libs directory.
8333         Suggested by Paul Eggert.
8334
8335 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
8336             Bruno Haible  <bruno@clisp.org>
8337
8338         Improve memory cleanup in 'relocatable' module.
8339         * lib/relocatable.h (compute_curr_prefix): Change return type to
8340         'char *'.
8341         * lib/relocatable.c (compute_curr_prefix): Change return type to
8342         'char *'. Free curr_installdir after use.
8343         (relocate): Free curr_prefix_better after use.
8344         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
8345
8346 2008-01-01  Bruno Haible  <bruno@clisp.org>
8347
8348         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
8349         failure on older glibc systems.
8350         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8351
8352 2008-01-05  Eric Blake  <ebb9@byu.net>
8353
8354         Avoid quadratic system memmem.
8355         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
8356         Reported by Ralf Wildenhues.
8357
8358         Fix memmem test for mingw.
8359         * modules/memmem-tests (configure.ac): Check for alarm.
8360         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
8361         it.
8362         * doc/functions/memmem.texi: New file.
8363         * doc/gnulib.texi (Function Substitutes): Add memmem.
8364         Reported by Bruno Haible.
8365
8366 2008-01-04  Bruno Haible  <bruno@clisp.org>
8367
8368         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
8369         Require gl_HEADER_STRINGS_H_DEFAULTS, not
8370         gl_HEADER_STRING_H_DEFAULTS.
8371
8372 2008-01-04  Eric Blake  <ebb9@byu.net>
8373
8374         Shorten duration of memmem test.
8375         * tests/test-memmem.c (main): Use alarm to declare failure if test
8376         is taking too long.
8377         Reported by Ralf Wildenhues.
8378
8379 2007-12-21  Simon Josefsson  <simon@josefsson.org>
8380
8381         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
8382         string, needed by strerror.
8383
8384 2008-01-03  Colin Watson  <cjwatson@debian.org>
8385             Bruno Haible  <bruno@clisp.org>
8386
8387         * doc/gnulib-tool.texi (Localization): New section.
8388
8389 2008-01-02  Bruno Haible  <bruno@clisp.org>
8390
8391         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
8392         variables to 'unsigned char *' type.
8393         Reported by Paul Eggert.
8394
8395 2008-01-02  Jim Meyering  <jim@meyering.net>
8396
8397         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
8398
8399 2007-12-31  Jim Meyering  <jim@meyering.net>
8400
8401         Avoid use of private FTS type name.
8402         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
8403
8404 2007-12-30  Karl Berry  <karl@gnu.org>
8405
8406         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
8407         work around defect in Texinfo and/or the standalone Info browser.
8408
8409 2007-12-30  Bruno Haible  <bruno@clisp.org>
8410
8411         Unify 5 copies of the KMP code.
8412         * lib/str-kmp.h: New file.
8413         * lib/c-strcasestr.c: Include str-kmp.h.
8414         (knuth_morris_pratt): Remove function.
8415         (c_strcasestr): Update.
8416         * lib/c-strstr.c: Include str-kmp.h.
8417         (knuth_morris_pratt): Remove function.
8418         (c_strcasestr): Update.
8419         * lib/mbscasestr.c: Include str-kmp.h.
8420         (knuth_morris_pratt_unibyte): Remove function.
8421         * lib/mbsstr.c: Include str-kmp.h.
8422         (knuth_morris_pratt_unibyte): Remove function.
8423         * lib/strcasestr.c: Include str-kmp.h.
8424         (knuth_morris_pratt): Remove function.
8425         (strcasestr): Update.
8426         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
8427         * modules/c-strstr (Files): Likewise.
8428         * modules/mbscasestr (Files): Likewise.
8429         * modules/mbsstr (Files): Likewise.
8430         * modules/strcasestr (Files): Likewise.
8431         Suggested by Paul Eggert.
8432
8433 2007-12-30  Bruno Haible  <bruno@clisp.org>
8434
8435         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
8436         defined.
8437
8438 2007-12-30  Bruno Haible  <bruno@clisp.org>
8439
8440         * lib/xmalloca.h: Include xalloc.h.
8441         (xnmalloca): New macro.
8442
8443 2007-12-30  Bruno Haible  <bruno@clisp.org>
8444
8445         * lib/malloca.h (nmalloca): New macro.
8446         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
8447         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
8448         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
8449         knuth_morris_pratt_multibyte): Likewise.
8450         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
8451         knuth_morris_pratt_multibyte): Likewise.
8452         * lib/memmem.c (knuth_morris_pratt): Likewise.
8453         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
8454
8455 2007-12-25  Bruno Haible  <bruno@clisp.org>
8456
8457         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
8458         * lib/glob.c: Don't include openat.h.
8459         (link_exists2_p): Add back the code that deals with the
8460         !GLOB_ALTDIRFUNC case.
8461         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
8462         let it do the filename concatenation.
8463         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
8464         * modules/glob (Depends-on): Remove openat.
8465
8466 2007-12-31  Bruno Haible  <bruno@clisp.org>
8467
8468         * modules/dirfd (License): Change to LGPLv2+.
8469         Approved by Jim Meyering.
8470
8471 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8472
8473         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
8474         when multiplying M by sizeof (size_t).
8475
8476 2007-12-10  Martin Lambers  <marlam@marlam.de>
8477
8478         Override getpagesize on mingw.
8479         * lib/getpagesize.c: New file.
8480         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
8481         * modules/getpagesize (Files): Add lib/getpagesize.c.
8482         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
8483         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8484         REPLACE_GETPAGESIZE.
8485         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
8486
8487 2007-12-25  Bruno Haible  <bruno@clisp.org>
8488
8489         * modules/localcharset (Notice): New field.
8490         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
8491         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
8492
8493 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8494             Bruno Haible  <bruno@clisp.org>
8495
8496         Avoid using the syntax symbol() in formatted documentation.
8497         * MODULES.html.sh (func_module): When replacing symbol() with a
8498         hyperlink, remove the parentheses. Show an error if some remain.
8499         Recognize and render the '...' syntax.
8500         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
8501         Rework. Add paragraph about GCC's inlining.
8502         * doc/alloca.texi: Likewise.
8503         * doc/error.texi: Remove parentheses from symbol reference.
8504         * doc/gnulib-intro.texi: Likewise.
8505         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
8506         * modules/fnmatch (Description): Reword to say "the ... function".
8507         * modules/full-read (Description): Likewise.
8508         * modules/full-write (Description): Likewise.
8509         * modules/safe-read (Description): Likewise.
8510         * modules/safe-write (Description): Likewise.
8511         * modules/strchrnul (Description): Likewise.
8512         * modules/trim (Description): Likewise.
8513         * modules/error (Description): Remove parentheses from symbol
8514         references.
8515         * modules/verror (Description): Likewise.
8516         Reported by Karl Berry.
8517
8518 2007-12-25  Bruno Haible  <bruno@clisp.org>
8519
8520         Fixup after 2007-10-16 commit.
8521         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
8522
8523 2007-12-24  Bruno Haible  <bruno@clisp.org>
8524
8525         Make --enable-relocatable work with DESTDIR.
8526         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
8527         to compute installdir from destprog.
8528         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
8529         also set the RELOC_DESTDIR variable.
8530         Reported by Левашев Иван <octagram@bluebottle.com>.
8531
8532 2007-12-24  Bruno Haible  <bruno@clisp.org>
8533
8534         Fix link error due to xalloc_die().
8535         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
8536         of xreadlink.
8537         * lib/relocwrapper.c: Update comments.
8538         * build-aux/install-reloc: Remove xreadlink.c from file list.
8539         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
8540         xreadlink.c.
8541         Reported by Левашев Иван <octagram@bluebottle.com>.
8542
8543 2007-12-24  Bruno Haible  <bruno@clisp.org>
8544
8545         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
8546         * lib/setenv.h: Remove file.
8547         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
8548         lib/setenv.h.
8549         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
8550         (Depends-on): Add stdlib.
8551         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
8552         gl_FUNC_UNSETENV.
8553         (Include): Replace setenv.h with <stdlib.h>.
8554         * modules/unsetenv: New file.
8555         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
8556         * lib/unsetenv.c: Include <stdlib.h> first.
8557         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
8558         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
8559         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
8560         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
8561         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
8562         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8563         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
8564         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8565         * doc/functions/unsetenv.texi: Update.
8566         * modules/xsetenv (Depends-on): Add unsetenv.
8567         * modules/getdate (Depends-on): Likewise.
8568         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
8569         * lib/xsetenv.c: Don't include setenv.h.
8570         * lib/getdate.y: Likewise.
8571         * lib/relocwrapper.c: Likewise.
8572         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
8573         (Depends-on): Add stdlib.
8574         * NEWS: Mention the changes.
8575         Reported by Левашев Иван <octagram@bluebottle.com>.
8576
8577 2007-12-23  Bruno Haible  <bruno@clisp.org>
8578
8579         * lib/memmem.c (memmem): Use lowercase variable names. Tab
8580         indentation.
8581
8582 2007-12-23  Bruno Haible  <bruno@clisp.org>
8583
8584         * lib/c-strcasestr.c: Add more comments.
8585         * lib/c-strstr.c: Likewise.
8586         * lib/mbscasestr.c: Likewise.
8587         * lib/mbsstr.c: Likewise.
8588         * lib/strcasestr.c: Likewise.
8589         * lib/memmem.c: Likewise.
8590
8591 2007-12-23  Bruno Haible  <bruno@clisp.org>
8592
8593         * tests/test-memmem.c: Include <string.h> first.
8594
8595 2007-12-22  Bruno Haible  <bruno@clisp.org>
8596
8597         * gnulib-tool (func_create_testdir): Change $auxdir while generating
8598         the contents of $testsbase.
8599         Reported by Ralf Wildenhues.
8600
8601 2007-12-22  Bruno Haible  <bruno@clisp.org>
8602
8603         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
8604         two variables local_ldadd_before, local_ldadd_last.
8605
8606 2007-12-20  Eric Blake  <ebb9@byu.net>
8607
8608         Work around circular library issue when cross-compiling.
8609         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
8610         that progname.o does not need to pull in rpl_memcmp.
8611
8612 2007-12-19  Eric Blake  <ebb9@byu.net>
8613
8614         Fix memmem to avoid O(n^2) worst-case complexity.
8615         * lib/memmem.c (knuth_morris_pratt): New function.
8616         (memmem): Use it if first few naive iterations fail.
8617         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
8618         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
8619         * modules/memchr (License): Likewise.
8620         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
8621         malloca.
8622         * tests/test-memmem.c: Rewrite, borrowing ideas from
8623         test-mbsstr1.c; the old version wouldn't even compile!
8624         * modules/memmem-tests: New file.
8625         * lib/string.in.h (rpl_memmem): Add declaration.
8626         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
8627         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
8628         REPLACE_MEMMEM.
8629
8630 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8631
8632         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
8633         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
8634         before any system include files, and undef after them all.  This
8635         should fix a problem on VMS reported by John E. Malmberg in
8636         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
8637
8638 2007-12-17  Eric Blake  <ebb9@byu.net>
8639
8640         Revert addition of verify, for BSD/OS.
8641         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
8642         can't handle large files, for the sake of obsolete platforms.
8643         * modules/fseeko (Depends-on): Remove verify.
8644         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
8645         * doc/functions/ftello.texi (ftello): Likewise.
8646         * doc/functions/fgetpos.texi (fgetpos): Likewise.
8647         Reported by Larry Jones.
8648
8649 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
8650
8651         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
8652         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
8653
8654 2007-12-17  Jim Meyering  <meyering@redhat.com>
8655
8656         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
8657         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
8658         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
8659         * modules/getcwd (Depends-on): Add openat.
8660         Reported by Petr Salinger.
8661
8662 2007-12-17  Bruno Haible  <bruno@clisp.org>
8663
8664         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
8665         avoid a segmentation fault of the configure test on x86_64 systems.
8666
8667 2007-12-15  Jim Meyering  <meyering@redhat.com>
8668
8669         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
8670
8671 2007-12-13  Eric Blake  <ebb9@byu.net>
8672
8673         Another fseek test.
8674         * tests/test-fseek.c (main): Also test ungetc handling.
8675         * tests/test-fseeko.c (main): Likewise.
8676         * modules/fseeko (Depends-on): Add verify.
8677         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
8678         large.
8679         Reported by Larry Jones.
8680
8681         Fix fseeko on mingw.
8682         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
8683         seek.
8684
8685         Beef up fseek tests.
8686         * tests/test-fseek.c (main): Also test eof handling.
8687         * tests/test-fseeko.c (main): Likewise.
8688         Reported by Larry Jones.
8689
8690 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
8691
8692         Fix fseeko on BSD-based platforms.
8693         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
8694         successful seek.
8695
8696 2007-12-12  Eric Blake  <ebb9@byu.net>
8697
8698         Allow circular dependency of separate libtests.a
8699         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
8700         when use_libtests.
8701
8702 2007-12-11  Eric Blake  <ebb9@byu.net>
8703
8704         Fix bug with -0.0L in previous patch.
8705         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
8706         * tests/test-isnan.c (main): Also test on zeroes.
8707         * tests/test-isnanf.c (main): Likewise.
8708         * tests/test-isnanl.h (main): Likewise.
8709
8710         Detect pseudo-denormals on x86 even when cross-compiling.
8711         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
8712         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
8713         invalid bit patterns that happen to satisfy ==.
8714
8715         Avoid link failures with separate libtests.a.
8716         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
8717         last, to satisfy circular dependencies.
8718
8719 2007-12-11  Eric Blake  <ebb9@byu.net>
8720         and Bruno Haible  <bruno@clisp.org>
8721
8722         Fix OpenBSD 4.0 <float.h> handling of long double.
8723         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
8724         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
8725         * doc/headers/float.texi (float.h): Document OpenBSD bug.
8726
8727 2007-12-11  Jim Meyering  <meyering@redhat.com>
8728
8729         * users.txt: Add libvirt.
8730
8731         Support versions of autoconf prior to 2.59c.
8732         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
8733         if it is not already defined.
8734
8735 2007-12-09  Bruno Haible  <bruno@clisp.org>
8736
8737         Let 'gnulib-tool --import' collect sources needed for the tests in
8738         tests/ rather than in lib/.
8739         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
8740         argument. If true, add rules to generate libtests.a, and put libtests.a
8741         into $(LDADD). Consider source files in subdirectories and set
8742         uses_subdirs.
8743         (func_emit_initmacro_start, func_emit_initmacro_end,
8744         func_emit_initmacro_done): Pass all arguments explicitly.
8745         (func_import): Determine two module lists main_modules,
8746         testsrelated_modules. Determine use_libtests. Determine two variables
8747         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
8748         instead of just sed_transform_lib_file. Determine two variables
8749         main_files and testsrelated_files. Compute 'files' as the union of
8750         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
8751         func_add_or_update. In the generated gnulib-comp.m4, collect the
8752         object files for tests/ in different variables than those for lib/.
8753         Substitute LIBTESTS_LIBDEPS.
8754         (func_create_testdir): Combine the uses_subdirs results from
8755         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
8756
8757 2007-12-09  Bruno Haible  <bruno@clisp.org>
8758
8759         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
8760         the build-aux directory.
8761
8762 2007-12-09  Bruno Haible  <bruno@clisp.org>
8763
8764         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
8765         introduced on 2006-09-09.
8766
8767 2007-12-07  Jim Meyering  <meyering@redhat.com>
8768
8769         Let these macros work also with autoconf-2.59.
8770         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
8771         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
8772         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8773
8774 2007-12-06  Jim Meyering  <meyering@redhat.com>
8775
8776         Avoid a configure-time syntax error in gl_FUNC_ACL.
8777         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
8778         function in each branch, before testing the cache variable.
8779
8780 2007-12-04  Eric Blake  <ebb9@byu.net>
8781
8782         Make scripts executable.
8783         * build-aux/config.guess: Add execute permissions.
8784         * build-aux/config.sub: Likewise.
8785         * build-aux/gendocs.sh: Likewise.
8786
8787         Fix frexp on mingw.
8788         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
8789         cross-compiling.
8790         * doc/functions/frexp.texi (frexp): Document the bug.
8791
8792         Make cygwin fseeko check more reliable.
8793         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
8794         version numbers, rather than unrelated feature check.
8795         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
8796         * doc/functions/ftello.texi (ftello): Likewise.
8797         Reported by Bruno Haible.
8798
8799         * m4/strerror.m4: Bump version number.
8800
8801 2007-12-03  Bruno Haible  <bruno@clisp.org>
8802
8803         * doc/functions/mprotect.texi: Mention the mingw problem.
8804
8805 2007-12-03  Eric Blake  <ebb9@byu.net>
8806
8807         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
8808         REPLACE_STRERROR is initialized before this macro.
8809
8810 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8811
8812         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
8813         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
8814         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
8815         put -lsec in even for programs other than 'ls'.  This fixes a problem
8816         for gettext reported by Bruno Haible in
8817         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
8818         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
8819         Add support for Solaris 10.  This isn't efficient, but should get the
8820         job done for now.
8821
8822 2007-12-03  James Youngman  <jay@gnu.org>
8823
8824         * doc/regexprops-generic.texi: change "an close-group" to "a
8825         close-group" and "illegal" to "not allowed".
8826
8827 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8828
8829         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
8830         pr_byname.h. Needed for the rare case when the maintainer has done
8831         "make maintainer-clean" in the source directory and then attempts a
8832         build outside the source directory.
8833         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
8834         scripts_byname.h.
8835
8836 2007-12-02  Martin Lambers <marlam@marlam.de>
8837             Bruno Haible  <bruno@clisp.org>
8838
8839         * lib/getpagesize.h: Remove file.
8840         * lib/unistd.in.h: Include declaration of getpagesize here.
8841         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
8842         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
8843         HAVE_SYS_PARAM_H.
8844         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
8845         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8846         * modules/getpagesize (Files): Remove lib/getpagesize.h.
8847         (Depends-on): Add unistd.
8848         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8849         (Include): Use <unistd.h> instead of getpagesize.h.
8850         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
8851         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8852         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
8853         gl_GETPAGESIZE invocation, already handled by module dependency.
8854         * lib/pagealign_alloc.c: Don't include getpagesize.h.
8855
8856 2007-12-02  Bruno Haible  <bruno@clisp.org>
8857
8858         * modules/strings-tests: New file.
8859         * tests/test-strings.c: New file.
8860
8861         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
8862         * lib/strings.in.h: New file.
8863         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
8864         * m4/strings_h.m4: New file.
8865         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
8866         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
8867         * modules/strings: New file.
8868         * modules/string (Makefile.am): Update.
8869         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
8870         Reported by Karl Berry.
8871
8872 2007-12-01  Eric Blake  <ebb9@byu.net>
8873
8874         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
8875         accomodate fix in cygwin 1.5.25.
8876
8877 2007-12-01  Jim Meyering  <meyering@redhat.com>
8878
8879         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
8880         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
8881         that would inhibit utf8-optimization of a regexp containing line-
8882         or buffer-anchors, e.g., `^', `$'.
8883
8884 2007-11-30  Bruno Haible  <bruno@clisp.org>
8885
8886         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
8887         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
8888         glthread_recursive_lock_init.
8889         * lib/lock.c (glthread_recursive_lock_init)
8890         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
8891         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8892
8893 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
8894
8895         New function qset_acl, like set_acl but with syscall semantics.
8896         * lib/acl.h (qset_acl): New decl.
8897         * lib/acl.c (qset_acl): New function.
8898         (set_acl): Use new function.  Use more-consistent diagnostics.
8899
8900 2007-11-28  Jim Meyering  <meyering@redhat.com>
8901
8902         * modules/physmem (License): Change from GPL to LGPLv2+.
8903
8904 2007-11-26  Bruno Haible  <bruno@clisp.org>
8905
8906         * lib/vasnprintf.c (decode_long_double): Don't abort if the
8907         'long double' type has excess precision.
8908         Reported by Jim Meyering in
8909         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
8910
8911 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8912
8913         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
8914         Sync from <http://gnu.org/licenses>.
8915         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
8916         with license text from same location.
8917         * doc/maintain.texi, doc/standards.texi:  Sync from
8918         <http://savannah.gnu.org/projects/gnustandards>.
8919
8920 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
8921         and Jim Meyering  <meyering@redhat.com>
8922
8923         Adjust getdate' grammar to accept a slightly more regular language.
8924         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
8925         Before, the former was rejected.
8926         * lib/getdate.y (digits_to_date_time): New function, factored
8927         out of ...
8928         (number): ...here.  Just call digits_to_date_time.
8929         (hybrid): New non-terminal to handle an <unsigned number,
8930         signed relative offset> sequence consistently.
8931
8932 2007-11-18  Jim Meyering  <meyering@redhat.com>
8933
8934         Pull my changes from coreutils:
8935         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
8936         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
8937         use of $gnulib_tool_option_extras, so that it's separated from the
8938         preceding argument.
8939
8940         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
8941         * build-aux/bootstrap (cp_mark_as_generated): Create any required
8942         parent destination directories before copying a file into place.
8943
8944 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8945
8946         bootstrap: work also with 4-argument variant of AC_INIT
8947         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
8948
8949 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8950
8951         Port test-getaddrinfo to Solaris.
8952         Problem reported by Bruno Haible in
8953         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
8954         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
8955         explanation of setting 'hints'.
8956         Don't reject an implementation merely because it returns EAI_SERVICE.
8957         (EAI_SERVICE): Define to 0 if not defined.
8958
8959 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8960
8961         The license of gnu-make and posix-shell is now "GPLed build tool".
8962         * modules/gnu-make (License): Likewise.
8963         * modules/posix-shell (License): Likewise.
8964
8965         New module posix-shell, for determining a POSIX shell
8966         or perhaps something that is close enough to a POSIX shell.
8967         * m4/posix-shell.m4: New file.
8968         * modules/posix-shell: New file.
8969
8970         * MODULES.html.sh: Mention new module.
8971
8972         New module gnu-make, for determining whether we're using GNU Make.
8973         * m4/gnu-make.m4: New file.
8974         * modules/gnu-make: New file.
8975         * MODULES.html.sh: Mention new module.
8976
8977 2007-11-14  Jim Meyering  <meyering@redhat.com>
8978
8979         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
8980         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
8981         use this macro to create a function _definition_.
8982         Remove useless "#undef ARGMATCH_DIE".
8983
8984 2007-11-14  Bruno Haible  <bruno@clisp.org>
8985
8986         * lib/config.charset: Update for OpenBSD 4.1.
8987         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
8988
8989 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
8990
8991         Document 64-bit #if problems in stdint.texi.
8992         * doc/headers/stdint.texi (stdint.h): Mention problems with
8993         64-bit-#if, and how to work around them.
8994
8995         Don't insist on 'long long int' support in the preprocessor.  It
8996         breaks too many things.  For example, PRIdMAX still uses a 'long
8997         long int' format with the latest Sun compiler, even though
8998         HAVE_LONG_LONG_INT isn't defined due to that compiler's
8999         preprocessor problem.  This causes the latest coreutils to dump
9000         core on Solaris 10 sparc with the Sun C compiler.
9001         Instead, fix the 2007-10-16 problem in a different way, by evaluating
9002         the troublesome expressions at configure-time, not at #if-time.
9003         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
9004         preprocessor.
9005         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
9006         compile-time C checks, done at 'configure'-time.
9007         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
9008         * modules/inttypes (Makefile): Substitute the new symbols that
9009         gl_INTTYPES_H now generates.
9010         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
9011
9012 2007-11-12  Bruno Haible  <bruno@clisp.org>
9013
9014         Tests for Unicode character classification functions.
9015
9016         * modules/unictype/bidicategory-byname-tests: New file.
9017         * modules/unictype/bidicategory-name-tests: New file.
9018         * modules/unictype/bidicategory-of-tests: New file.
9019         * modules/unictype/bidicategory-test-tests: New file.
9020         * modules/unictype/block-list-tests: New file.
9021         * modules/unictype/block-of-tests: New file.
9022         * modules/unictype/block-test-tests: New file.
9023         * modules/unictype/category-C-tests: New file.
9024         * modules/unictype/category-Cc-tests: New file.
9025         * modules/unictype/category-Cf-tests: New file.
9026         * modules/unictype/category-Cn-tests: New file.
9027         * modules/unictype/category-Co-tests: New file.
9028         * modules/unictype/category-Cs-tests: New file.
9029         * modules/unictype/category-L-tests: New file.
9030         * modules/unictype/category-Ll-tests: New file.
9031         * modules/unictype/category-Lm-tests: New file.
9032         * modules/unictype/category-Lo-tests: New file.
9033         * modules/unictype/category-Lt-tests: New file.
9034         * modules/unictype/category-Lu-tests: New file.
9035         * modules/unictype/category-M-tests: New file.
9036         * modules/unictype/category-Mc-tests: New file.
9037         * modules/unictype/category-Me-tests: New file.
9038         * modules/unictype/category-Mn-tests: New file.
9039         * modules/unictype/category-N-tests: New file.
9040         * modules/unictype/category-Nd-tests: New file.
9041         * modules/unictype/category-Nl-tests: New file.
9042         * modules/unictype/category-No-tests: New file.
9043         * modules/unictype/category-P-tests: New file.
9044         * modules/unictype/category-Pc-tests: New file.
9045         * modules/unictype/category-Pd-tests: New file.
9046         * modules/unictype/category-Pe-tests: New file.
9047         * modules/unictype/category-Pf-tests: New file.
9048         * modules/unictype/category-Pi-tests: New file.
9049         * modules/unictype/category-Po-tests: New file.
9050         * modules/unictype/category-Ps-tests: New file.
9051         * modules/unictype/category-S-tests: New file.
9052         * modules/unictype/category-Sc-tests: New file.
9053         * modules/unictype/category-Sk-tests: New file.
9054         * modules/unictype/category-Sm-tests: New file.
9055         * modules/unictype/category-So-tests: New file.
9056         * modules/unictype/category-Z-tests: New file.
9057         * modules/unictype/category-Zl-tests: New file.
9058         * modules/unictype/category-Zp-tests: New file.
9059         * modules/unictype/category-Zs-tests: New file.
9060         * modules/unictype/category-and-not-tests: New file.
9061         * modules/unictype/category-and-tests: New file.
9062         * modules/unictype/category-byname-tests: New file.
9063         * modules/unictype/category-name-tests: New file.
9064         * modules/unictype/category-none-tests: New file.
9065         * modules/unictype/category-of-tests: New file.
9066         * modules/unictype/category-or-tests: New file.
9067         * modules/unictype/category-test-withtable-tests: New file.
9068         * modules/unictype/combining-class-tests: New file.
9069         * modules/unictype/ctype-alnum-tests: New file.
9070         * modules/unictype/ctype-alpha-tests: New file.
9071         * modules/unictype/ctype-blank-tests: New file.
9072         * modules/unictype/ctype-cntrl-tests: New file.
9073         * modules/unictype/ctype-digit-tests: New file.
9074         * modules/unictype/ctype-graph-tests: New file.
9075         * modules/unictype/ctype-lower-tests: New file.
9076         * modules/unictype/ctype-print-tests: New file.
9077         * modules/unictype/ctype-punct-tests: New file.
9078         * modules/unictype/ctype-space-tests: New file.
9079         * modules/unictype/ctype-upper-tests: New file.
9080         * modules/unictype/ctype-xdigit-tests: New file.
9081         * modules/unictype/decimal-digit-tests: New file.
9082         * modules/unictype/digit-tests: New file.
9083         * modules/unictype/mirror-tests: New file.
9084         * modules/unictype/numeric-tests: New file.
9085         * modules/unictype/property-alphabetic-tests: New file.
9086         * modules/unictype/property-ascii-hex-digit-tests: New file.
9087         * modules/unictype/property-bidi-arabic-digit-tests: New file.
9088         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
9089         * modules/unictype/property-bidi-block-separator-tests: New file.
9090         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
9091         * modules/unictype/property-bidi-common-separator-tests: New file.
9092         * modules/unictype/property-bidi-control-tests: New file.
9093         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
9094         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
9095         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
9096         * modules/unictype/property-bidi-european-digit-tests: New file.
9097         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
9098         * modules/unictype/property-bidi-left-to-right-tests: New file.
9099         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
9100         * modules/unictype/property-bidi-other-neutral-tests: New file.
9101         * modules/unictype/property-bidi-pdf-tests: New file.
9102         * modules/unictype/property-bidi-segment-separator-tests: New file.
9103         * modules/unictype/property-bidi-whitespace-tests: New file.
9104         * modules/unictype/property-byname-tests: New file.
9105         * modules/unictype/property-combining-tests: New file.
9106         * modules/unictype/property-composite-tests: New file.
9107         * modules/unictype/property-currency-symbol-tests: New file.
9108         * modules/unictype/property-dash-tests: New file.
9109         * modules/unictype/property-decimal-digit-tests: New file.
9110         * modules/unictype/property-default-ignorable-code-point-tests: New file.
9111         * modules/unictype/property-deprecated-tests: New file.
9112         * modules/unictype/property-diacritic-tests: New file.
9113         * modules/unictype/property-extender-tests: New file.
9114         * modules/unictype/property-format-control-tests: New file.
9115         * modules/unictype/property-grapheme-base-tests: New file.
9116         * modules/unictype/property-grapheme-extend-tests: New file.
9117         * modules/unictype/property-grapheme-link-tests: New file.
9118         * modules/unictype/property-hex-digit-tests: New file.
9119         * modules/unictype/property-hyphen-tests: New file.
9120         * modules/unictype/property-id-continue-tests: New file.
9121         * modules/unictype/property-id-start-tests: New file.
9122         * modules/unictype/property-ideographic-tests: New file.
9123         * modules/unictype/property-ids-binary-operator-tests: New file.
9124         * modules/unictype/property-ids-trinary-operator-tests: New file.
9125         * modules/unictype/property-ignorable-control-tests: New file.
9126         * modules/unictype/property-iso-control-tests: New file.
9127         * modules/unictype/property-join-control-tests: New file.
9128         * modules/unictype/property-left-of-pair-tests: New file.
9129         * modules/unictype/property-line-separator-tests: New file.
9130         * modules/unictype/property-logical-order-exception-tests: New file.
9131         * modules/unictype/property-lowercase-tests: New file.
9132         * modules/unictype/property-math-tests: New file.
9133         * modules/unictype/property-non-break-tests: New file.
9134         * modules/unictype/property-not-a-character-tests: New file.
9135         * modules/unictype/property-numeric-tests: New file.
9136         * modules/unictype/property-other-alphabetic-tests: New file.
9137         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
9138         * modules/unictype/property-other-grapheme-extend-tests: New file.
9139         * modules/unictype/property-other-id-continue-tests: New file.
9140         * modules/unictype/property-other-id-start-tests: New file.
9141         * modules/unictype/property-other-lowercase-tests: New file.
9142         * modules/unictype/property-other-math-tests: New file.
9143         * modules/unictype/property-other-uppercase-tests: New file.
9144         * modules/unictype/property-paired-punctuation-tests: New file.
9145         * modules/unictype/property-paragraph-separator-tests: New file.
9146         * modules/unictype/property-pattern-syntax-tests: New file.
9147         * modules/unictype/property-pattern-white-space-tests: New file.
9148         * modules/unictype/property-private-use-tests: New file.
9149         * modules/unictype/property-punctuation-tests: New file.
9150         * modules/unictype/property-quotation-mark-tests: New file.
9151         * modules/unictype/property-radical-tests: New file.
9152         * modules/unictype/property-sentence-terminal-tests: New file.
9153         * modules/unictype/property-soft-dotted-tests: New file.
9154         * modules/unictype/property-space-tests: New file.
9155         * modules/unictype/property-terminal-punctuation-tests: New file.
9156         * modules/unictype/property-test-tests: New file.
9157         * modules/unictype/property-titlecase-tests: New file.
9158         * modules/unictype/property-unassigned-code-value-tests: New file.
9159         * modules/unictype/property-unified-ideograph-tests: New file.
9160         * modules/unictype/property-uppercase-tests: New file.
9161         * modules/unictype/property-variation-selector-tests: New file.
9162         * modules/unictype/property-white-space-tests: New file.
9163         * modules/unictype/property-xid-continue-tests: New file.
9164         * modules/unictype/property-xid-start-tests: New file.
9165         * modules/unictype/property-zero-width-tests: New file.
9166         * modules/unictype/scripts-tests: New file.
9167         * modules/unictype/syntax-c-ident-tests: New file.
9168         * modules/unictype/syntax-c-whitespace-tests: New file.
9169         * modules/unictype/syntax-java-ident-tests: New file.
9170         * modules/unictype/syntax-java-whitespace-tests: New file.
9171         * tests/unictype/test-bidi_byname.c: New file.
9172         * tests/unictype/test-bidi_name.c: New file.
9173         * tests/unictype/test-bidi_of.c: New file.
9174         * tests/unictype/test-bidi_test.c: New file.
9175         * tests/unictype/test-block_list.c: New file.
9176         * tests/unictype/test-block_of.c: New file.
9177         * tests/unictype/test-block_test.c: New file.
9178         * tests/unictype/test-categ_and.c: New file.
9179         * tests/unictype/test-categ_and_not.c: New file.
9180         * tests/unictype/test-categ_byname.c: New file.
9181         * tests/unictype/test-categ_name.c: New file.
9182         * tests/unictype/test-categ_none.c: New file.
9183         * tests/unictype/test-categ_of.c: New file.
9184         * tests/unictype/test-categ_or.c: New file.
9185         * tests/unictype/test-categ_test_withtable.c: New file.
9186         * tests/unictype/test-combining.c: New file.
9187         * tests/unictype/test-decdigit.c: New file.
9188         * tests/unictype/test-digit.c: New file.
9189         * tests/unictype/test-mirror.c: New file.
9190         * tests/unictype/test-numeric.c: New file.
9191         * tests/unictype/test-pr_byname.c: New file.
9192         * tests/unictype/test-pr_test.c: New file.
9193         * tests/unictype/test-predicate-part1.h: New file.
9194         * tests/unictype/test-predicate-part2.h: New file.
9195         * tests/unictype/test-scripts.c: New file.
9196         * tests/unictype/test-sy_c_ident.c: New file.
9197         * tests/unictype/test-sy_java_ident.c: New file.
9198
9199         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
9200         for Unicode 5.0.0.
9201         * tests/unictype/test-categ_Cc.c: Likewise.
9202         * tests/unictype/test-categ_Cf.c: Likewise.
9203         * tests/unictype/test-categ_Cn.c: Likewise.
9204         * tests/unictype/test-categ_Co.c: Likewise.
9205         * tests/unictype/test-categ_Cs.c: Likewise.
9206         * tests/unictype/test-categ_L.c: Likewise.
9207         * tests/unictype/test-categ_Ll.c: Likewise.
9208         * tests/unictype/test-categ_Lm.c: Likewise.
9209         * tests/unictype/test-categ_Lo.c: Likewise.
9210         * tests/unictype/test-categ_Lt.c: Likewise.
9211         * tests/unictype/test-categ_Lu.c: Likewise.
9212         * tests/unictype/test-categ_M.c: Likewise.
9213         * tests/unictype/test-categ_Mc.c: Likewise.
9214         * tests/unictype/test-categ_Me.c: Likewise.
9215         * tests/unictype/test-categ_Mn.c: Likewise.
9216         * tests/unictype/test-categ_N.c: Likewise.
9217         * tests/unictype/test-categ_Nd.c: Likewise.
9218         * tests/unictype/test-categ_Nl.c: Likewise.
9219         * tests/unictype/test-categ_No.c: Likewise.
9220         * tests/unictype/test-categ_P.c: Likewise.
9221         * tests/unictype/test-categ_Pc.c: Likewise.
9222         * tests/unictype/test-categ_Pd.c: Likewise.
9223         * tests/unictype/test-categ_Pe.c: Likewise.
9224         * tests/unictype/test-categ_Pf.c: Likewise.
9225         * tests/unictype/test-categ_Pi.c: Likewise.
9226         * tests/unictype/test-categ_Po.c: Likewise.
9227         * tests/unictype/test-categ_Ps.c: Likewise.
9228         * tests/unictype/test-categ_S.c: Likewise.
9229         * tests/unictype/test-categ_Sc.c: Likewise.
9230         * tests/unictype/test-categ_Sk.c: Likewise.
9231         * tests/unictype/test-categ_Sm.c: Likewise.
9232         * tests/unictype/test-categ_So.c: Likewise.
9233         * tests/unictype/test-categ_Z.c: Likewise.
9234         * tests/unictype/test-categ_Zl.c: Likewise.
9235         * tests/unictype/test-categ_Zp.c: Likewise.
9236         * tests/unictype/test-categ_Zs.c: Likewise.
9237         * tests/unictype/test-ctype_alnum.c: Likewise.
9238         * tests/unictype/test-ctype_alpha.c: Likewise.
9239         * tests/unictype/test-ctype_blank.c: Likewise.
9240         * tests/unictype/test-ctype_cntrl.c: Likewise.
9241         * tests/unictype/test-ctype_digit.c: Likewise.
9242         * tests/unictype/test-ctype_graph.c: Likewise.
9243         * tests/unictype/test-ctype_lower.c: Likewise.
9244         * tests/unictype/test-ctype_print.c: Likewise.
9245         * tests/unictype/test-ctype_punct.c: Likewise.
9246         * tests/unictype/test-ctype_space.c: Likewise.
9247         * tests/unictype/test-ctype_upper.c: Likewise.
9248         * tests/unictype/test-ctype_xdigit.c: Likewise.
9249         * tests/unictype/test-decdigit.h: Likewise.
9250         * tests/unictype/test-digit.h: Likewise.
9251         * tests/unictype/test-numeric.h: Likewise.
9252         * tests/unictype/test-pr_alphabetic.c: Likewise.
9253         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
9254         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
9255         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
9256         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
9257         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
9258         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
9259         * tests/unictype/test-pr_bidi_control.c: Likewise.
9260         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
9261         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
9262         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
9263         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
9264         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
9265         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
9266         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
9267         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
9268         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
9269         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
9270         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
9271         * tests/unictype/test-pr_combining.c: Likewise.
9272         * tests/unictype/test-pr_composite.c: Likewise.
9273         * tests/unictype/test-pr_currency_symbol.c: Likewise.
9274         * tests/unictype/test-pr_dash.c: Likewise.
9275         * tests/unictype/test-pr_decimal_digit.c: Likewise.
9276         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
9277         * tests/unictype/test-pr_deprecated.c: Likewise.
9278         * tests/unictype/test-pr_diacritic.c: Likewise.
9279         * tests/unictype/test-pr_extender.c: Likewise.
9280         * tests/unictype/test-pr_format_control.c: Likewise.
9281         * tests/unictype/test-pr_grapheme_base.c: Likewise.
9282         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
9283         * tests/unictype/test-pr_grapheme_link.c: Likewise.
9284         * tests/unictype/test-pr_hex_digit.c: Likewise.
9285         * tests/unictype/test-pr_hyphen.c: Likewise.
9286         * tests/unictype/test-pr_id_continue.c: Likewise.
9287         * tests/unictype/test-pr_id_start.c: Likewise.
9288         * tests/unictype/test-pr_ideographic.c: Likewise.
9289         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
9290         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
9291         * tests/unictype/test-pr_ignorable_control.c: Likewise.
9292         * tests/unictype/test-pr_iso_control.c: Likewise.
9293         * tests/unictype/test-pr_join_control.c: Likewise.
9294         * tests/unictype/test-pr_left_of_pair.c: Likewise.
9295         * tests/unictype/test-pr_line_separator.c: Likewise.
9296         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
9297         * tests/unictype/test-pr_lowercase.c: Likewise.
9298         * tests/unictype/test-pr_math.c: Likewise.
9299         * tests/unictype/test-pr_non_break.c: Likewise.
9300         * tests/unictype/test-pr_not_a_character.c: Likewise.
9301         * tests/unictype/test-pr_numeric.c: Likewise.
9302         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
9303         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
9304         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
9305         * tests/unictype/test-pr_other_id_continue.c: Likewise.
9306         * tests/unictype/test-pr_other_id_start.c: Likewise.
9307         * tests/unictype/test-pr_other_lowercase.c: Likewise.
9308         * tests/unictype/test-pr_other_math.c: Likewise.
9309         * tests/unictype/test-pr_other_uppercase.c: Likewise.
9310         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
9311         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
9312         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
9313         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
9314         * tests/unictype/test-pr_private_use.c: Likewise.
9315         * tests/unictype/test-pr_punctuation.c: Likewise.
9316         * tests/unictype/test-pr_quotation_mark.c: Likewise.
9317         * tests/unictype/test-pr_radical.c: Likewise.
9318         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
9319         * tests/unictype/test-pr_soft_dotted.c: Likewise.
9320         * tests/unictype/test-pr_space.c: Likewise.
9321         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
9322         * tests/unictype/test-pr_titlecase.c: Likewise.
9323         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
9324         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
9325         * tests/unictype/test-pr_uppercase.c: Likewise.
9326         * tests/unictype/test-pr_variation_selector.c: Likewise.
9327         * tests/unictype/test-pr_white_space.c: Likewise.
9328         * tests/unictype/test-pr_xid_continue.c: Likewise.
9329         * tests/unictype/test-pr_xid_start.c: Likewise.
9330         * tests/unictype/test-pr_zero_width.c: Likewise.
9331         * tests/unictype/test-sy_c_whitespace.c: Likewise.
9332         * tests/unictype/test-sy_java_whitespace.c: Likewise.
9333
9334 2007-11-12  Bruno Haible  <bruno@clisp.org>
9335
9336         Unicode character classification functions.
9337         * lib/unictype.h: New file.
9338         * modules/unictype/base: New file.
9339         * modules/unictype/category-L: New file.
9340         * modules/unictype/category-Lu: New file.
9341         * modules/unictype/category-Ll: New file.
9342         * modules/unictype/category-Lt: New file.
9343         * modules/unictype/category-Lm: New file.
9344         * modules/unictype/category-Lo: New file.
9345         * modules/unictype/category-M: New file.
9346         * modules/unictype/category-Mn: New file.
9347         * modules/unictype/category-Mc: New file.
9348         * modules/unictype/category-Me: New file.
9349         * modules/unictype/category-N: New file.
9350         * modules/unictype/category-Nd: New file.
9351         * modules/unictype/category-Nl: New file.
9352         * modules/unictype/category-No: New file.
9353         * modules/unictype/category-P: New file.
9354         * modules/unictype/category-Pc: New file.
9355         * modules/unictype/category-Pd: New file.
9356         * modules/unictype/category-Ps: New file.
9357         * modules/unictype/category-Pe: New file.
9358         * modules/unictype/category-Pi: New file.
9359         * modules/unictype/category-Pf: New file.
9360         * modules/unictype/category-Po: New file.
9361         * modules/unictype/category-S: New file.
9362         * modules/unictype/category-Sm: New file.
9363         * modules/unictype/category-Sc: New file.
9364         * modules/unictype/category-Sk: New file.
9365         * modules/unictype/category-So: New file.
9366         * modules/unictype/category-Z: New file.
9367         * modules/unictype/category-Zs: New file.
9368         * modules/unictype/category-Zl: New file.
9369         * modules/unictype/category-Zp: New file.
9370         * modules/unictype/category-C: New file.
9371         * modules/unictype/category-Cc: New file.
9372         * modules/unictype/category-Cf: New file.
9373         * modules/unictype/category-Cs: New file.
9374         * modules/unictype/category-Co: New file.
9375         * modules/unictype/category-Cn: New file.
9376         * modules/unictype/category-or: New file.
9377         * modules/unictype/category-of: New file.
9378         * modules/unictype/category-test: New file.
9379         * modules/unictype/category-test-withtable: New file.
9380         * modules/unictype/category-byname: New file.
9381         * modules/unictype/category-none: New file.
9382         * modules/unictype/category-and: New file.
9383         * modules/unictype/category-and-not: New file.
9384         * modules/unictype/category-name: New file.
9385         * modules/unictype/combining-class: New file.
9386         * modules/unictype/category-all: New file.
9387         * modules/unictype/bidicategory-all: New file.
9388         * modules/unictype/bidicategory-byname: New file.
9389         * modules/unictype/bidicategory-name: New file.
9390         * modules/unictype/bidicategory-of: New file.
9391         * modules/unictype/bidicategory-test: New file.
9392         * modules/unictype/decimal-digit: New file.
9393         * modules/unictype/digit: New file.
9394         * modules/unictype/numeric: New file.
9395         * modules/unictype/mirror: New file.
9396         * modules/unictype/property-white-space: New file.
9397         * modules/unictype/property-alphabetic: New file.
9398         * modules/unictype/property-other-alphabetic: New file.
9399         * modules/unictype/property-not-a-character: New file.
9400         * modules/unictype/property-default-ignorable-code-point: New file.
9401         * modules/unictype/property-other-default-ignorable-code-point: New
9402         file.
9403         * modules/unictype/property-deprecated: New file.
9404         * modules/unictype/property-logical-order-exception: New file.
9405         * modules/unictype/property-variation-selector: New file.
9406         * modules/unictype/property-private-use: New file.
9407         * modules/unictype/property-unassigned-code-value: New file.
9408         * modules/unictype/property-uppercase: New file.
9409         * modules/unictype/property-other-uppercase: New file.
9410         * modules/unictype/property-lowercase: New file.
9411         * modules/unictype/property-other-lowercase: New file.
9412         * modules/unictype/property-titlecase: New file.
9413         * modules/unictype/property-soft-dotted: New file.
9414         * modules/unictype/property-id-start: New file.
9415         * modules/unictype/property-other-id-start: New file.
9416         * modules/unictype/property-id-continue: New file.
9417         * modules/unictype/property-other-id-continue: New file.
9418         * modules/unictype/property-xid-start: New file.
9419         * modules/unictype/property-xid-continue: New file.
9420         * modules/unictype/property-pattern-white-space: New file.
9421         * modules/unictype/property-pattern-syntax: New file.
9422         * modules/unictype/property-join-control: New file.
9423         * modules/unictype/property-grapheme-base: New file.
9424         * modules/unictype/property-grapheme-extend: New file.
9425         * modules/unictype/property-other-grapheme-extend: New file.
9426         * modules/unictype/property-grapheme-link: New file.
9427         * modules/unictype/property-bidi-control: New file.
9428         * modules/unictype/property-bidi-left-to-right: New file.
9429         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
9430         * modules/unictype/property-bidi-arabic-right-to-left: New file.
9431         * modules/unictype/property-bidi-european-digit: New file.
9432         * modules/unictype/property-bidi-eur-num-separator: New file.
9433         * modules/unictype/property-bidi-eur-num-terminator: New file.
9434         * modules/unictype/property-bidi-arabic-digit: New file.
9435         * modules/unictype/property-bidi-common-separator: New file.
9436         * modules/unictype/property-bidi-block-separator: New file.
9437         * modules/unictype/property-bidi-segment-separator: New file.
9438         * modules/unictype/property-bidi-whitespace: New file.
9439         * modules/unictype/property-bidi-non-spacing-mark: New file.
9440         * modules/unictype/property-bidi-boundary-neutral: New file.
9441         * modules/unictype/property-bidi-pdf: New file.
9442         * modules/unictype/property-bidi-embedding-or-override: New file.
9443         * modules/unictype/property-bidi-other-neutral: New file.
9444         * modules/unictype/property-hex-digit: New file.
9445         * modules/unictype/property-ascii-hex-digit: New file.
9446         * modules/unictype/property-ideographic: New file.
9447         * modules/unictype/property-unified-ideograph: New file.
9448         * modules/unictype/property-radical: New file.
9449         * modules/unictype/property-ids-binary-operator: New file.
9450         * modules/unictype/property-ids-trinary-operator: New file.
9451         * modules/unictype/property-zero-width: New file.
9452         * modules/unictype/property-space: New file.
9453         * modules/unictype/property-non-break: New file.
9454         * modules/unictype/property-iso-control: New file.
9455         * modules/unictype/property-format-control: New file.
9456         * modules/unictype/property-dash: New file.
9457         * modules/unictype/property-hyphen: New file.
9458         * modules/unictype/property-punctuation: New file.
9459         * modules/unictype/property-line-separator: New file.
9460         * modules/unictype/property-paragraph-separator: New file.
9461         * modules/unictype/property-quotation-mark: New file.
9462         * modules/unictype/property-sentence-terminal: New file.
9463         * modules/unictype/property-terminal-punctuation: New file.
9464         * modules/unictype/property-currency-symbol: New file.
9465         * modules/unictype/property-math: New file.
9466         * modules/unictype/property-other-math: New file.
9467         * modules/unictype/property-paired-punctuation: New file.
9468         * modules/unictype/property-left-of-pair: New file.
9469         * modules/unictype/property-combining: New file.
9470         * modules/unictype/property-composite: New file.
9471         * modules/unictype/property-decimal-digit: New file.
9472         * modules/unictype/property-numeric: New file.
9473         * modules/unictype/property-diacritic: New file.
9474         * modules/unictype/property-extender: New file.
9475         * modules/unictype/property-ignorable-control: New file.
9476         * modules/unictype/property-test: New file.
9477         * modules/unictype/property-byname: New file.
9478         * modules/unictype/property-all: New file.
9479         * modules/unictype/scripts: New file.
9480         * modules/unictype/scripts-all: New file.
9481         * modules/unictype/block-of: New file.
9482         * modules/unictype/block-test: New file.
9483         * modules/unictype/block-list: New file.
9484         * modules/unictype/block-all: New file.
9485         * modules/unictype/syntax-c-whitespace: New file.
9486         * modules/unictype/syntax-java-whitespace: New file.
9487         * modules/unictype/syntax-c-ident: New file.
9488         * modules/unictype/syntax-java-ident: New file.
9489         * modules/unictype/ctype-alnum: New file.
9490         * modules/unictype/ctype-alpha: New file.
9491         * modules/unictype/ctype-cntrl: New file.
9492         * modules/unictype/ctype-digit: New file.
9493         * modules/unictype/ctype-graph: New file.
9494         * modules/unictype/ctype-lower: New file.
9495         * modules/unictype/ctype-print: New file.
9496         * modules/unictype/ctype-punct: New file.
9497         * modules/unictype/ctype-space: New file.
9498         * modules/unictype/ctype-upper: New file.
9499         * modules/unictype/ctype-xdigit: New file.
9500         * modules/unictype/ctype-blank: New file.
9501         * lib/unictype/bidi_byname.c: New file.
9502         * lib/unictype/bidi_name.c: New file.
9503         * lib/unictype/bidi_of.c: New file.
9504         * lib/unictype/bidi_test.c: New file.
9505         * lib/unictype/bitmap.h: New file.
9506         * lib/unictype/block_test.c: New file.
9507         * lib/unictype/blocks.c: New file.
9508         * lib/unictype/categ_C.c: New file.
9509         * lib/unictype/categ_Cc.c: New file.
9510         * lib/unictype/categ_Cf.c: New file.
9511         * lib/unictype/categ_Cn.c: New file.
9512         * lib/unictype/categ_Co.c: New file.
9513         * lib/unictype/categ_Cs.c: New file.
9514         * lib/unictype/categ_L.c: New file.
9515         * lib/unictype/categ_Ll.c: New file.
9516         * lib/unictype/categ_Lm.c: New file.
9517         * lib/unictype/categ_Lo.c: New file.
9518         * lib/unictype/categ_Lt.c: New file.
9519         * lib/unictype/categ_Lu.c: New file.
9520         * lib/unictype/categ_M.c: New file.
9521         * lib/unictype/categ_Mc.c: New file.
9522         * lib/unictype/categ_Me.c: New file.
9523         * lib/unictype/categ_Mn.c: New file.
9524         * lib/unictype/categ_N.c: New file.
9525         * lib/unictype/categ_Nd.c: New file.
9526         * lib/unictype/categ_Nl.c: New file.
9527         * lib/unictype/categ_No.c: New file.
9528         * lib/unictype/categ_P.c: New file.
9529         * lib/unictype/categ_Pc.c: New file.
9530         * lib/unictype/categ_Pd.c: New file.
9531         * lib/unictype/categ_Pe.c: New file.
9532         * lib/unictype/categ_Pf.c: New file.
9533         * lib/unictype/categ_Pi.c: New file.
9534         * lib/unictype/categ_Po.c: New file.
9535         * lib/unictype/categ_Ps.c: New file.
9536         * lib/unictype/categ_S.c: New file.
9537         * lib/unictype/categ_Sc.c: New file.
9538         * lib/unictype/categ_Sk.c: New file.
9539         * lib/unictype/categ_Sm.c: New file.
9540         * lib/unictype/categ_So.c: New file.
9541         * lib/unictype/categ_Z.c: New file.
9542         * lib/unictype/categ_Zl.c: New file.
9543         * lib/unictype/categ_Zp.c: New file.
9544         * lib/unictype/categ_Zs.c: New file.
9545         * lib/unictype/categ_and.c: New file.
9546         * lib/unictype/categ_and_not.c: New file.
9547         * lib/unictype/categ_byname.c: New file.
9548         * lib/unictype/categ_name.c: New file.
9549         * lib/unictype/categ_none.c: New file.
9550         * lib/unictype/categ_of.c: New file.
9551         * lib/unictype/categ_or.c: New file.
9552         * lib/unictype/categ_test.c: New file.
9553         * lib/unictype/combining.c: New file.
9554         * lib/unictype/ctype_alnum.c: New file.
9555         * lib/unictype/ctype_alpha.c: New file.
9556         * lib/unictype/ctype_blank.c: New file.
9557         * lib/unictype/ctype_cntrl.c: New file.
9558         * lib/unictype/ctype_digit.c: New file.
9559         * lib/unictype/ctype_graph.c: New file.
9560         * lib/unictype/ctype_lower.c: New file.
9561         * lib/unictype/ctype_print.c: New file.
9562         * lib/unictype/ctype_punct.c: New file.
9563         * lib/unictype/ctype_space.c: New file.
9564         * lib/unictype/ctype_upper.c: New file.
9565         * lib/unictype/ctype_xdigit.c: New file.
9566         * lib/unictype/decdigit.c: New file.
9567         * lib/unictype/digit.c: New file.
9568         * lib/unictype/identsyntaxmap.h: New file.
9569         * lib/unictype/mirror.c: New file.
9570         * lib/unictype/numeric.c: New file.
9571         * lib/unictype/pr_alphabetic.c: New file.
9572         * lib/unictype/pr_ascii_hex_digit.c: New file.
9573         * lib/unictype/pr_bidi_arabic_digit.c: New file.
9574         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
9575         * lib/unictype/pr_bidi_block_separator.c: New file.
9576         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
9577         * lib/unictype/pr_bidi_common_separator.c: New file.
9578         * lib/unictype/pr_bidi_control.c: New file.
9579         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
9580         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
9581         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
9582         * lib/unictype/pr_bidi_european_digit.c: New file.
9583         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
9584         * lib/unictype/pr_bidi_left_to_right.c: New file.
9585         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
9586         * lib/unictype/pr_bidi_other_neutral.c: New file.
9587         * lib/unictype/pr_bidi_pdf.c: New file.
9588         * lib/unictype/pr_bidi_segment_separator.c: New file.
9589         * lib/unictype/pr_bidi_whitespace.c: New file.
9590         * lib/unictype/pr_byname.c: New file.
9591         * lib/unictype/pr_byname.gperf: New file.
9592         * lib/unictype/pr_combining.c: New file.
9593         * lib/unictype/pr_composite.c: New file.
9594         * lib/unictype/pr_currency_symbol.c: New file.
9595         * lib/unictype/pr_dash.c: New file.
9596         * lib/unictype/pr_decimal_digit.c: New file.
9597         * lib/unictype/pr_default_ignorable_code_point.c: New file.
9598         * lib/unictype/pr_deprecated.c: New file.
9599         * lib/unictype/pr_diacritic.c: New file.
9600         * lib/unictype/pr_extender.c: New file.
9601         * lib/unictype/pr_format_control.c: New file.
9602         * lib/unictype/pr_grapheme_base.c: New file.
9603         * lib/unictype/pr_grapheme_extend.c: New file.
9604         * lib/unictype/pr_grapheme_link.c: New file.
9605         * lib/unictype/pr_hex_digit.c: New file.
9606         * lib/unictype/pr_hyphen.c: New file.
9607         * lib/unictype/pr_id_continue.c: New file.
9608         * lib/unictype/pr_id_start.c: New file.
9609         * lib/unictype/pr_ideographic.c: New file.
9610         * lib/unictype/pr_ids_binary_operator.c: New file.
9611         * lib/unictype/pr_ids_trinary_operator.c: New file.
9612         * lib/unictype/pr_ignorable_control.c: New file.
9613         * lib/unictype/pr_iso_control.c: New file.
9614         * lib/unictype/pr_join_control.c: New file.
9615         * lib/unictype/pr_left_of_pair.c: New file.
9616         * lib/unictype/pr_line_separator.c: New file.
9617         * lib/unictype/pr_logical_order_exception.c: New file.
9618         * lib/unictype/pr_lowercase.c: New file.
9619         * lib/unictype/pr_math.c: New file.
9620         * lib/unictype/pr_non_break.c: New file.
9621         * lib/unictype/pr_not_a_character.c: New file.
9622         * lib/unictype/pr_numeric.c: New file.
9623         * lib/unictype/pr_other_alphabetic.c: New file.
9624         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
9625         * lib/unictype/pr_other_grapheme_extend.c: New file.
9626         * lib/unictype/pr_other_id_continue.c: New file.
9627         * lib/unictype/pr_other_id_start.c: New file.
9628         * lib/unictype/pr_other_lowercase.c: New file.
9629         * lib/unictype/pr_other_math.c: New file.
9630         * lib/unictype/pr_other_uppercase.c: New file.
9631         * lib/unictype/pr_paired_punctuation.c: New file.
9632         * lib/unictype/pr_paragraph_separator.c: New file.
9633         * lib/unictype/pr_pattern_syntax.c: New file.
9634         * lib/unictype/pr_pattern_white_space.c: New file.
9635         * lib/unictype/pr_private_use.c: New file.
9636         * lib/unictype/pr_punctuation.c: New file.
9637         * lib/unictype/pr_quotation_mark.c: New file.
9638         * lib/unictype/pr_radical.c: New file.
9639         * lib/unictype/pr_sentence_terminal.c: New file.
9640         * lib/unictype/pr_soft_dotted.c: New file.
9641         * lib/unictype/pr_space.c: New file.
9642         * lib/unictype/pr_terminal_punctuation.c: New file.
9643         * lib/unictype/pr_test.c: New file.
9644         * lib/unictype/pr_titlecase.c: New file.
9645         * lib/unictype/pr_unassigned_code_value.c: New file.
9646         * lib/unictype/pr_unified_ideograph.c: New file.
9647         * lib/unictype/pr_uppercase.c: New file.
9648         * lib/unictype/pr_variation_selector.c: New file.
9649         * lib/unictype/pr_white_space.c: New file.
9650         * lib/unictype/pr_xid_continue.c: New file.
9651         * lib/unictype/pr_xid_start.c: New file.
9652         * lib/unictype/pr_zero_width.c: New file.
9653         * lib/unictype/scripts.c: New file.
9654         * lib/unictype/sy_c_ident.c: New file.
9655         * lib/unictype/sy_c_whitespace.c: New file.
9656         * lib/unictype/sy_java_ident.c: New file.
9657         * lib/unictype/sy_java_whitespace.c: New file.
9658
9659         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
9660         Unicode 5.0.0.
9661         * lib/unictype/blocks.h: Likewise.
9662         * lib/unictype/categ_C.h: Likewise.
9663         * lib/unictype/categ_Cc.h: Likewise.
9664         * lib/unictype/categ_Cf.h: Likewise.
9665         * lib/unictype/categ_Cn.h: Likewise.
9666         * lib/unictype/categ_Co.h: Likewise.
9667         * lib/unictype/categ_Cs.h: Likewise.
9668         * lib/unictype/categ_L.h: Likewise.
9669         * lib/unictype/categ_Ll.h: Likewise.
9670         * lib/unictype/categ_Lm.h: Likewise.
9671         * lib/unictype/categ_Lo.h: Likewise.
9672         * lib/unictype/categ_Lt.h: Likewise.
9673         * lib/unictype/categ_Lu.h: Likewise.
9674         * lib/unictype/categ_M.h: Likewise.
9675         * lib/unictype/categ_Mc.h: Likewise.
9676         * lib/unictype/categ_Me.h: Likewise.
9677         * lib/unictype/categ_Mn.h: Likewise.
9678         * lib/unictype/categ_N.h: Likewise.
9679         * lib/unictype/categ_Nd.h: Likewise.
9680         * lib/unictype/categ_Nl.h: Likewise.
9681         * lib/unictype/categ_No.h: Likewise.
9682         * lib/unictype/categ_P.h: Likewise.
9683         * lib/unictype/categ_Pc.h: Likewise.
9684         * lib/unictype/categ_Pd.h: Likewise.
9685         * lib/unictype/categ_Pe.h: Likewise.
9686         * lib/unictype/categ_Pf.h: Likewise.
9687         * lib/unictype/categ_Pi.h: Likewise.
9688         * lib/unictype/categ_Po.h: Likewise.
9689         * lib/unictype/categ_Ps.h: Likewise.
9690         * lib/unictype/categ_S.h: Likewise.
9691         * lib/unictype/categ_Sc.h: Likewise.
9692         * lib/unictype/categ_Sk.h: Likewise.
9693         * lib/unictype/categ_Sm.h: Likewise.
9694         * lib/unictype/categ_So.h: Likewise.
9695         * lib/unictype/categ_Z.h: Likewise.
9696         * lib/unictype/categ_Zl.h: Likewise.
9697         * lib/unictype/categ_Zp.h: Likewise.
9698         * lib/unictype/categ_Zs.h: Likewise.
9699         * lib/unictype/categ_of.h: Likewise.
9700         * lib/unictype/combining.h: Likewise.
9701         * lib/unictype/ctype_alnum.h: Likewise.
9702         * lib/unictype/ctype_alpha.h: Likewise.
9703         * lib/unictype/ctype_blank.h: Likewise.
9704         * lib/unictype/ctype_cntrl.h: Likewise.
9705         * lib/unictype/ctype_digit.h: Likewise.
9706         * lib/unictype/ctype_graph.h: Likewise.
9707         * lib/unictype/ctype_lower.h: Likewise.
9708         * lib/unictype/ctype_print.h: Likewise.
9709         * lib/unictype/ctype_punct.h: Likewise.
9710         * lib/unictype/ctype_space.h: Likewise.
9711         * lib/unictype/ctype_upper.h: Likewise.
9712         * lib/unictype/ctype_xdigit.h: Likewise.
9713         * lib/unictype/decdigit.h: Likewise.
9714         * lib/unictype/digit.h: Likewise.
9715         * lib/unictype/mirror.h: Likewise.
9716         * lib/unictype/numeric.h: Likewise.
9717         * lib/unictype/pr_alphabetic.h: Likewise.
9718         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
9719         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
9720         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
9721         * lib/unictype/pr_bidi_block_separator.h: Likewise.
9722         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
9723         * lib/unictype/pr_bidi_common_separator.h: Likewise.
9724         * lib/unictype/pr_bidi_control.h: Likewise.
9725         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
9726         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
9727         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
9728         * lib/unictype/pr_bidi_european_digit.h: Likewise.
9729         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
9730         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
9731         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
9732         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
9733         * lib/unictype/pr_bidi_pdf.h: Likewise.
9734         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
9735         * lib/unictype/pr_bidi_whitespace.h: Likewise.
9736         * lib/unictype/pr_combining.h: Likewise.
9737         * lib/unictype/pr_composite.h: Likewise.
9738         * lib/unictype/pr_currency_symbol.h: Likewise.
9739         * lib/unictype/pr_dash.h: Likewise.
9740         * lib/unictype/pr_decimal_digit.h: Likewise.
9741         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
9742         * lib/unictype/pr_deprecated.h: Likewise.
9743         * lib/unictype/pr_diacritic.h: Likewise.
9744         * lib/unictype/pr_extender.h: Likewise.
9745         * lib/unictype/pr_format_control.h: Likewise.
9746         * lib/unictype/pr_grapheme_base.h: Likewise.
9747         * lib/unictype/pr_grapheme_extend.h: Likewise.
9748         * lib/unictype/pr_grapheme_link.h: Likewise.
9749         * lib/unictype/pr_hex_digit.h: Likewise.
9750         * lib/unictype/pr_hyphen.h: Likewise.
9751         * lib/unictype/pr_id_continue.h: Likewise.
9752         * lib/unictype/pr_id_start.h: Likewise.
9753         * lib/unictype/pr_ideographic.h: Likewise.
9754         * lib/unictype/pr_ids_binary_operator.h: Likewise.
9755         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
9756         * lib/unictype/pr_ignorable_control.h: Likewise.
9757         * lib/unictype/pr_iso_control.h: Likewise.
9758         * lib/unictype/pr_join_control.h: Likewise.
9759         * lib/unictype/pr_left_of_pair.h: Likewise.
9760         * lib/unictype/pr_line_separator.h: Likewise.
9761         * lib/unictype/pr_logical_order_exception.h: Likewise.
9762         * lib/unictype/pr_lowercase.h: Likewise.
9763         * lib/unictype/pr_math.h: Likewise.
9764         * lib/unictype/pr_non_break.h: Likewise.
9765         * lib/unictype/pr_not_a_character.h: Likewise.
9766         * lib/unictype/pr_numeric.h: Likewise.
9767         * lib/unictype/pr_other_alphabetic.h: Likewise.
9768         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
9769         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
9770         * lib/unictype/pr_other_id_continue.h: Likewise.
9771         * lib/unictype/pr_other_id_start.h: Likewise.
9772         * lib/unictype/pr_other_lowercase.h: Likewise.
9773         * lib/unictype/pr_other_math.h: Likewise.
9774         * lib/unictype/pr_other_uppercase.h: Likewise.
9775         * lib/unictype/pr_paired_punctuation.h: Likewise.
9776         * lib/unictype/pr_paragraph_separator.h: Likewise.
9777         * lib/unictype/pr_pattern_syntax.h: Likewise.
9778         * lib/unictype/pr_pattern_white_space.h: Likewise.
9779         * lib/unictype/pr_private_use.h: Likewise.
9780         * lib/unictype/pr_punctuation.h: Likewise.
9781         * lib/unictype/pr_quotation_mark.h: Likewise.
9782         * lib/unictype/pr_radical.h: Likewise.
9783         * lib/unictype/pr_sentence_terminal.h: Likewise.
9784         * lib/unictype/pr_soft_dotted.h: Likewise.
9785         * lib/unictype/pr_space.h: Likewise.
9786         * lib/unictype/pr_terminal_punctuation.h: Likewise.
9787         * lib/unictype/pr_titlecase.h: Likewise.
9788         * lib/unictype/pr_unassigned_code_value.h: Likewise.
9789         * lib/unictype/pr_unified_ideograph.h: Likewise.
9790         * lib/unictype/pr_uppercase.h: Likewise.
9791         * lib/unictype/pr_variation_selector.h: Likewise.
9792         * lib/unictype/pr_white_space.h: Likewise.
9793         * lib/unictype/pr_xid_continue.h: Likewise.
9794         * lib/unictype/pr_xid_start.h: Likewise.
9795         * lib/unictype/pr_zero_width.h: Likewise.
9796         * lib/unictype/scripts.h: Likewise.
9797         * lib/unictype/scripts_byname.gperf: Likewise.
9798         * lib/unictype/sy_c_ident.h: Likewise.
9799         * lib/unictype/sy_c_whitespace.h: Likewise.
9800         * lib/unictype/sy_java_ident.h: Likewise.
9801         * lib/unictype/sy_java_whitespace.h: Likewise.
9802
9803         * lib/unictype/Makefile: New file.
9804         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
9805         glibc.
9806         * lib/unictype/3level.h: New file, copied from glibc.
9807         * lib/unictype/3levelbit.h: New file.
9808
9809 2007-11-11  Bruno Haible  <bruno@clisp.org>
9810
9811         * modules/gperf: New file.
9812         * modules/iconv_open (Depends-on): Add it.
9813         (Makefile.am): Remove the GPERF definition.
9814
9815 2007-11-11  Bruno Haible  <bruno@clisp.org>
9816
9817         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
9818         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
9819
9820 2007-11-11  Bruno Haible  <bruno@clisp.org>
9821
9822         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
9823         (usage): Remove function.
9824
9825 2007-11-11  Bruno Haible  <bruno@clisp.org>
9826
9827         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
9828         gl_FUNC_CEILF_LIBS.
9829         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
9830         gl_FUNC_CEIL_LIBS.
9831         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
9832         gl_FUNC_CEILL_LIBS.
9833         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
9834         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
9835         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
9836
9837 2007-11-11  Bruno Haible  <bruno@clisp.org>
9838
9839         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
9840         roundf were declared but do not exist on functions.
9841         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
9842         roundl were declared but do not exist on functions.
9843         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
9844         HAVE_FLOORL_AND_CEILL, respectively.
9845         Needed for Sun C on Solaris 10.
9846
9847 2007-11-11  Bruno Haible  <bruno@clisp.org>
9848
9849         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
9850         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
9851         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
9852         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
9853         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
9854         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
9855         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
9856         HAVE_DECL_ROUNDF.
9857         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
9858         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
9859         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
9860         of HAVE_DECL_ROUND*.
9861         * modules/math (Makefile.am): Update.
9862
9863 2007-11-10  Bruno Haible  <bruno@clisp.org>
9864
9865         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
9866         ptrdiff_t as m4/intl.m4.
9867
9868 2007-11-10  Jim Meyering  <meyering@redhat.com>
9869
9870         Avoid link failure for the argmatch test.
9871         * tests/test-argmatch.c (usage): Define function to avoid a link
9872         failure: argmatch_die requires a usage function.
9873
9874 2007-11-09  Bruno Haible  <bruno@clisp.org>
9875
9876         * doc/functions/snprintf.texi: Mention BeOS deficiency.
9877         * doc/functions/vsnprintf.texi: Likewise.
9878         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
9879         with a size argument < 2.
9880
9881 2007-11-09  Bruno Haible  <bruno@clisp.org>
9882
9883         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
9884         buffer. Fixes an inefficiency introduced on 2007-11-03.
9885
9886 2007-11-09  Bruno Haible  <bruno@clisp.org>
9887
9888         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
9889         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
9890
9891 2007-11-08  Jim Meyering  <meyering@redhat.com>
9892
9893         Change cache variable name prefix "jm_" to "gl_" everywhere.
9894         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
9895         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
9896         * m4/uptime.m4: s/gl_/jm_/
9897
9898 2007-11-07  Bruno Haible  <bruno@clisp.org>
9899
9900         Update to GNU gettext 0.17.
9901         * m4/intl.m4: Update to GNU gettext 0.17.
9902         * m4/po.m4: Likewise.
9903         * modules/gettext (Files): Remove m4/ulonglong.m4.
9904         (configure.ac): Require gettext infrastructure from version 0.17.
9905
9906 2007-11-06  Bruno Haible  <bruno@clisp.org>
9907
9908         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
9909         symbolic values are not defined in a public header.
9910         * lib/freadable.c (freadable) [QNX]: Likewise.
9911         * lib/freadahead.c (freadahead) [QNX]: Likewise.
9912         * lib/freading.c (freading) [QNX]: Likewise.
9913         * lib/fseterr.c (fseterr) [QNX]: Likewise.
9914         * lib/fwritable.c (fwritable) [QNX]: Likewise.
9915         * lib/fwriting.c (fwriting) [QNX]: Likewise.
9916         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
9917         Reported by Alain Magloire.
9918
9919         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
9920
9921 2007-11-05  Bruno Haible  <bruno@clisp.org>
9922
9923         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
9924         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
9925         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
9926         Reported by Eric Blake.
9927
9928 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9929             Bruno Haible  <bruno@clisp.org>
9930
9931         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
9932         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
9933         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
9934         (malloc): Undefine also before including <stdlib.h>.
9935         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
9936         Needed on OSF/1 4.0.
9937
9938 2007-11-05  Jim Meyering  <meyering@redhat.com>
9939
9940         git-version-gen: sync from coreutils.
9941         * build-aux/git-version-gen: Add comments.
9942         Change the first '-' to '.' in the snapshot version string,
9943         e.g., 6.9-377-08144 -> 6.9.377-08144
9944         Remove first parameter.
9945         Don't declare a version "-dirty" merely because a time
9946         stamp has changed.
9947
9948 2007-11-04  Bruno Haible  <bruno@clisp.org>
9949
9950         * lib/lock.h: Protect all macro definitions containing an 'if'
9951         statement through a "do { ... } while (0)".
9952         * lib/tls.h: Likewise.
9953
9954 2007-11-04  Bruno Haible  <bruno@clisp.org>
9955
9956         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
9957
9958 2007-11-04  Bruno Haible  <bruno@clisp.org>
9959
9960         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
9961         * modules/fprintf-posix (Depends-on): Add nocrash.
9962         * modules/snprintf-posix (Depends-on): Likewise.
9963         * modules/sprintf-posix (Depends-on): Likewise.
9964         * modules/vasnprintf-posix (Depends-on): Likewise.
9965         * modules/vasprintf-posix (Depends-on): Likewise.
9966         * modules/vfprintf-posix (Depends-on): Likewise.
9967         * modules/vsnprintf-posix (Depends-on): Likewise.
9968         * modules/vsprintf-posix (Depends-on): Likewise.
9969         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9970         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9971         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9972         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9973         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9974         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9975         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9976
9977 2007-11-04  Bruno Haible  <bruno@clisp.org>
9978
9979         * modules/nocrash: New file.
9980         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
9981         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
9982
9983 2007-11-04  Bruno Haible  <bruno@clisp.org>
9984
9985         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
9986         precision handling.
9987         * tests/test-vasprintf-posix.c (test_function): Likewise.
9988         * tests/test-snprintf-posix.h (test_function): Likewise.
9989         * tests/test-sprintf-posix.h (test_function): Likewise.
9990
9991         Fix *printf behaviour for large precisions on mingw and BeOS.
9992         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
9993         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
9994         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
9995         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9996         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9997         gl_PRINTF_PRECISION and test its result. Invoke
9998         gl_PREREQ_VASNPRINTF_PRECISION.
9999         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10000         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10001         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10002         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10003         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10004         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10005         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10006         * doc/functions/fprintf.texi: Update.
10007         * doc/functions/printf.texi: Update.
10008         * doc/functions/snprintf.texi: Update.
10009         * doc/functions/sprintf.texi: Update.
10010         * doc/functions/vfprintf.texi: Update.
10011         * doc/functions/vprintf.texi: Update.
10012         * doc/functions/vsnprintf.texi: Update.
10013         * doc/functions/vsprintf.texi: Update.
10014
10015 2007-11-04  Bruno Haible  <bruno@clisp.org>
10016
10017         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
10018
10019 2007-11-04  Bruno Haible  <bruno@clisp.org>
10020
10021         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
10022         Reported by Sylvain Beucler <beuc@gnu.org>.
10023
10024 2007-11-03  Bruno Haible  <bruno@clisp.org>
10025
10026         * tests/test-fprintf-posix2.sh: New file.
10027         * tests/test-fprintf-posix2.c: New file.
10028         * modules/fprintf-posix-tests (Files): Add them.
10029         (TESTS): Add test-fprintf-posix2.sh.
10030         (configure.ac): Check for getrlimit and setrlimit.
10031         (check_PROGRAMS): Add test-fprintf-posix2.
10032
10033         * tests/test-printf-posix2.sh: New file.
10034         * tests/test-printf-posix2.c: New file.
10035         * modules/printf-posix-tests (Files): Add them.
10036         (TESTS): Add test-printf-posix2.sh.
10037         (configure.ac): Check for getrlimit and setrlimit.
10038         (check_PROGRAMS): Add test-printf-posix2.
10039
10040         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
10041         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
10042         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
10043         (decode_double): New function, copied from decode_long_double.
10044         (scale10_round_decimal_decoded): New function, extracted from
10045         scale10_round_decimal_long_double.
10046         (scale10_round_decimal_long_double): Use it.
10047         (scale10_round_decimal_double): New function.
10048         (floorlog10): New function.
10049         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
10050         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
10051         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
10052         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10053         gl_PRINTF_ENOMEM and test its result. Invoke
10054         gl_PREREQ_VASNPRINTF_ENOMEM.
10055         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
10056         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10057         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10058         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10059         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
10060         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10061         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10062         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
10063         * modules/snprintf-posix (Depends-on): Likewise.
10064         * modules/sprintf-posix (Depends-on): Likewise.
10065         * modules/vasnprintf-posix (Depends-on): Likewise.
10066         * modules/vasprintf-posix (Depends-on): Likewise.
10067         * modules/vfprintf-posix (Depends-on): Likewise.
10068         * modules/vsnprintf-posix (Depends-on): Likewise.
10069         * modules/vsprintf-posix (Depends-on): Likewise.
10070         * doc/functions/fprintf.texi: Update.
10071         * doc/functions/printf.texi: Update.
10072         * doc/functions/snprintf.texi: Update.
10073         * doc/functions/sprintf.texi: Update.
10074         * doc/functions/vfprintf.texi: Update.
10075         * doc/functions/vprintf.texi: Update.
10076         * doc/functions/vsnprintf.texi: Update.
10077         * doc/functions/vsprintf.texi: Update.
10078
10079 2007-11-03  Bruno Haible  <bruno@clisp.org>
10080
10081         * modules/frexp-nolibm-tests: New file.
10082
10083         * modules/frexp-nolibm: New file.
10084         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
10085
10086 2007-11-03  Bruno Haible  <bruno@clisp.org>
10087
10088         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
10089         value is C99 compliant.
10090         Needed for OSF/1 5.1.
10091
10092 2007-11-03  Bruno Haible  <bruno@clisp.org>
10093
10094         Fix out-of-memory handling of vasnprintf.
10095         * lib/printf-parse.c: Include <errno.h>.
10096         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
10097         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
10098         is already set.
10099
10100 2007-11-02  Eric Blake  <ebb9@byu.net>
10101
10102         Fix tests on cygwin.
10103         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
10104
10105 2007-11-01  Bruno Haible  <bruno@clisp.org>
10106
10107         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
10108         warning.
10109         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
10110         needed for POSIX compatibility.
10111
10112 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
10113
10114         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
10115         for compatibility with GNU.
10116
10117 2007-11-01  Bruno Haible  <bruno@clisp.org>
10118
10119         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
10120         (putenv): Renamed from rpl_putenv. Change argument type from
10121         'const char *' to 'char *'.
10122         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
10123         of defining putenv in config.h, just set REPLACE_PUTENV.
10124         * modules/putenv (Depends-on): Add stdlib.
10125         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10126         (Include): Use <stdlib.h>.
10127         * lib/stdlib.in.h (putenv): New declaration.
10128         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
10129         REPLACE_PUTENV.
10130         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
10131         REPLACE_PUTENV.
10132         Needed for MacOS X 10.5.0.
10133         Reported by Peter O'Gorman <peter@pogma.com>.
10134
10135 2007-11-01  Jim Meyering  <meyering@redhat.com>
10136
10137         Treat an empty date string exactly like "0".
10138         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
10139         if the remaining date string (to be parsed) is empty, use "0".
10140         Reported by Mischa Molhoek and discussed in this thread:
10141         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
10142
10143 2007-10-31  Bruno Haible  <bruno@clisp.org>
10144
10145         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
10146         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
10147         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
10148         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
10149         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
10150         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
10151
10152 2007-10-31  Bruno Haible  <bruno@clisp.org>
10153
10154         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
10155         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
10156         (AC_TYPE_LONG_LONG_INT): Use it.
10157         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
10158         it as well.
10159         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
10160         to m4/longlong.m4.
10161         * modules/stdint (Files): Remove m4/ulonglong.m4.
10162         * modules/strtoull (Files): Use m4/longlong.m4 instead of
10163         m4/ulonglong.m4.
10164         * modules/strtoumax (Files): Likewise.
10165
10166 2007-10-30  Bruno Haible  <bruno@clisp.org>
10167
10168         * modules/xvasprintf-posix: New file.
10169         Suggested by Eric Blake.
10170
10171 2007-10-30  Bruno Haible  <bruno@clisp.org>
10172
10173         * modules/xprintf-posix-tests: New file.
10174         * tests/test-xprintf-posix.sh: New file.
10175         * tests/test-xprintf-posix.c: New file.
10176         * tests/test-xfprintf-posix.c: New file.
10177
10178         * modules/xprintf-posix: New file.
10179
10180 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10181
10182         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
10183         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
10184         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
10185
10186 2007-10-29  Bruno Haible  <bruno@clisp.org>
10187
10188         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
10189         contain the special marker '_cv_'.
10190         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
10191         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
10192         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
10193         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
10194         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
10195         Reported by Ralf Wildenhues.
10196
10197 2007-10-29  Bruno Haible  <bruno@clisp.org>
10198
10199         * gnulib-tool (func_import): When --lgpl is not specified, set
10200         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
10201         GPLv3.
10202         Reported by Simon Josefsson.
10203
10204 2007-10-28  Bruno Haible  <bruno@clisp.org>
10205
10206         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
10207         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
10208         HAVE_DECL_ISFINITE.
10209         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10210         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
10211         HAVE_DECL_ISFINITE.
10212
10213 2007-10-28  Bruno Haible  <bruno@clisp.org>
10214
10215         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
10216         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
10217
10218 2007-10-28  Bruno Haible  <bruno@clisp.org>
10219
10220         Fix link errors with Sun C 5.0 on Solaris 10.
10221         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
10222         function is declared but not present in the compiler's libm.
10223         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
10224         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
10225         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
10226         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
10227         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
10228         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
10229         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
10230         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10231         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
10232         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
10233         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
10234         HAVE_DECL_FLOORL.
10235
10236 2007-10-28  Bruno Haible  <bruno@clisp.org>
10237
10238         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
10239         gl_FUNC_FLOORL. Cache the result.
10240         (gl_FUNC_FLOORL): Use it.
10241         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
10242         gl_FUNC_CEILL. Cache the result.
10243         (gl_FUNC_CEILL): Use it.
10244
10245         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
10246         gl_FUNC_FLOOR. Cache the result.
10247         (gl_FUNC_FLOOR): Use it.
10248         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
10249         gl_FUNC_CEIL. Cache the result.
10250         (gl_FUNC_CEIL): Use it.
10251
10252         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
10253         gl_FUNC_FLOORF. Cache the result.
10254         (gl_FUNC_FLOORF): Use it.
10255         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
10256         gl_FUNC_CEILF. Cache the result.
10257         (gl_FUNC_CEILF): Use it.
10258
10259 2007-10-28  Bruno Haible  <bruno@clisp.org>
10260
10261         * gnulib-tool: Allow specifying the LGPL version number through
10262         --lgpl=2 or --lgpl=3.
10263         (func_usage): Document --lgpl with argument.
10264         Handle --lgpl=... arguments.
10265         (func_import): Recognize also gl_LGPL calls with an argument. When
10266         --lgpl=2 is used and the module's license is just LGPL, report an
10267         error. Set sed_transform_lib_file according to the lgpl variable. In
10268         the generated files, use --lgpl or gl_LGPL invocations with argument,
10269         if necessary.
10270         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
10271         an LGPv2+ license.
10272         * doc/gnulib-tool.texi (Modified imports): Update explanation of
10273         gl_LGPL macro.
10274
10275 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10276             Bruno Haible  <bruno@clisp.org>
10277
10278         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
10279         (u16_uctomb_aux): Likewise.
10280         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
10281         !HAVE_INLINE.
10282         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
10283
10284 2007-10-28  Bruno Haible  <bruno@clisp.org>
10285
10286         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
10287         Invoke AM_GETTEXT_OPTION if it exists.
10288         * modules/vasprintf: Likewise.
10289         * modules/verror: Likewise.
10290         * modules/xprintf: Likewise.
10291         * modules/xvasprintf: Likewise.
10292
10293 2007-10-27  Ben Pfaff  <blp@gnu.org>
10294
10295         * lib/math.in.h: Define isfinite macro and prototypes for
10296         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
10297         implementations.
10298         * m4/math_h.m4: New substitutions for isfinite module.
10299         * lib/isfinite.c: New file.
10300         * m4/isfinite.m4: New file.
10301         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
10302         * modules/isfinite: New file.
10303         * modules/isfinite-tests: New file.
10304         * tests/tests-isfinite.c: New file.
10305         * doc/functions/isfinite.texi: Mention isfinite module.
10306         * MODULES.html.sh: Mention new module.
10307
10308 2007-10-27  Ben Pfaff  <blp@gnu.org>
10309
10310         Ralf Wildenhues reported that Tru64 4.0D declares the round
10311         functions but does not have definitions.
10312         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
10313         cannot be found in any library, set the output variable to
10314         "missing" instead of "".
10315         * m4/round.m4: Also use our substitute if we cannot find round in
10316         any library, even if it is declared.
10317         * m4/roundf.m4: Likewise for roundf.
10318         * m4/roundl.m4: Likewise for roundl.
10319         * lib/math.in.h: Undefine roundf, round, roundl before defining
10320         their replacements, to allow for hypothetical systems where these
10321         may be defined as macros but not available in libraries.
10322
10323 2007-10-27  Bruno Haible  <bruno@clisp.org>
10324
10325         * doc/gnulib.texi: Invoke @firstparagraphindent.
10326         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
10327         changes in gnulib.
10328         (Source changes): New section.
10329
10330 2007-10-26  Bruno Haible  <bruno@clisp.org>
10331
10332         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
10333         borrowed from autoconf.
10334
10335 2007-10-26  Bruno Haible  <bruno@clisp.org>
10336
10337         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
10338         strerror returned the empty string. Needed on HP-UX 11.00.
10339
10340 2007-10-24  Micah Cowan  <micah@cowan.name>
10341
10342         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
10343         * build-aux/bootstrap: Remove support for now-unnecessary option,
10344         --cvs-user, and envvars CVS_USER, CVS_RSH.
10345
10346 2007-10-24  Jim Meyering  <meyering@redhat.com>
10347
10348         Avoid diagnostics from sha1sum when there is no cached checksum.
10349         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
10350         if the po.s1 file hasn't been created yet.
10351
10352         * build-aux/bootstrap: Sync from coreutils:
10353         2007-10-24  Jim Meyering  <meyering@redhat.com>
10354         Get gnulib from the git repository, not from an obsolete cvs one.
10355         * build-aux/bootstrap: Suggestion from Micah Cowan.
10356         2007-10-04  Jim Meyering  <jim@meyering.net>
10357         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
10358         (update_po_files): Work also when there are no .po files in po/.
10359
10360 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10361
10362         * README: Append ".git" to git and cg examples.
10363         Problem reported by Benoit Sigoure.
10364
10365 2007-10-23  Micah Cowan  <micah@cowan.name>
10366
10367         * users.txt: Add wget.
10368
10369 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10370
10371         Fix linking of some unistdio tests on FreeBSD.
10372         * modules/unistdio/u16-vsnprintf-tests
10373         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
10374         * modules/unistdio/u16-vsprintf-tests
10375         (test_u16_vsnprintf1_LDADD): Likewise.
10376         * modules/unistdio/u32-vsnprintf-tests
10377         (test_u32_vsnprintf1_LDADD): Likewise.
10378         * modules/unistdio/u32-vsprintf-tests
10379         (test_u32_vsprintf1_LDADD): Likewise.
10380         * modules/unistdio/u8-vsnprintf-tests
10381         (test_u8_vsnprintf1_LDADD): Likewise.
10382         * modules/unistdio/u8-vsprintf-tests
10383         (test_u8_vsprintf1_LDADD): Likewise.
10384         * modules/unistdio/ulc-vsnprintf-tests
10385         (test_ulc_vsnprintf1_LDADD): Likewise.
10386         * modules/unistdio/ulc-vsprintf-tests
10387         (test_ulc_vsprintf1_LDADD): Likewise.
10388
10389         Fix linking of some uniconv tests on FreeBSD.
10390         * modules/uniconv/u16-conv-from-enc-tests
10391         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
10392         * modules/uniconv/u16-conv-to-enc-tests
10393         (test_u16_conv_to_enc_LDADD): Likewise.
10394         * modules/uniconv/u16-strconv-from-enc-tests
10395         (test_u16_strconv_from_enc_LDADD): Likewise.
10396         * modules/uniconv/u16-strconv-to-enc-tests
10397         (test_u16_strconv_to_enc_LDADD): Likewise.
10398         * modules/uniconv/u32-conv-from-enc-tests
10399         (test_u32_conv_from_enc_LDADD): Likewise.
10400         * modules/uniconv/u32-conv-to-enc-tests
10401         (test_u32_conv_to_enc_LDADD): Likewise.
10402         * modules/uniconv/u32-strconv-from-enc-tests
10403         (test_u32_strconv_from_enc_LDADD): Likewise.
10404         * modules/uniconv/u32-strconv-to-enc-tests
10405         (test_u32_strconv_to_enc_LDADD): Likewise.
10406         * modules/uniconv/u8-conv-from-enc-tests
10407         (test_u8_conv_from_enc_LDADD): Likewise.
10408         * modules/uniconv/u8-conv-to-enc-tests
10409         (test_u8_conv_to_enc_LDADD): Likewise.
10410         * modules/uniconv/u8-strconv-from-enc-tests
10411         (test_u8_strconv_from_enc_LDADD): Likewise.
10412         * modules/uniconv/u8-strconv-to-enc-tests
10413         (test_u8_strconv_to_enc_LDADD): Likewise.
10414
10415 2007-10-22  Bruno Haible  <bruno@clisp.org>
10416
10417         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
10418         size.
10419
10420 2007-10-22  Eric Blake  <ebb9@byu.net>
10421
10422         Tweak x*printf documentation.
10423         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
10424         variable name and comments.
10425         Suggested by Bruno Haible.
10426
10427 2007-10-22  Bruno Haible  <bruno@clisp.org>
10428
10429         * lib/acl.c (copy_acl): Fix file name in comment.
10430
10431 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10432
10433         Fix Tru64 problem with stdbool.h.
10434         * lib/stdbool.in.h (false, true):
10435         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
10436         Don't declare as an enum in this situation; it runs afoul of Tru64.
10437         Problem reported by Steven M. Schweda in
10438         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
10439
10440 2007-10-22  Eric Blake  <ebb9@byu.net>
10441
10442         Also wrap vf?printf.
10443         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
10444         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
10445         (xvprintf, xvfprintf): New functions.
10446
10447 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10448
10449         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
10450         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
10451
10452         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
10453         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
10454
10455 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10456
10457         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
10458         by Bruno Haible.
10459
10460 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10461
10462         * lib/getloadavg.c
10463         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
10464         Undef `sys' after including sys/table.h, for Tru64 4.0D.
10465
10466         * tests/test-i-ring.c: Work for C89.
10467
10468 2007-10-22  Bruno Haible  <bruno@clisp.org>
10469
10470         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
10471         -1u, in preprocessor expression, so that we don't test for the bug
10472         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
10473         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
10474
10475 2007-10-22  Eric Blake  <ebb9@byu.net>
10476
10477         * tests/test-yesno.sh: Silence stderr during test.
10478
10479 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10480
10481         * modules/crypto/gc-camellia: New file.
10482
10483         * m4/gc-camellia.m4: New file.
10484
10485         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
10486
10487         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
10488
10489 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10490
10491         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
10492         --help to stdout.  Reported by sms@antinode.org (Steven
10493         M. Schweda).
10494
10495 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10496
10497         * users.txt: Fix link to libksba.
10498
10499 2007-10-21  Ben Pfaff  <blp@gnu.org>
10500
10501         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
10502         round.c roundf implementation that depends on floorf and ceilf to
10503         be tested unconditionally.
10504
10505 2007-10-21  Ben Pfaff  <blp@gnu.org>
10506
10507         * m4/check-libm-func.m4: Removed.
10508         * m4/check-math-lib.m4: New file.
10509         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
10510         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
10511         definition and lack of AC_LIBOBJ([roundf]).
10512         * m4/roundl.m4: Ditto, and similarly for roundl.
10513         * modules/round: Reference new m4 file.
10514         * modules/roundf: Ditto.
10515         * modules/roundl: Ditto.
10516         * tests/test-round2.c (main): Use ROUND instead of round.
10517         Bug report from Bruno Haible.
10518
10519 2007-10-21  Bruno Haible  <bruno@clisp.org>
10520
10521         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
10522         context.
10523
10524 2007-10-21  Bruno Haible  <bruno@clisp.org>
10525
10526         * tests/test-wcwidth.c (main): Allow negative result for some control
10527         characters.
10528
10529         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
10530         Needed on OSF/1 5.1.
10531
10532 2007-10-21  Bruno Haible  <bruno@clisp.org>
10533
10534         * tests/test-floorf1.c: Include isnanf.h.
10535         (main): Use isnanf() instead of isnan().
10536         * tests/test-ceilf1.c: Include isnanf.h.
10537         (main): Use isnanf() instead of isnan().
10538         * tests/test-truncf1.c: Include isnanf.h.
10539         (main): Use isnanf() instead of isnan().
10540         * tests/test-roundf1.c: Include isnanf.h.
10541         (main): Use isnanf() instead of isnan().
10542
10543 2007-10-21  Eric Blake  <ebb9@byu.net>
10544
10545         * users.txt: Update URL for m4.
10546
10547 2007-10-21  Bruno Haible  <bruno@clisp.org>
10548
10549         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
10550
10551 2007-10-21  Bruno Haible  <bruno@clisp.org>
10552
10553         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
10554         Git's management files if the CVS files are not present.
10555
10556 2007-10-20  Bruno Haible  <bruno@clisp.org>
10557
10558         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
10559         gcc-3.4.x.
10560
10561 2007-10-20  Ben Pfaff  <blp@gnu.org>
10562
10563         * lib/math.in.h: Declare round, roundf, roundl if we are providing
10564         implementations.
10565         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
10566         * lib/round.c: New file.
10567         * lib/roundf.c: New file.
10568         * lib/roundl.c: New file.
10569         * m4/round.m4: New file.
10570         * m4/roundf.m4: New file.
10571         * m4/roundl.m4: New file.
10572         * m4/check-libm-func-m4: New file.
10573         * modules/math: Replace round, roundf, roundl related @VARS@ in
10574         math.in.h.
10575         * modules/round: New file.
10576         * modules/round-tests: New file.
10577         * modules/roundf: New file.
10578         * modules/roundf-tests: New file.
10579         * modules/roundl: New file.
10580         * modules/roundl-tests: New file.
10581         * tests/test-round1.c: New file.
10582         * tests/test-round2.c: New file.
10583         * tests/test-roundf1.c: New file.
10584         * tests/test-roundf2.c: New file.
10585         * tests/test-roundl.c: New file.
10586         * doc/functions/round.texi: Mention round module.
10587         * doc/functions/roundf.texi: Mention roundf module.
10588         * doc/functions/roundl.texi: Mention roundl module.
10589         * MODULES.html.sh: Mention new modules.
10590         Thanks to Bruno Haible for suggestions.
10591
10592 2007-10-20  Jim Meyering  <meyering@redhat.com>
10593
10594         * lib/xprintf.c: Include <config.h> unconditionally.
10595
10596         Change xprintf's license to GPL.
10597         * modules/xprintf (License): s/LGPL/GPL/, since this module
10598         depends on modules (exit and exitfail) which are GPL.
10599         Suggestion from Bruno Haible.
10600
10601         xprintf fixes.
10602         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
10603         Use a clearer diagnostic.
10604         Patch from Bruno Haible.
10605
10606 2007-10-20  Bruno Haible  <bruno@clisp.org>
10607
10608         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
10609         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
10610         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10611
10612 2007-10-20  Bruno Haible  <bruno@clisp.org>
10613
10614         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
10615         precision in the comparison result > x - 1 or similar.
10616         * tests/test-ceilf2.c (correct_result_p): Likewise.
10617         * tests/test-truncf2.c (correct_result_p): Likewise.
10618         * tests/test-trunc2.c (correct_result_p): Likewise.
10619         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10620
10621 2007-10-20  Bruno Haible  <bruno@clisp.org>
10622
10623         * modules/ceil: New file.
10624         * m4/ceil.m4: New file.
10625         * doc/functions/ceil.texi: Mention the 'ceil' module.
10626
10627 2007-10-20  Bruno Haible  <bruno@clisp.org>
10628
10629         * modules/floor: New file.
10630         * m4/floor.m4: New file.
10631         * doc/functions/floor.texi: Mention the 'floor' module.
10632
10633 2007-10-20  Bruno Haible  <bruno@clisp.org>
10634
10635         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
10636         of %a.
10637         * modules/floorf-tests (Depends-on): Likewise.
10638         * modules/truncf-tests (Depends-on): Likewise.
10639         * modules/trunc-tests (Depends-on): Likewise.
10640         Reported by Ben Pfaff.
10641
10642 2007-10-19  Jim Meyering  <meyering@redhat.com>
10643
10644         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
10645         Don't bother testing specific errno values.  Just test ferror.
10646
10647         New module: xprintf
10648         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
10649
10650 2007-10-19  Bruno Haible  <bruno@clisp.org>
10651
10652         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
10653         syntax.
10654         * modules/javaexec (Makefile.am): Likewise.
10655         * modules/relocatable-prog (Makefile.am): Likewise.
10656         Suggested by Jim Meyering.
10657
10658 2007-10-18  Bruno Haible  <bruno@clisp.org>
10659
10660         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
10661         Reported by Jim Meyering.
10662
10663 2007-10-18  Eric Blake  <ebb9@byu.net>
10664
10665         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
10666
10667 2007-10-18  Bruno Haible  <bruno@clisp.org>
10668
10669         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
10670         the format string into writable memory. Needed in Fortify conditions.
10671
10672 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
10673             Bruno Haible  <bruno@clisp.org>
10674
10675         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
10676         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
10677         * modules/trim (Depends-on): Add mbchar.
10678         (configure.ac): Add gl_FUNC_MBRTOWC.
10679         (Makefile.am): Augment lib_SOURCES.
10680
10681 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10682
10683         Modify glob.c to use fstatat and dirfd, to simplify it.
10684         Suggested by Eric Blake.
10685         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
10686         Don't include <stdbool.h>; not used.
10687         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
10688         (link_exists_p): Simplify implementation, since we can now assume
10689         dirfd and fstatat.
10690         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
10691
10692 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10693
10694         * gnulib-tool (func_get_dependencies): Fix sed script to
10695         match only tests.
10696
10697 2007-10-17  Bruno Haible  <bruno@clisp.org>
10698
10699         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
10700         allow locale names without encoding suffix.
10701         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10702         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10703
10704 2007-10-16  Bruno Haible  <bruno@clisp.org>
10705
10706         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
10707         * lib/getgroups.c (getgroups): Likewise.
10708         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
10709
10710 2007-10-16  Bruno Haible  <bruno@clisp.org>
10711
10712         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
10713         * modules/malloc-posix (License): Likewise.
10714         * modules/realloc-posix (License): Likewise.
10715         * modules/calloc-posix (License): Likewise.
10716         * modules/intprops (License): Change from GPL to LGPL, with
10717         Paul Eggert's approval.
10718
10719 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10720
10721         Merge glibc changes into lib/glob.c.
10722
10723         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
10724         2007-10-15 04:59:03 UTC.  Here are the changes:
10725
10726         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
10727
10728         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
10729
10730         * lib/glob.c: Add some branch prediction throughout.
10731
10732         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
10733
10734         [BZ #5103]
10735         * lib/glob.c (glob): Recognize patterns starting \/.
10736
10737         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10738
10739         [BZ #3996]
10740         * lib/glob.c (attribute_hidden): Define if not defined.
10741         (glob): Unescape dirname, filename or username when needed and not
10742         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10743         is NULL.  Handle unescaped [ in pattern without closing ].
10744         Don't pass GLOB_CHECK down to recursive glob for directories.
10745         (__glob_pattern_type): New function.
10746         (__glob_pattern_p): Implement using __glob_pattern_type.
10747         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10748         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10749         Remove unreachable code.
10750
10751         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
10752
10753         * lib/glob.c (glob_in_dir): Add some comments and asserts to
10754         explain why there are no leaks.
10755
10756         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
10757
10758         [BZ #3253]
10759         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
10760         time, rather allocate increasingly bigger arrays of pointers, if
10761         possible with alloca, if too large with malloc.
10762
10763 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10764
10765         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
10766         Problem reported by H.Merijn Brand in
10767         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
10768         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
10769         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10770
10771 2007-10-15  Bruno Haible  <bruno@clisp.org>
10772
10773         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
10774         with explicit rpl_ prefix.
10775         * lib/fopen.c (fopen): Likewise.
10776         * lib/freopen.c (freopen): Likewise.
10777         * lib/iconv.c (iconv): Likewise.
10778         * lib/iconv_close.c (iconv_close): Likewise.
10779
10780 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10781
10782         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
10783
10784 2007-10-15  Bruno Haible  <bruno@clisp.org>
10785
10786         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
10787         <stddef.h> instead of <stdlib.h> since we only need NULL.
10788         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10789
10790 2007-10-15  Bruno Haible  <bruno@clisp.org>
10791
10792         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
10793         Replace paragraph talking about LIBOBJS.
10794         Reported by Colin Watson <cjwatson@debian.org>.
10795
10796 2007-10-15  Bruno Haible  <bruno@clisp.org>
10797
10798         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
10799         <stdlib.h> before using NULL.
10800
10801 2007-10-15  Simon Josefsson  <simon@josefsson.org>
10802
10803         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
10804         Reported by Albert Chin <china@thewrittenword.com>.
10805
10806 2007-10-14  Bruno Haible  <bruno@clisp.org>
10807
10808         * modules/iconv_open-utf-tests: New file.
10809         * tests/test-iconv-utf.c: New file.
10810
10811         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
10812         * modules/iconv_open-utf: New file.
10813         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
10814         (iconv, iconv_close): New declarations.
10815         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
10816         be defined.
10817         (iconv_open): Add special handling of conversion between UTF-8 and
10818         UTF-{16,32}{BE,LE}.
10819         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
10820         * lib/iconv_close.c: New file.
10821         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
10822         gl_FUNC_ICONV_OPEN.
10823         (gl_FUNC_ICONV_OPEN): Use it.
10824         (gl_FUNC_ICONV_OPEN_UTF): New macro.
10825         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
10826         and REPLACE_ICONV_UTF.
10827         * modules/iconv_open (Depends-on): Add c-strcase.
10828         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
10829         ICONV_CONST.
10830         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
10831
10832 2007-10-13  Albert Chin  <china@thewrittenword.com>
10833             Bruno Haible  <bruno@clisp.org>
10834
10835         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
10836         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
10837
10838 2007-10-13  Bruno Haible  <bruno@clisp.org>
10839
10840         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
10841         defined, use the ISO C99 inline semantics.
10842         * lib/argp.h (ARGP_EI): Likewise.
10843
10844 2007-10-13  Bruno Haible  <bruno@clisp.org>
10845
10846         Handle 'inline' change in gcc 4.3.0.
10847         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
10848         argp_fmtstream_write, argp_fmtstream_set_lmargin,
10849         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
10850         argp_fmtstream_point): Disable 'extern' declaration if the function
10851         definition is going to be provided inline.
10852         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
10853         semantics, not the ISO C99 inline semantics.
10854         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
10855         'extern' declaration if the function definition is going to be provided
10856         inline.
10857         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
10858         the GNU C inline semantics, not the ISO C99 inline semantics. With
10859         GCC 4.2, avoid a warning.
10860
10861 2007-10-13  Bruno Haible  <bruno@clisp.org>
10862
10863         * lib/freading.h (freading): Enable the use of __freading for
10864         glibc >= 2.7.
10865         * lib/freading.c (freading): Likewise.
10866
10867 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10868
10869         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
10870         "warning: C99 inline functions are not supported; using GNU89".
10871
10872 2007-10-12  Bruno Haible  <bruno@clisp.org>
10873
10874         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
10875         of 2.
10876         * tests/test-ceilf2.c: New file.
10877         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
10878
10879         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
10880         * modules/ceilf-tests: Update.
10881
10882 2007-10-12  Bruno Haible  <bruno@clisp.org>
10883
10884         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
10885         of 2.
10886         * tests/test-floorf2.c: New file.
10887         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
10888
10889         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
10890         * modules/floorf-tests: Update.
10891
10892 2007-10-12  Bruno Haible  <bruno@clisp.org>
10893
10894         * tests/test-trunc2.c: New file.
10895         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
10896
10897         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
10898         * modules/trunc-tests: Update.
10899
10900 2007-10-12  Bruno Haible  <bruno@clisp.org>
10901
10902         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
10903         of 2.
10904         * tests/test-truncf2.c: New file.
10905         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
10906
10907         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
10908         * modules/truncf-tests: Update.
10909
10910 2007-10-11  Eric Blake  <ebb9@byu.net>
10911
10912         Don't claim strerror is broken on Interix.
10913         * doc/functions/strerror.texi (strerror): Known broken systems are
10914         now Solaris 8, and not Interix.
10915         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
10916         Interix on cross-compile.
10917         Reported by Martin Koeppe in
10918         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
10919
10920 2007-10-11  Bruno Haible  <bruno@clisp.org>
10921
10922         * modules/i-ring-tests: New file.
10923         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
10924         instead of assert.
10925
10926 2007-10-11  Bruno Haible  <bruno@clisp.org>
10927
10928         * modules/filenamecat-tests: New file.
10929         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
10930         * lib/filenamecat.c: Remove test code.
10931
10932 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10933
10934         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
10935
10936         * lib/strerror.c: Include <string.h> always, to test interface,
10937         and to remove the need for the dummy.
10938         Include intprops.h to compute width instead of doing it ourselves
10939         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
10940         (strerror): Define it to return NULL if there's no system strerror.
10941         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
10942         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
10943         ancient pre-strerror Unix systems well any more.  Saying "unknown
10944         system error" is enough.
10945         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
10946         simpler strerror.c implementation.
10947         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
10948         Simplify the tests to reflect the simpler strerror implementation.
10949         * modules/strerror (Depends-on): Add intprops.
10950
10951 2007-10-09  Eric Blake  <ebb9@byu.net>
10952
10953         Silence test-fpending.
10954         * modules/fpending-tests (Files): Add wrapper script.
10955         * tests/test-fpending.sh: New file.
10956
10957 2007-10-09  Bruno Haible  <bruno@clisp.org>
10958
10959         * MODULES.html.sh (func_module): Don't create a hyperlink for
10960         function names like 'printf_frexp'.
10961         (Misc): Add crc, memxor.
10962         (Characteristics of floating types): New section.
10963         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
10964         isnanf-nolibm, signbit, trunc, truncf, truncl.
10965         (Enhancements for ISO C 99 functions): New subsection Input/output.
10966         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
10967         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
10968         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
10969         (Compatibility checks for POSIX:2001 functions): Add clock-time.
10970         (Enhancements for POSIX:2001 functions): Add chdir-long.
10971         (File system functions): Add areadlink, chdir-safer, read-file.
10972         Remove cycle-check.
10973         (File system as inode set): New section.
10974         (Date and time): Add gethrxtime.
10975         (Multithreading): Add openmp.
10976         (Internationalization functions): Add localename.
10977         (Unicode string functions): Add unistr/u*-mbsnlen.
10978         (Support for maintaining and releasing projects): Add git-version-gen.
10979         (Lone files): Remove directories.
10980
10981 2007-10-08  Ben Pfaff  <blp@gnu.org>
10982
10983         * lib/xmalloca.h: Fix typo in comment.
10984
10985 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10986
10987         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
10988         when avoiding problems with integer overflow.  Use a portable test
10989         instead.
10990
10991 2007-10-08  Simon Josefsson  <simon@josefsson.org>
10992
10993         * modules/dummy (License): Change to LGPLv2+.
10994         * modules/float (License): Likewise
10995         * modules/realloc (License): Likewise
10996         * modules/stdlib (License): Likewise
10997
10998 2007-10-07  Bruno Haible  <bruno@clisp.org>
10999
11000         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
11001         * floor.c (TWO_MANT_DIG): Likewise.
11002         * ceil.c (TWO_MANT_DIG): Likewise.
11003         Reported by Ben Pfaff.
11004
11005 2007-10-07  Bruno Haible  <bruno@clisp.org>
11006
11007         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
11008         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
11009         * lib/frexp.c (FUNC): Likewise.
11010         * lib/printf-frexp.h (printf_frexp): Likewise.
11011         * lib/printf-frexpl.h (printf_frexpl): Likewise.
11012         * lib/printf-frexp.c (FUNC): Likewise.
11013         Suggested by Jim Meyering.
11014
11015 2007-10-07  Jim Meyering  <meyering@redhat.com>
11016
11017         Make xnanosleep's integer overflow test more robust.
11018         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
11019         so that gcc-4.3.0 doesn't optimize away this test for overflow.
11020
11021 2007-10-07  Bruno Haible  <bruno@clisp.org>
11022
11023         * NEWS: Mention the license change.
11024
11025         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
11026         abbreviations in the modules files.
11027
11028         Change copyright notice from GPLv2+ to GPLv3+.
11029         * README: Change copyright notice.
11030         * MODULES.html.sh: Likewise.
11031         * build-aux/bootstrap.conf: Likewise.
11032         * build-aux/config.libpath: Likewise.
11033         * build-aux/csharpcomp.sh.in: Likewise.
11034         * build-aux/csharpexec.sh.in: Likewise.
11035         * build-aux/install-reloc: Likewise.
11036         * build-aux/javacomp.sh.in: Likewise.
11037         * build-aux/javaexec.sh.in: Likewise.
11038         * build-aux/ldd.sh.in: Likewise.
11039         * build-aux/reloc-ldflags: Likewise.
11040         * build-aux/relocatable.sh.in: Likewise.
11041         * build-aux/x-to-1.in: Likewise.
11042         * check-module: Likewise.
11043         * config/srclistvars.sh: Likewise.
11044         * gnulib-tool: Likewise.
11045         * lib/acl-internal.h: Likewise.
11046         * lib/acl.c: Likewise.
11047         * lib/acl.h: Likewise.
11048         * lib/acl_entries.c: Likewise.
11049         * lib/areadlink-with-size.c: Likewise.
11050         * lib/areadlink.c: Likewise.
11051         * lib/areadlink.h: Likewise.
11052         * lib/argmatch.c: Likewise.
11053         * lib/argmatch.h: Likewise.
11054         * lib/argp-ba.c: Likewise.
11055         * lib/argp-eexst.c: Likewise.
11056         * lib/argp-fmtstream.c: Likewise.
11057         * lib/argp-fmtstream.h: Likewise.
11058         * lib/argp-fs-xinl.c: Likewise.
11059         * lib/argp-help.c: Likewise.
11060         * lib/argp-namefrob.h: Likewise.
11061         * lib/argp-parse.c: Likewise.
11062         * lib/argp-pin.c: Likewise.
11063         * lib/argp-pv.c: Likewise.
11064         * lib/argp-pvh.c: Likewise.
11065         * lib/argp-xinl.c: Likewise.
11066         * lib/argp.h: Likewise.
11067         * lib/at-func.c: Likewise.
11068         * lib/atanl.c: Likewise.
11069         * lib/backupfile.c: Likewise.
11070         * lib/backupfile.h: Likewise.
11071         * lib/basename.c: Likewise.
11072         * lib/binary-io.h: Likewise.
11073         * lib/byteswap.in.h: Likewise.
11074         * lib/c-stack.c: Likewise.
11075         * lib/c-stack.h: Likewise.
11076         * lib/c-strcasestr.c: Likewise.
11077         * lib/c-strcasestr.h: Likewise.
11078         * lib/c-strstr.c: Likewise.
11079         * lib/c-strstr.h: Likewise.
11080         * lib/c-strtod.c: Likewise.
11081         * lib/calloc.c: Likewise.
11082         * lib/canon-host.c: Likewise.
11083         * lib/canon-host.h: Likewise.
11084         * lib/canonicalize-lgpl.c: Likewise.
11085         * lib/canonicalize.c: Likewise.
11086         * lib/canonicalize.h: Likewise.
11087         * lib/ceil.c: Likewise.
11088         * lib/ceilf.c: Likewise.
11089         * lib/ceill.c: Likewise.
11090         * lib/chdir-long.c: Likewise.
11091         * lib/chdir-long.h: Likewise.
11092         * lib/chdir-safer.c: Likewise.
11093         * lib/chdir-safer.h: Likewise.
11094         * lib/chown.c: Likewise.
11095         * lib/classpath.c: Likewise.
11096         * lib/classpath.h: Likewise.
11097         * lib/clean-temp.c: Likewise.
11098         * lib/clean-temp.h: Likewise.
11099         * lib/cloexec.c: Likewise.
11100         * lib/close-stream.c: Likewise.
11101         * lib/closein.c: Likewise.
11102         * lib/closein.h: Likewise.
11103         * lib/closeout.c: Likewise.
11104         * lib/closeout.h: Likewise.
11105         * lib/concat-filename.c: Likewise.
11106         * lib/copy-file.c: Likewise.
11107         * lib/copy-file.h: Likewise.
11108         * lib/count-one-bits.h: Likewise.
11109         * lib/crc.c: Likewise.
11110         * lib/crc.h: Likewise.
11111         * lib/creat-safer.c: Likewise.
11112         * lib/csharpcomp.c: Likewise.
11113         * lib/csharpcomp.h: Likewise.
11114         * lib/csharpexec.c: Likewise.
11115         * lib/csharpexec.h: Likewise.
11116         * lib/cycle-check.c: Likewise.
11117         * lib/cycle-check.h: Likewise.
11118         * lib/diacrit.c: Likewise.
11119         * lib/diacrit.h: Likewise.
11120         * lib/diffseq.h: Likewise.
11121         * lib/dirchownmod.c: Likewise.
11122         * lib/dirent.in.h: Likewise.
11123         * lib/dirfd.c: Likewise.
11124         * lib/dirfd.h: Likewise.
11125         * lib/dirname.c: Likewise.
11126         * lib/dirname.h: Likewise.
11127         * lib/dummy.c: Likewise.
11128         * lib/dup-safer.c: Likewise.
11129         * lib/dup2.c: Likewise.
11130         * lib/eealloc.h: Likewise.
11131         * lib/error.c: Likewise.
11132         * lib/error.h: Likewise.
11133         * lib/euidaccess.c: Likewise.
11134         * lib/exclude.c: Likewise.
11135         * lib/exclude.h: Likewise.
11136         * lib/execute.c: Likewise.
11137         * lib/execute.h: Likewise.
11138         * lib/exitfail.c: Likewise.
11139         * lib/exitfail.h: Likewise.
11140         * lib/expl.c: Likewise.
11141         * lib/fatal-signal.c: Likewise.
11142         * lib/fatal-signal.h: Likewise.
11143         * lib/fbufmode.c: Likewise.
11144         * lib/fbufmode.h: Likewise.
11145         * lib/fchdir.c: Likewise.
11146         * lib/fchmodat.c: Likewise.
11147         * lib/fchownat.c: Likewise.
11148         * lib/fcntl--.h: Likewise.
11149         * lib/fcntl-safer.h: Likewise.
11150         * lib/fcntl.in.h: Likewise.
11151         * lib/fd-safer.c: Likewise.
11152         * lib/fflush.c: Likewise.
11153         * lib/file-has-acl.c: Likewise.
11154         * lib/file-set.c: Likewise.
11155         * lib/file-type.c: Likewise.
11156         * lib/file-type.h: Likewise.
11157         * lib/fileblocks.c: Likewise.
11158         * lib/filemode.c: Likewise.
11159         * lib/filemode.h: Likewise.
11160         * lib/filename.h: Likewise.
11161         * lib/filenamecat.c: Likewise.
11162         * lib/filenamecat.h: Likewise.
11163         * lib/findprog.c: Likewise.
11164         * lib/findprog.h: Likewise.
11165         * lib/float.in.h: Likewise.
11166         * lib/floor.c: Likewise.
11167         * lib/floorf.c: Likewise.
11168         * lib/floorl.c: Likewise.
11169         * lib/fopen-safer.c: Likewise.
11170         * lib/fopen.c: Likewise.
11171         * lib/fpending.c: Likewise.
11172         * lib/fpending.h: Likewise.
11173         * lib/fprintf.c: Likewise.
11174         * lib/fprintftime.h: Likewise.
11175         * lib/fpucw.h: Likewise.
11176         * lib/fpurge.c: Likewise.
11177         * lib/fpurge.h: Likewise.
11178         * lib/freadable.c: Likewise.
11179         * lib/freadable.h: Likewise.
11180         * lib/freadahead.c: Likewise.
11181         * lib/freadahead.h: Likewise.
11182         * lib/freading.c: Likewise.
11183         * lib/freading.h: Likewise.
11184         * lib/free.c: Likewise.
11185         * lib/freopen.c: Likewise.
11186         * lib/frexp.c: Likewise.
11187         * lib/frexpl.c: Likewise.
11188         * lib/fseek.c: Likewise.
11189         * lib/fseterr.c: Likewise.
11190         * lib/fseterr.h: Likewise.
11191         * lib/fstatat.c: Likewise.
11192         * lib/fstrcmp.c: Likewise.
11193         * lib/fstrcmp.h: Likewise.
11194         * lib/fsusage.c: Likewise.
11195         * lib/fsusage.h: Likewise.
11196         * lib/ftell.c: Likewise.
11197         * lib/ftello.c: Likewise.
11198         * lib/fts-cycle.c: Likewise.
11199         * lib/fts.c: Likewise.
11200         * lib/fts_.h: Likewise.
11201         * lib/full-read.c: Likewise.
11202         * lib/full-read.h: Likewise.
11203         * lib/full-write.c: Likewise.
11204         * lib/full-write.h: Likewise.
11205         * lib/fwritable.c: Likewise.
11206         * lib/fwritable.h: Likewise.
11207         * lib/fwriteerror.c: Likewise.
11208         * lib/fwriteerror.h: Likewise.
11209         * lib/fwriting.c: Likewise.
11210         * lib/fwriting.h: Likewise.
11211         * lib/gcd.c: Likewise.
11212         * lib/gcd.h: Likewise.
11213         * lib/getcwd.c: Likewise.
11214         * lib/getdate.h: Likewise.
11215         * lib/getdate.y: Likewise.
11216         * lib/getdomainname.c: Likewise.
11217         * lib/getdomainname.h: Likewise.
11218         * lib/getgroups.c: Likewise.
11219         * lib/gethostname.c: Likewise.
11220         * lib/gethrxtime.c: Likewise.
11221         * lib/gethrxtime.h: Likewise.
11222         * lib/getloadavg.c: Likewise.
11223         * lib/getndelim2.c: Likewise.
11224         * lib/getndelim2.h: Likewise.
11225         * lib/getnline.c: Likewise.
11226         * lib/getnline.h: Likewise.
11227         * lib/getopt.c: Likewise.
11228         * lib/getopt.in.h: Likewise.
11229         * lib/getopt1.c: Likewise.
11230         * lib/getopt_int.h: Likewise.
11231         * lib/getpagesize.h: Likewise.
11232         * lib/getsubopt.c: Likewise.
11233         * lib/gettime.c: Likewise.
11234         * lib/getugroups.c: Likewise.
11235         * lib/getugroups.h: Likewise.
11236         * lib/getusershell.c: Likewise.
11237         * lib/gl_anyavltree_list1.h: Likewise.
11238         * lib/gl_anyavltree_list2.h: Likewise.
11239         * lib/gl_anyhash_list1.h: Likewise.
11240         * lib/gl_anyhash_list2.h: Likewise.
11241         * lib/gl_anylinked_list1.h: Likewise.
11242         * lib/gl_anylinked_list2.h: Likewise.
11243         * lib/gl_anyrbtree_list1.h: Likewise.
11244         * lib/gl_anyrbtree_list2.h: Likewise.
11245         * lib/gl_anytree_list1.h: Likewise.
11246         * lib/gl_anytree_list2.h: Likewise.
11247         * lib/gl_anytree_oset.h: Likewise.
11248         * lib/gl_anytreehash_list1.h: Likewise.
11249         * lib/gl_anytreehash_list2.h: Likewise.
11250         * lib/gl_array_list.c: Likewise.
11251         * lib/gl_array_list.h: Likewise.
11252         * lib/gl_array_oset.c: Likewise.
11253         * lib/gl_array_oset.h: Likewise.
11254         * lib/gl_avltree_list.c: Likewise.
11255         * lib/gl_avltree_list.h: Likewise.
11256         * lib/gl_avltree_oset.c: Likewise.
11257         * lib/gl_avltree_oset.h: Likewise.
11258         * lib/gl_avltreehash_list.c: Likewise.
11259         * lib/gl_avltreehash_list.h: Likewise.
11260         * lib/gl_carray_list.c: Likewise.
11261         * lib/gl_carray_list.h: Likewise.
11262         * lib/gl_linked_list.c: Likewise.
11263         * lib/gl_linked_list.h: Likewise.
11264         * lib/gl_linkedhash_list.c: Likewise.
11265         * lib/gl_linkedhash_list.h: Likewise.
11266         * lib/gl_list.c: Likewise.
11267         * lib/gl_list.h: Likewise.
11268         * lib/gl_oset.c: Likewise.
11269         * lib/gl_oset.h: Likewise.
11270         * lib/gl_rbtree_list.c: Likewise.
11271         * lib/gl_rbtree_list.h: Likewise.
11272         * lib/gl_rbtree_oset.c: Likewise.
11273         * lib/gl_rbtree_oset.h: Likewise.
11274         * lib/gl_rbtreehash_list.c: Likewise.
11275         * lib/gl_rbtreehash_list.h: Likewise.
11276         * lib/gl_sublist.c: Likewise.
11277         * lib/gl_sublist.h: Likewise.
11278         * lib/group-member.c: Likewise.
11279         * lib/group-member.h: Likewise.
11280         * lib/hard-locale.c: Likewise.
11281         * lib/hard-locale.h: Likewise.
11282         * lib/hash-pjw.c: Likewise.
11283         * lib/hash-pjw.h: Likewise.
11284         * lib/hash-triple.c: Likewise.
11285         * lib/hash.c: Likewise.
11286         * lib/hash.h: Likewise.
11287         * lib/human.c: Likewise.
11288         * lib/human.h: Likewise.
11289         * lib/i-ring.c: Likewise.
11290         * lib/i-ring.h: Likewise.
11291         * lib/idcache.c: Likewise.
11292         * lib/imaxabs.c: Likewise.
11293         * lib/imaxdiv.c: Likewise.
11294         * lib/inet_pton.c: Likewise.
11295         * lib/inet_pton.h: Likewise.
11296         * lib/intprops.h: Likewise.
11297         * lib/inttostr.c: Likewise.
11298         * lib/inttostr.h: Likewise.
11299         * lib/inttypes.in.h: Likewise.
11300         * lib/isapipe.c: Likewise.
11301         * lib/isdir.c: Likewise.
11302         * lib/isnan.c: Likewise.
11303         * lib/isnan.h: Likewise.
11304         * lib/isnanf.c: Likewise.
11305         * lib/isnanf.h: Likewise.
11306         * lib/isnanl-nolibm.h: Likewise.
11307         * lib/isnanl.c: Likewise.
11308         * lib/isnanl.h: Likewise.
11309         * lib/javacomp.c: Likewise.
11310         * lib/javacomp.h: Likewise.
11311         * lib/javaexec.c: Likewise.
11312         * lib/javaexec.h: Likewise.
11313         * lib/javaversion.c: Likewise.
11314         * lib/javaversion.h: Likewise.
11315         * lib/javaversion.java: Likewise.
11316         * lib/lbrkprop.h: Likewise.
11317         * lib/lchmod.h: Likewise.
11318         * lib/lchown.c: Likewise.
11319         * lib/ldexpl.c: Likewise.
11320         * lib/linebreak.c: Likewise.
11321         * lib/linebreak.h: Likewise.
11322         * lib/linebuffer.c: Likewise.
11323         * lib/linebuffer.h: Likewise.
11324         * lib/locale.in.h: Likewise.
11325         * lib/logl.c: Likewise.
11326         * lib/long-options.c: Likewise.
11327         * lib/long-options.h: Likewise.
11328         * lib/lstat.c: Likewise.
11329         * lib/lstat.h: Likewise.
11330         * lib/math.in.h: Likewise.
11331         * lib/mbchar.c: Likewise.
11332         * lib/mbchar.h: Likewise.
11333         * lib/mbfile.h: Likewise.
11334         * lib/mbiter.h: Likewise.
11335         * lib/mbscasecmp.c: Likewise.
11336         * lib/mbscasestr.c: Likewise.
11337         * lib/mbschr.c: Likewise.
11338         * lib/mbscspn.c: Likewise.
11339         * lib/mbslen.c: Likewise.
11340         * lib/mbsncasecmp.c: Likewise.
11341         * lib/mbsnlen.c: Likewise.
11342         * lib/mbspbrk.c: Likewise.
11343         * lib/mbspcasecmp.c: Likewise.
11344         * lib/mbsrchr.c: Likewise.
11345         * lib/mbssep.c: Likewise.
11346         * lib/mbsspn.c: Likewise.
11347         * lib/mbsstr.c: Likewise.
11348         * lib/mbstok_r.c: Likewise.
11349         * lib/mbswidth.c: Likewise.
11350         * lib/mbswidth.h: Likewise.
11351         * lib/mbuiter.h: Likewise.
11352         * lib/memcasecmp.c: Likewise.
11353         * lib/memcasecmp.h: Likewise.
11354         * lib/memchr.c: Likewise.
11355         * lib/memcmp.c: Likewise.
11356         * lib/memcoll.c: Likewise.
11357         * lib/memcoll.h: Likewise.
11358         * lib/memcpy.c: Likewise.
11359         * lib/memrchr.c: Likewise.
11360         * lib/mkancesdirs.c: Likewise.
11361         * lib/mkdir-p.c: Likewise.
11362         * lib/mkdir-p.h: Likewise.
11363         * lib/mkdir.c: Likewise.
11364         * lib/mkdirat.c: Likewise.
11365         * lib/mkdtemp.c: Likewise.
11366         * lib/mkstemp-safer.c: Likewise.
11367         * lib/mkstemp.c: Likewise.
11368         * lib/modechange.c: Likewise.
11369         * lib/modechange.h: Likewise.
11370         * lib/mountlist.c: Likewise.
11371         * lib/mountlist.h: Likewise.
11372         * lib/mpsort.c: Likewise.
11373         * lib/nanosleep.c: Likewise.
11374         * lib/obstack.c: Likewise.
11375         * lib/obstack.h: Likewise.
11376         * lib/open-safer.c: Likewise.
11377         * lib/open.c: Likewise.
11378         * lib/openat-die.c: Likewise.
11379         * lib/openat-priv.h: Likewise.
11380         * lib/openat-proc.c: Likewise.
11381         * lib/openat.c: Likewise.
11382         * lib/openat.h: Likewise.
11383         * lib/pagealign_alloc.c: Likewise.
11384         * lib/pagealign_alloc.h: Likewise.
11385         * lib/physmem.c: Likewise.
11386         * lib/physmem.h: Likewise.
11387         * lib/pipe-safer.c: Likewise.
11388         * lib/pipe.c: Likewise.
11389         * lib/pipe.h: Likewise.
11390         * lib/posixtm.c: Likewise.
11391         * lib/posixtm.h: Likewise.
11392         * lib/posixver.c: Likewise.
11393         * lib/printf-frexp.c: Likewise.
11394         * lib/printf-frexp.h: Likewise.
11395         * lib/printf-frexpl.c: Likewise.
11396         * lib/printf-frexpl.h: Likewise.
11397         * lib/printf.c: Likewise.
11398         * lib/progname.c: Likewise.
11399         * lib/progname.h: Likewise.
11400         * lib/progreloc.c: Likewise.
11401         * lib/putenv.c: Likewise.
11402         * lib/quote.c: Likewise.
11403         * lib/quote.h: Likewise.
11404         * lib/quotearg.c: Likewise.
11405         * lib/quotearg.h: Likewise.
11406         * lib/raise.c: Likewise.
11407         * lib/readline.c: Likewise.
11408         * lib/readline.h: Likewise.
11409         * lib/readlink.c: Likewise.
11410         * lib/readtokens.c: Likewise.
11411         * lib/readtokens.h: Likewise.
11412         * lib/readtokens0.c: Likewise.
11413         * lib/readtokens0.h: Likewise.
11414         * lib/readutmp.c: Likewise.
11415         * lib/readutmp.h: Likewise.
11416         * lib/realloc.c: Likewise.
11417         * lib/relocwrapper.c: Likewise.
11418         * lib/rename-dest-slash.c: Likewise.
11419         * lib/rename.c: Likewise.
11420         * lib/rmdir.c: Likewise.
11421         * lib/rpmatch.c: Likewise.
11422         * lib/safe-read.c: Likewise.
11423         * lib/safe-read.h: Likewise.
11424         * lib/safe-write.c: Likewise.
11425         * lib/safe-write.h: Likewise.
11426         * lib/same-inode.h: Likewise.
11427         * lib/same.c: Likewise.
11428         * lib/same.h: Likewise.
11429         * lib/save-cwd.c: Likewise.
11430         * lib/save-cwd.h: Likewise.
11431         * lib/savedir.c: Likewise.
11432         * lib/savedir.h: Likewise.
11433         * lib/savewd.c: Likewise.
11434         * lib/savewd.h: Likewise.
11435         * lib/search.in.h: Likewise.
11436         * lib/setenv.c: Likewise.
11437         * lib/setenv.h: Likewise.
11438         * lib/settime.c: Likewise.
11439         * lib/sh-quote.c: Likewise.
11440         * lib/sh-quote.h: Likewise.
11441         * lib/sig2str.c: Likewise.
11442         * lib/sig2str.h: Likewise.
11443         * lib/signal.in.h: Likewise.
11444         * lib/signbitd.c: Likewise.
11445         * lib/signbitf.c: Likewise.
11446         * lib/signbitl.c: Likewise.
11447         * lib/sigprocmask.c: Likewise.
11448         * lib/sincosl.c: Likewise.
11449         * lib/sleep.c: Likewise.
11450         * lib/sprintf.c: Likewise.
11451         * lib/sqrtl.c: Likewise.
11452         * lib/stat-time.h: Likewise.
11453         * lib/stdio--.h: Likewise.
11454         * lib/stdio-safer.h: Likewise.
11455         * lib/stdlib--.h: Likewise.
11456         * lib/stdlib-safer.h: Likewise.
11457         * lib/stdlib.in.h: Likewise.
11458         * lib/stpcpy.c: Likewise.
11459         * lib/stpncpy.c: Likewise.
11460         * lib/strchrnul.c: Likewise.
11461         * lib/strcspn.c: Likewise.
11462         * lib/strerror.c: Likewise.
11463         * lib/strftime.c: Likewise.
11464         * lib/strftime.h: Likewise.
11465         * lib/striconveh.c: Likewise.
11466         * lib/striconveh.h: Likewise.
11467         * lib/striconveha.c: Likewise.
11468         * lib/striconveha.h: Likewise.
11469         * lib/stripslash.c: Likewise.
11470         * lib/strnlen1.c: Likewise.
11471         * lib/strnlen1.h: Likewise.
11472         * lib/strtod.c: Likewise.
11473         * lib/strtoimax.c: Likewise.
11474         * lib/strtok_r.c: Likewise.
11475         * lib/strtol.c: Likewise.
11476         * lib/strtoll.c: Likewise.
11477         * lib/strtoul.c: Likewise.
11478         * lib/strtoull.c: Likewise.
11479         * lib/sysexits.in.h: Likewise.
11480         * lib/tempname.c: Likewise.
11481         * lib/tempname.h: Likewise.
11482         * lib/timespec.h: Likewise.
11483         * lib/tls.c: Likewise.
11484         * lib/tls.h: Likewise.
11485         * lib/tmpdir.c: Likewise.
11486         * lib/tmpdir.h: Likewise.
11487         * lib/tmpfile-safer.c: Likewise.
11488         * lib/tmpfile.c: Likewise.
11489         * lib/trigl.c: Likewise.
11490         * lib/trigl.h: Likewise.
11491         * lib/trim.c: Likewise.
11492         * lib/trim.h: Likewise.
11493         * lib/trunc.c: Likewise.
11494         * lib/truncf.c: Likewise.
11495         * lib/truncl.c: Likewise.
11496         * lib/tsearch.c: Likewise.
11497         * lib/unicodeio.c: Likewise.
11498         * lib/unicodeio.h: Likewise.
11499         * lib/unistd--.h: Likewise.
11500         * lib/unistd-safer.h: Likewise.
11501         * lib/unistdio/ulc-fprintf.c: Likewise.
11502         * lib/unistdio/ulc-vfprintf.c: Likewise.
11503         * lib/unlinkdir.c: Likewise.
11504         * lib/unlinkdir.h: Likewise.
11505         * lib/unlocked-io.h: Likewise.
11506         * lib/unsetenv.c: Likewise.
11507         * lib/userspec.c: Likewise.
11508         * lib/utime.c: Likewise.
11509         * lib/utimecmp.c: Likewise.
11510         * lib/utimecmp.h: Likewise.
11511         * lib/utimens.c: Likewise.
11512         * lib/verify.h: Likewise.
11513         * lib/verror.c: Likewise.
11514         * lib/verror.h: Likewise.
11515         * lib/version-etc-fsf.c: Likewise.
11516         * lib/version-etc.c: Likewise.
11517         * lib/version-etc.h: Likewise.
11518         * lib/vfprintf.c: Likewise.
11519         * lib/vprintf.c: Likewise.
11520         * lib/vsprintf.c: Likewise.
11521         * lib/w32spawn.h: Likewise.
11522         * lib/wait-process.c: Likewise.
11523         * lib/wait-process.h: Likewise.
11524         * lib/wcwidth.c: Likewise.
11525         * lib/write-any-file.c: Likewise.
11526         * lib/xalloc-die.c: Likewise.
11527         * lib/xalloc.h: Likewise.
11528         * lib/xasprintf.c: Likewise.
11529         * lib/xgetcwd.c: Likewise.
11530         * lib/xgetcwd.h: Likewise.
11531         * lib/xgetdomainname.c: Likewise.
11532         * lib/xgetdomainname.h: Likewise.
11533         * lib/xgethostname.c: Likewise.
11534         * lib/xmalloc.c: Likewise.
11535         * lib/xmalloca.c: Likewise.
11536         * lib/xmalloca.h: Likewise.
11537         * lib/xmemcoll.c: Likewise.
11538         * lib/xnanosleep.c: Likewise.
11539         * lib/xreadlink.c: Likewise.
11540         * lib/xreadlink.h: Likewise.
11541         * lib/xsetenv.c: Likewise.
11542         * lib/xsetenv.h: Likewise.
11543         * lib/xstriconv.c: Likewise.
11544         * lib/xstriconv.h: Likewise.
11545         * lib/xstrndup.c: Likewise.
11546         * lib/xstrndup.h: Likewise.
11547         * lib/xstrtod.c: Likewise.
11548         * lib/xstrtod.h: Likewise.
11549         * lib/xstrtol-error.c: Likewise.
11550         * lib/xstrtol.c: Likewise.
11551         * lib/xstrtol.h: Likewise.
11552         * lib/xtime.h: Likewise.
11553         * lib/xvasprintf.c: Likewise.
11554         * lib/xvasprintf.h: Likewise.
11555         * lib/yesno.c: Likewise.
11556         * lib/yesno.h: Likewise.
11557         * posix-modules: Likewise.
11558         * tests/test-alloca-opt.c: Likewise.
11559         * tests/test-arcfour.c: Likewise.
11560         * tests/test-arctwo.c: Likewise.
11561         * tests/test-argmatch.c: Likewise.
11562         * tests/test-argp-2.sh: Likewise.
11563         * tests/test-argp.c: Likewise.
11564         * tests/test-arpa_inet.c: Likewise.
11565         * tests/test-array_list.c: Likewise.
11566         * tests/test-array_oset.c: Likewise.
11567         * tests/test-atexit.c: Likewise.
11568         * tests/test-avltree_list.c: Likewise.
11569         * tests/test-avltree_oset.c: Likewise.
11570         * tests/test-avltreehash_list.c: Likewise.
11571         * tests/test-base64.c: Likewise.
11572         * tests/test-binary-io.c: Likewise.
11573         * tests/test-byteswap.c: Likewise.
11574         * tests/test-c-ctype.c: Likewise.
11575         * tests/test-c-strcasecmp.c: Likewise.
11576         * tests/test-c-strcasestr.c: Likewise.
11577         * tests/test-c-strncasecmp.c: Likewise.
11578         * tests/test-c-strstr.c: Likewise.
11579         * tests/test-canonicalize-lgpl.c: Likewise.
11580         * tests/test-canonicalize.c: Likewise.
11581         * tests/test-carray_list.c: Likewise.
11582         * tests/test-ceilf.c: Likewise.
11583         * tests/test-ceill.c: Likewise.
11584         * tests/test-count-one-bits.c: Likewise.
11585         * tests/test-crc.c: Likewise.
11586         * tests/test-dirname.c: Likewise.
11587         * tests/test-fbufmode.c: Likewise.
11588         * tests/test-fcntl.c: Likewise.
11589         * tests/test-fflush.c: Likewise.
11590         * tests/test-floorf.c: Likewise.
11591         * tests/test-floorl.c: Likewise.
11592         * tests/test-fopen.c: Likewise.
11593         * tests/test-fprintf-posix.c: Likewise.
11594         * tests/test-fprintf-posix.h: Likewise.
11595         * tests/test-fpurge.c: Likewise.
11596         * tests/test-freadable.c: Likewise.
11597         * tests/test-freadahead.c: Likewise.
11598         * tests/test-freading.c: Likewise.
11599         * tests/test-freopen.c: Likewise.
11600         * tests/test-frexp.c: Likewise.
11601         * tests/test-frexpl.c: Likewise.
11602         * tests/test-fseek.c: Likewise.
11603         * tests/test-fseeko.c: Likewise.
11604         * tests/test-fseterr.c: Likewise.
11605         * tests/test-fstrcmp.c: Likewise.
11606         * tests/test-ftell.c: Likewise.
11607         * tests/test-ftello.c: Likewise.
11608         * tests/test-fwritable.c: Likewise.
11609         * tests/test-fwriting.c: Likewise.
11610         * tests/test-getaddrinfo.c: Likewise.
11611         * tests/test-getpass.c: Likewise.
11612         * tests/test-gettimeofday.c: Likewise.
11613         * tests/test-hmac-md5.c: Likewise.
11614         * tests/test-hmac-sha1.c: Likewise.
11615         * tests/test-iconv.c: Likewise.
11616         * tests/test-iconvme.c: Likewise.
11617         * tests/test-inttypes.c: Likewise.
11618         * tests/test-isnan.c: Likewise.
11619         * tests/test-isnanf.c: Likewise.
11620         * tests/test-isnanl-nolibm.c: Likewise.
11621         * tests/test-isnanl.c: Likewise.
11622         * tests/test-isnanl.h: Likewise.
11623         * tests/test-ldexpl.c: Likewise.
11624         * tests/test-linked_list.c: Likewise.
11625         * tests/test-linkedhash_list.c: Likewise.
11626         * tests/test-locale.c: Likewise.
11627         * tests/test-localename.c: Likewise.
11628         * tests/test-lock.c: Likewise.
11629         * tests/test-lseek.c: Likewise.
11630         * tests/test-malloca.c: Likewise.
11631         * tests/test-math.c: Likewise.
11632         * tests/test-mbscasecmp.c: Likewise.
11633         * tests/test-mbscasestr1.c: Likewise.
11634         * tests/test-mbscasestr2.c: Likewise.
11635         * tests/test-mbscasestr3.c: Likewise.
11636         * tests/test-mbscasestr4.c: Likewise.
11637         * tests/test-mbschr.c: Likewise.
11638         * tests/test-mbscspn.c: Likewise.
11639         * tests/test-mbsncasecmp.c: Likewise.
11640         * tests/test-mbspbrk.c: Likewise.
11641         * tests/test-mbspcasecmp.c: Likewise.
11642         * tests/test-mbsrchr.c: Likewise.
11643         * tests/test-mbsspn.c: Likewise.
11644         * tests/test-mbsstr1.c: Likewise.
11645         * tests/test-mbsstr2.c: Likewise.
11646         * tests/test-mbsstr3.c: Likewise.
11647         * tests/test-md5.c: Likewise.
11648         * tests/test-memmem.c: Likewise.
11649         * tests/test-netinet_in.c: Likewise.
11650         * tests/test-open.c: Likewise.
11651         * tests/test-printf-frexp.c: Likewise.
11652         * tests/test-printf-frexpl.c: Likewise.
11653         * tests/test-printf-posix.c: Likewise.
11654         * tests/test-printf-posix.h: Likewise.
11655         * tests/test-rbtree_list.c: Likewise.
11656         * tests/test-rbtree_oset.c: Likewise.
11657         * tests/test-rbtreehash_list.c: Likewise.
11658         * tests/test-read-file.c: Likewise.
11659         * tests/test-rijndael.c: Likewise.
11660         * tests/test-search.c: Likewise.
11661         * tests/test-signbit.c: Likewise.
11662         * tests/test-sleep.c: Likewise.
11663         * tests/test-snprintf-posix.c: Likewise.
11664         * tests/test-snprintf-posix.h: Likewise.
11665         * tests/test-snprintf.c: Likewise.
11666         * tests/test-sprintf-posix.c: Likewise.
11667         * tests/test-sprintf-posix.h: Likewise.
11668         * tests/test-stat-time.c: Likewise.
11669         * tests/test-stdbool.c: Likewise.
11670         * tests/test-stdint.c: Likewise.
11671         * tests/test-stdio.c: Likewise.
11672         * tests/test-stdlib.c: Likewise.
11673         * tests/test-stpncpy.c: Likewise.
11674         * tests/test-strcasestr.c: Likewise.
11675         * tests/test-striconv.c: Likewise.
11676         * tests/test-striconveh.c: Likewise.
11677         * tests/test-striconveha.c: Likewise.
11678         * tests/test-string.c: Likewise.
11679         * tests/test-sys_select.c: Likewise.
11680         * tests/test-sys_socket.c: Likewise.
11681         * tests/test-sys_stat.c: Likewise.
11682         * tests/test-sys_time.c: Likewise.
11683         * tests/test-sysexits.c: Likewise.
11684         * tests/test-time.c: Likewise.
11685         * tests/test-tls.c: Likewise.
11686         * tests/test-trunc.c: Likewise.
11687         * tests/test-truncf.c: Likewise.
11688         * tests/test-truncl.c: Likewise.
11689         * tests/test-unistd.c: Likewise.
11690         * tests/test-vasnprintf-posix.c: Likewise.
11691         * tests/test-vasnprintf-posix2.c: Likewise.
11692         * tests/test-vasnprintf.c: Likewise.
11693         * tests/test-vasprintf-posix.c: Likewise.
11694         * tests/test-vasprintf.c: Likewise.
11695         * tests/test-verify.c: Likewise.
11696         * tests/test-vfprintf-posix.c: Likewise.
11697         * tests/test-vprintf-posix.c: Likewise.
11698         * tests/test-vsnprintf-posix.c: Likewise.
11699         * tests/test-vsnprintf.c: Likewise.
11700         * tests/test-vsprintf-posix.c: Likewise.
11701         * tests/test-wchar.c: Likewise.
11702         * tests/test-wctype.c: Likewise.
11703         * tests/test-wcwidth.c: Likewise.
11704         * tests/test-xstrtol.c: Likewise.
11705         * tests/test-xvasprintf.c: Likewise.
11706         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
11707         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
11708         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
11709         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
11710         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
11711         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
11712         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
11713         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
11714         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
11715         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
11716         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
11717         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
11718         * tests/uniname/test-uninames.c: Likewise.
11719         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
11720         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
11721         * tests/unistdio/test-u16-printf1.h: Likewise.
11722         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
11723         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
11724         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
11725         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
11726         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
11727         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
11728         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
11729         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
11730         * tests/unistdio/test-u32-printf1.h: Likewise.
11731         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
11732         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
11733         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
11734         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
11735         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
11736         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
11737         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
11738         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
11739         * tests/unistdio/test-u8-printf1.h: Likewise.
11740         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
11741         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
11742         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
11743         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
11744         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
11745         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
11746         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
11747         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
11748         * tests/unistdio/test-ulc-printf1.h: Likewise.
11749         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
11750         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
11751         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
11752         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
11753         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
11754         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
11755         * tests/uniwidth/test-u16-strwidth.c: Likewise.
11756         * tests/uniwidth/test-u16-width.c: Likewise.
11757         * tests/uniwidth/test-u32-strwidth.c: Likewise.
11758         * tests/uniwidth/test-u32-width.c: Likewise.
11759         * tests/uniwidth/test-u8-strwidth.c: Likewise.
11760         * tests/uniwidth/test-u8-width.c: Likewise.
11761         * tests/uniwidth/test-uc_width.c: Likewise.
11762         * config/srclist-update: Likewise.
11763         (fixlicense): Update to GPLv3+.
11764
11765         Change copyright notice from LGPLv2.1+ to LGPLv3+.
11766         * tests/test-tsearch.c: Change copyright notice.
11767
11768         Change copyright notice from LGPLv2.0+ to LGPLv3+.
11769         * lib/c-strcaseeq.h: Change copyright notice.
11770         * lib/streq.h: Likewise.
11771         * lib/uniconv.h: Likewise.
11772         * lib/uniconv/u-conv-from-enc.h: Likewise.
11773         * lib/uniconv/u-conv-to-enc.h: Likewise.
11774         * lib/uniconv/u-strconv-from-enc.h: Likewise.
11775         * lib/uniconv/u-strconv-to-enc.h: Likewise.
11776         * lib/uniconv/u16-conv-from-enc.c: Likewise.
11777         * lib/uniconv/u16-conv-to-enc.c: Likewise.
11778         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
11779         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
11780         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
11781         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
11782         * lib/uniconv/u32-conv-from-enc.c: Likewise.
11783         * lib/uniconv/u32-conv-to-enc.c: Likewise.
11784         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
11785         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
11786         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
11787         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
11788         * lib/uniconv/u8-conv-from-enc.c: Likewise.
11789         * lib/uniconv/u8-conv-to-enc.c: Likewise.
11790         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
11791         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
11792         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
11793         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
11794         * lib/uniname.h: Likewise.
11795         * lib/uniname/uniname.c: Likewise.
11796         * lib/unistdio.h: Likewise.
11797         * lib/unistdio/u-asnprintf.h: Likewise.
11798         * lib/unistdio/u-asprintf.h: Likewise.
11799         * lib/unistdio/u-printf-args.c: Likewise.
11800         * lib/unistdio/u-printf-args.h: Likewise.
11801         * lib/unistdio/u-printf-parse.h: Likewise.
11802         * lib/unistdio/u-snprintf.h: Likewise.
11803         * lib/unistdio/u-sprintf.h: Likewise.
11804         * lib/unistdio/u-vasprintf.h: Likewise.
11805         * lib/unistdio/u-vsnprintf.h: Likewise.
11806         * lib/unistdio/u-vsprintf.h: Likewise.
11807         * lib/unistdio/u16-asnprintf.c: Likewise.
11808         * lib/unistdio/u16-asprintf.c: Likewise.
11809         * lib/unistdio/u16-printf-parse.c: Likewise.
11810         * lib/unistdio/u16-snprintf.c: Likewise.
11811         * lib/unistdio/u16-sprintf.c: Likewise.
11812         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
11813         * lib/unistdio/u16-u16-asprintf.c: Likewise.
11814         * lib/unistdio/u16-u16-snprintf.c: Likewise.
11815         * lib/unistdio/u16-u16-sprintf.c: Likewise.
11816         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
11817         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
11818         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
11819         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
11820         * lib/unistdio/u16-vasnprintf.c: Likewise.
11821         * lib/unistdio/u16-vasprintf.c: Likewise.
11822         * lib/unistdio/u16-vsnprintf.c: Likewise.
11823         * lib/unistdio/u16-vsprintf.c: Likewise.
11824         * lib/unistdio/u32-asnprintf.c: Likewise.
11825         * lib/unistdio/u32-asprintf.c: Likewise.
11826         * lib/unistdio/u32-printf-parse.c: Likewise.
11827         * lib/unistdio/u32-snprintf.c: Likewise.
11828         * lib/unistdio/u32-sprintf.c: Likewise.
11829         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
11830         * lib/unistdio/u32-u32-asprintf.c: Likewise.
11831         * lib/unistdio/u32-u32-snprintf.c: Likewise.
11832         * lib/unistdio/u32-u32-sprintf.c: Likewise.
11833         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
11834         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
11835         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
11836         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
11837         * lib/unistdio/u32-vasnprintf.c: Likewise.
11838         * lib/unistdio/u32-vasprintf.c: Likewise.
11839         * lib/unistdio/u32-vsnprintf.c: Likewise.
11840         * lib/unistdio/u32-vsprintf.c: Likewise.
11841         * lib/unistdio/u8-asnprintf.c: Likewise.
11842         * lib/unistdio/u8-asprintf.c: Likewise.
11843         * lib/unistdio/u8-printf-parse.c: Likewise.
11844         * lib/unistdio/u8-snprintf.c: Likewise.
11845         * lib/unistdio/u8-sprintf.c: Likewise.
11846         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
11847         * lib/unistdio/u8-u8-asprintf.c: Likewise.
11848         * lib/unistdio/u8-u8-snprintf.c: Likewise.
11849         * lib/unistdio/u8-u8-sprintf.c: Likewise.
11850         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
11851         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
11852         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
11853         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
11854         * lib/unistdio/u8-vasnprintf.c: Likewise.
11855         * lib/unistdio/u8-vasprintf.c: Likewise.
11856         * lib/unistdio/u8-vsnprintf.c: Likewise.
11857         * lib/unistdio/u8-vsprintf.c: Likewise.
11858         * lib/unistdio/ulc-asnprintf.c: Likewise.
11859         * lib/unistdio/ulc-asprintf.c: Likewise.
11860         * lib/unistdio/ulc-printf-parse.c: Likewise.
11861         * lib/unistdio/ulc-snprintf.c: Likewise.
11862         * lib/unistdio/ulc-sprintf.c: Likewise.
11863         * lib/unistdio/ulc-vasnprintf.c: Likewise.
11864         * lib/unistdio/ulc-vasprintf.c: Likewise.
11865         * lib/unistdio/ulc-vsnprintf.c: Likewise.
11866         * lib/unistdio/ulc-vsprintf.c: Likewise.
11867         * lib/unistr.h: Likewise.
11868         * lib/unistr/u-cpy-alloc.h: Likewise.
11869         * lib/unistr/u-cpy.h: Likewise.
11870         * lib/unistr/u-endswith.h: Likewise.
11871         * lib/unistr/u-move.h: Likewise.
11872         * lib/unistr/u-set.h: Likewise.
11873         * lib/unistr/u-startswith.h: Likewise.
11874         * lib/unistr/u-stpcpy.h: Likewise.
11875         * lib/unistr/u-stpncpy.h: Likewise.
11876         * lib/unistr/u-strcat.h: Likewise.
11877         * lib/unistr/u-strcpy.h: Likewise.
11878         * lib/unistr/u-strcspn.h: Likewise.
11879         * lib/unistr/u-strdup.h: Likewise.
11880         * lib/unistr/u-strlen.h: Likewise.
11881         * lib/unistr/u-strncat.h: Likewise.
11882         * lib/unistr/u-strncpy.h: Likewise.
11883         * lib/unistr/u-strnlen.h: Likewise.
11884         * lib/unistr/u-strpbrk.h: Likewise.
11885         * lib/unistr/u-strspn.h: Likewise.
11886         * lib/unistr/u-strstr.h: Likewise.
11887         * lib/unistr/u-strtok.h: Likewise.
11888         * lib/unistr/u16-check.c: Likewise.
11889         * lib/unistr/u16-chr.c: Likewise.
11890         * lib/unistr/u16-cmp.c: Likewise.
11891         * lib/unistr/u16-cpy-alloc.c: Likewise.
11892         * lib/unistr/u16-cpy.c: Likewise.
11893         * lib/unistr/u16-endswith.c: Likewise.
11894         * lib/unistr/u16-mblen.c: Likewise.
11895         * lib/unistr/u16-mbsnlen.c: Likewise.
11896         * lib/unistr/u16-mbtouc-aux.c: Likewise.
11897         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
11898         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
11899         * lib/unistr/u16-mbtouc.c: Likewise.
11900         * lib/unistr/u16-mbtoucr.c: Likewise.
11901         * lib/unistr/u16-move.c: Likewise.
11902         * lib/unistr/u16-next.c: Likewise.
11903         * lib/unistr/u16-prev.c: Likewise.
11904         * lib/unistr/u16-set.c: Likewise.
11905         * lib/unistr/u16-startswith.c: Likewise.
11906         * lib/unistr/u16-stpcpy.c: Likewise.
11907         * lib/unistr/u16-stpncpy.c: Likewise.
11908         * lib/unistr/u16-strcat.c: Likewise.
11909         * lib/unistr/u16-strchr.c: Likewise.
11910         * lib/unistr/u16-strcmp.c: Likewise.
11911         * lib/unistr/u16-strcpy.c: Likewise.
11912         * lib/unistr/u16-strcspn.c: Likewise.
11913         * lib/unistr/u16-strdup.c: Likewise.
11914         * lib/unistr/u16-strlen.c: Likewise.
11915         * lib/unistr/u16-strmblen.c: Likewise.
11916         * lib/unistr/u16-strmbtouc.c: Likewise.
11917         * lib/unistr/u16-strncat.c: Likewise.
11918         * lib/unistr/u16-strncmp.c: Likewise.
11919         * lib/unistr/u16-strncpy.c: Likewise.
11920         * lib/unistr/u16-strnlen.c: Likewise.
11921         * lib/unistr/u16-strpbrk.c: Likewise.
11922         * lib/unistr/u16-strrchr.c: Likewise.
11923         * lib/unistr/u16-strspn.c: Likewise.
11924         * lib/unistr/u16-strstr.c: Likewise.
11925         * lib/unistr/u16-strtok.c: Likewise.
11926         * lib/unistr/u16-to-u32.c: Likewise.
11927         * lib/unistr/u16-to-u8.c: Likewise.
11928         * lib/unistr/u16-uctomb-aux.c: Likewise.
11929         * lib/unistr/u16-uctomb.c: Likewise.
11930         * lib/unistr/u32-check.c: Likewise.
11931         * lib/unistr/u32-chr.c: Likewise.
11932         * lib/unistr/u32-cmp.c: Likewise.
11933         * lib/unistr/u32-cpy-alloc.c: Likewise.
11934         * lib/unistr/u32-cpy.c: Likewise.
11935         * lib/unistr/u32-endswith.c: Likewise.
11936         * lib/unistr/u32-mblen.c: Likewise.
11937         * lib/unistr/u32-mbsnlen.c: Likewise.
11938         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
11939         * lib/unistr/u32-mbtouc.c: Likewise.
11940         * lib/unistr/u32-mbtoucr.c: Likewise.
11941         * lib/unistr/u32-move.c: Likewise.
11942         * lib/unistr/u32-next.c: Likewise.
11943         * lib/unistr/u32-prev.c: Likewise.
11944         * lib/unistr/u32-set.c: Likewise.
11945         * lib/unistr/u32-startswith.c: Likewise.
11946         * lib/unistr/u32-stpcpy.c: Likewise.
11947         * lib/unistr/u32-stpncpy.c: Likewise.
11948         * lib/unistr/u32-strcat.c: Likewise.
11949         * lib/unistr/u32-strchr.c: Likewise.
11950         * lib/unistr/u32-strcmp.c: Likewise.
11951         * lib/unistr/u32-strcpy.c: Likewise.
11952         * lib/unistr/u32-strcspn.c: Likewise.
11953         * lib/unistr/u32-strdup.c: Likewise.
11954         * lib/unistr/u32-strlen.c: Likewise.
11955         * lib/unistr/u32-strmblen.c: Likewise.
11956         * lib/unistr/u32-strmbtouc.c: Likewise.
11957         * lib/unistr/u32-strncat.c: Likewise.
11958         * lib/unistr/u32-strncmp.c: Likewise.
11959         * lib/unistr/u32-strncpy.c: Likewise.
11960         * lib/unistr/u32-strnlen.c: Likewise.
11961         * lib/unistr/u32-strpbrk.c: Likewise.
11962         * lib/unistr/u32-strrchr.c: Likewise.
11963         * lib/unistr/u32-strspn.c: Likewise.
11964         * lib/unistr/u32-strstr.c: Likewise.
11965         * lib/unistr/u32-strtok.c: Likewise.
11966         * lib/unistr/u32-to-u16.c: Likewise.
11967         * lib/unistr/u32-to-u8.c: Likewise.
11968         * lib/unistr/u32-uctomb.c: Likewise.
11969         * lib/unistr/u8-check.c: Likewise.
11970         * lib/unistr/u8-chr.c: Likewise.
11971         * lib/unistr/u8-cmp.c: Likewise.
11972         * lib/unistr/u8-cpy-alloc.c: Likewise.
11973         * lib/unistr/u8-cpy.c: Likewise.
11974         * lib/unistr/u8-endswith.c: Likewise.
11975         * lib/unistr/u8-mblen.c: Likewise.
11976         * lib/unistr/u8-mbsnlen.c: Likewise.
11977         * lib/unistr/u8-mbtouc-aux.c: Likewise.
11978         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
11979         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
11980         * lib/unistr/u8-mbtouc.c: Likewise.
11981         * lib/unistr/u8-mbtoucr.c: Likewise.
11982         * lib/unistr/u8-move.c: Likewise.
11983         * lib/unistr/u8-next.c: Likewise.
11984         * lib/unistr/u8-prev.c: Likewise.
11985         * lib/unistr/u8-set.c: Likewise.
11986         * lib/unistr/u8-startswith.c: Likewise.
11987         * lib/unistr/u8-stpcpy.c: Likewise.
11988         * lib/unistr/u8-stpncpy.c: Likewise.
11989         * lib/unistr/u8-strcat.c: Likewise.
11990         * lib/unistr/u8-strchr.c: Likewise.
11991         * lib/unistr/u8-strcmp.c: Likewise.
11992         * lib/unistr/u8-strcpy.c: Likewise.
11993         * lib/unistr/u8-strcspn.c: Likewise.
11994         * lib/unistr/u8-strdup.c: Likewise.
11995         * lib/unistr/u8-strlen.c: Likewise.
11996         * lib/unistr/u8-strmblen.c: Likewise.
11997         * lib/unistr/u8-strmbtouc.c: Likewise.
11998         * lib/unistr/u8-strncat.c: Likewise.
11999         * lib/unistr/u8-strncmp.c: Likewise.
12000         * lib/unistr/u8-strncpy.c: Likewise.
12001         * lib/unistr/u8-strnlen.c: Likewise.
12002         * lib/unistr/u8-strpbrk.c: Likewise.
12003         * lib/unistr/u8-strrchr.c: Likewise.
12004         * lib/unistr/u8-strspn.c: Likewise.
12005         * lib/unistr/u8-strstr.c: Likewise.
12006         * lib/unistr/u8-strtok.c: Likewise.
12007         * lib/unistr/u8-to-u16.c: Likewise.
12008         * lib/unistr/u8-to-u32.c: Likewise.
12009         * lib/unistr/u8-uctomb-aux.c: Likewise.
12010         * lib/unistr/u8-uctomb.c: Likewise.
12011         * lib/unitypes.h: Likewise.
12012         * lib/uniwidth.h: Likewise.
12013         * lib/uniwidth/cjk.h: Likewise.
12014         * lib/uniwidth/u16-strwidth.c: Likewise.
12015         * lib/uniwidth/u16-width.c: Likewise.
12016         * lib/uniwidth/u32-strwidth.c: Likewise.
12017         * lib/uniwidth/u32-width.c: Likewise.
12018         * lib/uniwidth/u8-strwidth.c: Likewise.
12019         * lib/uniwidth/u8-width.c: Likewise.
12020         * lib/uniwidth/width.c: Likewise.
12021
12022 2007-10-07  Bruno Haible  <bruno@clisp.org>
12023
12024         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
12025         The file is still under LGPL (see modules/inttypes).
12026
12027 2007-10-06  Bruno Haible  <bruno@clisp.org>
12028
12029         * modules/trunc (Dependencies): Add 'extensions'.
12030         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
12031         Reported by Ben Pfaff <blp@gnu.org>.
12032
12033 2007-10-06  Bruno Haible  <bruno@clisp.org>
12034
12035         * modules/freopen-tests: New file.
12036         * tests/test-freopen.c: New file.
12037
12038         * modules/fopen-tests: New file.
12039         * tests/test-fopen.c: New file.
12040
12041         * modules/fopen: New file.
12042         * lib/fopen.c: New file.
12043         * m4/fopen.m4: New file.
12044         * modules/freopen: New file.
12045         * lib/freopen.c: New file.
12046         * m4/freopen.m4: New file.
12047         * lib/stdio.in.h (fopen, freopen): New declarations.
12048         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
12049         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12050         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
12051         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12052         * doc/functions/fopen.texi: Mention the 'fopen' module.
12053         * doc/functions/freopen.texi: Mention the 'freopen' module.
12054
12055 2007-10-06  Bruno Haible  <bruno@clisp.org>
12056
12057         * modules/open-tests: New file.
12058         * tests/test-open.c: New file.
12059
12060         * modules/open: New file.
12061         * lib/open.c: New file.
12062         * m4/open.m4: New file.
12063         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
12064         lib/open.c does.
12065         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
12066         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
12067         macros.
12068         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
12069         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
12070         REPLACE_OPEN.
12071         * doc/functions/open.texi: Mention the 'open' module.
12072
12073 2007-10-04  Bruno Haible  <bruno@clisp.org>
12074
12075         * modules/ceill-tests: New file.
12076         * tests/test-ceill.c: New file.
12077
12078         * modules/ceill: New file.
12079         * lib/ceill.c: Replace entire file.
12080         * m4/ceill.m4: New file.
12081         * lib/math.in.h (ceill): Replace declaration.
12082         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
12083         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
12084         * doc/functions/ceill.texi: Mention the 'ceill' module.
12085         * modules/mathl (Files): Remove lib/ceill.c.
12086         (Depends-on): Add ceill.
12087
12088 2007-10-04  Bruno Haible  <bruno@clisp.org>
12089
12090         * modules/ceilf-tests: New file.
12091         * tests/test-ceilf.c: New file.
12092
12093         * modules/ceilf: New file.
12094         * lib/ceil.c: New file.
12095         * lib/ceilf.c: New file.
12096         * m4/ceilf.m4: New file.
12097         * lib/math.in.h (ceilf): New declaration.
12098         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
12099         HAVE_DECL_CEILF.
12100         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
12101         HAVE_DECL_CEILF.
12102         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
12103
12104 2007-10-04  Bruno Haible  <bruno@clisp.org>
12105
12106         * modules/floorl-tests: New file.
12107         * tests/test-floorl.c: New file.
12108
12109         * modules/floorl: New file.
12110         * lib/floorl.c: Replace entire file.
12111         * m4/floorl.m4: New file.
12112         * lib/math.in.h (floorl): Replace declaration.
12113         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
12114         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
12115         * doc/functions/floorl.texi: Mention the 'floorl' module.
12116         * modules/mathl (Files): Remove lib/floorl.c.
12117         (Depends-on): Add floorl.
12118
12119 2007-10-04  Bruno Haible  <bruno@clisp.org>
12120
12121         * modules/floorf-tests: New file.
12122         * tests/test-floorf.c: New file.
12123
12124         * modules/floorf: New file.
12125         * lib/floor.c: New file.
12126         * lib/floorf.c: New file.
12127         * m4/floorf.m4: New file.
12128         * lib/math.in.h (floorf): New declaration.
12129         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
12130         HAVE_DECL_FLOORF.
12131         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
12132         HAVE_DECL_FLOORF.
12133         * doc/functions/floorf.texi: Mention the 'floorf' module.
12134
12135 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
12136             Bruno Haible  <bruno@clisp.org>
12137
12138         Advertise for the Git server instead of the CVS server.
12139         * doc/gnulib-intro.texi (Steady Development): Mention the Git
12140         repository instead of the CVS one.
12141         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
12142         about all VCS systems generically.
12143         * doc/gnulib.texi (Introduction): Capitalize `Git'.
12144
12145 2007-10-04  Bruno Haible  <bruno@clisp.org>
12146
12147         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
12148         means.
12149         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
12150
12151 2007-10-04  Bruno Haible  <bruno@clisp.org>
12152
12153         * modules/truncl-tests: New file.
12154         * tests/test-truncl.c: New file.
12155
12156         * modules/truncl: New file.
12157         * lib/truncl.c: New file.
12158         * m4/truncl.m4: New file.
12159         * lib/math.in.h (truncl): New declaration.
12160         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
12161         HAVE_DECL_TRUNCL.
12162         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
12163         HAVE_DECL_TRUNCL.
12164         * doc/functions/truncl.texi: Mention the 'truncl' module.
12165
12166 2007-10-04  Bruno Haible  <bruno@clisp.org>
12167
12168         * modules/truncf-tests: New file.
12169         * tests/test-truncf.c: New file.
12170
12171         * modules/truncf: New file.
12172         * lib/trunc.c: Make paramerizable through USE_* macros.
12173         * lib/truncf.c: New file.
12174         * m4/truncf.m4: New file.
12175         * lib/math.in.h (truncf): New declaration.
12176         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
12177         HAVE_DECL_TRUNCF.
12178         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
12179         HAVE_DECL_TRUNCF.
12180         * doc/functions/truncf.texi: Mention the 'truncf' module.
12181
12182 2007-10-03  Bruno Haible  <bruno@clisp.org>
12183
12184         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
12185         augmentation also for tests modules.
12186         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
12187         * modules/atexit-tests (Makefile.am): Likewise.
12188         * modules/binary-io-tests (Makefile.am): Likewise.
12189         * modules/c-strcase-tests (Makefile.am): Likewise.
12190         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
12191         * modules/canonicalize-tests (Makefile.am): Likewise.
12192         * modules/closein-tests (Makefile.am): Likewise.
12193         * modules/fprintf-posix-tests (Makefile.am): Likewise.
12194         * modules/freadahead-tests (Makefile.am): Likewise.
12195         * modules/fseek-tests (Makefile.am): Likewise.
12196         * modules/fseeko-tests (Makefile.am): Likewise.
12197         * modules/ftell-tests (Makefile.am): Likewise.
12198         * modules/ftello-tests (Makefile.am): Likewise.
12199         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
12200         * modules/isnanl-tests (Makefile.am): Likewise.
12201         * modules/lseek-tests (Makefile.am): Likewise.
12202         * modules/mbscasecmp-tests (Makefile.am): Likewise.
12203         * modules/mbscasestr-tests (Makefile.am): Likewise.
12204         * modules/mbschr-tests (Makefile.am): Likewise.
12205         * modules/mbscspn-tests (Makefile.am): Likewise.
12206         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
12207         * modules/mbspbrk-tests (Makefile.am): Likewise.
12208         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
12209         * modules/mbsrchr-tests (Makefile.am): Likewise.
12210         * modules/mbsspn-tests (Makefile.am): Likewise.
12211         * modules/mbsstr-tests (Makefile.am): Likewise.
12212         * modules/printf-posix-tests (Makefile.am): Likewise.
12213         * modules/snprintf-posix-tests (Makefile.am): Likewise.
12214         * modules/sprintf-posix-tests (Makefile.am): Likewise.
12215         * modules/tsearch-tests (Makefile.am): Likewise.
12216         * modules/uniname/uniname-tests (Makefile.am): Likewise.
12217         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
12218         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
12219         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
12220         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
12221         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
12222         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
12223         * modules/vprintf-posix-tests (Makefile.am): Likewise.
12224         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
12225         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
12226         * modules/xstrtoimax-tests (Makefile.am): Likewise.
12227         * modules/xstrtol-tests (Makefile.am): Likewise.
12228         * modules/xstrtoumax-tests (Makefile.am): Likewise.
12229         * modules/yesno-tests (Makefile.am): Likewise.
12230
12231 2007-10-03  Bruno Haible  <bruno@clisp.org>
12232
12233         * modules/trunc-tests: New file.
12234         * tests/test-trunc.c: New file.
12235
12236         * modules/trunc: New file.
12237         * lib/trunc.c: New file.
12238         * m4/trunc.m4: New file.
12239         * lib/math.in.h (trunc): New declaration.
12240         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
12241         HAVE_DECL_TRUNC.
12242         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
12243         HAVE_DECL_TRUNC.
12244         * doc/functions/trunc.texi: Mention the 'trunc' module.
12245
12246 2007-10-03  Bruno Haible  <bruno@clisp.org>
12247
12248         * tests/test-fpending.c: New file, mostly copied
12249         from coreutils/lib/t-fpending.c.
12250         * modules/fpending-tests: New file.
12251
12252 2007-10-03  Bruno Haible  <bruno@clisp.org>
12253
12254         Port the stdio extensions to QNX (untested).
12255         * lib/fseterr.c (fseterr): Add support for QNX.
12256         * lib/fbufmode.c (fbufmode): Likewise.
12257         * lib/freadable.c (freadable): Likewise.
12258         * lib/fwritable.c (fwritable): Likewise.
12259         * lib/freading.c (freading): Likewise.
12260         * lib/fwriting.c (fwriting): Likewise.
12261         * lib/freadahead.c (freadahed): Likewise.
12262         * lib/fpurge.c (fpurge): Likewise.
12263         * lib/fseeko.c (rpl_fseeko): Likewise.
12264
12265 2007-10-03  Bruno Haible  <bruno@clisp.org>
12266             Jim Meyering  <jim@meyering.net>
12267             Eric Blake  <ebb9@byu.net>
12268
12269         * doc/relocatable.texi: Use @command instead of @program.
12270
12271 2007-10-02  Jim Meyering  <jim@meyering.net>
12272
12273         Perform one more "_.h" -> ".in.h" substitution.
12274         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
12275         instead of unistd_.h here, too.
12276
12277 2007-10-01  Bruno Haible  <bruno@clisp.org>
12278
12279         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
12280         Needed for the alloca-opt module.
12281
12282 2007-09-30  Bruno Haible  <bruno@clisp.org>
12283
12284         * lib/alloca.in.h: Renamed from lib/alloca_.h.
12285         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
12286         alloca_.h.
12287         * lib/argz.in.h: Renamed from lib/argz_.h.
12288         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
12289         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
12290         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
12291         byteswap_.h.
12292         * lib/dirent.in.h: Renamed from lib/dirent_.h.
12293         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
12294         dirent_.h.
12295         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
12296         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
12297         fcntl_.h.
12298         * lib/float.in.h: Renamed from lib/float_.h.
12299         * modules/float (Files, Makefile.am): Use float.in.h instead of
12300         float_.h.
12301         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
12302         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
12303         fnmatch_.h.
12304         * lib/getopt.in.h: Renamed from lib/getopt_.h.
12305         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
12306         getopt_.h.
12307         * lib/glob.in.h: Renamed from lib/glob_.h.
12308         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
12309         * lib/iconv.in.h: Renamed from lib/iconv_.h.
12310         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
12311         iconv_.h.
12312         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
12313         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
12314         inttypes_.h.
12315         * lib/locale.in.h: Renamed from lib/locale_.h.
12316         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
12317         locale_.h.
12318         * lib/math.in.h: Renamed from lib/math_.h.
12319         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
12320         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
12321         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
12322         of netinet_in_.h. Add dependency.
12323         * lib/poll.in.h: Renamed from lib/poll_.h.
12324         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
12325         * lib/search.in.h: Renamed from lib/search_.h.
12326         * modules/search (Files, Makefile.am): Use search.in.h instead of
12327         search_.h.
12328         * lib/signal.in.h: Renamed from lib/signal_.h.
12329         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
12330         _signal.h.
12331         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
12332         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
12333         stdbool_.h.
12334         * lib/stdint.in.h: Renamed from lib/stdint_.h.
12335         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
12336         stdint_.h.
12337         * lib/stdio.in.h: Renamed from lib/stdio_.h.
12338         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
12339         stdio_.h.
12340         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
12341         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
12342         stdlib_.h.
12343         * lib/string.in.h: Renamed from lib/string_.h.
12344         * modules/string (Files, Makefile.am): Use string.in.h instead of
12345         string_.h.
12346         * doc/gnulib-tool.texi (Initial import): Update.
12347         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
12348         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
12349         of sys_select_.h. Add dependency.
12350         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
12351         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
12352         of sys_socket_.h.
12353         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
12354         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
12355         sys_stat_.h.
12356         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
12357         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
12358         sys_time_.h.
12359         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
12360         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
12361         sysexits_.h.
12362         * lib/time.in.h: Renamed from lib/time_.h.
12363         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
12364         * lib/unistd.in.h: Renamed from lib/unistd_.h.
12365         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
12366         unistd_.h.
12367         * lib/wchar.in.h: Renamed from lib/wchar_.h.
12368         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
12369         wchar_.h.
12370         * lib/wctype.in.h: Renamed from lib/wctype_.h.
12371         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
12372         wctype_.h.
12373         * build-aux/bootstrap (slurp): Update.
12374         * lib/.cppi-disable: Update.
12375
12376 2007-09-30  Bruno Haible  <bruno@clisp.org>
12377
12378         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
12379         Needed on BeOS.
12380
12381 2007-09-30  Bruno Haible  <bruno@clisp.org>
12382
12383         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
12384
12385 2007-09-29  Bruno Haible  <bruno@clisp.org>
12386
12387         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
12388
12389 2007-09-29  Bruno Haible  <bruno@clisp.org>
12390
12391         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
12392         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
12393         * build-aux/install-reloc: Compile also areadlink.c.
12394         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
12395
12396 2007-09-29  Bruno Haible  <bruno@clisp.org>
12397
12398         * gnulib-tool (func_emit_initmacro_done): Indentation.
12399
12400 2007-09-29  Bruno Haible  <bruno@clisp.org>
12401
12402         * README: Add CVS checkout update instructions.
12403         Info from Bob Proulx <bob@proulx.com>.
12404
12405 2007-09-28  Eric Blake  <ebb9@byu.net>
12406
12407         Provide move-if-change.
12408         * build-aux/move-if-change: New file, based on best practice
12409         rather than any canonical upstream location.
12410
12411 2007-09-28  Jim Meyering  <jim@meyering.net>
12412
12413         Fix canonicalize loop-detection corner case.
12414         Do not attempt to stat the symlink values stored via seen_triple.
12415         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
12416         on linux-2.6.18, (but not 2.6.22).
12417         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
12418         triple_compare.  The former compares dev,ino,filename, while the latter
12419         would actually stat dirname(filename) when dev and ino were equal.
12420         * lib/hash-triple.c: Install <string.h>.
12421         (STREQ): Define.
12422         (triple_compare_ino_str): New function.
12423         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
12424
12425 2007-09-28  Eric Blake  <ebb9@byu.net>
12426
12427         Enforce that AC_REPLACE_FUNCS files exist.
12428         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
12429         override check for typos.
12430
12431         Fix test-closein on Solaris 10.
12432         * tests/test-closein.c (main): Don't assume stdin can be inherited
12433         closed on all systems.
12434         * tests/test-closein.sh: Likewise.
12435         Reported by Piotr Tarnowski.
12436
12437 2007-09-28  Jim Meyering  <jim@meyering.net>
12438
12439         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
12440
12441 2007-09-27  Jim Meyering  <jim@meyering.net>
12442
12443         canonicalize: Avoid a false-positive cycle failure.
12444         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
12445         Sort.  Remove cycle-check.
12446         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
12447         not cycle-check.h.
12448         (seen_triple): New function.
12449         (canonicalize_filename_mode): Use it instead of cycle-check.
12450         * tests/test-canonicalize.c: Add a test for this bug.
12451         * tests/test-canonicalize.sh: Set up and run the test.
12452
12453         New module, file-set, from coreutils.
12454         * modules/file-set: Define it.
12455         * lib/file-set.c, lib/file-set.h: Implement.
12456
12457         New module, hash-triple, from coreutils.
12458         * modules/hash-triple: Define it.
12459         * lib/hash-triple.c, lib/hash-triple.h: Implement.
12460
12461 2007-09-25  Eric Blake  <ebb9@byu.net>
12462
12463         Fix strerror on Interix.
12464         * lib/string_.h (strerror): Declare replacement.
12465         * doc/functions/strerror.texi (strerror): Document the Interix
12466         shortcoming.
12467         * modules/string (Makefile.am): Support new hooks.
12468         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
12469         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
12470         gl_FUNC_STRERROR_SEPARATE.
12471         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
12472         * lib/strerror.c (rpl_strerror): Provide replacement.
12473         * modules/strerror (Depends-on): Add string.
12474         (configure.ac): Detect use of module.
12475         * tests/test-strerror.c: New file.
12476         * modules/strerror-tests: New test module.
12477         * modules/argp (Depends-on): Add strerror.
12478         * modules/error (Depends-on): Likewise.
12479         Reported by Martin Koeppe.
12480
12481 2007-09-24  Bruno Haible  <bruno@clisp.org>
12482
12483         * README: Update git instructions.
12484
12485 2007-09-24  Eric Blake  <ebb9@byu.net>
12486
12487         Revert fpending breakage from 2007-09-08.
12488         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
12489         __fpending.c.
12490
12491 2007-09-24  Jim Meyering  <jim@meyering.net>
12492
12493         filenamecat.c: Add a test.
12494         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
12495         showing how the function works when DIR is the empty string.
12496
12497 2007-09-21  Simon Josefsson  <simon@josefsson.org>
12498
12499         * tests/test-canonicalize.sh: Turn on executable bit.
12500
12501 2007-09-19  Eric Blake  <ebb9@byu.net>
12502
12503         * README: Update CVS instructions.
12504
12505 2007-09-18  Bruno Haible  <bruno@clisp.org>
12506
12507         * modules/areadlink: New file.
12508         * lib/areadlink.h (areadlink): New declaration.
12509         * lib/areadlink.c: New file, based on lib/xreadlink.c.
12510
12511 2007-09-17  Jim Meyering  <jim@meyering.net>
12512
12513         * lib/savewd.c (ESTALE) [!defined]: Define.
12514         Reported to be required on Interix by Martin Koeppe.
12515
12516 2007-09-17  Bruno Haible  <bruno@clisp.org>
12517
12518         * gnulib-tool (func_version): Use $version.
12519
12520 2007-09-16  Bruno Haible  <bruno@clisp.org>
12521
12522         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
12523         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
12524         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
12525         Reported by Greg Schafer <gschafer@zip.com.au>.
12526
12527 2007-09-15  Bruno Haible  <bruno@clisp.org>
12528
12529         * gnulib-tool (sed): Try a little harder to make bash understand the
12530         alias.
12531         Reported by Bruce Korb <bruce.korb@gmail.com>.
12532
12533 2007-09-13  Eric Blake  <ebb9@byu.net>
12534
12535         * ChangeLog: Remove conflict markers.
12536
12537 2007-09-13  Simon Josefsson  <simon@josefsson.org>
12538
12539         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
12540         Reported by Bruno Haible <bruno@clisp.org>.
12541
12542 2007-09-12  Bruno Haible  <bruno@clisp.org>
12543
12544         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
12545         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
12546         is not defined.
12547
12548 2007-09-12  Eric Blake  <ebb9@byu.net>
12549
12550         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
12551         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
12552         Autoconf definition.
12553         * modules/euidaccess (Depends-on): Add extensions, for
12554         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
12555         * modules/fnmatch (Depends-on): Likewise.
12556         * modules/getaddrinfo (Depends-on): Likewise.
12557         * modules/getdelim (Depends-on): Likewise.
12558         * modules/getline (Depends-on): Likewise.
12559         * modules/getsubopt (Depends-on): Likewise.
12560         * modules/gettext (Depends-on): Likewise.
12561         * modules/group-member (Depends-on): Likewise.
12562         * modules/mbchar (Depends-on): Likewise.
12563         * modules/memmem (Depends-on): Likewise.
12564         * modules/mempcpy (Depends-on): Likewise.
12565         * modules/memrchr (Depends-on): Likewise.
12566         * modules/pagealign_alloc (Depends-on): Likewise.
12567         * modules/readutmp (Depends-on): Likewise.
12568         * modules/stpcpy (Depends-on): Likewise.
12569         * modules/stpncpy (Depends-on): Likewise.
12570         * modules/strchrnul (Depends-on): Likewise.
12571         * modules/strndup (Depends-on): Likewise.
12572         * modules/strsep (Depends-on): Likewise.
12573         * modules/strverscmp (Depends-on): Likewise.
12574         * modules/vasprintf (Depends-on): Likewise.
12575         * modules/wcwidth (Depends-on): Likewise.
12576         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
12577         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
12578         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
12579         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
12580         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12581         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12582         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
12583         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12584         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
12585         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
12586         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12587         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12588         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12589         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
12590         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
12591         * m4/readutmp.m4 (gl_READUTMP): Likewise.
12592         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12593         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12594         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12595         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12596         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12597         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12598         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12599         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
12600         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
12601         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12602         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
12603         so that lock.m4 can be used in gettext without extensions module.
12604
12605 2007-09-11  Bruno Haible  <bruno@clisp.org>
12606
12607         * m4/isc-posix.m4: Remove file.
12608         Suggested by Eric Blake.
12609
12610 2007-09-11  Eric Blake  <ebb9@byu.net>
12611
12612         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
12613
12614 2007-09-10  Bruno Haible  <bruno@clisp.org>
12615
12616         * posix-modules: Fix typo in error message.
12617         Reported by Matt <mkraai@beckman.com>.
12618
12619 2007-09-09  Bruno Haible  <bruno@clisp.org>
12620
12621         * doc/functions/getdelim.texi: Update list of platforms lacking the
12622         function.
12623         * doc/functions/getline.texi: Likewise.
12624
12625 2007-09-09  Jim Meyering  <jim@meyering.net>
12626
12627         * lib/hash.c (hash_initialize): Detect calloc failure.
12628         Reported by Bruno Haible.
12629
12630 2007-09-09  Bruno Haible  <bruno@clisp.org>
12631
12632         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
12633         malloc or realloc fails.
12634
12635 2007-09-09  Bruno Haible  <bruno@clisp.org>
12636
12637         * modules/getcwd (Depends-on): Add malloc-posix.
12638         * modules/glob (Depends-on): Likewise.
12639         * modules/putenv (Depends-on): Likewise.
12640         * modules/strdup (Depends-on): Likewise.
12641         * modules/getdelim (Depends-on): Add realloc-posix.
12642         * modules/read-file (Depends-on): Likewise.
12643
12644 2007-09-09  Bruno Haible  <bruno@clisp.org>
12645
12646         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
12647         (gl_FUNC_MALLOC_POSIX): Require it.
12648         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
12649         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
12650         * modules/realloc (Files): Add m4/malloc.m4.
12651         * modules/calloc (Files): Likewise.
12652
12653 2007-09-09  Bruno Haible  <bruno@clisp.org>
12654
12655         * modules/malloc-posix: New file.
12656         * modules/malloc (Depends-on): Add malloc-posix.
12657         * lib/malloc.c: Include errno.h.
12658         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
12659         and a POSIX-compatible malloc into a single function. Set ENOMEM
12660         when returning NULL.
12661         * m4/malloc.m4: New file.
12662         * doc/functions/malloc.texi: Mention the malloc-posix module.
12663         * lib/stdlib_.h (malloc): New declaration.
12664         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12665         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
12666         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
12667         and HAVE_MALLOC_POSIX.
12668
12669 2007-09-09  Bruno Haible  <bruno@clisp.org>
12670
12671         * modules/realloc-posix: New file.
12672         * modules/realloc (Depends-on): Add realloc-posix.
12673         * lib/realloc.c: Include errno.h.
12674         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
12675         and a POSIX-compatible realloc into a single function. Set ENOMEM
12676         when returning NULL.
12677         * m4/realloc.m4: New file.
12678         * doc/functions/realloc.texi: Mention the realloc-posix module.
12679         * lib/stdlib_.h (realloc): New declaration.
12680         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12681         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
12682         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
12683         and HAVE_REALLOC_POSIX.
12684
12685 2007-09-09  Bruno Haible  <bruno@clisp.org>
12686
12687         * modules/calloc-posix: New file.
12688         * modules/calloc (Depends-on): Add calloc-posix.
12689         * lib/calloc.c: Include errno.h.
12690         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
12691         and a POSIX-compatible calloc into a single function. Set ENOMEM
12692         when returning NULL.
12693         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
12694         * doc/functions/calloc.texi: Mention the calloc-posix module.
12695         * lib/stdlib_.h (calloc): New declaration.
12696         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12697         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
12698         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
12699         and HAVE_CALLOC_POSIX.
12700
12701 2007-09-09  Bruno Haible  <bruno@clisp.org>
12702
12703         Allow for modules to show an arbitrary notice.
12704         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
12705         * gnulib-tool: New option --extract-notice.
12706         (func_usage): Document it.
12707         (sed_extract_prog): Update.
12708         (func_get_notice): New function.
12709         (func_modules_notice): New function.
12710         (func_import, func_create_testdir): Invoke it.
12711         Suggested by Jim Meyering.
12712
12713 2007-09-09  Bruno Haible  <bruno@clisp.org>
12714
12715         * gnulib-tool: New options --verbose, --quiet.
12716         (func_usage): Document them.
12717         (verbose): New variable.
12718         (func_execute_command): New function.
12719         (func_import): Don't show the module list and the file list if
12720         $verbose < 0.
12721         (func_create_testdir): Likewise. Use func_execute_command.
12722         (func_create_megatestdir): Use func_execute_command.
12723
12724 2007-09-08  Bruno Haible  <bruno@clisp.org>
12725
12726         * gnulib-tool (func_import): Prefer rsync over wget when available,
12727         for fetching the PO files.
12728
12729 2007-09-08  Bruno Haible  <bruno@clisp.org>
12730
12731         * posix-modules: New file. Portions copied from gnulib-tool.
12732         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
12733
12734 2007-09-08  Jim Meyering  <jim@meyering.net>
12735
12736         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
12737         * lib/fpending.h: Rename from __fpending.h.
12738         * lib/fpending.c: Rename from __fpending.c.
12739         Include "fpending.h", not "__fpending.h".
12740         * lib/__fpending.h, lib/__fpending.c: Remove files.
12741         * modules/fpending (Files): Reflect new file names.
12742         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
12743
12744 2007-09-08  Bruno Haible  <bruno@clisp.org>
12745
12746         * m4/inttypes-h.m4: Remove stub file.
12747
12748 2007-09-07  Simon Josefsson  <simon@josefsson.org>
12749
12750         * doc/headers/stdint.texi: Discuss #include_next issue.
12751
12752 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12753
12754         * build-aux/bootstrap: Remove obsolete comment about wget --help.
12755
12756 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12757
12758         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
12759         in variable name.
12760
12761 2007-09-03  Jim Meyering  <jim@meyering.net>
12762
12763         New module: git-version-gen.
12764         * modules/git-version-gen: New file.
12765
12766         Import changes from coreutils for bootstrap script.
12767
12768         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
12769
12770         bootstrap: uses rsync to download the .po files
12771         * build-aux/bootstrap (po_download_command_format): New global.
12772         (download_po_files): Use rsync.
12773         (update_po_files): Don't remove .po files after download,
12774         so future rsync runs can take advantage of the copies.
12775
12776         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
12777
12778         Solve the unnecessary-.po-file-regeneration problem once and for all.
12779         * build-aux/bootstrap (download_po_files): New function, renamed from
12780         get_translations.  Now, downloads, but doesn't update LINGUAS.
12781         (update_po_files): New function.
12782
12783         bootstrap: Ignore more.
12784         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
12785         uniwidth to e.g., lib/.gitignore.
12786         (slurp): Handle the sys_stat_.h -> sys mapping, too.
12787
12788         * build-aux/bootstrap: New setting: vc_ignore.
12789         (insert_sorted_if_absent): Create $file if absent.
12790         Adapt to new, possibly empty, list: $vc_ignore.
12791
12792         bootstrap: generate more ignorable names
12793         * build-aux/bootstrap (slurp): When generating ignorable names,
12794         also map .sin to .sed, .gperf to .c, and .y to .c.
12795
12796 2007-09-03  Jim Meyering  <jim@meyering.net>
12797
12798         * build-aux/git-version-gen: New file, from coreutils.  For details, see
12799         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
12800
12801 2007-09-02  Bruno Haible  <bruno@clisp.org>
12802
12803         Fix mis-recognition of 'mcs' on QNX 6.
12804         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
12805         output contains the string "Mono".
12806         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
12807         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
12808
12809 2007-09-01  Bruno Haible  <bruno@clisp.org>
12810
12811         Fix collision between uniwidth/* and linebreak modules.
12812         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
12813         u32_width): Remove declarations.
12814         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
12815         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
12816         streq3, streq2, streq1, streq0): Remove functions.
12817         (STREQ): Remove macro.
12818         (is_cjk_encoding): Remove function.
12819         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
12820         (uc_width, u8_width, u16_width, u32_width): Remove functions.
12821         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
12822         * NEWS: Document the change.
12823
12824 2007-09-01  Bruno Haible  <bruno@clisp.org>
12825
12826         * lib/streq.h: Add double-inclusion guard.
12827
12828 2007-09-01  Karl Berry  <karl@gnu.org>
12829
12830         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
12831
12832 2007-08-28  Jim Meyering  <jim@meyering.net>
12833
12834         Rename mreadlink_with_size to areadlink_with_size.
12835         * NEWS: Document the change.
12836         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
12837         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
12838         * lib/mreadlink.h: Rename this to...
12839         * lib/areadlink.h: ...this.
12840         * modules/mreadlink-with-size: Rename this to...
12841         * modules/areadlink-with-size: ...this.
12842         * lib/canonicalize.c: Reflect the renaming.
12843         * modules/canonicalize: Likewise.
12844
12845 2007-08-26  Bruno Haible  <bruno@clisp.org>
12846
12847         * gnulib-tool (func_import): When deciding which files to remove,
12848         consider also dangling symbolic links.
12849         Reported by Eric Blake.
12850
12851 2007-08-26  Bruno Haible  <bruno@clisp.org>
12852
12853         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
12854
12855 2007-08-23  Simon Josefsson  <simon@josefsson.org>
12856
12857         * lib/readline.c: Don't include getline.h, the prototype is now
12858         found in stdio.h.
12859
12860 2007-08-23  Jim Meyering  <jim@meyering.net>
12861
12862         Getdelim touchup.
12863         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
12864         around the funlockfile call, since funlockfile never sets errno.
12865         Don't set errno upon failed realloc.
12866
12867 2007-08-22  Eric Blake  <ebb9@byu.net>
12868
12869         Getline touchups.
12870         * lib/getdelim.c (getdelim): Revert regression that required *n to
12871         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
12872         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
12873         getdelim, rather than whether implementation is missing.
12874         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
12875         * lib/stdio_.h (getline): Also declare if replacement is
12876         required.
12877         * doc/functions/getdelim.texi: New file.
12878         * doc/functions/getline.texi: Likewise.
12879         * doc/gnulib.texi (Function Substitutes): Add new files.
12880         Reported by Bruno Haible.
12881
12882 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
12883
12884         * users.txt: Add Guile.
12885
12886 2007-08-22  Eric Blake  <ebb9@byu.net>
12887
12888         * tests/test-getdelim.c (main): Use remove, not unlink.
12889         * tests/test-getline.c (main): Likewise.
12890
12891         Move getline and getdelim into stdio.h, per POSIX 200x.
12892         * modules/getline (Files): Remove getline.h.
12893         (Depends-on): Add stdio.
12894         (configure.ac): Add module indicator.
12895         * modules/getdelim (Files): Remove getdelim.h.
12896         (Depends-on): Add stdio.
12897         (configure.ac): Add module indicator.
12898         * modules/stdio (Makefile.am): Work with new indicators.
12899         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
12900         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
12901         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12902         * lib/getdelim.h: Delete.
12903         * lib/getline.h: Delete.
12904         * lib/stdio_.h (getdelim, getline): Declare.
12905         * modules/getdelim-tests: New module.
12906         * modules/getline-tests: Likewise.
12907         * tests/test-getdelim.c: New file.
12908         * tests/test-getline.c: Likewise.
12909         * NEWS: Document the change.
12910         * lib/getline.c: Update choice of header.
12911         * lib/csharpcomp.c: Likewise.
12912         * lib/getpass.c: Likewise.
12913         * lib/javacomp.c: Likewise.
12914         * lib/javaversion.c: Likewise.
12915         * lib/yesno.c: Likewise.
12916         * lib/getdelim.c: Likewise.
12917         (getdelim): Set errno on failure, and avoid memory leak.
12918
12919 2007-08-19  Bruno Haible  <bruno@clisp.org>
12920
12921         * modules/closein (Depends-on): Add freadahead.
12922         * lib/closein.c: Include freadahead.h.
12923         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
12924         is zero.
12925
12926 2007-08-19  Bruno Haible  <bruno@clisp.org>
12927
12928         * modules/freadahead-tests: New file.
12929         * tests/test-freadahead.sh: New file.
12930         * tests/test-freadahead.c: New file.
12931
12932         * modules/freadahead: New file.
12933         * lib/freadahead.h: New file.
12934         * lib/freadahead.c: New file.
12935         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
12936         fbufmode, fpurge, freadable, fwritable.
12937
12938 2007-08-19  Eric Blake  <ebb9@byu.net>
12939
12940         Test yesno in combination with closein.
12941         * lib/yesno.c (yesno): Document use of stdin.
12942         * modules/yesno-tests (Files): New module.
12943         * tests/test-yesno.c (main): New file.
12944         * tests/test-yesno.sh: Likewise.
12945
12946 2007-08-19  Bruno Haible  <bruno@clisp.org>
12947
12948         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
12949         * lib/fseeko.c (rpl_fseeko): Likewise.
12950         * lib/fseterr.c (fseterr): Likewise.
12951
12952 2007-08-19  Bruno Haible  <bruno@clisp.org>
12953
12954         * tests/test-lseek.c (main): Disable a test for BeOS.
12955         * doc/functions/lseek.texi: Document the BeOS bug.
12956
12957 2007-08-19  Bruno Haible  <bruno@clisp.org>
12958             Eric Blake  <ebb9@byu.net>
12959
12960         * lib/lseek.c: Include <sys/stat.h>.
12961         (rpl_lseek): Add workaround code also for Unix platforms.
12962         Needed for BeOS.
12963         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
12964         * doc/functions/lseek.texi: Document BeOS definiency.
12965
12966 2007-08-18  Bruno Haible  <bruno@clisp.org>
12967
12968         * modules/fstrcmp-tests: New file.
12969         * tests/test-fstrcmp.c: New file.
12970
12971 2007-08-18  Bruno Haible  <bruno@clisp.org>
12972
12973         * modules/fstrcmp: New file, from GNU gettext with modifications.
12974         * lib/fstrcmp.h: New file, from GNU gettext.
12975         * lib/fstrcmp.c: New file, from GNU gettext.
12976         * MODULES.html.sh (String handling): Add fstrcmp.
12977
12978 2007-08-18  Bruno Haible  <bruno@clisp.org>
12979
12980         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
12981         'bool'.
12982         (diag, compareseq): Remove const from the ctxt argument.
12983         (USE_HEURISTIC): Undefine at the end.
12984
12985 2007-08-18  Jim Meyering  <jim@meyering.net>
12986
12987         New file: lib/idcache.h
12988         * NEWS: Mention the addition.
12989         * modules/idcache (Files): Add lib/idcache.h
12990         * lib/idcache.c: Include "idcache.h".
12991         Don't include <sys/types.h>.
12992         Add a FIXME comment.
12993         Move file-scoped "static" declarations to the top.
12994         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
12995
12996 2007-08-17  Bruno Haible  <bruno@clisp.org>
12997         and Paul Eggert  <eggert@cs.ucla.edu>
12998
12999         * MODULES.html.sh: Add diffseq.
13000         * modules/diffseq: New file.
13001         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
13002         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
13003
13004 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13005
13006         Import changes from coreutils for bootstrap script.
13007
13008         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
13009
13010         * build-aux/bootstrap (slurp): Work even in environments where
13011         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
13012         current code does not slurp files whose names start with ".", and
13013         this looks like it might be a troublesome area.
13014
13015         2007-07-11  Jim Meyering  <jim@meyering.net>
13016
13017         If there's a GPL vN copyright comment, require that N == 3.
13018
13019         2007-07-08  Jim Meyering  <jim@meyering.net>
13020
13021         Run the coreutils-specific code only if tests/Makefile.am.in exists.
13022         * build-aux/bootstrap (mam_template): Move definition out of loop.
13023
13024         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
13025
13026         * build-aux/bootstrap (symlink_to_dir): Rename function from
13027         symlink_to_gnulib.  Add a directory parameter.  Update all
13028         callers.
13029         (cp_mark_as_generated): Also check for -- and link to -- files in
13030         gl/.
13031
13032         2007-07-08  Jim Meyering  <jim@meyering.net>
13033
13034         Adapt to deeper hierarchy in gnulib.
13035         * build-aux/bootstrap (symlink_to_dir): If the destination
13036         directory doesn't exist, create it. This is required at least for
13037         "lib/uniwidth/cjk.h".
13038
13039         2007-05-15  Jim Meyering  <jim@meyering.net>
13040
13041         * build-aux/bootstrap: Now that generated Makefile.am files
13042         are no longer under version control, they must be created at
13043         bootstrap time.
13044
13045 2007-08-14  Ben Pfaff  <blp@gnu.org>
13046
13047         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
13048
13049 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13050
13051         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
13052         given the changes below.
13053         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
13054         even on hosts that have padding bits beyond the supported 64.
13055
13056 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13057
13058         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
13059         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
13060         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
13061         depends on it.
13062         (xstrtol_error): Remove.
13063         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
13064         but with a different signature.
13065         (ATTRIBUTE_NORETURN, __attribute__): New macros.
13066         * lib/xstrtol-error.c: Include exitfail.h.
13067         (xstrtol_fatal): New function, with a different signature from the
13068         old xstrtol_error, so that the caller need not worry about passing
13069         in an exit status, or about storage management of the option argument.
13070         (xstrtol_error): Now a static function.  Redo signature to
13071         implement xstrtol_fatal.  Output the correct number of hyphens in
13072         front of the option so that the caller need not worry about
13073         storage management.
13074         (N_): New macro.
13075         (_): Remove; not used now.
13076         * modules/xstrtol: Depend on getopt.
13077         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
13078         of old STRTOL_FATAL_ERROR macro.
13079         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
13080         of test program.
13081         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
13082         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
13083
13084 2007-08-08  Eric Blake  <ebb9@byu.net>
13085
13086         * lib/xstrtol-error.c: Add missing include.
13087
13088         Move xstrtol messages into gnulib domain, when --pobase is used.
13089         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
13090         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
13091         * modules/xstrtol (Files): Distribute new file.
13092         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
13093         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
13094         * tests/test-xstrtol.c: ...into new file.
13095         * tests/test-xstrtoul.c: Also test xstrtoul.
13096         * tests/test-xstrtoimax.c: Also test xstrtoimax.
13097         * tests/test-xstrtoumax.c: Also test xstrtoumax.
13098         * tests/test-xstrtol.sh: Drive the tests.
13099         * tests/test-xstrtoimax.sh: Likewise.
13100         * tests/test-xstrtoumax.sh: Likewise.
13101         * modules/xstrtol-tests: New module.
13102         * modules/xstrtoimax-tests: Likewise.
13103         * modules/xstrtoumax-tests: Likewise.
13104
13105 2007-08-08  Jim Meyering  <jim@meyering.net>
13106
13107         New function: mfile_name_concat.
13108         * lib/filenamecat.c (mfile_name_concat): New function, just like
13109         file_name_concat, but return NULL upon failure rather than exiting
13110         with a diagnostic.
13111         * lib/filenamecat.h: Declare it.
13112
13113 2007-08-07  Bruno Haible  <bruno@clisp.org>
13114
13115         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
13116         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
13117         warning from gcc.
13118         Reported by Eric Blake.
13119
13120 2007-08-07  Simon Josefsson  <simon@josefsson.org>
13121
13122         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
13123         * modules/crypto/arcfour (License): Likewise.
13124         * modules/crypto/des-tests (License): Likewise.
13125         * modules/crypto/gc-arctwo-tests (License): Likewise.
13126         * modules/crypto/gc-des-tests (License): Likewise.
13127         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
13128         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
13129         * modules/crypto/gc-md2-tests (License): Likewise.
13130         * modules/crypto/gc-md4-tests (License): Likewise.
13131         * modules/crypto/gc-md5-tests (License): Likewise.
13132         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
13133         * modules/crypto/gc-rijndael-tests (License): Likewise.
13134         * modules/crypto/gc-sha1-tests (License): Likewise.
13135         * modules/crypto/gc-tests (License): Likewise.
13136         * modules/crypto/hmac-md5 (License): Likewise.
13137         * modules/crypto/hmac-sha1 (License): Likewise.
13138         * modules/crypto/md2-tests (License): Likewise.
13139         * modules/crypto/md4-tests (License): Likewise.
13140         * modules/crypto/md5 (License): Likewise.
13141         * modules/crypto/rijndael (License): Likewise.
13142         * modules/crypto/sha1 (License): Likewise.
13143         * modules/memxor (License): Likewise.
13144
13145 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13146         and Bruno Haible  <bruno@clisp.org>
13147
13148         * NEWS: Describe interface changes to human, xstrtol.
13149         * lib/human.h: Include <xstrtol.h>.
13150         (human_options): Return enum strtol_error, not int.  Remove
13151         bool arg; take int * instead.
13152         * lib/human.c: Don't include "gettext.h".
13153         (_): Remove; no longer used.
13154         Don't include <xstrtol.h>, since human.h does it.
13155         (human_options): Adjust to abovementioned interface changes.
13156         Do not report error to stderr; that's now the caller's
13157         responsibility.
13158         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
13159         interface change.
13160         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
13161         Str, Argument_type_string.  All uses changed.  Put " argument"
13162         in diagnostics to make them clearer.  Change wording of suffix
13163         message for clarity.
13164         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
13165         Argument_type_string.
13166         (STRTOL_FATAL_WARN): Remove; no longer used.
13167         * modules/human (Depends-on): Remove gettext-h.
13168
13169 2007-08-06  Simon Josefsson  <simon@josefsson.org>
13170
13171         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
13172
13173 2007-07-31  Bruno Haible  <bruno@clisp.org>
13174
13175         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
13176         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
13177         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
13178
13179 2007-07-31  Bruno Haible  <bruno@clisp.org>
13180
13181         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
13182         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
13183
13184 2007-07-30  Bruno Haible  <bruno@clisp.org>
13185
13186         * modules/base64 (License): Use the synonymous term "LGPLv2+".
13187         * modules/c-ctype (License): Likewise.
13188         * modules/c-strcase (License): Likewise.
13189         * modules/check-version (License): Likewise.
13190         * modules/iconv (License): Likewise.
13191         * modules/iconv_open (License): Likewise.
13192         * modules/read-file (License): Likewise.
13193         * modules/striconv (License): Likewise.
13194         * modules/strverscmp (License): Likewise.
13195         * modules/vasprintf (License): Likewise.
13196         * modules/crypto/des (License): Likewise.
13197         * modules/crypto/gc (License): Likewise.
13198         * modules/crypto/gc-arcfour (License): Likewise.
13199         * modules/crypto/gc-arctwo (License): Likewise.
13200         * modules/crypto/gc-des (License): Likewise.
13201         * modules/crypto/gc-hmac-md5 (License): Likewise.
13202         * modules/crypto/gc-hmac-sha1 (License): Likewise.
13203         * modules/crypto/gc-md2 (License): Likewise.
13204         * modules/crypto/gc-md4 (License): Likewise.
13205         * modules/crypto/gc-md5 (License): Likewise.
13206         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
13207         * modules/crypto/gc-random (License): Likewise.
13208         * modules/crypto/gc-rijndael (License): Likewise.
13209         * modules/crypto/gc-sha1 (License): Likewise.
13210         * modules/crypto/md2 (License): Likewise.
13211         * modules/crypto/md4 (License): Likewise.
13212
13213 2007-07-30  Jim Meyering  <jim@meyering.net>
13214
13215         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
13216         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
13217         it has valid stat data.  This bug would cause du not to count the
13218         sizes of inaccessible directories.
13219         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
13220         in <http://bugzilla.redhat.com/250077>.
13221
13222 2007-07-25  Peter O'Gorman  <peter@pogma.com>
13223             Bruno Haible  <bruno@clisp.org>
13224
13225         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
13226         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
13227         #include_next, gives a diagnostic about it, but reports no error in
13228         the exit code.
13229         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
13230
13231 2007-07-24  Ben Pfaff  <blp@gnu.org>
13232
13233         Improve name: "count-one-bits" is better than "popcount".
13234         * MODULES.html.sh: Update name.
13235         * lib/popcount.h: Renamed lib/count-one-bits.h.
13236         (popcount): Renamed count_one_bits.
13237         (popcountl): Renamed count_one_bits_l.
13238         (popcountll): Renamed count_one_bits_ll.
13239         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
13240         * modules/popcount: Renamed module/count-one-bits.
13241         * modules/popcount-tests: Renamed module/count-one-bits-tests.
13242         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
13243
13244 2007-07-23  Ben Pfaff  <blp@gnu.org>
13245
13246         * lib/popcount.h (popcount32): Reduce size of constants, to allow
13247         better code generation, and add U to large constants to avoid
13248         warnings, in non-GCC case.
13249         Suggested by Bruno Haible.
13250
13251 2007-07-23  Ben Pfaff  <blp@gnu.org>
13252
13253         * lib/popcount.h: Use verify_true instead of if...abort.
13254         * modules/popcount: Depend on verify module.
13255         Suggested by Jim Meyering.
13256
13257 2007-07-23  Bruno Haible  <bruno@clisp.org>
13258
13259         * gnulib-tool (func_import): Create a .cvsignore file also when the
13260         directory is not yet in CVS but the toplevel directory is. When
13261         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
13262         Reported by Karl Berry.
13263
13264 2007-07-22  Ben Pfaff  <blp@gnu.org>
13265
13266         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
13267         case.
13268         Suggested by Eric Blake.
13269
13270 2007-07-22  Ben Pfaff  <blp@gnu.org>
13271
13272         New module: popcount.
13273         * MODULES.html.sh: Add popcount.
13274         * modules/popcount: New file.
13275         * modules/popcount-tests: New file.
13276         * tests/test-popcount.c: New file.
13277         * lib/popcount.h: New file.
13278         * m4/popcount.m4: New file.
13279
13280 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13281
13282         * build-aux/announce-gen: Update to GPLv3.
13283
13284         * build-aux/config.guess: Update from config.
13285
13286 2007-07-21  Bruno Haible  <bruno@clisp.org>
13287
13288         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
13289         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
13290
13291 2007-07-20  Jim Meyering  <jim@meyering.net>
13292
13293         * check-module: Diagnose a self-dependency.
13294
13295 2007-07-19  Bruno Haible  <bruno@clisp.org>
13296
13297         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
13298         empty.
13299         Reported by Eric Blake.
13300
13301 2007-07-18  Bruno Haible  <bruno@clisp.org>
13302
13303         * gnulib-tool: New options --po-base, --po-domain.
13304         (func_usage): Document them.
13305         (pobase, po_domain): New variables.
13306         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
13307         DEFAULT_TEXT_DOMAIN.
13308         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
13309         (func_import): Consider pobase and po_domain. Create a po/ directory.
13310         (func_create_testdir): Set pobase and po_domain to empty.
13311         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
13312         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
13313
13314 2007-07-18  Bruno Haible  <bruno@clisp.org>
13315
13316         * gnulib-tool (func_get_automake_snippet): Synthesize also an
13317         EXTRA_DIST augmentation for files in build-aux/.
13318
13319 2007-07-16  Bruno Haible  <bruno@clisp.org>
13320
13321         * modules/lseek (License): Use the synonymous term "LGPLv2+".
13322         * modules/getdelim (License): Likewise.
13323
13324 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13325
13326         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
13327         * modules/d-type (License): Likewise.
13328         * modules/extensions (License): Likewise.
13329         * modules/fnmatch (License): Likewise.
13330         * modules/fseeko (License): Likewise.
13331         * modules/getaddrinfo (License): Likewise.
13332         * modules/getline (License): Likewise.
13333         * modules/getlogin_r (License): Likewise.
13334         * modules/getpass (License): Likewise.
13335         * modules/gettimeofday (License): Likewise.
13336         * modules/glob (License): Likewise.
13337         * modules/inet_ntop (License): Likewise.
13338         * modules/malloc (License): Likewise.
13339         * modules/malloca (License): Likewise.
13340         * modules/memmem (License): Likewise.
13341         * modules/mempcpy (License): Likewise.
13342         * modules/memset (License): Likewise.
13343         * modules/minmax (License): Likewise.
13344         * modules/mktime (License): Likewise.
13345         * modules/netinet_in (License): Likewise.
13346         * modules/pathmax (License): Likewise.
13347         * modules/poll (License): Likewise.
13348         * modules/regex (License): Likewise.
13349         * modules/snprintf (License): Likewise.
13350         * modules/stdbool (License): Likewise.
13351         * modules/stdint (License): Likewise.
13352         * modules/stdio (License): Likewise.
13353         * modules/strcase (License): Likewise.
13354         * modules/strcasestr (License): Likewise.
13355         * modules/strdup (License): Likewise.
13356         * modules/string (License): Likewise.
13357         * modules/strndup (License): Likewise.
13358         * modules/strnlen (License): Likewise.
13359         * modules/strpbrk (License): Likewise.
13360         * modules/strptime (License): Likewise.
13361         * modules/strsep (License): Likewise.
13362         * modules/sys_select (License): Likewise.
13363         * modules/sys_socket (License): Likewise.
13364         * modules/sys_stat (License): Likewise.
13365         * modules/sys_time (License): Likewise.
13366         * modules/time (License): Likewise.
13367         * modules/time_r (License): Likewise.
13368         * modules/timegm (License): Likewise.
13369         * modules/unistd (License): Likewise.
13370         * modules/vsnprintf (License): Likewise.
13371         * modules/wctype (License): Likewise.
13372
13373 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13374
13375         * modules/argz (License): LGPLv2+.
13376
13377 2007-07-15  Karl Berry  <karl@gnu.org>
13378
13379         * doc/gnulib.texi: revise node structure per new fdl.texi.
13380
13381 2007-07-14  Bruno Haible  <bruno@clisp.org>
13382
13383         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
13384         the output file.
13385         * lib/uniname/uninames.h: Regenerated.
13386
13387 2007-07-14  Karl Berry  <karl@gnu.org>
13388
13389         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
13390         omitting sectioning and index commands.
13391
13392 2007-07-13  Bruno Haible  <bruno@clisp.org>
13393
13394         New gnulib-tool option --more-symlinks.
13395         * gnulib-tool (func_usage): Document --more-symlinks.
13396         (do_copyrights): New variable.
13397         Recognize option --more-symlinks.
13398         (func_import): Don't add a copyright notice transform to
13399         sed_transform_lib_file if do_copyrights is empty.
13400
13401 2007-07-13  Bruno Haible  <bruno@clisp.org>
13402
13403         * lib/vasnprintf.c (decimal_point_char): Define also if
13404         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
13405         && !NEED_PRINTF_DIRECTIVE_A.
13406         Reported by Clemens Koller <clemens.koller@anagramm.de> via
13407         Gary V. Vaughan <gary@gnu.org>.
13408
13409 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
13410
13411         * lib/inttypes_.h: Undo previous change, since it was fixed
13412         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
13413
13414 2007-07-13  Bruno Haible  <bruno@clisp.org>
13415
13416         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
13417         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
13418
13419 2007-07-13  Jim Meyering  <jim@meyering.net>
13420
13421         df: Don't fail for Tru64's "file-on-file mount".
13422         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
13423         so we fall through and use statfs instead.  Details here:
13424         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
13425         Reported by Albert Chin.
13426
13427 2007-07-13  Bruno Haible  <bruno@clisp.org>
13428
13429         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
13430         * modules/configmake (License): Likewise.
13431         * modules/gettext (License): Likewise.
13432         * modules/gettext-h (License): Likewise.
13433         * modules/include_next (License): Likewise.
13434         * modules/link-warning (License): Likewise.
13435         * modules/localcharset (License): Likewise.
13436         * modules/localename (License): Likewise.
13437         * modules/lock (License): Likewise.
13438         * modules/relocatable-lib-lgpl (License): Likewise.
13439         * modules/size_max (License): Likewise.
13440         * modules/vasnprintf (License): Likewise.
13441         * modules/wchar (License): Likewise.
13442         * modules/xsize (License): Likewise.
13443
13444 2007-07-13  Bruno Haible  <bruno@clisp.org>
13445
13446         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
13447         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
13448
13449 2007-07-12  Bruno Haible  <bruno@clisp.org>
13450
13451         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
13452         in the modules files.
13453
13454 2007-07-11  Karl Berry  <karl@gnu.org>
13455
13456         * MODULES.html.sh (func_module): use
13457          sed -e '\|^'"${includefile}"'$|d'
13458          instead of /.../d, to avoid errors on $includefile's containing /.
13459
13460 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13461
13462         * gnulib-tool (func_import): Avoid duplication of --avoid
13463         statements
13464         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
13465         names to `_' in variable names.
13466
13467 2007-07-10  Eric Blake  <ebb9@byu.net>
13468
13469         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
13470         * NEWS: Document this change.
13471
13472 2007-07-08  Bruno Haible  <bruno@clisp.org>
13473
13474         Update to Unicode 5.0.
13475         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
13476         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
13477         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
13478         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
13479         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
13480         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
13481         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
13482         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
13483         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
13484         U+10A3F, U+1D242..U+1D244.
13485         (nonspacing_table_ind): Update.
13486         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
13487         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
13488
13489 2007-07-08  Bruno Haible  <bruno@clisp.org>
13490
13491         Update to Unicode 5.0.
13492         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
13493         code transform. Extend the name index field of unicode_name_to_code and
13494         unicode_code_to_name from 16 to 24 bits.
13495         * lib/uniname/uniname.c (unicode_character_name,
13496         unicode_name_character): Add the range 0x12xxx to the code transform.
13497         * lib/uniname/uninames.h: Regenerated.
13498         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
13499
13500 2007-07-07  Bruno Haible  <bruno@clisp.org>
13501
13502         * modules/wcwidth-tests: New file.
13503         * tests/test-wcwidth.c: New file.
13504
13505         Work around MacOS X wcwidth() bug.
13506         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
13507         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
13508         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
13509         original wcwidth in non-UTF-8 locales.
13510         * modules/wcwidth (Depends-on): Add localcharset, streq,
13511         uniwidth/width.
13512         * doc/functions/wcwidth.texi: Update.
13513
13514 2007-07-07  Bruno Haible  <bruno@clisp.org>
13515
13516         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
13517         (wcwidth): New declaration.
13518         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
13519         macros.
13520         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
13521         here. Prepare for creating <wchar.h> unconditionally.
13522         * modules/wchar (Depends-on): Add link-warning.
13523         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
13524         REPLACE_WCWIDTH, and GL_LINK_WARNING.
13525         * lib/wcwidth.h: Remove file.
13526         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
13527         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
13528         * modules/wcwidth (Files): Remove lib/wcwidth.h.
13529         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
13530         (Include): Replace wcwidth.h with <wchar.h>.
13531         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
13532         * lib/mbchar.h: Don't include wcwidth.h.
13533         * lib/mbswidth.c: Likewise.
13534         * NEWS: Mention the change.
13535
13536 2007-07-07  Bruno Haible  <bruno@clisp.org>
13537
13538         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
13539         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
13540         definition with an external declaration.
13541         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
13542         defined as a function. Remove AC_C_INLINE requirement.
13543         * modules/wcwidth (Files): Add lib/wcwidth.c.
13544         (Makefile.am): Remove redundant statement.
13545
13546 2007-07-07  Bruno Haible  <bruno@clisp.org>
13547
13548         * MODULES.html.sh (Unicode string functions): Add the new modules.
13549
13550         * tests/uniwidth/test-u32-strwidth.c: New file.
13551         * modules/uniwidth/u32-strwidth-tests: New file.
13552
13553         * lib/uniwidth/u32-strwidth.c: New file.
13554         * modules/uniwidth/u32-strwidth: New file.
13555
13556         * tests/uniwidth/test-u16-strwidth.c: New file.
13557         * modules/uniwidth/u16-strwidth-tests: New file.
13558
13559         * lib/uniwidth/u16-strwidth.c: New file.
13560         * modules/uniwidth/u16-strwidth: New file.
13561
13562         * tests/uniwidth/test-u8-strwidth.c: New file.
13563         * modules/uniwidth/u8-strwidth-tests: New file.
13564
13565         * lib/uniwidth/u8-strwidth.c: New file.
13566         * modules/uniwidth/u8-strwidth: New file.
13567
13568         * tests/uniwidth/test-u32-width.c: New file.
13569         * modules/uniwidth/u32-width-tests: New file.
13570
13571         * lib/uniwidth/u32-width.c: New file.
13572         * modules/uniwidth/u32-width: New file.
13573
13574         * tests/uniwidth/test-u16-width.c: New file.
13575         * modules/uniwidth/u16-width-tests: New file.
13576
13577         * lib/uniwidth/u16-width.c: New file.
13578         * modules/uniwidth/u16-width: New file.
13579
13580         * tests/uniwidth/test-u8-width.c: New file.
13581         * modules/uniwidth/u8-width-tests: New file.
13582
13583         * lib/uniwidth/u8-width.c: New file.
13584         * modules/uniwidth/u8-width: New file.
13585
13586         * tests/uniwidth/test-uc_width.c: New file.
13587         * modules/uniwidth/width-tests: New file.
13588
13589         * lib/uniwidth/width.c: New file, from GNU libiconv.
13590         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
13591         * modules/uniwidth/width: New file.
13592
13593         * lib/uniwidth.h: New file, from GNU libiconv.
13594         * modules/uniwidth/base: New file.
13595
13596 2007-07-07  Bruno Haible  <bruno@clisp.org>
13597
13598         * lib/uniname.h: New file, from GNU gettext.
13599         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
13600         * lib/uniname/uninames.h: New file, from GNU gettext.
13601         * lib/uniname/uniname.c: New file, from GNU gettext.
13602         * tests/uniname/test-uninames.sh: New file.
13603         * tests/uniname/test-uninames.c: New file, from GNU gettext.
13604         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
13605         * modules/uniname/base: New file.
13606         * modules/uniname/uniname: New file.
13607         * modules/uniname/uniname-tests: New file.
13608         * MODULES.html.sh (Unicode string functions): Add the new modules.
13609
13610 2007-07-06  Bruno Haible  <bruno@clisp.org>
13611
13612         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
13613
13614 2007-07-06  Bruno Haible  <bruno@clisp.org>
13615
13616         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
13617         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
13618         includes <cygwin/sys_time.h> which includes <sys/select.h> which
13619         include <sys/time.h>.
13620         Reported by Eric Blake.
13621
13622 2007-07-06  Eric Blake  <ebb9@byu.net>
13623
13624         Fix testing canonicalize on cygwin.
13625         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13626         Revert patch from 2007-06-19.
13627         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
13628         canonicalize module is also in use.
13629         * tests/test-canonicalize.c: New file.
13630         * tests/test-canonicalize.sh: Likewise.
13631         * modules/canonicalize-tests: Likewise.
13632
13633 2007-07-06  Jim Meyering  <jim@meyering.net>
13634
13635         * lib/getugroups.c (getugroups): Detect getgrent failure.
13636         Adjust comment to reflect reality: this function may return -1.
13637
13638 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
13639
13640         * build-aux/bootstrap (TP_URL,get_translations): Update to use
13641         the new TP address.
13642         (usage): Fix typo
13643         (gnulib_mk): New variable.
13644
13645 2007-07-05  Jim Meyering  <jim@meyering.net>
13646
13647         Don't let endgrent clobber errno, no matter how improbable.
13648         * lib/getugroups.c (getugroups): Save and restore errno around
13649         endgrent call.
13650
13651         Close the group DB even when failing with 2^31 or more members.
13652         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
13653
13654 2007-07-04  Jim Meyering  <jim@meyering.net>
13655
13656         * lib/getugroups.h: New file.
13657         * lib/getugroups.c: Include "getugroups.h".
13658         Remove uses of "register" keyword.
13659         Move local variable, "cp", down into scope where used.
13660         Give "username" parameter the "const" attribute.
13661         * modules/getugroups (Files): Add lib/getugroups.h
13662
13663 2007-07-04  Karl Berry  <karl@gnu.org>
13664
13665         * MODULES.html.sh (func_all_modules): Complete rename of
13666         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
13667
13668 2007-07-02  Bruno Haible  <bruno@clisp.org>
13669
13670         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
13671         mode, when inttypes.h comes from gnulib.
13672         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13673
13674 2007-07-02  Simon Josefsson  <simon@josefsson.org>
13675
13676         * NEWS: Mention lgpl module name change.
13677
13678         * modules/lgpl-2.1: Renamed from lgpl.
13679
13680         * NEWS: Mention gpl module name change.
13681
13682         * modules/gpl-3.0: New file, based on gpl-2.0.
13683
13684         * modules/gpl-2.0: Renamed from gpl.
13685
13686         * modules/gpl: Fix filename, doc/gpl.texi is now found at
13687         doc/gpl-2.0.texi.
13688
13689 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13690
13691         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
13692         #define __STDC_LIMIT_MACROS temporarily while including
13693         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
13694         Problem reported by Joel E. Denny in
13695         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
13696
13697 2007-07-01  Bruno Haible  <bruno@clisp.org>
13698
13699         * lib/unistdio.h: New file.
13700         * lib/unistdio/u-asnprintf.h: New file.
13701         * lib/unistdio/u-asprintf.h: New file.
13702         * lib/unistdio/u-printf-args.c: New file.
13703         * lib/unistdio/u-printf-args.h: New file.
13704         * lib/unistdio/u-printf-parse.h: New file.
13705         * lib/unistdio/u-snprintf.h: New file.
13706         * lib/unistdio/u-sprintf.h: New file.
13707         * lib/unistdio/u-vasprintf.h: New file.
13708         * lib/unistdio/u-vsnprintf.h: New file.
13709         * lib/unistdio/u-vsprintf.h: New file.
13710         * lib/unistdio/ulc-asnprintf.c: New file.
13711         * lib/unistdio/ulc-asprintf.c: New file.
13712         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
13713         * lib/unistdio/ulc-printf-parse.c: New file.
13714         * lib/unistdio/ulc-snprintf.c: New file.
13715         * lib/unistdio/ulc-sprintf.c: New file.
13716         * lib/unistdio/ulc-vasnprintf.c: New file.
13717         * lib/unistdio/ulc-vasprintf.c: New file.
13718         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
13719         * lib/unistdio/ulc-vsnprintf.c: New file.
13720         * lib/unistdio/ulc-vsprintf.c: New file.
13721         * lib/unistdio/u8-asnprintf.c: New file.
13722         * lib/unistdio/u8-asprintf.c: New file.
13723         * lib/unistdio/u8-printf-parse.c: New file.
13724         * lib/unistdio/u8-snprintf.c: New file.
13725         * lib/unistdio/u8-sprintf.c: New file.
13726         * lib/unistdio/u8-vasnprintf.c: New file.
13727         * lib/unistdio/u8-vasprintf.c: New file.
13728         * lib/unistdio/u8-vsnprintf.c: New file.
13729         * lib/unistdio/u8-vsprintf.c: New file.
13730         * lib/unistdio/u8-u8-asnprintf.c: New file.
13731         * lib/unistdio/u8-u8-asprintf.c: New file.
13732         * lib/unistdio/u8-u8-snprintf.c: New file.
13733         * lib/unistdio/u8-u8-sprintf.c: New file.
13734         * lib/unistdio/u8-u8-vasnprintf.c: New file.
13735         * lib/unistdio/u8-u8-vasprintf.c: New file.
13736         * lib/unistdio/u8-u8-vsnprintf.c: New file.
13737         * lib/unistdio/u8-u8-vsprintf.c: New file.
13738         * lib/unistdio/u16-asnprintf.c: New file.
13739         * lib/unistdio/u16-asprintf.c: New file.
13740         * lib/unistdio/u16-printf-parse.c: New file.
13741         * lib/unistdio/u16-snprintf.c: New file.
13742         * lib/unistdio/u16-sprintf.c: New file.
13743         * lib/unistdio/u16-vasnprintf.c: New file.
13744         * lib/unistdio/u16-vasprintf.c: New file.
13745         * lib/unistdio/u16-vsnprintf.c: New file.
13746         * lib/unistdio/u16-vsprintf.c: New file.
13747         * lib/unistdio/u16-u16-asnprintf.c: New file.
13748         * lib/unistdio/u16-u16-asprintf.c: New file.
13749         * lib/unistdio/u16-u16-snprintf.c: New file.
13750         * lib/unistdio/u16-u16-sprintf.c: New file.
13751         * lib/unistdio/u16-u16-vasnprintf.c: New file.
13752         * lib/unistdio/u16-u16-vasprintf.c: New file.
13753         * lib/unistdio/u16-u16-vsnprintf.c: New file.
13754         * lib/unistdio/u16-u16-vsprintf.c: New file.
13755         * lib/unistdio/u32-asnprintf.c: New file.
13756         * lib/unistdio/u32-asprintf.c: New file.
13757         * lib/unistdio/u32-printf-parse.c: New file.
13758         * lib/unistdio/u32-snprintf.c: New file.
13759         * lib/unistdio/u32-sprintf.c: New file.
13760         * lib/unistdio/u32-vasnprintf.c: New file.
13761         * lib/unistdio/u32-vasprintf.c: New file.
13762         * lib/unistdio/u32-vsnprintf.c: New file.
13763         * lib/unistdio/u32-vsprintf.c: New file.
13764         * lib/unistdio/u32-u32-asnprintf.c: New file.
13765         * lib/unistdio/u32-u32-asprintf.c: New file.
13766         * lib/unistdio/u32-u32-snprintf.c: New file.
13767         * lib/unistdio/u32-u32-sprintf.c: New file.
13768         * lib/unistdio/u32-u32-vasnprintf.c: New file.
13769         * lib/unistdio/u32-u32-vasprintf.c: New file.
13770         * lib/unistdio/u32-u32-vsnprintf.c: New file.
13771         * lib/unistdio/u32-u32-vsprintf.c: New file.
13772         * tests/unistdio/test-ulc-asnprintf1.c: New file.
13773         * tests/unistdio/test-ulc-asnprintf1.h: New file.
13774         * tests/unistdio/test-ulc-printf1.h: New file.
13775         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
13776         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
13777         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
13778         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
13779         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
13780         * tests/unistdio/test-ulc-vasprintf1.c: New file.
13781         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
13782         * tests/unistdio/test-ulc-vsprintf1.c: New file.
13783         * tests/unistdio/test-u8-asnprintf1.c: New file.
13784         * tests/unistdio/test-u8-asnprintf1.h: New file.
13785         * tests/unistdio/test-u8-printf1.h: New file.
13786         * tests/unistdio/test-u8-vasnprintf1.c: New file.
13787         * tests/unistdio/test-u8-vasnprintf2.c: New file.
13788         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
13789         * tests/unistdio/test-u8-vasnprintf3.c: New file.
13790         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
13791         * tests/unistdio/test-u8-vasprintf1.c: New file.
13792         * tests/unistdio/test-u8-vsnprintf1.c: New file.
13793         * tests/unistdio/test-u8-vsprintf1.c: New file.
13794         * tests/unistdio/test-u16-asnprintf1.c: New file.
13795         * tests/unistdio/test-u16-asnprintf1.h: New file.
13796         * tests/unistdio/test-u16-printf1.h: New file.
13797         * tests/unistdio/test-u16-vasnprintf1.c: New file.
13798         * tests/unistdio/test-u16-vasnprintf2.c: New file.
13799         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
13800         * tests/unistdio/test-u16-vasnprintf3.c: New file.
13801         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
13802         * tests/unistdio/test-u16-vasprintf1.c: New file.
13803         * tests/unistdio/test-u16-vsnprintf1.c: New file.
13804         * tests/unistdio/test-u16-vsprintf1.c: New file.
13805         * tests/unistdio/test-u32-asnprintf1.c: New file.
13806         * tests/unistdio/test-u32-asnprintf1.h: New file.
13807         * tests/unistdio/test-u32-printf1.h: New file.
13808         * tests/unistdio/test-u32-vasnprintf1.c: New file.
13809         * tests/unistdio/test-u32-vasnprintf2.c: New file.
13810         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
13811         * tests/unistdio/test-u32-vasnprintf3.c: New file.
13812         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
13813         * tests/unistdio/test-u32-vasprintf1.c: New file.
13814         * tests/unistdio/test-u32-vsnprintf1.c: New file.
13815         * tests/unistdio/test-u32-vsprintf1.c: New file.
13816         * modules/unistdio/base: New file.
13817         * modules/unistdio/u-printf-args: New file.
13818         * modules/unistdio/ulc-asnprintf: New file.
13819         * modules/unistdio/ulc-asprintf: New file.
13820         * modules/unistdio/ulc-fprintf: New file.
13821         * modules/unistdio/ulc-printf-parse: New file.
13822         * modules/unistdio/ulc-snprintf: New file.
13823         * modules/unistdio/ulc-sprintf: New file.
13824         * modules/unistdio/ulc-vasnprintf: New file.
13825         * modules/unistdio/ulc-vasprintf: New file.
13826         * modules/unistdio/ulc-vfprintf: New file.
13827         * modules/unistdio/ulc-vsnprintf: New file.
13828         * modules/unistdio/ulc-vsprintf: New file.
13829         * modules/unistdio/u8-asnprintf: New file.
13830         * modules/unistdio/u8-asprintf: New file.
13831         * modules/unistdio/u8-printf-parse: New file.
13832         * modules/unistdio/u8-snprintf: New file.
13833         * modules/unistdio/u8-sprintf: New file.
13834         * modules/unistdio/u8-vasnprintf: New file.
13835         * modules/unistdio/u8-vasprintf: New file.
13836         * modules/unistdio/u8-vsnprintf: New file.
13837         * modules/unistdio/u8-vsprintf: New file.
13838         * modules/unistdio/u8-u8-asnprintf: New file.
13839         * modules/unistdio/u8-u8-asprintf: New file.
13840         * modules/unistdio/u8-u8-snprintf: New file.
13841         * modules/unistdio/u8-u8-sprintf: New file.
13842         * modules/unistdio/u8-u8-vasnprintf: New file.
13843         * modules/unistdio/u8-u8-vasprintf: New file.
13844         * modules/unistdio/u8-u8-vsnprintf: New file.
13845         * modules/unistdio/u8-u8-vsprintf: New file.
13846         * modules/unistdio/u16-asnprintf: New file.
13847         * modules/unistdio/u16-asprintf: New file.
13848         * modules/unistdio/u16-printf-parse: New file.
13849         * modules/unistdio/u16-snprintf: New file.
13850         * modules/unistdio/u16-sprintf: New file.
13851         * modules/unistdio/u16-vasnprintf: New file.
13852         * modules/unistdio/u16-vasprintf: New file.
13853         * modules/unistdio/u16-vsnprintf: New file.
13854         * modules/unistdio/u16-vsprintf: New file.
13855         * modules/unistdio/u16-u16-asnprintf: New file.
13856         * modules/unistdio/u16-u16-asprintf: New file.
13857         * modules/unistdio/u16-u16-snprintf: New file.
13858         * modules/unistdio/u16-u16-sprintf: New file.
13859         * modules/unistdio/u16-u16-vasnprintf: New file.
13860         * modules/unistdio/u16-u16-vasprintf: New file.
13861         * modules/unistdio/u16-u16-vsnprintf: New file.
13862         * modules/unistdio/u16-u16-vsprintf: New file.
13863         * modules/unistdio/u32-asnprintf: New file.
13864         * modules/unistdio/u32-asprintf: New file.
13865         * modules/unistdio/u32-printf-parse: New file.
13866         * modules/unistdio/u32-snprintf: New file.
13867         * modules/unistdio/u32-sprintf: New file.
13868         * modules/unistdio/u32-vasnprintf: New file.
13869         * modules/unistdio/u32-vasprintf: New file.
13870         * modules/unistdio/u32-vsnprintf: New file.
13871         * modules/unistdio/u32-vsprintf: New file.
13872         * modules/unistdio/u32-u32-asnprintf: New file.
13873         * modules/unistdio/u32-u32-asprintf: New file.
13874         * modules/unistdio/u32-u32-snprintf: New file.
13875         * modules/unistdio/u32-u32-sprintf: New file.
13876         * modules/unistdio/u32-u32-vasnprintf: New file.
13877         * modules/unistdio/u32-u32-vasprintf: New file.
13878         * modules/unistdio/u32-u32-vsnprintf: New file.
13879         * modules/unistdio/u32-u32-vsprintf: New file.
13880         * modules/unistdio/ulc-asnprintf-tests: New file.
13881         * modules/unistdio/ulc-vasnprintf-tests: New file.
13882         * modules/unistdio/ulc-vasprintf-tests: New file.
13883         * modules/unistdio/ulc-vsnprintf-tests: New file.
13884         * modules/unistdio/ulc-vsprintf-tests: New file.
13885         * modules/unistdio/u8-asnprintf-tests: New file.
13886         * modules/unistdio/u8-vasnprintf-tests: New file.
13887         * modules/unistdio/u8-vasprintf-tests: New file.
13888         * modules/unistdio/u8-vsnprintf-tests: New file.
13889         * modules/unistdio/u8-vsprintf-tests: New file.
13890         * modules/unistdio/u16-asnprintf-tests: New file.
13891         * modules/unistdio/u16-vasnprintf-tests: New file.
13892         * modules/unistdio/u16-vasprintf-tests: New file.
13893         * modules/unistdio/u16-vsnprintf-tests: New file.
13894         * modules/unistdio/u16-vsprintf-tests: New file.
13895         * modules/unistdio/u32-asnprintf-tests: New file.
13896         * modules/unistdio/u32-vasnprintf-tests: New file.
13897         * modules/unistdio/u32-vasprintf-tests: New file.
13898         * modules/unistdio/u32-vsnprintf-tests: New file.
13899         * modules/unistdio/u32-vsprintf-tests: New file.
13900         * MODULES.html.sh (Unicode string functions): Add the new modules.
13901
13902 2007-07-01  Bruno Haible  <bruno@clisp.org>
13903
13904         * lib/sprintf.c (sprintf): Limit the available length estimation,
13905         to avoid address wraparound.
13906         * lib/vsprintf.c (vsprintf): Likewise.
13907         * modules/sprintf-posix (Dependencies): Add stdint.
13908         * modules/vsprintf-posix (Dependencies): Likewise.
13909
13910 2007-07-01  Bruno Haible  <bruno@clisp.org>
13911
13912         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
13913         Windows PATH as well. Conservative double-quoting. Comments.
13914
13915 2007-07-01  Bruno Haible  <bruno@clisp.org>
13916             Eric Blake  <ebb9@byu.net>
13917             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13918
13919         * gnulib-tool (self_abspathname): Fix algorithm to cope with
13920         empty components in $PATH, denoting '.'.
13921
13922 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13923
13924         * gnulib-tool: Fix indentation.
13925         (func_create_megatestdir): Likewise.
13926         Report by Bruno Haible.
13927
13928 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13929
13930         Sync from Automake.
13931         * build-aux/gnupload: Fix shell portability issues with for loops.
13932         Report by Karl Berry.
13933
13934 2007-06-29  Simon Josefsson  <simon@josefsson.org>
13935
13936         * build-aux/maint.mk (POURL): Use translationproject.org.
13937
13938 2007-06-27  Simon Josefsson  <simon@josefsson.org>
13939             Bruno Haible  <bruno@clisp.org>
13940
13941         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
13942         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
13943         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
13944         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
13945         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
13946
13947 2007-06-27  Bruno Haible  <bruno@clisp.org>
13948
13949         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
13950         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
13951
13952 2007-06-26  Karl Berry  <karl@gnu.org>
13953
13954         * MODULES.html.sh: remove xreadlink-with-size.
13955
13956 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13957
13958         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
13959         method that I hope also handles the double-include problem noted
13960         by Bruno Haible in
13961         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
13962
13963 2007-06-23  Bruno Haible  <bruno@clisp.org>
13964
13965         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13966         Don't let the 'mostlyclean' target fail if the last subdirectory could
13967         not be removed.
13968         Reported by Karl Berry.
13969
13970 2007-06-23  Bruno Haible  <bruno@clisp.org>
13971
13972         * gnulib-tool (echo): Add a speedier workaround for ksh.
13973         * tests/test-echo.sh: Likewise.
13974
13975 2007-06-23  Bruno Haible  <bruno@clisp.org>
13976
13977         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
13978         * tests/test-echo.sh: Likewise.
13979
13980 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13981
13982         * gnulib-tool (IFS): Initialize early, so we don't set it to
13983         empty later.
13984         (self_abspathname): Rewrite algorithm to set it, reindent.
13985         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
13986         (func_create_megatestdir): Merge some sed scripts.
13987
13988 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13989
13990         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
13991         exposed by Sun Studio 11 cc on Solaris 8.
13992
13993 2007-06-22  Bruno Haible  <bruno@clisp.org>
13994
13995         * gnulib-tool (echo): Ensure the echo primitive does not interpret
13996         backslashes.
13997         * tests/test-echo.sh: New file.
13998
13999 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14000
14001         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
14002         simplify `sed_replace_build_aux' scripts, they are portable but
14003         echoing them with `echo' is not.
14004         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
14005
14006 2007-06-21  Karl Berry  <karl@gnu.org>
14007
14008         * config/srclist.txt: guess we can't handle the licenses via
14009         srclist at the moment.
14010
14011 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14012
14013         * MODULES.html.sh: Add include_next.
14014         * modules/include_next: New file.
14015
14016 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14017
14018         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
14019         INCLUDE_NEXT.
14020         (gl_CHECK_NEXT_HEADERS): New macro.
14021         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
14022         the obsolescent gl_ABSOLUTE_HEADER.
14023         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
14024         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
14025         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
14026         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
14027         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
14028         * m4/math_h.m4 (gl_MATH_H): Likewise.
14029         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
14030         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
14031         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
14032         * m4/stdint.m4 (gl_STDINT_H): Likewise.
14033         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
14034         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
14035         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
14036         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
14037         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
14038         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
14039         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
14040         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
14041         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
14042         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
14043         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
14044         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
14045         * m4/inttypes.m4 (gl_INTTYPES_H): Define
14046         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
14047         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
14048         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
14049         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
14050         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
14051         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
14052         * lib/float_.h: Likewise.
14053         * lib/inttypes_.h: Likewise.
14054         * lib/math_.h: Likewise.
14055         * lib/search_.h: Likewise.
14056         * lib/signal_.h: Likewise.
14057         * lib/stdint_.h: Likewise.
14058         * lib/stdio_.h: Likewise.
14059         * lib/stdlib_.h: Likewise.
14060         * lib/string_.h: Likewise.
14061         * lib/sys_stat_.h: Likewise.
14062         * lib/sys_time_.h: Likewise.
14063         * lib/time_.h: Likewise.
14064         * lib/unistd_.h: Likewise.
14065         * lib/wchar_.h: Likewise.
14066         * lib/wctype_.h: Likewise.
14067         * lib/dirent_.h: Likewise.
14068         * lib/iconv_.h: Likewise.
14069         * lib/locale_.h: Likewise.
14070         * lib/netinet_in_.h: Likewise.
14071         * lib/sys_select_.h: Likewise.
14072         * lib/sys_socket_.h: Likewise.
14073         * lib/sysexits_.h: Likewise.
14074         * modules/fcntl (Depends-on): Depend on include_next, not
14075         absolute_header.
14076         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
14077         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
14078         * modules/fchdir: Likewise.
14079         * modules/float: Likewise.
14080         * modules/iconv_open: Likewise.
14081         * modules/inttypes: Likewise.
14082         * modules/locale: Likewise.
14083         * modules/math: Likewise.
14084         * modules/netinet_in: Likewise.
14085         * modules/search: Likewise.
14086         * modules/signal: Likewise.
14087         * modules/stdint: Likewise.
14088         * modules/stdio: Likewise.
14089         * modules/stdlib: Likewise.
14090         * modules/string: Likewise.
14091         * modules/sys_select: Likewise.
14092         * modules/sys_socket: Likewise.
14093         * modules/sys_stat: Likewise.
14094         * modules/sys_time: Likewise.
14095         * modules/sysexits: Likewise.
14096         * modules/time: Likewise.
14097         * modules/unistd: Likewise.
14098         * modules/wchar: Likewise.
14099         * modules/wctype: Likewise.
14100         * modules/sys_stat: Change maintainer to "all".
14101         * modules/unistd: Likewise.
14102
14103 2007-06-20  Karl Berry  <karl@gnu.org>
14104
14105         * config/srclist.txt: track www changes in license files.
14106
14107 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
14108
14109         * build-aux/bootstrap: Remove stray dot.
14110         Make sure build_aux settings are honored when linking
14111         gnulib_extra_files.
14112
14113 2007-06-19  Eric Blake  <ebb9@byu.net>
14114
14115         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
14116         Allow compilation on cygwin.
14117
14118 2007-06-19  Jim Meyering  <jim@meyering.net>
14119
14120         xreadlink-with-size: Remove module.  No longer used.
14121         Ex-callers now use xreadlink or mreadlink-with-size.
14122         * modules/xreadlink-with-size: Remove module.
14123         * lib/xreadlink-with-size.c: Remove file.
14124         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
14125         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
14126         just before the function definition *is* accurate.
14127
14128         Eliminate one way canonicalize_filename_mode could exit.
14129         * lib/canonicalize.c (canonicalize_filename_mode):
14130         Use mreadlink_with_size, not xreadlink_with_size.
14131
14132 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
14133
14134         Detect porting problems to FreeBSD/arm, which has time_t wider than
14135         long int.  Original problem reported for GNU diff by Xin Li in
14136         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
14137         * modules/getdate (Depends-on): Add intprops, verify.
14138         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
14139         is an integer type no wider than long int.
14140
14141 2007-06-18  Jim Meyering  <jim@meyering.net>
14142
14143         New module: mreadlink-with-size.
14144         * MODULES.html.sh: Add mreadlink-with-size.
14145         * modules/mreadlink-with-size: New module
14146         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
14147         not xreadlink-with-size.
14148         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
14149
14150 2007-06-16  Bruno Haible  <bruno@clisp.org>
14151
14152         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
14153         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
14154         Reported by Gary V. Vaughan <gary@gnu.org>.
14155
14156 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
14157
14158         Revamp lchown so that it lives in unistd.h where it belongs.
14159         * lib/lchown.h: Remove.
14160         * lib/dirchownmod.c: Don't include lib/lchown.h.
14161         * lib/fchownat.c: Likewise.
14162         * lib/openat.c: Likewise.
14163         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
14164         does not follow symlinks.
14165         (EOPNOTSUPP): Define if not defined.
14166         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
14167         is defined to 0.
14168         (lchown): New decl.
14169         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
14170         Do not check for lchown decl.
14171         Set REPLACE_LCHOWN.
14172         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
14173         REPLACE_LCHOWN.
14174         * modules/chown: Make it clear it follows symlinks.
14175         * modules/lchown: Make it clear it doesn't follow symlinks.
14176         (Files): Remove lib/lchown.h
14177         (Depends-on): Add unistd.
14178         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
14179         (Include): Include <unistd.h>, not "lchown.h".
14180         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
14181         REPLACE_LCHOWN.
14182
14183 2007-06-15  Jim Meyering  <jim@meyering.net>
14184
14185         Change license (GPL to LGPL) of fsusage and dependents.
14186         * modules/fsusage (License): Change to LGPL.
14187         * modules/full-read (License): Likewise.
14188         * modules/full-write (License): Likewise.
14189         * modules/safe-read (License): Likewise.
14190         * modules/safe-write (License): Likewise.
14191
14192 2007-06-14  Ben Pfaff  <blp@gnu.org>
14193
14194         Missing part of allocsa -> malloca transition.
14195         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
14196         gl_MALLOCA.
14197
14198 2007-06-12  Bruno Haible  <bruno@clisp.org>
14199
14200         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
14201         to ia64, x86_64, i386.
14202         Reported by Eric Blake.
14203
14204 2007-06-12  Bruno Haible  <bruno@clisp.org>
14205
14206         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
14207         cross-compiling to x86_64.
14208
14209 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
14210
14211         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
14212         glitch reported by Ralf Wildenhues in
14213         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
14214
14215         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
14216         Vin Shelton.
14217
14218 2007-06-11  Bruno Haible  <bruno@clisp.org>
14219
14220         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
14221         replacement string.
14222         Reported by Eric Blake.
14223
14224 2007-06-10  Bruno Haible  <bruno@clisp.org>
14225
14226         Prepare vasnprintf code for use with Unicode strings.
14227         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
14228         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
14229         TYPE_U32_STRING.
14230         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
14231         a_u32_string variants.
14232         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14233         * lib/printf-args.c: Don't include config.h and the specification
14234         header if PRINTF_FETCHARGS is already defined.
14235         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14236         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
14237         TYPE_U16_STRING, TYPE_U32_STRING.
14238         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
14239         u16_directive, u16_directives, u32_directive, u32_directives): New
14240         types.
14241         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
14242         New declarations.
14243         * lib/printf-parse.c: Don't include config.h and the specification
14244         header if PRINTF_PARSE is already defined. Eliminate the set of
14245         parameters for WIDE_CHAR_VERSION; the user of this file must provide
14246         them now. Include c-ctype.h.
14247         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
14248         directive and CHAR_T_ONLY_ASCII.
14249         * lib/vasnprintf.c: Don't include config.h and the specification header
14250         if VASNPRINTF is already defined.
14251         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
14252         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
14253         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
14254         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
14255         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
14256         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
14257         code accordingly.
14258         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
14259         pad_ourselves also in this case, with the 'c' and 's' directives, and
14260         with a different notion of "width".
14261         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
14262
14263 2007-06-10  Bruno Haible  <bruno@clisp.org>
14264
14265         * modules/unistr/u32-mbsnlen: New file.
14266         * lib/unistr/u32-mbsnlen.c: New file.
14267
14268         * modules/unistr/u16-mbsnlen: New file.
14269         * lib/unistr/u16-mbsnlen.c: New file.
14270
14271         * modules/unistr/u8-mbsnlen: New file.
14272         * lib/unistr/u8-mbsnlen.c: New file.
14273
14274         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
14275         declarations.
14276
14277 2007-06-10  Bruno Haible  <bruno@clisp.org>
14278
14279         * lib/string_.h (mbsnlen): New declaration.
14280         * lib/mbsnlen.c: New file.
14281         * m4/mbsnlen.m4: New file.
14282         * modules/mbsnlen: New file.
14283         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
14284         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
14285         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
14286
14287 2007-06-10  Bruno Haible  <bruno@clisp.org>
14288
14289         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
14290
14291 2007-06-10  Bruno Haible  <bruno@clisp.org>
14292
14293         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
14294         * lib/mbuiter.h: Likewise.
14295
14296 2007-06-10  Bruno Haible  <bruno@clisp.org>
14297
14298         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
14299         declaration.
14300
14301 2007-06-10  Karl Berry  <karl@gnu.org>
14302
14303         * config/srclist.txt: remove gettext entries, Bruno prefers
14304         to update individually.
14305
14306 2007-06-10  Bruno Haible  <bruno@clisp.org>
14307
14308         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
14309         'maxlen'. Ensure only length + width bytes are allocated, not
14310         length + 1 + width.
14311
14312 2007-06-09  Bruno Haible  <bruno@clisp.org>
14313
14314         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
14315         (CHAR_T): Remove macro.
14316         (VASNPRINTF): Update.
14317
14318 2007-06-09  Bruno Haible  <bruno@clisp.org>
14319
14320         * MODULES.html.sh (Unicode string functions): Add the new modules.
14321
14322         * modules/uniconv/u32-conv-to-enc: New file.
14323         * lib/uniconv/u32-conv-to-enc.c: New file.
14324         * modules/uniconv/u32-conv-to-enc-tests: New file.
14325         * tests/uniconv/test-u32-conv-to-enc.c: New file.
14326
14327         * modules/uniconv/u16-conv-to-enc: New file.
14328         * lib/uniconv/u16-conv-to-enc.c: New file.
14329         * lib/uniconv/u-conv-to-enc.h: New file.
14330         * modules/uniconv/u16-conv-to-enc-tests: New file.
14331         * tests/uniconv/test-u16-conv-to-enc.c: New file.
14332
14333         * modules/uniconv/u8-conv-to-enc: New file.
14334         * lib/uniconv/u8-conv-to-enc.c: New file.
14335         * modules/uniconv/u8-conv-to-enc-tests: New file.
14336         * tests/uniconv/test-u8-conv-to-enc.c: New file.
14337
14338         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14339         u32_conv_to_encoding): New declarations.
14340
14341 2007-06-09  Bruno Haible  <bruno@clisp.org>
14342
14343         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
14344
14345 2007-06-09  Bruno Haible  <bruno@clisp.org>
14346
14347         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
14348         * modules/malloca: Renamed from modules/allocsa, updated.
14349         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
14350         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
14351         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
14352         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
14353         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
14354         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
14355         * modules/xmalloca: Renamed from modules/xallocsa, updated.
14356         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
14357         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
14358         * modules/c-strcasestr (Depends-on): Update.
14359         * lib/c-strcasestr.c: Update.
14360         * modules/c-strstr (Depends-on): Update.
14361         * lib/c-strstr.c: Update.
14362         * modules/canonicalize-lgpl (Depends-on): Update.
14363         * lib/canonicalize-lgpl.c: Update.
14364         * modules/clean-temp (Depends-on): Update.
14365         * lib/clean-temp.c: Update.
14366         * modules/csharpcomp (Depends-on): Update.
14367         * lib/csharpcomp.c: Update.
14368         * modules/csharpexec (Depends-on): Update.
14369         * lib/csharpexec.c: Update.
14370         * modules/javacomp (Depends-on): Update.
14371         * lib/javacomp.c: Update.
14372         * modules/javaexec (Depends-on): Update.
14373         * lib/javaexec.c: Update.
14374         * modules/mbscasestr (Depends-on): Update.
14375         * lib/mbscasestr.c: Update.
14376         * modules/mbsstr (Depends-on): Update.
14377         * lib/mbsstr.c: Update.
14378         * modules/setenv (Depends-on): Update.
14379         * lib/setenv.c: Update.
14380         * modules/strcasestr (Depends-on): Update.
14381         * lib/strcasestr.c: Update.
14382         * modules/striconveha (Depends-on): Update.
14383         * lib/striconveha.c: Update.
14384         * modules/relocatable-prog-wrapper (Files): Update.
14385         * lib/relocwrapper.c: Update.
14386         * build-aux/install-reloc: Update.
14387         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
14388
14389 2007-06-08  Bruno Haible  <bruno@clisp.org>
14390
14391         Port to uClibc.
14392         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
14393         * lib/fpurge.c (fpurge): Likewise.
14394         * lib/freading.c (freading): Likewise.
14395         * lib/fseeko.c (rpl_fseeko): Likewise.
14396         * lib/fseterr.c (fseterr): Likewise.
14397         * lib/fwriting.c (fwriting): Likewise.
14398         * tests/test-fflush.c (main): Avoid a failure on uClibc.
14399
14400 2007-06-08  Bruno Haible  <bruno@clisp.org>
14401
14402         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
14403         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
14404         * modules/gettext (Files): Add m4/intlmacosx.m4.
14405
14406 2007-06-07  Bruno Haible  <bruno@clisp.org>
14407
14408         * modules/localename-tests: New file.
14409         * tests/test-localename.c: New file.
14410
14411         New module 'localename'.
14412         * lib/localename.h: New file.
14413         * lib/localename.c: New file, from GNU gettext.
14414         * m4/localename.m4: New file.
14415         * modules/localename: New file.
14416
14417 2007-06-07  Bruno Haible  <bruno@clisp.org>
14418
14419         Work around the lack of <wchar.h> on some builds of uClibc.
14420         * doc/headers/wchar.texi: Update.
14421         * lib/wchar_.h: Include <wchar.h> only if it exists.
14422         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
14423         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
14424         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
14425         doesn't exist.
14426         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
14427         * modules/mbfile (Depends-on): Add wchar.
14428         * modules/mbiter (Depends-on): Likewise.
14429         * modules/mbuiter (Depends-on): Likewise.
14430         Reported by Simon Josefsson.
14431
14432 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14433
14434         Work around problem reported by Steven M. Schweda in
14435         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
14436         Tru64 5.1B with the Compaq compiler environment installed declares
14437         an 'isblank' function but does not define it in the C library.
14438         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
14439         * lib/regex_internal.h (isblank): Likewise.
14440         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
14441         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14442
14443 2007-06-05  Bruno Haible  <bruno@clisp.org>
14444
14445         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
14446         ia64.
14447         * modules/printf-safe: New file.
14448         * modules/fprintf-posix (Depends-on): Add printf-safe.
14449         * modules/printf-posix (Depends-on): Likewise.
14450         * modules/snprintf-posix (Depends-on): Likewise.
14451         * modules/sprintf-posix (Depends-on): Likewise.
14452         * modules/vasnprintf-posix (Depends-on): Likewise.
14453         * modules/vasprintf-posix (Depends-on): Likewise.
14454         * modules/vfprintf-posix (Depends-on): Likewise.
14455         * modules/vprintf-posix (Depends-on): Likewise.
14456         * modules/vsnprintf-posix (Depends-on): Likewise.
14457         * modules/vsprintf-posix (Depends-on): Likewise.
14458         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
14459         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
14460         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
14461         "no" on i386, x86_64, ia64.
14462         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
14463         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14464         on i386, x86_64, ia64.
14465         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
14466         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14467         on i386, x86_64, ia64.
14468         * tests/test-vasnprintf-posix.c: Include float.h.
14469         (LDBL80_WORDS): New macro.
14470         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14471         on i386, x86_64, ia64.
14472         * tests/test-vasprintf-posix.c: Include float.h.
14473         (LDBL80_WORDS): New macro.
14474         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14475         on i386, x86_64, ia64.
14476         * tests/test-snprintf-posix.c: Include float.h.
14477         * tests/test-sprintf-posix.c: Likewise.
14478         * tests/test-vsnprintf-posix.c: Likewise.
14479         * tests/test-vsprintf-posix.c: Likewise.
14480
14481 2007-06-05  Bruno Haible  <bruno@clisp.org>
14482
14483         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
14484         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
14485         non-IEEE numbers on i386, x86_64, ia64.
14486         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
14487         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
14488         * tests/test-isnanl.h: Include float.h.
14489         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
14490
14491 2007-06-05  Bruno Haible  <bruno@clisp.org>
14492
14493         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
14494         also the %a / %A. Handle the %a / %A code before this extra handling.
14495
14496 2007-06-05  Bruno Haible  <bruno@clisp.org>
14497
14498         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
14499         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
14500
14501 2007-06-05  Bruno Haible  <bruno@clisp.org>
14502
14503         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
14504         typo in variable name.
14505
14506 2007-06-05  Eric Blake  <ebb9@byu.net>
14507
14508         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
14509         Reported by Simon Josefsson.
14510
14511 2007-06-04  Bruno Haible  <bruno@clisp.org>
14512
14513         Avoid test failures on some PowerPC platforms.
14514         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
14515         Define differently for PowerPC.
14516         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
14517         Reported by Gary V. Vaughan <gary@gnu.org>.
14518
14519 2007-06-02  Bruno Haible  <bruno@clisp.org>
14520
14521         Fix test-stdint failure on FreeBSD/ia64.
14522         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
14523         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
14524         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
14525         * doc/headers/stdint.texi: Update.
14526
14527 2007-06-01  Bruno Haible  <bruno@clisp.org>
14528
14529         * tests/test-binary-io.c (main): Pass a third argument to open().
14530         Reported by Gary V. Vaughan <gary@gnu.org>.
14531
14532 2007-06-01  Bruno Haible  <bruno@clisp.org>
14533
14534         * doc/functions/frexpl.texi: Update for mingw.
14535
14536 2007-06-01  Bruno Haible  <bruno@clisp.org>
14537
14538         * tests/test-lseek.c (main): Disable test of errno for invalid third
14539         argument.
14540         * doc/functions/lseek.texi: Update.
14541         Reported by Gary V. Vaughan <gary@gnu.org>.
14542
14543 2007-05-28  Bruno Haible  <bruno@clisp.org>
14544
14545         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
14546
14547 2007-05-31  Eric Blake  <ebb9@byu.net>
14548
14549         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
14550         cross compiling.
14551
14552 2007-05-30  Eric Blake  <ebb9@byu.net>
14553         and Bruno Haible  <bruno@clisp.org>
14554
14555         Work around mingw test failures exposed by m4-1.4.9b.
14556         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
14557         * tests/test-unistd.c: Disable uid_t and git_t tests for the
14558         moment.
14559
14560 2007-05-30  Bruno Haible  <bruno@clisp.org>
14561
14562         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
14563         assuming that they are closed. Needed on HP-UX 11.
14564
14565 2007-05-29  Bruno Haible  <bruno@clisp.org>
14566
14567         Fix a problem with #include_next.
14568         * lib/dirent_.h: Split the double-inclusion guard.
14569         * lib/fcntl_.h: Likewise.
14570         * lib/float_.h: Likewise.
14571         * lib/iconv_.h: Likewise.
14572         * lib/inttypes_.h: Likewise.
14573         * lib/locale_.h: Likewise.
14574         * lib/math_.h: Likewise.
14575         * lib/netinet_in_.h: Likewise.
14576         * lib/search_.h: Likewise.
14577         * lib/signal_.h: Likewise.
14578         * lib/stdint_.h: Likewise.
14579         * lib/stdio_.h: Likewise.
14580         * lib/stdlib_.h: Likewise.
14581         * lib/string_.h: Likewise.
14582         * lib/sys_select_.h: Likewise.
14583         * lib/sys_socket_.h: Likewise.
14584         * lib/sys_stat_.h: Likewise.
14585         * lib/sys_time_.h: Likewise.
14586         * lib/sysexits_.h: Likewise.
14587         * lib/time_.h: Likewise.
14588         * lib/unistd_.h: Likewise.
14589         * lib/wchar_.h: Likewise.
14590         * lib/wctype_.h: Likewise.
14591
14592 2007-05-29  Bruno Haible  <bruno@clisp.org>
14593
14594         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
14595         for the moment.
14596
14597 2007-05-29  Bruno Haible  <bruno@clisp.org>
14598
14599         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
14600         invocation.
14601         Reported by Eric Blake.
14602
14603 2007-05-29  Bruno Haible  <bruno@clisp.org>
14604
14605         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
14606         compiling case.
14607
14608 2007-05-29  Eric Blake  <ebb9@byu.net>
14609             Bruno Haible  <bruno@clisp.org>
14610
14611         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
14612         cross compiles.
14613
14614 2007-05-28  Eric Blake  <ebb9@byu.net>
14615
14616         * modules/closein-tests (test_closein_LDADD): Support test on
14617         cygwin with libtool.
14618
14619 2007-05-28  Bruno Haible  <bruno@clisp.org>
14620
14621         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
14622         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14623         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14624         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14625         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14626         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14627         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14628         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14629         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14630
14631 2007-05-28  Eric Blake  <ebb9@byu.net>
14632
14633         Unconditionally include <config.h> in unit tests.
14634         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
14635         * tests/test-allocsa.c, tests/test-arcfour.c,
14636         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
14637         tests/test-array_list.c, tests/test-array_oset.c,
14638         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
14639         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
14640         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
14641         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
14642         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
14643         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
14644         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
14645         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
14646         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
14647         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
14648         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
14649         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
14650         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
14651         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
14652         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
14653         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
14654         test-md5.c, test-memmem.c, test-printf-posix.c,
14655         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
14656         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
14657         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
14658         test-strcasestr.c, test-striconv.c, test-striconveh.c,
14659         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
14660         test-vasnprintf-posix2.c, test-vasnprintf.c,
14661         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
14662         test-vfprintf-posix.c, test-vprintf-posix.c,
14663         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
14664         test-xvasprintf.c: Likewise.
14665
14666 2007-05-28  Bruno Haible  <bruno@clisp.org>
14667
14668         * gnulib-tool (func_import): Remember the --with-tests command-line
14669         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
14670         Reported by Eric Blake.
14671
14672 2007-05-28  Bruno Haible  <bruno@clisp.org>
14673
14674         * modules/ftell-tests: New file.
14675         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
14676         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
14677
14678         * lib/ftell.c: New file.
14679         * modules/ftell: New file.
14680         * m4/ftell.m4: New file.
14681         * doc/functions/ftell.texi: Update.
14682         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
14683         REPLACE_FTELL.
14684         * lib/stdio_.h (rpl_ftell): New declaration.
14685         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
14686         REPLACE_FTELL.
14687
14688 2007-05-28  Eric Blake  <ebb9@byu.net>
14689
14690         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
14691
14692 2007-05-28  Bruno Haible  <bruno@clisp.org>
14693
14694         * modules/fseek-tests: New file.
14695         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
14696         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
14697
14698         * lib/fseek.c: New file.
14699         * modules/fseek: New file.
14700         * m4/fseek.m4: New file.
14701         * doc/functions/fseek.texi: Update.
14702         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
14703         REPLACE_FSEEK.
14704         * lib/stdio_.h (rpl_fseek): New declaration.
14705         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
14706         REPLACE_FSEEK.
14707
14708 2007-05-28  Bruno Haible  <bruno@clisp.org>
14709
14710         * lib/stdio_.h (fflush): More comments.
14711
14712 2007-05-28  Bruno Haible  <bruno@clisp.org>
14713
14714         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
14715         runtime test.
14716
14717 2007-05-28  Eric Blake  <ebb9@byu.net>
14718
14719         Improve lseek module.
14720         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
14721         * lib/unistd_.h (lseek): Scale back link warning message.
14722         * tests/test-lseek.c: Beef up test.
14723         * tests/test-lseek.sh: Exercise more facets of lseek.
14724         Reported by Bruno Haible.
14725
14726 2007-05-28  Bruno Haible  <bruno@clisp.org>
14727
14728         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
14729         to define.
14730
14731 2007-05-27  Bruno Haible  <bruno@clisp.org>
14732
14733         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
14734
14735 2007-05-27  Bruno Haible  <bruno@clisp.org>
14736
14737         * modules/openmp: New file.
14738         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
14739         Noah Misch.
14740
14741 2007-05-26  Bruno Haible  <bruno@clisp.org>
14742
14743         * modules/chdir-long (Depends-on): Add fchdir.
14744         * modules/chdir-safer (Depends-on): Likewise.
14745         * modules/fts (Depends-on): Likewise.
14746         * modules/fts-lgpl (Depends-on): Likewise.
14747         * modules/openat (Depends-on): Likewise.
14748         * modules/savewd (Depends-on): Likewise.
14749
14750 2007-05-24  Eric Blake  <ebb9@byu.net>
14751
14752         Fix lseek on mingw.
14753         * modules/lseek: New module.
14754         * m4/lseek.m4: New file.
14755         * lib/lseek.c: New file.
14756         * modules/lseek-tests: New file.
14757         * tests/test-lseek.c: New file.
14758         * tests/test-lseek.sh: New file.
14759         * MODULES.html.sh: Document lseek module.
14760         * modules/fflush (Depends-on): Add lseek, fseeko.
14761         * modules/fseeko (Depends-on): Likewise.
14762         * modules/ftello (Depends-on): Likewise.
14763         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
14764         broken.
14765         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
14766         broken.
14767         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
14768         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
14769         * lib/ftello.c (rpl_ftello): Likewise.
14770         * tests/test-fseeko.c (main): Test this.
14771         * tests/test-fseeko.sh: Likewise.
14772         * tests/test-ftello.c (main): Likewise.
14773         * tests/test-ftello.sh: Likewise.
14774         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
14775         implies replacing fseek.
14776         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
14777         HAVE_FTELLO.
14778         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
14779         * modules/unistd (Makefile.am): Likewise.
14780         * lib/unistd_.h (lseek): Declare a replacement.
14781         * doc/functions/lseek.texi (lseek): Document this fix.
14782         * doc/functions/fseek.texi (fseek): Likewise.
14783         * doc/functions/ftell.texi (ftell): Likewise.
14784
14785 2007-05-24  Bruno Haible  <bruno@clisp.org>
14786
14787         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
14788         in the printed representation of a NaN.
14789         * tests/test-vasprintf-posix.c (test_function): Likewise.
14790         * tests/test-snprintf-posix.h (test_function): Likewise.
14791         * tests/test-sprintf-posix.h (test_function): Likewise.
14792         Reported by Eric Blake.
14793
14794 2007-05-23  Eric Blake  <ebb9@byu.net>
14795
14796         Fix fseeko/ftello on cygwin 1.5.24.
14797         * doc/functions/fseeko.texi (fseeko): Document the fix.
14798         * doc/functions/ftello.texi (ftello): Document the fix.
14799         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
14800         * doc/functions/stdout.text (stdout): New file.
14801         * doc/functions/stderr.text (stderr): New file.
14802         * doc/gnulib.texi (Function Substitutes): Use new files.
14803         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
14804         prior to 1.7.0.
14805         * tests/test-ftello.c (main): Likewise for ftello.
14806         * tests/test-fseeko.sh: New file.
14807         * tests/test-ftello.sh: New file.
14808         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
14809         with seekable stdin.
14810         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
14811         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
14812         (gl_REPLACE_FSEEKO): New macro.
14813         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
14814         * modules/fseeko (Files): Distribute fseeko.c.
14815         * modules/ftello (Files): Distribute ftello.c.
14816         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
14817         mode.
14818         * lib/ftello.c (rpl_ftello): New file.
14819         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
14820         fseeko, ftello.
14821         (gl_STDIN_LARGE_OFFSET): New macro.
14822         * modules/stdio (Makefile.am): Perform the replacement.
14823         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
14824
14825 2007-05-23  Bruno Haible  <bruno@clisp.org>
14826
14827         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
14828         GNULIB_POSIXCHECK is defined.
14829
14830 2007-05-21  Bruno Haible  <bruno@clisp.org>
14831
14832         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
14833         Check also the output for NaN arguments. When cross-compiling, guess
14834         no on IRIX.
14835         * lib/vasnprintf.c: Update comments.
14836         * tests/test-vasnprintf-posix.c (strisnan): New function.
14837         (test_function): Use it.
14838         * tests/test-vasprintf-posix.c (strisnan): New function.
14839         (test_function): Use it.
14840         * tests/test-snprintf-posix.h (strisnan): New function.
14841         (test_function): Use it.
14842         * tests/test-sprintf-posix.h (strisnan): New function.
14843         (test_function): Use it.
14844         Reported by Eric Blake.
14845
14846 2007-05-20  Bruno Haible  <bruno@clisp.org>
14847
14848         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
14849         numbers that fails on BeOS.
14850         * doc/functions/frexpl.texi: Update.
14851
14852 2007-05-20  Jim Meyering  <jim@meyering.net>
14853
14854         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
14855         forced upon us by glibc-2.6.
14856
14857 2007-05-20  Bruno Haible  <bruno@clisp.org>
14858
14859         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
14860         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
14861         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
14862         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
14863         NEED_PRINTF_INFINITE.
14864         (is_infinitel): New function.
14865         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
14866         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
14867         gl_PREREQ_VASNPRINTF_INFINITE.
14868         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
14869         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14870         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
14871         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
14872         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
14873         gl_PREREQ_VASNPRINTF_INFINITE.
14874         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14875         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14876         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14877         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14878         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14879         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14880         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14881         * doc/functions/fprintf.texi: Update.
14882         * doc/functions/printf.texi: Update.
14883         * doc/functions/snprintf.texi: Update.
14884         * doc/functions/sprintf.texi: Update.
14885         * doc/functions/vfprintf.texi: Update.
14886         * doc/functions/vprintf.texi: Update.
14887         * doc/functions/vsnprintf.texi: Update.
14888         * doc/functions/vsprintf.texi: Update.
14889
14890 2007-05-20  Bruno Haible  <bruno@clisp.org>
14891
14892         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
14893         was not found in libc.
14894         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
14895
14896 2007-05-20  Bruno Haible  <bruno@clisp.org>
14897
14898         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14899         printed as "-nan" instead of "nan".
14900         * tests/test-vasprintf-posix.c (test_function): Likewise.
14901         * tests/test-snprintf-posix.h (test_function): Likewise.
14902         * tests/test-sprintf-posix.h (test_function): Likewise.
14903         Needed for HP-UX 11.
14904
14905 2007-05-20  Jim Meyering  <jim@meyering.net>
14906
14907         Fix buggy test for the fchownat-deref bug.
14908         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
14909         symlink required for the run-test.  Without it, this test would
14910         always declare that fchownat doesn't work, and client code would
14911         unnecessarily use the replacement function with fixed libc.
14912         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
14913         Reported by Greg Schafer.
14914
14915 2007-05-19  Bruno Haible  <bruno@clisp.org>
14916
14917         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
14918         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
14919         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
14920         Needed for IRIX 6.5 and Solaris 2.5.1.
14921
14922 2007-05-19  Bruno Haible  <bruno@clisp.org>
14923
14924         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
14925         (test_function): Skip tests involving -0.0 on platforms where
14926         -0.0 = 0.0.
14927         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
14928         (test_function): Skip tests involving -0.0 on platforms where
14929         -0.0 = 0.0.
14930         * tests/test-snprintf-posix.h (have_minus_zero): New function.
14931         (test_function): Skip tests involving -0.0 on platforms where
14932         -0.0 = 0.0.
14933         * tests/test-sprintf-posix.h (have_minus_zero): New function.
14934         (test_function): Skip tests involving -0.0 on platforms where
14935         -0.0 = 0.0.
14936         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
14937         tests.
14938         * tests/test-printf-posix.h (test_function): Likewise.
14939         * tests/test-printf-posix.output: Remove all -0.0 related results.
14940         Needed for IRIX 6.5.
14941
14942 2007-05-19  Bruno Haible  <bruno@clisp.org>
14943
14944         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14945         printed as "nan0x7fffffff" instead of "nan".
14946         * tests/test-vasprintf-posix.c (test_function): Likewise.
14947         * tests/test-snprintf-posix.h (test_function): Likewise.
14948         * tests/test-sprintf-posix.h (test_function): Likewise.
14949         * tests/test-fprintf-posix.h (NaN): Remove macro.
14950         (test_function): Remove all NaN related tests.
14951         * tests/test-printf-posix.h (NaN): Remove macro.
14952         (test_function): Remove all NaN related tests.
14953         * tests/test-printf-posix.output: Remove all NaN related results.
14954         Needed for IRIX 6.5.
14955
14956 2007-05-19  Bruno Haible  <bruno@clisp.org>
14957
14958         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
14959         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
14960
14961 2007-05-19  Bruno Haible  <bruno@clisp.org>
14962
14963         * lib/float_.h: New file.
14964         * m4/float_h.m4: New file.
14965         * modules/float: New file.
14966         * modules/isnanl (Dependencies): Add float.
14967         * modules/isnanl-nolibm (Dependencies): Likewise.
14968         * modules/mathl (Dependencies): Likewise.
14969         * modules/printf-frexpl (Dependencies): Likewise.
14970         * modules/signbit (Dependencies): Likewise.
14971         * modules/vasnprintf (Dependencies): Likewise.
14972         * doc/headers/float.texi: Update.
14973
14974 2007-05-19  Jim Meyering  <jim@meyering.net>
14975
14976         * lib/utimens.c (gl_futimens): Rename from futimens,
14977         now that glibc-2.6 declares futimens.
14978         * lib/utimens.h: Likewise.
14979
14980 2007-05-19  Bruno Haible  <bruno@clisp.org>
14981
14982         Avoid test failures on mingw.
14983         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
14984         * tests/test-printf-posix.sh: Likewise.
14985         * tests/test-vfprintf-posix.sh: Likewise.
14986         * tests/test-vprintf-posix.sh: Likewise.
14987
14988 2007-05-19  Bruno Haible  <bruno@clisp.org>
14989
14990         Fix *printf result for NaN, Inf, -0.0 on mingw.
14991         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
14992         * lib/vasnprintf.c: Include math.h and isnan.h.
14993         (is_infinite_or_zero): New function.
14994         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
14995         values in the %f, %F, %e, %E, %g, %G directives.
14996         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
14997         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14998         gl_PRINTF_INFINITE and test its result. Invoke
14999         gl_PREREQ_VASNPRINTF_INFINITE.
15000         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15001         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15002         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15003         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15004         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15005         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15006         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15007         * doc/functions/fprintf.texi: Update.
15008         * doc/functions/printf.texi: Update.
15009         * doc/functions/snprintf.texi: Update.
15010         * doc/functions/sprintf.texi: Update.
15011         * doc/functions/vfprintf.texi: Update.
15012         * doc/functions/vprintf.texi: Update.
15013         * doc/functions/vsnprintf.texi: Update.
15014         * doc/functions/vsprintf.texi: Update.
15015
15016 2007-05-19  Bruno Haible  <bruno@clisp.org>
15017
15018         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
15019         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
15020         Instead of multiplying with 10^k, set extra_zeroes to k.
15021         (scale10_round_long_double): Remove function.
15022
15023 2007-05-18  Bruno Haible  <bruno@clisp.org>
15024
15025         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
15026         introduced on 2007-05-06.
15027
15028 2007-05-18  Bruno Haible  <bruno@clisp.org>
15029
15030         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
15031         %g directives.
15032         * tests/test-vasprintf-posix.c (test_function): Likewise.
15033         * tests/test-snprintf-posix.h (test_function): Likewise.
15034         * tests/test-sprintf-posix.h (test_function): Likewise.
15035
15036 2007-05-18  Bruno Haible  <bruno@clisp.org>
15037
15038         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
15039         (strmatch): New function.
15040         (test_function): Test the %f directive on numbers of various exponents.
15041         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
15042         (strmatch): New function.
15043         (test_function): Test the %f directive on numbers of various exponents.
15044         * tests/test-snprintf-posix.h (strmatch): New function.
15045         (test_function): Test the %f directive on numbers of various exponents.
15046         * tests/test-sprintf-posix.h (strmatch): New function.
15047         (test_function): Test the %f directive on numbers of various exponents.
15048         * tests/test-snprintf-posix.c (SIZEOF): New macro.
15049         * tests/test-sprintf-posix.c (SIZEOF): New macro.
15050         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
15051         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
15052
15053 2007-05-18  Bruno Haible  <bruno@clisp.org>
15054
15055         Add support for 'long double' number output.
15056         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
15057         * lib/vasnprintf.c: Include math.h and float+.h.
15058         (mp_limb_t): New type.
15059         (GMP_LIMB_BITS): New macro.
15060         (mp_twolimb_t): New type.
15061         (GMP_TWOLIMB_BITS): New macro.
15062         (mpn_t): New type.
15063         (multiply, divide, convert_to_decimal, decode_long_double,
15064         scale10_round_long_double, scale10_round_decimal_long_double,
15065         floorlog10l): New functions.
15066         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
15067         for the %f, %F, %e, %E, %g, %G directives.
15068         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
15069         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15070         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
15071         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
15072         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15073         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15074         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15075         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15076         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15077         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15078         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15079         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
15080         * modules/snprintf-posix (Depends-on): Likewise.
15081         * modules/sprintf-posix (Depends-on): Likewise.
15082         * modules/vasnprintf-posix (Depends-on): Likewise.
15083         * modules/vasprintf-posix (Depends-on): Likewise.
15084         * modules/vfprintf-posix (Depends-on): Likewise.
15085         * modules/vsnprintf-posix (Depends-on): Likewise.
15086         * modules/vsprintf-posix (Depends-on): Likewise.
15087         * modules/vasnprintf (Files): Add lib/float+.h.
15088         * doc/functions/fprintf.texi: Update.
15089         * doc/functions/printf.texi: Update.
15090         * doc/functions/snprintf.texi: Update.
15091         * doc/functions/sprintf.texi: Update.
15092         * doc/functions/vfprintf.texi: Update.
15093         * doc/functions/vprintf.texi: Update.
15094         * doc/functions/vsnprintf.texi: Update.
15095         * doc/functions/vsprintf.texi: Update.
15096
15097 2007-05-18  Bruno Haible  <bruno@clisp.org>
15098
15099         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
15100
15101 2007-05-18  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
15104         for printing 64-bit integers. Needed for mingw.
15105
15106 2007-05-18  Bruno Haible  <bruno@clisp.org>
15107
15108         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
15109         gl_FUNC_FREXPL_WORKS.
15110         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
15111
15112 2007-05-18  Bruno Haible  <bruno@clisp.org>
15113
15114         * modules/frexpl-nolibm-tests: New file.
15115
15116         * modules/frexpl-nolibm: New file.
15117         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
15118
15119 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15120
15121         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
15122         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15123         GCC 4.2, which otherwise issues a lot of warnings.
15124         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
15125         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
15126         Likewise.
15127         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
15128         * modules/iconv_open (iconv.h): Likewise.
15129         * modules/locale (locale.h): Likewise.
15130         * modules/netinet_in (netinet/in.h): Likewise.
15131         * modules/sys_select (sys_select.h): Likewise.
15132         * modules/sys_socket (sys/socket.h): Likewise.
15133         * modules/sys_stat (sys/stat.h): Likewise.
15134         * modules/sysexits (sysexits.h): Likewise.
15135         * modules/unistd (unistd.h): Likewise.
15136
15137 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15138
15139         * modules/closein-tests (Makefile.am): Distribute
15140         `test-closein.sh'.
15141
15142 2007-05-17  Bruno Haible  <bruno@clisp.org>
15143
15144         * tests/test-printf-posix.output: Renamed from
15145         tests/test-fprintf-posix.out.
15146         * modules/fprintf-posix-tests: Update.
15147         * modules/printf-posix-tests: Update.
15148         * modules/vfprintf-posix-tests: Update.
15149         * modules/vprintf-posix-tests: Update.
15150         * tests/test-fprintf-posix.sh: Update.
15151         * tests/test-printf-posix.sh: Update.
15152         * tests/test-vfprintf-posix.sh: Update.
15153         * tests/test-vprintf-posix.sh: Update.
15154         Reported by Ralf Wildenhues.
15155
15156 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15157
15158         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
15159         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15160         GCC 4.2, which otherwise issues a lot of warnings.
15161         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
15162         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
15163         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
15164         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
15165         it should no longer be needed.
15166         * lib/string_.h: Likewise.
15167         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
15168         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
15169         * modules/inttypes (inttypes.h): Likewise.
15170         * modules/math (math.h): Likewise.
15171         * modules/search (search.h): Likewise.
15172         * modules/signal (signal.h): Likewise.
15173         * modules/stdint (stdint.h): Likewise.
15174         * modules/stdio (stdio.h): Likewise.
15175         * modules/stdlib (stdlib.h): Likewise.
15176         * modules/string (string.h): Likewise.
15177         * modules/sys_time (sys/time.h): Likewise.
15178         * modules/time (time.h): Likewise.
15179         * modules/wchar (wchar.h): Likewise.
15180         * modules/wctype (wtype.h): Likewise.
15181
15182 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
15183
15184         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
15185
15186 2007-05-13  Bruno Haible  <bruno@clisp.org>
15187
15188         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
15189         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15190         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
15191         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15192         (gl_PREREQ_STRTOK_R): Don't require it here.
15193
15194 2007-05-13  Bruno Haible  <bruno@clisp.org>
15195
15196         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
15197         when used in C++ mode.
15198
15199 2007-05-12  Bruno Haible  <bruno@clisp.org>
15200
15201         * lib/linebuffer.h: Tweak doc.
15202         * lib/linebuffer.c: Likewise.
15203
15204 2007-05-12  James Youngman  <jay@gnu.org>
15205
15206         * lib/linebuffer.c (readlinebuffer_delim): New function,
15207         like readlinebuffer, but use a caller-specified delimiter.
15208         (readlinebuffer): Just call readlinebuffer_delim with '\n'
15209         as the delimiter.
15210         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
15211
15212 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15213
15214         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
15215         * modules/openat (Files): Remove openat-die.c.
15216         (Depends-on): Add openat-die.
15217         * modules/openat-die: New module.
15218
15219 2007-05-06  Bruno Haible  <bruno@clisp.org>
15220
15221         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
15222         Update with info about Cygwin.
15223         * doc/functions/fprintf.texi: Update.
15224         * doc/functions/printf.texi: Update.
15225         * doc/functions/snprintf.texi: Update.
15226         * doc/functions/sprintf.texi: Update.
15227         * doc/functions/vfprintf.texi: Update.
15228         * doc/functions/vprintf.texi: Update.
15229         * doc/functions/vsnprintf.texi: Update.
15230         * doc/functions/vsprintf.texi: Update.
15231         Reported by Eric Blake.
15232
15233 2007-05-06  Bruno Haible  <bruno@clisp.org>
15234
15235         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
15236         padding ourselves for the floating-point directives.
15237         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
15238         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
15239         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15240         gl_PRINTF_FLAG_ZERO and test its result. Invoke
15241         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
15242         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15243         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15244         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15245         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15246         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15247         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15248         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15249         * tests/test-snprintf-posix.h (test_function): Also check the width
15250         and some flags in the %f directive.
15251         * tests/test-sprintf-posix.h (test_function): Likewise.
15252         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15253         * tests/test-vasprintf-posix.c (test_function): Likewise.
15254         * doc/functions/fprintf.texi: Update.
15255         * doc/functions/printf.texi: Update.
15256         * doc/functions/snprintf.texi: Update.
15257         * doc/functions/sprintf.texi: Update.
15258         * doc/functions/vfprintf.texi: Update.
15259         * doc/functions/vprintf.texi: Update.
15260         * doc/functions/vsnprintf.texi: Update.
15261         * doc/functions/vsprintf.texi: Update.
15262
15263 2007-05-06  Bruno Haible  <bruno@clisp.org>
15264
15265         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
15266         pass the ' flag character to sprintf or snprintf.
15267         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
15268         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
15269         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15270         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
15271         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
15272         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15273         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15274         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15275         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15276         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15277         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15278         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15279         * tests/test-snprintf-posix.h (test_function): Also check the grouping
15280         flag.
15281         * tests/test-sprintf-posix.h (test_function): Likewise.
15282         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15283         * tests/test-vasprintf-posix.c (test_function): Likewise.
15284         * doc/functions/fprintf.texi: Update.
15285         * doc/functions/printf.texi: Update.
15286         * doc/functions/snprintf.texi: Update.
15287         * doc/functions/sprintf.texi: Update.
15288         * doc/functions/vfprintf.texi: Update.
15289         * doc/functions/vprintf.texi: Update.
15290         * doc/functions/vsnprintf.texi: Update.
15291         * doc/functions/vsprintf.texi: Update.
15292
15293 2007-05-01  Bruno Haible  <bruno@clisp.org>
15294
15295         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
15296
15297 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
15300         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
15301
15302 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15303
15304         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
15305         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
15306         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
15307
15308 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
15309
15310         * lib/argp-help.c (struct hol_entry): New member `ord'.
15311         (HOL_ENTRY_PTRCMP): Use ord for comparison
15312         (hol_sort): Initialize ord.
15313
15314 2007-05-01  Bruno Haible  <bruno@clisp.org>
15315
15316         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
15317         Reported by Eric Blake.
15318         * doc/gnulib.texi (Function Substitutes): Update.
15319
15320 2007-05-01  Bruno Haible  <bruno@clisp.org>
15321
15322         * doc/functions.texi: Remove file, now redundant through
15323         doc/functions/*.texi.
15324
15325 2007-05-01  Bruno Haible  <bruno@clisp.org>
15326
15327         * modules/argp (Depends-on): Add sleep.
15328
15329 2007-05-01  Bruno Haible  <bruno@clisp.org>
15330
15331         * modules/sleep-tests: New file.
15332         * tests/test-sleep.c: New file.
15333
15334         * modules/sleep: New file.
15335         * lib/sleep.c: New file.
15336         * m4/sleep.m4: New file.
15337         * lib/unistd_.h (sleep): New declaration.
15338         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
15339         HAVE_SLEEP.
15340         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
15341         * doc/functions/sleep.texi: Document the sleep module.
15342
15343 2007-05-01  Bruno Haible  <bruno@clisp.org>
15344
15345         * lib/sigprocmask.h: Remove file.
15346         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
15347         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
15348         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
15349         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
15350         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
15351         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
15352         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
15353         HAVE_SIGSET_T as a shell variable.
15354         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
15355         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
15356         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
15357         (Depends-on): Add signal. Remove verify.
15358         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
15359         (Include): Mention <signal.h> instead of sigprocmask.h.
15360         * NEWS: Mention the change.
15361         * lib/fatal-signal.c: Don't include sigprocmask.h.
15362
15363 2007-05-01  Bruno Haible  <bruno@clisp.org>
15364
15365         * modules/signal: New file.
15366         * lib/signal_.h: New file.
15367         * m4/signal_h.m4: New file.
15368
15369 2007-05-01  Bruno Haible  <bruno@clisp.org>
15370
15371         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
15372         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
15373         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
15374         HAVE_WCTYPE_CTMP_BUG into wctype.h.
15375
15376 2007-05-01  Bruno Haible  <bruno@clisp.org>
15377
15378         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
15379         configure time.
15380         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
15381         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
15382         * modules/sys_stat (Makefile.am): Substitute their values into
15383         sys/stat.h.
15384
15385 2007-05-01  Bruno Haible  <bruno@clisp.org>
15386
15387         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
15388         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
15389         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
15390
15391 2007-05-01  Bruno Haible  <bruno@clisp.org>
15392
15393         * doc/header/assert.texi: Undo last change: don't mention the gnulib
15394         'assert' module here.
15395
15396 2007-05-01  Bruno Haible  <bruno@clisp.org>
15397
15398         * doc/functions/*.texi: New files.
15399         * doc/functions/google-ranking.txt: New file.
15400         * doc/gnulib.texi (Function Substitutes): New chapter.
15401         (ctime, inet_ntoa): Remove sections.
15402         * doc/ctime.texi: Remove file.
15403         * doc/inet_ntoa.texi: Remove file.
15404         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
15405         dependencies.
15406         (%.info): New rule, specifying a --reference-limit.
15407
15408 2007-05-01  Bruno Haible  <bruno@clisp.org>
15409
15410         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
15411
15412 2007-05-01  Bruno Haible  <bruno@clisp.org>
15413
15414         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
15415         the portability of 'mkdir' to mingw systems.
15416
15417 2007-05-01  Bruno Haible  <bruno@clisp.org>
15418
15419         * doc/headers/google-ranking.txt: New file.
15420
15421 2007-04-30  Eric Blake  <ebb9@byu.net>
15422
15423         Prefer fseeko to fseek.
15424         * modules/getpass (Depends-on): Add fseeko.
15425         * lib/getpass.c (getpass): Use fseeko, not fseek.
15426
15427 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
15428
15429         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
15430         assumes the sorting is stable, while most qsort implementations
15431         are not.  Use argument addresses to ensure they never compare as
15432         equal.
15433
15434         * tests/test-argp-2.sh (usage-indent test): Fix output
15435         (func_compare): Restore diff options
15436         * tests/test-argp.c: Restore #include "progname.h"
15437
15438 2007-04-29  Bruno Haible  <bruno@clisp.org>
15439
15440         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
15441         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15442         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
15443         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15444         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
15445         (configure.ac): Define CHECK_SNPRINTF_POSIX.
15446         (TESTS, check_PROGRAMS): Add test-snprintf.
15447         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
15448         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
15449         (TESTS, check_PROGRAMS): Add test-vsnprintf.
15450         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
15451         assertions that fail on HP-UX, OSF/1, or IRIX.
15452         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
15453
15454 2007-04-29  Bruno Haible  <bruno@clisp.org>
15455
15456         * MODULES.html.sh (posix_functions): Remove 'contents'.
15457
15458 2007-04-29  Karl Berry  <karl@gnu.org>
15459
15460         * config/srclist.txt (gendocs_template_min): new entry.
15461
15462 2007-04-29  Bruno Haible  <bruno@clisp.org>
15463
15464         Work around fpurge bug on BSD systems.
15465         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
15466         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
15467         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
15468         fpurge to rpl_fpurge if the system already has this function.
15469         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
15470         the case where the system already has this function. Correct invariants
15471         on BSD systems.
15472         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
15473         BSD systems.
15474
15475 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
15476
15477         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
15478         proposed by Sven Verdoolaege.
15479
15480         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
15481         options.
15482         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
15483         (usage and help tests): Update
15484
15485 2007-04-29  Bruno Haible  <bruno@clisp.org>
15486
15487         * tests/test-fflush.c (main): Use a file of size 17, not 10.
15488         Print more information in case of failure. Disable a test on BeOS.
15489
15490 2007-04-29  Bruno Haible  <bruno@clisp.org>
15491
15492         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
15493         This helps debugging on systems on which no gdb is available.
15494
15495 2007-04-29  Bruno Haible  <bruno@clisp.org>
15496
15497         * lib/freading.h: Improve comments.
15498         * lib/fwriting.h: Likewise.
15499         * tests/test-freading.c (main): Don't check freading immediately after
15500         repositioning. Needed for glibc.
15501
15502 2007-04-29  Bruno Haible  <bruno@clisp.org>
15503
15504         * lib/freading.c (freading): Trivial simplification.
15505
15506 2007-04-28  Bruno Haible  <bruno@clisp.org>
15507
15508         * tests/test-fwriting.c (main): Also test the interaction between
15509         fflush and fwriting.
15510         * modules/fwriting-tests (Depends-on): Add fflush.
15511
15512         * tests/test-freading.c (main): Also test the interaction between
15513         fflush and freading.
15514         * modules/freading-tests (Depends-on): Add fflush.
15515
15516 2007-04-28  Bruno Haible  <bruno@clisp.org>
15517
15518         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
15519         fseeko and ftello.
15520         Suggested by Eric Blake.
15521
15522 2007-04-28  Jim Meyering  <jim@meyering.net>
15523
15524         Avoid false-negative in gl_STDINT_H's C99 conformance test.
15525         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
15526         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
15527
15528 2007-04-27  Eric Blake  <ebb9@byu.net>
15529
15530         * doc/headers/assert.texi (assert.h): Document assert module use.
15531
15532 2007-04-27  Bruno Haible  <bruno@clisp.org>
15533
15534         * doc/headers/*.texi: New files.
15535         * doc/gnulib.texi (Header File Substitutes): New chapter.
15536         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
15537         dependencies.
15538         (standards.info ,standards.html, standards.dvi): Update dependencies.
15539         (mostlyclean, clean): New targets.
15540
15541 2007-04-27  Bruno Haible  <bruno@clisp.org>
15542
15543         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
15544         * modules/sysexits (Files, Makefile.am): Update.
15545
15546         * lib/sys_socket_.h: Renamed from lib/socket_.h.
15547         * modules/sys_socket (Files, Makefile.am): Update.
15548
15549         * lib/sys_stat_.h: Renamed from lib/stat_.h.
15550         * modules/sys_stat (Files, Makefile.am): Update.
15551
15552 2007-04-27  Eric Blake  <ebb9@byu.net>
15553
15554         * lib/freading.h: Improve comments.
15555         * lib/fwriting.h: Likewise.
15556         * lib/fflush.c: Likewise.
15557
15558         Fix closein for mingw.
15559         * modules/closein-tests: Add tests for closein.
15560         * tests/test-closein.c: New file.
15561         * tests/test-closein.sh: Likewise.
15562         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
15563         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
15564
15565 2007-04-27  Bruno Haible  <bruno@clisp.org>
15566
15567         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
15568         version is < 6.
15569         * lib/math_.h [__DECC]: Likewise.
15570         * lib/stdio_.h [__DECC]: Likewise.
15571         * lib/stdlib_.h [__DECC]: Likewise.
15572         * lib/string_.h [__DECC]: Likewise.
15573         * lib/time_.h [__DECC]: Likewise.
15574         * lib/wchar_.h [__DECC]: Likewise.
15575         * lib/wctype_.h [__DECC]: Likewise.
15576
15577 2007-04-27  Bruno Haible  <bruno@clisp.org>
15578
15579         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
15580
15581 2007-04-27  Bruno Haible  <bruno@clisp.org>
15582
15583         * lib/fflush.c: Add comments.
15584         * modules/fpurge-tests (Depends-on): Add fflush.
15585         * modules/freadable-tests (Depends-on): Likewise.
15586         * modules/fwritable-tests (Depends-on): Likewise.
15587
15588 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
15589
15590         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
15591         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
15592         Report by Bruno Haible <bruno@clisp.org>.
15593
15594 2007-04-26  Eric Blake  <ebb9@byu.net>
15595
15596         Fix fflush on mingw.
15597         * modules/fflush (Depends-on): Add freading.
15598         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
15599         but unread data.
15600
15601 2007-04-26  Eric Blake  <ebb9@byu.net>
15602         and Bruno Haible  <bruno@clisp.org>
15603
15604         Implement freading and fwriting.
15605         * lib/freading.c: New file.
15606         * lib/freading.h: Likewise.
15607         * m4/freading.m4: Likewise.
15608         * modules/freading: Likewise.
15609         * modules/freading-tests: Likewise.
15610         * tests/test-freading.c: Likewise.
15611         * lib/fwriting.c: New file.
15612         * lib/fwriting.h: Likewise.
15613         * m4/fwriting.m4: Likewise.
15614         * modules/fwriting: Likewise.
15615         * modules/fwriting-tests: Likewise.
15616         * tests/test-fwriting.c: Likewise.
15617         * MODULES.html.sh (File stream based Input/Output): Mention them.
15618
15619 2007-04-26  Bruno Haible  <bruno@clisp.org>
15620
15621         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
15622         'long' when we assume it.
15623         Suggested by Eric Blake.
15624
15625 2007-04-26  Bruno Haible  <bruno@clisp.org>
15626
15627         Ensure fseeko, ftello are declared on glibc systems.
15628         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
15629         * modules/fseeko (configure.ac-early): Likewise.
15630         * modules/ftello (configure.ac-early): Likewise.
15631         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
15632         AC_FUNC_FSEEKO for this.
15633         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
15634         (gl_CHECK_FSEEKO): Remove macro.
15635
15636 2007-04-26  Bruno Haible  <bruno@clisp.org>
15637
15638         * tests/test-fflush.c (main): Also check the ftell result after
15639         fflush and fseek/fseeko.
15640         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
15641         file descriptor position cache in the stream.
15642         * lib/fseeko.c (rpl_fseeko): Likewise.
15643
15644 2007-04-26  Bruno Haible  <bruno@clisp.org>
15645
15646         * modules/fflush-tests (Depends-on): Add fseeko.
15647
15648 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
15649             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15650
15651         * lib/argz_.h: ensure error_t definition is obtained in same
15652         mechanism system argz.h would have.
15653         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
15654         argz facilities are known bad.  Err on the side of caution if
15655         cross-compiling.
15656
15657 2007-04-25  Eric Blake  <ebb9@byu.net>
15658
15659         * lib/fpurge.c (includes): Use stdlib.h for free.
15660         * tests/test-fflush.c (main): Also test fflush-fseeko.
15661
15662 2007-04-25  Bruno Haible  <bruno@clisp.org>
15663
15664         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
15665         * lib/fseeko.c: New file.
15666         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
15667         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
15668         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
15669         gl_FUNC_FSEEKO.
15670         (gl_FUNC_FSEEKO): Invoke it.
15671         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
15672         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
15673         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
15674
15675 2007-04-25  Bruno Haible  <bruno@clisp.org>
15676
15677         * modules/fflush (Depends-on): Add ftello.
15678
15679 2007-04-25  Bruno Haible  <bruno@clisp.org>
15680
15681         * modules/ftello-tests: New file.
15682         * tests/test-ftello.c: New file.
15683
15684         * modules/ftello: New file.
15685         * m4/ftello.m4: New file.
15686         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
15687         HAVE_FTELLO.
15688         * lib/stdio_.h (ftello): New declaration.
15689         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
15690         HAVE_FTELLO.
15691
15692 2007-04-25  Bruno Haible  <bruno@clisp.org>
15693
15694         * modules/fseeko-tests: New file.
15695         * tests/test-fseeko.c: New file.
15696
15697         * modules/fseeko: New file.
15698         * m4/fseeko.m4: New file.
15699         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
15700         HAVE_FSEEKO.
15701         * lib/stdio_.h (fseeko): New declaration.
15702         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
15703         HAVE_FSEEKO.
15704
15705 2007-04-25  Bruno Haible  <bruno@clisp.org>
15706
15707         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
15708
15709 2007-04-25  Bruno Haible  <bruno@clisp.org>
15710
15711         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
15712         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
15713         * tests/test-unistd.c: Likewise.
15714         * tests/test-fcntl.c: Likewise.
15715
15716 2007-04-23  Eric Blake  <ebb9@byu.net>
15717
15718         * lib/fflush.c: Fix missing include.
15719         Reported by Bruno Haible.
15720
15721 2007-04-23  Bruno Haible  <bruno@clisp.org>
15722
15723         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
15724         Reported by Eric Blake.
15725
15726 2007-04-23  Bruno Haible  <bruno@clisp.org>
15727
15728         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
15729
15730 2007-04-23  Bruno Haible  <bruno@clisp.org>
15731
15732         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
15733
15734 2007-04-23  Bruno Haible  <bruno@clisp.org>
15735
15736         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
15737         Needed on HP-UX 11.
15738
15739 2007-04-16  Eric Blake  <ebb9@byu.net>
15740
15741         Make fflush rely on fpurge.
15742         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
15743         open coding all variants.
15744         * modules/fflush (Depends-on): Add fpurge and unistd.
15745         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
15746         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
15747
15748         Fix --with-tests compilation on cygwin.
15749         * modules/argmatch-tests (Makefile.am): List gnulib library first
15750         in LDADD.
15751         * modules/argp-tests (Makefile.am): Likewise.
15752         * modules/array-list-tests (Makefile.am): Likewise.
15753         * modules/array-oset-tests (Makefile.am): Likewise.
15754         * modules/avltree-list-tests (Makefile.am): Likewise.
15755         * modules/avltree-oset-tests (Makefile.am): Likewise.
15756         * modules/avltreehash-list-tests (Makefile.am): Likewise.
15757         * modules/carray-list-tests (Makefile.am): Likewise.
15758         * modules/dirname-tests (Makefile.am): Likewise.
15759         * modules/frexp-tests (Makefile.am): Likewise.
15760         * modules/isnanl-tests (Makefile.am): Likewise.
15761         * modules/linked-list-tests (Makefile.am): Likewise.
15762         * modules/linkedhash-list-tests (Makefile.am): Likewise.
15763         * modules/lock-tests (Makefile.am): Likewise.
15764         * modules/rbtree-list-tests (Makefile.am): Likewise.
15765         * modules/rbtree-oset-tests (Makefile.am): Likewise.
15766         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
15767         * modules/tls-tests (Makefile.am): Likewise.
15768         * modules/tsearch-tests (Makefile.am): Likewise.
15769         * modules/xvasprintf-tests (Makefile.am): Likewise.
15770
15771         Fix fpurge for cygwin.
15772         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
15773         value.
15774         * modules/fpurge-tests (Depends-on): Clean up trash.
15775
15776 2007-04-16  Simon Josefsson  <simon@josefsson.org>
15777
15778         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
15779
15780         * m4/autobuild.m4: Re-indent.
15781
15782 2007-04-13  Bruno Haible  <bruno@clisp.org>
15783
15784         * modules/fpurge-tests: New file.
15785         * tests/test-fpurge.c: New file.
15786
15787         * modules/fpurge: New file.
15788         * lib/fpurge.h: New file.
15789         * lib/fpurge.c: New file.
15790         * m4/fpurge.m4: New file.
15791
15792 2007-04-13  Bruno Haible  <bruno@clisp.org>
15793
15794         * modules/fbufmode-tests: New file.
15795         * tests/test-fbufmode.c: New file.
15796
15797         * modules/fbufmode: New file.
15798         * lib/fbufmode.h: New file.
15799         * lib/fbufmode.c: New file.
15800         * m4/fbufmode.m4: New file.
15801
15802 2007-04-13  Bruno Haible  <bruno@clisp.org>
15803
15804         * modules/fwritable-tests: New file.
15805         * tests/test-fwritable.c: New file.
15806
15807         * modules/fwritable: New file.
15808         * lib/fwritable.h: New file.
15809         * lib/fwritable.c: New file.
15810         * m4/fwritable.m4: New file.
15811
15812 2007-04-13  Bruno Haible  <bruno@clisp.org>
15813
15814         * modules/freadable-tests: New file.
15815         * tests/test-freadable.c: New file.
15816
15817         * modules/freadable: New file.
15818         * lib/freadable.h: New file.
15819         * lib/freadable.c: New file.
15820         * m4/freadable.m4: New file.
15821
15822 2007-04-13  Bruno Haible  <bruno@clisp.org>
15823
15824         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
15825         MOSTLYCLEANFILES.
15826
15827 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15828
15829         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
15830         gzip bootstrap.conf to avoid dragging in i18n machinery.
15831         (gnulib_tool_option): Use it.
15832
15833 2007-04-13  Bruno Haible  <bruno@clisp.org>
15834
15835         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
15836         %F directives.
15837         * tests/test-vasprintf-posix.c (test_function): Likewise.
15838         * tests/test-snprintf-posix.h (test_function): Likewise.
15839         * tests/test-sprintf-posix.h (test_function): Likewise.
15840         * tests/test-fprintf-posix.h (test_function): Likewise.
15841         * tests/test-printf-posix.h (test_function): Likewise.
15842         * tests/test-fprintf-posix.out: Likewise.
15843
15844 2007-04-13  Bruno Haible  <bruno@clisp.org>
15845
15846         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
15847         * modules/tls-tests (configure.ac): Likewise.
15848         Reported by Arto C. Nirkko <anirkko@insel.ch>.
15849
15850 2007-04-13  Bruno Haible  <bruno@clisp.org>
15851
15852         * lib/tls.c (glthread_tls_get): Fix return type.
15853         Patch by Arto C. Nirkko <anirkko@insel.ch>.
15854
15855 2007-04-12  Eric Blake  <ebb9@byu.net>
15856
15857         * modules/gettime (Depends-on): Remove gettime.
15858         Reported by Dmitry V. Levin.
15859
15860 2007-04-12  Bruno Haible  <bruno@clisp.org>
15861
15862         * modules/fflush (Include): Mention <stdio.h>.
15863         * modules/strtoimax (Include): Mention <inttypes.h>.
15864         * modules/strtoumax (Include): Likewise.
15865
15866 2007-04-12  Eric Blake  <ebb9@byu.net>
15867
15868         * .cvsignore: New file.
15869         * .gitignore: Likewise.
15870
15871 2007-04-12  Bruno Haible  <bruno@clisp.org>
15872
15873         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
15874         not before, since $(LDADD) often contains libgnu.a.
15875         * modules/striconv-tests (test_striconv_LDADD): Likewise.
15876         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
15877         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
15878         Needed on Cygwin.
15879
15880 2007-04-12  Eric Blake  <ebb9@byu.net>
15881
15882         Work around glibc's failure to flush stdin on fclose.
15883         * lib/closein.c (close_stdin): Flush stdin before closing.
15884
15885         Work around glibc's failure to reset seekable stdin on exit.
15886         * modules/closein: New module.
15887         * lib/closein.c: New file.
15888         * lib/closein.h: Likewise.
15889         * m4/closein.m4: Likewise.
15890         * MODULES.html.sh (File stream based Input/Output): Document it.
15891
15892 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15893
15894         * gnulib-tool: Rename generated 'autobuild' script to
15895         'do-autobuild' in --create-megatestdir output.
15896
15897         * doc/gnulib.texi (Build robot for gnulib): Fix.
15898
15899 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15900
15901         * modules/sysexits (Depends-on): Add absolute-header.
15902
15903 2007-04-12  Eric Blake  <ebb9@byu.net>
15904
15905         No need to preserve errno on success.
15906         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
15907         Reported by Bruno Haible.
15908
15909 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15910
15911         * MODULES.html.sh (Support for maintaining and releasing
15912         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
15913
15914 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15915
15916         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
15917
15918 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15919
15920         * modules/autobuild: New module.
15921
15922         * m4/autobuild.m4: New file.
15923
15924 2007-04-11  Bruno Haible  <bruno@clisp.org>
15925
15926         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
15927         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
15928         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
15929         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
15930         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15931         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15932         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15933         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15934         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15935         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15936         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
15937         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15938         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15939         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
15940         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15941         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15942         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
15943         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15944         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15945         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
15946         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15947         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15948         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
15949         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15950         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15951         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
15952         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15953         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15954         Reported by Eric Blake.
15955
15956 2007-04-11  Bruno Haible  <bruno@clisp.org>
15957
15958         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
15959
15960 2007-04-10  Bruno Haible  <bruno@clisp.org>
15961
15962         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
15963         for NaN and Infinity. Needed on FreeBSD 6.1.
15964         * tests/test-vasnprintf-posix.c (test_function): Undo last change
15965         regarding results for "%010a" of Infinity and NaN.
15966         * tests/test-vasprintf-posix.c (test_function): Likewise.
15967         * tests/test-snprintf-posix.h (test_function): Likewise.
15968         * tests/test-sprintf-posix.h (test_function): Likewise.
15969         * tests/test-fprintf-posix.h (test_function): Likewise.
15970         * tests/test-printf-posix.h (test_function): Likewise.
15971         * tests/test-fprintf-posix.out: Likewise.
15972
15973 2007-04-10  Bruno Haible  <bruno@clisp.org>
15974
15975         * modules/locale-tests: New file.
15976         * tests/test-locale.c: New file.
15977
15978         * modules/locale: New file.
15979         * lib/locale_.h: New file.
15980         * m4/locale_h.m4: New file.
15981
15982 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
15983             Bruno Haible  <bruno@clisp.org>
15984
15985         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
15986         be determined, test for availability of the copysignf, copysign,
15987         copysignl functions.
15988         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
15989         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
15990         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
15991
15992 2007-04-09  Eric Blake  <ebb9@byu.net>
15993
15994         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
15995         * modules/stdio (Makefile.am): Support fflush.
15996         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15997         * modules/fflush: New file.
15998         * lib/fflush.c: Likewise.
15999         * m4/fflush.m4: Likewise.
16000         * modules/fflush-tests: New test.
16001         * tests/test-fflush.c: Likewise.
16002         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
16003
16004 2007-04-06  Bruno Haible  <bruno@clisp.org>
16005
16006         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
16007         (VASNPRINTF): Use signbit for faster determination whether to print a
16008         minus sign.
16009         * modules/vasnprintf (Files): Remove lib/float+.h.
16010         * modules/fprintf-posix (Depends-on): Add signbit.
16011         * modules/snprintf-posix (Depends-on): Likewise.
16012         * modules/sprintf-posix (Depends-on): Likewise.
16013         * modules/vasnprintf-posix (Depends-on): Likewise.
16014         * modules/vasprintf-posix (Depends-on): Likewise.
16015         * modules/vfprintf-posix (Depends-on): Likewise.
16016         * modules/vsnprintf-posix (Depends-on): Likewise.
16017         * modules/vsprintf-posix (Depends-on): Likewise.
16018
16019 2007-04-06  Bruno Haible  <bruno@clisp.org>
16020
16021         * tests/test-frexp.c (main): Test also the sign bit of zero results.
16022         * tests/test-frexpl.c (main): Likewise.
16023         * tests/test-ldexpl.c (main): Likewise.
16024         * modules/frexp-tests (Depends-on): Add signbit.
16025         * modules/frexpl-tests (Depdends-on): Likewise.
16026         * modules/ldexpl-tests (Depdends-on): Likewise.
16027
16028 2007-04-06  Bruno Haible  <bruno@clisp.org>
16029
16030         * modules/signbit-tests: New file.
16031         * tests/test-signbit.c: New file.
16032
16033         * modules/signbit: New file.
16034         * lib/signbitf.c: New file.
16035         * lib/signbitd.c: New file.
16036         * lib/signbitl.c: New file.
16037         * m4/signbit.m4: New file.
16038         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
16039         (signbit): New macro.
16040         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
16041         REPLACE_SIGNBIT.
16042         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
16043         REPLACE_FREXPL into math.h.
16044
16045 2007-04-06  Bruno Haible  <bruno@clisp.org>
16046
16047         * modules/isnanf-nolibm-tests: New file.
16048         * tests/test-isnanf.c: New file.
16049
16050         * modules/isnanf-nolibm: New file.
16051         * lib/isnanf.h: New file.
16052         * lib/isnanf.c: New file.
16053         * lib/isnan.c: Consider the USE_FLOAT macro.
16054         * m4/isnanf.m4: New file.
16055
16056 2007-04-06  Bruno Haible  <bruno@clisp.org>
16057
16058         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
16059         (Link): New section.
16060
16061         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
16062
16063 2007-04-06  Bruno Haible  <bruno@clisp.org>
16064
16065         Assume the 'long double' type.
16066         * m4/longdouble.m4: Remove file.
16067         * config/srclist.txt: Don't mention longdouble.m4.
16068         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
16069         * lib/float+.h: Likewise.
16070         * lib/frexp.c: Likewise.
16071         * lib/printf-args.h: Likewise.
16072         * lib/printf-args.c: Likewise.
16073         * lib/printf-frexp.c: Likewise.
16074         * lib/printf-parse.c: Likewise.
16075         * lib/vasnprintf.c: Likewise.
16076         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
16077         * m4/intl.m4: Likewise.
16078         * m4/isnanl.m4: Likewise.
16079         * m4/printf.m4: Likewise.
16080         * m4/printf-frexpl.m4: Likewise.
16081         * m4/vasnprintf.m4: Likewise.
16082         * modules/allocsa (Files): Remove m4/longdouble.m4.
16083         * modules/gettext (Files): Likewise.
16084         * modules/relocatable-prog-wrapper (Files): Likewise.
16085         * modules/vasnprintf (Files): Likewise.
16086         * modules/isnanl (Files): Likewise.
16087         (Include): Simplify.
16088         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
16089         (Include): Simplify.
16090         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
16091         (Include): Simplify.
16092         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
16093         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16094         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
16095         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16096         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16097         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16098         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
16099         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16100         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
16101         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16102         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
16103         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
16104         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
16105         * tests/test-isnanl.c: Likewise.
16106         * tests/test-snprintf-posix.h: Likewise.
16107         * tests/test-sprintf-posix.h: Likewise.
16108         * tests/test-vasnprintf-posix.c: Likewise.
16109         * tests/test-vasnprintf-posix2.c: Likewise.
16110         * tests/test-vasprintf-posix.c: Likewise.
16111
16112 2007-04-06  Bruno Haible  <bruno@clisp.org>
16113
16114         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
16115         * lib/math_.h [__DECC]: Include the overridden include file through
16116         #include_next, outside the double-inclusion guard.
16117         * lib/stdio_.h [__DECC]: Likewise.
16118         * lib/stdlib_.h [__DECC]: Likewise.
16119         * lib/string_.h [__DECC]: Likewise.
16120         * lib/time_.h [__DECC]: Likewise.
16121         * lib/wchar_.h [__DECC]: Likewise.
16122         * lib/wctype_.h [__DECC]: Likewise.
16123         * lib/inttypes_.h [__DECC]: Likewise.
16124         Reported by Albert Chin <china@thewrittenword.com> in
16125         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
16126
16127 2007-04-04  Eric Blake  <ebb9@byu.net>
16128
16129         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
16130         1.5.x.
16131
16132 2007-04-04  Bruno Haible  <bruno@clisp.org>
16133
16134         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
16135         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
16136
16137 2007-04-04  Bruno Haible  <bruno@clisp.org>
16138
16139         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
16140         results for "%010a" of Infinity and NaN.
16141         * tests/test-vasprintf-posix.c (test_function): Likewise.
16142         * tests/test-snprintf-posix.h (test_function): Likewise.
16143         * tests/test-sprintf-posix.h (test_function): Likewise.
16144         * tests/test-fprintf-posix.h (test_function): Remove these tests.
16145         * tests/test-printf-posix.h (test_function): Likewise.
16146         * tests/test-fprintf-posix.out: Update.
16147         Needed for FreeBSD 6.1.
16148
16149 2007-04-04  Bruno Haible  <bruno@clisp.org>
16150
16151         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
16152         directly used by the gnulib modules nor by gnulib-tool.
16153
16154 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16155
16156         * DEPENDENCIES: Give overall description of version dependency
16157         desirability.  Use more-typical names for apps.
16158         Add shell, coreutils, diffutils, grep, tar, gzip.
16159
16160 2007-04-04  Simon Josefsson  <simon@josefsson.org>
16161
16162         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
16163
16164 2007-04-04  Karl Berry  <karl@gnu.org>
16165
16166         * MODULES.html.sh (func_module): missing '.
16167
16168 2007-04-03  Bruno Haible  <bruno@clisp.org>
16169
16170         * modules/argmatch-tests (Makefile.am): New variable
16171         test_argmatch_LDADD.
16172         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
16173         * modules/array-list-tests (Makefile.am): New variable
16174         test_array_list_LDADD.
16175         * modules/array-oset-tests (Makefile.am): New variable
16176         test_array_oset_LDADD.
16177         * modules/avltree-list-tests (Makefile.am): New variable
16178         test_avltree_list_LDADD.
16179         * modules/avltree-oset-tests (Makefile.am): New variable
16180         test_avltree_oset_LDADD.
16181         * modules/avltreehash-list-tests (Makefile.am): New variable
16182         test_avltreehash_list_LDADD.
16183         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
16184         test_canonicalize_lgpl_LDADD.
16185         * modules/carray-list-tests (Makefile.am): New variable
16186         test_carray_list_LDADD.
16187         * modules/dirname-tests (Makefile.am): New variable
16188         test_dirname_LDADD.
16189         * modules/linked-list-tests (Makefile.am): New variable
16190         test_linked_list_LDADD.
16191         * modules/linkedhash-list-tests (Makefile.am): New variable
16192         test_linkedhash_list_LDADD.
16193         * modules/rbtree-list-tests (Makefile.am): New variable
16194         test_rbtree_list_LDADD.
16195         * modules/rbtree-oset-tests (Makefile.am): New variable
16196         test_rbtree_oset_LDADD.
16197         * modules/rbtreehash-list-tests (Makefile.am): New variable
16198         test_rbtreehash_list_LDADD.
16199         * modules/xvasprintf-tests (Makefile.am): New variable
16200         test_xvasprintf_LDADD.
16201         Reported by Eric Blake.
16202
16203 2007-04-03  Eric Blake  <ebb9@byu.net>
16204
16205         * DEPENDENCIES: Weaken m4 requirements.
16206
16207 2007-04-03  Bruno Haible  <bruno@clisp.org>
16208
16209         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
16210         * modules/isnanl-tests (configure.ac): Likewise.
16211
16212 2007-04-03  Ben Pfaff  <blp@gnu.org>
16213
16214         * modules/iconv_open: Add $(srcdir)/ to source directory
16215         references in Makefile fragments that call gperf, to fix VPATH
16216         builds.
16217
16218 2007-04-03  Bruno Haible  <bruno@clisp.org>
16219
16220         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
16221         * lib/ldexpl.c: Undo last change.
16222
16223 2007-04-03  Bruno Haible  <bruno@clisp.org>
16224
16225         * modules/printf-frexpl (Depends-on): Undo last change.
16226         (Files): Add m4/ldexpl.m4.
16227
16228 2007-04-03  Bruno Haible  <bruno@clisp.org>
16229
16230         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
16231         * modules/isnanl (Link): New section.
16232
16233         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
16234         * modules/frexp (Link): New section.
16235
16236         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
16237         * modules/frexpl (Link): New section.
16238
16239         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
16240         * modules/ldexpl (Link): New section.
16241
16242 2007-04-03  Bruno Haible  <bruno@clisp.org>
16243
16244         * modules/TEMPLATE-EXTENDED: New file.
16245         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
16246
16247 2007-04-03  Bruno Haible  <bruno@clisp.org>
16248
16249         * DEPENDENCIES: New file.
16250         Suggested by Simon Josefsson.
16251
16252 2007-04-03  Bruno Haible  <bruno@clisp.org>
16253
16254         * doc/gnulib.texi: Escape @.
16255
16256 2007-04-03  James Youngman  <jay@gnu.org>
16257         and Paul Eggert  <eggert@cs.ucla.edu>
16258
16259         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
16260         birthtime on all systems that have birthtime, not just those which
16261         use st_birthtimensec rather than st_birthtim.  Putting zero in
16262         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
16263         that the birth time is not available for files on an NFS mount.
16264
16265 2007-04-03  Simon Josefsson  <simon@josefsson.org>
16266
16267         * modules/memxor: Move back from crypto/, suggested by Bruno.
16268         * modules/crypto/hmac-sha1: Fix memxor dependency.
16269
16270         * modules/crypto/gc: Moved from ../.
16271
16272 2007-04-02  Eric Blake  <ebb9@byu.net>
16273
16274         * lib/ldexpl.c (includes): Avoid libm.
16275
16276         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
16277
16278 2007-04-02  Bruno Haible  <bruno@clisp.org>
16279
16280         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
16281         on IRIX.
16282
16283 2007-04-02  Bruno Haible  <bruno@clisp.org>
16284
16285         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
16286         x86 or x86_64 platforms running MacOS X.
16287         Reported by Ryan Schmidt <@ryandesign.com>.
16288
16289 2007-04-02  Bruno Haible  <bruno@clisp.org>
16290
16291         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
16292         i386.
16293
16294 2007-04-01  Simon Josefsson  <simon@josefsson.org>
16295
16296         * modules/crypto/arcfour: Moved from ../.
16297         * modules/crypto/arcfour-tests: Moved from ../.
16298         * modules/crypto/arctwo: Moved from ../.
16299         * modules/crypto/arctwo-tests: Moved from ../.
16300         * modules/crypto/des: Moved from ../.
16301         * modules/crypto/des-tests: Moved from ../.
16302         * modules/crypto/gc-arcfour: Moved from ../.
16303         * modules/crypto/gc-arcfour-tests: Moved from ../.
16304         * modules/crypto/gc-arctwo: Moved from ../.
16305         * modules/crypto/gc-arctwo-tests: Moved from ../.
16306         * modules/crypto/gc-des: Moved from ../.
16307         * modules/crypto/gc-des-tests: Moved from ../.
16308         * modules/crypto/gc-hmac-md5: Moved from ../.
16309         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
16310         * modules/crypto/gc-hmac-sha1: Moved from ../.
16311         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
16312         * modules/crypto/gc-md2: Moved from ../.
16313         * modules/crypto/gc-md2-tests: Moved from ../.
16314         * modules/crypto/gc-md4: Moved from ../.
16315         * modules/crypto/gc-md4-tests: Moved from ../.
16316         * modules/crypto/gc-md5: Moved from ../.
16317         * modules/crypto/gc-md5-tests: Moved from ../.
16318         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
16319         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
16320         * modules/crypto/gc-random: Moved from ../.
16321         * modules/crypto/gc-rijndael: Moved from ../.
16322         * modules/crypto/gc-rijndael-tests: Moved from ../.
16323         * modules/crypto/gc-sha1: Moved from ../.
16324         * modules/crypto/gc-sha1-tests: Moved from ../.
16325         * modules/crypto/gc-tests: Moved from ../.
16326         * modules/crypto/hmac-md5: Moved from ../.
16327         * modules/crypto/hmac-md5-tests: Moved from ../.
16328         * modules/crypto/hmac-sha1: Moved from ../.
16329         * modules/crypto/hmac-sha1-tests: Moved from ../.
16330         * modules/crypto/md2: Moved from ../.
16331         * modules/crypto/md2-tests: Moved from ../.
16332         * modules/crypto/md4: Moved from ../.
16333         * modules/crypto/md4-tests: Moved from ../.
16334         * modules/crypto/md5: Moved from ../.
16335         * modules/crypto/md5-tests: Moved from ../.
16336         * modules/crypto/memxor: Moved from ../.
16337         * modules/crypto/rijndael: Moved from ../.
16338         * modules/crypto/rijndael-tests: Moved from ../.
16339         * modules/crypto/sha1: Moved from ../.
16340
16341 2007-03-30  James Youngman  <jay@gnu.org>
16342
16343         * tests/test-stat-time.c (prepare_test): use chmod() rather than
16344         rename() to change the ctime of a file (because ctime is unaffected
16345         by rename on jfs2 on AIX 5.1).
16346         (main): Start by doing cleanup, in case a previous run failed leaving
16347         test files behind.
16348
16349 2007-03-31  Bruno Haible  <bruno@clisp.org>
16350
16351         Support old proprietary implementations of iconv.
16352         * modules/iconv_open: New file.
16353         * lib/iconv_.h: New file.
16354         * m4/iconv_h.m4: New file.
16355         * lib/iconv_open.c: New file.
16356         * lib/iconv_open-aix.gperf: New file.
16357         * lib/iconv_open-hpux.gperf: New file.
16358         * lib/iconv_open-irix.gperf: New file.
16359         * lib/iconv_open-osf.gperf: New file.
16360         * m4/iconv_open.m4: New file.
16361         * modules/linebreak (Depends-on): Add iconv_open.
16362         * modules/striconv (Depends-on): Likewise.
16363         * modules/striconveh (Depends-on): Likewise.
16364         * modules/unicodeio (Depends-on): Likewise.
16365         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
16366         (iconv_t)(-1).
16367         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
16368         conversion if cd is (iconv_t)(-1).
16369         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
16370         is not possible.
16371
16372 2007-03-31  Bruno Haible  <bruno@clisp.org>
16373
16374         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16375         work on Solaris either. Protect also second use of "autodetect_jp".
16376
16377 2007-03-31  Bruno Haible  <bruno@clisp.org>
16378
16379         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
16380         the function is not present.
16381
16382 2007-03-31  Bruno Haible  <bruno@clisp.org>
16383
16384         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
16385         the function is not present.
16386
16387 2007-03-31  Bruno Haible  <bruno@clisp.org>
16388
16389         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
16390         a bug in HP-UX iconv_open().
16391
16392 2007-03-31  Bruno Haible  <bruno@clisp.org>
16393
16394         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
16395         (Mathematics <math.h>): New section, add fpieee.
16396         (Input/output <stdio.h>): Add fseterr.
16397         (Mathematics <math.h>): New section, add printf-frexp.
16398         (Container data structures): Add sublist.
16399         (Core language properties): Add fpucw, inline.
16400         (Functions for greatest-width integer types <inttypes.h>): Add
16401         imaxabs, imaxdiv, inttypes.
16402         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
16403         isnanl-nolibm, ldexp.
16404         (Mathematics <math.h>): New section, add printf-frexpl.
16405         (Support for systems lacking POSIX:2001): Add fprintf-posix,
16406         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
16407         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
16408         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
16409         (Unicode string functions): Add unistr/u*-mbtoucr.
16410         (Java): Add javacomp-script, javaexec-script.
16411         (C#): Add csharpcomp-script, csharpexec-script.
16412         (Support for building libraries and executables): Add havelib,
16413         relocatable-*.
16414         (Support for maintaining and releasing projects): Renamed from
16415         'Support for maintaining and release projects'. Add announce-gen.
16416
16417 2007-03-31  Bruno Haible  <bruno@clisp.org>
16418
16419         * README: Talk primarily about git.
16420         (git and CVS): Renamed from CVS.
16421         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
16422         gnulib is available through git.
16423         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
16424
16425 2007-03-30  Bruno Haible  <bruno@clisp.org>
16426
16427         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
16428         * lib/poll_.h: Likewise.
16429         * lib/stat_.h: Likewise.
16430         * lib/sys_time_.h: Likewise.
16431         * lib/sysexit_.h: Likewise.
16432         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
16433         * lib/stdbool_.h: Likewise.
16434         * lib/byteswap_.h: Add double-inclusion guard.
16435
16436 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
16437
16438         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
16439
16440 2007-03-30  Karl Berry  <karl@gnu.org>
16441
16442         * config/srclist-update: double space after USA in the license
16443         substitution, since that's how it's usually (?) written.
16444
16445 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16446
16447         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
16448         reported by Bruno Haible.
16449
16450 2007-03-29  Bruno Haible  <bruno@clisp.org>
16451
16452         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
16453         a bug in AIX iconv().
16454
16455 2007-03-29  Bruno Haible  <bruno@clisp.org>
16456
16457         * modules/ldexpl-tests: New file.
16458         * tests/test-ldexpl.c: New file.
16459
16460 2007-03-29  Bruno Haible  <bruno@clisp.org>
16461
16462         * lib/ldexpl.c: Include fpucw.h.
16463         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
16464         multiplication.
16465         * modules/ldexpl (Depends-on): Add fpucw.
16466
16467 2007-03-29  Bruno Haible  <bruno@clisp.org>
16468
16469         * modules/ldexpl: New file.
16470         * m4/ldexpl.m4: New file.
16471         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
16472         set.
16473         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
16474         REPLACE_LDEXPL.
16475         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
16476         REPLACE_LDEXPL.
16477         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16478         gl_FUNC_LDEXPL_WORKS.
16479         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
16480         * modules/mathl (Files): Remove lib/ldexpl.c.
16481         (Depends-on): Add ldexpl.
16482
16483 2007-03-29  Bruno Haible  <bruno@clisp.org>
16484
16485         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
16486
16487 2007-03-29  Bruno Haible  <bruno@clisp.org>
16488
16489         * tests/test-striconveh.c (main): Don't assume that a direct conversion
16490         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
16491         and possibly also HP-UX.
16492         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16493         work on AIX, IRIX, HP-UX, OSF/1.
16494         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
16495         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
16496         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
16497         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
16498         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
16499         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
16500
16501 2007-03-29  Bruno Haible  <bruno@clisp.org>
16502
16503         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
16504
16505 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16506
16507         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
16508         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
16509
16510 2007-03-29  Eric Blake  <ebb9@byu.net>
16511
16512         * lib/acl-internal.h: Remove redundant include.
16513         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
16514         Cygwin when a file is locked.
16515
16516 2007-03-29  Bruno Haible  <bruno@clisp.org>
16517
16518         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
16519         file.
16520         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
16521
16522 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16523
16524         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
16525         try to remove a parent directory if the child couldn't be removed
16526         (except for the first rmdir, which could fail because the child
16527         doesn't exist).  Problem reported by Jeff Blaine in
16528         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
16529
16530 2007-03-28  Bruno Haible  <bruno@clisp.org>
16531
16532         * lib/striconveh.c (utf8conv_carefully): New function.
16533         (mem_cd_iconveh_internal): Invoke it.
16534
16535 2007-03-28  Bruno Haible  <bruno@clisp.org>
16536
16537         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
16538         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
16539         input.
16540         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
16541         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
16542         unistr/u8-uctomb.
16543
16544 2007-03-28  Bruno Haible  <bruno@clisp.org>
16545
16546         * modules/unistr/u8-mbtoucr: New file.
16547         * lib/unistr/u8-mbtoucr.c: New file.
16548         * modules/unistr/u16-mbtoucr: New file.
16549         * lib/unistr/u16-mbtoucr.c: New file.
16550         * modules/unistr/u16-mbtoucr: New file.
16551         * lib/unistr/u16-mbtoucr.c: New file.
16552         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
16553
16554 2007-03-27  Simon Josefsson  <simon@josefsson.org>
16555             Bruno Haible  <bruno@clisp.org>
16556
16557         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
16558         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
16559         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
16560
16561         * m4/stdio_h.m4: Add stubs for vasprintf too.
16562
16563         * modules/stdio: Support vasprintf in sed command.
16564
16565         * modules/vasprintf: Depend on stdio for prototypes.  Remove
16566         vasprintf.h.  Add stdio module indicator.
16567
16568         * lib/stdio_.h: Declare asprintf and vasprintf, based on
16569         vasprintf.h.
16570
16571         * lib/vasprintf.h: File removed.
16572
16573         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
16574         * lib/vasprintf.c: Ditto.
16575         * lib/xvasprintf.c: Ditto.
16576         * tests/test-vasprintf-posix.c: Ditto.
16577         * tests/test-vasprintf.c: Ditto.
16578
16579 2007-03-27  Bruno Haible  <bruno@clisp.org>
16580
16581         Make vasnprintf multithread-safe.
16582         * lib/vasnprintf.c (decimal_point_char): New function.
16583         (VASNPRINTF): Use it.
16584         Suggested by Simon Josefsson.
16585
16586 2007-03-27  Eric Blake  <ebb9@byu.net>
16587
16588         Support sub-second birthtime on cygwin.
16589         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
16590         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
16591         (get_stat_birthtime): Also work with st_birthtim.
16592
16593 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
16594
16595         * lib/stat-time.h (USE_BIRTHTIME): Remove.
16596         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
16597         (get_stat_birthtime_ns): Do not try to use "spare" fields.
16598         (get_stat_birthtime_ns): Simplify compile-time tests.
16599         (get_stat_birthtime): Change the API to look like
16600         get_stat_mtime etc., except return a negative tv_nsec on error.
16601         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
16602         Don't check for "spare" fields.
16603         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
16604         or for struct stat.st_birthtime, as these tests aren't used.
16605         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
16606
16607 2007-03-27  Bruno Haible  <bruno@clisp.org>
16608
16609         * lib/stat-time.h: Include <sys/stat.h>.
16610
16611 2007-03-27  James Youngman  <jay@gnu.org>
16612
16613         * lib/stat-time.h (get_stat_birthtime): New function for
16614           retrieving st_birthtime as provided by UFS2 (hence *BSD).
16615         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
16616           and its variants.
16617         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
16618         * modules/stat-time-test: New file.
16619         * tests/test-stat-time.c: New test, devised by Bruno Haible.
16620
16621 2007-03-26  Bruno Haible  <bruno@clisp.org>
16622
16623         Better support of signalling NaNs.
16624         * lib/atanl.c: Include isnanl.h.
16625         (atanl): Perform test for NaN at the beginning of the function and
16626         through a call to isnanl.
16627         * lib/cosl.c: Include isnanl.h.
16628         (cosl): Perform test for NaN at the beginning of the function and
16629         through a call to isnanl.
16630         * lib/ldexpl.c: Include isnanl.h.
16631         (ldexpl): Perform test for NaN through a call to isnanl.
16632         * lib/logl.c: Include isnanl.h.
16633         (logl): Perform test for NaN at the beginning of the function and
16634         through a call to isnanl.
16635         * lib/sinl.c: Include isnanl.h.
16636         (sinl): Perform test for NaN at the beginning of the function and
16637         through a call to isnanl.
16638         * lib/sqrtl.c: Include isnanl.h.
16639         (sqrtl): Perform test for NaN at the beginning of the function and
16640         through a call to isnanl.
16641         * lib/tanl.c: Include isnanl.h.
16642         (tanl): Perform test for NaN at the beginning of the function and
16643         through a call to isnanl.
16644         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
16645         * modules/mathl (Depends-on): Add isnanl.
16646
16647 2007-03-26  Eric Blake  <ebb9@byu.net>
16648
16649         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
16650         regression in logic sense of previous patch.
16651
16652 2007-03-26  Bruno Haible  <bruno@clisp.org>
16653
16654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
16655         unportable shell command "if ! ...".
16656         Reported by Ralf Wildenhues.
16657
16658 2007-03-25  Bruno Haible  <bruno@clisp.org>
16659
16660         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
16661         <sysexits.h> file, and only add EX_CONFIG.
16662         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
16663         absolute file name and whether it is sufficient. Substitute also
16664         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
16665         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
16666         ABSOLUTE_SYSEXITS_H into sysexits.h.
16667
16668 2007-03-25  Bruno Haible  <bruno@clisp.org>
16669
16670         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
16671         hints is NULL.
16672
16673 2007-03-25  Bruno Haible  <bruno@clisp.org>
16674
16675         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
16676         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
16677
16678 2007-03-25  Bruno Haible  <bruno@clisp.org>
16679
16680         * lib/vasnprintf.c: Include langinfo.h.
16681         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
16682         multithread-safe.
16683         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
16684         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
16685         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16686         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16687         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16688         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16689         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16690         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
16691         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16692         Reported by Simon Josefsson.
16693
16694 2007-03-25  Bruno Haible  <bruno@clisp.org>
16695
16696         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
16697         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
16698         * modules/vasnprintf (Depends-on): Add stdint.
16699
16700 2007-03-25  Bruno Haible  <bruno@clisp.org>
16701
16702         * modules/fpieee: New file.
16703         * m4/fpieee.m4: New file.
16704         * modules/isnan-nolibm (Depends-on): Add fpieee.
16705         * modules/isnanl-nolibm (Depends-on): Add fpieee.
16706         * modules/isnanl (Depends-on): Add fpieee.
16707
16708 2007-03-25  Bruno Haible  <bruno@clisp.org>
16709
16710         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
16711
16712 2007-03-25  Bruno Haible  <bruno@clisp.org>
16713
16714         Avoid test failures on IRIX 6.5.
16715         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
16716         (main): Use it.
16717         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
16718         macros.
16719         (main): Use them.
16720
16721 2007-03-25  Bruno Haible  <bruno@clisp.org>
16722
16723         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
16724         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
16725         exists but doesn't work.
16726         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
16727         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
16728         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
16729         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
16730
16731 2007-03-25  Bruno Haible  <bruno@clisp.org>
16732
16733         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
16734         returns inf. Needed on IRIX 6.5.
16735
16736 2007-03-25  Bruno Haible  <bruno@clisp.org>
16737
16738         * tests/test-frexpl.c: Include isnanl-nolibm.h.
16739         (main): Use isnanl instead of x != x idiom.
16740         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
16741
16742         * tests/test-frexp.c: Include isnan.h.
16743         (main): Use isnan instead of x != x idiom.
16744         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
16745
16746 2007-03-25  Bruno Haible  <bruno@clisp.org>
16747
16748         * tests/test-frexp.c (NaN): New function/macro.
16749         (main): Use it instead of 0.0 / 0.0.
16750         * tests/test-isnan.c (NaN): New function/macro.
16751         (main): Use it instead of 0.0 / 0.0.
16752         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
16753         (test_function): Use it instead of 0.0 / 0.0.
16754         * tests/test-vasprintf-posix.c (NaN): New function/macro.
16755         (test_function): Use it instead of 0.0 / 0.0.
16756         * tests/test-snprintf-posix.h (NaN): New function/macro.
16757         (test_function): Use it instead of 0.0 / 0.0.
16758         * tests/test-sprintf-posix.h (NaN): New function/macro.
16759         (test_function): Use it instead of 0.0 / 0.0.
16760         * tests/test-fprintf-posix.h (NaN): New function/macro.
16761         (test_function): Use it instead of 0.0 / 0.0.
16762         * tests/test-printf-posix.h (NaN): New function/macro.
16763         (test_function): Use it instead of 0.0 / 0.0.
16764
16765         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
16766
16767 2007-03-25  Bruno Haible  <bruno@clisp.org>
16768
16769         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
16770
16771 2007-03-25  Bruno Haible  <bruno@clisp.org>
16772
16773         * lib/regexec.c (merge_state_with_log): Make static.
16774
16775 2007-03-25  Bruno Haible  <bruno@clisp.org>
16776
16777         * lib/trigl.c (kernel_rem_pio2): Make static.
16778
16779 2007-03-25  Bruno Haible  <bruno@clisp.org>
16780
16781         * lib/sincosl.c (sincosl_table): Make static.
16782
16783 2007-03-25  Bruno Haible  <bruno@clisp.org>
16784
16785         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
16786         if the compiler does not support C99.
16787
16788 2007-03-25  Bruno Haible  <bruno@clisp.org>
16789
16790         * modules/time (Makefile.am): Ensure all rule action lines start with a
16791         tab.
16792
16793 2007-03-24  Bruno Haible  <bruno@clisp.org>
16794
16795         * modules/tsearch-tests: New file.
16796         * tests/test-tsearch.sh: New file.
16797         * tests/test-tsearch.c: New file, mostly copied from glibc.
16798
16799         * modules/search-tests: New file.
16800         * tests/test-search.c: New file.
16801
16802         * modules/search: New file.
16803         * lib/search_.h: New file, incorporating lib/tsearch.h.
16804         * m4/search_h.m4: New file.
16805         * lib/tsearch.h: Remove file.
16806         * lib/tsearch.c: Include search.h instead of tsearch.h.
16807         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
16808         HAVE_TSEARCH.
16809         * modules/tsearch (Files): Remove lib/tsearch.h.
16810         (Depends-on): Add search.
16811         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
16812         (Include): Change tsearch.h into search.h.
16813
16814 2007-03-24  Bruno Haible  <bruno@clisp.org>
16815
16816         * modules/fpucw: New file.
16817         * lib/fpucw.h: New file.
16818         * lib/frexp.c: Include fpucw.h.
16819         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16820         (FUNC): Use them.
16821         * lib/printf-frexp.c: Include fpucw.h.
16822         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16823         (FUNC): Use them.
16824         * lib/vasnprintf.c: Include fpucw.h.
16825         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
16826         'long double' calculations.
16827         * tests/test-frexpl.c: Include fpucw.h.
16828         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16829         * tests/test-printf-frexpl.c: Include fpucw.h.
16830         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16831         * modules/frexpl (Depends-on): Add fpucw.
16832         * modules/printf-frexpl (Depends-on): Likewise.
16833         * modules/fprintf-posix (Depends-on): Likewise.
16834         * modules/snprintf-posix (Depends-on): Likewise.
16835         * modules/sprintf-posix (Depends-on): Likewise.
16836         * modules/vasnprintf-posix (Depends-on): Likewise.
16837         * modules/vasprintf-posix (Depends-on): Likewise.
16838         * modules/vfprintf-posix (Depends-on): Likewise.
16839         * modules/vsnprintf-posix (Depends-on): Likewise.
16840         * modules/vsprintf-posix (Depends-on): Likewise.
16841         * modules/frexpl-tests (Depends-on): Likewise.
16842         * modules/printf-frexpl-tests (Depends-on): Likewise.
16843
16844 2007-03-24  Bruno Haible  <bruno@clisp.org>
16845
16846         * lib/float+.h: New file.
16847         * lib/isnan.c: Include float+.h.
16848         (SIZE): New macro.
16849         (FUNC): Compare only SIZE bytes of the value.
16850         * lib/vasnprintf.c: Include float+.h.
16851         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
16852         SIZEOF_LDBL or SIZEOF_DBL bytes.
16853         * modules/isnan-nolibm (Files): Add lib/float+.h.
16854         * modules/isnanl-nolibm (Files): Add lib/float+.h.
16855         * modules/isnanl (Files): Add lib/float+.h.
16856         * modules/vasnprintf (Files): Add lib/float+.h.
16857
16858 2007-03-24  Bruno Haible  <bruno@clisp.org>
16859
16860         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
16861         include isnanl-nolibm.h.
16862
16863 2007-03-24  Bruno Haible  <bruno@clisp.org>
16864
16865         * tests/test-read-file.c (main): Don't produce spurious output for
16866         expected situations. Make the test fail if it encountered unexpected
16867         results.
16868
16869 2007-03-24  Bruno Haible  <bruno@clisp.org>
16870
16871         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
16872         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
16873
16874 2007-03-24  Bruno Haible  <bruno@clisp.org>
16875
16876         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
16877
16878 2007-03-24  Bruno Haible  <bruno@clisp.org>
16879
16880         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
16881         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
16882
16883         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
16884         * modules/utf8-ucs4: Turn into a symbolic link to module
16885         unistr/u8-mbtouc.
16886
16887         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
16888         utf8-ucs4-unsafe.
16889         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
16890         unistr/u8-mbtouc-unsafe.
16891
16892         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
16893         * modules/utf16-ucs4: Turn into a symbolic link to module
16894         unistr/u16-mbtouc.
16895
16896         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
16897         utf16-ucs4-unsafe.
16898         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
16899         unistr/u16-mbtouc-unsafe.
16900
16901         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
16902         * modules/ucs4-utf8: Turn into a symbolic link to module
16903         unistr/u8-ubtomb.
16904
16905         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
16906         * modules/ucs4-utf16: Turn into a symbolic link to module
16907         unistr/u16-ubtomb.
16908
16909 2007-03-24  Bruno Haible  <bruno@clisp.org>
16910
16911         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
16912         Enable the function only if HAVE_INLINE.
16913         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
16914         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16915         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
16916         Enable the function only if HAVE_INLINE.
16917         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
16918         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16919         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
16920         Enable the function only if HAVE_INLINE.
16921         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
16922         Enable the function only if HAVE_INLINE.
16923         * modules/utf8-ucs4: Update.
16924         * modules/utf8-ucs4-unsafe: Update.
16925         * modules/utf16-ucs4: Update.
16926         * modules/utf16-ucs4-unsafe: Update.
16927         * modules/ucs4-utf8: Update.
16928         * modules/ucs4-utf16: Update.
16929
16930 2007-03-24  Bruno Haible  <bruno@clisp.org>
16931
16932         * lib/utf8-ucs4.h: Remove file.
16933         * lib/utf8-ucs4-unsafe.h: Remove file.
16934         * lib/utf16-ucs4.h: Remove file.
16935         * lib/utf16-ucs4-unsafe.h: Remove file.
16936         * lib/ucs4-utf8.h: Remove file.
16937         * lib/ucs4-utf16.h: Remove file.
16938         * lib/unistr.h: Include their previous contents.
16939         * m4/utf-ucs4.m4: Remove file.
16940         * m4/ucs4-utf.m4: Remove file.
16941         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
16942         (Depends-on): Add unistr/base.
16943         (configure.ac): Remove gl_UTF_UCS4.
16944         (Makefile.am): Update.
16945         (Include): Change to unistr.h.
16946         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
16947         (Depends-on): Add unistr/base.
16948         (configure.ac): Remove gl_UTF_UCS4.
16949         (Makefile.am): Update.
16950         (Include): Change to unistr.h.
16951         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
16952         (Depends-on): Add unistr/base.
16953         (configure.ac): Remove gl_UTF_UCS4.
16954         (Makefile.am): Update.
16955         (Include): Change to unistr.h.
16956         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
16957         (Depends-on): Add unistr/base.
16958         (configure.ac): Remove gl_UTF_UCS4.
16959         (Makefile.am): Update.
16960         (Include): Change to unistr.h.
16961         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
16962         (Depends-on): Add unistr/base.
16963         (configure.ac): Remove gl_UCS4_UTF.
16964         (Makefile.am): Update.
16965         (Include): Change to unistr.h.
16966         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
16967         (Depends-on): Add unistr/base.
16968         (configure.ac): Remove gl_UCS4_UTF.
16969         (Makefile.am): Update.
16970         (Include): Change to unistr.h.
16971         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
16972         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
16973         utf8-ucs4-unsafe.h.
16974         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
16975         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
16976         utf16-ucs4-unsafe.h.
16977         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
16978         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
16979         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
16980         * lib/unistr/u8-strchr.c: Likewise.
16981         * lib/unistr/u8-strrchr.c: Likewise.
16982         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
16983         * lib/unistr/u16-strchr.c: Likewise.
16984         * lib/unistr/u16-strrchr.c: Likewise.
16985         * lib/striconveh.c: Update.
16986         * lib/linebreak.c: Update.
16987
16988 2007-03-24  Bruno Haible  <bruno@clisp.org>
16989
16990         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
16991         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
16992
16993 2007-03-22  Bruno Haible  <bruno@clisp.org>
16994
16995         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
16996
16997 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16998
16999         * MODULES.html.sh (File system functions): New module write-any-file.
17000         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
17001         * m4/write-any-file.m4: New files.
17002
17003 2007-03-23  Eric Blake  <ebb9@byu.net>
17004
17005         * gnulib-tool: Rearrange space-tab sequences, since some editors
17006         like to eat them.
17007
17008 2007-03-23  Eric Blake  <ebb9@byu.net>
17009
17010         * lib/version-etc.c (version_etc_va): Update license wording to
17011         be more concise.  Recommended by Richard Stallman.
17012
17013 2007-03-22  Bruno Haible  <bruno@clisp.org>
17014
17015         * lib/poll.c (MSG_PEEK): New fallback definition.
17016
17017 2007-03-22  Bruno Haible  <bruno@clisp.org>
17018
17019         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
17020         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
17021         (main): Update.
17022         Fixes a compilation error on BeOS.
17023
17024 2007-03-22  Bruno Haible  <bruno@clisp.org>
17025
17026         * modules/frexpl-tests: New file.
17027         * tests/test-frexpl.c: New file.
17028
17029         * modules/frexpl: New file.
17030         * m4/frexpl.m4: New file.
17031         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
17032         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
17033         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
17034         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
17035         (Depends-on): Add frexpl. Remove isnanl-nolibm.
17036         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
17037
17038 2007-03-22  Bruno Haible  <bruno@clisp.org>
17039
17040         * lib/frexpl.c: Share code with lib/frexp.c.
17041         * modules/mathl (Files): Add lib/frexp.c.
17042         (Depends-on): Add isnanl-nolibm.
17043
17044 2007-03-22  Bruno Haible  <bruno@clisp.org>
17045
17046         * modules/printf-frexp (Files): Add m4/frexp.m4.
17047         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
17048         only if the found frexp function actually works.
17049
17050 2007-03-22  Bruno Haible  <bruno@clisp.org>
17051
17052         * lib/frexp.c: Remove older implementation that uses divisions.
17053
17054 2007-03-21  Bruno Haible  <bruno@clisp.org>
17055
17056         * modules/frexp-tests: New file.
17057         * tests/test-frexp.c: New file.
17058
17059         * modules/frexp: New file.
17060         * lib/frexp.c: New file.
17061         * m4/frexp.m4: New file.
17062         * lib/math_.h (frexp): New declaration.
17063         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
17064         REPLACE_FREXP.
17065         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
17066
17067 2007-03-21  Bruno Haible  <bruno@clisp.org>
17068
17069         * modules/isnanl-tests: New file.
17070         * tests/test-isnanl.c: New file.
17071
17072         * modules/isnanl: New file.
17073         * lib/isnanl.h: New file.
17074         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
17075         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
17076         gl_FUNC_ISNANL_WORKS.
17077         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
17078         New macros.
17079
17080 2007-03-21  Bruno Haible  <bruno@clisp.org>
17081
17082         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
17083         lib/isnanl.h.
17084         (Include): Update.
17085         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
17086         * lib/vasnprintf.c: Update.
17087         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
17088         tests/test-isnanl.h, remove tests/test-isnanl.c.
17089         (Makefile.am): Update.
17090         * tests/test-isnanl-nolibm.c: New file.
17091         * tests/test-isnanl.h: New file.
17092         * tests/test-isnanl.c: Remove file.
17093
17094 2007-03-21  Jim Meyering  <jim@meyering.net>
17095
17096         When trying to open ".", treat ESTALE like EACCES.
17097         * lib/savewd.c (savewd_save): Resort to forking not just upon
17098         failure with EACCES, but also when errno is ESTALE.
17099
17100 2007-03-20  Bruno Haible  <bruno@clisp.org>
17101
17102         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
17103         Needed on AIX 5.1. Reported by Matthew Woehlke.
17104
17105 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17106
17107         Suggestions by Bruno Haible:
17108         * lib/acl-internal.h: Include "gettext.h" rather than rolling
17109         our own.
17110         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
17111         * modules/acl (Depends-on): Add gettext.
17112
17113 2007-03-19  Bruno Haible  <bruno@clisp.org>
17114
17115         * modules/iconvme: Remove file.
17116         * lib/iconvme.h: Remove file.
17117         * lib/iconvme.c: Remove file.
17118         * m4/iconvme.m4: Remove file.
17119
17120 2007-03-19  Bruno Haible  <bruno@clisp.org>
17121
17122         * doc/relocatable-maint.texi: Break long shell script line.
17123         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17124
17125 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17126
17127         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
17128         handle file_has_acl.
17129         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
17130         * lib/acl.c: Move header inclusions and related macro defns into
17131         lib/acl-internal.h.
17132         (S_ISLNK): Remove defn, since that's now done for us.
17133         (file_has_acl): Move to lib/file-has-acl.c.
17134         Call acl_trivial if available.  This is the crucial part of the fix.
17135         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
17136         shared within the library.  Rewrite a bit, partly to make it compatible
17137         with the GNU coding style.
17138         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
17139         Remove unnecessary double-quotes.
17140         Don't test for acl_to_text; the build will catch that.
17141         Replace acl_entries if it doesn't exist and it is needed.
17142         Check for -lsec and acl_trivial (as used on Solaris 10).
17143         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
17144         lib/file-has-acl.c.
17145         (Depends-on): Add sys_stat, for S_ISLNK.
17146
17147 2007-03-19  Ben Pfaff  <blp@gnu.org>
17148
17149         * doc/gnulib.texi: Fix typos.
17150         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17151
17152 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17153
17154         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
17155         If size is zero here, buf must be zero.
17156
17157 2007-03-19  Simon Josefsson  <simon@josefsson.org>
17158
17159         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
17160         <bruno@clisp.org>.
17161
17162 2007-03-18  Bruno Haible  <bruno@clisp.org>
17163
17164         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
17165         Suggested by Eric Blake.
17166
17167 2007-03-18  Ben Pfaff  <blp@gnu.org>
17168
17169         * doc/relocatable.texi: Recommend using as prefix a directory
17170         that does not exist and will never be created.  Based on
17171         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
17172         and others.
17173
17174 2007-03-17  Bruno Haible  <bruno@clisp.org>
17175
17176         * lib/fchownat.c: Include lchown.h.
17177
17178 2007-03-17  Bruno Haible  <bruno@clisp.org>
17179
17180         Fix endless loop when the given allocated size was > INT_MAX.
17181         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
17182         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
17183         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
17184         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
17185         * lib/sprintf.c (sprintf): Likewise.
17186
17187 2007-03-17  Bruno Haible  <bruno@clisp.org>
17188
17189         * tests/test-argp-2.sh (func_compare): Output a context diff.
17190
17191 2007-03-17  Bruno Haible  <bruno@clisp.org>
17192
17193         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
17194         locale's decimal-point character.
17195
17196 2007-03-17  Bruno Haible  <bruno@clisp.org>
17197
17198         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
17199         before comparing it. Needed because on some platforms (e.g. x86) a
17200         'long double' occupies less bytes than sizeof (long double).
17201
17202 2007-03-17  Bruno Haible  <bruno@clisp.org>
17203
17204         * tests/test-crc.c (main): Make printf statements 64-bit clean.
17205         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
17206         * tests/test-getaddrinfo.c (simple): Likewise.
17207         * tests/test-read-file.c (main): Likewise.
17208
17209 2007-03-17  Bruno Haible  <bruno@clisp.org>
17210
17211         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
17212
17213 2007-03-17  Bruno Haible  <bruno@clisp.org>
17214
17215         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
17216         unused variable.
17217
17218 2007-03-17  Bruno Haible  <bruno@clisp.org>
17219
17220         * tests/test-c-strcasecmp.c: Include c-strcase.h.
17221         * tests/test-c-strncasecmp.c: Likewise.
17222
17223 2007-03-17  Bruno Haible  <bruno@clisp.org>
17224
17225         * modules/stdlib (Depends-on): Add unistd.
17226         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
17227         Needed for MacOS X 10.3.
17228
17229 2007-03-17  Bruno Haible  <bruno@clisp.org>
17230
17231         * lib/unistr/u-strdup.h: Include <stdlib.h>.
17232
17233 2007-03-17  Bruno Haible  <bruno@clisp.org>
17234
17235         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
17236
17237 2007-03-17  Bruno Haible  <bruno@clisp.org>
17238
17239         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
17240         to reflect files copied from gnulib (with or without modifications).
17241         Suggested by Jim Meyering.
17242
17243 2007-03-17  Eric Blake  <ebb9@byu.net>
17244
17245         * NEWS: Document stdlib change from 2007-02-18.
17246
17247 2007-03-17  Jim Meyering  <jim@meyering.net>
17248
17249         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
17250         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
17251         someone uses a name containing shell meta-characters.
17252         Reported by Alfred M. Szmidt.
17253
17254         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
17255
17256 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17257
17258         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
17259         and copy gettext configuration files only if configure.ac contains
17260         a use of AM_GNU_GETTEXT_VERSION.
17261
17262 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17263
17264         * build-aux/bootstrap (gnulib_name): New variable.
17265         (gnulib_tool_options): Use it.
17266
17267 2007-03-13  Simon Josefsson  <simon@josefsson.org>
17268
17269         * tests/test-des.c: Use new namespace.
17270
17271 2007-03-15  Bruno Haible  <bruno@clisp.org>
17272
17273         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
17274         Reported by James Youngman <jay@gnu.org>.
17275
17276 2007-03-15  Bruno Haible  <bruno@clisp.org>
17277
17278         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
17279         declared prototype. Needed with cc on OSF/1 5.1.
17280
17281 2007-03-15  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
17284         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
17285         (struct gl_list_implementation): Add dispose_fn argument to the
17286         'create_empty', 'create' methods.
17287         (struct gl_list_impl_base): Add field 'dispose_fn'.
17288         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
17289         argument.
17290         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
17291         dispose_fn argument.
17292         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
17293         dispose_fn on the dropped values.
17294         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
17295         dispose_fn argument.
17296         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
17297         dropped values.
17298         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
17299         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17300         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
17301         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17302         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
17303         argument.
17304         (gl_tree_list_free): Call dispose_fn on the dropped values.
17305         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
17306         the dropped values.
17307         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17308         Add dispose_fn argument.
17309         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
17310         Call dispose_fn on the dropped values.
17311         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
17312         Add dispose_fn argument.
17313         (gl_sublist_create): Initialize the 'dispose_fn' field.
17314         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
17315         * tests/test-array_list.c (main): Update.
17316         * tests/test-carray_list.c (main): Update.
17317         * tests/test-avltree_list.c (main): Update.
17318         * tests/test-rbtree_list.c (main): Update.
17319         * tests/test-avltreehash_list.c (main): Update.
17320         * tests/test-rbtreehash_list.c (main): Update.
17321         * tests/test-linked_list.c (main): Update.
17322         * tests/test-linkedhash_list.c (main): Update.
17323         * tests/test-array_oset.c (main): Update.
17324
17325 2007-03-15  Bruno Haible  <bruno@clisp.org>
17326
17327         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
17328         (gl_oset_create_empty): Add dispose_fn argument.
17329         (struct gl_oset_implementation): Add dispose_fn argument to
17330         'create_empty' method.
17331         (struct gl_oset_impl_base): Add dispose_fn field.
17332         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
17333         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
17334         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
17335         values.
17336         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
17337         (gl_tree_oset_free): Call dispose_fn on the dropped values.
17338         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17339         dropped value.
17340         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17341         dropped value.
17342         * tests/test-array_oset.c (main): Update.
17343         * tests/test-avltree_oset.c (main): Update.
17344         * tests/test-rbtree_oset.c (main): Update.
17345         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
17346
17347 2007-03-13  Bruno Haible  <bruno@clisp.org>
17348
17349         * tests/test-stdbool.c (i): Update after last patch.
17350
17351 2007-03-12  Bruno Haible  <bruno@clisp.org>
17352
17353         * lib/quotearg.c: Include <wctype.h> early, before the definition of
17354         the iswprint macro. Needed on Solaris 2.5.1.
17355
17356 2007-03-12  Bruno Haible  <bruno@clisp.org>
17357
17358         * tests/test-printf-frexp.c (main): Declare x as volatile.
17359
17360 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17361
17362         * doc/gnulib.texi (Build robot for gnulib): New section.
17363
17364 2007-03-12  Jim Meyering  <jim@meyering.net>
17365
17366         * build-aux/bootstrap: New file.
17367         * build-aux/bootstrap.conf: New file, from coreutils.
17368
17369 2007-03-11  Bruno Haible  <bruno@clisp.org>
17370
17371         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
17372
17373 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17374
17375         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
17376         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
17377         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
17378
17379 2007-03-11  Bruno Haible  <bruno@clisp.org>
17380
17381         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
17382         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
17383
17384 2007-03-11  Bruno Haible  <bruno@clisp.org>
17385
17386         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
17387         formula. Needed for SunPRO C 5.0.
17388
17389 2007-03-11  Bruno Haible  <bruno@clisp.org>
17390
17391         * modules/long-options (Depends-on): Add getopt.
17392
17393 2007-03-11  Bruno Haible  <bruno@clisp.org>
17394
17395         * modules/modechange (Depends-on): Add stdbool.
17396
17397 2007-03-11  Bruno Haible  <bruno@clisp.org>
17398
17399         * modules/i-ring (Depends-on): Add stdbool.
17400
17401 2007-03-11  Bruno Haible  <bruno@clisp.org>
17402
17403         * modules/gc-des (Depends-on): Add stdbool.
17404
17405 2007-03-11  Bruno Haible  <bruno@clisp.org>
17406
17407         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
17408
17409 2007-03-11  Bruno Haible  <bruno@clisp.org>
17410
17411         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
17412
17413 2007-03-11  Bruno Haible  <bruno@clisp.org>
17414
17415         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
17416
17417 2007-03-11  Bruno Haible  <bruno@clisp.org>
17418
17419         * lib/vasnprintf.c (sprintf): Undefine.
17420
17421 2007-03-11  Bruno Haible  <bruno@clisp.org>
17422
17423         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
17424         initializers in SunPRO C and Compaq C compilers.
17425
17426 2007-03-11  Bruno Haible  <bruno@clisp.org>
17427
17428         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
17429         decrementing code ANSI C compliant.
17430
17431 2007-03-11  Bruno Haible  <bruno@clisp.org>
17432
17433         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
17434         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
17435
17436 2007-03-11  Bruno Haible  <bruno@clisp.org>
17437
17438         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
17439         <stdbool.h> substitute doesn't pass.
17440
17441 2007-03-11  Bruno Haible  <bruno@clisp.org>
17442
17443         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
17444
17445 2007-03-11  Bruno Haible  <bruno@clisp.org>
17446
17447         * gnulib-tool (func_create_megatestdir): Create also an autobuild
17448         script, for submission to autobuild.josefsson.org.
17449
17450 2007-03-10  Bruno Haible  <bruno@clisp.org>
17451
17452         * modules/canonicalize-lgpl-tests: New file.
17453         * tests/test-canonicalize-lgpl.sh: New file.
17454         * tests/test-canonicalize-lgpl.c: New file.
17455
17456         * modules/c-strcase-tests: New file.
17457         * tests/test-c-strcase.sh: New file.
17458         * tests/test-c-strcasecmp.c: New file.
17459         * tests/test-c-strncasecmp.c: New file.
17460
17461         * modules/atexit-tests: New file.
17462         * tests/test-atexit.sh: New file.
17463         * tests/test-atexit.c: New file.
17464
17465 2007-03-10  Bruno Haible  <bruno@clisp.org>
17466
17467         * tests/test-binary-io.sh: Use temporary filenames that are not so
17468         likely to clash with those of other tests (in a parallel make).
17469         * tests/test-binary-io.c: Likewise.
17470
17471 2007-03-10  Bruno Haible  <bruno@clisp.org>
17472
17473         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
17474         fallback; use #error instead.
17475         Suggested by Simon Josefsson.
17476
17477 2007-03-10  Bruno Haible  <bruno@clisp.org>
17478
17479         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
17480         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
17481         first and the last.
17482
17483 2007-03-10  Bruno Haible  <bruno@clisp.org>
17484
17485         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
17486
17487 2007-03-10  Bruno Haible  <bruno@clisp.org>
17488
17489         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
17490         "make distcheck".
17491         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
17492         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
17493         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
17494
17495 2007-03-10  Bruno Haible  <bruno@clisp.org>
17496
17497         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
17498         variable.
17499         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
17500         variable.
17501
17502 2007-03-09  Eric Blake  <ebb9@byu.net>
17503         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
17504
17505         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
17506         types are not being provided by gnulib.
17507         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
17508         types are supported.
17509
17510 2007-03-10  Bruno Haible  <bruno@clisp.org>
17511
17512         * lib/stdio_.h (__attribute__): New macro.
17513         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
17514         vsprintf): Specify __attribute__ __format__ for GCC.
17515         Suggested by Eric Blake.
17516
17517 2007-03-09  Bruno Haible  <bruno@clisp.org>
17518
17519         * modules/printf-posix-tests: New file.
17520         * tests/test-printf-posix.sh: New file.
17521         * tests/test-printf-posix.c: New file.
17522
17523         * modules/printf-posix: New file.
17524         * lib/printf.c: New file.
17525         * m4/printf-posix-rpl.m4: New file.
17526         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
17527         REPLACE_PRINTF.
17528         * lib/stdio_.h (printf): New declaration.
17529         (format, __format__, ____printf____, ____scanf____, ____strftime____,
17530         ____strfmon____): New macros.
17531         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
17532         REPLACE_PRINTF.
17533
17534 2007-03-09  Bruno Haible  <bruno@clisp.org>
17535
17536         * tests/test-vasnprintf-posix2.sh: New file.
17537         * tests/test-vasnprintf-posix2.c: New file.
17538         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
17539         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17540         (Makefile.am): Activate test-vasnprintf-posix2.sh.
17541
17542         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
17543         a locale dependent decimal point, rather than always '.'.
17544
17545 2007-03-09  Eric Blake  <ebb9@byu.net>
17546
17547         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
17548         spite of platforms like Tandem/NSK that define it to -1.
17549
17550 2007-03-08  Bruno Haible  <bruno@clisp.org>
17551
17552         * modules/vprintf-posix-tests: New file.
17553         * tests/test-vprintf-posix.sh: New file.
17554         * tests/test-vprintf-posix.c: New file.
17555         * tests/test-printf-posix.h: New file.
17556
17557         * modules/vprintf-posix: New file.
17558         * lib/vprintf.c: New file.
17559         * m4/vprintf-posix.m4: New file.
17560         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
17561         REPLACE_VPRINTF.
17562         * lib/stdio_.h (vprintf): New declaration.
17563         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
17564         REPLACE_VPRINTF.
17565
17566 2007-03-08  Bruno Haible  <bruno@clisp.org>
17567
17568         * modules/fprintf-posix-tests: New file.
17569         * tests/test-fprintf-posix.sh: New file.
17570         * tests/test-fprintf-posix.c: New file.
17571
17572         * modules/fprintf-posix: New file.
17573         * lib/fprintf.c: New file.
17574         * m4/fprintf-posix.m4: New file.
17575         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
17576         REPLACE_FPRINTF.
17577         * lib/stdio_.h (fprintf): New declaration.
17578         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
17579         REPLACE_FPRINTF.
17580
17581 2007-03-08  Bruno Haible  <bruno@clisp.org>
17582
17583         * modules/vfprintf-posix-tests: New file.
17584         * tests/test-vfprintf-posix.sh: New file.
17585         * tests/test-vfprintf-posix.c: New file.
17586         * tests/test-fprintf-posix.h: New file.
17587         * tests/test-fprintf-posix.out: New file.
17588
17589         * modules/vfprintf-posix: New file.
17590         * lib/vfprintf.c: New file.
17591         * m4/vfprintf-posix.m4: New file.
17592         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
17593         REPLACE_VFPRINTF.
17594         * lib/stdio_.h (vfprintf): New declaration.
17595         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
17596         REPLACE_VFPRINTF.
17597
17598 2007-03-08  Bruno Haible  <bruno@clisp.org>
17599
17600         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
17601
17602 2007-03-08  Bruno Haible  <bruno@clisp.org>
17603
17604         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
17605         instead of 'expr' invocations.
17606         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17607         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17608         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17609         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17610         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17611         Suggested by Paul Eggert.
17612
17613 2007-03-08  Bruno Haible  <bruno@clisp.org>
17614
17615         * modules/fseterr-tests: New file.
17616         * tests/test-fseterr.c: New file.
17617
17618         * modules/fseterr: New file.
17619         * lib/fseterr.h: New file.
17620         * lib/fseterr.c: New file.
17621
17622 2007-03-08  Bruno Haible  <bruno@clisp.org>
17623
17624         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
17625         * lib/getopt_.h: Likewise.
17626         * lib/mbswidth.h: Likewise.
17627         * lib/setenv.h: Likewise.
17628         * lib/vasnprintf.h: Likewise.
17629         * lib/vasprintf.h: Likewise.
17630         * lib/verror.h: Likewise.
17631         * lib/xsetenv.h: Likewise.
17632         * lib/xvasprintf.h: Likewise.
17633
17634 2007-03-08  Jim Meyering  <jim@meyering.net>
17635
17636         * users.txt: Add parted.
17637
17638         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
17639
17640 2007-03-07  Bruno Haible  <bruno@clisp.org>
17641
17642         * m4/printf.m4: Make the shell script snippets copy&pastable.
17643
17644 2007-03-02  Bruno Haible  <bruno@clisp.org>
17645
17646         * lib/netinet_in_.h: New file.
17647         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
17648         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
17649         * modules/netinet_in (Files): Add lib/netinet_in_.h.
17650         (Depends-on): Add absolute-header.
17651         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
17652         into netinet/in.h.
17653
17654 2007-03-03  Bruno Haible  <bruno@clisp.org>
17655
17656         * lib/sys_select_.h: New file.
17657         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
17658         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
17659         * modules/sys_select (Files): Add lib/sys_select_.h.
17660         (Depends-on): Add absolute-header.
17661         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
17662         into sys/select.h.
17663
17664 2007-03-02  Bruno Haible  <bruno@clisp.org>
17665
17666         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
17667         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
17668         values.
17669         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
17670         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
17671         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
17672         * modules/sys_socket (Depends-on): Add absolute-header.
17673         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
17674         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
17675         (Include): Remove requirement of inclusion of <sys/types.h>.
17676
17677 2007-03-02  Bruno Haible  <bruno@clisp.org>
17678
17679         * lib/byteswap_.h (bswap_32): Fix formula.
17680
17681 2007-03-06  Bruno Haible  <bruno@clisp.org>
17682
17683         * modules/sprintf-posix-tests: New file.
17684         * tests/test-sprintf-posix.c: New file.
17685
17686         * modules/sprintf-posix: New file.
17687         * lib/sprintf.c: New file.
17688         * m4/sprintf-posix.m4: New file.
17689         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
17690         REPLACE_SPRINTF.
17691         * lib/stdio_.h (sprintf): New declaration.
17692         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
17693         REPLACE_SPRINTF.
17694
17695 2007-03-06  Bruno Haible  <bruno@clisp.org>
17696
17697         * modules/vsprintf-posix-tests: New file.
17698         * tests/test-vsprintf-posix.c: New file.
17699         * tests/test-sprintf-posix.h: New file.
17700
17701         * modules/vsprintf-posix: New file.
17702         * lib/vsprintf.c: New file.
17703         * m4/vsprintf-posix.m4: New file.
17704         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
17705         REPLACE_VSPRINTF.
17706         * lib/stdio_.h (vsprintf): New declaration.
17707         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
17708         REPLACE_VSPRINTF.
17709
17710 2007-03-06  Bruno Haible  <bruno@clisp.org>
17711
17712         * modules/vsnprintf (Depend-on): Remove minmax.
17713
17714 2007-03-06  Bruno Haible  <bruno@clisp.org>
17715
17716         * modules/snprintf-posix-tests: New file.
17717         * tests/test-snprintf-posix.c: New file.
17718
17719         * modules/snprintf-posix: New file.
17720         * m4/snprintf-posix.m4: New file.
17721         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
17722         gl_FUNC_SNPRINTF.
17723         (gl_FUNC_SNPRINTF): Invoke it.
17724         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
17725         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
17726         is set.
17727         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
17728
17729 2007-03-06  Bruno Haible  <bruno@clisp.org>
17730
17731         * modules/vsnprintf-posix-tests: New file.
17732         * tests/test-vsnprintf-posix.c: New file.
17733         * tests/test-snprintf-posix.h: New file.
17734
17735         * modules/vsnprintf-posix: New file.
17736         * m4/vsnprintf-posix.m4: New file.
17737         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
17738         gl_FUNC_VSNPRINTF.
17739         (gl_FUNC_VSNPRINTF): Invoke it.
17740         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
17741         * lib/stdio_.h (vsnprintf): Define as a replacement if
17742         REPLACE_VSNPRINTF is set.
17743         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
17744
17745 2007-03-06  Bruno Haible  <bruno@clisp.org>
17746
17747         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
17748         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
17749
17750 2007-03-06  Bruno Haible  <bruno@clisp.org>
17751
17752         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
17753         (asinl): Declare also if HAVE_DECL_ASINL is set.
17754         (atanl): Declare also if HAVE_DECL_ATANL is set.
17755         (ceill): Declare also if HAVE_DECL_CEILL is set.
17756         (cosl): Declare also if HAVE_DECL_COSL is set.
17757         (expl): Declare also if HAVE_DECL_EXPL is set.
17758         (floorl): Declare also if HAVE_DECL_FLOORL is set.
17759         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
17760         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
17761         (logl): Declare also if HAVE_DECL_LOGL is set.
17762         (sinl): Declare also if HAVE_DECL_SINL is set.
17763         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
17764         (tanl): Declare also if HAVE_DECL_TANL is set.
17765         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
17766         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
17767         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
17768         declaration of frexpl, ldexpl.
17769         * modules/printf-frexpl (Depends-on): Add math.
17770         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
17771
17772 2007-03-05  Bruno Haible  <bruno@clisp.org>
17773
17774         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
17775         frexpl and ldexpl are declared.
17776         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
17777
17778 2007-03-05  Bruno Haible  <bruno@clisp.org>
17779
17780         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
17781         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
17782
17783 2007-03-05  Bruno Haible  <bruno@clisp.org>
17784
17785         * lib/stdio_.h: Include <stddef.h>.
17786
17787 2007-03-05  Bruno Haible  <bruno@clisp.org>
17788
17789         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
17790
17791 2007-03-05  Bruno Haible  <bruno@clisp.org>
17792
17793         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
17794         NetBSD 4, from Ralf Wildenhues.
17795
17796 2007-03-04  Bruno Haible  <bruno@clisp.org>
17797
17798         * lib/vasprintf.h: Update #if logic for the case when the functions
17799         exist but are overridden.
17800
17801 2007-03-04  Bruno Haible  <bruno@clisp.org>
17802
17803         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
17804         implementations: glibc-2.4 and MacOS X 10.3.
17805         * tests/test-vasnprintf-posix.c (test_function): Test also the case
17806         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
17807         * tests/test-vasprintf-posix.c (test_function): Likewise.
17808
17809 2007-03-04  Bruno Haible  <bruno@clisp.org>
17810
17811         * modules/vasprintf-posix-tests: New file.
17812         * tests/test-vasprintf-posix.c: New file.
17813
17814         * modules/vasprintf-posix: New file.
17815         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
17816         defined.
17817         * m4/vasprintf-posix.m4: New file.
17818         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
17819         gl_FUNC_VASPRINTF.
17820         (gl_FUNC_VASPRINTF): Invoke it.
17821         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
17822         here.
17823         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
17824
17825 2007-03-04  Bruno Haible  <bruno@clisp.org>
17826
17827         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
17828         REPLACE_GETTIMEOFDAY.
17829         * modules/sys_time (Makefile.am): Likewise.
17830         * m4/sys_time_h.m4: Likewise.
17831         * m4/gettimeofday.m4: Likewise.
17832
17833 2007-03-04  Bruno Haible  <bruno@clisp.org>
17834
17835         * modules/vasnprintf-posix-tests: New file.
17836         * tests/test-vasnprintf-posix.c: New file.
17837
17838         * modules/vasnprintf-posix: New file.
17839         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
17840         printf-frexpl.h.
17841         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
17842         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
17843         REPLACE_VASNPRINTF is defined.
17844         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
17845         gl_FUNC_VASNPRINTF.
17846         (gl_FUNC_VASNPRINTF): Invoke it.
17847         * m4/vasnprintf-posix.m4: New file.
17848         * m4/printf.m4: New file.
17849
17850 2007-03-04  Bruno Haible  <bruno@clisp.org>
17851
17852         Compile progreloc.c only if --enable-relocatable is specified.
17853         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
17854         if --enable-relocatable was specified.
17855         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
17856         lib_SOURCES.
17857
17858 2007-03-04  Jim Meyering  <jim@meyering.net>
17859
17860         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
17861         Use it consistently, rather than enumerating errno constants.
17862
17863 2007-03-04  Bruno Haible  <bruno@clisp.org>
17864
17865         * modules/xvasprintf-tests: New file.
17866         * tests/test-xvasprintf.c: New file.
17867
17868         * modules/vasprintf-tests: New file.
17869         * tests/test-vasprintf.c: New file.
17870
17871         * modules/vasnprintf-tests: New file.
17872         * tests/test-vasnprintf.c: New file.
17873
17874         * modules/vsnprintf-tests: New file.
17875         * tests/test-vsnprintf.c: New file.
17876
17877         * modules/snprintf-tests: New file.
17878         * tests/test-snprintf.c: New file.
17879
17880 2007-03-04  Bruno Haible  <bruno@clisp.org>
17881
17882         Compile relocatable.c only if --enable-relocatable is specified.
17883         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
17884         gl_RELOCATABLE_LIBRARY.
17885         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
17886         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
17887         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
17888         gl_RELOCATABLE_LIBRARY.
17889         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
17890         (Makefile.am): Remove lib_SOURCES.
17891         * modules/relocatable-lib-lgpl (configure.ac): Invoke
17892         gl_RELOCATABLE_LIBRARY.
17893         (Makefile.am): Remove lib_SOURCES.
17894         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
17895         always.
17896         * modules/relocatable-prog-wrapper (configure.ac): Invoke
17897         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
17898
17899 2007-03-04  Bruno Haible  <bruno@clisp.org>
17900
17901         * modules/argmatch-tests: New file.
17902         * tests/test-argmatch.c: New file.
17903
17904         * tests/test-allocsa.c (main): Halve the number of loop runs.
17905
17906         * modules/alloca-opt-tests: New file.
17907         * tests/test-alloca-opt.c: New file.
17908
17909 2007-03-04  Jim Meyering  <jim@meyering.net>
17910
17911         Work around difference between Linux ACLs and Solaris 10 ZFS.
17912         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
17913         for EINVAL.
17914
17915 2007-03-03  Bruno Haible  <bruno@clisp.org>
17916
17917         * modules/relocatable-prog (Depends-on): Add back progreloc's
17918         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
17919
17920 2007-03-03  Bruno Haible  <bruno@clisp.org>
17921
17922         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
17923         * modules/relocatable-lib: New file.
17924
17925 2007-03-03  Bruno Haible  <bruno@clisp.org>
17926
17927         * modules/relocatable-prog: Renamed from modules/relocatable.
17928         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
17929
17930 2007-03-03  Bruno Haible  <bruno@clisp.org>
17931
17932         * modules/relocatable-script (Files): Add doc/relocatable.texi,
17933         m4/relocatable-lib.m4.
17934         (Depends-on): Remove 'relocatable'.
17935         (configure.ac): Add gl_RELOCATABLE_NOP.
17936
17937 2007-03-03  Bruno Haible  <bruno@clisp.org>
17938
17939         * modules/relocatable-prog-wrapper: New file.
17940         * modules/relocatable (Depends-on): Add it. Remove all other
17941         dependencies except progname.
17942         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
17943
17944         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
17945         (gl_FUNC_STRERROR): Nop.
17946         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
17947
17948         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
17949         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
17950
17951         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
17952         (gl_FUNC_READLINK): Update.
17953
17954         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
17955
17956 2007-03-03  Bruno Haible  <bruno@clisp.org>
17957
17958         * lib/xreadlink.c: Include <unistd.h> unconditionally.
17959         * modules/xreadlink (Depends-on): Add unistd.
17960         * modules/xreadlink-with-size (Depends-on): Likewise.
17961
17962 2007-03-03  Bruno Haible  <bruno@clisp.org>
17963
17964         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
17965         extracted from gt_FUNC_SETENV.
17966         (gt_FUNC_SETENV): Remove macro.
17967         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
17968         remove gt_FUNC_SETENV.
17969
17970 2007-03-03  Bruno Haible  <bruno@clisp.org>
17971
17972         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
17973         ENABLE_RELOCATABLE here.
17974         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
17975
17976 2007-03-03  Bruno Haible  <bruno@clisp.org>
17977
17978         * modules/rbtreehash-list-tests (Depends-on): Add progname.
17979         * tests/test-rbtreehash_list.c: Include progname.h.
17980         (main): Call set_program_name.
17981
17982         * modules/rbtree-oset-tests (Depends-on): Add progname.
17983         * tests/test-rbtree_oset.c: Include progname.h.
17984         (main): Call set_program_name.
17985
17986         * modules/rbtree-list-tests (Depends-on): Add progname.
17987         * tests/test-rbtree_list.c: Include progname.h.
17988         (main): Call set_program_name.
17989
17990         * modules/linked-list-tests (Depends-on): Add progname.
17991         * tests/test-linked_list.c: Include progname.h.
17992         (main): Call set_program_name.
17993
17994 2007-03-03  Bruno Haible  <bruno@clisp.org>
17995
17996         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
17997         All uses of __restrict changed to _Restrict_.
17998         * lib/glob_.h (__restrict): Remove macro.
17999
18000 2007-03-02  Bruno Haible  <bruno@clisp.org>
18001
18002         * modules/gettext (configure.ac): Require gettext infrastructure
18003         from version 0.16.1.
18004
18005 2007-03-02  Bruno Haible  <bruno@clisp.org>
18006
18007         * modules/linkedhash-list-tests (Depends-on): Add progname.
18008         * tests/test-linkedhash_list.c: Include progname.h.
18009         (main): Call set_program_name.
18010
18011         * modules/carray-list-tests (Depends-on): Add progname.
18012         * tests/test-carray_list.c: Include progname.h.
18013         (main): Call set_program_name.
18014
18015         * modules/avltreehash-list-tests (Depends-on): Add progname.
18016         * tests/test-avltreehash_list.c: Include progname.h.
18017         (main): Call set_program_name.
18018
18019         * modules/avltree-oset-tests (Depends-on): Add progname.
18020         * tests/test-avltree_oset.c: Include progname.h.
18021         (main): Call set_program_name.
18022
18023         * modules/avltree-list-tests (Depends-on): Add progname.
18024         * tests/test-avltree_list.c: Include progname.h.
18025         (main): Call set_program_name.
18026
18027         * modules/array-oset-tests (Depends-on): Add progname.
18028         * tests/test-array_oset.c: Include progname.h.
18029         (main): Call set_program_name.
18030
18031         * modules/array-list-tests (Depends-on): Add progname.
18032         * tests/test-array_list.c: Include progname.h.
18033         (main): Call set_program_name.
18034
18035         * modules/argp-tests (Depends-on): Add progname.
18036         * tests/test-argp.c: Include argp.h first. Include progname.h.
18037         (main): Call set_program_name.
18038
18039 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
18040
18041         * doc/gnulib-tool.texi (Initial import): Reword description of
18042         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
18043         limited effect even if defined after the first system include.
18044
18045 2007-03-01  Bruno Haible  <bruno@clisp.org>
18046
18047         * build-aux/config.libpath: Update to libtool-1.5.22.
18048         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18049
18050 2007-03-01  Bruno Haible  <bruno@clisp.org>
18051
18052         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
18053         foo_CFLAGS.
18054         Reported by Ralf Wildenhues.
18055
18056 2007-03-01  Bruno Haible  <bruno@clisp.org>
18057
18058         * build-aux/install-reloc: Remove object files left over by some
18059         compilers.
18060         Reported by Ralf Wildenhues.
18061
18062 2007-03-01  Bruno Haible  <bruno@clisp.org>
18063
18064         * build-aux/install-reloc: Break long lines.
18065
18066 2007-03-01  Bruno Haible  <bruno@clisp.org>
18067
18068         * doc/relocatable.texi: Document that it may not work on OpenBSD.
18069         Reported by Ralf Wildenhues.
18070
18071 2007-03-01  Bruno Haible  <bruno@clisp.org>
18072
18073         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
18074         include ordering constraints.
18075
18076 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
18077
18078         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
18079         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
18080         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
18081         as another example.
18082         * lib/time_.h: Fix misspelling.
18083         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
18084         Require gl_HEADER_TIME_H_DEFAULTS.
18085         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
18086         * m4/time_r.m4 (gl_TIME_R): Likewise.
18087         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
18088
18089 2007-03-01  Bruno Haible  <bruno@clisp.org>
18090
18091         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
18092         * m4/utimens.m4 (gl_UTIMENS): Likewise.
18093
18094 2007-03-01  Jim Meyering  <jim@meyering.net>
18095
18096         * modules/xreadlink (Maintainer): Add my name.
18097         * modules/xreadlink-with-size (Depends-on): Alphabetize.
18098
18099 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
18100             Bruno Haible  <bruno@clisp.org>
18101
18102         * build-aux/install-reloc: Compile also c-ctype.c.
18103         * build-aux/relocatable.sh.in: New file.
18104         * doc/relocatable.texi: New file.
18105         * doc/relocatable-maint.texi: New file.
18106         * doc/gnulib.texi: Include relocatable-maint.texi.
18107         * lib/progreloc.c: Include unistd.h unconditionally.
18108         * lib/relocwrapper.c: Include unistd.h unconditionally.
18109         Include c-ctype.h.
18110         (add_dotbin): Use c_tolower.
18111         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
18112         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
18113         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
18114         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
18115         to m4/relocatable-lib.m4.
18116         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
18117         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
18118         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
18119         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
18120         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
18121         * modules/relocatable: New file.
18122         * modules/relocatable-lib: New file.
18123         * modules/relocatable-script: New file.
18124
18125 2007-02-28  Bruno Haible  <bruno@clisp.org>
18126
18127         Import --enable-relocatable infrastructure.
18128         * build-aux/config.libpath: New file, from GNU gettext.
18129         * build-aux/install-reloc: New file, from GNU gettext.
18130         * build-aux/reloc-ldflags: New file, from GNU gettext.
18131         * lib/relocatable.h: New file, from GNU gettext.
18132         * lib/relocatable.c: New file, from GNU gettext.
18133         * lib/relocwrapper.c: New file, from GNU gettext.
18134         * m4/relocatable.m4: New file, from GNU gettext.
18135
18136 2007-02-28  Bruno Haible  <bruno@clisp.org>
18137
18138         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
18139
18140         * modules/xreadlink: New file, from GNU gettext with modifications.
18141         * lib/xreadlink.c: New file, from GNU gettext.
18142         * lib/xreadlink.h: Add comments.
18143         (xreadlink): New declaration.
18144
18145         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
18146         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
18147         lib/xreadlink-with-size.c.
18148         (configure.ac): Remove gl_XREADLINK invocation.
18149         (Makefile.am): Augment lib_SOURCES.
18150         * m4/xreadlink.m4: Remove file.
18151         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
18152         (xreadlink_with_size): Renamed from xreadink.
18153         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
18154         * modules/canonicalize (Depends-on): Replace xreadlink with
18155         xreadlink-with-size.
18156         * lib/canonicalize.c (canonicalize_filename_mode): Update.
18157
18158 2007-02-25  Jim Meyering  <jim@meyering.net>
18159
18160         * build-aux/announce-gen: When complaining about excess arguments,
18161         list them.
18162
18163 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18164
18165         * README: Document signed integer overflow situation more
18166         accurately.
18167
18168 2007-02-25  Bruno Haible  <bruno@clisp.org>
18169
18170         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
18171         'a' or 'A' conversion.
18172
18173 2007-02-25  Bruno Haible  <bruno@clisp.org>
18174
18175         * modules/filename: Renamed from modules/pathname.
18176         (Files): Replace lib/pathname.h with lib/filename.h. Replace
18177         lib/concatpath.c with lib/concat-filename.c.
18178         (Makefile.am): Update.
18179         (Include): Replace pathname.h with filename.h.
18180         * lib/filename.h: Renamed from lib/pathname.h.
18181         (concatenated_filename): Renamed from concatenated_pathname.
18182         * lib/concat-filename.c: Renamed from lib/concatpath.c.
18183         (concatenated_filename): Renamed from concatenated_pathname.
18184         * lib/findprog.c: Include filename.h instead of pathname.h.
18185         (find_in_path): Update.
18186         * lib/javacomp.c: Include filename.h instead of pathname.h.
18187         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18188         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18189         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18190         is_oldgcj_14_13_usable, is_javac_usable): Update.
18191         * lib/javaexec.c: Include filename.h instead of pathname.h.
18192         (execute_java_class): Update.
18193         * modules/findprog: Update.
18194         * modules/javacomp: Update.
18195         * modules/javaexec: Update.
18196         * MODULES.html.sh (File system functions): Add 'filename', remove
18197         'pathname'.
18198
18199 2007-02-25  Bruno Haible  <bruno@clisp.org>
18200
18201         * modules/printf-frexpl-tests: New file.
18202         * tests/test-printf-frexpl.c: New file.
18203
18204         * modules/printf-frexpl: New file.
18205         * lib/printf-frexpl.h: New file.
18206         * lib/printf-frexpl.c: New file.
18207         * m4/printf-frexpl.m4: New file.
18208
18209 2007-02-25  Bruno Haible  <bruno@clisp.org>
18210
18211         * modules/printf-frexp-tests: New file.
18212         * tests/test-printf-frexp.c: New file.
18213
18214         * modules/printf-frexp: New file.
18215         * lib/printf-frexp.h: New file.
18216         * lib/printf-frexp.c: New file.
18217         * m4/printf-frexp.m4: New file.
18218
18219 2007-02-25  Bruno Haible  <bruno@clisp.org>
18220
18221         Assume automake >= 1.10 for the tests.
18222         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
18223         * modules/arctwo-tests: Likewise.
18224         * modules/argp-tests: Likewise.
18225         * modules/avltree-list-tests: Likewise.
18226         * modules/avltree-oset-tests: Likewise.
18227         * modules/avltreehash-list-tests: Likewise.
18228         * modules/carray-list-tests: Likewise.
18229         * modules/crc-tests: Likewise.
18230         * modules/des-tests: Likewise.
18231         * modules/gc-arcfour-tests: Likewise.
18232         * modules/gc-arctwo-tests: Likewise.
18233         * modules/gc-des-tests: Likewise.
18234         * modules/gc-hmac-md5-tests: Likewise.
18235         * modules/gc-hmac-sha1-tests: Likewise.
18236         * modules/gc-md2-tests: Likewise.
18237         * modules/gc-md4-tests: Likewise.
18238         * modules/gc-md5-tests: Likewise.
18239         * modules/gc-pbkdf2-sha1-tests: Likewise.
18240         * modules/gc-rijndael-tests: Likewise.
18241         * modules/gc-sha1-tests: Likewise.
18242         * modules/gc-tests: Likewise.
18243         * modules/getaddrinfo-tests: Likewise.
18244         * modules/hmac-md5-tests: Likewise.
18245         * modules/hmac-sha1-tests: Likewise.
18246         * modules/linked-list-tests: Likewise.
18247         * modules/linkedhash-list-tests: Likewise.
18248         * modules/lock-tests: Likewise.
18249         * modules/md2-tests: Likewise.
18250         * modules/md4-tests: Likewise.
18251         * modules/md5-tests: Likewise.
18252         * modules/rbtree-list-tests: Likewise.
18253         * modules/rbtree-oset-tests: Likewise.
18254         * modules/rbtreehash-list-tests: Likewise.
18255         * modules/read-file-tests: Likewise.
18256         * modules/rijndael-tests: Likewise.
18257         * modules/stdint-tests: Likewise.
18258         * modules/tls-tests: Likewise.
18259
18260 2007-02-24  Bruno Haible  <bruno@clisp.org>
18261
18262         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
18263         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
18264         function; instead check whether isnan with a double argument links.
18265         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
18266         function; instead check whether isnan with a 'long double' argument
18267         links.
18268         Reported by Eric Blake <ebb9@byu.net>.
18269
18270 2007-02-24  Bruno Haible  <bruno@clisp.org>
18271
18272         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
18273         defined.
18274         * lib/isnanl.c: Remove all code. Just include isnan.c.
18275         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
18276
18277 2007-02-25  Jim Meyering  <jim@meyering.net>
18278
18279         Avoid conflicting types for 'unsetenv' on FreeBSD.
18280         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
18281         conflicting with FreeBSD's (5.0 and 6.1) function declaration
18282         in stdlib.h.
18283
18284 2007-02-24  Bruno Haible  <bruno@clisp.org>
18285
18286         * modules/isnanl-nolibm-tests: New file.
18287         * tests/test-isnanl.c: New file.
18288
18289         * modules/isnanl-nolibm: New file.
18290         * lib/isnanl.h: New file.
18291         * lib/isnanl.c: New file.
18292         * m4/isnanl.m4: New file.
18293
18294 2007-02-24  Bruno Haible  <bruno@clisp.org>
18295
18296         * modules/isnan-nolibm-tests: New file.
18297         * tests/test-isnan.c: New file.
18298
18299         * modules/isnan-nolibm: New file.
18300         * lib/isnan.h: New file.
18301         * lib/isnan.c: New file.
18302         * m4/isnan.m4: New file.
18303
18304 2007-02-24  Bruno Haible  <bruno@clisp.org>
18305
18306         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
18307         assume that an exponent fits in 20 bits.
18308
18309 2007-02-24  Jim Meyering  <jim@meyering.net>
18310
18311         * m4/regex.m4: Update the description of the configure-time option,
18312         --without-included-regex, to state accurately what the defaults are,
18313         and perhaps to give people an idea why using this option is risky.
18314
18315 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
18316
18317         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
18318         loops on small arguments.  This attempts to avoid the problem
18319         Bruno Haible reported for AIX 4.3.2 in
18320         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
18321
18322 2007-02-23  Bruno Haible  <bruno@clisp.org>
18323
18324         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
18325         Needed for help2man.
18326
18327 2007-02-23  Karl Berry  <karl@gnu.org>
18328
18329         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
18330         exists, foo.h should be cvs-ignored, not committed.
18331
18332 2007-02-23  Eric Blake  <ebb9@byu.net>
18333
18334         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
18335         * lib/stat-time.h (includes): Likewise.
18336         * lib/utimecmp.c (includes): Likewise.
18337         * lib/utimens.h (includes): Likewise.
18338         * lib/getdate.y (includes): Also include "timespec.h" for use
18339         internal to the module.
18340         * modules/utimens (Depends-on): Revert yesterday's patch.
18341         * modules/nanosleep (Depends-on): Add missing dependency.
18342
18343 2007-02-22  Bruno Haible  <bruno@clisp.org>
18344
18345         * lib/glob.c: Don't include getlogin_r.h.
18346
18347 2007-02-22  Jim Meyering  <jim@meyering.net>
18348
18349         * modules/utimens (Depends-on): Add timespec, required for
18350         utimens.h's inclusion of timespec.h.
18351
18352 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
18353
18354         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
18355         long unreadable paths in GNU/Linux.  Problem reported by Andreas
18356         Schwab in
18357         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
18358         I'll try to think of a better way to fix the Solaris problem.
18359
18360         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
18361         like glibc; on Solaris 10, it fails with errno == EINVAL.
18362         POSIX says the behavior is unspecified if the first argument is NULL,
18363         so play it safe and never pass NULL to the system getcwd.
18364
18365 2007-02-21  Jim Meyering  <jim@meyering.net>
18366
18367         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
18368         of gettimeofday.  It would conflict with the one now always
18369         provided via sys_time_.h.  Reported by Matthew Woehlke, as
18370         an IRIX 6.5 build failure.
18371
18372 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18373
18374         Minor fixups to port to Solaris 10 with Sun C 5.8.
18375         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
18376         * modules/getcwd (Depends-on): Add dirfd.
18377         * lib/putenv.c (putenv): #undef it.
18378         (rpl_putenv): New decl.
18379         (malloc, free): Include <stdlib.h> rather than prototyping separately.
18380
18381 2007-02-20  Bruno Haible  <bruno@clisp.org>
18382
18383         * modules/stdio-tests: New file.
18384         * tests/test-stdio.c: New file.
18385
18386         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
18387         (Depends-on): Add stdio.
18388         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18389         (Include): Use <stdio.h> instead of vsnprintf.h.
18390         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18391         HAVE_DECL_VSNPRINTF.
18392         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
18393
18394         * modules/snprintf (Files): Remove lib/snprintf.h.
18395         (Depends-on): Add stdio.
18396         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18397         (Include): Use <stdio.h> instead of snprintf.h.
18398         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18399         HAVE_DECL_SNPRINTF.
18400         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
18401         * lib/getaddrinfo.c: Likewise.
18402
18403         * modules/stdio: New file.
18404         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
18405         * lib/snprintf.h: Remove file.
18406         * lib/vsnprintf.h: Remove file.
18407         * lib/.cppi-disable: Remove snprintf.h.
18408         * m4/stdio_h.m4: New file.
18409         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
18410
18411 2007-02-20  Jim Meyering  <jim@meyering.net>
18412
18413         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
18414         used by e.g., mingw.  From Bruno Haible.
18415
18416 2007-02-19  Bruno Haible  <bruno@clisp.org>
18417
18418         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
18419         warnings.
18420         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18421
18422 2007-02-19  Bruno Haible  <bruno@clisp.org>
18423
18424         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
18425         from mingw users.
18426
18427 2007-02-19  Bruno Haible  <bruno@clisp.org>
18428
18429         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
18430         warnings.
18431         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
18432
18433 2007-02-19  Jim Meyering  <jim@meyering.net>
18434
18435         Don't use FD after a successful "fdopendir (fd)".
18436         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
18437         Reset it by calling dirfd on the just-obtained DIR*.
18438
18439         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
18440         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
18441
18442 2007-02-18  Bruno Haible  <bruno@clisp.org>
18443
18444         * lib/readlink.c: Include <unistd.h>.
18445         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
18446         HAVE_READLINK.
18447         * modules/readlink (Depends-on): Add unistd.
18448         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18449         (Include): Add <unistd.h>.
18450
18451         * lib/getlogin_r.h: Remove file.
18452         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
18453         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
18454         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
18455         HAVE_DECL_GETLOGIN_R.
18456         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
18457         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18458         (Include): Use <unistd.h> instead of getlogin_r.h.
18459
18460         * lib/getcwd.h: Remove file.
18461         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
18462         * lib/xgetcwd.c: Likewise.
18463         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
18464         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
18465         * modules/getcwd (Files): Remove lib/getcwd.h.
18466         (Depends-on): Add unistd.
18467         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18468         (Include): Use <unistd.h> instad of getcwd.h.
18469
18470         * lib/ftruncate.c: Include <unistd.h> first.
18471         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
18472         Set HAVE_FTRUNCATE.
18473         * modules/ftruncate (Depends-on): Add unistd.
18474         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18475
18476         * lib/fchdir.c: Include <unistd.h> first.
18477         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
18478         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
18479         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
18480         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18481         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
18482
18483         * lib/dup2.c: Include <unistd.h> first.
18484         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
18485         HAVE_DUP2.
18486         * modules/dup2 (Depends-on): Add unistd.
18487         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18488
18489         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
18490         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
18491         REPLACE_CHOWN. Don't define chown as a macro here.
18492         * modules/chown (Depends-on): Add unistd.
18493         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18494
18495         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
18496         Add definition for GL_LINK_WARNING.
18497         (chown, dup2): New declarations.
18498         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
18499         link warning.
18500         (ftruncate): New declaration.
18501         (getcwd): New declaration, taken from old getcwd.h.
18502         (getlogin_r): New declaration, taken from old getlogin_r.h.
18503         (readlink): New declaration.
18504         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
18505         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
18506         (gl_PREREQ_UNISTD): Remove macro.
18507         (gl_UNISTD_MODULE_INDICATOR): New macro.
18508         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
18509         many new variables. Don't set UNISTD_H.
18510         * modules/unistd (Description): Change.
18511         (Depends-on): Add link-warning.
18512         (configure.ac): Update.
18513         (Makefile.am): Create unistd.h always. Substitute many new variables
18514         into it.
18515
18516 2007-02-18  Bruno Haible  <bruno@clisp.org>
18517
18518         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
18519         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
18520         HAVE_GETSUBOPT.
18521         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
18522         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
18523         * lib/getsubopt.h: Remove file.
18524         * modules/getsubopt (Files): Remove lib/getsubopt.h.
18525         (Depends-on): Add stdlib.
18526         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18527         (Includes): Use <stdlib.h> instead of getsubopt.h.
18528         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
18529         Set HAVE_GETSUBOPT.
18530         * lib/getsubopt.c: Don't include getsubopt.h.
18531
18532 2007-02-18  Bruno Haible  <bruno@clisp.org>
18533
18534         * modules/fchdir (Depends-on): Add dup2.
18535
18536 2007-02-18  Bruno Haible  <bruno@clisp.org>
18537
18538         * lib/stdlib_.h: Handle glibc's special invocation convention
18539         specially.
18540
18541 2007-02-18  Bruno Haible  <bruno@clisp.org>
18542
18543         * modules/stdlib-tests: New file.
18544         * tests/test-stdlib.c: New file.
18545
18546         * modules/mkstemp (Files): Remove lib/mkstemp.h.
18547         (Depends-on): Add stdlib.
18548         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18549         (Includes): Use <stdlib.h> instead of mkstemp.h.
18550         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18551         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
18552         * lib/mkstemp.c: Don't include mkstemp.h.
18553         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
18554         * lib/stdlib--.h: Don't include mkstemp.h.
18555
18556         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
18557         (Depends-on): Add stdlib.
18558         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18559         (Includes): Use <stdlib.h> instead of mkdtemp.h.
18560         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18561         HAVE_MKDTEMP.
18562         * lib/mkdtemp.c: Don't include mkdtemp.h.
18563         * lib/clean-temp.c: Don't include mkdtemp.h.
18564
18565         * modules/exit (Files): Remove lib/exit.h.
18566         (Depends-on): Add stdlib.
18567         (Makefile.am): Remove lib_SOURCES.
18568         (Include): Use <stdlib.h> instead of exit.h.
18569         * lib/argmatch.c: Don't include exit.h.
18570         * lib/execute.c: Likewise.
18571         * lib/pagealign_alloc.c: Likewise.
18572         * lib/pipe.c: Likewise.
18573         * lib/wait-process.c: Likewise.
18574         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
18575         * lib/exitfail.c: Likewise.
18576         * lib/savewd.c: Likewise.
18577         * lib/xsetenv.c: Likewise.
18578
18579         * modules/stdlib: New file.
18580         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
18581         and extra comments about mkstemp().
18582         * lib/exit.h: Remove file.
18583         * lib/mkdtemp.h: Remove file.
18584         * lib/mkstemp.h: Remove file.
18585         * m4/stdlib_h.m4: New file.
18586         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
18587
18588 2007-02-18  Bruno Haible  <bruno@clisp.org>
18589
18590         * modules/math-tests: New file.
18591         * tests/test-math.c: New file.
18592
18593         * modules/math: New file.
18594         * modules/mathl (Files): Remove lib/mathl.h.
18595         (Depends-on): Add math.
18596         (Makefile.am): Don't mention mathl.h.
18597         (Include): Use <math.h> instead of mathl.h.
18598         * lib/math_.h: New file.
18599         * lib/mathl.h: Remove file.
18600         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
18601         mathl.h.
18602         * lib/asinl.c: Likewise.
18603         * lib/atanl.c: Likewise.
18604         * lib/ceill.c: Likewise.
18605         * lib/cosl.c: Likewise.
18606         * lib/expl.c: Likewise.
18607         * lib/floorl.c: Likewise.
18608         * lib/frexpl.c: Likewise.
18609         * lib/ldexpl.c: Likewise.
18610         * lib/logl.c: Likewise.
18611         * lib/sincosl.c: Likewise.
18612         * lib/sinl.c: Likewise.
18613         * lib/sqrtl.c: Likewise.
18614         * lib/tanl.c: Likewise.
18615         * lib/trigl.c: Likewise.
18616         * m4/math_h.m4: New file.
18617         * MODULES.html.sh (Mathematics): Add math.
18618
18619 2007-02-17  Bruno Haible  <bruno@clisp.org>
18620
18621         * modules/wctype-tests: New file.
18622         * tests/test-wctype.c: New file.
18623
18624         * modules/wchar-tests: New file.
18625         * tests/test-wchar.c: New file.
18626
18627         * modules/unistd-tests: New file.
18628         * tests/test-unistd.c: New file.
18629
18630         * modules/time-tests: New file.
18631         * tests/test-time.c: New file.
18632
18633         * modules/sysexits-tests: New file.
18634         * tests/test-sysexits.c: New file.
18635
18636         * modules/sys_time-tests: New file.
18637         * tests/test-sys_time.c: New file.
18638
18639         * modules/sys_stat-tests: New file.
18640         * tests/test-sys_stat.c: New file.
18641
18642         * modules/sys_socket-tests: New file.
18643         * tests/test-sys_socket.c: New file.
18644
18645         * modules/sys_select-tests: New file.
18646         * tests/test-sys_select.c: New file.
18647
18648         * modules/string-tests: New file.
18649         * tests/test-string.c: New file.
18650
18651         * modules/stdbool-tests: New file.
18652         * tests/test-stdbool.c: New file.
18653
18654         * modules/netinet_in-tests: New file.
18655         * tests/test-netinet_in.c: New file.
18656
18657         * modules/inttypes-tests: New file.
18658         * tests/test-inttypes.c: New file.
18659
18660         * modules/fcntl-tests: New file.
18661         * tests/test-fcntl.c: New file.
18662
18663         * modules/byteswap-tests: New file.
18664         * tests/test-byteswap.c: New file.
18665
18666         * modules/arpa_inet-tests: New file.
18667         * tests/test-arpa_inet.c: New file.
18668
18669 2007-02-17  Bruno Haible  <bruno@clisp.org>
18670
18671         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
18672         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
18673         if the corresponding module is not enabled. Emit link warnings if
18674         the function is used nevertheless.
18675         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
18676         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
18677         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
18678         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
18679         * modules/inttypes (Depends-on): Add link-warning.
18680         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18681         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
18682         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
18683         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
18684         * modules/imaxdiv (configure.ac): Likewise.
18685         * modules/strtoimax (configure.ac): Likewise.
18686         * modules/strtoumax (configure.ac): Likewise.
18687
18688 2007-02-17  Bruno Haible  <bruno@clisp.org>
18689
18690         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
18691         gl_STRING_MODULE_INDICATOR_DEFAULTS.
18692         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
18693         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
18694
18695 2007-02-17  Bruno Haible  <bruno@clisp.org>
18696
18697         * modules/link-warning: New file.
18698         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
18699         * lib/string_.h (GL_LINK_WARNING): Remove definition.
18700         * modules/string (Depends-on): Add link-warning.
18701         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18702         string.h.
18703         * MODULES.html.sh (Support for building libraries and executables): Add
18704         link-warning.
18705
18706 2007-02-17  Bruno Haible  <bruno@clisp.org>
18707
18708         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
18709         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
18710         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
18711         long lines.
18712
18713 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
18714             Bruno Haible  <bruno@clisp.org>
18715
18716         * modules/tmpfile: New file.
18717         * lib/tmpfile.c: New file.
18718         * m4/tmpfile.m4: New file.
18719         * MODULES.html.sh (func_all_modules): New section "Input/output".
18720
18721 2007-02-15  Bruno Haible  <bruno@clisp.org>
18722
18723         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
18724         (supports_delete_on_close): New function.
18725         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
18726
18727 2007-02-14  Bruno Haible  <bruno@clisp.org>
18728
18729         * modules/mbspcasecmp-tests: New file.
18730         * tests/test-mbspcasecmp.sh: New file.
18731         * tests/test-mbspcasecmp.c: New file.
18732
18733         New module mbspcasecmp.
18734         * modules/mbspcasecmp: New file.
18735         * lib/mbspcasecmp.c: New file.
18736         * lib/string_.h (strncasecmp): Change warning message.
18737         (mbspcasecmp): New declaration.
18738         * m4/mbspcasecmp.m4: New file.
18739         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18740         GNULIB_MBSPCASECMP.
18741         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
18742         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
18743
18744 2007-02-14  Bruno Haible  <bruno@clisp.org>
18745
18746         * modules/mbsncasecmp-tests: New file.
18747         * tests/test-mbsncasecmp.sh: New file.
18748         * tests/test-mbsncasecmp.c: New file.
18749
18750         New module mbsncasecmp.
18751         * modules/mbsncasecmp: New file.
18752         * lib/mbsncasecmp.c: New file.
18753         * lib/string_.h (mbsncasecmp): New declaration.
18754         * m4/mbsncasecmp.m4: New file.
18755         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18756         GNULIB_MBSNCASECMP.
18757         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
18758         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
18759
18760 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18761
18762         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
18763         Verify that it doesn't overlap with our flags.
18764         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
18765         do not have the desired effect in multibyte locales; instead, use
18766         mbscasecmp.
18767         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
18768         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
18769         we don't require GNU fnmatch ourselves (if our users require it, they
18770         should do so explicitly).
18771
18772         Fix regex code so it doesn't rely on strcasecmp.
18773         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
18774         Otherwise, include gnulib's langinfo.h.
18775         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
18776         undesirable behavior in non-C locales.  Instead, rely on localecharset.
18777         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
18778         * modules/regex (FILES): Remove m4/codeset.m4.
18779         (Depends-on): Add localcharset.  Remove strcase.
18780
18781 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18782
18783         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
18784         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
18785
18786 2007-02-13  Bruno Haible  <bruno@clisp.org>
18787
18788         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
18789         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18790
18791 2007-02-12  Bruno Haible  <bruno@clisp.org>
18792
18793         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
18794         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
18795         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
18796         time warning rather than a link error.
18797
18798 2007-02-12  Bruno Haible  <bruno@clisp.org>
18799
18800         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
18801         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18802         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18803
18804 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18805
18806         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
18807         args, not 2.
18808
18809 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18810
18811         New module 'time', so that apps can include <time.h> as per
18812         POSIX and GNU instead of separate include files like time_r.h
18813         and timegm.h.  This implementation tries out a simpler approach
18814         for replacing decls in standard include files (as compared to
18815         the string module), somewhat as an experiment.
18816
18817         * config/srclist.txt: Comment out mktime.c for now.
18818         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
18819         since it doesn't apply any more.  Use generic wording instead.
18820         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
18821         'time'.
18822         * lib/time_.h, m4/time_h.m4, modules/time: New files.
18823         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
18824         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
18825         Don't include <sys/types.h>; no longer needed since we assume C89.
18826         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
18827         * lib/strftime.c: Likewise.
18828         * lib/time_r.c: Likewise.
18829         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
18830         * lib/nanosleep.c: Include <time.h> first, to check interface.
18831         * lib/strptime.c: Likewise.
18832         * lib/time_r.c: Likewise.
18833         * lib/timegm.c: Likewise.
18834         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
18835         needed.
18836         * lib/timegm.c: Don't include timegm.h; no longer needed.
18837         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
18838         time.h now handles any problems in that area.
18839         (struct timespec, nanosleep): Remove; time.h now arranges for these.
18840         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
18841         that time.h defines struct timespec.
18842         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
18843         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
18844         handles that.
18845         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
18846         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
18847         needed.  Set REPLACE_LOCALTIME.
18848         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
18849         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
18850         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
18851         nanosleep; time_h.m4 now does that.  Don't require
18852         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
18853         module handles this now.
18854         * modules/getdate (Depends-on): Remove timespec.  Add time.
18855         * modules/nanosleep (Depends-on): Likewise.
18856         * modules/stat-time (Depends-on): Likewise.
18857         * modules/nanosleep (Include): Include time.h, not timespec.h.
18858         * modules/strptime (Files): Remove lib/strptime.h.
18859         (Depends-on): Add extensions, time.
18860         (Include): Include time.h, not strptime.h.
18861         * modules/time_r (Files): Remove lib/time_r.h.
18862         (Depends-on): Add time.
18863         (Include): Include time.h, not time_r.h.
18864         * modules/timegm: Likewise.
18865         * modules/timespec (Description): Now does timespec-related decls
18866         of our own, instead of struct timespec itself.
18867         (Depends-on): Add time; remove extensions.
18868         (Maintainer): Add self.
18869         * modules/utimecmp (Depends-on): Add time; remove timespec.
18870         * modules/utimens (Depends-on): Likewise.
18871         * modules/xnanosleep (Depends-on): Likewise.
18872
18873 2007-02-11  Bruno Haible  <bruno@clisp.org>
18874
18875         * lib/c-strstr.c: Include allocsa.h.
18876         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18877         * lib/c-strcasestr.c: Include allocsa.h.
18878         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18879         * lib/strcasestr.c: Include allocsa.h.
18880         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18881         * lib/mbsstr.c: Include allocsa.h.
18882         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18883         allocsa/freesa instead of malloc/free.
18884         * lib/mbscasestr.c: Include allocsa.h.
18885         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18886         allocsa/freesa instead of malloc/free.
18887         * modules/c-strstr (Depends-on): Add allocsa.
18888         * modules/c-strcasestr (Depends-on): Likewise.
18889         * modules/strcasestr (Depends-on): Likewise.
18890         * modules/mbsstr (Depends-on): Likewise.
18891         * modules/mbscasestr (Depends-on): Likewise.
18892
18893 2007-02-11  Bruno Haible  <bruno@clisp.org>
18894
18895         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
18896
18897         * modules/mbsspn-tests: New file.
18898         * tests/test-mbsspn.sh: New file.
18899         * tests/test-mbsspn.c: New file.
18900
18901 2007-02-11  Bruno Haible  <bruno@clisp.org>
18902
18903         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
18904
18905         * modules/mbspbrk-tests: New file.
18906         * tests/test-mbspbrk.sh: New file.
18907         * tests/test-mbspbrk.c: New file.
18908
18909 2007-02-11  Bruno Haible  <bruno@clisp.org>
18910
18911         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
18912         unneeded cast.
18913
18914         * modules/mbscspn-tests: New file.
18915         * tests/test-mbscspn.sh: New file.
18916         * tests/test-mbscspn.c: New file.
18917
18918 2007-02-11  Bruno Haible  <bruno@clisp.org>
18919
18920         * modules/mbscasecmp-tests: New file.
18921         * tests/test-mbscasecmp.sh: New file.
18922         * tests/test-mbscasecmp.c: New file.
18923
18924 2007-02-11  Bruno Haible  <bruno@clisp.org>
18925
18926         Ensure O(n) worst-case complexity of mbscasestr.
18927         * lib/mbscasestr.c: Include stdbool.h.
18928         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18929         functions.
18930         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
18931         the bookkeeping indicates that it's worth it.
18932         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
18933
18934         * modules/mbscasestr-tests: New file.
18935         * tests/test-mbscasestr1.c: New file.
18936         * tests/test-mbscasestr2.sh: New file.
18937         * tests/test-mbscasestr2.c: New file.
18938         * tests/test-mbscasestr3.sh: New file.
18939         * tests/test-mbscasestr3.c: New file.
18940         * tests/test-mbscasestr4.sh: New file.
18941         * tests/test-mbscasestr4.c: New file.
18942         * m4/locale-tr.m4: New file.
18943
18944 2007-02-11  Bruno Haible  <bruno@clisp.org>
18945
18946         Ensure O(n) worst-case complexity of mbsstr.
18947         * lib/mbsstr.c: Include stdbool.h.
18948         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18949         functions.
18950         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
18951         bookkeeping indicates that it's worth it.
18952         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
18953
18954         * modules/mbsstr-tests: New file.
18955         * tests/test-mbsstr1.c: New file.
18956         * tests/test-mbsstr2.sh: New file.
18957         * tests/test-mbsstr2.c: New file.
18958         * tests/test-mbsstr3.sh: New file.
18959         * tests/test-mbsstr3.c: New file.
18960         * m4/locale-fr.m4: New file.
18961
18962 2007-02-11  Bruno Haible  <bruno@clisp.org>
18963
18964         * lib/mbsrchr.c (mbsrchr): Fix bug.
18965
18966         * modules/mbsrchr-tests: New file.
18967         * tests/test-mbsrchr.sh: New file.
18968         * tests/test-mbsrchr.c: New file.
18969
18970 2007-02-11  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/mbschr.c (mbschr): Fix bug.
18973
18974         * modules/mbschr-tests: New file.
18975         * tests/test-mbschr.sh: New file.
18976         * tests/test-mbschr.c: New file.
18977         * m4/locale-zh.m4: New file.
18978
18979 2007-02-11  Bruno Haible  <bruno@clisp.org>
18980
18981         Support for copying multibyte string iterators.
18982         * lib/mbiter.h: Include <string.h>.
18983         (mbiter_multi_copy): New function.
18984         (mbi_copy): New macro.
18985         * lib/mbuiter.h: Include <string.h>.
18986         (mbuiter_multi_copy): New function.
18987         (mbui_copy): New macro.
18988
18989 2007-02-11  Bruno Haible  <bruno@clisp.org>
18990
18991         New module mbslen.
18992         * modules/mbslen: New file.
18993         * lib/mbslen.c: New file.
18994         * lib/string_.h (mbslen): New declaration.
18995         * m4/mbslen.m4: New file.
18996         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18997         GNULIB_MBSLEN.
18998         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
18999         * MODULES.html.sh (Internationalization functions): Add mbslen.
19000
19001 2007-02-11  Bruno Haible  <bruno@clisp.org>
19002
19003         Ensure O(n) worst-case complexity of strcasestr substitute.
19004         * lib/strcasestr.c: Include stdbool.h.
19005         (knuth_morris_pratt): New function.
19006         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19007         bookkeeping indicates that it's worth it.
19008         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
19009
19010         * modules/strcasestr-tests: New file.
19011         * tests/test-strcasestr.c: New file.
19012
19013 2007-02-11  Bruno Haible  <bruno@clisp.org>
19014
19015         Ensure O(n) worst-case complexity of c_strcasestr.
19016         * lib/c-strcasestr.c: Include stdbool.h, string.h.
19017         (knuth_morris_pratt): New function.
19018         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
19019         the bookkeeping indicates that it's worth it.
19020         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
19021
19022         * modules/c-strcasestr-tests: New file.
19023         * tests/test-c-strcasestr.c: New file.
19024
19025 2007-02-11  Bruno Haible  <bruno@clisp.org>
19026
19027         Ensure O(n) worst-case complexity of c_strstr.
19028         * lib/c-strstr.c: Include stdbool.h, string.h.
19029         (knuth_morris_pratt): New function.
19030         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19031         bookkeeping indicates that it's worth it.
19032         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
19033
19034         * lib/c-strstr.c: Complete rewrite for maintainability.
19035
19036         * modules/c-strstr-tests: New file.
19037         * tests/test-c-strstr.c: New file.
19038
19039 2007-02-11  Bruno Haible  <bruno@clisp.org>
19040
19041         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
19042         5.2.1 and earlier, whereby \055 was treated just like the range
19043         delimiter '-'.
19044         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19045
19046 2007-02-08  Bruno Haible  <bruno@clisp.org>
19047
19048         * modules/regex (Depends-on): Add stdbool.
19049         Reported by Dalibor Topic <robilad@kaffe.org>.
19050
19051 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
19054         Prefer returning from main to exiting from it.
19055         Remove unnecessary parens after sizeof.
19056
19057 2007-02-05  Bruno Haible  <bruno@clisp.org>
19058
19059         New module mbssep.
19060         * modules/mbssep: New file.
19061         * lib/mbssep.c: New file.
19062         * lib/string_.h (strsep): Add a conditional link warning.
19063         (mbssep): New declaration.
19064         * m4/mbssep.m4: New file.
19065         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19066         GNULIB_MBSSEP.
19067         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
19068         * MODULES.html.sh (Internationalization functions): Add mbssep.
19069
19070 2007-02-05  Bruno Haible  <bruno@clisp.org>
19071
19072         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
19073         Optimize search in case of 1 delimiter.
19074
19075 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19076
19077         * lib/acl.h: Include sys/types.h before sys/acl.h.
19078
19079 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
19080
19081         Merge upstream fix for glibc bugzilla #3957:
19082
19083         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
19084
19085         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
19086         bit for RE_HAT_LISTS_NOT_NEWLINE.
19087         (build_charclass_op): Remove bogus comment.
19088
19089 2007-02-05  Simon Josefsson  <simon@josefsson.org>
19090
19091         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
19092
19093 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19094
19095         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
19096         * lib/memmem.c [!defined _LIBC]: Include config.h.
19097
19098 2007-02-04  Bruno Haible  <bruno@clisp.org>
19099
19100         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
19101         warning message.
19102
19103 2007-02-04  Bruno Haible  <bruno@clisp.org>
19104
19105         New module mbstok_r.
19106         * modules/mbstok_r: New file.
19107         * lib/mbstok_r.c: New file.
19108         * lib/string_.h (strtok_r): Change argument names to match the
19109         comments. Add a conditional link warning.
19110         (mbstok_r): New declaration.
19111         * m4/mbstok_r.m4: New file.
19112         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19113         GNULIB_MBSTOK_R.
19114         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
19115         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
19116
19117 2007-02-04  Bruno Haible  <bruno@clisp.org>
19118
19119         New module mbsspn.
19120         * modules/mbsspn: New file.
19121         * lib/mbsspn.c: New file.
19122         * lib/string_.h (strspn): Add a conditional link warning.
19123         (mbsspn): New declaration.
19124         * m4/mbsspn.m4: New file.
19125         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19126         GNULIB_MBSSPN.
19127         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
19128         * MODULES.html.sh (Internationalization functions): Add mbsspn.
19129
19130 2007-02-04  Bruno Haible  <bruno@clisp.org>
19131
19132         New module mbspbrk.
19133         * modules/mbspbrk: New file.
19134         * lib/mbspbrk.c: New file.
19135         * lib/string_.h (strpbrk): Add a conditional link warning.
19136         (mbspbrk): New declaration.
19137         * m4/mbspbrk.m4: New file.
19138         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19139         GNULIB_MBSPBRK.
19140         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
19141         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
19142
19143 2007-02-04  Bruno Haible  <bruno@clisp.org>
19144
19145         New module mbscspn.
19146         * modules/mbscspn: New file.
19147         * lib/mbscspn.c: New file.
19148         * lib/string_.h (strcspn): Add a conditional link warning.
19149         (mbscspn): New declaration.
19150         * m4/mbscspn.m4: New file.
19151         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19152         GNULIB_MBSCSPN.
19153         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
19154         * MODULES.html.sh (Internationalization functions): Add mbscspn.
19155
19156 2007-02-04  Bruno Haible  <bruno@clisp.org>
19157
19158         New module mbscasestr, reduced goal of strcasestr.
19159         * modules/mbscasestr: New file.
19160         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
19161         (mbscasestr): Renamed from strcasestr.
19162         * lib/strcasestr.c: Don't include mbuiter.h.
19163         (strcasestr): Remove support for multibyte locales.
19164         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
19165         Change the conditional link warning.
19166         (mbscasestr): New declaration.
19167         * m4/mbscasestr.m4: New file.
19168         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
19169         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
19170         REPLACE_STRCASESTR.
19171         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
19172         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19173         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19174         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
19175         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
19176         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19177         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
19178         (Depends-on): Remove mbuiter.
19179         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
19180
19181 2007-02-04  Bruno Haible  <bruno@clisp.org>
19182
19183         Simplify handling of strncasecmp.
19184         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
19185         the conditional link warning.
19186         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19187         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
19188         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
19189         * modules/strcase (configure.ac): Don't invoke
19190         gl_STRING_MODULE_INDICATOR.
19191         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
19192
19193 2007-02-04  Bruno Haible  <bruno@clisp.org>
19194
19195         New module mbscasecmp, reduced goal of strcasecmp.
19196         * modules/mbscasecmp: New file.
19197         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
19198         (mbscasecmp): Renamed from strcasecmp.
19199         * lib/strcasecmp.c: Don't include mbuiter.h.
19200         (strcasecmp): Remove support for multibyte locales.
19201         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
19202         Change the conditional link warning.
19203         (mbscasecmp): New declaration.
19204         * m4/mbscasecmp.m4: New file.
19205         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
19206         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
19207         REPLACE_STRCASECMP.
19208         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
19209         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19210         GNULIB_MBSCASECMP.
19211         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
19212         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
19213         * modules/strcase (Files): Remove m4/mbrtowc.m4.
19214         (Depends-on): Remove mbuiter.
19215         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
19216
19217 2007-02-04  Bruno Haible  <bruno@clisp.org>
19218
19219         New module mbsstr. Remove module strstr.
19220         * modules/mbsstr: New file.
19221         * modules/strstr: Remove file.
19222         * lib/mbsstr.c: Renamed from lib/strstr.c.
19223         (mbsstr): Renamed from strstr.
19224         * lib/string_.h (strstr): Remove declaration. Change the conditional
19225         link warning.
19226         (mbsstr): New declaration.
19227         * m4/mbsstr.m4: New file.
19228         * m4/strstr.m4: Remove file.
19229         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
19230         REPLACE_STRSTR.
19231         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
19232         Don't initialize GNULIB_STRSTR.
19233         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
19234         substitute GNULIB_STRSTR and REPLACE_STRSTR.
19235         * MODULES.html.sh (Internationalization functions): Add mbsstr.
19236         (Support for systems lacking ANSI C 89): Remove strstr.
19237
19238 2007-02-04  Bruno Haible  <bruno@clisp.org>
19239
19240         New module mbsrchr.
19241         * modules/mbsrchr: New file.
19242         * lib/mbsrchr.c: New file.
19243         * lib/string_.h (strrchr): Add a conditional link warning.
19244         (mbsrchr): New declaration.
19245         * m4/mbsrchr.m4: New file.
19246         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19247         GNULIB_MBSRCHR.
19248         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
19249         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
19250
19251 2007-02-04  Bruno Haible  <bruno@clisp.org>
19252
19253         New module mbschr.
19254         * modules/mbschr: New file.
19255         * lib/mbschr.c: New file.
19256         * lib/string_.h (strchr): Add a conditional link warning.
19257         (mbschr): New declaration.
19258         * m4/mbschr.m4: New file.
19259         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19260         GNULIB_MBSCHR.
19261         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
19262         * MODULES.html.sh (Internationalization functions): Add mbschr.
19263
19264 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19265
19266         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
19267
19268         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
19269
19270 2007-02-04  Bruno Haible  <bruno@clisp.org>
19271
19272         New module description section 'configure.ac-early'.
19273         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
19274         (func_get_autoconf_early_snippet): New function.
19275         (func_import, func_create_testdir): Use it. Remove special cases for
19276         modules 'extensions' and 'lock'.
19277         * modules/extensions (configure.ac-early): Require
19278         gl_USE_SYSTEM_EXTENSIONS.
19279         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
19280
19281 2007-02-04  Bruno Haible  <bruno@clisp.org>
19282
19283         Make use of gcj-4.3's -fsource and -ftarget option.
19284         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
19285         and if so try the options -fsource and -ftarget.
19286         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
19287         source_version, ftarget_option, target_version arguments.
19288         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
19289         (is_envjavac_oldgcj_14_14_usable): Renamed from
19290         is_envjavac_gcj_14_14_usable.
19291         (is_envjavac_oldgcj_14_13_usable): Renamed from
19292         is_envjavac_gcj_14_13_usable.
19293         (is_gcj_present): Update.
19294         (is_gcj_43, is_gcj43_usable): New functions.
19295         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
19296         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
19297         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
19298         try the options -fsource and -ftarget.
19299
19300 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19301
19302         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
19303         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
19304         larger value.
19305
19306 2007-02-03  Jim Meyering  <jim@meyering.net>
19307
19308         Give tools a better chance to allocate space for very large buffers.
19309         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
19310
19311         Make pwd and readlink work also when run with an unreadable parent dir
19312         on systems with openat support.
19313         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
19314         provided getcwd function, even when we have openat support.
19315         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
19316
19317 2007-02-02  Bruno Haible  <bruno@clisp.org>
19318
19319         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19320         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
19321         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
19322         portability problems if one of these functions is only used on specific
19323         platforms.
19324         Reported by Paul Eggert.
19325
19326 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
19327
19328         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
19329         is causing more trouble than it's curing.
19330         * lib/regex_internal.h (__mempcpy): Remove.
19331         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
19332         (and make the code a tad smaller to boot).
19333         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
19334
19335 2007-02-02  Jim Meyering  <jim@meyering.net>
19336
19337         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
19338         section, not in the Makefile.am: one.
19339
19340 2007-02-02  Eric Blake  <ebb9@byu.net>
19341
19342         * lib/strchrnul.c: Always include config.h first.
19343
19344         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
19345         gnulib strstr is not necessary here.
19346
19347 2007-02-02  Simon Josefsson  <simon@josefsson.org>
19348
19349         * m4/socklen.m4: Fix typo.
19350
19351 2007-02-02  Eric Blake  <ebb9@byu.net>
19352
19353         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
19354         * modules/netinet_in (Makefile.am): Likewise.
19355
19356 2007-02-01  Bruno Haible  <bruno@clisp.org>
19357
19358         * lib/string_.h (GL_LINK_WARNING): New macro.
19359         (strcasecmp, strstr, strcasestr): If provided by the system,
19360         conditionally define as a macro that leads to a warning instead of to
19361         an error.
19362         (strncasecmp): Conditionally define as a macro that leads to a warning.
19363
19364 2007-02-01  Karl Berry  <karl@gnu.org>
19365
19366         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
19367
19368 2007-02-01  Bruno Haible  <bruno@clisp.org>
19369
19370         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
19371         renamings.
19372
19373 2007-02-01  Eric Blake  <ebb9@byu.net>
19374
19375         * modules/regex (Depends-on): Revert dependence on mempcpy.
19376         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
19377         module's definition of mempcpy.
19378         Reported by Paul Eggert.
19379
19380 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
19381
19382         * lib/string_.h: If the gnulib module XYZ is not present, undefine
19383         the symbol XYZ before redefining it.  This fixes a problem with
19384         programs that don't use XYZ, when compiled on systems that define
19385         XYZ to something else.
19386
19387 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
19388
19389         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
19390         occurs when "mkdir -m foo" creates a setgid directory that is (1)
19391         writeable to group or other and (2) is intended to have a special
19392         mode bit that is set or cleared.  In such a case, the directory
19393         should be neither group- nor other-writeable until the special
19394         mode bits are right.
19395
19396 2007-01-31  Eric Blake  <ebb9@byu.net>
19397
19398         * modules/mountlist (Depends-on): Add strstr.
19399
19400         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
19401         bug.
19402         * modules/string (Makefile.am): Remove redundant replacement.
19403         * modules/regex (Depends-on): Add mempcpy.
19404
19405 2007-01-31  Bruno Haible  <bruno@clisp.org>
19406
19407         New module description field 'Link'.
19408         * gnulib-tool (func_usage): Document --extract-link-directive.
19409         (sed_extract_prog): Recognize 'Link' directive.
19410         (func_get_link_directive): New function.
19411         (func_import): Show summary of link directives.
19412         Handle --extract-link-directive option.
19413         * modules/acl (Link): New section.
19414         * modules/clock-time (Link): New section.
19415         * modules/euidaccess (Link): New section.
19416         * modules/gettext (Link): New section.
19417         * modules/iconv (Link): New section.
19418         * modules/lock (Link): New section.
19419         * modules/nanosleep (Link): New section.
19420         * modules/readline (Link): New section.
19421
19422 2007-01-27  Bruno Haible  <bruno@clisp.org>
19423
19424         Enforce the use of gnulib modules for unportable <string.h> functions.
19425         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
19426         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
19427         (gl_HEADER_STRING_H_BODY): Require it.
19428         * lib/string_.h: If the gnulib module XYZ is not present, redefine
19429         the symbol XYZ to one that gives a link error.
19430         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
19431         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
19432         * modules/mempcpy (configure.ac): Likewise.
19433         * modules/memrchr (configure.ac): Likewise.
19434         * modules/stpcpy (configure.ac): Likewise.
19435         * modules/stpncpy (configure.ac): Likewise.
19436         * modules/strcase (configure.ac): Likewise.
19437         * modules/strcasestr (configure.ac): Likewise.
19438         * modules/strchrnul (configure.ac): Likewise.
19439         * modules/strdup (configure.ac): Likewise.
19440         * modules/strndup (configure.ac): Likewise.
19441         * modules/strnlen (configure.ac): Likewise.
19442         * modules/strpbrk (configure.ac): Likewise.
19443         * modules/strsep (configure.ac): Likewise.
19444         * modules/strstr (configure.ac): Likewise.
19445         * modules/strtok_r (configure.ac): Likewise.
19446
19447 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
19448
19449         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
19450
19451 2007-01-30  Jim Meyering  <jim@meyering.net>
19452
19453         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
19454
19455 2007-01-29  Bruno Haible  <bruno@clisp.org>
19456
19457         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
19458         * lib/execute.c: Likewise.
19459         * lib/pipe.c: Likewise.
19460         * lib/printf-args.h: Likewise.
19461         * lib/printf-args.c: Likewise.
19462         * lib/printf-parse.c: Likewise.
19463         * lib/vasnprintf.c: Likewise.
19464
19465 2007-01-29  Eric Blake  <ebb9@byu.net>
19466
19467         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
19468         declaration.
19469
19470 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
19471
19472         * lib/strptime.h (strptime): Use 'restrict' for args where
19473         POSIX requires this.
19474         * lib/strptime.c (strptime): Likewise.
19475         Change license notice from LGPL to GPL, since gnulib-tool will
19476         change this as needed.
19477         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
19478         defined.
19479         Include "strptime.h" first, to check interface.
19480         Do not #undef _LIBC and _NL_CURRENT.
19481         Do not include <stdlib.h>; no longer needed.
19482         Include "time_r.h" and declare ptime_locale_status
19483         only if _LIBC is not defined.
19484         (__P): Remove unused macro.
19485         (match_string): Bring back glibc version, but use it only if _LIBC
19486         is defined.
19487         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
19488         Remove unnecessary assertion and abort() call.
19489         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
19490         * m4/strptime.m4: Fix serial number comment.
19491         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
19492         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
19493         (Depends-on): Add time_r.
19494
19495 2007-01-29  Bruno Haible  <bruno@clisp.org>
19496
19497         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19498         strptime.
19499         * modules/strptime (Depends-on): Add stdbool.
19500         * lib/strptime.h: Include <time.h> always. Add comments.
19501
19502 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19503
19504         * modules/strptime: New file.
19505         * lib/strptime.h: New file.
19506         * lib/strptime.c: New file.
19507         * m4/strptime.m4: New file.
19508
19509 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19510
19511         * MODULES.html.sh: New module mpsort.
19512         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
19513
19514         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
19515         a circularity problem with HP-UX ia64 reported by Bob Proulx in
19516         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
19517         All uses changed.
19518         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
19519         All uses changed.
19520         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
19521         to _Restrict_.
19522         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
19523         the parameter matches the prototype.
19524
19525 2007-01-28  Jim Meyering  <jim@meyering.net>
19526
19527         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
19528         sys/time.h here, reverting that part of the previous patch:
19529         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
19530
19531 2007-01-28  Bruno Haible  <bruno@clisp.org>
19532
19533         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
19534         value of $(SYS_TIME_H).
19535         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
19536         remove it conditionally, too. [added by Jim Meyering]
19537         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
19538         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19539         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
19540         GETTIMEOFDAY_REPLACEMENT to 1.
19541
19542 2007-01-28  Bruno Haible  <bruno@clisp.org>
19543
19544         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
19545         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
19546         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
19547         Set UNISTD_H instead of UNISTD_H2.
19548         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
19549
19550 2007-01-28  Bruno Haible  <bruno@clisp.org>
19551
19552         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
19553         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
19554
19555 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19556
19557         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
19558         (func_create_testdir): Ensure C locale for `grep' and `tr'
19559         character ranges.
19560         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
19561         ACLOCAL_AMFLAGS parsing state machine.
19562
19563 2007-01-27  Bruno Haible  <bruno@clisp.org>
19564
19565         * modules/unistr/base: Update.
19566
19567 2007-01-27  Bruno Haible  <bruno@clisp.org>
19568
19569         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
19570         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
19571         * modules/unistr/u32-mbtouc-unsafe: Renamed from
19572         modules/unistr/u32-mbtouc.
19573         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
19574         * lib/unistr.h: Update.
19575         * lib/linebreak.c: Update.
19576         * modules/unistr/u32-mbtouc: Renamed from
19577         modules/unistr/u32-mbtouc-safe.
19578         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
19579         * lib/unistr.h: Update.
19580         * lib/unistr/u32-to-u8.c: Update.
19581         * lib/unistr/u32-to-u16.c: Update.
19582
19583 2007-01-27  Bruno Haible  <bruno@clisp.org>
19584
19585         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
19586         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
19587         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
19588         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
19589         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
19590         * modules/unistr/u16-mbtouc-unsafe: Renamed from
19591         modules/unistr/u16-mbtouc.
19592         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
19593         * lib/unistr.h: Update.
19594         * lib/linebreak.c: Update.
19595         * modules/linebreak: Update.
19596         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
19597         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
19598         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
19599         * modules/unistr/u16-mbtouc: Renamed from
19600         modules/unistr/u16-mbtouc-safe.
19601         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
19602         * lib/unistr.h: Update.
19603         * lib/unistr/u16-to-u8.c: Update.
19604         * modules/unistr/u16-to-u8: Update.
19605         * lib/unistr/u16-to-u32.c: Update.
19606         * modules/unistr/u16-to-u32: Update.
19607
19608 2007-01-27  Bruno Haible  <bruno@clisp.org>
19609
19610         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
19611         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
19612         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
19613         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
19614         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
19615         * modules/unistr/u8-mbtouc-unsafe: Renamed from
19616         modules/unistr/u8-mbtouc.
19617         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
19618         * lib/unistr.h: Update.
19619         * lib/striconveh.c: Update.
19620         * modules/striconveh: Update.
19621         * lib/linebreak.c: Update.
19622         * modules/linebreak: Update.
19623         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
19624         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
19625         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
19626         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
19627         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
19628         * lib/unistr.h: Update.
19629         * lib/striconveh.c: Update.
19630         * modules/striconveh: Update.
19631         * lib/unistr/u8-to-u16.c: Update.
19632         * modules/unistr/u8-to-u16: Update.
19633         * lib/unistr/u8-to-u32.c: Update.
19634         * modules/unistr/u8-to-u32: Update.
19635
19636 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19637
19638         Sync from Libtool.
19639         * lib/argz.c: Do not include strings.h nor memory.h, include
19640         string.h unconditionally.  Patch by Simon Josefsson.
19641
19642 2007-01-27  Bruno Haible  <bruno@clisp.org>
19643
19644         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
19645         from gl_HEADER_STRING_H_BODY.
19646         (gl_HEADER_STRING_H_BODY): Require it.
19647         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
19648         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19649         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19650         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19651         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19652         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
19653         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19654         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19655         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
19656         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19657         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19658         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
19659         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19660         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19661         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19662
19663 2007-01-27  Bruno Haible  <bruno@clisp.org>
19664
19665         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
19666         check_PROGRAMS into noinst_PROGRAMS.
19667         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
19668         check_PROGRAMS in this case.
19669         (func_import): Set for_test to false.
19670         (func_create_testdir): Set for_test to true.
19671
19672 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19673             Bruno Haible  <bruno@clisp.org>
19674
19675         * modules/strcasestr (Files): Remove lib/strcasestr.h.
19676         (Depends-on): Add string.
19677         (Includes): Use <string.h> instead of strcasestr.h.
19678         * modules/string (Makefile.am): Also substitute the value of
19679         REPLACE_STRCASESTR.
19680         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
19681         assume strcasestr is declared in <string.h> not <strings.h>. Also
19682         set REPLACE_STRCASESTR.
19683         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
19684         REPLACE_STRCASESTR.
19685         * lib/strcasestr.h: Remove file.
19686         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
19687         * lib/string_.h (strcasestr): New declaration.
19688
19689 2007-01-27  Bruno Haible  <bruno@clisp.org>
19690
19691         * lib/string_.h: Use 'extern'.
19692
19693 2007-01-27  Jim Meyering  <jim@meyering.net>
19694
19695         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
19696         of set-but-not-used local, "q".
19697
19698         * lib/mempcpy.c: Include <config.h> before <string.h>.
19699         This fixes a compilation error on HP-UX, due to the system's
19700         "restrict"-using mempcpy prototype.
19701
19702 2007-01-26  Bruno Haible  <bruno@clisp.org>
19703
19704         Small optimization.
19705         * lib/javacomp.c: Include c-strstr.h.
19706          (is_envjavac_gcj): Use c_strstr instead of strstr.
19707         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
19708
19709 2007-01-26  Bruno Haible  <bruno@clisp.org>
19710
19711         * MODULES.html.sh (Unicode string functions): Add the new modules.
19712
19713         * modules/uniconv/u32-strconv-to-locale: New file.
19714         * lib/uniconv/u32-strconv-to-locale.c: New file.
19715
19716         * modules/uniconv/u16-strconv-to-locale: New file.
19717         * lib/uniconv/u16-strconv-to-locale.c: New file.
19718
19719         * modules/uniconv/u8-strconv-to-locale: New file.
19720         * lib/uniconv/u8-strconv-to-locale.c: New file.
19721
19722         * modules/uniconv/u32-strconv-from-locale: New file.
19723         * lib/uniconv/u32-strconv-from-locale.c: New file.
19724
19725         * modules/uniconv/u16-strconv-from-locale: New file.
19726         * lib/uniconv/u16-strconv-from-locale.c: New file.
19727
19728         * modules/uniconv/u8-strconv-from-locale: New file.
19729         * lib/uniconv/u8-strconv-from-locale.c: New file.
19730
19731         * modules/uniconv/u32-strconv-to-enc: New file.
19732         * lib/uniconv/u32-strconv-to-enc.c: New file.
19733         * modules/uniconv/u32-strconv-to-enc-tests: New file.
19734         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
19735
19736         * modules/uniconv/u16-strconv-to-enc: New file.
19737         * lib/uniconv/u16-strconv-to-enc.c: New file.
19738         * lib/uniconv/u-strconv-to-enc.h: New file.
19739         * modules/uniconv/u16-strconv-to-enc-tests: New file.
19740         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
19741
19742         * modules/uniconv/u8-strconv-to-enc: New file.
19743         * lib/uniconv/u8-strconv-to-enc.c: New file.
19744         * modules/uniconv/u8-strconv-to-enc-tests: New file.
19745         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
19746
19747         * modules/uniconv/u32-strconv-from-enc: New file.
19748         * lib/uniconv/u32-strconv-from-enc.c: New file.
19749         * modules/uniconv/u32-strconv-from-enc-tests: New file.
19750         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
19751
19752         * modules/uniconv/u16-strconv-from-enc: New file.
19753         * lib/uniconv/u16-strconv-from-enc.c: New file.
19754         * modules/uniconv/u16-strconv-from-enc-tests: New file.
19755         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
19756
19757         * modules/uniconv/u8-strconv-from-enc: New file.
19758         * lib/uniconv/u8-strconv-from-enc.c: New file.
19759         * lib/uniconv/u-strconv-from-enc.h: New file.
19760         * modules/uniconv/u8-strconv-from-enc-tests: New file.
19761         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
19762
19763         * modules/uniconv/u32-conv-from-enc: New file.
19764         * lib/uniconv/u32-conv-from-enc.c: New file.
19765         * modules/uniconv/u32-conv-from-enc-tests: New file.
19766         * tests/uniconv/test-u32-conv-from-enc.c: New file.
19767
19768         * modules/uniconv/u16-conv-from-enc: New file.
19769         * lib/uniconv/u16-conv-from-enc.c: New file.
19770         * lib/uniconv/u-conv-from-enc.h: New file.
19771         * modules/uniconv/u16-conv-from-enc-tests: New file.
19772         * tests/uniconv/test-u16-conv-from-enc.c: New file.
19773
19774         * modules/uniconv/u8-conv-from-enc: New file.
19775         * lib/uniconv/u8-conv-from-enc.c: New file.
19776         * modules/uniconv/u8-conv-from-enc-tests: New file.
19777         * tests/uniconv/test-u8-conv-from-enc.c: New file.
19778
19779         * modules/uniconv/base: New file.
19780         * lib/uniconv.h: New file.
19781
19782 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19783
19784         * doc/gnulib-tool.texi (Initial import): Update to match current
19785         behavior with strdup module.
19786         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
19787         * lib/memmem.h: Remove; all uses removed.  This is now done
19788         by <string.h>.
19789         * lib/mempcpy.h: Likewise.
19790         * lib/memrchr.h: Likewise.
19791         * lib/stpcpy.h: Likewise.
19792         * lib/stpncpy.h: Likewise.
19793         * lib/strcase.h: Likewise.
19794         * lib/strchrnul.h: Likewise.
19795         * lib/strdup.h: Likewise.
19796         * lib/strndup.h: Likewise.
19797         * lib/strnlen.h: Likewise.
19798         * lib/strpbrk.h: Likewise.
19799         * lib/strsep.h: Likewise.
19800         * lib/strstr.h: Likewise.
19801         * lib/strtok_r.h: Likewise.
19802         * lib/string_.h: New file.
19803         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
19804         Rely on <string.h> instead.
19805         * lib/canon-host.c: Likewise.
19806         * lib/chdir-long.c: Likewise.
19807         * lib/concatpath.c: Likewise.
19808         * lib/exclude.c: Likewise.
19809         * lib/fchdir.c: Likewise.
19810         * lib/getaddrinfo.c: Likewise.
19811         * lib/getcwd.c: Likewise.
19812         * lib/getsubopt.c: Likewise.
19813         * lib/glob.c: Likewise.
19814         * lib/hard-locale.c: Likewise.
19815         * lib/iconvme.c: Likewise.
19816         * lib/javacomp.c: Likewise.
19817         * lib/mempcpy.c: Likewise.
19818         * lib/memrchr.c: Likewise.
19819         * lib/regex_internal.h: Likewise.
19820         * lib/stpncpy.c: Likewise.
19821         * lib/strcasecmp.c: Likewise.
19822         * lib/strchrnul.c: Likewise.
19823         * lib/strdup.c: Likewise.
19824         * lib/striconv.c: Likewise.
19825         * lib/striconveh.c: Likewise.
19826         * lib/striconveha.c: Likewise.
19827         * lib/strncasecmp.c: Likewise.
19828         * lib/strndup.c: Likewise.
19829         * lib/strnlen.c: Likewise.
19830         * lib/strsep.c: Likewise.
19831         * lib/strstr.c: Likewise.
19832         * lib/strtok_r.c: Likewise.
19833         * lib/userspec.c: Likewise.
19834         * lib/w32spawn.h: Likewise.
19835         * lib/xstrndup.c: Likewise.
19836         * lib/mountlist.c (strstr): Remove decl.
19837         * m4/string_h.m4: New file.
19838         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
19839         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
19840         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
19841         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
19842         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
19843         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
19844         Set REPLACE_STRCASECMP if necessary.
19845         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
19846         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
19847         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
19848         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
19849         HAVE_DECL_STRDUP if necessary.
19850         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
19851         since gl_FUNC_STRNDUP does that now.
19852         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
19853         Check for decl here...
19854         (gl_PREREQ_STRNLEN): ... not here.
19855         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
19856         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
19857         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
19858         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
19859         necessary.
19860         * modules/string: New file.
19861         * modules/memmem (Files): Remove special-purpose include file.
19862         (Depends-on): Add string.
19863         (Include): Include <string.h>, not the removed file.
19864         * modules/mempcpy: Likewise.
19865         * modules/memrchr: Likewise.
19866         * modules/stpcpy: Likewise.
19867         * modules/stpncpy: Likewise.
19868         * modules/strcase: Likewise.
19869         * modules/strchrnul: Likewise.
19870         * modules/strdup: Likewise.
19871         * modules/strndup: Likewise.
19872         * modules/strnlen: Likewise.
19873         * modules/strpbrk: Likewise.
19874         * modules/strsep: Likewise.
19875         * modules/strstr: Likewise.
19876         * modules/strtok_r: Likewise.
19877         * tests/test-dirname.c: Don't include "strdup.h", since
19878         <string.h> now suffices.
19879         * tests/test-memmem.c: Don't include "memmem.h", since
19880         <string.h> now suffices.
19881
19882 2007-01-25  Bruno Haible  <bruno@clisp.org>
19883
19884         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
19885         *resultp is 0.
19886
19887         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
19888         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
19889         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
19890         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
19891
19892         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
19893         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
19894         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
19895         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
19896         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
19897         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
19898
19899 2007-01-24  Bruno Haible  <bruno@clisp.org>
19900
19901         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
19902         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
19903         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
19904         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
19905         gl_FUNC_FTS_CORE.
19906         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
19907         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
19908         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19909         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
19910         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
19911         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
19912         gl_FUNC_FCHOWNAT.
19913         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
19914         gl_FUNC_STRFTIME.
19915         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
19916         Reported by Ralf Wildenhues.
19917
19918 2007-01-24  Bruno Haible  <bruno@clisp.org>
19919
19920         Drop AC_REQUIRE calls that are redundant with the module dependencies.
19921         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
19922         gl_GETADDRINFO.
19923         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
19924         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
19925         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
19926
19927 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
19928
19929         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
19930         Don't use 'exit'; just return from 'main'.
19931         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
19932
19933         * lib/fnmatch_.h: Readjust white space and comments to match
19934         glibc, to avoid spurious diffs.
19935
19936 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19937
19938         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
19939         2004-12-01 change by Jakub Jelinek, since this code won't compile
19940         if !LIBC.  Problem reported by Bob Proulx.
19941
19942 2007-01-23  Bruno Haible  <bruno@clisp.org>
19943
19944         * lib/striconveh.c: Include c-strcaseeq.h.
19945         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
19946         * modules/striconveh (Depends-on): Add c-strcaseeq.
19947
19948 2007-01-23  Bruno Haible  <bruno@clisp.org>
19949
19950         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
19951
19952         * modules/c-strcaseeq: New file.
19953         * lib/c-strcaseeq.h: New file.
19954
19955         * modules/streq: New file.
19956         * lib/streq.h: New file.
19957
19958 2007-01-23  Bruno Haible  <bruno@clisp.org>
19959
19960         * modules/striconveha-tests: New file.
19961         * tests/test-striconveha.c: New file.
19962
19963         * lib/striconveha.h: Include <stdbool.h>.
19964         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
19965         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
19966         (mem_iconveha_notranslit): Renamed from mem_iconveha.
19967         (mem_iconveha): New function.
19968         (str_iconveha_notranslit): Renamed from str_iconveha.
19969         (str_iconveha): New function.
19970         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
19971         c-strcase.
19972
19973 2007-01-23  Bruno Haible  <bruno@clisp.org>
19974
19975         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
19976         encodings without forgiving before trying any encoding with handler.
19977         (str_iconveha): Try all encodings without forgiving before trying any
19978         encoding with handler.
19979
19980 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19981
19982         Import the following changes from libc.
19983
19984         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
19985
19986         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
19987
19988         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
19989
19990         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
19991         normal_bracket label.
19992
19993         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
19994
19995         [BZ #361]
19996         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
19997         to normal_bracket after fetching the next character.
19998
19999 2007-01-22  Bruno Haible  <bruno@clisp.org>
20000
20001         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
20002         argument.
20003         * lib/striconveh.c (iconv_carefully_1): New function.
20004         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
20005         argument.
20006         (str_cd_iconveh): Update.
20007         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
20008         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
20009         * tests/test-striconveh.c (MAGIC): New macro.
20010         (new_offsets): New function.
20011         (main): Test call with and without offsets.
20012
20013 2007-01-22  Bruno Haible  <bruno@clisp.org>
20014
20015         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
20016         * modules/sys_select (Makefile.am): Likewise.
20017         * modules/sys_socket (Makefile.am): Likewise.
20018         * modules/sys_time (Makefile.am): Likewise.
20019
20020 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
20021
20022         * modules/gettimeofday (License): Change from GPL to LGPL, since
20023         gettimeofday is a library function.
20024
20025 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20026
20027         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
20028
20029 2007-01-21  Bruno Haible  <bruno@clisp.org>
20030
20031         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
20032
20033 2007-01-21  Bruno Haible  <bruno@clisp.org>
20034
20035         * modules/striconveha: New file.
20036         * lib/striconveha.h: New file.
20037         * lib/striconveha.c: New file.
20038         * MODULES.html.sh (Internationalization functions): Add striconveha.
20039         * lib/striconv.c (str_iconv): Optimize the case of an empty input
20040         string.
20041         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
20042
20043 2007-01-21  Bruno Haible  <bruno@clisp.org>
20044
20045         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
20046         * lib/striconveh.c (str_iconveh): Likewise.
20047
20048 2007-01-21  Bruno Haible  <bruno@clisp.org>
20049
20050         * lib/striconveh.h (mem_iconveh): New declaration.
20051         * lib/striconveh.c (mem_iconveh): New function.
20052         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
20053
20054 2007-01-21  Bruno Haible  <bruno@clisp.org>
20055
20056         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
20057
20058         * lib/striconveh.h (mem_cd_iconveh): Change specification.
20059         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
20060         original result buffer.
20061         (str_cd_iconveh): Update.
20062         * tests/test-striconveh.c (main): Update.
20063
20064         * lib/striconv.h (mem_cd_iconv): Change specification.
20065         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
20066         result buffer.
20067         (str_cd_iconv): Update.
20068         * tests/test-striconv.c (main): Update.
20069
20070 2007-01-21  Bruno Haible  <bruno@clisp.org>
20071
20072         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
20073
20074 2007-01-20  Jim Meyering  <jim@meyering.net>
20075
20076         * lib/userspec.c (parse_with_separator): If a user or group string
20077         starts with "+", skip the corresponding name-to-ID look-up, since
20078         such a look-up must fail: user and group names may not include "+".
20079
20080 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20081
20082         * lib/poll.c: Include sys/time.h and time.h unconditionally,
20083         since we now assume the sys_time module.
20084         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
20085         check for sys/time.h; no longer needed.
20086         * modules/poll (Depends-on): Depend on sys_time.
20087
20088 2007-01-18  Bruno Haible  <bruno@clisp.org>
20089
20090         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
20091         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20092
20093         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
20094         gettimeofday.
20095
20096         * tests/test-gettimeofday.c: Include <time.h>.
20097         (dummy): Remove variable.
20098
20099         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
20100         gl_HEADER_SYS_TIME_H.
20101         (gl_HEADER_SYS_TIME_H): New macro.
20102
20103         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
20104         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20105         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
20106         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
20107         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20108         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
20109         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
20110         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20111         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
20112         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
20113         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20114
20115         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
20116         last change; it caused a compilation error when cross-compiling to
20117         Cygwin.
20118
20119 2007-01-18  Jim Meyering  <jim@meyering.net>
20120
20121         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
20122         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
20123         than the race-prone "test -d sys || mkdir sys".
20124         (configure.ac): Use AC_PROG_MKDIR_P.
20125         * modules/sys_select: Likewise.
20126         * modules/sys_socket: Likewise.
20127         * modules/sys_time: Likewise.
20128
20129 2007-01-18  Eric Blake  <ebb9@byu.net>
20130
20131         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
20132         replace gettimeofday.
20133         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
20134         name, to avoid infinite recursion.
20135
20136 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
20137
20138         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
20139         module sys_time.
20140         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
20141         assume timespec.h defines struct timeval.
20142         * lib/settime.c: Likewise.
20143         * lib/utimens.c: Likewise.
20144         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
20145         since we now assume the gettimeofday module.
20146         * lib/tempname.c (__gen_tempname): Likewise.
20147         * lib/gettimeofday.h: Remove.
20148         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
20149         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
20150         Include <time.h>, for 'time()'.
20151         (localtime_buffer_addr): Also use this workaround if
20152         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
20153         to simplify the uses.  All uses changed.
20154         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
20155         that #undef is inside {}, and 'const' follows type name consistently.
20156         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
20157         (gettimeofday): Do not use the maximum possible value for
20158         tv->tv_usec, since that might break usages other than ls.c.
20159         Instead, we'll leave ls.c alone.  This undoes today's patch
20160         by Bruno.  Add a compile-time warning for 1s-clock resolution;
20161         we've never observed the problem but might as well keep the
20162         canary.
20163         * lib/nanosleep.c: Include timespec.h first, for interface check.
20164         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
20165         now assume the sys_time module.
20166         * lib/tempname.c: Likewise.
20167         * lib/timespec.h: Likewise.
20168         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
20169         needed.
20170         * lib/strftime.c: Likewise.
20171         * lib/timespec.h: Likewise.
20172         * lib/posixtm.c: Include posixtm.h first, for interface check.
20173         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
20174         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
20175         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
20176         * lib/sys_time_.h: New file.
20177         * lib/timespec.h (struct timespec): Use long int, not long.
20178         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20179         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
20180         Remove obsolescent call to AC_HEADER_TIME.
20181         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
20182         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20183         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20184         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
20185         Likewise.
20186         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
20187         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
20188         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
20189         into the sys_time module.  Check for gettimeofday just once.
20190         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
20191         for gettimeofday signature to just check the signature.  Merely
20192         compile it, since linking doesn't test signature.  Improve test for
20193         whether gettimeofday.o is actually needed.
20194         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
20195         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
20196         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
20197         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20198         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
20199         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
20200         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
20201         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
20202         than worrying about sys/time.h.
20203         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20204         Don't bother worrying about TIME_WITH_SYS_TIME.
20205         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
20206         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
20207         * m4/sys_time_h.m4: New file.
20208         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
20209         Don't include sys/time.h.  Return from main rather than exiting.
20210         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
20211         all uses changed.
20212         * modules/gethrxtime (Depends-on): Add sys_time.
20213         * modules/gettime (Depends-on): Likewise.
20214         * modules/gettimeofday (Depends-on): Likewise.
20215         * modules/nanosleep (Depends-on): Likewise.
20216         * modules/settime (Depends-on): Likewise.
20217         * modules/tempname (Depends-on): Likewise.
20218         * modules/utimens (Depends-on): Likewise.
20219         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
20220         (Include:) Change back to <sys/time.h>.
20221         (Maintainer:) Add self.
20222         * modules/sys_time: New file.
20223         * modules/tempname (Depends-on): Add gettimeofday.
20224         * tests/test-gettimeofday.c: Include <sys/time.h>
20225         rather than gettimeofday.h.
20226
20227 2007-01-17  Bruno Haible  <bruno@clisp.org>
20228
20229         * gnulib-tool (func_get_license): Revert last patch. Instead, let
20230         the license default to GPL.
20231         (func_create_testdir): Don't complain if a module is LGPL and its
20232         tests module depends on GPLed modules.
20233
20234 2007-01-17  Bruno Haible  <bruno@clisp.org>
20235
20236         * lib/gettimeofday.c (gettimeofday): Add code for the case
20237         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
20238         maximum possible value for tv->tv_usec, rather than the minimum one.
20239
20240 2005-10-08  Martin Lambers  <marlam@marlam.de>
20241 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20242 2007-01-16  Bruno Haible  <bruno@clisp.org>
20243
20244         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
20245         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
20246         gl_FUNC_GETTIMEOFDAY.
20247         (Include): Add gettimeofday.h.
20248         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
20249         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
20250         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
20251         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
20252         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
20253         * lib/gettimeofday.h: New file.
20254         * lib/gettimeofday.c: Include <sys/timeb.h>.
20255         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
20256         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20257         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
20258         fall back on time().
20259
20260         * tests/test-gettimeofday.c: New file.
20261         * modules/gettimeofday-tests: New file.
20262
20263 2007-01-16  Eric Blake  <ebb9@byu.net>
20264
20265         * modules/fnmatch (Depends-on): Depend on wchar.
20266         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
20267         * m4/fnmatch.m4: Likewise.
20268         * modules/mbchar (Makefile.am): Assume <wchar.h>.
20269         * m4/mbchar.m4: Likewise.
20270         * modules/mbswidth (Depends-on): Depend on wchar.
20271         * lib/mbswidth.c: Assume <wchar.h>.
20272         * m4/mbswidth.m4: Likewise.
20273         * modules/quotearg (Depends-on): Depend on wchar.
20274         * lib/quotearg.c: Assume <wchar.h>.
20275         * m4/quotearg.m4: Likewise.
20276         * modules/regex (Depends-on): Depend on wchar.
20277         * lib/regex_internal.h: Assume <wchar.h>.
20278         * m4/regex.m4: Likewise.
20279         * modules/stdint (Depends-on): Depend on wchar.
20280         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
20281         * m4/stdint.m4: Likewise.
20282         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
20283         * modules/strftime (Depends-on): Depend on wchar.
20284         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
20285         * modules/strtol (Depends-on): Depend on wchar.
20286         * lib/strtol.c: Assume <wchar.h>.
20287         * modules/wcwidth (Depends-on): Depend on wchar.
20288         * lib/wcwidth.h: Assume <wchar.h>.
20289         * m4/wcwidth.m4: Likewise.
20290
20291 2007-01-16  Bruno Haible  <bruno@clisp.org>
20292
20293         * modules/csharpexec-script: New, created from...
20294         * modules/csharpexec: ... this.
20295
20296 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
20297
20298         * modules/javaexec-script: New, created from...
20299         * modules/javaexec: ... this.
20300
20301 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20302
20303         * modules/poll (Dependencies): Add sys_select.
20304
20305 2007-01-15  Jim Meyering  <jim@meyering.net>
20306
20307         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
20308         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
20309         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
20310         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
20311
20312 2007-01-15  Bruno Haible  <bruno@clisp.org>
20313
20314         * modules/striconveh: New file.
20315         * lib/striconveh.h: New file.
20316         * lib/striconveh.c: New file.
20317         * MODULES.html.sh (Internationalization functions): Add striconveh.
20318
20319         * modules/striconveh-tests: New file.
20320         * tests/test-striconveh.c: New file.
20321
20322 2007-01-15  Bruno Haible  <bruno@clisp.org>
20323
20324         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
20325         not from GNU libiconv or GNU libc.
20326
20327 2007-01-15  Bruno Haible  <bruno@clisp.org>
20328
20329         * doc/gnulib-intro.texi (Copyright): Explain the different license
20330         terms for module descriptions, autoconf macros, tests, documentation.
20331
20332 2007-01-14  Bruno Haible  <bruno@clisp.org>
20333
20334         * modules/striconv-tests: New file.
20335         * tests/test-striconv.c: New file.
20336
20337 2007-01-14  Bruno Haible  <bruno@clisp.org>
20338
20339         * modules/iconv-tests: New file.
20340         * tests/test-iconv.c: New file.
20341
20342 2007-01-14  Bruno Haible  <bruno@clisp.org>
20343
20344         * gnulib-tool (func_get_license): For test modules, use the license of
20345         the main module.
20346
20347 2007-01-14  Bruno Haible  <bruno@clisp.org>
20348
20349         * modules/iconv (Include): Clarify that <iconv.h> can only be included
20350         if iconv is found to exist.
20351
20352 2007-01-14  Bruno Haible  <bruno@clisp.org>
20353
20354         * modules/c-ctype-tests: New file.
20355         * tests/test-c-ctype.c: New file.
20356
20357 2007-01-14  Bruno Haible  <bruno@clisp.org>
20358
20359         * modules/binary-io-tests: New file.
20360         * tests/test-binary-io.sh: New file.
20361         * tests/test-binary-io.c: New file.
20362
20363 2007-01-14  Bruno Haible  <bruno@clisp.org>
20364
20365         * modules/array-oset-tests: New file.
20366         * tests/test-array_oset.c: New file.
20367
20368 2007-01-14  Bruno Haible  <bruno@clisp.org>
20369
20370         * modules/array-list-tests: New file.
20371         * tests/test-array_list.c: New file.
20372
20373 2007-01-14  Bruno Haible  <bruno@clisp.org>
20374
20375         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
20376         and make.
20377         Reported by Simon Josefsson in
20378         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
20379
20380 2007-01-14  Bruno Haible  <bruno@clisp.org>
20381
20382         * modules/allocsa-tests: New file.
20383         * tests/test-allocsa.c: New file.
20384
20385 2007-01-14  Bruno Haible  <bruno@clisp.org>
20386
20387         * modules/fchdir (Depends-on): Add absolute-header.
20388         * modules/unistd (Depends-on): Likewise.
20389
20390 2006-12-30  Bruno Haible  <bruno@clisp.org>
20391
20392         * modules/fchdir: New file.
20393         * modules/unistd (Files): Add lib/unistd_.h.
20394         (Makefile.am): Generate unistd.h from unistd_.h.
20395         * lib/fchdir.c: New file.
20396         * lib/dirent_.h: New file.
20397         * lib/unistd_.h: New file.
20398         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
20399         * m4/fchdir.m4: New file.
20400         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
20401         (gl_HEADER_UNISTD): Invoke it.
20402         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
20403         function.
20404         * lib/backupfile.c (opendir, closedir): Undefine.
20405         * lib/chown.c (open, close): Undefine.
20406         * lib/clean-temp.c (open, close): Undefine.
20407         * lib/copy-file.c (open, close): Undefine.
20408         * lib/execute.c (open, close): Undefine.
20409         * lib/fsusage.c (open, close): Undefine.
20410         * lib/gc-gnulib.c (open, close): Undefine.
20411         * lib/getcwd.c (opendir, closedir): Undefine.
20412         * lib/glob.c (opendir, closedir): Undefine.
20413         * lib/javacomp.c (open, close): Undefine.
20414         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
20415         * lib/openat-proc.c (open, close): Undefine.
20416         * lib/pagealign_alloc.c (open, close): Undefine.
20417         * lib/pipe.c (open, close): Undefine.
20418         * lib/progreloc.c (open, close): Undefine.
20419         * lib/savedir.c (opendir, closedir): Undefine.
20420         * lib/utime.c (open, close): Undefine.
20421         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
20422
20423 2007-01-10  Bruno Haible  <bruno@clisp.org>
20424
20425         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
20426
20427 2007-01-12  Eric Blake  <ebb9@byu.net>
20428
20429         Provide a robust <wchar.h>.  Further simplifications are now
20430         possible in other modules, but not included here.
20431         * modules/wchar: New module.
20432         * m4/wchar.m4: New file.
20433         * lib/wchar_.h: Likewise.
20434         * modules/mbchar (Depends-on): Depend on wchar, as the first use
20435         of the new module.
20436         * MODULES.html.sh (Extended multibyte and wide character utilities):
20437         New section.
20438
20439 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
20440
20441         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
20442         to a reasonable default for memory allocation.
20443         (xreadlink): Don't allocate a huge buffer, to work around a buggy
20444         file system that reports garbage st_size values for symlinks.
20445         Problem reported by Liyang Hu.
20446
20447 2007-01-11  Simon Josefsson  <simon@josefsson.org>
20448
20449         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
20450         Emacs .#* auto-save files).
20451
20452 2007-01-11  Bruno Haible  <bruno@clisp.org>
20453
20454         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
20455         directory.
20456
20457 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20458
20459         Use @...@ consistently in lib/wctype_.h.
20460         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
20461         on it being set to 1 or 0.
20462         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
20463         go back to AC_SUBSTing it.
20464         * modules/wctype (Makefile.am): Undo previous change.
20465
20466 2007-01-10  Eric Blake  <ebb9@byu.net>
20467
20468         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
20469         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
20470         * modules/wctype (Makefile.am): Likewise.
20471         Reported by Chris McGuire.
20472
20473 2007-01-10  Jim Meyering  <jim@meyering.net>
20474
20475         fts.c: a small readability/maintainability improvement
20476         * lib/fts.c (fts_read): Make this code slightly more readable and
20477         maintainable by hoisting the "sp->fts_cur = p" assignments to
20478         immediately follow the statements that set P.  Derived from
20479         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
20480
20481 2007-01-10  Eric Blake  <ebb9@byu.net>
20482
20483         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
20484         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
20485         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20486         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
20487         Reported by Chris McGuire.
20488
20489 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20490
20491         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
20492         in sed script.
20493
20494 2007-01-09  Bruno Haible  <bruno@clisp.org>
20495
20496         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
20497         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
20498         variables.
20499         (func_module): Use them.
20500
20501 2007-01-09  Bruno Haible  <bruno@clisp.org>
20502
20503         * modules/unistr/base: New file.
20504         * lib/unistr.h: New file.
20505
20506         * modules/unistr/u8-to-u16: New file.
20507         * lib/unistr/u8-to-u16.c: New file.
20508
20509         * modules/unistr/u8-to-u32: New file.
20510         * lib/unistr/u8-to-u32.c: New file.
20511
20512         * modules/unistr/u16-to-u8: New file.
20513         * lib/unistr/u16-to-u8.c: New file.
20514
20515         * modules/unistr/u16-to-u32: New file.
20516         * lib/unistr/u16-to-u32.c: New file.
20517
20518         * modules/unistr/u32-to-u8: New file.
20519         * lib/unistr/u32-to-u8.c: New file.
20520
20521         * modules/unistr/u32-to-u16: New file.
20522         * lib/unistr/u32-to-u16.c: New file.
20523
20524         * modules/unistr/u8-check: New file.
20525         * modules/unistr/u16-check: New file.
20526         * modules/unistr/u32-check: New file.
20527         * lib/unistr/u8-check.c: New file.
20528         * lib/unistr/u16-check.c: New file.
20529         * lib/unistr/u32-check.c: New file.
20530
20531         * modules/unistr/u8-chr: New file.
20532         * modules/unistr/u16-chr: New file.
20533         * modules/unistr/u32-chr: New file.
20534         * lib/unistr/u8-chr.c: New file.
20535         * lib/unistr/u16-chr.c: New file.
20536         * lib/unistr/u32-chr.c: New file.
20537
20538         * modules/unistr/u8-cmp: New file.
20539         * modules/unistr/u16-cmp: New file.
20540         * modules/unistr/u32-cmp: New file.
20541         * lib/unistr/u8-cmp.c: New file.
20542         * lib/unistr/u16-cmp.c: New file.
20543         * lib/unistr/u32-cmp.c: New file.
20544
20545         * modules/unistr/u8-cpy: New file.
20546         * modules/unistr/u16-cpy: New file.
20547         * modules/unistr/u32-cpy: New file.
20548         * lib/unistr/u8-cpy.c: New file.
20549         * lib/unistr/u16-cpy.c: New file.
20550         * lib/unistr/u32-cpy.c: New file.
20551         * lib/unistr/u-cpy.h: New file.
20552
20553         * modules/unistr/u8-cpy-alloc: New file.
20554         * modules/unistr/u16-cpy-alloc: New file.
20555         * modules/unistr/u32-cpy-alloc: New file.
20556         * lib/unistr/u8-cpy-alloc.c: New file.
20557         * lib/unistr/u16-cpy-alloc.c: New file.
20558         * lib/unistr/u32-cpy-alloc.c: New file.
20559         * lib/unistr/u-cpy-alloc.h: New file.
20560
20561         * modules/unistr/u8-endswith: New file.
20562         * modules/unistr/u16-endswith: New file.
20563         * modules/unistr/u32-endswith: New file.
20564         * lib/unistr/u8-endswith.c: New file.
20565         * lib/unistr/u16-endswith.c: New file.
20566         * lib/unistr/u32-endswith.c: New file.
20567         * lib/unistr/u-endswith.h: New file.
20568
20569         * modules/unistr/u8-mblen: New file.
20570         * modules/unistr/u16-mblen: New file.
20571         * modules/unistr/u32-mblen: New file.
20572         * lib/unistr/u8-mblen.c: New file.
20573         * lib/unistr/u16-mblen.c: New file.
20574         * lib/unistr/u32-mblen.c: New file.
20575
20576         * modules/unistr/u8-mbtouc: New file.
20577         * modules/unistr/u16-mbtouc: New file.
20578         * modules/unistr/u32-mbtouc: New file.
20579         * lib/unistr/u8-mbtouc.c: New file.
20580         * lib/unistr/u16-mbtouc.c: New file.
20581         * lib/unistr/u32-mbtouc.c: New file.
20582
20583         * modules/unistr/u8-mbtouc-safe: New file.
20584         * modules/unistr/u16-mbtouc-safe: New file.
20585         * modules/unistr/u32-mbtouc-safe: New file.
20586         * lib/unistr/u8-mbtouc-safe.c: New file.
20587         * lib/unistr/u16-mbtouc-safe.c: New file.
20588         * lib/unistr/u32-mbtouc-safe.c: New file.
20589
20590         * modules/unistr/u8-move: New file.
20591         * modules/unistr/u16-move: New file.
20592         * modules/unistr/u32-move: New file.
20593         * lib/unistr/u8-move.c: New file.
20594         * lib/unistr/u16-move.c: New file.
20595         * lib/unistr/u32-move.c: New file.
20596         * lib/unistr/u-move.h: New file.
20597
20598         * modules/unistr/u8-next: New file.
20599         * modules/unistr/u16-next: New file.
20600         * modules/unistr/u32-next: New file.
20601         * lib/unistr/u8-next.c: New file.
20602         * lib/unistr/u16-next.c: New file.
20603         * lib/unistr/u32-next.c: New file.
20604
20605         * modules/unistr/u8-prev: New file.
20606         * modules/unistr/u16-prev: New file.
20607         * modules/unistr/u32-prev: New file.
20608         * lib/unistr/u8-prev.c: New file.
20609         * lib/unistr/u16-prev.c: New file.
20610         * lib/unistr/u32-prev.c: New file.
20611
20612         * modules/unistr/u8-set: New file.
20613         * modules/unistr/u16-set: New file.
20614         * modules/unistr/u32-set: New file.
20615         * lib/unistr/u8-set.c: New file.
20616         * lib/unistr/u16-set.c: New file.
20617         * lib/unistr/u32-set.c: New file.
20618         * lib/unistr/u-set.h: New file.
20619
20620         * modules/unistr/u8-startswith: New file.
20621         * modules/unistr/u16-startswith: New file.
20622         * modules/unistr/u32-startswith: New file.
20623         * lib/unistr/u8-startswith.c: New file.
20624         * lib/unistr/u16-startswith.c: New file.
20625         * lib/unistr/u32-startswith.c: New file.
20626         * lib/unistr/u-startswith.h: New file.
20627
20628         * modules/unistr/u8-stpcpy: New file.
20629         * modules/unistr/u16-stpcpy: New file.
20630         * modules/unistr/u32-stpcpy: New file.
20631         * lib/unistr/u8-stpcpy.c: New file.
20632         * lib/unistr/u16-stpcpy.c: New file.
20633         * lib/unistr/u32-stpcpy.c: New file.
20634         * lib/unistr/u-stpcpy.h: New file.
20635
20636         * modules/unistr/u8-stpncpy: New file.
20637         * modules/unistr/u16-stpncpy: New file.
20638         * modules/unistr/u32-stpncpy: New file.
20639         * lib/unistr/u8-stpncpy.c: New file.
20640         * lib/unistr/u16-stpncpy.c: New file.
20641         * lib/unistr/u32-stpncpy.c: New file.
20642         * lib/unistr/u-stpncpy.h: New file.
20643
20644         * modules/unistr/u8-strcat: New file.
20645         * modules/unistr/u16-strcat: New file.
20646         * modules/unistr/u32-strcat: New file.
20647         * lib/unistr/u8-strcat.c: New file.
20648         * lib/unistr/u16-strcat.c: New file.
20649         * lib/unistr/u32-strcat.c: New file.
20650         * lib/unistr/u-strcat.h: New file.
20651
20652         * modules/unistr/u8-strchr: New file.
20653         * modules/unistr/u16-strchr: New file.
20654         * modules/unistr/u32-strchr: New file.
20655         * lib/unistr/u8-strchr.c: New file.
20656         * lib/unistr/u16-strchr.c: New file.
20657         * lib/unistr/u32-strchr.c: New file.
20658
20659         * modules/unistr/u8-strcmp: New file.
20660         * modules/unistr/u16-strcmp: New file.
20661         * modules/unistr/u32-strcmp: New file.
20662         * lib/unistr/u8-strcmp.c: New file.
20663         * lib/unistr/u16-strcmp.c: New file.
20664         * lib/unistr/u32-strcmp.c: New file.
20665
20666         * modules/unistr/u8-strcpy: New file.
20667         * modules/unistr/u16-strcpy: New file.
20668         * modules/unistr/u32-strcpy: New file.
20669         * lib/unistr/u8-strcpy.c: New file.
20670         * lib/unistr/u16-strcpy.c: New file.
20671         * lib/unistr/u32-strcpy.c: New file.
20672         * lib/unistr/u-strcpy.h: New file.
20673
20674         * modules/unistr/u8-strcspn: New file.
20675         * modules/unistr/u16-strcspn: New file.
20676         * modules/unistr/u32-strcspn: New file.
20677         * lib/unistr/u8-strcspn.c: New file.
20678         * lib/unistr/u16-strcspn.c: New file.
20679         * lib/unistr/u32-strcspn.c: New file.
20680         * lib/unistr/u-strcspn.h: New file.
20681
20682         * modules/unistr/u8-strdup: New file.
20683         * modules/unistr/u16-strdup: New file.
20684         * modules/unistr/u32-strdup: New file.
20685         * lib/unistr/u8-strdup.c: New file.
20686         * lib/unistr/u16-strdup.c: New file.
20687         * lib/unistr/u32-strdup.c: New file.
20688         * lib/unistr/u-strdup.h: New file.
20689
20690         * modules/unistr/u8-strlen: New file.
20691         * modules/unistr/u16-strlen: New file.
20692         * modules/unistr/u32-strlen: New file.
20693         * lib/unistr/u8-strlen.c: New file.
20694         * lib/unistr/u16-strlen.c: New file.
20695         * lib/unistr/u32-strlen.c: New file.
20696         * lib/unistr/u-strlen.h: New file.
20697
20698         * modules/unistr/u8-strmblen: New file.
20699         * modules/unistr/u16-strmblen: New file.
20700         * modules/unistr/u32-strmblen: New file.
20701         * lib/unistr/u8-strmblen.c: New file.
20702         * lib/unistr/u16-strmblen.c: New file.
20703         * lib/unistr/u32-strmblen.c: New file.
20704
20705         * modules/unistr/u8-strmbtouc: New file.
20706         * modules/unistr/u16-strmbtouc: New file.
20707         * modules/unistr/u32-strmbtouc: New file.
20708         * lib/unistr/u8-strmbtouc.c: New file.
20709         * lib/unistr/u16-strmbtouc.c: New file.
20710         * lib/unistr/u32-strmbtouc.c: New file.
20711
20712         * modules/unistr/u8-strncat: New file.
20713         * modules/unistr/u16-strncat: New file.
20714         * modules/unistr/u32-strncat: New file.
20715         * lib/unistr/u8-strncat.c: New file.
20716         * lib/unistr/u16-strncat.c: New file.
20717         * lib/unistr/u32-strncat.c: New file.
20718         * lib/unistr/u-strncat.h: New file.
20719
20720         * modules/unistr/u8-strncmp: New file.
20721         * modules/unistr/u16-strncmp: New file.
20722         * modules/unistr/u32-strncmp: New file.
20723         * lib/unistr/u8-strncmp.c: New file.
20724         * lib/unistr/u16-strncmp.c: New file.
20725         * lib/unistr/u32-strncmp.c: New file.
20726
20727         * modules/unistr/u8-strncpy: New file.
20728         * modules/unistr/u16-strncpy: New file.
20729         * modules/unistr/u32-strncpy: New file.
20730         * lib/unistr/u8-strncpy.c: New file.
20731         * lib/unistr/u16-strncpy.c: New file.
20732         * lib/unistr/u32-strncpy.c: New file.
20733         * lib/unistr/u-strncpy.h: New file.
20734
20735         * modules/unistr/u8-strnlen: New file.
20736         * modules/unistr/u16-strnlen: New file.
20737         * modules/unistr/u32-strnlen: New file.
20738         * lib/unistr/u8-strnlen.c: New file.
20739         * lib/unistr/u16-strnlen.c: New file.
20740         * lib/unistr/u32-strnlen.c: New file.
20741         * lib/unistr/u-strnlen.h: New file.
20742
20743         * modules/unistr/u8-strpbrk: New file.
20744         * modules/unistr/u16-strpbrk: New file.
20745         * modules/unistr/u32-strpbrk: New file.
20746         * lib/unistr/u8-strpbrk.c: New file.
20747         * lib/unistr/u16-strpbrk.c: New file.
20748         * lib/unistr/u32-strpbrk.c: New file.
20749         * lib/unistr/u-strpbrk.h: New file.
20750
20751         * modules/unistr/u8-strrchr: New file.
20752         * modules/unistr/u16-strrchr: New file.
20753         * modules/unistr/u32-strrchr: New file.
20754         * lib/unistr/u8-strrchr.c: New file.
20755         * lib/unistr/u16-strrchr.c: New file.
20756         * lib/unistr/u32-strrchr.c: New file.
20757
20758         * modules/unistr/u8-strspn: New file.
20759         * modules/unistr/u16-strspn: New file.
20760         * modules/unistr/u32-strspn: New file.
20761         * lib/unistr/u8-strspn.c: New file.
20762         * lib/unistr/u16-strspn.c: New file.
20763         * lib/unistr/u32-strspn.c: New file.
20764         * lib/unistr/u-strspn.h: New file.
20765
20766         * modules/unistr/u8-strstr: New file.
20767         * modules/unistr/u16-strstr: New file.
20768         * modules/unistr/u32-strstr: New file.
20769         * lib/unistr/u8-strstr.c: New file.
20770         * lib/unistr/u16-strstr.c: New file.
20771         * lib/unistr/u32-strstr.c: New file.
20772         * lib/unistr/u-strstr.h: New file.
20773
20774         * modules/unistr/u8-strtok: New file.
20775         * modules/unistr/u16-strtok: New file.
20776         * modules/unistr/u32-strtok: New file.
20777         * lib/unistr/u8-strtok.c: New file.
20778         * lib/unistr/u16-strtok.c: New file.
20779         * lib/unistr/u32-strtok.c: New file.
20780         * lib/unistr/u-strtok.h: New file.
20781
20782         * modules/unistr/u8-uctomb: New file.
20783         * modules/unistr/u16-uctomb: New file.
20784         * modules/unistr/u32-uctomb: New file.
20785         * lib/unistr/u8-uctomb.c: New file.
20786         * lib/unistr/u16-uctomb.c: New file.
20787         * lib/unistr/u32-uctomb.c: New file.
20788
20789         * MODULES.html.sh (Unicode string functions): Add the new modules.
20790
20791 2007-01-08  Bruno Haible  <bruno@clisp.org>
20792
20793         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
20794         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
20795         subdirectories.
20796
20797 2007-01-08  Karl Berry  <karl@gnu.org>
20798
20799         * doc/error.texi: mention that main() fns must set program_name
20800         when progname is used.
20801
20802 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
20803
20804         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
20805         WCTYPE_H is empty, for the benefit of builds from non-distclean
20806         directories.  Problem reported by Eric Blake in
20807         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
20808
20809 2007-01-08  Bruno Haible  <bruno@clisp.org>
20810
20811         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
20812         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
20813         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
20814         PROVIDE_CANONICALIZE_FILENAME_MODE.
20815         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
20816
20817 2007-01-08  Bruno Haible  <bruno@clisp.org>
20818
20819         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
20820         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
20821         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
20822         * lib/fts.c: Likewise.
20823         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
20824
20825 2006-12-25  Bruno Haible  <bruno@clisp.org>
20826
20827         * modules/utf8-ucs4-safe: New file.
20828         * lib/utf8-ucs4-safe.h: New file.
20829         * lib/unistr/utf8-ucs4-safe.c: New file.
20830
20831         * modules/utf16-ucs4-safe: New file.
20832         * lib/utf16-ucs4-safe.h: New file.
20833         * lib/unistr/utf16-ucs4-safe.c: New file.
20834
20835         * MODULES.html.sh (Unicode string functions): Add the new modules.
20836
20837 2007-01-08  Bruno Haible  <bruno@clisp.org>
20838
20839         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
20840         (Depends-on): Add unitypes.
20841         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20842         (u8_mbtouc_aux): Move out to separate file.
20843         (u8_mbtouc): Use ucs4_t, uint8_t types.
20844         * lib/unistr/utf8-ucs4.c: New file.
20845
20846         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
20847         (Depends-on): Add unitypes.
20848         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20849         (u16_mbtouc_aux): Move out to separate file.
20850         (u16_mbtouc): Use ucs4_t, uint16_t types.
20851         * lib/unistr/utf16-ucs4.c: New file.
20852
20853         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
20854         (Depends-on): Add unitypes.
20855         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
20856         (u8_uctomb_aux): Move out to separate file.
20857         (u8_uctomb): Use ucs4_t, uint8_t types.
20858         * lib/unistr/ucs4-utf8.c: New file.
20859
20860         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
20861         (Depends-on): Add unitypes.
20862         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
20863         (u16_uctomb_aux): Move out to separate file.
20864         (u16_uctomb): Use ucs4_t, uint16_t types.
20865         * lib/unistr/ucs4-utf16.c: New file.
20866
20867 2006-12-25  Bruno Haible  <bruno@clisp.org>
20868
20869         * modules/unitypes: New file.
20870         * lib/unitypes.h: New file.
20871         * MODULES.html.sh (func_all_modules): New section "Unicode string
20872         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
20873         this section. Add unitypes.
20874
20875 2007-01-08  Bruno Haible  <bruno@clisp.org>
20876
20877         Avoid variable names that conflict with those from libtool.
20878         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
20879         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
20880         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
20881         library_names_spec to acl_library_names_spec, hardcode_* to
20882         acl_hardcode_*.
20883         Reported by Ralf Wildenhues.
20884
20885 2007-01-08  Bruno Haible  <bruno@clisp.org>
20886
20887         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
20888         definition.
20889         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
20890         definition.
20891         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
20892         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
20893         definition.
20894         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
20895         definition.
20896         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
20897         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
20898         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
20899         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
20900         definition.
20901         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
20902         definition.
20903         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
20904         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
20905         GC_USE_<algorithm>.
20906         * lib/gc-libgcrypt.c: Likewise.
20907         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
20908         * modules/gc-arctwo (configure.ac): Likewise.
20909         * modules/gc-des (configure.ac): Likewise.
20910         * modules/gc-hmac-md5 (configure.ac): Likewise.
20911         * modules/gc-hmac-sha1 (configure.ac): Likewise.
20912         * modules/gc-md2 (configure.ac): Likewise.
20913         * modules/gc-md4 (configure.ac): Likewise.
20914         * modules/gc-md5 (configure.ac): Likewise.
20915         * modules/gc-random (configure.ac): Likewise.
20916         * modules/gc-rijndael (configure.ac): Likewise.
20917         * modules/gc-sha1 (configure.ac): Likewise.
20918
20919 2007-01-08  Bruno Haible  <bruno@clisp.org>
20920
20921         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
20922         macro definition.
20923         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
20924         definition.
20925         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
20926         definition.
20927         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
20928         * modules/fcntl-safer (configure.ac): Likewise.
20929         * modules/fopen-safer (configure.ac): Likewise.
20930         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
20931         GNULIB_FWRITEERROR macro definition.
20932
20933 2007-01-08  Bruno Haible  <bruno@clisp.org>
20934
20935         * m4/gnulib-common.m4: New file.
20936         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
20937         (func_get_filelist): Add m4/gnulib-common.m4.
20938
20939 2007-01-08  Bruno Haible  <bruno@clisp.org>
20940
20941         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
20942         command.
20943
20944 2007-01-08  Jim Meyering  <jim@meyering.net>
20945
20946         Use a more robust test for a "can't happen" condition.
20947         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
20948         narrowed the st_size value.  Presuming the "can't happen" condition
20949         is true, that narrowing could conceivably convert an invalid st_size
20950         value into a valid one.  Instead, use a change based on Matthew
20951         Woehlke's original patch.
20952
20953         Slight readability improvement: use an assert-like macro
20954         in place of literal "abort ()" uses.
20955         * lib/fts.c (fts_assert): Define.
20956         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
20957         Use this macro instead of a bare 'abort'.
20958
20959 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
20960
20961         Don't worry about using IRIX 5.3's wctype.h broken definitions;
20962         simply work around them.
20963         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
20964         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
20965         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
20966         declaring.
20967         Don't bother to define as macros, since the standard doesn't require it.
20968         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
20969         longer worry about IRIX 5.3.
20970         (HAVE_WCTYPE_CTMP_BUG): Remove.
20971
20972 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20973
20974         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
20975         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
20976         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
20977         Problems reported by Georg Schwarz for IRIX 5.3.
20978
20979         * gnulib-tool (autoconf_minversion): Take the maximum version number
20980         found, not the minimum.  Problem reported by James Youngman.
20981
20982 2007-01-03  Karl Berry  <karl@gnu.org>
20983
20984         * doc/error.texi: new file, explaining interaction with progname.
20985         * doc/gnulib.texi: include it.  Update copyright.
20986
20987 2007-01-03  Simon Josefsson  <simon@josefsson.org>
20988
20989         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
20990         AC_CANONICAL_HOST, to improve autobuild outputs.
20991
20992 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
20993             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20994
20995         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
20996         sockets, server sockets, and other file descriptors.  Count errors
20997         to compute the return value.  Reorder the code a bit to be easier
20998         to follow.  Don't set event bits that were not requested (except
20999         POLLERR and POLLHUP).
21000
21001 2007-01-01  Bruno Haible  <bruno@clisp.org>
21002
21003         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
21004
21005 2007-01-03  Jim Meyering  <jim@meyering.net>
21006
21007         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
21008
21009 2007-01-02  Bruno Haible  <bruno@clisp.org>
21010
21011         * modules/settime (Include): Require timespec.h.
21012         * modules/nanosleep (Include): Likewise.
21013
21014 2007-01-01  Bruno Haible  <bruno@clisp.org>
21015
21016         * gnulib-tool (func_emit_copyright_notice): Bump year.
21017         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
21018
21019 2007-01-01  Bruno Haible  <bruno@clisp.org>
21020
21021         Improve support for OpenBSD.
21022         * build-aux/config.rpath (libname_spec): Export.
21023         (library_names_spec): New variable. Export.
21024         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
21025         library_names_spec from the config.rpath output. Locate shared library
21026         through the name pattern in library_names_spec.
21027
21028 2007-01-01  Eric Blake  <ebb9@byu.net>
21029
21030         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
21031
21032 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
21033
21034         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
21035         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
21036         assume the C locale, and avoid an "eval" that could cause trouble.
21037         Problem with SORT reported by Bob Proulx.
21038
21039         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
21040         Define.  Trivial patch from Henning Nielsen Lund, originally
21041         sent to bug-grep@gnu.org today.
21042
21043 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
21044
21045         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
21046         struct stat.  Problem reported by Henning Nielsen Lund.
21047         * lib/acl.c: Include acl.h first, to check interface.  Don't
21048         bother to include sys/types.h and sys/stat.h again.
21049
21050 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21051
21052         Import the following change from libc; problem reported by
21053         Sven Verdoolaege.
21054
21055         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
21056
21057         [BZ #1373]
21058         * lib/argp.h: Remove __NTH for __argp_usage inline function.
21059
21060 2006-12-28  Jim Meyering  <jim@meyering.net>
21061
21062         * build-aux/announce-gen: Do not assume that the package
21063         builds any of tar.gz, tar.bz2, and .xdelta files.
21064         Suggestion from Simon Josefsson.
21065
21066 2006-12-28  Simon Josefsson  <simon@josefsson.org>
21067
21068         * modules/announce-gen: New file.
21069
21070 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
21071
21072         * lib/mbchar.h: Just include <wctype.h>; the wctype module
21073         handles its gotchas now.
21074         * lib/mbswidth.c: Likewise.
21075         * lib/wcwidth.h: Likewise.
21076         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
21077         and iswcntrl; the wctype module does this stuff now.
21078         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
21079         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
21080         * modules/mbchar (Depends-on): Add wctype.
21081         * modules/mbswidth (Depends-on): Likewise.
21082         * modules/wcwidth (Depends-on): Likewise.
21083
21084 2006-12-27  Eric Blake  <ebb9@byu.net>
21085
21086         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
21087         module uses more than what <wctype.h> is required to provide.
21088
21089 2006-12-26  Eric Blake  <ebb9@byu.net>
21090
21091         * gnulib-tool (sed_extract_prog): Avoid space-tab.
21092
21093 2006-12-26  Eric Blake  <ebb9@byu.net>
21094
21095         * modules/absolute-header: New module.
21096         * modules/fcntl (Depends-on): Depend on it.
21097         * modules/inttypes (Depends-on): Likewise.
21098         * modules/stdint (Depends-on): Likewise.
21099         * modules/sys_stat (Depends-on): Likewise.
21100         * modules/wctype (Depends-on): Likewise.
21101         * MODULES.html.sh (Support for building libraries and
21102         executables): Document it.
21103
21104 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
21105
21106         * gnulib-tool (SED): Remove, undoing previous change.
21107         The problem was that it broke coreutils on Solaris, because
21108         "sed --posix" leaked into a makefile.
21109         (sed): New alias, if 'alias' and GNU sed.
21110
21111 2006-12-24  Jim Meyering  <jim@meyering.net>
21112
21113         Work around an fchownat bug in glibc-2.4:
21114         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
21115         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
21116         in spite of the -P option.
21117         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
21118         New macros.
21119         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
21120         * modules/openat (Files): Add lib/fchownat.c.
21121         * lib/openat.c (fchownat): Don't define here.  Move to...
21122         * lib/fchownat.c: ...this new file.
21123
21124 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21125
21126         Fix bug reported by Bruno Haible in
21127         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
21128         where quotearg.c didn't compile on Mac OS X 10.2 because it
21129         lacks <wchar.h> and wint_t.
21130         * lib/wctype_.h (__wctype_wint_t): New type.
21131         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
21132         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
21133         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
21134         Arg is now of type __wctype_wint_t, not wint_t.
21135         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
21136         substitute HAVE_WINT_T.
21137         * modules/wctype (Files): Add m4/wint_t.m4.
21138         (wctype.h): Substitute HAVE_WINT_T.
21139
21140 2006-12-23  Bruno Haible  <bruno@clisp.org>
21141
21142         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
21143
21144 2006-12-23  Bruno Haible  <bruno@clisp.org>
21145
21146         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
21147         S_ISLNK.
21148         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
21149         mingw.
21150
21151 2006-12-22  Bruno Haible  <bruno@clisp.org>
21152
21153         * lib/copy-file.c: Include acl.h.
21154         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
21155         Close the file descriptors only after being done with copy_acl.
21156         * modules/copy-file (Depends-on): Add acl.
21157
21158 2006-12-22  Bruno Haible  <bruno@clisp.org>
21159
21160         * gnulib-tool (SED): New variable.
21161         Use $SED instead of sed everywhere.
21162
21163 2006-12-22  Bruno Haible  <bruno@clisp.org>
21164
21165         * modules/no-c++: New file.
21166         * m4/no-c++.m4: New file.
21167         * MODULES.html.sh (Support for building libraries and executables):
21168         Add no-c++.
21169
21170 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
21171
21172         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
21173         Include <limits.h>, and use its INT_MAX to rewrite the
21174         j loop so that it does not overflow 'int'.  Problem reported by
21175         Ralf Wildenhues in
21176         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
21177         Play it safe by shifting left by 1 rather than multiplying by 2,
21178         as GCC is less likely to optimize this away when the value
21179         is signed (when it assumes overflow leads to undefined behavior).
21180         Also, don't assume time_t uses two's complement.
21181
21182 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
21183
21184         * MODULES.html.sh: New module wctype.
21185         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
21186         * lib/fnmatch.c: Don't bother to include <wchar.h> before
21187         <wctype.h>, since the new wctype module should fix this.
21188         * lib/quotearg.c: Include <wctype.h> unconditionally, since
21189         the wctype module should arrange for it.
21190         * lib/regex_internal.h: Likewise.
21191         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
21192         since the wctype module should handle this now.
21193         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
21194         * modules/fnmatch (Depends-on): Add wctype.
21195         * modules/quotearg (Depends-on): Likewise.
21196         * modules/regex (Depends-on): Likewise.
21197
21198 2006-12-19  Bruno Haible  <bruno@clisp.org>
21199
21200         * lib/strdup.h [C++]: Wrap definitions in extern "C".
21201         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
21202
21203 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21204
21205         * modules/savewd (Depends-on): Fix dependency on fcntl.
21206
21207 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21208
21209         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
21210         conforms to C99, rather than relying on the user's environment
21211         setting of STDINT_H.
21212
21213 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21214         and Eric Blake  <ebb9@byu.net>
21215
21216         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
21217         This is more consistent with the other defines here.
21218         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
21219         Port to z/OS.  Problem reported by Paul Gilmartin.
21220         Change local vars to use gl_ prefix rather than ac_.
21221         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
21222         with other defines.
21223         * modules/double-slash-root: New module.
21224         * modules/dirname (Files): Remove m4/double-slash-root.m4.
21225         (Depends-on): Add double-slash-root.
21226         * MODULES.html.sh (File system functions): Mention new module.
21227
21228 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
21229
21230         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
21231         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
21232         This is for the benefit of gzip, which doesn't do i18n.
21233
21234 2006-12-12  Jim Meyering  <jim@meyering.net>
21235
21236         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
21237         Reported by Andreas Schwab <schwab@suse.de>.
21238
21239 2006-12-12  Bruno Haible  <bruno@clisp.org>
21240
21241         Merge these changes.
21242         2006-09-05  Bruno Haible  <bruno@clisp.org>
21243         * lib/iconvme.c (iconv_string): No need to save and restore errno when
21244         iconv_alloc succeeded.
21245         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
21246         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
21247         test for " && dest " at the end - dest is always != NULL there. Call
21248         iconv with 4xNULL arguments initially, to reset the state. Call iconv
21249         with 2xNULL arguments, also to flush the state storage. Handle the
21250         IRIX iconv behaviour. Realloc the final result, to throw away unused
21251         memory.
21252
21253 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
21254
21255         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
21256         and fchmodat unconditionally, since glibc 2.4 has them.
21257         Problem reported by Arkadiusz Miskiewicz.
21258
21259 2006-12-10  Bruno Haible  <bruno@clisp.org>
21260
21261         * gnulib-tool (func_import): Show the include files only for those
21262         modules that are copied and specified.
21263         Reported by Karl Berry.
21264
21265 2006-12-08  Jim Meyering  <jim@meyering.net>
21266
21267         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
21268         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
21269
21270         * build-aux/announce-gen: Add two new options, both optional:
21271         --bootstrap-tools=TOOL_LIST
21272               a comma-separated list of tools, e.g.,
21273               autoconf,automake,bison,gnulib
21274         --gnulib-snapshot-date=DATE
21275               if gnulib is in the bootstrap tool list,
21276               then report this as the snapshot date.
21277               If not specified, use the current date/time.
21278               If you specify a date here, be sure it's UTC.
21279
21280 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21281
21282         * tests/test-argp-2.sh: Fix test to match actual output.
21283         (func_compare): Fix sed script to be portable.
21284
21285 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
21286
21287         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
21288         workaround for this case.  It is not autoconfigured now; offhand
21289         it's hard to see how to autoconfigure it.
21290
21291 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
21292
21293         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
21294         a directory that is about to be chowned.  Such a directory's
21295         initial file permissions should permit the owner only and this
21296         should not be changed until after the chown, since the group and
21297         other bits would be incorrect if they granted permission before
21298         the chown.
21299
21300         Fix porting problem for iswctype reported by Georg Schwarz in:
21301         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
21302         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
21303         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
21304         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
21305         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
21306
21307 2006-12-03  Jim Meyering  <jim@meyering.net>
21308
21309         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
21310         p->fts_statp may not yet be defined.
21311         (fts_read): Instead, set it in the caller, once p->fts_statp is
21312         sure to be defined, and corresponds to a top-level directory.
21313         This bug made du -x fail.  Here's the coreutils test case:
21314         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
21315         Reported by Mike Frysinger.
21316
21317 2006-12-01  Jim Meyering  <jim@meyering.net>
21318
21319         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
21320         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
21321         Reported by Simon Josefsson.
21322
21323 2006-11-30  Jim Meyering  <jim@meyering.net>
21324
21325         * m4/warning.m4: Use the all-permissive copyright notice
21326         recommended by RMS (rather than LGPL).
21327         * m4/vararrays.m4: Likewise.
21328         * m4/flexmember.m4: Likewise.
21329
21330 2006-11-29  Bruno Haible  <bruno@clisp.org>
21331
21332         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21333         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
21334         using +=.
21335         Reported by Simon Josefsson <simon@josefsson.org>.
21336
21337 2006-11-28  James Youngman <jay@gnu.org>
21338
21339         * README: Advise users that they might find the bug-gnulib@gnu.org
21340         and autotools-announce@gnu.org mailing lists useful.
21341
21342 2006-11-28  Bruno Haible  <bruno@clisp.org>
21343
21344         * m4/ptrdiff_max.m4: Remove file.
21345
21346 2006-11-21  Bruno Haible  <bruno@clisp.org>
21347
21348         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
21349         _AC_COMPUTE_INT.
21350         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21351         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
21352         _AC_COMPUTE_INT.
21353         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21354         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
21355         _AC_COMPUTE_INT.
21356         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21357
21358 2006-11-28  Jim Meyering  <jim@meyering.net>
21359
21360         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
21361         warning from "gcc -Wshadow" about shadowing the builtin.
21362
21363 2006-11-27  Bruno Haible  <bruno@clisp.org>
21364
21365         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
21366         _AC_COMPUTE_INT.
21367         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21368
21369 2006-11-27  Bruno Haible  <bruno@clisp.org>
21370             Paul Eggert  <eggert@cs.ucla.edu>
21371
21372         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
21373
21374 2006-11-26  Bruno Haible  <bruno@clisp.org>
21375
21376         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21377         noinst_LTLIBRARIES.
21378
21379 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21380             Bruno Haible  <bruno@clisp.org>
21381
21382         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
21383         if compiling with "gcc -ansi".
21384
21385 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21386
21387         Fix some incompatibilities with gcc -ansi -pedantic.
21388         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
21389         if compiling pedantically with GCC, unless it's C99 or later.
21390         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
21391         it mishandles gcc -ansi -pedantic as well.
21392         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
21393         if gcc -pedantic.
21394         * lib/regexec.c (check_node_accept_bytes): Don't use auto
21395         initializers for struct if -pedantic, unless it's C99 or later.
21396
21397 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
21398
21399         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
21400         Don't close an fd more than once. Identical atimes indicate
21401         success, not failure.
21402
21403 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
21404
21405         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
21406
21407 2006-11-23  Jim Meyering  <jim@meyering.net>
21408
21409         * build-aux/announce-gen: New file.  From coreutils.
21410
21411 2006-11-22  Jim Meyering  <jim@meyering.net>
21412
21413         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
21414         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
21415         (fts_read): Use a temporary to narrow the overused st_size member
21416         before using it in a switch statement.  Reported by Matthew Woehlke.
21417
21418         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
21419         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
21420
21421 2006-11-20  Bruno Haible  <bruno@clisp.org>
21422
21423         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
21424         changequote instead of pairs of brackets.
21425         Reported by Andreas Schwab <schwab@suse.de>.
21426
21427 2006-11-21  Jim Meyering  <jim@meyering.net>
21428
21429         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
21430         so as to remain compatible with older compilers.
21431         Patch from Michael Deutschmann.
21432
21433 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21434
21435         * MODULES.html.sh (File system functions): Add openat.
21436
21437         * lib/openat.h (rpl_fstatat): New macro, if
21438         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
21439         (fstatat): Define to rpl_fstatat under the same conditions,
21440         unless COMPILING_FSTATAT.
21441         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
21442         seems to have the bug.
21443         * lib/fstatat.c: New file.
21444         * modules/openat (Files): Add it.
21445
21446 2006-11-20  Bruno Haible  <bruno@clisp.org>
21447
21448         * Makefile: New file.
21449
21450 2006-11-20  Jim Meyering  <jim@meyering.net>
21451
21452         The beginnings of syntax-related checks for gnulib.
21453         * lib/Makefile: New file.
21454         * lib/t-idcache: New script.  Ensure that the two halves of
21455         idcache.c stay in sync.
21456
21457         * lib/idcache.c: Adjust comments in user- and group- portions to
21458         be more accurate, and to be consistent with one another.
21459
21460 2006-11-20  Jim Meyering  <jim@meyering.net>
21461
21462         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
21463         continue using the flexible array member (thus, this module performs
21464         half as many malloc calls), with the addition that...
21465         (getgroup, getuser): Consistently record a non-match via an empty
21466         "name" string, and map an empty string match to a NULL return value.
21467         * modules/idcache (Depends-on): Re-add flexmember.
21468
21469         * lib/idcache.c (getuser): Remove all uses of the register keyword.
21470         (getuidbyname, getgroup, getgidbyname): Likewise.
21471
21472         Use cleaner syntax: NULL rather than 0.
21473         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
21474
21475 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
21478         It mishandled the case where the group was missing.
21479         Problem reported by Greg Schafer.
21480         * modules/idcache: Likewise.
21481
21482 2006-11-18  Jim Meyering  <jim@meyering.net>
21483
21484         * check-module (%exempt_header): Add exception for some
21485         conditionally-included headers.
21486
21487         * modules/i-ring (Depends-on): Add verify.
21488         (License): Change to LGPL.
21489
21490 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21491
21492         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
21493         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
21494         and inttostr.h.  Use snprintf rather than uinttostr, so that
21495         LGPLed code doesn't depend on GPLed.
21496
21497 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21498
21499         * modules/inline (License): Change from GPL to LGPL.
21500
21501 2006-11-17  Jim Meyering  <jim@meyering.net>
21502
21503         * modules/d-type (License): Switch to LGPL.
21504
21505 2006-11-15  Bruno Haible  <bruno@clisp.org>
21506
21507         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
21508
21509 2006-11-15  Eric Blake  <ebb9@byu.net>
21510
21511         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
21512         the module dependency.
21513
21514 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21515             Bruno Haible  <bruno@clisp.org>
21516
21517         * gnulib-tool (func_create_testdir): Add license consistency check.
21518
21519 2006-11-15  Eric Blake  <ebb9@byu.net>
21520
21521         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
21522         random "(cached)" in configure output.
21523
21524 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21525
21526         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
21527         test for conforming inttypes.h is both announced and cached.
21528
21529         * MODULES.html.sh (seen_modules, seen_files): New variables.
21530         (func_module): Rewrite to use a few less gnulib-tool and sed
21531         invocations.  Avoid a couple of quadratic algorithms for ...
21532         (missed_modules, missed_files): ... these, with ...
21533         (func_append, func_tmpdir): ... these new functions, from
21534         gnulib-tool.  Analogously, install traps for cleanup.
21535
21536         * tests/test-gc.c (main): Remove unused variables.
21537         * tests/test-read-file.c: Include stdlib.h, for 'free'.
21538
21539 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
21540
21541         * modules/inttostr (License): Change to LGPL.
21542
21543 2006-11-14  Eric Blake  <ebb9@byu.net>
21544
21545         * modules/tempname (License): Change to LGPL.
21546
21547 2006-11-14  Eric Blake  <ebb9@byu.net>
21548
21549         * doc/functions.texi (Function Portability): *printf functions on
21550         Cygwin now understand all POSIX size specifiers.
21551
21552 2006-11-14  Bruno Haible  <bruno@clisp.org>
21553
21554         * modules/c-ctype (License): Change to LGPL.
21555
21556 2006-11-12  Bruno Haible  <bruno@clisp.org>
21557
21558         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21559         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
21560         for GNOME libraries, for which the include files are installed in
21561         subdirectories of $prefix/include.
21562
21563 2006-11-12  Bruno Haible  <bruno@clisp.org>
21564
21565         * m4/lib-link.m4: Require at least autoconf-2.54.
21566         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
21567         name to underscores for the --with option.
21568
21569 2006-11-13  Bruno Haible  <bruno@clisp.org>
21570
21571         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
21572         the tests directory.
21573         Reported by Ralf Wildenhues.
21574
21575 2006-11-13  Bruno Haible  <bruno@clisp.org>
21576
21577         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
21578         (func_emit_initmacro_end): Undo the override here.
21579         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
21580         Works around the famous automake error in coreutils.
21581
21582 2006-11-13  Eric Blake  <ebb9@byu.net>
21583
21584         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
21585         element, not its node.
21586
21587 2006-11-12  Bruno Haible  <bruno@clisp.org>
21588
21589         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
21590         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
21591
21592 2006-11-12  Bruno Haible  <bruno@clisp.org>
21593
21594         * gnulib-tool: New option --local-symlink.
21595         (func_usage): Document it.
21596         (lsymbolic): New variable.
21597         (func_import, func_create_testdir): If --symlink was not specified,
21598         test whether --local-symlink was specified and the file comes from
21599         the local_gnulib_dir.
21600
21601 2006-11-12  Bruno Haible  <bruno@clisp.org>
21602
21603         * gnulib-tool (func_ln): New function.
21604         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
21605
21606 2006-11-12  Bruno Haible  <bruno@clisp.org>
21607
21608         Finish support for source files in subdirectories.
21609         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
21610         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
21611         AUTOMAKE_OPTIONS.
21612         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
21613
21614 2006-11-12  Bruno Haible  <bruno@clisp.org>
21615
21616         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21617         EXTRA_lib_SOURCES augmentation.
21618         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
21619
21620 2006-11-12  Jim Meyering  <jim@meyering.net>
21621
21622         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
21623         file descriptors.  This also averts a failure on systems with
21624         native openat support when a traversed directory lacks "x" access.
21625         * lib/fts_.h: Include "i-ring.h"
21626         (struct FTS) [fts_fd_ring]: New member.
21627         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
21628         (FCHDIR): Add parentheses.
21629         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
21630         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
21631         When descending, rather than simply closing the previous
21632         fts_cwd_fd value, push that file descriptor onto the ring.
21633         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
21634         (fts_open): Initialize the new fd_ring member.
21635         (fts_close): Clear the ring.
21636         (fts_safe_changedir): When possible, use our new fd_ring to skip
21637         the diropen and fstat and dev/ino comparison that would normally
21638         accompany a virtual `chdir ("..")'.
21639
21640         * modules/fts (Depends-on): Add i-ring.
21641         * modules/i-ring: New module.
21642         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
21643         * m4/i-ring.m4: New file.
21644
21645 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21646
21647         * gnulib-tool (func_create_testdir): Fix replacement of
21648         `build-aux' in configure.ac.  Run autotools in gltests
21649         subdirectory.
21650         (func_create_testdir, func_create_megatestdir, test): There is
21651         no need for '--force' in most autotool invocations in a new
21652         tree.  Actually fail the whole test if any of the tools, or the
21653         configure or make stages fail.
21654
21655         Sync from Automake.
21656         * build-aux/gnupload: Revert last change.  Add pointer to upload
21657         instructions of the GNU Maintenance Instructions.
21658         Suggestion by Karl Berry.
21659
21660 2006-11-10  Jim Meyering  <jim@meyering.net>
21661
21662         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
21663
21664 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21665
21666         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
21667         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
21668         (bind_textdomain_codeset) [! ENABLE_NLS]:
21669         Evaluate all the arguments.  That way, callers get compatible behavior
21670         if the arguments have side effects.  Also, it avoids some GCC
21671         diagnostics in some cases; Joel E. Denny reported problems when Bison
21672         was configured with --enable-gcc-warnigs.
21673
21674 2006-11-10  Jim Meyering  <jim@meyering.net>
21675
21676         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
21677         relevant options in CFLAGS (like -O, -fno-inline) are taken into
21678         account.
21679
21680 2006-11-10  Jim Meyering  <jim@meyering.net>
21681
21682         * modules/inline: New file/module.
21683         * modules/xalloc (Files): Remove m4/inline.m4.
21684         (Depends-on): Add inline, instead.
21685         * modules/oset: Likewise.
21686         * modules/list: Likewise.
21687
21688 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21689
21690         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
21691         Problem reported by Matthew Woehlke.
21692
21693 2006-11-09  Bruno Haible  <bruno@clisp.org>
21694
21695         * lib/tempname.c (gen_tempname): Remove variant that invokes
21696         __gen_tempname.
21697         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
21698         __gen_tempname.
21699
21700 2006-11-08  Bruno Haible  <bruno@clisp.org>
21701
21702         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
21703         to 'yes' instead of 'cross-compiling'.
21704
21705 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
21706
21707         * lib/quotearg.h (quotearg_free): New decl.
21708         * lib/quotearg.c (quotearg_free): New function.
21709         (slot0, nslots, slotvec0, slotvec):
21710         Now file-scope so that quotearg_free can get at them.
21711
21712 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21713
21714         Sync from Automake.
21715         * build-aux/gnupload: Add missing 'gnu' to example URL.
21716         Report by Karl Berry.
21717
21718 2006-11-08  Bruno Haible  <bruno@clisp.org>
21719
21720         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
21721         Suggested by Paul Eggert.
21722
21723 2006-11-08  Jim Meyering  <jim@meyering.net>
21724
21725         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
21726         It's already included if !_LIBC.
21727         (fts_safe_changedir): Add a comment.
21728
21729 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21730
21731         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
21732         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
21733         Matthew Woehlke.
21734
21735         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
21736         definitions up, to avoid colliding with change below.
21737         (static_inline) [HAVE_INLINE]: New macro.
21738         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
21739         Provide extern decls when !HAVE_INLINE.  Do not define unless
21740         static_inline is defined, either by us or by xmalloc.c.  Use
21741         static_inline rather than static inline.
21742         (XCALLOC): Optimize sizeof(T) = 1 case.
21743         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
21744
21745 2006-11-07  Bruno Haible  <bruno@clisp.org>
21746
21747         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
21748         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
21749         AC_C_INLINE.
21750         * modules/xalloc (Files): Add m4/inline.m4.
21751
21752 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21753
21754         * README: Fix typo.
21755         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
21756         (Miscellanous Notes): ...from this.
21757
21758 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21759
21760         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
21761         Mention that offsetof should be used instead of sizeof.
21762         From Bruno Haible.
21763
21764 2006-11-07  Bruno Haible  <bruno@clisp.org>
21765
21766         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
21767
21768 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21769
21770         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21771         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
21772         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21773         (gl_tree_add_before, gl_tree_add_after):
21774         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
21775         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
21776         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21777         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
21778         (gl_linked_add_after, gl_linked_add_at): Likewise.
21779         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
21780         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21781         (gl_tree_add_before, gl_tree_add_after): Likewise.
21782         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
21783         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
21784         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
21785
21786 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21787
21788         * lib/gl_oset.h: Use C comment style, not C++ comment style.
21789
21790 2006-11-06  Bruno Haible  <bruno@clisp.org>
21791
21792         * m4/inline.m4: New file.
21793         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
21794         * modules/list (Files): Add m4/inline.m4.
21795         * modules/oset (Files): Likewise.
21796
21797 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21798
21799         * lib/idcache.c: Include <stddef.h>, for offsetof.
21800         (struct userid.name): Change from char * to a flexible array member.
21801         All uses changed.
21802         * modules/idcache (Depends-on): Add flexmember.
21803
21804         * MODULES.html.sh (Core language properties): New module flexmember.
21805         * modules/flexmember, m4/flexmember.m4: New files.
21806
21807         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
21808         inline functions that are identical with the old xnmalloc_inline,
21809         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
21810         that we can avoid some unnecessary integer multiplications and
21811         divisions in the common case where the element size is known at
21812         compile time.
21813         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
21814         needed.
21815         (xnboundedmalloc): Remove.
21816         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
21817         arguments, for consistency with rest of this header.
21818         (xcharalloc): Rewrite using XNMALLOC.
21819         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
21820         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
21821         versions have been moved to lib/xalloc.h and renamed to be the
21822         non-*_inline versions.
21823         (xmalloc, xrealloc): Implement without reference to the xnmalloc
21824         and xnrealloc functions, since those functions are now inline and
21825         now call us.
21826         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
21827         renaming described above.
21828         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
21829         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
21830         captures the dependency in AC_C_INLINE.
21831
21832         New module canonicalize-lgpl, proposed by Charles Wilson in
21833         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
21834         with a few small changes afterwards.
21835         * MODULES.html.sh (File system functions): New module
21836         canonicalize-lgpl.
21837         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
21838         and canonicalize_file_name.
21839         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
21840         * modules/canonicalize-lgpl: New files.
21841
21842 2006-11-05  Bruno Haible  <bruno@clisp.org>
21843
21844         * gnulib-tool (func_import, func_create_testdir): Create directories
21845         also for files in subdirectories of lib/.
21846
21847 2006-11-05  Bruno Haible  <bruno@clisp.org>
21848
21849         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
21850         ANSI C compliant.
21851
21852 2006-11-03  Bruno Haible  <bruno@clisp.org>
21853
21854         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21855         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
21856         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
21857         (xnboundedmalloc): New inline function.
21858         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
21859         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
21860         xmalloc.
21861         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
21862         xmalloc.
21863         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
21864         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
21865         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
21866         xmalloc.
21867         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21868         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
21869         xmalloc.
21870         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
21871         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21872         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
21873         xmalloc.
21874         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21875         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
21876         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21877         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
21878         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
21879         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
21880         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
21881
21882 2006-11-03  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/c-ctype.h [C++]: Define functions without name mangling.
21885         * lib/fwriteerror.h [C++]: Likewise.
21886         * lib/gcd.h [C++]: Likewise.
21887         * lib/linebreak.h [C++]: Likewise.
21888
21889 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21890
21891         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
21892         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
21893         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
21894         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21895         Check for functions and headers just once.
21896         Check for declaration of canonicalize_file_name.
21897         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
21898
21899 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21900
21901         * gnulib-tool (func_import): Fix typo in actioncmd.
21902
21903 2006-11-02  Bruno Haible  <bruno@clisp.org>
21904
21905         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
21906         newline sequence in the Makefile.am snippet as a space, like "make"
21907         does.
21908         Reported by Roger Persson <perrog@gmail.com>.
21909
21910 2006-11-01  Bruno Haible  <bruno@clisp.org>
21911
21912         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
21913         already declared in <string.h>.
21914         * lib/strcase.h (strncasecmp): Don't declare it if yes.
21915
21916 2006-11-01  Bruno Haible  <bruno@clisp.org>
21917
21918         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
21919         * lib/strcase.h: Include <string.h>.
21920         (strcasecmp): Define to rpl_strcasecmp here.
21921
21922 2006-11-01  Bruno Haible  <bruno@clisp.org>
21923
21924         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
21925
21926 2006-11-01  Eric Blake  <ebb9@byu.net>
21927
21928         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
21929
21930         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
21931
21932 2006-10-29  Bruno Haible  <bruno@clisp.org>
21933
21934         Make it compile in C++ mode.
21935         * lib/full-write.c (full_rw): Add a cast.
21936
21937 2006-11-01  Bruno Haible  <bruno@clisp.org>
21938
21939         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
21940         be POSIX compliant.
21941         Reported by Roger Persson <perrog@gmail.com>.
21942
21943 2006-11-01  Eric Blake  <ebb9@byu.net>
21944
21945         * lib/getopt_.h: Fix comments.
21946
21947 2006-10-31  Eric Blake  <ebb9@byu.net>
21948
21949         * modules/tmpdir (Depends-on): Add sys_stat.
21950         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
21951         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
21952         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
21953         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
21954         tempname.
21955
21956 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
21957
21958         Avoid some C++ diagnostics reported by Bruno Haible.
21959         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
21960         xmalloc.
21961         (quotearg_alloc): Use xcharalloc rather than xmalloc.
21962         (struct slotvec): Move to top level.
21963         (quotearg_n_options): Rewrite to avoid xmalloc.
21964         * lib/xalloc.h (xcharalloc): New function.
21965         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
21966         [defined __cplusplus]: Add function template that provides result
21967         type propagation.  This part of the change is from Bruno Haible.
21968
21969 2006-10-29  Bruno Haible  <bruno@clisp.org>
21970
21971         Make it compile in C++ mode.
21972         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
21973         * lib/strnlen1.c (strnlen1): Cast memchr result.
21974         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
21975         * lib/clean-temp.c (string_equals, string_hash): Add casts.
21976         (create_temp_dir): Rename local variable 'template'.
21977         (compile_csharp_using_sscli): Add cast.
21978         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
21979         * lib/findprog.c (find_in_path): Likewise.
21980         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
21981         * lib/wait-process.c (register_slave_subprocess): Likewise.
21982
21983 2006-10-22  Bruno Haible  <bruno@clisp.org>
21984
21985         * modules/tsearch: New file.
21986         * lib/tsearch.h: New file.
21987         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
21988         * m4/tsearch.m4: New file.
21989         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
21990
21991 2006-10-29  Eric Blake  <ebb9@byu.net>
21992
21993         * lib/arcfour.c: Assume config.h.
21994         * lib/arctwo.c: Likewise.
21995         * lib/base64.c: Likewise.
21996         * lib/check-version.c: Likewise.
21997         * lib/crc.c: Likewise.
21998         * lib/des.c: Likewise.
21999         * lib/gc-gnulib.c: Likewise.
22000         * lib/gc-libgcrypt.c: Likewise.
22001         * lib/gc-pbkdf2-sha1.c: Likewise.
22002         * lib/getaddrinfo.c: Likewise.
22003         * lib/getdelim.c: Likewise.
22004         * lib/getline.c: Likewise.
22005         * lib/hmac-md5.c: Likewise.
22006         * lib/hmac-sha1.c: Likewise.
22007         * lib/iconvme.c: Likewise.
22008         * lib/md2.c: Likewise.
22009         * lib/md4.c: Likewise.
22010         * lib/memxor.c: Likewise.
22011         * lib/read-file.c: Likewise.
22012         * lib/readline.c: Likewise.
22013         * lib/rijndael-alg-fst.c: Likewise.
22014         * lib/rijndael-api-fst.c: Likewise.
22015         * lib/xgetdomainname.c: Likewise.
22016
22017 2006-10-28  Eric Blake  <ebb9@byu.net>
22018
22019         * lib/xstrndup.c: Assume config.h.
22020
22021 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22022
22023         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
22024         stat-macros.h is now for our own macros, whereas stat_h is for
22025         macros in the <sys/stat.h> name space.
22026         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
22027         (STAT_MACROS_H): Remove.
22028         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
22029         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
22030         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
22031         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
22032         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
22033         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
22034         Move these macros to ...
22035         * lib/stat_.h: here.  Don't include stat-macros.h.
22036         * lib/canonicalize.c: Don't include stat-macros.h.
22037         * lib/chown.c: Likewise.
22038         * lib/euidaccess.c: Likewise.
22039         * lib/file-type.c: Likewise.
22040         * lib/filemode.c: Likewise.
22041         * lib/glob.c: Likewise.
22042         * lib/isapipe.c: Likewise.
22043         * lib/lchown.c: Likewise.
22044         * lib/lstat.c: Likewise.
22045         * lib/mkdir-p.c: Likewise.
22046         * lib/rmdir.c: Likewise.
22047         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
22048         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
22049         unless mkdir isn't declared, to speed up 'configure'.
22050         Always create sys/stat.h, since it's unlikely any real sys/stat.h
22051         would define all the S_* symbols.
22052         * modules/canonicalize (Depends-on):
22053         Depend on sys_stat, not stat-macros.
22054         * modules/chown: Likewise.
22055         * modules/euidaccess: Likewise.
22056         * modules/filemode: Likewise.
22057         * modules/file-type: Likewise.
22058         * modules/glob: Likewise.
22059         * modules/isapipe: Likewise.
22060         * modules/lchown: Likewise.
22061         * modules/lstat: Likewise.
22062         * modules/mkancesdirs: Likewise.
22063         * modules/rmdir: Likewise.
22064         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
22065         * modules/modechange: Likewise.
22066         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
22067         (configure.ac): Remove gl_STAT_MACROS.
22068         * modules/sys_stat (Depends-on): Remove stat-macros.
22069
22070 2006-10-27  Bruno Haible  <bruno@clisp.org>
22071
22072         * m4/signed.m4: Remove file.
22073         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
22074         invocation.
22075         * modules/vasnprintf (Files): Remove m4/signed.m4.
22076
22077 2006-10-27  Bruno Haible  <bruno@clisp.org>
22078
22079         Update to GNU gettext 0.16.
22080         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
22081         m4/inttypes-h.m4, m4/signed.m4.
22082         * m4/gettext.m4: Update to GNU gettext 0.16.
22083         * m4/intl.m4: New file, from GNU gettext.
22084         * m4/intldir.m4: New file, from GNU gettext.
22085         * config/srclist.txt: Update
22086
22087 2006-10-27  Eric Blake  <ebb9@byu.net>
22088
22089         * MODULES.html.sh: Document tempname.
22090         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
22091         dependencies.
22092         (Files): Move lib/tempname.c...
22093         * modules/tempname: ...to this new module.
22094         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
22095         (gl_PREREQ_TEMPNAME): Move...
22096         * m4/tempname.m4: ...to this new file.
22097         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
22098         * modules/sys_stat (Depends-on): Add stat-macros.
22099         * lib/stat_.h (includes): Pick up stat macros.
22100         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
22101         if stat macros are broken.
22102         * lib/tempname.c (includes): No need to include "stat-macros.h".
22103         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
22104         (direxists, __path_search) [!_LIBC]: Don't compile these in
22105         gnulib; the tmpdir module covers that.
22106         * lib/tempname.h: New file.
22107
22108 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * COPYING: Explain how gnulib-tool converts licence headers.
22111         Almost all wording by Eric Blake.
22112
22113 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
22114
22115         * lib/mbchar.h (is_basic_table): Make read-only.
22116         * lib/mbchar.c (is_basic_table): Likewise.
22117         Reported by John Darrington.
22118
22119 2006-10-25  Bruno Haible  <bruno@clisp.org>
22120
22121         * lib/progname.h (set_program_name): Undefine before defining.
22122
22123 2006-10-25  Bruno Haible  <bruno@clisp.org>
22124
22125         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
22126         false for non-gcc C++ compilers.
22127         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
22128
22129 2006-10-24  Bruno Haible  <bruno@clisp.org>
22130
22131         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
22132         iconv implementations like Irix iconv.
22133
22134 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22135
22136         * modules/vararrays: New file.
22137         * m4/vararrays.m4: New file, taken from diffutils.
22138         * MODULES.html.sh: New module vararrays.
22139
22140 2006-10-24  Karl Berry  <karl@gnu.org>
22141
22142         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
22143         Don't call GNU Unix.
22144
22145 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22146
22147         * users.txt: Add Libtool.
22148
22149         Sync from Libtool:
22150
22151         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22152
22153         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
22154         to gnulib's policy of including config.h unconditionally.
22155
22156 2006-10-24  Bruno Haible  <bruno@clisp.org>
22157
22158         * modules/wcwidth (Files): Add m4/wint_t.m4.
22159         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
22160         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
22161
22162 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22163
22164         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
22165         to pacify GCC with some -W flags enabled.  Problem reported by
22166         Bruno Haible.
22167
22168 2006-10-24  Jim Meyering  <jim@meyering.net>
22169
22170         * MODULES.html.sh: Remove uinttostr.  It's not a module.
22171         Reported by Karl Berry.
22172
22173 2006-10-23  Bruno Haible  <bruno@clisp.org>
22174
22175         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
22176
22177 2006-10-24  Bruno Haible  <bruno@clisp.org>
22178
22179         * lib/gl_list.h: Use C comment style, not C++ comment style.
22180
22181 2006-10-23  Eric Blake  <ebb9@byu.net>
22182
22183         * lib/getaddrinfo.c (includes): Add missing include.
22184
22185 2006-10-23  Bruno Haible  <bruno@clisp.org>
22186             Paul Eggert  <eggert@cs.ucla.edu>
22187
22188         Ability to rename obstack_free.
22189         * lib/obstack.h (__obstack_free): New macro. Declare instead of
22190         obstack_free.
22191         (obstack_free): Invoke the __obstack_free macro.
22192         * lib/obstack.c (obstack_free): Use __obstack_free macro.
22193
22194 2006-10-23  Bruno Haible  <bruno@clisp.org>
22195             Paul Eggert  <eggert@cs.ucla.edu>
22196
22197         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
22198         __argc, __argv from the declaration. (They are defined as macros on
22199         mingw.)
22200
22201 2006-10-22  Bruno Haible  <bruno@clisp.org>
22202
22203         * doc/gnulib-intro.texi: New file.
22204         * doc/gnulib.texi: Include it.
22205
22206 2006-10-21  Bruno Haible  <bruno@clisp.org>
22207
22208         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
22209         "Introduction", "Miscellanous Notes", "Particular Modules".
22210
22211 2006-10-21  Bruno Haible  <bruno@clisp.org>
22212
22213         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22214         Change mostlyclean-local rule to avoid sh syntax error from bash
22215         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
22216
22217 2006-10-23  Jim Meyering  <jim@meyering.net>
22218
22219         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
22220         in place of snprintf.
22221
22222         * modules/inttostr (Files): Add lib/uinttostr.c.
22223         * lib/uinttostr.c (inttostr): New file/function.
22224         * lib/inttostr.h (uinttostr): Declare.
22225         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
22226         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22227         Add uinttostr.
22228         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
22229
22230 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22231
22232         * lib/canonicalize.c (ELOOP): Define if not already defined.
22233         Problem reported by Bruno Haible in
22234         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
22235
22236 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22237
22238         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
22239         Problem reported by Perry Smith and Ville Laurikari.
22240
22241         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
22242         uses.
22243
22244 2006-10-19  Bruno Haible  <bruno@clisp.org>
22245
22246         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
22247         for mingw.
22248
22249 2006-10-19  Bruno Haible  <bruno@clisp.org>
22250
22251         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
22252         Needed for mingw.
22253
22254 2006-10-19  Bruno Haible  <bruno@clisp.org>
22255
22256         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
22257
22258 2006-10-19  Bruno Haible  <bruno@clisp.org>
22259
22260         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
22261         it.
22262
22263 2006-10-19  Bruno Haible  <bruno@clisp.org>
22264
22265         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
22266         invocation.
22267
22268 2006-10-19  Bruno Haible  <bruno@clisp.org>
22269
22270         * gnulib-tool (func_create_testdir): Don't include ftruncate and
22271         mountlist by default.
22272
22273 2006-10-16  Bruno Haible  <bruno@clisp.org>
22274
22275         * lib/c-strstr.c: Include c-strstr.h.
22276
22277 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22278
22279         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
22280         in a slash.
22281
22282 2006-10-18  Bruno Haible  <bruno@clisp.org>
22283
22284         * lib/lock.h [C++]: Wrap definitions in extern "C".
22285
22286 2006-10-18  Bruno Haible  <bruno@clisp.org>
22287
22288         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
22289         gl_LIBOBJS list.
22290
22291 2006-10-18  Bruno Haible  <bruno@clisp.org>
22292
22293         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
22294
22295 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
22296
22297         * lib/xstrtol.h: Include gettext.h.
22298         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
22299         Problem reported by Eric Blake.
22300         * modules/xstrtol (Depends-on): Add gettext-h.
22301
22302 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
22303
22304         * lib/strftime.c (advance): New macro.
22305         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
22306         incomplete type, so you can't add 0 to it.  Problem and patch
22307         reported by Eelco Dolstra for dietlibc.
22308
22309 2006-10-18  Jim Meyering  <jim@meyering.net>
22310
22311         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
22312         type for a local, and rename it: s/up/user_proc/.
22313
22314 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
22315
22316         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
22317         READ_UTMP_USER_PROCESS.
22318         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
22319
22320 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22321
22322         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
22323         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
22324
22325 2006-10-17  Eric Blake  <ebb9@byu.net>
22326
22327         * lib/sigprocmask.c (sigprocmask): Fix typo.
22328
22329         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
22330
22331         * modules/clean-temp (Makefile.am): Don't add to make output...
22332         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
22333         config.h.
22334
22335 2006-10-17  Bruno Haible  <bruno@clisp.org>
22336
22337         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
22338         differently if DEFAULT_TEXT_DOMAIN is set.
22339
22340 2006-10-16  Bruno Haible  <bruno@clisp.org>
22341
22342         * lib/clean-temp.c: Include fwriteerror.h.
22343
22344 2006-10-16  Bruno Haible  <bruno@clisp.org>
22345
22346         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
22347
22348 2006-10-16  Bruno Haible  <bruno@clisp.org>
22349
22350         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
22351         * lib/sigprocmask.h: Include <sys/types.h>.
22352         (sigset_t): Use the system's definition if present.
22353
22354 2006-10-17  Eric Blake  <ebb9@byu.net>
22355
22356         * lib/xvasprintf.c (includes): Assume config.h.
22357         * lib/xasprintf.c (includes): Likewise.
22358
22359 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
22360
22361         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
22362         at least as wide as intmax_t.
22363
22364 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
22365
22366         (Imported from Automake.)
22367         * build-aux/gnupload: Update to version 1.1 of directive file.
22368
22369 2006-10-16  Eric Blake  <ebb9@byu.net>
22370
22371         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
22372         match Automake 1.10a.
22373
22374 2006-10-14  Bruno Haible  <bruno@clisp.org>
22375
22376         * modules/sigprocmask: New file.
22377         * lib/sigprocmask.h: New file.
22378         * lib/sigprocmask.c: New file.
22379         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
22380         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
22381         request sigprocmask.o.
22382         (gl_PREREQ_SIGPROCMASK): New macro.
22383         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
22384         (Depends-on): Add sigprocmask.
22385         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
22386         gt_SIGNALBLOCKING. Test for 'raise' only once.
22387         * lib/fatal-signal.c: Include sigprocmask.h.
22388         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
22389         unblock_fatal_signals): Define always.
22390         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22391         sigprocmask.
22392
22393 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22394
22395         Sync from Automake.
22396         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
22397         which incorrectly sets the mode of an existing destination
22398         directory.  In some cases the unpatched install-sh could do the
22399         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
22400         system.  We hope this is rare in practice, but it's clearly worth
22401         fixing.  Problem reported by Alex Unleashed in
22402         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
22403         Also, don't bother to check for -m bugs unless we're using -m;
22404         suggested by Stepan Kasal.
22405
22406 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22407
22408         Sync from Automake.
22409         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
22410         `-c' flag, so they appear at the same position as in %FASTDEP%
22411         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
22412         which ignores unknown options only after the first non-option.
22413         Bug report against M4 by Nelson H. F. Beebe.
22414
22415 2006-10-13  Jim Meyering  <jim@meyering.net>
22416
22417         Fix a bug in yesterday's change.
22418         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
22419         p->fts_statp->st_dev would be used uninitialized.
22420         Ensures that we always call fts_stat on the very first entry.
22421         Miklos Szeredi reported that find -xdev stopped working.
22422
22423 2006-10-12  Bruno Haible  <bruno@clisp.org>
22424
22425         * gnulib-tool (func_get_automake_snippet): Append an automatically
22426         computed EXTRA_DIST augmentation.
22427         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
22428         * modules/alloca-opt (Makefile.am): Likewise.
22429         * modules/allocsa (Makefile.am): Likewise.
22430         * modules/arcfour (Makefile.am): Likewise.
22431         * modules/arctwo (Makefile.am): Likewise.
22432         * modules/argmatch (Makefile.am): Likewise.
22433         * modules/argz (Makefile.am): Likewise.
22434         * modules/atexit (Makefile.am): Likewise.
22435         * modules/backupfile (Makefile.am): Likewise.
22436         * modules/byteswap (Makefile.am): Likewise.
22437         * modules/c-strtod (Makefile.am): Likewise.
22438         * modules/c-strtold (Makefile.am): Likewise.
22439         * modules/calloc (Makefile.am): Likewise.
22440         * modules/canon-host (Makefile.am): Likewise.
22441         * modules/canonicalize (Makefile.am): Likewise.
22442         * modules/chdir-long (Makefile.am): Likewise.
22443         * modules/chdir-safer (Makefile.am): Likewise.
22444         * modules/check-version (Makefile.am): Likewise.
22445         * modules/chown (Makefile.am): Likewise.
22446         * modules/cloexec (Makefile.am): Likewise.
22447         * modules/close-stream (Makefile.am): Likewise.
22448         * modules/closeout (Makefile.am): Likewise.
22449         * modules/crc (Makefile.am): Likewise.
22450         * modules/csharpexec (Makefile.am): Likewise.
22451         * modules/cycle-check (Makefile.am): Likewise.
22452         * modules/des (Makefile.am): Likewise.
22453         * modules/dev-ino (Makefile.am): Likewise.
22454         * modules/dirfd (Makefile.am): Likewise.
22455         * modules/dirname (Makefile.am): Likewise.
22456         * modules/dup2 (Makefile.am): Likewise.
22457         * modules/eealloc (Makefile.am): Likewise.
22458         * modules/error (Makefile.am): Likewise.
22459         * modules/euidaccess (Makefile.am): Likewise.
22460         * modules/exclude (Makefile.am): Likewise.
22461         * modules/exitfail (Makefile.am): Likewise.
22462         * modules/fcntl-safer (Makefile.am): Likewise.
22463         * modules/fcntl (Makefile.am): Likewise.
22464         * modules/file-type (Makefile.am): Likewise.
22465         * modules/fileblocks (Makefile.am): Likewise.
22466         * modules/filemode (Makefile.am): Likewise.
22467         * modules/filenamecat (Makefile.am): Likewise.
22468         * modules/fnmatch (Makefile.am): Likewise.
22469         * modules/fopen-safer (Makefile.am): Likewise.
22470         * modules/fpending (Makefile.am): Likewise.
22471         * modules/fprintftime (Makefile.am): Likewise.
22472         * modules/free (Makefile.am): Likewise.
22473         * modules/fsusage (Makefile.am): Likewise.
22474         * modules/ftruncate (Makefile.am): Likewise.
22475         * modules/fts (Makefile.am): Likewise.
22476         * modules/gc-arcfour (Makefile.am): Likewise.
22477         * modules/gc-des (Makefile.am): Likewise.
22478         * modules/gc-hmac-md5 (Makefile.am): Likewise.
22479         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
22480         * modules/gc-md4 (Makefile.am): Likewise.
22481         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22482         * modules/gc-sha1 (Makefile.am): Likewise.
22483         * modules/gc (Makefile.am): Likewise.
22484         * modules/getaddrinfo (Makefile.am): Likewise.
22485         * modules/getcwd (Makefile.am): Likewise.
22486         * modules/getdelim (Makefile.am): Likewise.
22487         * modules/getdomainname (Makefile.am): Likewise.
22488         * modules/getgroups (Makefile.am): Likewise.
22489         * modules/gethostname (Makefile.am): Likewise.
22490         * modules/gethrxtime (Makefile.am): Likewise.
22491         * modules/getline (Makefile.am): Likewise.
22492         * modules/getloadavg (Makefile.am): Likewise.
22493         * modules/getlogin_r (Makefile.am): Likewise.
22494         * modules/getndelim2 (Makefile.am): Likewise.
22495         * modules/getopt (Makefile.am): Likewise.
22496         * modules/getpagesize (Makefile.am): Likewise.
22497         * modules/getpass-gnu (Makefile.am): Likewise.
22498         * modules/getpass (Makefile.am): Likewise.
22499         * modules/getsubopt (Makefile.am): Likewise.
22500         * modules/gettime (Makefile.am): Likewise.
22501         * modules/gettimeofday (Makefile.am): Likewise.
22502         * modules/getugroups (Makefile.am): Likewise.
22503         * modules/getusershell (Makefile.am): Likewise.
22504         * modules/glob (Makefile.am): Likewise.
22505         * modules/group-member (Makefile.am): Likewise.
22506         * modules/hard-locale (Makefile.am): Likewise.
22507         * modules/hash (Makefile.am): Likewise.
22508         * modules/hmac-md5 (Makefile.am): Likewise.
22509         * modules/hmac-sha1 (Makefile.am): Likewise.
22510         * modules/human (Makefile.am): Likewise.
22511         * modules/idcache (Makefile.am): Likewise.
22512         * modules/imaxabs (Makefile.am): Likewise.
22513         * modules/imaxdiv (Makefile.am): Likewise.
22514         * modules/inet_ntop (Makefile.am): Likewise.
22515         * modules/inet_pton (Makefile.am): Likewise.
22516         * modules/intprops (Makefile.am): Likewise.
22517         * modules/inttostr (Makefile.am): Likewise.
22518         * modules/inttypes (Makefile.am): Likewise.
22519         * modules/isapipe (Makefile.am): Likewise.
22520         * modules/javaversion (Makefile.am): Likewise.
22521         * modules/lchmod (Makefile.am): Likewise.
22522         * modules/lchown (Makefile.am): Likewise.
22523         * modules/localcharset (Makefile.am): Likewise.
22524         * modules/long-options (Makefile.am): Likewise.
22525         * modules/lstat (Makefile.am): Likewise.
22526         * modules/malloc (Makefile.am): Likewise.
22527         * modules/mathl (Makefile.am): Likewise.
22528         * modules/mbchar (Makefile.am): Likewise.
22529         * modules/md2 (Makefile.am): Likewise.
22530         * modules/md4 (Makefile.am): Likewise.
22531         * modules/md5 (Makefile.am): Likewise.
22532         * modules/memcasecmp (Makefile.am): Likewise.
22533         * modules/memchr (Makefile.am): Likewise.
22534         * modules/memcmp (Makefile.am): Likewise.
22535         * modules/memcoll (Makefile.am): Likewise.
22536         * modules/memcpy (Makefile.am): Likewise.
22537         * modules/memmem (Makefile.am): Likewise.
22538         * modules/memmove (Makefile.am): Likewise.
22539         * modules/mempcpy (Makefile.am): Likewise.
22540         * modules/memrchr (Makefile.am): Likewise.
22541         * modules/memset (Makefile.am): Likewise.
22542         * modules/memxor (Makefile.am): Likewise.
22543         * modules/mkancesdirs (Makefile.am): Likewise.
22544         * modules/mkdir-p (Makefile.am): Likewise.
22545         * modules/mkdir (Makefile.am): Likewise.
22546         * modules/mkdtemp (Makefile.am): Likewise.
22547         * modules/mkstemp (Makefile.am): Likewise.
22548         * modules/mktime (Makefile.am): Likewise.
22549         * modules/modechange (Makefile.am): Likewise.
22550         * modules/mountlist (Makefile.am): Likewise.
22551         * modules/nanosleep (Makefile.am): Likewise.
22552         * modules/obstack (Makefile.am): Likewise.
22553         * modules/openat (Makefile.am): Likewise.
22554         * modules/pagealign_alloc (Makefile.am): Likewise.
22555         * modules/pathmax (Makefile.am): Likewise.
22556         * modules/physmem (Makefile.am): Likewise.
22557         * modules/poll (Makefile.am): Likewise.
22558         * modules/posixtm (Makefile.am): Likewise.
22559         * modules/posixver (Makefile.am): Likewise.
22560         * modules/putenv (Makefile.am): Likewise.
22561         * modules/quote (Makefile.am): Likewise.
22562         * modules/quotearg (Makefile.am): Likewise.
22563         * modules/raise (Makefile.am): Likewise.
22564         * modules/read-file (Makefile.am): Likewise.
22565         * modules/readline (Makefile.am): Likewise.
22566         * modules/readlink (Makefile.am): Likewise.
22567         * modules/readtokens (Makefile.am): Likewise.
22568         * modules/readutmp (Makefile.am): Likewise.
22569         * modules/realloc (Makefile.am): Likewise.
22570         * modules/regex (Makefile.am): Likewise.
22571         * modules/rename-dest-slash (Makefile.am): Likewise.
22572         * modules/rename (Makefile.am): Likewise.
22573         * modules/rijndael (Makefile.am): Likewise.
22574         * modules/rmdir (Makefile.am): Likewise.
22575         * modules/rpmatch (Makefile.am): Likewise.
22576         * modules/safe-read (Makefile.am): Likewise.
22577         * modules/safe-write (Makefile.am): Likewise.
22578         * modules/same-inode (Makefile.am): Likewise.
22579         * modules/same (Makefile.am): Likewise.
22580         * modules/save-cwd (Makefile.am): Likewise.
22581         * modules/savedir (Makefile.am): Likewise.
22582         * modules/setenv (Makefile.am): Likewise.
22583         * modules/settime (Makefile.am): Likewise.
22584         * modules/sha1 (Makefile.am): Likewise.
22585         * modules/sig2str (Makefile.am): Likewise.
22586         * modules/snprintf (Makefile.am): Likewise.
22587         * modules/stat-macros (Makefile.am): Likewise.
22588         * modules/stat-time (Makefile.am): Likewise.
22589         * modules/stdbool (Makefile.am): Likewise.
22590         * modules/stdint (Makefile.am): Likewise.
22591         * modules/stdlib-safer (Makefile.am): Likewise.
22592         * modules/stpcpy (Makefile.am): Likewise.
22593         * modules/stpncpy (Makefile.am): Likewise.
22594         * modules/strcase (Makefile.am): Likewise.
22595         * modules/strcasestr (Makefile.am): Likewise.
22596         * modules/strchrnul (Makefile.am): Likewise.
22597         * modules/strcspn (Makefile.am): Likewise.
22598         * modules/strdup (Makefile.am): Likewise.
22599         * modules/strerror (Makefile.am): Likewise.
22600         * modules/strftime (Makefile.am): Likewise.
22601         * modules/strndup (Makefile.am): Likewise.
22602         * modules/strnlen (Makefile.am): Likewise.
22603         * modules/strpbrk (Makefile.am): Likewise.
22604         * modules/strsep (Makefile.am): Likewise.
22605         * modules/strstr (Makefile.am): Likewise.
22606         * modules/strtod (Makefile.am): Likewise.
22607         * modules/strtoimax (Makefile.am): Likewise.
22608         * modules/strtok_r (Makefile.am): Likewise.
22609         * modules/strtol (Makefile.am): Likewise.
22610         * modules/strtoll (Makefile.am): Likewise.
22611         * modules/strtoul (Makefile.am): Likewise.
22612         * modules/strtoull (Makefile.am): Likewise.
22613         * modules/strtoumax (Makefile.am): Likewise.
22614         * modules/strverscmp (Makefile.am): Likewise.
22615         * modules/sys_socket (Makefile.am): Likewise.
22616         * modules/sys_stat (Makefile.am): Likewise.
22617         * modules/sysexits (Makefile.am): Likewise.
22618         * modules/time_r (Makefile.am): Likewise.
22619         * modules/timegm (Makefile.am): Likewise.
22620         * modules/timespec (Makefile.am): Likewise.
22621         * modules/tmpfile-safer (Makefile.am): Likewise.
22622         * modules/trim (Makefile.am): Likewise.
22623         * modules/unistd-safer (Makefile.am): Likewise.
22624         * modules/unlinkdir (Makefile.am): Likewise.
22625         * modules/unlocked-io (Makefile.am): Likewise.
22626         * modules/userspec (Makefile.am): Likewise.
22627         * modules/utime (Makefile.am): Likewise.
22628         * modules/utimecmp (Makefile.am): Likewise.
22629         * modules/utimens (Makefile.am): Likewise.
22630         * modules/vasnprintf (Makefile.am): Likewise.
22631         * modules/vasprintf (Makefile.am): Likewise.
22632         * modules/vsnprintf (Makefile.am): Likewise.
22633         * modules/xalloc (Makefile.am): Likewise.
22634         * modules/xgetcwd (Makefile.am): Likewise.
22635         * modules/xnanosleep (Makefile.am): Likewise.
22636         * modules/xreadlink (Makefile.am): Likewise.
22637         * modules/xstrtod (Makefile.am): Likewise.
22638         * modules/xstrtol (Makefile.am): Likewise.
22639         * modules/xstrtold (Makefile.am): Likewise.
22640         * modules/yesno (Makefile.am): Likewise.
22641         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
22642
22643 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22644
22645         * modules/error (Makefile.am): Distribute files through
22646         EXTRA_DIST, not lib_SOURCES.
22647
22648 2006-10-12  Eric Blake  <ebb9@byu.net>
22649
22650         * modules/error (Makefile.am): Distribute files in /lib.
22651         * modules/obstack (Makefile.am): Likewise.
22652
22653 2006-10-12  Bruno Haible  <bruno@clisp.org>
22654
22655         * modules/acl (Makefile.am): Distribute all files in lib/ through
22656         EXTRA_DIST.
22657         * modules/arcfour (Makefile.am): Likewise.
22658         * modules/arctwo (Makefile.am): Likewise.
22659         * modules/argmatch (Makefile.am): Likewise.
22660         * modules/argz (Makefile.am): Likewise.
22661         * modules/atexit (Makefile.am): Likewise.
22662         * modules/backupfile (Makefile.am): Likewise.
22663         * modules/c-strtod (Makefile.am): Likewise.
22664         * modules/c-strtold (Makefile.am): Likewise.
22665         * modules/calloc (Makefile.am): Likewise.
22666         * modules/canon-host (Makefile.am): Likewise.
22667         * modules/canonicalize (Makefile.am): Likewise.
22668         * modules/chdir-long (Makefile.am): Likewise.
22669         * modules/chdir-safer (Makefile.am): Likewise.
22670         * modules/check-version (Makefile.am): Likewise.
22671         * modules/chown (Makefile.am): Likewise.
22672         * modules/cloexec (Makefile.am): Likewise.
22673         * modules/close-stream (Makefile.am): Likewise.
22674         * modules/closeout (Makefile.am): Likewise.
22675         * modules/crc (Makefile.am): Likewise.
22676         * modules/cycle-check (Makefile.am): Likewise.
22677         * modules/des (Makefile.am): Likewise.
22678         * modules/dirfd (Makefile.am): Likewise.
22679         * modules/dirname (Makefile.am): Likewise.
22680         * modules/dup2 (Makefile.am): Likewise.
22681         * modules/euidaccess (Makefile.am): Likewise.
22682         * modules/exclude (Makefile.am): Likewise.
22683         * modules/exitfail (Makefile.am): Likewise.
22684         * modules/fcntl-safer (Makefile.am): Likewise.
22685         * modules/file-type (Makefile.am): Likewise.
22686         * modules/fileblocks (Makefile.am): Likewise.
22687         * modules/filemode (Makefile.am): Likewise.
22688         * modules/filenamecat (Makefile.am): Likewise.
22689         * modules/fnmatch (Makefile.am): Likewise.
22690         * modules/fopen-safer (Makefile.am): Likewise.
22691         * modules/fpending (Makefile.am): Likewise.
22692         * modules/fprintftime (Makefile.am): Likewise.
22693         * modules/free (Makefile.am): Likewise.
22694         * modules/fsusage (Makefile.am): Likewise.
22695         * modules/ftruncate (Makefile.am): Likewise.
22696         * modules/fts (Makefile.am): Likewise.
22697         * modules/gc (Makefile.am): Likewise.
22698         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22699         * modules/getaddrinfo (Makefile.am): Likewise.
22700         * modules/getcwd (Makefile.am): Likewise.
22701         * modules/getdelim (Makefile.am): Likewise.
22702         * modules/getdomainname (Makefile.am): Likewise.
22703         * modules/getgroups (Makefile.am): Likewise.
22704         * modules/gethostname (Makefile.am): Likewise.
22705         * modules/gethrxtime (Makefile.am): Likewise.
22706         * modules/getline (Makefile.am): Likewise.
22707         * modules/getloadavg (Makefile.am): Likewise.
22708         * modules/getlogin_r (Makefile.am): Likewise.
22709         * modules/getopt (Makefile.am): Likewise.
22710         * modules/getpass (Makefile.am): Likewise.
22711         * modules/getpass-gnu (Makefile.am): Likewise.
22712         * modules/getsubopt (Makefile.am): Likewise.
22713         * modules/gettime (Makefile.am): Likewise.
22714         * modules/gettimeofday (Makefile.am): Likewise.
22715         * modules/getugroups (Makefile.am): Likewise.
22716         * modules/getusershell (Makefile.am): Likewise.
22717         * modules/glob (Makefile.am): Likewise.
22718         * modules/group-member (Makefile.am): Likewise.
22719         * modules/hard-locale (Makefile.am): Likewise.
22720         * modules/hash (Makefile.am): Likewise.
22721         * modules/hmac-md5 (Makefile.am): Likewise.
22722         * modules/hmac-sha1 (Makefile.am): Likewise.
22723         * modules/human (Makefile.am): Likewise.
22724         * modules/idcache (Makefile.am): Likewise.
22725         * modules/imaxabs (Makefile.am): Likewise.
22726         * modules/imaxdiv (Makefile.am): Likewise.
22727         * modules/inet_ntop (Makefile.am): Likewise.
22728         * modules/inet_pton (Makefile.am): Likewise.
22729         * modules/inttostr (Makefile.am): Likewise.
22730         * modules/isapipe (Makefile.am): Likewise.
22731         * modules/lchown (Makefile.am): Likewise.
22732         * modules/long-options (Makefile.am): Likewise.
22733         * modules/lstat (Makefile.am): Likewise.
22734         * modules/malloc (Makefile.am): Likewise.
22735         * modules/mathl (Makefile.am): Likewise.
22736         * modules/mbchar (Makefile.am): Likewise.
22737         * modules/md2 (Makefile.am): Likewise.
22738         * modules/md4 (Makefile.am): Likewise.
22739         * modules/md5 (Makefile.am): Likewise.
22740         * modules/memcasecmp (Makefile.am): Likewise.
22741         * modules/memchr (Makefile.am): Likewise.
22742         * modules/memcmp (Makefile.am): Likewise.
22743         * modules/memcoll (Makefile.am): Likewise.
22744         * modules/memcpy (Makefile.am): Likewise.
22745         * modules/memmem (Makefile.am): Likewise.
22746         * modules/memmove (Makefile.am): Likewise.
22747         * modules/mempcpy (Makefile.am): Likewise.
22748         * modules/memrchr (Makefile.am): Likewise.
22749         * modules/memset (Makefile.am): Likewise.
22750         * modules/memxor (Makefile.am): Likewise.
22751         * modules/mkancesdirs (Makefile.am): Likewise.
22752         * modules/mkdir (Makefile.am): Likewise.
22753         * modules/mkdir-p (Makefile.am): Likewise.
22754         * modules/mkdtemp (Makefile.am): Likewise.
22755         * modules/mkstemp (Makefile.am): Likewise.
22756         * modules/mktime (Makefile.am): Likewise.
22757         * modules/modechange (Makefile.am): Likewise.
22758         * modules/mountlist (Makefile.am): Likewise.
22759         * modules/nanosleep (Makefile.am): Likewise.
22760         * modules/openat (Makefile.am): Likewise.
22761         * modules/pagealign_alloc (Makefile.am): Likewise.
22762         * modules/physmem (Makefile.am): Likewise.
22763         * modules/poll (Makefile.am): Likewise.
22764         * modules/posixtm (Makefile.am): Likewise.
22765         * modules/posixver (Makefile.am): Likewise.
22766         * modules/putenv (Makefile.am): Likewise.
22767         * modules/quote (Makefile.am): Likewise.
22768         * modules/quotearg (Makefile.am): Likewise.
22769         * modules/raise (Makefile.am): Likewise.
22770         * modules/read-file (Makefile.am): Likewise.
22771         * modules/readline (Makefile.am): Likewise.
22772         * modules/readlink (Makefile.am): Likewise.
22773         * modules/readtokens (Makefile.am): Likewise.
22774         * modules/readutmp (Makefile.am): Likewise.
22775         * modules/realloc (Makefile.am): Likewise.
22776         * modules/regex (Makefile.am): Likewise.
22777         * modules/rename (Makefile.am): Likewise.
22778         * modules/rename-dest-slash (Makefile.am): Likewise.
22779         * modules/rijndael (Makefile.am): Likewise.
22780         * modules/rmdir (Makefile.am): Likewise.
22781         * modules/rpmatch (Makefile.am): Likewise.
22782         * modules/safe-read (Makefile.am): Likewise.
22783         * modules/safe-write (Makefile.am): Likewise.
22784         * modules/same (Makefile.am): Likewise.
22785         * modules/save-cwd (Makefile.am): Likewise.
22786         * modules/savedir (Makefile.am): Likewise.
22787         * modules/setenv (Makefile.am): Likewise.
22788         * modules/settime (Makefile.am): Likewise.
22789         * modules/sha1 (Makefile.am): Likewise.
22790         * modules/sig2str (Makefile.am): Likewise.
22791         * modules/snprintf (Makefile.am): Likewise.
22792         * modules/stdlib-safer (Makefile.am): Likewise.
22793         * modules/stpcpy (Makefile.am): Likewise.
22794         * modules/stpncpy (Makefile.am): Likewise.
22795         * modules/strcase (Makefile.am): Likewise.
22796         * modules/strcasestr (Makefile.am): Likewise.
22797         * modules/strchrnul (Makefile.am): Likewise.
22798         * modules/strcspn (Makefile.am): Likewise.
22799         * modules/strdup (Makefile.am): Likewise.
22800         * modules/strerror (Makefile.am): Likewise.
22801         * modules/strftime (Makefile.am): Likewise.
22802         * modules/strndup (Makefile.am): Likewise.
22803         * modules/strnlen (Makefile.am): Likewise.
22804         * modules/strpbrk (Makefile.am): Likewise.
22805         * modules/strsep (Makefile.am): Likewise.
22806         * modules/strstr (Makefile.am): Likewise.
22807         * modules/strtod (Makefile.am): Likewise.
22808         * modules/strtoimax (Makefile.am): Likewise.
22809         * modules/strtok_r (Makefile.am): Likewise.
22810         * modules/strtol (Makefile.am): Likewise.
22811         * modules/strtoll (Makefile.am): Likewise.
22812         * modules/strtoul (Makefile.am): Likewise.
22813         * modules/strtoull (Makefile.am): Likewise.
22814         * modules/strtoumax (Makefile.am): Likewise.
22815         * modules/strverscmp (Makefile.am): Likewise.
22816         * modules/time_r (Makefile.am): Likewise.
22817         * modules/timegm (Makefile.am): Likewise.
22818         * modules/tmpfile-safer (Makefile.am): Likewise.
22819         * modules/unistd-safer (Makefile.am): Likewise.
22820         * modules/unlinkdir (Makefile.am): Likewise.
22821         * modules/userspec (Makefile.am): Likewise.
22822         * modules/utime (Makefile.am): Likewise.
22823         * modules/utimecmp (Makefile.am): Likewise.
22824         * modules/utimens (Makefile.am): Likewise.
22825         * modules/vasnprintf (Makefile.am): Likewise.
22826         * modules/vasprintf (Makefile.am): Likewise.
22827         * modules/vsnprintf (Makefile.am): Likewise.
22828         * modules/xalloc (Makefile.am): Likewise.
22829         * modules/xgetcwd (Makefile.am): Likewise.
22830         * modules/xnanosleep (Makefile.am): Likewise.
22831         * modules/xreadlink (Makefile.am): Likewise.
22832         * modules/xstrtod (Makefile.am): Likewise.
22833         * modules/xstrtol (Makefile.am): Likewise.
22834         * modules/xstrtold (Makefile.am): Likewise.
22835         * modules/yesno (Makefile.am): Likewise.
22836
22837 2006-10-12  Jim Meyering  <jim@meyering.net>
22838
22839         * m4/getloadavg.m4: Revert the change below.
22840
22841         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
22842         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
22843         fail with a symlink, which is what coreutils' ./bootstrap now
22844         creates by default.
22845
22846 2006-10-12  Bruno Haible  <bruno@clisp.org>
22847
22848         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
22849         mingw.
22850         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
22851         MSVC and mingw explicitly.
22852
22853 2006-10-11  Simon Josefsson  <jas@extundo.com>
22854             Bruno Haible  <bruno@clisp.org>
22855
22856         Add support for multiple gnulib-tool invocations in the scope of a
22857         single configure.ac file.
22858         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
22859         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
22860         with the same contents as the _LIBADD variable.
22861         (func_emit_initmacro_start, func_emit_initmacro_end,
22862         func_emit_initmacro_done): New functions.
22863         (func_import, func_create_testdir): Invoke them. Allow the identifiers
22864         gl_LIBOBJS and gl_LTLIBOBJS.
22865
22866 2006-10-11  Bruno Haible  <bruno@clisp.org>
22867
22868         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
22869         (func_create_testdir): Don't create po/Makefile.am, don't invoke
22870         autoreconf. Instead, invoke autopoint explicitly but move back the
22871         *.m4 files from gnulib.
22872
22873 2006-10-11  Bruno Haible  <bruno@clisp.org>
22874
22875         * gnulib-tool (func_usage): Make module names after --create-testdir
22876         optional.
22877         (func_create_testdir): If no module was specified, use nearly all
22878         modules.
22879
22880 2006-10-12  Jim Meyering  <jim@meyering.net>
22881
22882         Big performance improvement for fts-based tools that use FTS_NOSTAT.
22883         Avoid spurious inode-mismatch problems on non-POSIX file systems.
22884         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
22885         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
22886         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
22887         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
22888         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
22889         (fts_set_stat_required): New function.
22890         (fts_open): Defer the calls to fts_stat, if possible or requested.
22891         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
22892         into fts_stat itself.
22893         (fts_read): Perform any required (deferred) fts_stat call.
22894         (fts_build): Likewise, for the directory we're about to open and read.
22895         In the readdir loop, carefully decide whether each entry will require
22896         an eventual call to fts_stat, using dirent.d_type info if available.
22897         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
22898         a command line argument into this function.  Update all callers.
22899         Map a return value of FTS_DOT to FTS_D for a command line argument.
22900         * modules/fts (Depends-on): Add d-type.  Alphabetize.
22901         Thanks to Miklos Szeredi for his tenacity and for the initial
22902         bug report about "find" failing on a FUSE-based file system.
22903
22904         * lib/fts.c (fts_open): Use consistent indentation.
22905
22906 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22907
22908         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
22909         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
22910         reported by Jim Meyering.  All uses of cache variables renamed
22911         to match Autoconf's.
22912         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
22913         the other one.
22914
22915         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
22916         Fix misspelling in diagnostic.
22917
22918 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22919
22920         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
22921         defined.  Problem reported by Matthew Woehlke.
22922
22923         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
22924         Add support for Tandem NonStop R series.
22925         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
22926         Use new macro.
22927
22928         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
22929         (has_trailing_slash): Omit size arg; all callers changed.
22930         Omit 'inline', since it doesn't help performance and we'd
22931         need to configure it.
22932         Don't count //, ///, etc. as having a trailing slash.
22933         As a side effect, this removes a C99ism reported by Matthew Woehlke.
22934         (rpl_rename_dest_slash): On failure, use rename's errno rather
22935         than (in some cases) an incorrect or junk errno.
22936         Simplify code by removing need to compute length; this does
22937         cause it to make two passes instead of one over the file name,
22938         but it's worth it.
22939
22940         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
22941         change, since Autoconf's version may no longer be appropriate now
22942         that we are using CVS Autoconf's version.  Add support for Tandem.
22943
22944 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22945             Bruno Haible  <bruno@clisp.org>
22946
22947         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
22948         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
22949         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
22950         gl_AC_TYPE_LONG_LONG.
22951
22952         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
22953         instead of HAVE_LONG_LONG.
22954         * lib/printf-args.c (printf_fetchargs): Likewise.
22955         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
22956         * lib/vasnprintf.c (VASNPRINTF): Likewise.
22957         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
22958         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
22959         gl_AC_TYPE_LONG_LONG.
22960
22961 2006-10-11  Bruno Haible  <bruno@clisp.org>
22962
22963         * m4/longlong.m4: Add comments.
22964         * m4/ulonglong.m4: Likewise.
22965
22966 2006-10-10  Bruno Haible  <bruno@clisp.org>
22967
22968         Make it possible to #define stpcpy, strdup to aliases.
22969         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
22970         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
22971
22972 2006-10-10  Bruno Haible  <bruno@clisp.org>
22973
22974         Make it possible to #define gcd to an alias.
22975         * lib/gcd.c: Include config.h.
22976
22977 2006-10-10  Bruno Haible  <bruno@clisp.org>
22978
22979         Make it possible to #define c_isascii to an alias.
22980         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
22981         defined. Undefine the macros before defining them, to avoid gcc
22982         warnings.
22983         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
22984         define NO_C_CTYPE_MACROS early.
22985
22986 2006-10-10  Bruno Haible  <bruno@clisp.org>
22987
22988         Make it possible to #define set_program_name to an alias.
22989         * lib/progname.c: Don't undefine set_program_name; instead, undefine
22990         ENABLE_RELOCATABLE early.
22991
22992 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22993
22994         Port to Tandem NSK OSS, which has 64-bit signed int but at most
22995         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
22996         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
22997         More generally, don't assume that 64-bit signed int is available
22998         if unsigned int is, and vice versa.
22999         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
23000         unsigned symbols, not on their signed counterparts.
23001         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
23002         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
23003         (UINT64_C, UINTMAX_C):
23004         Likewise.
23005         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
23006         unsigned counterparts.
23007         (Have_long_long, Unsigned): New macros.
23008         (Int): Renamed from INT.
23009         (strtoimax): Use the new macros.
23010         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
23011         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
23012         * modules/inttypes (inttypes.h): Substitute
23013         HAVE_UNSIGNED_LONG_LONG_INT.
23014         * modules/stdint (stdint.h): Likewise.
23015         (Files): Add m4/ulonglong.m4.
23016
23017 2006-10-10  Bruno Haible  <bruno@clisp.org>
23018
23019         Fix a gcc -Wshadow warning.
23020         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
23021         to 'bucket'.
23022         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
23023         gl_linked_indexof_from_to): Likewise.
23024         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
23025         Likewise.
23026         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
23027         Likewise.
23028         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
23029         Reported by Eric Blake.
23030
23031 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
23032
23033         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
23034         for NetBSD.  Problem reported by Bruno Haible.
23035
23036 2006-10-09  Jim Meyering  <jim@meyering.net>
23037
23038         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
23039         Patch from Bruno Haible.
23040
23041 2006-10-09  Jim Meyering  <jim@meyering.net>
23042
23043         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
23044         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
23045         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
23046
23047 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
23048
23049         Don't include <config.h> twice; this doesn't work in some cases,
23050         e.g., when config.h has "#define intmax_t long long int" and
23051         we include <config.h>, <inttypes.h>, <config.h> in that order.
23052         Problem reported by Matthew Woehlke in:
23053         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
23054         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
23055         * lib/fts-cycle.c: Don't include config.h.
23056         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
23057         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
23058         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
23059         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
23060         inttypes.h.
23061         * lib/xstrtoumax.c: Likewise.
23062         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
23063         __strtol and the like, so that this module is more like its siblings.
23064         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
23065         Remove; no longer needed now that we assume gnulib inttypes.h.
23066
23067 2006-10-08  Bruno Haible  <bruno@clisp.org>
23068
23069         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
23070         option.
23071
23072 2006-10-07  Jim Meyering  <jim@meyering.net>
23073
23074         * modules/inttypes (inttypes.h): Revert what seems to have been
23075         an inadvertent part of today's change: use "|", not "/" in the
23076         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
23077
23078 2006-10-07  Bruno Haible  <bruno@clisp.org>
23079
23080         * modules/sublist: New file.
23081
23082 2006-10-07  Bruno Haible  <bruno@clisp.org>
23083
23084         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
23085         * modules/argz (argz.h): Likewise.
23086         * modules/arpa_inet (arpa/inet.h): Likewise.
23087         * modules/byteswap (byteswap.h): Likewise.
23088         * modules/configmake (configmake.h): Likewise.
23089         * modules/fcntl (fcntl.h): Likewise.
23090         * modules/fnmatch (fnmatch.h): Likewise.
23091         * modules/getopt (getopt.h): Likewise.
23092         * modules/glob (glob.h): Likewise.
23093         * modules/inttypes (inttypes.h): Likewise.
23094         * modules/netinet_in (netinet/in.h): Likewise.
23095         * modules/poll (poll.h): Likewise.
23096         * modules/stdbool (stdbool.h): Likewise.
23097         * modules/stdint (stdint.h): Likewise.
23098         * modules/sys_select (sys/select.h): Likewise.
23099         * modules/sys_socket (sys/socket.h): Likewise.
23100         * modules/sys_stat (sys/stat.h): Likewise.
23101         * modules/sysexits (sysexits.h): Likewise.
23102         * modules/unistd (unistd.h): Likewise.
23103         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23104         Add a "DO NOT EDIT" comment to the generated file.
23105         (func_import): Likewise for gnulib-comp.m4.
23106
23107 2006-10-07  Bruno Haible  <bruno@clisp.org>
23108
23109         * lib/gl_sublist.h: New file.
23110         * lib/gl_sublist.c: New file.
23111
23112 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
23113
23114         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
23115         name (relative to the original working directory) and the file
23116         name component (relative to the temporary working directory).  All
23117         callers changed.
23118         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
23119         * lib/mkdir-p.c (make_dir_parents): Likewise.
23120         * lib/mkdir-p.h (make_dir_parents): Likewise.
23121
23122 2006-10-06  Eric Blake  <ebb9@byu.net>
23123
23124         Define several macros for use by the clean-temp module.
23125         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
23126         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
23127         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
23128
23129         * lib/clean-temp.h (close_stream_temp): New declaration.
23130         * lib/clean-temp.c (includes): Pull in headers according to what
23131         other modules are in use.
23132         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
23133
23134 2006-10-06  Bruno Haible  <bruno@clisp.org>
23135
23136         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
23137         instead of fopen, fwriteerror.
23138
23139 2006-10-06  Bruno Haible  <bruno@clisp.org>
23140
23141         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
23142         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
23143         int.
23144         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
23145         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
23146         Return an error indicator.
23147         Suggested by Eric Blake.
23148
23149 2006-10-06  Bruno Haible  <bruno@clisp.org>
23150
23151         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
23152         Reported by Eric Blake.
23153
23154 2006-10-06  Bruno Haible  <bruno@clisp.org>
23155
23156         * modules/closeout (Description): Mention stderr too.
23157
23158 2006-10-06  Bruno Haible  <bruno@clisp.org>
23159         and Paul Eggert  <eggert@cs.ucla.edu>
23160
23161         * lib/closeout.c (close_stdout): Also close stderr.
23162         * lib/closeout.h: Update comment.
23163
23164 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23165
23166         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
23167         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
23168         * lib/dirchownmod.c: Include lchown.h.
23169         * lib/lchown.c: Don't include files that lchown.h now includes.
23170         Don't declare chown, since lchown.h now does that.
23171         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
23172         (lchown): Define to rpl_chown if lchown is declared but
23173         does not exist.  Declare using a prototype if lchown is not
23174         declared.  Add a copyright notice.
23175         * lib/mkstemp.h: Include <unistd.h>.
23176         * lib/openat.c: Include lchown.h.
23177
23178         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
23179         we now test for that separately.
23180         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
23181         rather than O_NOFOLLOW, when testing whether it's possible to
23182         avoid a race condition reliably.
23183         * lib/savewd.c (savewd_chdir): Likewise.
23184
23185         Remove macros that are no longer needed now that stdint.h is
23186         reliable.
23187         * lib/fsusage.c (UINTMAX_MAX): Remove.
23188         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
23189         * lib/utimecmp.c (SIZE_MAX): Remove.
23190
23191         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
23192
23193         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
23194         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
23195         O_NOATIME works.
23196
23197 2006-10-05  Bruno Haible  <bruno@clisp.org>
23198
23199         * lib/gl_list.h (gl_sortedlist_search_from_to,
23200         gl_sortedlist_indexof_from_to): New declarations.
23201         (gl_list_implementation): New fields sortedlist_search_from_to,
23202         sortedlist_indexof_from_to.
23203         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
23204         inline functions.
23205         * lib/gl_list.c (gl_sortedlist_search_from_to,
23206         gl_sortedlist_indexof_from_to): New functions.
23207         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
23208         function.
23209         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
23210         (gl_array_sortedlist_search_from_to): New function.
23211         (gl_array_list_implementation): Update.
23212         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
23213         function.
23214         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
23215         (gl_carray_sortedlist_search_from_to): New function.
23216         (gl_carray_list_implementation): Update.
23217         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
23218         gl_linked_sortedlist_indexof_from_to): New functions.
23219         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23220         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23221         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
23222         gl_tree_sortedlist_indexof_from_to): New functions.
23223         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23224         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23225         Update.
23226         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23227         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
23228         Update.
23229
23230 2006-10-05  Bruno Haible  <bruno@clisp.org>
23231
23232         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
23233         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
23234         (struct gl_list_implementation): Add fields search_from_to,
23235         indexof_from_to. Remove fields search, indexof.
23236         (gl_list_search): Use the search_from_to method.
23237         (gl_list_search_from, gl_list_search_from_to): New functions.
23238         (gl_list_indexof): Use the indexof_from_to method.
23239         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23240         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
23241         (gl_list_search_from, gl_list_search_from_to): New functions.
23242         (gl_list_indexof): Use the indexof_from_to method.
23243         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23244         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
23245         gl_array_indexof. Add start_index, end_index arguments.
23246         (gl_array_search_from_to): Renamed from gl_array_search. Add
23247         start_index, end_index arguments.
23248         (gl_array_remove, gl_array_list_implementation): Update.
23249         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
23250         gl_carray_indexof. Add start_index, end_index arguments.
23251         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
23252         start_index, end_index arguments.
23253         (gl_carray_remove, gl_carray_list_implementation): Update.
23254         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
23255         gl_linked_search. Add start_index, end_index arguments.
23256         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
23257         start_index, end_index arguments.
23258         (gl_linked_remove): Update.
23259         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23260         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23261         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
23262         field to 'size_t'.
23263         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
23264         gl_tree_search. Add start_index, end_index arguments.
23265         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23266         start_index, end_index arguments.
23267         (gl_tree_remove): Update.
23268         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23269         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23270         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
23271         function.
23272         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
23273         gl_tree_search. Add start_index, end_index arguments.
23274         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23275         start_index, end_index arguments.
23276         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23277         Update.
23278         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23279
23280 2006-10-05  Bruno Haible  <bruno@clisp.org>
23281
23282         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
23283
23284         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
23285         fwriteerror_temp): New declarations.
23286         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
23287         (descriptors): New variable.
23288         (cleanup): First, close the descriptors.
23289         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
23290         fclose_temp, fwriteerror_temp): New functions.
23291
23292 2006-10-04  Jim Meyering  <jim@meyering.net>
23293
23294         * lib/fts.c (fts_open): Tiny comment change.
23295
23296 2006-10-04  Bruno Haible  <bruno@clisp.org>
23297
23298         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
23299         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
23300         gl_LOCK_BODY.
23301         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
23302         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
23303         gl_LOCK_EARLY_BODY.
23304         (gl_LOCK): Require gl_LOCK_BODY.
23305
23306 2006-10-04  Bruno Haible  <bruno@clisp.org>
23307
23308         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
23309         (gl_oset_search_atleast): New declaration.
23310         (struct gl_oset_implementation): Add field 'search_atleast'.
23311         (gl_oset_search_atleast): New inline function.
23312         * lib/gl_oset.c (gl_oset_search_atleast): New function.
23313         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
23314         (gl_array_oset_implementation): Update.
23315         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
23316         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
23317         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
23318
23319 2006-10-04  Bruno Haible  <bruno@clisp.org>
23320
23321         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
23322
23323 2006-10-03  Bruno Haible  <bruno@clisp.org>
23324
23325         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
23326         from gl_avltreehash_list_implementation.
23327
23328 2006-10-03  Bruno Haible  <bruno@clisp.org>
23329
23330         * lib/gl_oset.c (gl_oset_add): Fix return type.
23331
23332 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
23333
23334         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
23335
23336 2006-10-02  Eric Blake  <ebb9@byu.net>
23337
23338         * modules/strnlen (Depends-on): Add extensions.
23339
23340 2006-10-02  Eric Blake  <ebb9@byu.net>
23341
23342         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
23343         definition in 2.60+.
23344
23345 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
23346
23347         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
23348         checks.
23349
23350 2006-10-02  Bruno Haible  <bruno@clisp.org>
23351
23352         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
23353         to the AUTOMAKE_OPTIONS.
23354         Reported by Jim Meyering.
23355
23356 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23357
23358         Work around bug in Solaris 10 /proc file system:
23359         /proc/self/fd/NNN/.. isn't the parent directory of
23360         the directory whose file descriptor is NNN.  This needs to
23361         be worked around at run time, not compile time, since a
23362         program might be built on Solaris 8, where things work, and
23363         run on Solaris 10.
23364         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
23365         to use the following interface instead:
23366         (OPENAT_BUFFER_SIZE): New macro.
23367         (openat_proc_name): New function.
23368         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
23369         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
23370         Likewise.
23371         * lib/openat-proc.c: New file.
23372         * modules/openat (Files): Add lib/openat-proc.c.
23373         (Depends-on): Add same-inode, stdbool.
23374         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
23375
23376 2006-09-29  Bruno Haible  <bruno@clisp.org>
23377
23378         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
23379         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
23380         argument. Set stdout_closed before testing for ferror, not after.
23381         (fwriteerror, fwriteerror_no_ebadf): New functions.
23382
23383 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23384
23385         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
23386
23387 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
23388
23389         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
23390         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
23391
23392 2006-09-28  Jim Meyering  <jim@meyering.net>
23393
23394         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
23395         Include <unistd.h>.
23396
23397 2006-09-28  Bruno Haible  <bruno@clisp.org>
23398
23399         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
23400         * modules/linkedhash-list (Depends-on): Likewise.
23401         * modules/rbtreehash-list (Depends-on): Likewise.
23402
23403 2006-09-28  Bruno Haible  <bruno@clisp.org>
23404
23405         * lib/strndup.h: Simplify the redefinition of strndup.
23406         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
23407         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
23408
23409 2006-09-28  Bruno Haible  <bruno@clisp.org>
23410
23411         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
23412         * lib/gl_linkedhash_list.c: Likewise.
23413         * lib/gl_rbtreehash_list.c: Likewise.
23414
23415 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23416
23417         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
23418         getaddrinfo.
23419
23420         * lib/__fpending.h: Don't include <stdio_ext.h> unless
23421         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
23422         it causes <stdio_ext.h> to cause a compile-time error.
23423         Problem reported by Nelson H. F. Beebe.
23424         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
23425         of HAVE_DECL___PENDING.
23426
23427         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
23428         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
23429         declaration.
23430
23431 2006-09-27  Jim Meyering  <jim@meyering.net>
23432
23433         This file could end up with a definition for a function
23434         named __strndup, rather than rpl_strndup on a system with
23435         incomplete weak_alias support.
23436         * lib/strndup.c (strndup): Rename from __strndup.
23437         Remove #defines that used to map __strndup to strndup.
23438         Don't use K&R prototypes.
23439         Remove LIBC-related code, since this file is not sync'd with glibc.
23440         * lib/strndup.h: Revamp, accordingly.
23441         * m4/strndup.m4: Modernize.
23442
23443 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
23444
23445         * modules/savewd (Depends-on): Add 'raise'.
23446         * lib/savewd.c: Include <signal.h>, for 'raise'.
23447
23448 2006-09-26  Jim Meyering  <jim@meyering.net>
23449
23450         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
23451         when we detect Darwin 8.7.0's acl_get_file bug.
23452         Rearrange to perform the new (below) run-test while $LIBS
23453         contains any acl-related library.  Set USE_ACL at the end.
23454         (gl_ACL_GET_FILE): New function.
23455
23456 2006-09-26  Eric Blake  <ebb9@byu.net>
23457
23458         * lib/verror.c: Include <config.h> unconditionally.
23459
23460 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
23461
23462         * modules/clock-time (Maintainer): Add self.
23463         * modules/getlogin_r (Depends-on): Add extensions.
23464
23465 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23466
23467         * modules/clock-time: New module.
23468         * modules/nanosleep (Depends-on): Add clock-time.
23469         * modules/gethrxtime (Depends-on): Likewise.
23470         * modules/gettime (Depends-on): Likewise.
23471         * modules/settime (Depends-on): Likewise.
23472
23473         * modules/fts-lgpl: Depend on openat.
23474         * modules/mkancesdirs: Depend on savewd.
23475         * modules/mkdir-p: Likewise.
23476
23477 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23478
23479         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
23480
23481         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
23482         `gl_have_arbitrary_file_name_length_limit' to
23483         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
23484         actually works between configure runs.
23485
23486 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23487             Bruno Haible  <bruno@clisp.org>
23488
23489         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
23490
23491 2006-09-25  Jim Meyering  <jim@meyering.net>
23492
23493         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
23494         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
23495
23496 2006-09-25  Eric Blake  <ebb9@byu.net>
23497
23498         * gnulib-tool (func_import, func_create_testdir): Fix typos in
23499         exec's in 2006-09-18 patch when shuffling fds.
23500
23501 2006-09-25  Bruno Haible  <bruno@clisp.org>
23502
23503         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
23504         Reported by Jim Meyering.
23505
23506 2006-09-24  Jim Meyering  <jim@meyering.net>
23507
23508         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
23509         compare a pointer against a literal "0".  That caused failures with
23510         at least HP-UX's hpcc.
23511
23512 2006-09-22  Simon Josefsson  <jas@extundo.com>
23513
23514         * modules/gc-sha1:
23515         * modules/gc-md4:
23516         * modules/gc-hmac-sha1:
23517         * modules/gc-hmac-md5:
23518         * modules/gc-des:
23519         * modules/gc-arcfour: Distribute more files.
23520
23521 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23522
23523         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
23524         (gl_linked_iterator_from_to): Initialize struct completely.
23525         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
23526         (gl_tree_iterator_from_to): Likewise
23527         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
23528         * lib/gl_array_list.c [lint] (gl_array_iterator)
23529         (gl_array_iterator_from_to): Likewise.
23530         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
23531         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
23532         (gl_carray_iterator_from_to): Likewise.
23533
23534         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
23535         * lib/md4.c (md4_process_block): Remove unused variable.
23536         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
23537         parentheses for clarity.
23538
23539 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23540
23541         * modules/bison-i18n (Depends-on): Add gettext.
23542
23543 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23544
23545         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
23546         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
23547         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
23548         also add missing comma that caused broken test.
23549         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
23550         stdlib.h, for `abort'.
23551         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
23552         variables.
23553         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
23554         include unistd.h if present, for `rmdir'.
23555         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
23556         variables.
23557         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
23558         in the process include standard headers for prototypes.
23559         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
23560         gets declared on GNU/Linux.
23561         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
23562         unistd.h, for `rmdir'.
23563         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
23564
23565         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
23566         always true.
23567         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
23568
23569         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
23570
23571 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23572
23573         * gnulib-tool (func_version): Create output all at once.  This
23574         may help avoid triggering unnecessary SIGPIPEs, and at any
23575         rate it doesn't hurt.
23576
23577 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23578             Bruno Haible  <bruno@clisp.org>
23579
23580         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
23581         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23582         * m4/signed.m4 (bh_C_SIGNED): Likewise.
23583
23584         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
23585         (gl_FUNC_VASPRINTF): Invoke it.
23586
23587 2006-09-22  Bruno Haible  <bruno@clisp.org>
23588
23589         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
23590         getloadavg.c as first argument.
23591
23592 2006-09-22  Bruno Haible  <bruno@clisp.org>
23593
23594         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
23595         at the beginning of the gl_INIT macro.
23596         * modules/getloadavg (configure.ac): Pass $gl_source_base to
23597         gl_GETLOADAVG.
23598
23599 2006-09-22  Bruno Haible  <bruno@clisp.org>
23600
23601         * gnulib-tool (func_create_megatestdir): Don't include the config-h
23602         module.
23603         Suggested by Ralf Wildenhues.
23604
23605 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23606
23607         Import this patch from libc:
23608
23609         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
23610
23611         * lib/regex_internal.c (re_string_reconstruct): Handle
23612         offset < pstr->valid_raw_len && pstr->offsets_needed case.
23613         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
23614         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
23615         re_string_context_at.
23616
23617         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
23618         now requires it.
23619         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
23620         gl_REGEX now does it for us.
23621         (gl_REGEX): Add test taken from
23622         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
23623
23624         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
23625         Check that large offsets work.  Modernize Autoconf usages.
23626         Prefer "yes" to mean a good thing rather than a bad.
23627         Don't put "#define mkstemp" in config.h, as this might interfere
23628         with standard system headers that "#define mkstemp mkstemp64".
23629
23630         * modules/mkstemp (Depends-on): Add extensions, so that
23631         mkstemp is visible on some platforms.
23632         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
23633         (Include): Change to "mkstemp.h" from <stdlib.h>.
23634         (Files): Add mkstemp.h.
23635
23636         * lib/mkstemp.h: New file, since some standard headers
23637         #define mkstemp.
23638         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
23639         Include "mkstemp.h".
23640         Make the _LIBC code resemble glibc original more,
23641         e.g., use K&R style.
23642         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
23643         (mkstemp): Remove, since mkstemp.h does this for us.
23644         * lib/stdlib--.h: Include mkstemp.h.
23645
23646         Import this patch from libc:
23647
23648         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23649
23650         * lib/tempname.c (__gen_tempname): Change attempts_min
23651         into a macro.  Use preprocessor to decide how to initialize
23652         attempts [Coverity CID 67].
23653
23654 2006-09-20  Bruno Haible  <bruno@clisp.org>
23655
23656         * lib/mkdtemp.c: Import from libc.
23657         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23658                 * sysdeps/posix/tempname.c (__gen_tempname): Change
23659                 attempts_min into a macro.  Use preprocessor to decide how to
23660                 initialize attempts [Coverity CID 67].
23661         2001-11-27  Paul Eggert  <eggert@twinsun.com>
23662                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
23663                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
23664
23665 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23666
23667         * gnulib-tool (func_exit): New function, to allow to pass the
23668         exit status portably through the trap.  Use everywhere.
23669         (--help, --version): Signal a write error.
23670         (trap): catch SIGPIPE, for write errors.
23671         Exit at the end of the trap, with the correct exit status.
23672
23673 2006-09-19  Karl Berry  <karl@gnu.org>
23674
23675         * doc/gnulib.texi: note about the license texinfo files.
23676
23677 2006-09-19  Eric Blake  <ebb9@byu.net>
23678
23679         * gnulib-tool: Avoid space-tab.
23680
23681 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23682
23683         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
23684         that prevented coreutils 6.1 from building.  Problem reported
23685         by Petter Reinholdtsen.
23686
23687 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23688
23689         * gnulib-tool (avoidlist): Fix typo that broke options like
23690         --avoid=lock that are used by coreutils bootstrap.
23691
23692 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
23693
23694         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
23695         more systematically.
23696
23697 2006-09-18  Jim Meyering  <jim@meyering.net>
23698
23699         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
23700
23701 2006-09-18  Bruno Haible  <bruno@clisp.org>
23702
23703         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
23704
23705 2006-09-18  Bruno Haible  <bruno@clisp.org>
23706
23707         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
23708         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
23709         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
23710         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
23711         * m4/gettext.m4: Require autoconf >= 2.52.
23712         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
23713         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
23714         of gl_cv_header_inttypes_h.
23715
23716 2006-09-18  Bruno Haible  <bruno@clisp.org>
23717
23718         * lib/javaversion.c: Include configmake.h.
23719
23720 2006-09-18  Bruno Haible  <bruno@clisp.org>
23721
23722         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
23723         avoid that the while loops be executed in a subshell.
23724
23725 2006-09-18  Bruno Haible  <bruno@clisp.org>
23726
23727         * MODULES.html.sh (func_module): Break long lines.
23728         Suggested by Bruce Korb <bkorb@gnu.org>.
23729
23730 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23731
23732         Speed up by a factor of 1.12.
23733         * gnulib-tool (nl): New variable.
23734         (func_import): Rewrite include directive extraction to only read each
23735         directive once.
23736
23737 2006-09-17  Bruno Haible  <bruno@clisp.org>
23738
23739         * modules/javaversion (Makefile.am): Remove DEFS setting.
23740         (Depends-on): Add configmake, for PKGDATADIR definition.
23741
23742 2006-09-17  Bruno Haible  <bruno@clisp.org>
23743
23744         * gnulib-tool (func_create_testdir): Rewrite all files at once.
23745
23746 2006-09-17  Bruno Haible  <bruno@clisp.org>
23747
23748         * gnulib-tool (func_append): New function, stolen from libtool.m4.
23749         (func_modules_transitive_closure, func_modules_add_dummy,
23750         func_modules_to_filelist, func_import, func_create_testdir,
23751         func_create_megatestdir, ...): Use it wherever possible.
23752         Suggested by Ralf Wildenhues.
23753
23754 2006-09-16  Karl Berry  <karl@gnu.org>
23755
23756         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
23757         to avoid sectioning errors.
23758         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
23759         [ifinfo]: blank line after @center-ed titles.
23760         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
23761         Spell FSF address consistently with others.
23762         (These changes approved by rms.)
23763
23764 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23765
23766         Speed up by a factor of 1.61.
23767         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
23768         already checked module names again.
23769
23770 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23771
23772         Speed up by a factor of 1.13.
23773         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
23774         for new_files, and the input to func_add_or_update.
23775
23776 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23777
23778         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
23779         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
23780
23781 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23782
23783         * modules/mkancesdirs (Depends-on): Add fcntl.
23784         * modules/savewd: New file.
23785         * MODULES.html.sh (File system functions): Add savewd.
23786
23787         * modules/configmake (Makefile.am): Add support for the
23788         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
23789
23790 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23791
23792         * m4/savewd.m4: New file.
23793
23794 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23795
23796         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
23797         (dirchownmod): New arg FD.  All callers changed.
23798         Use FD rather than opening the directory ourself, as opening is
23799         now the caller's responsibility.
23800         * lib/dirchownmod.h: Likewise.
23801         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
23802         hosts that require <sys/types.h> before <sys/stat.h>.  Include
23803         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
23804         (test_dir): Remove.
23805         (mkancesdirs): Return length of prefix of FILE that has already
23806         been made, or -2 if there is a child doing the work.  Redo
23807         algorithm so that it is O(N) rather than O(N**2).  Optimize away
23808         ".", and treat ".." specially since it might stray back into
23809         already-created areas.  Use a subprocess if necessary.  New arg
23810         WD; all users changed.  MAKE_DIR function should now return 1
23811         if it creates a directory that is not readable.  Return -2 if
23812         a child process is spun off.
23813         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
23814         Adjust signature to match code.
23815         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
23816         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
23817         all users changed.
23818         * lib/savewd.c, lib/savewd.h: New files.
23819
23820 2006-09-15  Jim Meyering  <jim@meyering.net>
23821
23822         * modules/rename-dest-slash: New module.
23823         * MODULES.html.sh (posix_compat): Add it here.
23824
23825         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
23826
23827 2006-09-15  Jim Meyering  <jim@meyering.net>
23828
23829         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
23830         file.
23831
23832         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
23833
23834 2006-09-15  Jim Meyering  <jim@meyering.net>
23835
23836         * lib/rename-dest-slash.c (has_trailing_slash): Use
23837         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
23838         (rpl_rename_dest_slash): Perform the cheaper trailing slash
23839         test before testing whether SRC is a directory.
23840         Suggestions from Bruno Haible.
23841
23842         Avoid a warning about an unused variable.
23843         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
23844         into the #ifdef block where it's used.
23845
23846         * lib/rename-dest-slash.c: New file.
23847
23848 2006-09-14  Bruno Haible  <bruno@clisp.org>
23849
23850         * lib/allocsa.c: Include <config.h> unconditionally.
23851         * lib/asnprintf.c: Likewise.
23852         * lib/asprintf.c: Likewise.
23853         * lib/c-strcasecmp.c: Likewise.
23854         * lib/c-strcasestr.c: Likewise.
23855         * lib/c-strncasecmp.c: Likewise.
23856         * lib/c-strstr.c: Likewise.
23857         * lib/classpath.c: Likewise.
23858         * lib/clean-temp.c: Likewise.
23859         * lib/concatpath.c: Likewise.
23860         * lib/copy-file.c: Likewise.
23861         * lib/csharpcomp.c: Likewise.
23862         * lib/csharpexec.c: Likewise.
23863         * lib/execute.c: Likewise.
23864         * lib/fatal-signal.c: Likewise.
23865         * lib/findprog.c: Likewise.
23866         * lib/fwriteerror.c: Likewise.
23867         * lib/gl_array_list.c: Likewise.
23868         * lib/gl_array_oset.c: Likewise.
23869         * lib/gl_avltree_list.c: Likewise.
23870         * lib/gl_avltree_oset.c: Likewise.
23871         * lib/gl_avltreehash_list.c: Likewise.
23872         * lib/gl_carray_list.c: Likewise.
23873         * lib/gl_linked_list.c: Likewise.
23874         * lib/gl_linkedhash_list.c: Likewise.
23875         * lib/gl_list.c: Likewise.
23876         * lib/gl_oset.c: Likewise.
23877         * lib/gl_rbtree_list.c: Likewise.
23878         * lib/gl_rbtree_oset.c: Likewise.
23879         * lib/gl_rbtreehash_list.c: Likewise.
23880         * lib/imaxabs.c: Likewise.
23881         * lib/imaxdiv.c: Likewise.
23882         * lib/javacomp.c: Likewise.
23883         * lib/javaexec.c: Likewise.
23884         * lib/javaversion.c: Likewise.
23885         * lib/linebreak.c: Likewise.
23886         * lib/localcharset.c: Likewise.
23887         * lib/lock.c: Likewise.
23888         * lib/mbchar.c: Likewise.
23889         * lib/mbswidth.c: Likewise.
23890         * lib/mkdtemp.c: Likewise.
23891         * lib/pipe.c: Likewise.
23892         * lib/printf-args.c: Likewise.
23893         * lib/printf-parse.c: Likewise.
23894         * lib/progname.c: Likewise.
23895         * lib/progreloc.c: Likewise.
23896         * lib/readlink.c: Likewise.
23897         * lib/sh-quote.c: Likewise.
23898         * lib/stpcpy.c: Likewise.
23899         * lib/stpncpy.c: Likewise.
23900         * lib/strcasecmp.c: Likewise.
23901         * lib/strcasestr.c: Likewise.
23902         * lib/strcspn.c: Likewise.
23903         * lib/striconv.c: Likewise.
23904         * lib/strncasecmp.c: Likewise.
23905         * lib/strnlen1.c: Likewise.
23906         * lib/strstr.c: Likewise.
23907         * lib/strtok_r.c: Likewise.
23908         * lib/tls.c: Likewise.
23909         * lib/tmpdir.c: Likewise.
23910         * lib/unicodeio.c: Likewise.
23911         * lib/unsetenv.c: Likewise.
23912         * lib/vasnprintf.c: Likewise.
23913         * lib/vasprintf.c: Likewise.
23914         * lib/wait-process.c: Likewise.
23915         * lib/xallocsa.c: Likewise.
23916         * lib/xsetenv.c: Likewise.
23917         * lib/xstriconv.c: Likewise.
23918
23919 2006-09-13  Simon Josefsson  <jas@extundo.com>
23920
23921         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
23922         that internally, suggested by Ralf Wildenhues
23923         <Ralf.Wildenhues@gmx.de>.
23924
23925 2006-09-13  Simon Josefsson  <jas@extundo.com>
23926
23927         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
23928         @LIBOBJS@.
23929         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23930
23931 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23932
23933         * lib/_fpending.c: Include <config.h> unconditionally, since we no
23934         longer worry about uses that don't define HAVE_CONFIG_H.
23935         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
23936         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
23937         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
23938         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
23939         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
23940         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
23941         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
23942         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
23943         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
23944         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
23945         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
23946         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
23947         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
23948         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
23949         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
23950         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
23951         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
23952         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
23953         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
23954         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
23955         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
23956         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
23957         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
23958         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
23959         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
23960         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
23961         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
23962         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
23963         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
23964         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
23965         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
23966         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
23967         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
23968         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
23969         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
23970         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
23971         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
23972         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
23973         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
23974         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
23975         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
23976         Likewise.
23977
23978 2006-09-13  Eric Blake  <ebb9@byu.net>
23979
23980         * lib/getopt.c: Fix typo in last commit.
23981
23982 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23983
23984         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
23985         dgettext.
23986
23987 2006-09-12  Jim Meyering  <jim@meyering.net>
23988
23989         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
23990         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
23991         Reported by Nelson H. F. Beebe.
23992
23993 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23994
23995         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
23996         program_invocation_name and program_invocation_short_name are
23997         initialized.
23998         * lib/argp-namefrob.h: Move declarations of program_invocation_name
23999         and program_invocation_short_name to argp.h, so they are visible
24000         to user programs.
24001         * lib/argp.h: Likewise
24002
24003 2006-09-10  Bruno Haible  <bruno@clisp.org>
24004
24005         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24006         m4/inttypes_h.m4, m4/uintmax_t.m4.
24007
24008 2006-09-10  Bruno Haible  <bruno@clisp.org>
24009
24010         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
24011         gl_AC_TYPE_UINTMAX_T.
24012
24013 2006-09-10  Bruno Haible  <bruno@clisp.org>
24014
24015         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
24016
24017 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
24018
24019         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
24020         convention.  Text proposed by Bruno Haible.
24021         (struct argp_option): Document the use of N_() wrappers.
24022
24023         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
24024         '\v', and translate the two parts separately, instead of feeding
24025         the whole string to gettext.  This allows to exclude
24026         '\v' from the strings visible to the translator by writing doc
24027         strings as N_("..") "\v" N_("..").
24028
24029 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
24030
24031         * config/srclist.txt: Undo latest change; the bug was fixed.
24032
24033 2006-09-09  Bruno Haible  <bruno@clisp.org>
24034
24035         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
24036         assignments if building a library without libtool.
24037         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
24038         in func_emit_lib_Makefile_am.
24039         (func_import): When building a static library libfoo.a, arrange to
24040         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
24041         (func_create_testdir): Likewise.
24042         * modules/gc (configure.ac, Makefile.am): If building statically,
24043         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
24044         * modules/iconvme (configure.ac, Makefile.am): Likewise.
24045         * modules/striconv (configure.ac, Makefile.am): Likewise.
24046         Based on a suggestion by Ralf Wildenhues.
24047
24048 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24049
24050         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
24051         Check for unistd.h too, since Autoconf doesn't assume POSIX.
24052         Also:
24053
24054         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24055         Add year_2050_test to catch glibc bug 2821
24056         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24057
24058         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24059         Prefer #ifdef to #if.
24060
24061         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
24062         Return from 'main' instead of calling 'exit'.
24063
24064 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24065
24066         * lib/mktime.c (guess_time_tm): Fix bug where mktime
24067         returned the maximum time_t value rather than (time_t) -1.
24068         Problem originally reported by William Bardwell
24069         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
24070
24071         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24072         Moved to here ...
24073         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
24074         ... from here.
24075
24076 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
24077
24078         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
24079         2821 is fixed.
24080
24081 2006-09-08  Jim Meyering  <jim@meyering.net>
24082
24083         Don't make generated files read-only.  That would bother too many
24084         people.  However, do retain the ability to work when targets are
24085         read-only: remove the destination and temporary files before writing
24086         them (when generated via sed or echo), or by using the -f option for
24087         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
24088         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24089         * modules/byteswap, modules/configmake, modules/fcntl:
24090         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24091         * modules/localcharset, modules/netinet_in, modules/poll:
24092         * modules/stdbool, modules/stdint, modules/sys_select:
24093         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24094
24095 2006-09-08  Jim Meyering  <jim@meyering.net>
24096
24097         Avoid new build failure on FreeBSD 6.0.
24098         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
24099         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
24100         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
24101
24102 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24103
24104         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
24105
24106 2006-09-07  Jim Meyering  <jim@meyering.net>
24107
24108         Fix global typo in last change: use chmod u-w, not chmod u-x.
24109         Spotted by Paul Eggert and Bruce Korb.
24110         * modules/alloca-opt, modules/argz, modules/arpa_inet:
24111         * modules/byteswap, modules/configmake, modules/fcntl:
24112         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
24113         * modules/localcharset, modules/netinet_in, modules/poll:
24114         * modules/stdbool, modules/stdint, modules/sys_select:
24115         * modules/sys_socket, modules/sys_stat, modules/sysexits:
24116
24117 2006-09-06  Jim Meyering  <jim@meyering.net>
24118
24119         Make generated files be read-only.
24120         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
24121         Ensure that each generated file is now read-only.
24122         * modules/argz: Likewise.
24123         * modules/arpa_inet: Likewise.
24124         * modules/byteswap: Likewise.
24125         * modules/configmake: Likewise.
24126         * modules/fcntl: Likewise.
24127         * modules/fnmatch: Likewise.
24128         * modules/getopt: Likewise.
24129         * modules/glob: Likewise.
24130         * modules/inttypes: Likewise.
24131         * modules/netinet_in: Likewise.
24132         * modules/poll: Likewise.
24133         * modules/stdbool: Likewise.
24134         * modules/stdint: Likewise.
24135         * modules/sys_select: Likewise.
24136         * modules/sys_socket: Likewise.
24137         * modules/sys_stat: Likewise.
24138         * modules/sysexits: Likewise.
24139         * modules/localcharset: Same as above, but continue using temporary
24140         file named "t-$@" (why different?) rather than the "$@-t" used
24141         everywhere else.
24142
24143         * modules/sysexits (Makefile.am): Replace literal occurrences
24144         of "sysexit.h" more readable, and more consistent, "$@".
24145
24146 2006-09-06  Bruno Haible  <bruno@clisp.org>
24147
24148         * modules/striconv: New file.
24149         * modules/xstriconv: New file.
24150         * MODULES.html.sh (Internationalization functions): Add striconv,
24151         xstriconv.
24152
24153 2006-09-06  Bruno Haible  <bruno@clisp.org>
24154
24155         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
24156         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
24157         not using libtool correctly.
24158
24159 2006-09-06  Bruno Haible  <bruno@clisp.org>
24160
24161         * lib/striconv.h: New file.
24162         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
24163         iconvstring.c.
24164         * lib/xstriconv.h: New file.
24165         * lib/xstriconv.c: New file.
24166
24167 2006-09-06  Bruno Haible  <bruno@clisp.org>
24168
24169         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24170         lib_..._LDFLAGS.
24171
24172 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24173
24174         * lib/argz_.h: Sync from Libtool.
24175
24176         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
24177                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24178
24179         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
24180
24181 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24182
24183         * modules/trim: New file.
24184
24185 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24186
24187         * lib/trim.h: New file.
24188         * lib/trim.c: New file.
24189
24190 2006-09-05  Bruno Haible  <bruno@clisp.org>
24191
24192         * MODULES.html.sh (String handling): Add trim.
24193
24194 2006-09-04  Karl Berry  <karl@gnu.org>
24195
24196         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
24197         until next release.
24198
24199 2006-09-03  Bruno Haible  <bruno@clisp.org>
24200
24201         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
24202         correctly.
24203
24204 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24205
24206         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
24207         not gl_GETLOADAVG.  Omit unneeded semicolons.
24208         Problems reported by Ralf Wildenhues in
24209         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24210         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
24211         at the end, which is the usual gnulib style.
24212
24213         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
24214         of doing all the work ourselves.
24215         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
24216         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
24217
24218 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24219
24220         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
24221         Problem reported by Ralf Wildenhues in
24222         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24223
24224         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
24225         HAVE_STRUCT_STATFS_F_FSTYPENAME.
24226
24227 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24228
24229         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
24230         yesterday's patch by changing test -n to test -z.
24231
24232 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24233
24234         * modules/getloadavg (Files): Add m4/getloadavg.m4.
24235         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
24236         the former is now obsolescent.
24237
24238         * modules/chdir-long (Depends-on): Add fcntl.
24239
24240 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24241
24242         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
24243         obsolescent, and programs should use gnulib instead.
24244         * m4/getloadavg.m4: New file, with contents taken from Autoconf
24245         but with prefixes changed.
24246
24247 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24248
24249         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
24250         or stdbool.h, because they might not exist while configuring.
24251
24252         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
24253         Don't include unistd.h or limits.h; not needed, since chdir-long.h
24254         does that for us.
24255         (O_DIRECTORY): Remove.
24256
24257 2006-08-31  Eric Blake  <ebb9@byu.net>
24258
24259         * gnulib-tool: Don't let emacs change spaces to TAB.
24260
24261 2006-08-31  Bruno Haible  <bruno@clisp.org>
24262
24263         * gnulib-tool: When calling func_import more than once, do it in a
24264         subshell.
24265         Reported by Eric Blake <ebb9@byu.net>.
24266
24267 2006-08-31  Bruno Haible  <bruno@clisp.org>
24268
24269         * gnulib-tool (nl): Remove variable.
24270         (sed_transform_lib_file): Use more robust test for config-h module.
24271         (func_import): Fix typo in 2006-08-25 patch.
24272
24273 2006-08-31  Bruno Haible  <bruno@clisp.org>
24274
24275         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
24276         specified, augment Makefile.am variables instead of assigning them.
24277
24278 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24279
24280         Work around a bug in both the Linux and SunOS 64-bit kernels:
24281         nanosleep mishandles sleeps for longer than 2**31 seconds.
24282         Problem reported by Frank v Waveren in
24283         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24284         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
24285         Check for nanosleep bug.
24286         (LIB_NANOSLEEP): Append clock_gettime library if needed.
24287
24288 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24289
24290         Work around a bug in both the Linux and SunOS 64-bit kernels:
24291         nanosleep mishandles sleeps for longer than 2**31 seconds.
24292         Problem reported by Frank v Waveren in
24293         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24294         * lib/nanosleep.c (BILLION): New constant.
24295         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
24296         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
24297         implementation.
24298
24299 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24300
24301         * modules/nanosleep (Depends-on): Add gettime.
24302
24303 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24304         and Simon Josefsson  <jas@extundo.com>
24305         and Oskar Liljeblad  <oskar@osk.mine.nu>
24306
24307         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
24308         * gnulib-tool (func_import): New license type 'unmodifiable license
24309         text'.
24310         * modules/fdl: Use it.  Longer description.
24311         * module/gpl, module/lgpl: New files.
24312
24313 2006-08-30  Jim Meyering  <jim@meyering.net>
24314
24315         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
24316         shadowing the parameter.
24317
24318 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24319
24320         Sync from Libtool:
24321
24322         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24323
24324         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
24325         sharing with gnulib.  Report by Eric Blake.
24326
24327 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24328
24329         * modules/isapipe: New file.
24330         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
24331
24332 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24333
24334         * modules/configmake (Makefile.am): Add a comment, and omit
24335         the CONFIGMAKE_ prefix from generated macro names.  Suggested
24336         by Bruno Haible.
24337
24338 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24339
24340         * m4/isapipe.m4: New file.
24341
24342 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24343
24344         * lib/isapipe.c, lib/isapipe.h: New files.
24345
24346 2006-08-29  Jim Meyering  <jim@meyering.net>
24347
24348         * modules/configmake (Makefile.am): Make configmake.h depend on
24349         Makefile.  Otherwise, a stale configmake.h could hang around.
24350
24351 2006-08-29  Eric Blake  <ebb9@byu.net>
24352
24353         * lib/error.c (error_at_line, print_errno_message): Match libc, after
24354         resolution of upstream bug 3044.
24355
24356 2006-08-29  Bruno Haible  <bruno@clisp.org>
24357
24358         * modules/localcharset (Depends-on): Add configmake.
24359         (Makefile.am): Remove setting of LIBDIR through DEFS.
24360
24361 2006-08-29  Bruno Haible  <bruno@clisp.org>
24362
24363         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
24364         defined.
24365
24366 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24367
24368         * modules/fcntl: New file.
24369         * modules/chdir-safer (Depends-on): Add fcntl.
24370         * modules/fts: Likewise.
24371         * modules/mkdir-p: Likewise.
24372
24373         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
24374         This undoes the most recent change, since we're now addressing the
24375         problem in a different way.
24376
24377         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
24378         into output, since the output might be called Makefile.am even
24379         if $makefile_name is something different.
24380         (func_import): Use $makefile_am rather than
24381         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
24382         empty.
24383
24384         * modules/inttypes (Files): Add m4/inttypes-h.m4.
24385
24386 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24387
24388         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
24389         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
24390         recent change to stdint.m4, since we're now addressing the problem in a
24391         different way.
24392
24393 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24394
24395         * m4/fcntl_h.m4: New file.
24396
24397 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24398
24399         * lib/fcntl_.h: New file.
24400         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
24401         the fcntl module.
24402         * lib/dirchownmod.c: Likewise.
24403         * lib/fts.c: Likewise.
24404
24405         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
24406         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
24407         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
24408         just before including <inttypes.h>, to avoid circular inclusion.
24409
24410 2006-08-28  Jim Meyering  <jim@meyering.net>
24411
24412         * doc/visibility.texi: Actually read and correct the grammar of the
24413         sentence affected by yesterday's change.
24414
24415 2006-08-28  Eric Blake  <ebb9@byu.net>
24416
24417         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
24418         needs wrapper.
24419
24420 2006-08-28  Eric Blake  <ebb9@byu.net>
24421
24422         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
24423
24424 2006-08-28  Eric Blake  <ebb9@byu.net>
24425
24426         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
24427
24428 2006-08-28  Bruno Haible  <bruno@clisp.org>
24429
24430         * modules/c-strstr: New file, from GNU gettext.
24431         * MODULES.html.sh (String handling): Add c-strstr.
24432
24433 2006-08-28  Bruno Haible  <bruno@clisp.org>
24434
24435         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
24436         macros.
24437         Reported by Eric Blake.
24438
24439 2006-08-28  Bruno Haible  <bruno@clisp.org>
24440
24441         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
24442         (VASNPRINTF): Return a string of length > INT_MAX without failing.
24443         * lib/vasprintf.c: Include errno.h, limits.h.
24444         (EOVERFLOW): New fallback definition.
24445         (vasprintf): Test here whether the string length is > INT_MAX.
24446         * lib/vsnprintf.c: Include errno.h, limits.h.
24447         (EOVERFLOW): New fallback definition.
24448         (vsnprintf): Fix bug when generated string was too long for the buffer.
24449         Test here whether the string length is > INT_MAX.
24450
24451 2006-08-28  Bruno Haible  <bruno@clisp.org>
24452
24453         * lib/inttypes_.h (SCNX*): Remove definitions.
24454         Reported by Eric Blake.
24455
24456 2006-08-28  Bruno Haible  <bruno@clisp.org>
24457
24458         * lib/c-strstr.h: New file, from GNU gettext.
24459         * lib/c-strstr.c: New file, from GNU gettext.
24460
24461 2006-08-28  Bruno Haible  <bruno@clisp.org>
24462
24463         * gnulib-tool: Reorder some statements.
24464
24465 2006-08-28  Bruno Haible  <bruno@clisp.org>
24466
24467         * gnulib-tool: New option --makefile-name.
24468         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
24469         $makefile_name.
24470         (func_import): Write $makefile_name to the cache file, and read it from
24471         there unless explicitly specified. Use $makefile_name as file name
24472         instead of Makefile.am. Adjust the recommendations accordingly.
24473
24474 2006-08-28  Bruno Haible  <bruno@clisp.org>
24475
24476         * gnulib-tool (func_verify_module): Check against misapplying patch.
24477
24478 2006-08-28  Bruno Haible  <bruno@clisp.org>
24479
24480         * gnulib-tool (func_relativize, func_relconcat): New functions.
24481         Give an error if --local-dir is given with --update.
24482         Remove trailing slashes from $local_gnulib_dir.
24483         (func_import): Store the relativized $local_gnulib_dir in
24484         gnulib-cache.m4, and read it from there if not specified explicitly.
24485
24486 2006-08-28  Bruno Haible  <bruno@clisp.org>
24487
24488         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
24489         is the current directory. Respect also $local_gnulib_dir.
24490
24491 2006-08-28  Bruno Haible  <bruno@clisp.org>
24492             Simon Josefsson  <jas@extundo.com>
24493
24494         BeOS portability.
24495         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
24496
24497 2006-08-27  Jim Meyering  <jim@meyering.net>
24498
24499         * doc/visibility.texi: Remove duplicate word: "pointer".
24500
24501 2006-08-26  Bruno Haible  <bruno@clisp.org>
24502
24503         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
24504         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
24505         (Makefile.am): Create inttypes.h from inttypes_.h.
24506         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
24507
24508         * modules/imaxabs: New file.
24509
24510         * modules/imaxdiv: New file.
24511
24512 2006-08-26  Bruno Haible  <bruno@clisp.org>
24513
24514         * m4/inttypes.m4: New file.
24515         * m4/_inttypes_h.m4: Remove file.
24516         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
24517         PRI_MACROS_BROKEN.
24518         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
24519
24520         * m4/imaxabs.m4: New file.
24521
24522         * m4/imaxdiv.m4: New file.
24523
24524 2006-08-26  Bruno Haible  <bruno@clisp.org>
24525
24526         * lib/inttypes_.h: New file.
24527         * lib/inttypes.h: Remove file.
24528         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
24529
24530         * lib/imaxabs.c: New file.
24531
24532         * lib/imaxdiv.c: New file.
24533
24534 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24535
24536         New config-h module, so that "make" output needn't be cluttered
24537         by -DHAVE_CONFIG_H.
24538         * MODULES.html.sh (Support for building libraries and executables):
24539         Add config-h.
24540         * modules/config-h: New file.
24541         * gnulib-tool (nl, sed_transform_lib_file): New vars.
24542         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
24543         the config-h module is used.
24544
24545         New configmake module, so that "make" output needn't be cluttered
24546         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
24547         * MODULES.html.sh (Support for building libraries and executables):
24548         Add configmake.
24549         * modules/configmake: New file.
24550
24551 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24552
24553         * m4/config-h.m4: New file.
24554
24555 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24556
24557         * config/srclist.txt: Add elisp-comp.
24558
24559 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24560
24561         * MODULES.html.sh (Support for building libraries and executables):
24562         Add elisp-comp.
24563         * build-aux/elisp-comp: New file.
24564         * modules/elisp-comp: New file.
24565
24566 2006-08-24  Bruno Haible  <bruno@clisp.org>
24567
24568         * gnulib-tool (func_create_testdir): Use non-default values of
24569         sourcebase and m4base.
24570
24571 2006-08-24  Bruno Haible  <bruno@clisp.org>
24572
24573         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
24574         HTML structure.
24575
24576 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24577
24578         * modules/openat (Depends-on): Add lchown.
24579
24580 2006-08-23  Bruno Haible  <bruno@clisp.org>
24581
24582         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
24583         of gl_LOCK_EARLY instead of gl_LOCK.
24584
24585 2006-08-23  Bruno Haible  <bruno@clisp.org>
24586
24587         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
24588         on OSF/1 to no.
24589         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
24590
24591 2006-08-23  Bruno Haible  <bruno@clisp.org>
24592
24593         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
24594         as unusable.
24595
24596         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
24597         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
24598         (gl_LOCK): New macro.
24599
24600 2006-08-22  Simon Josefsson  <jas@extundo.com>
24601
24602         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
24603         to md5 module.
24604
24605 2006-08-22  Simon Josefsson  <jas@extundo.com>
24606
24607         * MODULES.html.sh: Add "Support for maintaining and release
24608         projects".
24609
24610         * build-aux/gnupload: New file, from coreutils.
24611
24612 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24613
24614         Avoid the need for AC_LIBSOURCES in m4 macros.
24615         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
24616         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
24617         * modules/check-version (EXTRA_DIST): Add check-version.h.
24618         * modules/crc (EXTRA_DIST): Add crc.h.
24619         * modules/des (EXTRA_DIST): Add des.h.
24620         * modules/gc (EXTRA_DIST): Add gc.h.
24621         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
24622         * modules/getline (EXTRA_DIST): Add getline.h.
24623         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
24624         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
24625         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
24626         * modules/md2 (EXTRA_DIST): Add md2.h.
24627         * modules/md4 (EXTRA_DIST): Add md4.h.
24628         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
24629         * modules/read-file (EXTRA_DIST): Add read-file.h.
24630         * modules/readline (EXTRA_DIST): Add readline.h.
24631         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
24632         rijndael-api-fst.h.
24633
24634 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24635
24636         * m4/rijndael.m4 (gl_ARCFOUR):
24637         * m4/arctwo.m4 (gl_ARCTWO):
24638         * m4/check-version.m4 (gl_CHECK_VERSION):
24639         * m4/crc.m4 (gl_CRC):
24640         * m4/des.m4 (gl_DES):
24641         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
24642         * m4/gc.m4 (gl_GC):
24643         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
24644         * m4/getline.m4 (gl_FUNC_GETLINE):
24645         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
24646         * m4/hmac-md5.m4 (gl_HMAC_MD5):
24647         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
24648         * m4/md2.m4 (gl_MD2):
24649         * m4/md4.m4 (gl_MD4):
24650         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
24651         * m4/read-file.m4 (gl_FUNC_READ_FILE):
24652         * m4/readline.m4 (gl_FUNC_READLINE):
24653         * m4/rijndael.m4 (gl_RIJNDAEL):
24654         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24655         to get the necessary .h files and whatnot.
24656
24657 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24658
24659         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
24660         gnulib rather than the other way around.
24661         * config/srclistvars.sh (COREUTILS): Remove.
24662
24663 2006-08-22  Jim Meyering  <jim@meyering.net>
24664
24665         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
24666
24667         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
24668
24669 2006-08-22  Eric Blake  <ebb9@byu.net>
24670
24671         * modules/regexprops-generic: New file.
24672         * MODULES.html.sh (Support for building documentation): List it.
24673
24674 2006-08-22  Eric Blake  <ebb9@byu.net>
24675
24676         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
24677         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
24678         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
24679         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
24680
24681 2006-08-22  Bruno Haible  <bruno@clisp.org>
24682
24683         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
24684         and lib_LTLIBRARIES like the other lib_* variables.
24685
24686 2006-08-22  Bruno Haible  <bruno@clisp.org>
24687
24688         * build-aux/x-to-1.in: New file, from GNU gettext.
24689
24690 2006-08-22  Bruno Haible  <bruno@clisp.org>
24691
24692         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
24693         <utmpx.h> exists.
24694
24695 2006-08-22  Bruno Haible  <bruno@clisp.org>
24696
24697         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
24698         <utmpx.h> exists.
24699
24700 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24701
24702         BeOS portability.
24703         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
24704         exist.
24705         Problem reported by Bruno Haible.
24706
24707 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24708
24709         Avoid the need for AC_LIBSOURCES in m4 macros.
24710         * modules/acl (EXTRA_DIST): Add acl.h.
24711         * modules/argmatch (Files): Add m4/argmatch.m4.
24712         (configure.ac): Add gl_ARGMATCH.
24713         (EXTRA_DIST): Renamed from lib_SOURCES, for
24714         consistency with the other modules.  Remove argmatch.c.
24715         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
24716         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
24717         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
24718         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
24719         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
24720         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
24721         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
24722         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
24723         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
24724         * modules/closeout (EXTRA_DIST): Add closeout.h.
24725         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
24726         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
24727         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
24728         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
24729         dirname.h; remove basename.c and stripslash.c.
24730         * modules/exclude (EXTRA_DIST): Add exclude.h.
24731         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
24732         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
24733         * modules/file-type (EXTRA_DIST): Add file-type.h.
24734         * modules/filemode (EXTRA_DIST): Add filemode.h.
24735         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
24736         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24737         * modules/fpending (EXTRA_DIST): Add __fpending.h.
24738         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
24739         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
24740         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
24741         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
24742         * modules/getdate (EXTRA_DIST): Add getdate.c.
24743         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
24744         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
24745         * modules/getpass (EXTRA_DIST): Add getpass.h.
24746         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
24747         * modules/group-member (EXTRA_DIST): Add group-member.h.
24748         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
24749         * modules/hash (EXTRA_DIST): Add hash.h.
24750         * modules/human (EXTRA_DIST): Add human.h.
24751         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
24752         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
24753         * modules/lchown (EXTRA_DIST): Add lchown.h.
24754         * modules/long-options (EXTRA_DIST): Add long-options.h.
24755         * modules/lstat (EXTRA_DIST): Add lstat.h.
24756         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
24757         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
24758         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
24759         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
24760         * modules/memxor (EXTRA_DIST): Add memxor.h.
24761         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
24762         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
24763         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
24764         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
24765         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
24766         * modules/physmem (EXTRA_DIST): Add physmem.h.
24767         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
24768         * modules/posixver (EXTRA_DIST): Add posixver.h.
24769         * modules/quote (EXTRA_DIST): Add quote.h.
24770         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
24771         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
24772         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
24773         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
24774         regex_internal.h regexec.c.
24775         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
24776         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
24777         * modules/same (EXTRA_DIST): Add same.h.
24778         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
24779         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
24780         * modules/savedir (EXTRA_DIST): Add savedir.h.
24781         * modules/sha1 (EXTRA_DIST): Add sha1.h.
24782         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
24783         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
24784         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
24785         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
24786         * modules/strdup (EXTRA_DIST): Add strdup.h.
24787         * modules/strftime (EXTRA_DIST): Add strftime.h.
24788         * modules/strndup (EXTRA_DIST): Add strndup.h.
24789         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
24790         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
24791         * modules/time_r (EXTRA_DIST): Add time_r.h.
24792         * modules/timespec (EXTRA_DIST): Add timespec.h.
24793         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24794         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
24795         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
24796         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
24797         * modules/userspec (EXTRA_DIST): Add userspec.h.
24798         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
24799         * modules/utimens (EXTRA_DIST): Add utimens.h.
24800         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
24801         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
24802         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
24803         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
24804         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
24805         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
24806         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
24807         * modules/yesno (EXTRA_DIST): Add yesno.h.
24808
24809 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24810
24811         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
24812
24813         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
24814         * m4/dev-ino.m4, same-inode.m4: Remove.
24815
24816         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
24817         * m4/acl.m4 (AC_FUNC_ACL):
24818         * m4/backupfile.m4 (gl_BACKUPFILE):
24819         * m4/c-strtod.m4 (gl_C99_STRTOLD):
24820         * m4/canon-host.m4 (gl_CANON_HOST):
24821         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24822         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
24823         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
24824         * m4/cloexec.m4 (gl_CLOEXEC):
24825         * m4/close-stream.m4 (gl_CLOSE_STREAM):
24826         * m4/closeout.m4 (gl_CLOSEOUT):
24827         * m4/dirfd.m4 (gl_FUNC_DIRFD):
24828         * m4/dirname.m4 (gl_DIRNAME):
24829         * m4/exclude.m4 (gl_EXCLUDE):
24830         * m4/exitfail.m4 (gl_EXITFAIL):
24831         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
24832         * m4/file-type.m4 (gl_FILE_TYPE):
24833         * m4/filemode.m4 (gl_FILEMODE):
24834         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
24835         * m4/fpending.m4 (gl_FUNC_FPENDING):
24836         * m4/fprintftime.m4 (gl_FPRINTFTIME):
24837         * m4/fts.m4 (gl_FUNC_FTS):
24838         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
24839         * m4/getdate.m4 (gl_GETDATE):
24840         * m4/gethrxtime.m4 (gl_GETHRXTIME):
24841         * m4/getpagesize.m4 (gl_GETPAGESIZE):
24842         * m4/getpass.m4 (gl_FUNC_GETPASS):
24843         * m4/gettime.m4 (gl_GETTIME):
24844         * m4/getugroups.m4 (gl_GETUGROUPS):
24845         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
24846         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
24847         * m4/hard-locale.m4 (gl_HARD_LOCALE):
24848         * m4/hash.m4 (gl_HASH):
24849         * m4/idcache.m4 (gl_IDCACHE):
24850         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
24851         * m4/lchown.m4 (gl_FUNC_LCHOWN):
24852         * m4/long-options.m4 (gl_LONG_OPTIONS):
24853         * m4/lstat.m4 (gl_FUNC_LSTAT):
24854         * m4/md5.m4 (gl_MD5):
24855         * m4/memcasecmp.m4 (gl_MEMCASECMP):
24856         * m4/memcoll.m4 (gl_MEMCOLL):
24857         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
24858         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
24859         * m4/memxor.m4 (gl_MEMXOR):
24860         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
24861         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
24862         * m4/modechange.m4 (gl_MODECHANGE):
24863         * m4/mountlist.m4 (gl_MOUNTLIST):
24864         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24865         * m4/openat.m4 (gl_FUNC_OPENAT):
24866         * m4/pathmax.m4 (gl_PATHMAX):
24867         * m4/physmem.m4 (gl_PHYSMEM):
24868         * m4/posixtm.m4 (gl_POSIXTM):
24869         * m4/posixver.m4 (gl_POSIXVER):
24870         * m4/quote.m4 (gl_QUOTE):
24871         * m4/quotearg.m4 (gl_QUOTEARG):
24872         * m4/readtokens.m4 (gl_READTOKENS):
24873         * m4/readutmp.m4 (gl_READUTMP):
24874         * m4/regex.m4 (gl_REGEX):
24875         * m4/safe-read.m4 (gl_SAFE_READ):
24876         * m4/safe-write.m4 (gl_SAFE_WRITE):
24877         * m4/same.m4 (gl_SAME):
24878         * m4/save-cwd.m4 (gl_SAVE_CWD):
24879         * m4/savedir.m4 (gl_SAVEDIR):
24880         * m4/settime.m4 (gl_SETTIME):
24881         * m4/sha1.m4 (gl_SHA1):
24882         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
24883         * m4/stat-macros.m4 (gl_STAT_MACROS):
24884         * m4/stat-time.m4 (gl_STAT_TIME):
24885         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
24886         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
24887         * m4/strdup.m4 (gl_FUNC_STRDUP):
24888         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
24889         * m4/strndup.m4 (gl_FUNC_STRNDUP):
24890         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
24891         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
24892         * m4/time_r.m4 (gl_TIME_R):
24893         * m4/timespec.m4 (gl_TIMESPEC):
24894         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
24895         * m4/unlinkdir.m4 (gl_UNLINKDIR):
24896         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
24897         * m4/userspec.m4 (gl_USERSPEC):
24898         * m4/utimecmp.m4 (gl_UTIMECMP):
24899         * m4/utimens.m4 (gl_UTIMENS):
24900         * m4/xalloc.m4 (gl_XALLOC):
24901         * m4/xgetcwd.m4 (gl_XGETCWD):
24902         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
24903         * m4/xreadlink.m4 (gl_XREADLINK):
24904         * m4/xstrtod.m4 (gl_XSTRTOD):
24905         * m4/yesno.m4 (gl_YESNO):
24906         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24907         to get the necessary .h files and whatnot.
24908
24909 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
24910             Bruno Haible  <bruno@clisp.org>
24911
24912         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
24913         /bin/sh understanding of '!' conditional negation.
24914
24915 2006-08-21  Jim Meyering  <jim@meyering.net>
24916
24917         * modules/openat (Depends-on): Really alphabetize.
24918
24919         * modules/acl (Depends-on): Add error and quote.
24920
24921         * check-module (find_included_lib_files): Add at-func.c to the
24922         ok-to-include-more-than-once white list.
24923
24924         * modules/openat (Depends-on): Add lstat.  Alphabetize.
24925
24926 2006-08-21  Bruno Haible  <bruno@clisp.org>
24927
24928         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24929         Emit a pkgdata_DATA variable only if some snippets add contents to it.
24930         Reported by Martin Lambers <marlam@marlam.de>.
24931
24932 2006-08-21  Bruno Haible  <bruno@clisp.org>
24933
24934         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
24935         specify an installation location, don't emit a noinst_LIBRARIES or
24936         noinst_LTLIBRARIES assignment.
24937
24938 2006-08-21  Bruno Haible  <bruno@clisp.org>
24939
24940         BeOS portability.
24941         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
24942         BeOS has mbrtowc() but no <wctype.h>.
24943
24944 2006-08-21  Bruno Haible  <bruno@clisp.org>
24945
24946         BeOS portability.
24947         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
24948         exist.
24949
24950 2006-08-21  Bruno Haible  <bruno@clisp.org>
24951
24952         BeOS portability.
24953         * lib/mbchar.h: Include <wctype.h> only if it exists.
24954
24955 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24956
24957         Remove files that are no longer needed by their respective modules.
24958         * m4/obstack.m4: Remove.
24959         * m4/strerror_r.m4: Remove.
24960         * m4/uint32_t.m4: Remove.
24961         * m4/uintptr_t.m4: Remove.
24962         * m4/ullong_max.m4: Remove.
24963         * m4/xstrtoimax.m4: Remove.
24964         * m4/xstrtoumax.m4: Remove.
24965
24966         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
24967         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
24968         dependencies now capture this.
24969
24970         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
24971         Do not use AC_LIBSOURCES, since gnulib modules now do this.
24972         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
24973         * m4/human.m4 (gl_HUMAN): Likewise.
24974         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
24975         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
24976
24977         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
24978
24979         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
24980         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
24981         stdint.
24982         * m4/human.m4 (gl_HUMAN): Likewise.
24983         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
24984         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
24985         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24986         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24987         * m4/xstrtol (gl_XSTRTOL): Likewise.
24988
24989         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
24990         AC_TYPE_LONG_LONG_INT.
24991         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24992         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
24993         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
24994         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24995
24996         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
24997         on stdbool.
24998
24999         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
25000         (gl_PREREQ_XSTRTOUL): Remove.
25001
25002         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
25003
25004         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
25005         mode.
25006
25007 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25008
25009         Add and change modules to make it easier for coreutils to use
25010         gnulib-tool.
25011         * modules/backupfile (Files): Remove m4/d-ino.m4.
25012         (Depends-on): Add d-ino.
25013         * modules/cycle-check (Depends-on): Add stdint.
25014         (lib_SOURCES): Add cycle-check.h.
25015         * modules/d-ino: New module.
25016         * modules/d-type: New module.
25017         * modules/error (Files): Remove m4/strerror_r.m4.
25018         * modules/filemode (Files): Add m4/st_dm_mode.m4.
25019         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
25020         m4/inttypes_h.m4, m4/uintmax_t.m4.
25021         (Depends-on): Add stdint.
25022         (lib_SOURCES): Add fsusage.h.
25023         * modules/getcwd (Files): Remove d-ino.m4.
25024         (Depends-on): Add d-ino.
25025         * modules/getndelim2 (Depends-on): Add stdint.
25026         * modules/glob (Files): Remove m4/d-type.m4.
25027         (Depends-on): Add d-type.
25028         * modules/host-os: New module.
25029         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
25030         m4/inttypes_h.m4, m4/uintmax_t.m4.
25031         * Depends-on: Add stdint.
25032         (lib_SOURCES): Add human.h.
25033         * modules/inttostr (Files): Remove m4/intmax_t.m4,
25034         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
25035         m4/uintmax_t.m4, m4/ulonglong.m4.
25036         (Depends-on): Add stdint.
25037         (EXTRA_DIST): Add inttostr.h.
25038         * modules/lchmod: New module.
25039         * modules/link-follow: New module.
25040         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
25041         (Depends-on): Add lchmod.
25042         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
25043         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
25044         (Depends-on): Add stdint.
25045         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
25046         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
25047         (Depends-on): Add stdint.
25048         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
25049         * modules/perl: New module.
25050         * modules/regex (Depends-on): Add stdint.
25051         * modules/rmdir-errno: New module.
25052         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25053         m4/intmax_t.m4.
25054         (Depends-on): Add stdint.
25055         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
25056         m4/uintmax_t.m4.
25057         (Depends-on): Add stdint.
25058         * modules/unlink-busy: New module.
25059         * modules/utimecmp (Depends-on): Add stdint.
25060         * modules/uptime: New module.
25061         * modules/winsz-ioctl: New module.
25062         * modules/winsz-termios: New module.
25063         * modules/xnanosleep (Depends-on): Add nanosleep.
25064         * modules/ullong_max: Remove.
25065         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
25066         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
25067         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
25068         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
25069         (Depends-on): Add inttypes.
25070         (lib_SOURCES): Add xstrtol.h.
25071         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
25072         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
25073         * MODULES.html.sh: Move 'assert' into the assert section.
25074         Move 'dummy' into the linking section.
25075         Remove ullong_max.
25076         Add section for compatibility checks for POSIX:2001 functions,
25077         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
25078         winsz-ioctl, and winsz-termios into it.
25079         Add lchmod.
25080         Add top-level Misc section and put host-os, perl, and uptime
25081         into it.
25082
25083 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25084
25085         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
25086         now assume the stdint module.  Do not include inttypes.h.
25087         * lib/fsusage.h: Likewise.
25088         * lib/getndelim2.c: Likewise.
25089         * lib/human.h: Likewise.
25090         * lib/inttostr.h: Likewise.
25091         * lib/obstack.c: Likewise.
25092         * lib/regex_internal.h: Likewise.
25093         * lib/tempname.c: Likewise.
25094         * lib/utimecmp.c: Likewise.
25095         * lib/xstrtol.h: Likewise.
25096
25097         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
25098
25099         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
25100         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
25101         * lib/xtime.h: Likewise.
25102
25103 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25104
25105         * modules/openat (Files): Add lib/fchmodat.c.
25106         Fixes problem reported by Jay Youngman.
25107
25108 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
25109
25110         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
25111         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
25112
25113 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
25114             Bruno Haible  <bruno@clisp.org>
25115
25116         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
25117         and is a script that invokes bison. Tighten the code. Add comments.
25118
25119 2006-08-18  Jim Meyering  <jim@meyering.net>
25120
25121         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
25122         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
25123         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
25124         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
25125
25126 2006-08-18  Bruno Haible  <bruno@clisp.org>
25127
25128         * modules/bison-i18n: New file.
25129         * MODULES.html.sh (Internationalization functions): Add it.
25130
25131 2006-08-18  Bruno Haible  <bruno@clisp.org>
25132
25133         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
25134         sys/statvfs.h. When getmntinfo was found, check its declaration and
25135         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
25136
25137 2006-08-18  Bruno Haible  <bruno@clisp.org>
25138
25139         * m4/bison-i18n.m4: New file, from bison.
25140
25141 2006-08-18  Bruno Haible  <bruno@clisp.org>
25142
25143         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
25144         (ME_DUMMY): Treat "kernfs" as a dummy.
25145         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
25146
25147 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25148
25149         Update from coreutils.
25150
25151         2006-08-15  Jim Meyering  <jim@meyering.net>
25152
25153         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
25154
25155         2006-01-17  Jim Meyering  <jim@meyering.net>
25156
25157         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
25158
25159         2006-01-11  Jim Meyering  <jim@meyering.net>
25160
25161         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
25162         Check for the lchmod function.
25163
25164 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25165
25166         Update from coreutils.
25167
25168         * lib/__fpending.h: Add copyright notice.
25169         * lib/fprintftime.h: Likewise.
25170         * lib/savedir.c: Use (C) in copyright notice.
25171         * lib/savedir.h: Likewise.
25172
25173         2006-08-15  Jim Meyering  <jim@meyering.net>
25174
25175         * lib/at-func.c: New file, with the logic of all emulated at-functions.
25176         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
25177         in support of the EXPECTED_ERRNO macro.
25178         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
25179         definitions.  Instead, define the appropriate symbols and include
25180         "at-func.c".
25181         * lib/mkdirat.c (mkdirat): Likewise.
25182         * lib/fchmodat.c (fchmodat): Likewise.
25183         (ENOSYS): Remove definition.
25184         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
25185         it.  Don't include "unistd--.h" -- it wasn't ever used.
25186
25187         2006-01-17  Jim Meyering  <jim@meyering.net>
25188
25189         Rewrite fts.c not to change the current working directory,
25190         by using openat, fstatat, fdopendir, etc..
25191
25192         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
25193         (HAVE_OPENAT_SUPPORT): Define.
25194         [_LIBC] (fchdir): Don't undef or define; no longer used.
25195         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
25196         Now, this `function' always succeeds, and consumes its file descriptor
25197         parameter -- so callers must not close such FDs.  Update callers.
25198         (diropen_fd, opendirat, cwd_advance_fd): New functions.
25199         (diropen): Add parameter, SP.  Adjust all callers.
25200         Implement using diropen_fd, rather than open.
25201         (fts_open): Initialize new member, fts_cwd_fd.
25202         Remove fts_rft-setting code.
25203         (fts_close): Close fts_cwd_fd, if necessary.
25204         (__opendir2): Define in terms of opendir or opendirat,
25205         depending on whether the FST_NOCHDIR flag is set.
25206         (fts_build): Since fts_safe_changedir consumes its FD, and since
25207         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
25208         and close the dup'd file descriptor upon failure.
25209         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
25210         (fts_safe_changedir): Tweak semantics to reflect that this function
25211         now calls cwd_advance_fd and hence consumes its FD argument.
25212         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
25213         [struct FTS] (fts_rft): Remove now-unused member.
25214         [struct FTS] (fts_cycle.state): Improve comment.
25215
25216         * lib/openat.c (openat_needs_fchdir): New function.
25217         * lib/openat.h (openat_needs_fchdir): Declare it.
25218
25219 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
25220
25221         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
25222         Problem and fix reported by Pádraig Brady in
25223         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
25224
25225 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25226
25227         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
25228
25229 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25230
25231         * lib/memcoll.c (memcoll): Optimize for the common case where the
25232         arguments are bytewise equal.
25233
25234 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25235
25236         * doc/regexprops-generic.texi: Add a copyright notice.
25237
25238 2006-08-15  Bruno Haible  <bruno@clisp.org>
25239
25240         * modules/tmpdir (License): Change to LGPL.
25241
25242 2006-08-15  Bruno Haible  <bruno@clisp.org>
25243
25244         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
25245         module.
25246
25247 2006-08-14  Simon Josefsson  <jas@extundo.com>
25248
25249         * config/srclist.txt: Add gnupload.
25250
25251 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25252
25253         Change copyright notice from LGPL 2 to GPL 2, since that's the
25254         standard form used in the gnulib repository.
25255         * tests/test-lock.c: Likewise.
25256         * tests/test-stdint.c: Likewise.
25257         * tests/test-tls.c: Likewise.
25258
25259         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
25260         prelude-manager.  User shorter URLs for GNU projects, without '?'.
25261         Add copyright notice.
25262
25263         * check-module: Add copyright notice.  Output a copyright
25264         notice if "--version" is specified.
25265         * modules/COPYING: New file.
25266         * tests/test-getaddrinfo.c: Add copyright notice.
25267         * tests/test-verify.c: Likewise.
25268
25269 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25270
25271         Change copyright notice from LGPL 2 to GPL 2, since that's the
25272         standard form used in the gnulib repository.
25273         * lib/lock.c: LGPL -> GPL.
25274         * lib/lock.h: Likewise.
25275         * lib/strnlen1.c: Likewise.
25276         * lib/strnlen1.h: Likewise.
25277         * lib/tls.c: Likewise.
25278         * lib/tls.h: Likewise.
25279         * lib/tmpdir.c: Likewise.
25280
25281         * lib/TODO: Remove; this belongs only in coreutils.
25282
25283 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25284
25285         Add copyright notices to long-enough files that lack them, since
25286         otherwise the files aren't clearly free.  Use the same notice that
25287         getdate.texi already uses.
25288         * doc/alloca-opt.texi: Add copyright notice.
25289         * doc/alloca.texi: Likewise.
25290         * doc/ctime.texi: Likewise.
25291         * doc/functions.texi: Likewise.
25292         * doc/gcd.texi: Likewise.
25293         * doc/gnulib-tool.texi: Likewise.
25294         * doc/inet_ntoa.texi: Likewise.
25295         * doc/visibility.texi: Likewise.
25296
25297         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
25298         * doc/quote.texi: Add copyright notice.
25299
25300         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
25301         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
25302         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
25303         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
25304         is now obsolete, and give a pointer to the Sun list.
25305         Add copyright notice.
25306
25307 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25308
25309         * config/srclistvars.sh: Add copyright notice.
25310
25311 2006-08-14  Eric Blake  <ebb9@byu.net>
25312
25313         Import the following change from libc:
25314
25315         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
25316
25317         Upstream bug 2997.
25318         * lib/misc/error.c: Add space between program name and message if file
25319         name is missing.
25320
25321 2006-08-12  Karl Berry  <karl@gnu.org>
25322
25323         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
25324         remove, these originate in gnulib now.
25325
25326 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25327
25328         * doc/Makefile (standards.info standards.html standards.dvi):
25329         Also depend on make-stds.texi.
25330
25331 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25332
25333         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
25334         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
25335
25336         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
25337         in wchar_t.  Problem reported by Eric Blake.
25338
25339         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
25340         LEN is smaller than SIZE.  Suggested by Bruno Haible.
25341         Also, help the compiler to keep LEN in a register.
25342
25343 2006-08-11  Eric Blake  <ebb9@byu.net>
25344
25345         * users.txt: Sort.  Add tar.
25346
25347 2006-08-11  Bruno Haible  <bruno@clisp.org>
25348
25349         * users.txt: New file.
25350
25351 2006-08-11  Bruno Haible  <bruno@clisp.org>
25352
25353         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
25354         before <wchar.h>. Needed for OSF/1 and BSD/OS.
25355
25356 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25357
25358         * modules/snprintf (Depends-on): Remove minmax.
25359         (Maintainer): Add self and Bruno.
25360
25361 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25362
25363         * lib/.cppi-disable: Add snprintf.h, socket_.h.
25364         * lib/snprintf.c: Include <errno.h> and <limits.h>.
25365         (EOVERFLOW): Define if the system does not.
25366         Do not include "minmax.h"; it wasn't used.
25367         (snprintf): Don't assume size_t promotes to an unsigned type.
25368         Fix bug when generated string was too long for the buffer: the
25369         buffer's contents are supposed to be the initial prefix of the
25370         output.  Don't assume vasnprintf returns EOVERFLOW if the size
25371         exceeds INT_MAX; do the check ourselves.
25372
25373         Import the following changes from libc:
25374
25375         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
25376
25377         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
25378         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
25379         set wc to the byte which couldn't be converted.
25380         (re_string_reconstruct): Don't clear valid_raw_len before calling
25381         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
25382         tip_context using re_string_context_at.
25383
25384         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
25385
25386         * lib/posix/regex.h: g++ still cannot handled [restrict].
25387
25388         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
25389
25390         * lib/posix/regex.h: Remove special handling for VMS.
25391
25392 2006-08-10  Jim Meyering  <jim@meyering.net>
25393
25394         * modules/same-inode: New module.
25395         * modules/dev-ino: New module.
25396         * modules/cycle-check: Depend on these modules, rather than simply
25397         including their .h files.
25398         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
25399         required via m4/cycle-check.m4.
25400         * modules/same: Depend on new same-inode module, rather than
25401         including same-inode.h.
25402         * modules/chdir-safer: New file.
25403
25404         * modules/chown (Depends-on): Add stat-macros.
25405
25406 2006-08-10  Jim Meyering  <jim@meyering.net>
25407
25408         * m4/cycle-check.m4: New file.
25409         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
25410         * m4/dev-ino.m4, m4/same-inode.m4: New files.
25411
25412 2006-08-10  Eric Blake  <ebb9@byu.net>
25413
25414         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
25415         in from original proposal.
25416
25417 2006-08-10  Eric Blake  <ebb9@byu.net>
25418         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25419
25420         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
25421         namespace.
25422
25423 2006-08-10  Bruno Haible  <bruno@clisp.org>
25424
25425         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
25426         as well.
25427
25428 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25429
25430         Sync from coreutils.
25431
25432         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
25433
25434         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
25435         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
25436
25437 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25438
25439         * modules/restrict: Remove; no longer needed now that we assume
25440         Autoconf 2.59 or later.
25441         * MODULES.html.sh: Remove 'restrict'.
25442         * modules/argp (Depends-on): Remove 'restrict'.
25443         * modules/base64 (Depends-on): Likewise.
25444         * modules/gc (Depends-on): Likewise.
25445         * modules/getaddrinfo (Depends-on): Likewise.
25446         * modules/glob (Depends-on): Likewise.
25447         * modules/inet_ntop (Depends-on): Likewise.
25448         * modules/inet_pton (Depends-on): Likewise.
25449         * modules/memxor (Depends-on): Likewise.
25450         * modules/regex (Depends-on): Likewise.
25451         * modules/strtok_r (Depends-on): Likewise.
25452         * modules/time_r (Depends-on): Likewise.
25453
25454 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25455
25456         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
25457         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
25458         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25459         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
25460         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
25461         * m4/memxor.m4 (gl_MEMXOR): Likewise.
25462         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
25463         gl_C_RESTRICT replaced by AC_C_RESTRICT.
25464
25465         Merge from coreutils.
25466         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
25467         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
25468         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
25469         * m4/time_r.m4 (gl_TIME_R): Likewise.
25470
25471 2006-08-09  Karl Berry  <karl@gnu.org>
25472
25473         * config/srclist.txt: no more gettext-tools, per Bruno.
25474
25475 2006-08-08  Eric Blake  <ebb9@byu.net>
25476
25477         * modules/verror: New module.
25478         * MODULES.html.sh: Document it.
25479
25480 2006-08-08  Eric Blake  <ebb9@byu.net>
25481
25482         * lib/verror.h, lib/verror.c: New files.
25483
25484 2006-08-08  Eric Blake  <ebb9@byu.net>
25485
25486         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
25487         verror_at_line output complies with GNU Coding Standards even when
25488         file is NULL.
25489
25490 2006-08-07  Bruno Haible  <bruno@clisp.org>
25491
25492         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
25493         versions of AIX.
25494         Reported by Ralf Wildenhues.
25495
25496 2006-08-07  Bruno Haible  <bruno@clisp.org>
25497
25498         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
25499         in an AC_DEFUN. Needed so that the autoconf snippets can use
25500         AC_REQUIRE.
25501
25502 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25503
25504         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25505         Initialize pkgdata_DATA.
25506         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
25507         overriding it.
25508
25509 2006-08-06  Eric Blake  <ebb9@byu.net>
25510
25511         * lib/error.h: Fold in some upstream changes from glibc.
25512         * lib/error.c: Likewise.
25513
25514 2006-08-04  Bruno Haible  <bruno@clisp.org>
25515
25516         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25517         Make the mostlyclean-local rule depend on mostlyclean-generic.
25518         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
25519
25520 2006-07-31  Bruno Haible  <bruno@clisp.org>
25521
25522         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
25523         <stdlib.h>, <string.h>.
25524
25525 2006-07-30  Bruno Haible  <bruno@clisp.org>
25526
25527         * modules/readlink (License): Change to LGPL.
25528
25529 2006-07-30  Bruno Haible  <bruno@clisp.org>
25530
25531         * modules/javaversion (Makefile.am): Distribute javaversion.java and
25532         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
25533         set PKGDATADIR to point to it.
25534
25535 2006-07-30  Bruno Haible  <bruno@clisp.org>
25536
25537         * modules/csharpexec (configure.ac): Comment out macro invocation.
25538         * modules/javaexec (configure.ac): Likewise.
25539         * modules/javacomp-script (configure.ac): Likewise.
25540
25541         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
25542
25543 2006-07-30  Bruno Haible  <bruno@clisp.org>
25544
25545         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
25546         linked-list.
25547
25548 2006-07-30  Bruno Haible  <bruno@clisp.org>
25549
25550         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
25551
25552 2006-07-30  Bruno Haible  <bruno@clisp.org>
25553
25554         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25555         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
25556         get removed.
25557
25558 2006-07-29  Bruno Haible  <bruno@clisp.org>
25559
25560         Make it possible for gnulib-tool to work with locally modified or
25561         augmented gnulib repositories.
25562         * gnulib-tool (func_usage): Document --local-dir option.
25563         (local_gnulib_dir): New variable.
25564         Handle --local-dir option.
25565         (func_lookup_file): New function.
25566         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
25567         (func_get_description, func_get_filelist, func_get_description,
25568         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
25569         func_get_automake_snippet, func_get_include_directive,
25570         func_get_license, func_get_maintainer): Use func_lookup_file.
25571         (func_import, func_create_testdir): Use func_lookup_file.
25572
25573 2006-07-29  Bruno Haible  <bruno@clisp.org>
25574
25575         * modules/setenv (Depends-on): Add unistd.
25576
25577 2006-07-29  Bruno Haible  <bruno@clisp.org>
25578
25579         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
25580
25581 2006-07-29  Bruno Haible  <bruno@clisp.org>
25582
25583         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
25584
25585 2006-07-29  Bruno Haible  <bruno@clisp.org>
25586
25587         * gnulib-tool (import, update): If there is no Makefile.am, look at
25588         aclocal.m4, instead of bailing out.
25589
25590 2006-07-29  Bruno Haible  <bruno@clisp.org>
25591
25592         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
25593         Categorize the options by when they are useful.
25594
25595 2006-07-29  Bruno Haible  <bruno@clisp.org>
25596
25597         * gnulib-tool (func_usage): Document option --no-libtool.
25598         Handle option --no-libtool.
25599         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
25600         for changed semantics of $libtool variable.
25601         (func_import): Likewise. If libtool is not used, show this through
25602         an option --no-libtool.
25603         (func_create_testdir): Update.
25604
25605 2006-07-29  Bruno Haible  <bruno@clisp.org>
25606
25607         * gnulib-tool (func_import): Extend error message about missing
25608         --doc-base.
25609
25610 2006-07-29  Bruno Haible  <bruno@clisp.org>
25611
25612         * gnulib-tool (func_import): Don't create the $docbase directory if
25613         there is no file to store there.
25614
25615 2006-07-29  Bruno Haible  <bruno@clisp.org>
25616
25617         * gnulib-tool (autoconf_minversion): If a --dir option is given and
25618         relevant, look for configure.ac there, not in the current directory.
25619         Also use a simple search for AC_PREREQ, not "autoconf --trace".
25620
25621 2006-07-29  Bruno Haible  <bruno@clisp.org>
25622
25623         * gnulib-tool (SORT): New variable.
25624         (func_usage): Undocument --assume-autoconf option.
25625         Remove --assume-autoconf option handling.
25626         (autoconf_minversion): Determine from the contents of configure.ac.
25627         (func_import): Remove autoconf_minversion handling.
25628         Suggested by Eric Blake.
25629
25630 2006-07-29  Bruno Haible  <bruno@clisp.org>
25631
25632         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
25633
25634 2006-07-29  Bruno Haible  <bruno@clisp.org>
25635
25636         * config/srclist.txt (*setenv.[ch]): Remove rules.
25637
25638 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25639
25640         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
25641
25642 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25643
25644         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
25645         arpa/inet.h.
25646
25647 2006-07-28  Simon Josefsson  <jas@extundo.com>
25648
25649         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
25650         * modules/inet_pton (Depends-on): Likewise.
25651
25652 2006-07-28  Simon Josefsson  <jas@extundo.com>
25653
25654         * m4/netinet_in_h.m4: New file.
25655
25656 2006-07-28  Simon Josefsson  <jas@extundo.com>
25657
25658         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
25659         #include's.
25660
25661 2006-07-28  Simon Josefsson  <jas@extundo.com>
25662
25663         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
25664         #include's.
25665
25666 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
25667
25668         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
25669         setgid on directories only if they set these bits.
25670         * lib/modechange.h: Remove obsolete comment about masks.
25671
25672 2006-07-28  Eric Blake  <ebb9@byu.net>
25673
25674         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
25675         macro expansion.
25676
25677 2006-07-28  Bruno Haible  <bruno@clisp.org>
25678
25679         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
25680
25681 2006-07-28  Bruno Haible  <bruno@clisp.org>
25682
25683         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
25684
25685 2006-07-28  Bruno Haible  <bruno@clisp.org>
25686
25687         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25688         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25689         Define fallbacks.
25690         Avoids link error on FreeBSD 4.x.
25691         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25692
25693         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
25694         encoding.
25695         * lib/mbswidth.c (iswcntrl): Likewise.
25696
25697 2006-07-27  Bruno Haible  <bruno@clisp.org>
25698
25699         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
25700         test.
25701
25702 2006-07-27  Bruno Haible  <bruno@clisp.org>
25703
25704         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
25705         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
25706         defined.
25707
25708 2006-07-26  Eric Blake  <ebb9@byu.net>
25709
25710         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
25711
25712 2006-07-26  Eric Blake  <ebb9@byu.net>
25713
25714         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
25715         like mingw that lack mkstemp.
25716         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
25717         avoid compilation warning on mingw.
25718
25719 2006-07-26  Bruno Haible  <bruno@clisp.org>
25720
25721         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
25722         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
25723         INT_FAST*_MIN, INTPTR_MIN.
25724
25725 2006-07-25  Bruno Haible  <bruno@clisp.org>
25726
25727         * modules/version-etc (Depends-on): Add stdarg.
25728
25729 2006-07-25  Bruno Haible  <bruno@clisp.org>
25730
25731         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
25732         complex commands.
25733
25734 2006-07-25  Bruno Haible  <bruno@clisp.org>
25735
25736         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
25737         defined in <stdarg.h> or config.h.
25738
25739 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25740
25741         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
25742         (gl_STDIO_SAFER): Remove.
25743
25744 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25745
25746         * MODULES.html.sh (File stream based Input/Output):
25747         Add fopen-safer, tmpfile-safer; remove stdio-safer.
25748         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
25749         * modules/fopen-safer, modules/tmpfile-safer: New files.
25750         * modules/stdio-safer: Remove.
25751
25752 2006-07-24  Bruno Haible  <bruno@clisp.org>
25753
25754         * modules/tmpdir: New file.
25755         * MODULES.html.sh (File system functions): Add it.
25756
25757 2006-07-24  Bruno Haible  <bruno@clisp.org>
25758
25759         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
25760         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
25761
25762 2006-07-24  Bruno Haible  <bruno@clisp.org>
25763
25764         * modules/clean-temp: New file.
25765
25766 2006-07-24  Bruno Haible  <bruno@clisp.org>
25767
25768         * m4/tmpdir.m4: New file, from GNU gettext.
25769
25770 2006-07-24  Bruno Haible  <bruno@clisp.org>
25771
25772         * lib/tmpdir.h: New file, from GNU gettext.
25773         * lib/tmpdir.c: New file, from GNU gettext.
25774
25775 2006-07-24  Bruno Haible  <bruno@clisp.org>
25776
25777         * lib/clean-temp.h: New file, from GNU gettext.
25778         * lib/clean-temp.c: New file, from GNU gettext.
25779
25780 2006-07-23  Eric Blake  <ebb9@byu.net>
25781
25782         * modules/stdio-safer (Files): Add tmpfile-safer.c.
25783         (Depends-on): Add binary-io.
25784
25785 2006-07-23  Eric Blake  <ebb9@byu.net>
25786
25787         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
25788
25789 2006-07-23  Eric Blake  <ebb9@byu.net>
25790
25791         * lib/tmpfile-safer.c: New file.
25792         * lib/stdio-safer.h (fopen_safer): Add prototype.
25793         * lib/stdio--.h (tmpfile): Make safer.
25794
25795 2006-07-23  Bruno Haible  <bruno@clisp.org>
25796
25797         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
25798         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
25799         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
25800         gl_linked_remove_at): Use it.
25801
25802 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25803         and Simon Josefsson <jas@extundo.com>
25804
25805         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
25806
25807         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
25808
25809 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25810
25811         * modules/close-stream: New file.
25812         * modules/closeout (Description): Make it clear that it exits
25813         with a diagnostic on error.
25814         (Depends-on): Add close-stream.  Remove fpending, stdbool.
25815         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
25816
25817 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25818
25819         * m4/close-stream.m4: New file.
25820
25821 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25822
25823         * lib/close-stream.c, lib/close-stream.h: New files.
25824
25825 2006-07-22  Bruno Haible  <bruno@clisp.org>
25826
25827         Merge from GNU gettext 0.15.
25828
25829         2006-05-01  Bruno Haible  <bruno@clisp.org>
25830
25831                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
25832
25833         2006-07-22  Bruno Haible  <bruno@clisp.org>
25834
25835                 * modules/javaversion: New file.
25836                 * MODULES.html.sh (Java): Add javaversion.
25837
25838         2006-03-12  Bruno Haible  <bruno@clisp.org>
25839
25840                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
25841
25842         2005-12-04  Bruno Haible  <bruno@clisp.org>
25843
25844                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
25845                 (untested).
25846
25847         2006-06-21  Bruno Haible  <bruno@clisp.org>
25848
25849                 Avoid warnings from recent versions of mcs.
25850                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
25851                 -o, -L, -r any more. Use options documented since mcs-1.0
25852                 instead. Similarly for -g.
25853
25854         2005-12-04  Bruno Haible  <bruno@clisp.org>
25855
25856                 * build-aux/csharpcomp.sh.in: Suffix for resources is
25857                 .resources, not .resource.
25858
25859         2005-07-09  Bruno Haible  <bruno@clisp.org>
25860
25861                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
25862                 add a .dll suffix.
25863                 Reported by Mark Junker <mjscod@gmx.de>.
25864
25865         2006-07-22  Bruno Haible  <bruno@clisp.org>
25866
25867                 * modules/gettext: Upgrade to gettext-0.15.
25868                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
25869                 m4/visibility.m4.
25870                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
25871
25872 2006-07-22  Bruno Haible  <bruno@clisp.org>
25873
25874         Merge from GNU gettext 0.15.
25875
25876         2006-03-25  Bruno Haible  <bruno@clisp.org>
25877
25878                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
25879
25880         2006-07-21  Bruno Haible  <bruno@clisp.org>
25881
25882                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
25883                 "1.1".
25884
25885         2006-05-09  Bruno Haible  <bruno@clisp.org>
25886
25887                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
25888                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
25889                 for the conftestver execution.
25890
25891         2006-05-01  Bruno Haible  <bruno@clisp.org>
25892
25893                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
25894                 optional target-version argument. Verify that the compiler
25895                 groks source of the specified source-version, or add -source
25896                 option as necessary. Verify that the compiler produces
25897                 bytecode in the specified target-version, or add -target and
25898                 -source options as necessary. Make the result of the test
25899                 available as variable CONF_JAVAC. Also log error output in
25900                 config.log.
25901
25902         2006-03-11  Bruno Haible  <bruno@clisp.org>
25903
25904                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
25905
25906         2006-05-09  Bruno Haible  <bruno@clisp.org>
25907
25908                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
25909                 CLASSPATH_SEPARATOR to a semicolon.
25910
25911         2006-03-12  Bruno Haible  <bruno@clisp.org>
25912
25913                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
25914                 available as variable CONF_JAVA, for subsequent autoconf
25915                 tests. Also log error output in config.log.
25916
25917         2006-07-19  Bruno Haible  <bruno@clisp.org>
25918
25919                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
25920                 that getline works on glibc2 systems. Needed to avoid trouble
25921                 in relocatable.c.
25922                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
25923
25924         2005-12-04  Bruno Haible  <bruno@clisp.org>
25925
25926                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
25927                 launcher (untested).
25928
25929         2005-12-04  Bruno Haible  <bruno@clisp.org>
25930
25931                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
25932
25933         2006-07-22  Bruno Haible  <bruno@clisp.org>
25934
25935                 * gettext.m4: Update from GNU gettext-0.15.
25936                 * nls.m4: Likewise.
25937                 * po.m4: Likewise.
25938                 * inttypes-pri.m4: Likewise.
25939                 * inttypes-h.m4: Renamed from inttypes.m4.
25940                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
25941
25942 2006-07-22  Bruno Haible  <bruno@clisp.org>
25943
25944         Merge from GNU gettext 0.15.
25945
25946         2005-07-05  Bruno Haible  <bruno@clisp.org>
25947
25948                 * printf-args.c (printf_fetchargs): Work around broken
25949                 definition of wint_t on mingw.
25950
25951         2005-02-12  Bruno Haible  <bruno@clisp.org>
25952
25953                 * xallocsa.h: Add extern "C" for C++.
25954
25955         2006-05-17  Bruno Haible  <bruno@clisp.org>
25956
25957                 Cygwin portability.
25958                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
25959
25960         2006-04-30  Bruno Haible  <bruno@clisp.org>
25961
25962                 * progreloc.c: Include <mach-o/dyld.h> if available.
25963                 (find_executable): Use _NSGetExecutablePath when possible.
25964
25965         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25966
25967                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
25968                 function.
25969
25970         2005-12-29  Bruno Haible  <bruno@clisp.org>
25971
25972                 * progreloc.c (set_program_name_and_installdir): Fix
25973                 compilation error.
25974
25975         2005-12-04  Bruno Haible  <bruno@clisp.org>
25976
25977                 Cygwin portability.
25978                 * progreloc.c: Include <windows.h> also on Cygwin.
25979                 (find_executable): Add support for Cygwin.
25980                 (set_program_name_and_installdir): Handle also platforms with
25981                 nonempty EXEEXT.
25982
25983         2006-07-11  Bruno Haible  <bruno@clisp.org>
25984
25985                 * javacomp.c: Fix a comment.
25986                 Reported by Jim Meyering.
25987
25988         2006-04-30  Bruno Haible  <bruno@clisp.org>
25989
25990                 * javacomp.h (compile_java_class): Add source_version,
25991                 target_version arguments.
25992                 * javacomp.c: Rewritten to choose only a compiler that
25993                 respects the specified source_version and target_version.
25994
25995         2006-06-27  Bruno Haible  <bruno@clisp.org>
25996
25997                 Assume correct S_ISDIR macro.
25998                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
25999
26000         2006-07-22  Bruno Haible  <bruno@clisp.org>
26001
26002                 * javaversion.h: New file, from GNU gettext.
26003                 * javaversion.c: New file, from GNU gettext.
26004                 * javaversion.java: New file, from GNU gettext.
26005                 * javaversion.class: New file, from GNU gettext.
26006
26007         2006-05-17  Bruno Haible  <bruno@clisp.org>
26008
26009                 Cygwin portability.
26010                 * javaexec.c (execute_java_class): Test for jview program
26011                 also on Cygwin.
26012
26013         2006-04-09  Bruno Haible  <bruno@clisp.org>
26014
26015                 * fatal-signal.c: Don't include string.h.
26016                 (at_fatal_signal): Use a copying loop instead of memcpy.
26017
26018         2005-12-04  Bruno Haible  <bruno@clisp.org>
26019
26020                 * csharpexec.c: Add support for 'clix' launcher (untested).
26021                 (execute_csharp_using_sscli): New function.
26022                 (execute_csharp_program): Call it.
26023
26024         2006-06-21  Bruno Haible  <bruno@clisp.org>
26025
26026                 Avoid warnings from recent versions of mcs.
26027                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
26028                 -o, -L, -r any more. Use options documented since mcs-1.0
26029                 instead. Similarly for -g.
26030
26031         2005-07-09  Bruno Haible  <bruno@clisp.org>
26032
26033                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
26034                 add a .dll suffix.
26035                 Reported by Mark Junker <mjscod@gmx.de>.
26036
26037         2006-06-17  Bruno Haible  <bruno@clisp.org>
26038
26039                 * config.charset: Update for NetBSD 3.0.
26040
26041         2006-05-17  Bruno Haible  <bruno@clisp.org>
26042
26043                 Cygwin portability.
26044                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
26045
26046         2006-05-16  Bruno Haible  <bruno@clisp.org>
26047
26048                 * localcharset.c [CYGWIN]: Include <windows.h>.
26049                 (get_charset_aliases): For Cygwin, return the same CPxxx
26050                 aliases list as under WIN32.
26051                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
26052                 the environment variables. Fall back to GetACP().
26053
26054         2006-04-05  Bruno Haible  <bruno@clisp.org>
26055
26056                 * config.charset: Update Juan Manuel Guerrero's address.
26057
26058         2005-02-12  Bruno Haible  <bruno@clisp.org>
26059
26060                 * allocsa.h: Add extern "C" for C++.
26061
26062         2005-02-10  Bruno Haible  <bruno@clisp.org>
26063
26064                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
26065                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
26066
26067         2006-07-22  Bruno Haible  <bruno@clisp.org>
26068
26069                 * gettext.h: Update to GNU gettext-0.15.
26070
26071 2006-07-22  Bruno Haible  <bruno@clisp.org>
26072
26073         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
26074         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
26075         lib-prefix.m4, longdouble.m4, ssize_t.m4.
26076
26077 2006-07-21  Eric Blake  <ebb9@byu.net>
26078
26079         * modules/stdlib-safer: New file.
26080         * MODULES.html.sh (File stream based Input/Output): Add
26081         stdlib-safer.
26082
26083 2006-07-21  Eric Blake  <ebb9@byu.net>
26084
26085         * lib/stdlib-safer.h: New file from coreutils, required by
26086         stdlib--.h.
26087
26088 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
26089
26090         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
26091
26092 2006-07-20  Bruno Haible  <bruno@clisp.org>
26093
26094         * gnulib-tool: Recognize new option --assume-autoconf.
26095         (autoconf_minversion): New variable.
26096         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
26097
26098 2006-07-20  Bruno Haible  <bruno@clisp.org>
26099
26100         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
26101
26102 2006-07-19  Derek R. Price  <derek@ximbiot.com>
26103
26104         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
26105         Reindent and repaginate.
26106
26107 2006-07-19  Derek Price  <derek@ximbiot.com>
26108
26109         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
26110         Correct grammar.
26111
26112 2006-07-17  Bruno Haible  <bruno@clisp.org>
26113
26114         * modules/list: New file.
26115         * modules/array-list: New file.
26116         * modules/carray-list, modules/carray-list-tests: New files.
26117         * modules/linked-list, modules/linked-list-tests: New files.
26118         * modules/avltree-list, modules/avltree-list-tests: New files.
26119         * modules/rbtree-list, modules/rbtree-list-tests: New files.
26120         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
26121         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
26122         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
26123         * modules/oset: New file.
26124         * modules/array-oset: New file.
26125         * modules/avltree-oset, modules/avltree-oset-tests: New files.
26126         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
26127         * tests/test-carray_list.c: New file.
26128         * tests/test-linked_list.c: New file.
26129         * tests/test-avltree_list.c: New file.
26130         * tests/test-rbtree_list.c: New file.
26131         * tests/test-linkedhash_list.c: New file.
26132         * tests/test-avltreehash_list.c: New file.
26133         * tests/test-rbtreehash_list.c: New file.
26134         * tests/test-avltree_oset.c: New file.
26135         * tests/test-rbtree_oset.c: New file.
26136         * MODULES.html.sh (Container data structures): New section.
26137
26138 2006-07-17  Bruno Haible  <bruno@clisp.org>
26139
26140         * m4/gl_list.m4: New file.
26141
26142 2006-07-17  Bruno Haible  <bruno@clisp.org>
26143
26144         * lib/gl_list.h: New file.
26145         * lib/gl_list.c: New file.
26146         * lib/gl_array_list.h: New file.
26147         * lib/gl_array_list.c: New file.
26148         * lib/gl_carray_list.h: New file.
26149         * lib/gl_carray_list.c: New file.
26150         * lib/gl_linked_list.h: New file.
26151         * lib/gl_linked_list.c: New file.
26152         * lib/gl_anylinked_list1.h: New file.
26153         * lib/gl_anylinked_list2.h: New file.
26154         * lib/gl_avltree_list.h: New file.
26155         * lib/gl_avltree_list.c: New file.
26156         * lib/gl_anyavltree_list1.h: New file.
26157         * lib/gl_anyavltree_list2.h: New file.
26158         * lib/gl_rbtree_list.h: New file.
26159         * lib/gl_rbtree_list.c: New file.
26160         * lib/gl_anyrbtree_list1.h: New file.
26161         * lib/gl_anyrbtree_list2.h: New file.
26162         * lib/gl_anytree_list1.h: New file.
26163         * lib/gl_anytree_list2.h: New file.
26164         * lib/gl_linkedhash_list.h: New file.
26165         * lib/gl_linkedhash_list.c: New file.
26166         * lib/gl_anyhash_list1.h: New file.
26167         * lib/gl_anyhash_list2.h: New file.
26168         * lib/gl_avltreehash_list.h: New file.
26169         * lib/gl_avltreehash_list.c: New file.
26170         * lib/gl_rbtreehash_list.h: New file.
26171         * lib/gl_rbtreehash_list.c: New file.
26172         * lib/gl_anytreehash_list1.h: New file.
26173         * lib/gl_anytreehash_list2.h: New file.
26174
26175         * lib/gl_oset.h: New file.
26176         * lib/gl_oset.c: New file.
26177         * lib/gl_array_oset.h: New file.
26178         * lib/gl_array_oset.c: New file.
26179         * lib/gl_avltree_oset.h: New file.
26180         * lib/gl_avltree_oset.c: New file.
26181         * lib/gl_rbtree_oset.h: New file.
26182         * lib/gl_rbtree_oset.c: New file.
26183         * lib/gl_anytree_oset.h: New file.
26184
26185 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26186
26187         * m4/mkancesdirs.m4: New file.
26188         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
26189         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
26190         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
26191         it.
26192
26193 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26194
26195         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
26196         * lib/mkancesdirs.h: New files.
26197         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
26198         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
26199         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
26200         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
26201         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
26202         callers changed.  Revamp internals significantly, by not
26203         attempting to create directories that are temporarily more
26204         permissive than the final results.  Do not attempt to use
26205         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
26206         This removes some race conditions, fixes some bugs, and simplifies
26207         things.  Use new dirchownmod function to do owner and mode changes.
26208         * lib/mkdir-p.h: Likewise.
26209         * lib/modechange.c (octal_to_mode): New function.
26210         (struct mode_change): New member mentioned.
26211         (make_node_op_equals): New arg mentioned.  All callers changed.
26212         (mode_compile): Keep track of which mode bits the user has explicitly
26213         mentioned.
26214         (mode_adjust): New arg DIR, so that we implement the X op correctly.
26215         New arg PMODE_BITS, to keep track of which mode bits the user
26216         mentioned; it treats S_ISUID and S_ISGID speciall.
26217         All callers changed.
26218         * lib/modechange.h: Likewise.
26219
26220 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26221
26222         * MODULES.html.sh: Add mkancestors.
26223         * modules/mkancesdirs: New module.
26224         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
26225         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
26226         The chdir-safer and afs files are now orphans; I'll remove them
26227         unless someone speaks up.
26228         Add lib/dirchownmod.c, lib/dirchownmod.h.
26229         (Depends-on): Remove alloca, chown, save-cwd, dirname.
26230         Add lchown, mkancesdirs.
26231         (Maintainer): Add self.
26232
26233 2006-07-15  Karl Berry  <karl@gnu.org>
26234
26235         * gnulib-tool: help message wording/arrangement.
26236
26237 2006-07-14  Simon Josefsson  <jas@extundo.com>
26238
26239         * doc/gnulib.texi (Libtool and Windows): New section.
26240
26241 2006-07-12  Simon Josefsson  <jas@extundo.com>
26242
26243         * modules/gendocs (License): Fix license, approved by Karl.
26244
26245 2006-07-12  Eric Blake  <ebb9@byu.net>
26246
26247         * MODULES.html.sh: Add gendocs.
26248
26249 2006-07-11  Eric Blake  <ebb9@byu.net>
26250
26251         * modules/fdl: New module, to install doc/fdl.texi.
26252         * MODULES.html.sh: Add new section for documentation modules.
26253         * gnulib-tool: Avoid space-tab.
26254         (--doc-base): New option, to manage files from doc.
26255
26256 2006-07-11  Eric Blake  <ebb9@byu.net>
26257
26258         * m4/absolute-header.m4: Fix comments to match recent change.
26259
26260 2006-07-11  Eric Blake  <ebb9@byu.net>
26261
26262         * gnulib-tool: List --doc-base before --tests-base.
26263
26264 2006-07-11  Derek R. Price  <derek@ximbiot.com>
26265
26266         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
26267
26268 2006-07-11  Bruno Haible  <bruno@clisp.org>
26269
26270         * README: Mention where to put documentation.
26271
26272 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26273
26274         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
26275
26276 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26277
26278         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
26279         to stdint.m4.
26280
26281 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26282
26283         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
26284         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
26285         "no/such/file/stdint.h" when there is no such file, so that
26286         the resulting C code can be parsed by dodgy compilers.
26287         Problems reported by Bob Proulx.
26288
26289 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26290
26291         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
26292         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26293         macros into the GNU _D_EXACT_NAMLEN.
26294         * lib/savedir.c:  Likewise.
26295         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
26296
26297 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26298         and Paul Eggert  <eggert@cs.ucla.edu>
26299
26300         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
26301         * m4/savedir.m4:
26302         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26303         macros into the GNU _D_EXACT_NAMLEN.
26304
26305 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26306
26307         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
26308         around the absolute name, to work around a problem with the HP-UX
26309         11.23 native C compiler, reported by Bob Proulx.
26310
26311 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26312
26313         * doc/maintain.texi, make-stds.texi: Sync from
26314         <http://savannah.gnu.org/projects/gnustandards>.
26315
26316 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26317
26318         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
26319
26320 2006-07-09  Jim Meyering  <jim@meyering.net>
26321
26322         * m4/glob.m4: Remove a doubled word in a comment.
26323
26324 2006-07-09  Jim Meyering  <jim@meyering.net>
26325
26326         * lib/argp-pv.c: Remove a doubled word in a comment.
26327         * lib/check-version.c (check_version): Likewise.
26328         * lib/javacomp.c (compile_java_class): Likewise.
26329
26330 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26331
26332         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
26333         for the benefit of people using Autoconf 2.60.  If you want to
26334         support older Autoconf versions you can copy m4/onceonly_2_57.m4
26335         (or m4/onceonly.m4, if pre-2.57) manually.
26336
26337 2006-07-08  Jim Meyering  <jim@meyering.net>
26338
26339         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
26340         comment.
26341         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
26342         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
26343         comment.
26344
26345 2006-07-08  Jim Meyering  <jim@meyering.net>
26346
26347         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
26348
26349 2006-07-07  Simon Josefsson  <jas@extundo.com>
26350
26351         * tests/test-crc.c: Change expected crc value, the test vector
26352         were probably computed using the old broken crc.c?
26353
26354 2006-07-06  Simon Josefsson  <jas@extundo.com>
26355
26356         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
26357         now the canonical place for the M4 file).
26358
26359         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
26360         from the sys_socket dependency now.
26361
26362         * modules/inet_pton (Files): Ditto.
26363
26364         * modules/inet_ntop (Files): Ditto.
26365
26366 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26367
26368         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
26369         not gl_PREREQ_GETUSERSHELL.
26370
26371 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26372
26373         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
26374         with only one argument, for Autoconf 2.60.
26375         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
26376         expand to nothing, so add a shell command to avoid syntax error.
26377         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
26378
26379 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26380
26381         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
26382
26383 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26384
26385         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
26386         no longer needed.  Check for isblank decl.
26387         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
26388         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
26389         of existence.
26390
26391 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26392
26393         * lib/getloadavg.c: Use __VMS, not VMS.
26394         * lib/getopt.c: Likewise.
26395         * lib/getpagesize.h: Likewise.
26396         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
26397         and probably does not work.
26398
26399 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26400
26401         * lib/.cppi-disable: Add wcwidth.
26402         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
26403         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
26404         (ISGRAPH): Remove.  All uses changed to isgraph.
26405         (FOLD) [!defined _LIBC]: Remove special case.
26406         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
26407         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
26408         HAVE_ISBLANK.
26409         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
26410         case.
26411
26412 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26413
26414         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
26415         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
26416         brackets.  Other minor changes to suppress some compiler
26417         warnings.
26418
26419 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26420         and Paul Eggert  <eggert@cs.ucla.edu>
26421
26422         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
26423         of invoking obsolescent AC_HEADER_DIRENT macro.
26424         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
26425         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
26426         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
26427         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
26428         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
26429         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26430         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
26431         * m4/readdir.m4: Remove; no longer needed.
26432
26433 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26434         and Paul Eggert  <eggert@cs.ucla.edu>
26435
26436         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
26437         Don't worry about this obsolete case any more.
26438         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
26439         directories.
26440         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
26441         worry about this obsolete case any more.
26442         * lib/fts.c: Likewise.
26443         * lib/getcwd.c: Likewise.
26444         * lib/glob.h: Likewise.
26445         * lib/savedir.c: Likewise.
26446
26447 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26448
26449         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
26450         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
26451         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
26452         needed.
26453         All uses removed.
26454         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26455         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26456         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
26457         needed.
26458         * m4/getdate.m4 (gl_GETDATE): Likewise.
26459         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26460         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26461         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26462         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26463         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26464         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26465         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
26466         needed.
26467
26468 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26469
26470         * lib/memcasecmp.c: Include <limits.h>.
26471         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
26472         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
26473         Don't assume isdigit succeeds only on '0' through '9'.
26474
26475 2006-07-05  Eric Blake  <ebb9@byu.net>
26476
26477         * modules/getaddrinfo (Depends-on): Add snprintf.
26478
26479 2006-07-05  Eric Blake  <ebb9@byu.net>
26480
26481         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
26482         to avoid 'header present but could not be compiled' on cygwin.
26483
26484 2006-07-05  Eric Blake  <ebb9@byu.net>
26485
26486         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
26487         missing from netdb.h.
26488         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
26489
26490 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26491
26492         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
26493         no longer needed.
26494         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
26495         * m4/getdate.m4 (gl_GETDATE): Likewise.
26496         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26497         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26498         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26499         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26500         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26501
26502 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26503
26504         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
26505         All uses of is_space replaced by isspace.
26506         * lib/exit.h: Don't talk about STDC_HEADERS.
26507         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
26508         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
26509         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
26510         replaced by isprint etc.
26511         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
26512         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26513         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
26514         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
26515         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
26516         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26517
26518 2006-07-05  Bruno Haible  <bruno@clisp.org>
26519
26520         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
26521         the function exists, before testing against AIX.
26522         Reported by Martin Lambers <marlam@marlam.de>.
26523
26524 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26525
26526         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
26527         From Mark D. Baushke.
26528
26529 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26530
26531         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
26532         to the absolute name, not just one, to bypass Sun C 5.8's
26533         "warning: #include of /usr/include/... may be non-portable".
26534
26535 2006-07-04  Eric Blake  <ebb9@byu.net>
26536
26537         * modules/dirname-tests: New test module.
26538         * tests/test-dirname.c: New file, replacing dirname.c
26539         TEST_DIRNAME section that was recently deleted.
26540
26541 2006-07-04  Bruno Haible  <bruno@clisp.org>
26542
26543         Assume ANSI C header files and <ctype.h> functions.
26544         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
26545         (mbsnwidth): Use isprint, iscntrl instead.
26546
26547 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26548
26549         Merge from coreutils.
26550         * MODULES.html.sh: Add xstrtold.
26551         * modules/xstrtold: New file.
26552         * modules/cycle-check (Files): Add lib/same-inode.h.
26553         * modules/dirname (Files): Add m4/double-slash-root.m4.
26554         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
26555         * modules/mkdir-p (Files): Add lib/same-inode.h.
26556         * modules/same (Files): Add lib/same-inode.h.
26557
26558 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26559
26560         * m4/absolute-header.m4: Renamed from full-header-path.m4.
26561         This is to keep the terminology clean; POSIX talks about
26562         "absolute pathnames", not "full pathnames", but the GNU
26563         Coding Standards say to use "path" for something else;
26564         so use "absolute" to keep both sides happy.
26565         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
26566         Set gl_absolute_header, not gl_full_header_path.
26567         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
26568         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
26569         All uses changed.
26570
26571         Merge from coreutils.
26572
26573         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26574
26575         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
26576         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
26577         want to require the building of c-strtod.o.
26578         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
26579         needs -lm directly.
26580         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
26581
26582         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26583
26584         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
26585         --as-needed option if available.  Problem reported by Albert Chin in
26586         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
26587         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
26588         cc merely issues a bunch of annoying warnings for --as-needed
26589         (this problem was reported by Bob Proulx).  Also, try linking with
26590         -lm to detect a bug in binutils 2.16 (this problem was reported
26591         by Ralf Wildenhues).
26592
26593         2006-06-18  Jim Meyering  <jim@meyering.net>
26594
26595         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
26596         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
26597         macro.
26598         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
26599         also check for glibc-2.4's abort-inducing bug.
26600
26601         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
26602         Low-probability clean-up should be to use rmdir to get rid of
26603         the just-created directory, not unlink.
26604
26605         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
26606         configure fail, and request a bug report to inform us about it.
26607         Add a comment that, barring reports to the contrary, in 2007 we'll
26608         assume ftruncate is universally available.
26609
26610         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26611
26612         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
26613
26614         2006-03-12  Jim Meyering  <jim@meyering.net>
26615
26616         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
26617         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
26618         * m4/same.m4 (gl_SAME): Likewise.
26619         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
26620
26621         2006-03-11  Eric Blake  <ebb9@byu.net>
26622
26623         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
26624         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
26625         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
26626         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
26627
26628 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26629
26630         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
26631         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
26632         reported by Mark D. Baushke, one in
26633         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
26634
26635         Merge from coreutils.
26636
26637         * lib/.cppi-disable: Add stdint_.h.
26638         * lib/.cvsignore: Add stdint.h.
26639
26640         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26641
26642         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
26643         both double and long double versions.
26644         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
26645         * lib/xstrtold.c: New file.
26646         * lib/xstrtod.h (xstrtold): New decl.
26647
26648         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26649
26650         * lib/filemode.c (setst): Remove.
26651         (strmode): Rewrite to avoid setst.  This makes the code shorter,
26652         (arguably) clearer, and the generated code is a bit smaller on my
26653         Debian GNU/Linux stable x86 host.
26654
26655         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26656
26657         * lib/filemode.c: Include "filemode.h" first, to test the interface.
26658         Assume that filemode.h includes sys/types.h and sys/stat.h.
26659         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
26660         (ftypelet): Reorder to put common cases first, for efficiency.
26661         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
26662         to do 'M'.
26663         (strmode): Renamed from mode_string, and now stores 12 bytes instead
26664         of 10, for compatibility with FreeBSD.  All callers changed.
26665         (filemodestring): Now stores 12 bytes instead of 10, and sets file
26666         types that can't be deduced solely from st_mode.  First arg is now a
26667         const pointer.
26668         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
26669         (strmode): Renamed from mode_string.
26670         (filemodestring): New decl.
26671         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
26672         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
26673         needed.
26674         (S_ISPORT, S_ISWHT): New macros, if not already defined.
26675
26676         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26677
26678         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
26679         fsusage.h now does that.  Include fsusage.h first, to test interface.
26680         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
26681         at most one method (the old code could have generated decls that
26682         didn't conform to C89, not that this was ever exercised).
26683         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
26684
26685         2006-03-19  Jim Meyering  <jim@meyering.net>
26686
26687         Work even in a chroot where d_ino values for entries in "/"
26688         don't match the stat.st_ino values for the same names.
26689         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
26690         number, iterate through all entries again, using lstat instead.
26691         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
26692         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
26693
26694         * lib/getcwd.c (__getcwd): Clarify a comment.
26695         Use memcpy in place of a call to strcpy.
26696
26697         2006-03-12  Jim Meyering  <jim@meyering.net>
26698
26699         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
26700         matches that of the current directory (which we're about to chdir ".."
26701         out of), then save the dev-ino of the parent, instead.
26702
26703         * lib/same-inode.h (SAME_INODE): New file/macro.
26704         * lib/chdir-safer.c (SAME_INODE): Remove definition.
26705         Include "same-inode.h", instead.
26706         * lib/same.c: Likewise.
26707         * lib/cycle-check.h: Include "same-inode.h".
26708         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
26709         * lib/cycle-check.c (SAME_INODE): Remove definition.
26710         * lib/root-dev-ino.h: Include "same-inode.h".
26711
26712         2006-03-11  Eric Blake  <ebb9@byu.net>
26713
26714         * lib/same.c (same_name): s/base_name/last_component/
26715         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
26716         * lib/filenamecat.c (file_name_concat): Likewise.
26717
26718         2006-03-11  Eric Blake  <ebb9@byu.net>,
26719                     Paul Eggert  <eggert@cs.ucla.edu>
26720
26721         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
26722         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
26723         drive prefix.
26724         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
26725         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
26726         (last_component): New method.
26727         * lib/dirname.c (dir_len): Determine when drive letters need a
26728         subsequent slash.  Preserve // when it is special.
26729         (dir_name): Don't append dot when drive letter is absolute.
26730         [TEST_DIRNAME]: Move into a full-blown gnulib test.
26731         * lib/basename.c (base_name): New semantics - malloc the result.
26732         Preserve // when it is special.  Preserve relative files that look
26733         like drive letters.
26734         (base_len): Preserve // when it is special.
26735         (last_component): New method, similar to old base_name semantics.
26736         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
26737         base_name.  Strip redundant slashes from ///.
26738
26739 2006-07-03  Jim Meyering  <jim@meyering.net>
26740
26741         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
26742         macro is used before the first cycle_check call.
26743
26744 2006-07-03  Eric Blake  <ebb9@byu.net>
26745
26746         * modules/dirname (Depends-on): Add xstrndup.
26747
26748 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26749
26750         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
26751         test cases, so that config.log is a bit easier to follow.
26752
26753 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26754
26755         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
26756         both are 64 bits, since this seems to be the tradition, and this
26757         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
26758         we ever run into a host that prefers long long to long in this
26759         case, we'll need another configure-time test.  Problem reported by
26760         Jim Meyering.
26761
26762 2006-07-02  Eric Blake  <ebb9@byu.net>
26763
26764         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
26765
26766 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26767
26768         * modules/inttypes (Depends-on): No longer depends on stdint.
26769         * modules/stdint (Description): Say more about assumptions.
26770         Say that the fast types might differ.  Say macros are used.
26771         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
26772         (Makefile.am): Revise list of substituted symbols to match
26773         new stdint.m4.
26774         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
26775         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
26776         * tests/test-stdint.c (verify_same_types)
26777         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
26778         the code conforms to C99/C89.
26779         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
26780         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
26781
26782 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26783
26784         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
26785         but fix a bug, by requiring at least 64 bits.
26786         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26787         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
26788         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
26789         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
26790
26791         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
26792         changes.  Make 2.59 a prerequisite.  Check and substitute for
26793         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
26794         inttypes.h.  Do not use special include files; just use the
26795         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
26796         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
26797         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
26798         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
26799         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
26800         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
26801         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
26802         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
26803         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
26804         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
26805         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
26806         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
26807         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
26808         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
26809         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
26810         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
26811         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
26812         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
26813         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
26814         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
26815         WINT_MAX.  Check for C99 conformance more strictly, by detecting
26816         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
26817         not check for things that C99 does not require, e.g., int8_t.  If
26818         a test isn't needed unless <stdint.h> isn't working, and is
26819         unlikely to be needed for any other reason, then don't do it
26820         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
26821         size_t, since we assume C89 freestanding at least.  Do not check
26822         for sig_atomic_t, wchar_t, or wint_t, since the code now does
26823         the right thing even if the types are not defined.  Instead use:
26824         (gl_STDINT_TYPE_PROPERTIES): New macro.
26825         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
26826         testing whether <sys/types.h> clashes, as Autoconf does this for
26827         us now.  All uses removed.
26828         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
26829         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
26830         (gl_CHECK_TYPE_SAME):
26831         Remove; no longer needed.
26832         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
26833         exists, since we'll return 0 anyway in that case.
26834         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
26835
26836 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26837
26838         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
26839         possible collision with system files.
26840         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
26841         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
26842         WCHAR_MIN and WCHAR_MAX in this case.
26843         (<stddef.h>): Do not include; no longer needed.
26844         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
26845         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
26846         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
26847         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
26848         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
26849         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
26850         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
26851         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
26852         !defined(__c99))]: Include in this case too, since it's harmless
26853         now.
26854         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
26855         dangerous to do so.
26856         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
26857         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
26858         (_STDINT_MIN, _STDINT_MAX): New macros.
26859         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
26860         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
26861         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
26862         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
26863         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
26864         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
26865         macros, not typedefs; this simplifies things quite a bit.
26866         Use long int for all types narrower than int64_t.
26867         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
26868         Define in terms of long long int or int64_t or long int,
26869         not int64_t or int32_t.  This saves some compile-time testing.
26870         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
26871         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
26872         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
26873         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
26874         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
26875         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
26876         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
26877         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
26878         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
26879         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
26880         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26881         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26882         undef any previous version and define our own version, for
26883         simplicity and consistency with the new macros for types.
26884         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26885         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26886         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
26887         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
26888         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
26889         @WINT_T_SUFFIX@ to keep things simple here.
26890         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
26891         Simplify by assuming typical 8/16/32/64 host, since we're
26892         already doing that elsewhere anyway.
26893         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
26894         and assume long long int is 64 bits if available.  This
26895         speeds up 'configure'.
26896
26897 2006-07-01  Eric Blake  <ebb9@byu.net>
26898
26899         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
26900         Reported by Andreas Buening.
26901
26902 2006-07-01  Eric Blake  <ebb9@byu.net>
26903
26904         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
26905
26906 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26907
26908         * lib/getaddrinfo.c: fixed typo
26909
26910 2006-06-29  Jim Meyering  <jim@meyering.net>
26911
26912         * modules/strftime (Maintainer): Add my name, since with the
26913         FPRINTFTIME changes strftime.c has forked from glibc.
26914
26915 2006-06-29  Eric Blake  <ebb9@byu.net>
26916
26917         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
26918
26919 2006-06-29  Eric Blake  <ebb9@byu.net>
26920
26921         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
26922
26923 2006-06-29  Eric Blake  <ebb9@byu.net>
26924
26925         * lib/stat_.h: New file.
26926
26927 2006-06-29  Eric Blake  <ebb9@byu.net>
26928
26929         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
26930         unused static function.
26931
26932 2006-06-29  Eric Blake  <ebb9@byu.net>
26933
26934         * doc/functions.texi (Function Portability): Document missing lstat
26935         on mingw.
26936
26937 2006-06-29  Eric Blake  <ebb9@byu.net>
26938
26939         * MODULES.html.sh: Add sys_stat.
26940         * modules/sys_stat: New module.
26941         * modules/mkstemp (Depends-on): Add sys_stat.
26942
26943 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26944
26945         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
26946
26947 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26948
26949         * m4/c-bs-a.m4: Removed.
26950
26951 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26952
26953         * lib/strftime.c: Assume strftime() exists.
26954
26955 2006-06-29  Derek Price  <derek@ximbiot.com>
26956
26957         * modules/c-bs-a: Removed - \a is C89.
26958         * MODULES.html.sh: Remove c-bs-a.
26959
26960 2006-06-29  Bruno Haible  <bruno@clisp.org>
26961
26962         * modules/wcwidth (License): Change to LGPL.
26963
26964 2006-06-28  Simon Josefsson  <jas@extundo.com>
26965
26966         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
26967         on _WIN32.
26968
26969         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
26970         getnameinfo.
26971
26972 2006-06-28  Simon Josefsson  <jas@extundo.com>
26973
26974         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
26975
26976 2006-06-28  Simon Josefsson  <jas@extundo.com>
26977
26978         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
26979         functions there.  It will succeed on Windows XP, but on Windows
26980         2000 and (presumably) earlier, it will fail, and use the internal
26981         re-implementation.
26982         (use_win32_p): New function.
26983         (getaddrinfo): Use strtoul on servname, to support numeric ports.
26984         Support AI_NUMERICSERV to disable getservbyname.
26985         (getnameinfo): New function, only supports
26986         NI_NUMERICHOST|NI_NUMERICSERV for now.
26987
26988         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
26989         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
26990         getnameinfo.
26991
26992 2006-06-28  Eric Blake  <ebb9@byu.net>
26993
26994         * modules/wcwidth: New file.
26995         * modules/mbchar (Depends-on): Add wcwidth.
26996         * modules/mbswidth (Depends-on): Add wcwidth.
26997         * MODULES.html.sh: Add wcwidth.
26998
26999 2006-06-28  Eric Blake  <ebb9@byu.net>
27000
27001         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
27002         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
27003
27004 2006-06-28  Eric Blake  <ebb9@byu.net>
27005
27006         * lib/xvasprintf.h: Fix comments.
27007
27008 2006-06-28  Eric Blake  <ebb9@byu.net>
27009
27010         * lib/mbchar.h (wcwidth): Include wcwidth.h.
27011         * lib/mbswidth.c (wcwidth): Move from here...
27012         * lib/wcwidth.h: ...to this new file.
27013
27014 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27015
27016         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
27017
27018         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
27019         it's obsolete.
27020         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
27021
27022 2006-06-28  Derek R. Price  <derek@ximbiot.com>
27023
27024         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
27025         Autoconf 2.60 says this stuff was obsolete.
27026
27027 2006-06-28  Bruno Haible  <bruno@clisp.org>
27028
27029         * modules/wcwidth (Files): Add m4/wchar_t.m4.
27030
27031 2006-06-28  Bruno Haible  <bruno@clisp.org>
27032
27033         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
27034         gt_TYPE_WCHAR_T.
27035
27036 2006-06-28  Bruno Haible  <bruno@clisp.org>
27037
27038         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
27039         declaration for wcwidth.
27040         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
27041
27042 2006-06-28  Bruno Haible  <bruno@clisp.org>
27043
27044         * lib/mkdtemp.c [MINGW]: Include <io.h>.
27045         (mkdir): Define using _mkdir.
27046
27047 2006-06-28  Bruno Haible  <bruno@clisp.org>
27048
27049         * lib/getaddrinfo.h: Fix POSIX URL.
27050         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
27051         _WIN32.
27052         (use_win32_p): Make static.
27053         (getaddrinfo): Reject service name if it is empty or does not consist
27054         solely of decimal digits, or if its value is > 65535.
27055         (getnameinfo): Remove useless casts.
27056
27057 2006-06-27  Simon Josefsson  <jas@extundo.com>
27058
27059         * modules/sys_select: New file, suggested by Bruno Haible, Paul
27060         Eggert and Martin Lambers.
27061
27062 2006-06-27  Simon Josefsson  <jas@extundo.com>
27063
27064         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
27065         Eggert and Martin Lambers.
27066
27067 2006-06-27  Bruno Haible  <bruno@clisp.org>
27068
27069         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
27070         result to 0, not to empty.
27071         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
27072
27073 2006-06-27  Bruno Haible  <bruno@clisp.org>
27074
27075         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
27076
27077 2006-06-26  Simon Josefsson  <jas@extundo.com>
27078
27079         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
27080         present.
27081
27082 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
27083
27084         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
27085         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
27086         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
27087
27088 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
27089
27090         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
27091
27092 2006-06-26  Bruno Haible  <bruno@clisp.org>
27093
27094         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
27095
27096 2006-06-26  Bruno Haible  <bruno@clisp.org>
27097
27098         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
27099
27100 2006-06-26  Bruno Haible  <bruno@clisp.org>
27101
27102         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
27103         SGI C compiler in pre-C99 mode.
27104         Suggested by Mark D. Baushke and Larry Jones.
27105
27106 2006-06-26  Bruno Haible  <bruno@clisp.org>
27107
27108         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
27109         WCHAR_MAX.
27110         Reported by Mark D. Baushke and Larry Jones.
27111
27112 2006-06-26  Bruno Haible  <bruno@clisp.org>
27113
27114         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
27115         in pre-C99 mode.
27116         Suggested by Mark D. Baushke and Larry Jones.
27117
27118 2006-06-23  Simon Josefsson  <jas@extundo.com>
27119             Bruno Haible  <bruno@clisp.org>
27120
27121         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
27122         Emit mostlyclean-local rule.
27123         (func_emit_tests_Makefile_am): Likewise.
27124         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
27125
27126 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
27127
27128         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
27129
27130 2006-06-23  Bruno Haible  <bruno@clisp.org>
27131
27132         * tests/test-stdint.c: Update to match ISO C 99 Technical
27133         Corrigendum 1.
27134
27135 2006-06-23  Bruno Haible  <bruno@clisp.org>
27136
27137         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
27138
27139 2006-06-23  Bruno Haible  <bruno@clisp.org>
27140
27141         * lib/stdint_.h: Treat IRIX like OpenBSD.
27142
27143 2006-06-23  Bruno Haible  <bruno@clisp.org>
27144
27145         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
27146         ISO C 99 Technical Corrigendum 1.
27147
27148 2006-06-22  Simon Josefsson  <jas@extundo.com>
27149
27150         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
27151         MinGW.
27152
27153 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27154
27155         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
27156         needed.  Some compiler complained about some of them.  Problem reported
27157         by Larry Jones in
27158         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
27159
27160 2006-06-21  Simon Josefsson  <jas@extundo.com>
27161
27162         * tests/test-getaddrinfo.c: New file.
27163
27164         * modules/getaddrinfo-tests: New file.
27165
27166         * MODULES.html.sh: Add inet_pton.
27167
27168         * modules/inet_pton: New file.
27169
27170 2006-06-21  Simon Josefsson  <jas@extundo.com>
27171
27172         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
27173         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
27174         of using the (limited) gnulib implementation on Windows XP.
27175
27176         * m4/inet_pton.m4: New file.
27177
27178 2006-06-21  Simon Josefsson  <jas@extundo.com>
27179
27180         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
27181         variable.
27182
27183         * lib/socket_.h: Don't define WINVER.
27184
27185         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
27186         slightly modified to work in gnulib.
27187
27188 2006-06-21  Simon Josefsson  <jas@extundo.com>
27189
27190         * doc/gnulib.texi (Windows sockets): Add.
27191
27192 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
27193
27194         * lib/read-file.c (fread_file): Start with buffer allocation of
27195         0 bytes rather than 1 byte; this simplifies the code.
27196         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
27197         code to free buffer and save/restore errno.
27198         (internal_read_file): Remove unused local.
27199
27200 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
27201
27202         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
27203         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
27204         Problem reported by Denis Excoffier in
27205         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
27206
27207 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27208
27209         * modules/sys_socket, modules/socklen: Include sys/types since
27210         FreeBSD 4.x's sys/socket.h needs it.
27211
27212 2006-06-19  Simon Josefsson  <jas@extundo.com>
27213
27214         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
27215
27216 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27217
27218         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
27219
27220 2006-06-19  Bruno Haible  <bruno@clisp.org>
27221
27222         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
27223         and FULL_PATH_INTTYPES_H in angle brackets.
27224         Reported by Mark D. Baushke <mdb@gnu.org>.
27225
27226 2006-06-17  Eric Blake  <ebb9@byu.net>
27227
27228         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
27229         errno.
27230
27231 2006-06-17  Bruno Haible  <bruno@clisp.org>
27232
27233         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
27234         <sys/inttypes.h>.
27235
27236 2006-06-17  Bruno Haible  <bruno@clisp.org>
27237
27238         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
27239         whether errno is declared. Assume <errno.h> declares errno.
27240
27241 2006-06-17  Bruno Haible  <bruno@clisp.org>
27242
27243         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
27244
27245 2006-06-17  Bruno Haible  <bruno@clisp.org>
27246
27247         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
27248         problem on Solaris 2.5.1.
27249
27250 2006-06-16  Eric Blake  <ebb9@byu.net>
27251
27252         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
27253         * lib/unicodeio.c [!defined errno]: Likewise.
27254         * lib/strtol.c [!defined errno]: Likewise.
27255         * lib/strtod.c [!defined errno]: Likewise.
27256
27257 2006-06-15  Eric Blake  <ebb9@byu.net>
27258
27259         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
27260
27261 2006-06-15  Eric Blake  <ebb9@byu.net>
27262
27263         * config/srclist.txt (ssize_t.m4): Lose sync.
27264
27265 2006-06-15  Bruno Haible  <bruno@clisp.org>
27266
27267         * modules/stdint (Files): Include m4/full-header-path.m4,
27268         m4/size_max.m4, m4/wchar_t.m4.
27269         (Makefile.am): Many more substitutions.
27270         * modules/stdint-tests: New file.
27271         * tests/test-stdint.c: New file.
27272
27273 2006-06-15  Bruno Haible  <bruno@clisp.org>
27274
27275         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
27276         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
27277         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
27278         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
27279         gl_CHECK_TYPE_SAME): New macros.
27280
27281 2006-06-15  Bruno Haible  <bruno@clisp.org>
27282
27283         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
27284
27285 2006-06-15  Bruno Haible  <bruno@clisp.org>
27286
27287         * lib/stdint_.h: Rewritten to be fully auto-configured.
27288         Fixes bug on HP-UX/IA64.
27289
27290 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
27291
27292         * lib/getdate.y (__attribute__): Don't define if already defined.
27293         Problem reported by Larry Jones.
27294         * lib/utimens.c (__attribute__): Likewise.
27295
27296 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
27297
27298         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
27299         reported by Andreas Schwab.
27300
27301 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27302             Bruno Haible  <bruno@clisp.org>
27303
27304         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
27305         check for the declaration of strnlen and a run test that exposes the
27306         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
27307         rpl_strndup.
27308
27309 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27310             Bruno Haible  <bruno@clisp.org>
27311
27312         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
27313
27314 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27315
27316         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
27317         compile test, for Tru64 4.0D.
27318
27319 2006-05-28  Karl Berry  <karl@gnu.org>
27320
27321         * config/srclist.txt (printf-args.c): lose sync.
27322
27323 2006-05-26  Martin Lambers  <marlam@marlam.de>
27324
27325         * lib/getpass.c: Updates the test for the native W32 API, and adds
27326         missing includes, thus fixing compilation warnings.
27327
27328 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
27329
27330         * lib/exclude.c (exclude_fnmatch): New function.
27331         (excluded_file_name): Call exclude_fnmatch.
27332         * lib/exclude.h (excluded_file_name): New prototype
27333
27334 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
27335
27336         * lib/tempname.c (small_open, large_open): New macros.
27337         (__open, __open64) [!_LIBC]: Remove.
27338         (__gen_tempname): Use small_open and large_open instead of __open
27339         and __open64.  This fixes a portability bug on HP-UX 11.11i
27340         reported by Simon Wing-Tang in
27341         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
27342
27343 2006-05-24  Bruno Haible  <bruno@clisp.org>
27344
27345         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
27346         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
27347         Reported by Thorsten Maerz <torte@netztorte.de> via
27348         Aaron Stone <aaron@serendipity.cx>.
27349
27350 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27351
27352         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
27353         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
27354         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
27355         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
27356         not really conditional on the cache.
27357         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
27358
27359 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27360
27361         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
27362         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
27363         (my_usleep): Don't mishandle maximum value.
27364
27365 2006-05-19  Jim Meyering  <jim@meyering.net>
27366
27367         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
27368
27369 2006-05-17  Bruno Haible  <bruno@clisp.org>
27370
27371         Cygwin portability.
27372         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
27373
27374 2006-05-17  Bruno Haible  <bruno@clisp.org>
27375
27376         * lib/stdint_.h: Fix recognition of Cygwin.
27377
27378 2006-05-15  Bruno Haible  <bruno@clisp.org>
27379
27380         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
27381         on libtool patch by Ralf Wildenhues.
27382
27383 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27384
27385         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
27386         test for C99 conformance; (bool) 0.5 is an integer constant
27387         expression, but (bool) -0.5 is not.  Problem reported by Fedor
27388         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
27389
27390 2006-05-11  Simon Josefsson  <jas@extundo.com>
27391
27392         * m4/xvasprintf.m4: Fix obvious typo.
27393
27394 2006-05-11  Jim Meyering  <jim@meyering.net>
27395
27396         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
27397         James Lemley.
27398
27399 2006-05-10  Simon Josefsson  <jas@extundo.com>
27400
27401         * lib/md4.c: Typo fix, update copyright years.
27402         (K1, K2): Don't use L because it turn computations into 64-bit on
27403         64-bit platforms.
27404
27405 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
27406
27407         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
27408         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
27409         unwanted sign propagation, e.g., on hosts with 64-bit int.
27410         There still are some problems with reeelly weird theoretical hosts
27411         (e.g., 33-bit int) but it's not worth worrying about now.
27412         * lib/sha1.c (rol): Likewise.
27413         (K1, K2, K3, K4): Remove unnecessary L suffix.
27414
27415 2006-05-10  Bruno Haible  <bruno@clisp.org>
27416
27417         * lib/des.c: Cast to avoid warnings.
27418
27419 2006-05-09  Bruno Haible  <bruno@clisp.org>
27420
27421         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
27422         (Depends-on): Depend also on xsize, stdarg.
27423         (configure.ac): Add gl_XVASPRINTF.
27424
27425 2006-05-09  Bruno Haible  <bruno@clisp.org>
27426
27427         * m4/xvasprintf.m4: New file.
27428
27429 2006-05-09  Bruno Haible  <bruno@clisp.org>
27430
27431         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
27432         (EOVERFLOW): Define fallback value.
27433         (xstrcat): New function.
27434         (xvasprintf): Recognize the special case of a string concatenation.
27435
27436 2006-05-08  Eric Blake  <ebb9@byu.net>
27437
27438         * gnulib-tool (func_version): Base copyright year on CVS date.
27439         (func_emit_copyright_notice): New function.
27440         (func_emit_lib_Makefile_am): Use it.
27441         (func_emit_tests_Makefile_am): Likewise.
27442         (func_import): Likewise.
27443
27444 2006-05-08  Bruno Haible  <bruno@clisp.org>
27445
27446         * modules/stdarg: New file.
27447         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
27448
27449 2006-05-08  Bruno Haible  <bruno@clisp.org>
27450
27451         * m4/stdarg.m4: New file, from GNU gettext.
27452
27453 2006-05-08  Bruno Haible  <bruno@clisp.org>
27454
27455         * config/srclist.txt (build-aux/config.rpath): different from latest
27456         release.
27457
27458 2006-05-08  Bruno Haible  <bruno@clisp.org>
27459
27460         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
27461
27462 2006-05-05  Jim Meyering  <jim@meyering.net>
27463
27464         * m4/warning.m4: New file, derived from bison's file by the same name.
27465
27466 2006-05-03  Bruno Haible  <bruno@clisp.org>
27467
27468         * lib/stdint_.h: Shorter URL.
27469         * lib/inttypes.h: Likewise.
27470
27471 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27472
27473         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
27474
27475 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27476
27477         * lib/verify.h: Document the internals better.  Most of this change
27478         was written by Bruno Haible.
27479
27480 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27481
27482         * doc/verify.texi: New file, partly based on a proposal by
27483         Bruno Haible.
27484
27485 2006-05-02  Bruno Haible  <bruno@clisp.org>
27486
27487         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
27488         test from here...
27489         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
27490
27491 2006-04-29  Bruno Haible  <bruno@clisp.org>
27492
27493         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
27494         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
27495
27496 2006-04-29  Bruno Haible  <bruno@clisp.org>
27497
27498         * gnulib-tool: Make --update option actually work.
27499
27500 2006-04-29  Bruno Haible  <bruno@clisp.org>
27501
27502         * doc/gcd.texi: New file.
27503         * doc/gnulib.texi: Include it.
27504
27505 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
27506
27507         * lib/getdate.y (get_date): When adding relative date, start with the
27508         initial time, not with the result of the first mktime call.
27509
27510 2006-04-25  Bruno Haible  <bruno@clisp.org>
27511
27512         * gnulib-tool (func_import): Output the include directives in three
27513         blocks, sorted separately.
27514         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27515
27516 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27517
27518         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
27519         to define main with arguments, for C++.  Reported by Eric Blake.
27520         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
27521         Prefer 'int main ()' to 'int main (void)', for C++.
27522         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
27523         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
27524         for 'main', for C99 and C++.
27525
27526 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27527
27528         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
27529         Don't assume that exit status -1 is valid.
27530         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27531         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
27532         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
27533         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
27534         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
27535         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
27536         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
27537         functions can be used without declaring them, or that you can
27538         exit with status -1.
27539         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
27540
27541 2006-04-24  Karl Berry  <karl@gnu.org>
27542
27543         * config/srclist.txt (longdouble.m4): sync lost.
27544
27545 2006-04-24  Eric Blake  <ebb9@byu.net>
27546
27547         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
27548
27549 2006-04-24  Bruno Haible  <bruno@clisp.org>
27550
27551         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
27552         poll() implementation in AIX.
27553         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27554
27555 2006-04-24  Bruno Haible  <bruno@clisp.org>
27556
27557         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
27558         assigned exactly once.
27559
27560 2006-04-23  Claudio Fontana  <claudio@gnu.org>
27561             Bruno Haible  <bruno@clisp.org>
27562
27563         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
27564         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
27565         for AM_CPPFLAGS.
27566
27567 2006-04-23  Bruno Haible  <bruno@clisp.org>
27568
27569         * modules/copy-file: Depend on unistd.
27570         * modules/execute: Likewise.
27571         * modules/fatal-signal: Likewise.
27572         * modules/findprog: Likewise.
27573         * modules/mkdtemp : Likewise.
27574         * modules/pipe: Likewise.
27575         * modules/wait-process: Likewise.
27576
27577 2006-04-23  Bruno Haible  <bruno@clisp.org>
27578
27579         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
27580         condition was already detected.
27581         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27582
27583 2006-04-23  Bruno Haible  <bruno@clisp.org>
27584
27585         * lib/copy-file.c: Include <unistd.h> unconditionally.
27586         * lib/execute.c: Likewise.
27587         * lib/fatal-signal.c: Likewise.
27588         * lib/findprog.c: Likewise.
27589         * lib/mkdtemp.c: Likewise.
27590         * lib/pipe.h: Likewise.
27591         * lib/pipe.c: Likewise.
27592         * lib/wait-process.h: Likewise.
27593
27594 2006-04-23  Bruno Haible  <bruno@clisp.org>
27595
27596         * gnulib-tool (func_usage): Fix --import description. Document
27597         --update.
27598         (func_import): Create temporary file in a temporary directory, if
27599         --dry-run is specified. Silence errors from 'grep' when there are no
27600         m4 files in $m4dir.
27601         (func_create_testdir): Silence errors from 'grep' when there are no
27602         m4 files in $m4dir.
27603         Reported by Karl Berry <karl@freefriends.org>.
27604
27605 2006-04-20  Bruno Haible  <bruno@clisp.org>
27606
27607         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
27608         one argument, so that the code will be portable to Autoconf 2.60.
27609         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
27610         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27611         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
27612
27613 2006-04-19  Derek Price  <derek@ximbiot.com>
27614             Eric Blake  <ebb9@byu.net>
27615
27616         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
27617         rather than "/full/path.h".  Update comment to match.  Shorten &
27618         generalize m4_translit call via AS_TR_CPP.
27619
27620 2006-04-19  Derek Price  <derek@ximbiot.com>
27621             Eric Blake  <ebb9@byu.net>
27622
27623         * lib/inttypes.h: Correct grammar in comment.
27624
27625 2006-04-18  Derek Price  <derek@ximbiot.com>
27626             Paul Eggert  <eggert@cs.ucla.edu>
27627
27628         * modules/inttypes: New file.
27629         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
27630
27631 2006-04-18  Derek Price  <derek@ximbiot.com>
27632             Paul Eggert  <eggert@cs.ucla.edu>
27633
27634         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
27635         New files.
27636
27637 2006-04-18  Derek Price  <derek@ximbiot.com>
27638             Paul Eggert  <eggert@cs.ucla.edu>
27639
27640         * lib/inttypes.h: New file.
27641         * lib/strtoimax.c: Assume <inttypes.h>.
27642
27643 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
27644
27645         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
27646         isn't mounted.  Problem reported by Kir Kolyshkin.
27647
27648 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27649
27650         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
27651         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
27652         Derek R. Price.
27653         * lib/regex.h (RE_DUP_MAX): Update comment to match current
27654         implementation.
27655
27656 2006-04-12  Eric Blake  <ebb9@byu.net>
27657
27658         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
27659         is now done automatically by the corresponding Autoconf macro.
27660
27661 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
27662
27663         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
27664         time_r.h.
27665
27666 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27667
27668         Merge regex changes from libc, removing some of our
27669         POSIX-conformance changes that were rejected and redoing them in a
27670         less-intrusive way.
27671
27672         * lib/regcomp.c (re_compile_internal, init_dfa):
27673         Length arg is now size_t, not Idx.  All uses changed.
27674         (peek_token): Forward decl now says internal_function.
27675         (__re_error_msgid, __re_error_msgid_idx):
27676         Now static rather than extern with attribute_hidden.
27677         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
27678         For some reason libc prefers K&R style defns for external functions.
27679         (regerror) [!defined _LIBC]: Likewise.
27680         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
27681         (seek_collating_symbol_entry, lookup_collation_sequence_value):
27682         (build_range_exp, build_collating_symbol):
27683         Use K&R-style defn.
27684         (re_compile_fastmap): Use '\0' to memset, not 0.
27685         (utf8_sb_map): Make the calculations more obvious.
27686         (init_dfa, parse_bracket_exp, build_charclass_op):
27687         Call calloc and cast result, as glibc does.
27688         (init_word_char, fetch_token, peek_token, peek_token_bracket):
27689         (build_range_exp, build_collating_symbol):
27690         Now internal functions.
27691
27692         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
27693
27694         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
27695         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
27696         Don't depend on VMS; depend on __VMS instead, for POSIX
27697         namespace cleanness.
27698         (regoff_t): Define to ssize_t, not long int.
27699
27700         Remove the REG_ macros named below.  Instead, make the old names
27701         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
27702         __USE_GNU_REGEX.
27703         (REG_BACKSLASH_ESCAPE_IN_LISTS):
27704         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
27705         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
27706         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
27707         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
27708         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
27709         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
27710         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
27711         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
27712         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
27713         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
27714         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
27715         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
27716         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
27717         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
27718         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
27719         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
27720         (REG_NREGS):
27721         Remove.  All uses replaced by the old RE_* names.
27722         (RE_BACKSLASH_ESCAPE_IN_LISTS):
27723         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
27724         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
27725         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
27726         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
27727         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
27728         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
27729         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
27730         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
27731         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
27732         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
27733         Don't bother having these macros be independent of each others'
27734         values, since they no longer exist in the POSIX name space.
27735
27736         Rename the following member names back to their old names,
27737         unless !__USE_GNU_REGEX.  All uses changed back.
27738         (buffer): Renamed from re_buffer.
27739         (allocated): Renamed from re_allocated.
27740         (used): Renamed from re_used.
27741         (syntax): Renamed from re_syntax.
27742         (fastmap): Renamed from re_fastmap.
27743         (translate): Renamed from re_translate.
27744         (can_be_null): Renamed from re_can_be_null.
27745         (regs_allocated): Renamed from re_regs_allocated.
27746         (fastmap_accurate): Renamed from re_fastmap_accurate.
27747         (no_sub): Renamed from re_no_sub.
27748         (not_bol): Renamed from re_not_bol.
27749         (not_eol): Renamed from re_not_eol.
27750         (newline_anchor): Renamed from re_newline_anchor.
27751         (num_regs): Renamed from rm_num_regs.
27752         (start): Renamed from rm_start.
27753         (end): Renamed from rm_end.
27754
27755         (free_state): Move up a bit.
27756
27757         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
27758         #define to be empty.
27759         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
27760         when that is what is intended.
27761         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
27762         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
27763         (MAX): New macro.
27764         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
27765         All uses changed back to re_malloc, etc.  It's now the caller's
27766         responsibility to check for overflow; all callers changed.
27767         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
27768         (re_x2nrealloc): Remove.
27769         (free_state): Remove decl.
27770
27771         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
27772         (re_set_registers, re_exec):
27773         Use K&R-style defn.
27774
27775         2006-01-31  Roland McGrath  <roland@redhat.com>
27776
27777         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
27778         Reported by Mike Frysinger <vapier@gentoo.org>.
27779
27780         2006-01-15  Andreas Jaeger  <aj@suse.de>
27781
27782         [BZ #1950]
27783         * lib/regex_internal.c (re_string_reconstruct): Adjust for
27784         build_wcs_upper_buffer change.
27785         (build_wcs_upper_buffer): Change return type.
27786
27787         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
27788
27789         * lib/regex_internal.h: Include <stdint.h> if available.
27790
27791         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
27792
27793         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
27794
27795         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
27796
27797         * lib/regcomp.c: Adjust for changed secondary hash function.
27798
27799         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
27800
27801         * lib/regex.h: Pretty printing.
27802         Clean up namespace a bit.
27803
27804         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
27805
27806         * lib/regexec.c (update_cur_sifted_state, check_arrival,
27807         check_arrival_add_next_nodes): Avoid using uninitialized variable.
27808
27809         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27810                     Ulrich Drepper  <drepper@redhat.com>
27811
27812         [BZ #1302]
27813         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
27814         changed.
27815         (bitset_word_t): Renamed from bitset_word.  All uses changed.
27816
27817         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
27818
27819         [BZ #281]
27820         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
27821         * lib/regcomp.c: Remove unnecessary uses of
27822         unsigned RE_TRANSLATE_TYPE.
27823         * lib/regex_internal.h: Likewise.
27824         * lib/regex_internal.c: Likewise.
27825         * lib/regexec.c: Likewise.
27826         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
27827
27828         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
27829
27830         * lib/regexec.c (find_recover_state): Remove unnecessary
27831         initialization.
27832         (transit_state_bkref): Make DFA a const pointer.
27833         (get_subexp): Likewise.
27834         (check_arrival): Likewise.
27835         (update_cur_sifted_state): Likewise.
27836         (re_search_internal): Likewise.
27837         (prune_impossible_nodes): Likewise.
27838         (acquire_init_state_context): Likewise.
27839         (proceed_next_node): Likewise.
27840         (set_regs): Likewise.
27841         (free_fail_stack_return): Likewise.
27842         (check_arrival_expand_ecl): Mark DFA parameter as const.
27843         (check_arrival_expand_ecl_sub): Likewise.
27844         (check_subexp_limits): Likewise.
27845         (sub_epsilon_src_nodes):  Likewise.
27846         (add_epsilon_src_nodes):  Likewise.
27847         (merge_state_array): Likewise.
27848         (update_regs): Likewise.
27849         (build_trtable): Likewise.
27850         (sift_states_backward): Mark MCTX parameter as const.
27851         (build_sifted_states): Likewise.
27852         (update_cur_sifted_state): Likewise.
27853         (sift_states_mkref): Likewise.
27854         (check_arrival_expand_ecl): Mark eclosure as const.
27855         (check_dst_limits_calc_pos_1): Likewise.
27856         * lib/regex_internal.h (re_match_context_t): Make dfa a const
27857         pointer.
27858
27859         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
27860
27861         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
27862         (transit_state_sb): Likewise.
27863         (transit_state_mb): Likewise.
27864         (sift_states_iter_mb): Likewise.
27865         (check_arrival_add_next_nodes): Likewise.
27866         (check_node_accept_bytes): Change first parameter to pointer-to-const.
27867         [_LIBC] (re_search_2_stub): Use mempcpy.
27868
27869         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
27870         mbrtowc for very simple UTF-8 case.
27871
27872         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
27873         a pointer-to-const.
27874         (re_acquire_state_context): Likewise.
27875         * lib/regex_internal.h: Adjust prototypes.
27876
27877         * lib/regex.c: Prevent using C++ compilers.
27878
27879         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
27880         (re_acquire_state_context): Likewise.
27881
27882 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27883
27884         * modules/regex (Depends-on): Add ssize_t.
27885
27886 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27887
27888         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
27889         translation table.
27890
27891 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27892
27893         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
27894
27895 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
27896             Bruno Haible  <bruno@clisp.org>
27897
27898         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
27899         <sys/types.h> and <inttypes.h>.
27900
27901 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27902
27903         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
27904         `__error_t_defined', so argp.h will not typedef the former.
27905
27906 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
27907
27908         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
27909         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
27910         glibc names.  Even if glibc is changed to conform to POSIX, the
27911         traditional names will be available anyway, since regex depends on
27912         the extensions module.  Also, fix a longstanding typo in the
27913         implementation of Spencer ERE test #75 from grep 2.3.  Problems
27914         reported by Emanuele Giaquinta.  Also, change sense of cached
27915         variable, so that the message makes sense.
27916
27917 2006-03-24  Simon Josefsson  <jas@extundo.com>
27918
27919         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
27920         including some doc fixes.
27921         (base64_encode_alloc): Fix +1 bug on allocation failures.
27922
27923 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27924
27925         * lib/base64.c (base64_encode): Do not read past end of array with
27926         unsanitized input on systems with CHAR_BIT > 8.
27927
27928 2006-03-24  Eric Blake  <ebb9@byu.net>
27929
27930         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
27931
27932 2006-03-22  Karl Berry  <karl@gnu.org>
27933
27934         * config/srclist.txt (*setenv.[ch]): get from coreutils.
27935         * config/srclistvars.sh (COREUTILS): new var.
27936
27937 2006-03-17  Jim Meyering  <jim@meyering.net>
27938
27939         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
27940         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
27941
27942 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27943
27944         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
27945         no longer needs it.  Instead, check that regoff_t is as least
27946         as wide as ptrdiff_t.
27947
27948         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
27949         so that our regex.h stays compatible with the installed regex.
27950         This is helpful for installers who configure --without-included-regex.
27951         Problem reported by Emanuele Giaquinta.
27952
27953 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27954
27955         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
27956         Typedef to long int, not to off_, as POSIX will likely change
27957         in that direction.
27958
27959 2006-03-15  Eric Blake  <ebb9@byu.net>
27960
27961         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
27962
27963 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
27964
27965         * lib/argp-help.c (validate_uparams): Fix typo
27966         * lib/argp-parse.c (argp_default_options): Consistently begin help
27967         messages with a lowercase letter.
27968
27969 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
27970
27971         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
27972         overrun buffers and shouldn't be used (much as gets shouldn't be
27973         used).
27974         * lib/time_r.c (asctime_r, ctime_r): Likewise.
27975
27976 2006-03-08  Simon Josefsson  <jas@extundo.com>
27977
27978         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
27979         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27980
27981 2006-03-08  Simon Josefsson  <jas@extundo.com>
27982
27983         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
27984         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27985
27986 2006-03-08  Simon Josefsson  <jas@extundo.com>
27987
27988         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
27989         signal that configure disabled the device.
27990
27991 2006-03-08  Simon Josefsson  <jas@extundo.com>
27992
27993         * build-aux/maint.mk: Fix refresh-po, to handle no translated
27994         languages.
27995
27996 2006-03-07  Simon Josefsson  <jas@extundo.com>
27997
27998         * modules/getopt (Depends-on): Add unistd.
27999
28000         * modules/unistd: New file.
28001
28002 2006-03-07  Simon Josefsson  <jas@extundo.com>
28003
28004         * modules/gc-random: New file.
28005
28006 2006-03-07  Simon Josefsson  <jas@extundo.com>
28007
28008         * m4/unistd_h.m4: New file.
28009
28010 2006-03-07  Simon Josefsson  <jas@extundo.com>
28011
28012         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
28013         test to be side-effect free by storing the result in the cache
28014         variable gl_cv_lib_readline, and moving the assignment of
28015         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
28016         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28017
28018 2006-03-07  Simon Josefsson  <jas@extundo.com>
28019
28020         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
28021         error on missing devices (the functions will return an error).
28022
28023         * m4/gc.m4: Move random stuff to gc-random.m4
28024
28025 2006-03-07  Simon Josefsson  <jas@extundo.com>
28026
28027         * lib/unistd_.h: New file.
28028
28029 2006-03-07  Simon Josefsson  <jas@extundo.com>
28030
28031         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
28032
28033 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28034
28035         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
28036         Problem reported by Juan Manuel Guerrero.
28037
28038 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28039
28040         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
28041         the unistd module.
28042         * lib/getlogin_r.c: Likewise.
28043         * lib/getlogin_r.h: Likewise.
28044         * lib/glob.c: Likewise.
28045         * lib/pagealign_alloc.c: Likewise.
28046         * lib/unistd_.h: Remove; no longer needed.
28047
28048 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
28049
28050         * MODULES.html.sh (Support for systems lacking POSIX:2001):
28051         Add unistd.
28052         * modules/c-stack (Depends-on): Add unistd.
28053         * modules/getlogin_r: Likewise.
28054         * modules/glob: Likewise.
28055         * modules/pagealign_alloc: Likewise.
28056         * modules/unistd (Files): Remove lib/unistd_.h.
28057         (EXTRA_DIST): Remove.
28058         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
28059         need unistd_.h.
28060         (MOSTLYCLEANFILES): Remove unistd.h-t.
28061
28062 2006-03-03  Simon Josefsson  <jas@extundo.com>
28063
28064         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
28065
28066 2006-03-03  Simon Josefsson  <jas@extundo.com>
28067
28068         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
28069         libidn and bison.
28070
28071 2006-03-03  Simon Josefsson  <jas@extundo.com>
28072
28073         * build-aux/maint.mk: Add indent target.
28074
28075 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
28076
28077         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
28078         our replacement poll.h in any case, to avoid a differing
28079         declaration from a system header.  Seen on AIX.
28080
28081 2006-03-01  Simon Josefsson  <jas@extundo.com>
28082
28083         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
28084         <kasal@ucw.cz>.
28085
28086 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28087
28088         * modules/gettime (Depends-on): Add extensions module.
28089         * modules/nanosleep (Depends-on): Likewise.
28090         * modules/settime (Depends-on): Likewise.
28091
28092 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28093
28094         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
28095         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
28096         pedantically.
28097         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
28098         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
28099
28100         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
28101         not "==".  Reported by Ralf Wildenhues.
28102
28103 2006-03-01  Karl Berry  <karl@gnu.org>
28104
28105         * doc/Copyright/request-*: new files, synced from gnuorg.
28106
28107 2006-03-01  Karl Berry  <karl@gnu.org>
28108
28109         * config/srclist.txt (Copyright/*): new entries.
28110
28111 2006-02-28  Simon Josefsson  <jas@extundo.com>
28112
28113         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
28114
28115 2006-02-27  Simon Josefsson  <jas@extundo.com>
28116
28117         * lib/base64.h: Indent #define's.  From Jim Meyering
28118         <jim@meyering.net>.
28119
28120 2006-02-27  Jim Meyering  <jim@meyering.net>
28121
28122         Revert the change of 2006-02-24, so these files can continue
28123         to be sync'd from gettext.
28124         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
28125         of `config.h'.
28126
28127 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28128
28129         * modules/intprops: New file.
28130         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28131         Add intprops.
28132         * modules/getloadavg (Files): Remove lib/intprops.h.
28133         (Depends-on): Add intprops.
28134         * modules/human: Likewise.
28135         * modules/inttostr: Likewise.
28136         * modules/openat: Likewise.
28137         * modules/sig2str: Likewise.
28138         * modules/userspec: Likewise.
28139         * modules/utimecmp: Likewise.
28140         * modules/xnanosleep: Likewise.
28141         * modules/xstrtol: Likewise.
28142
28143 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
28144
28145         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
28146         * modules/lock-tests (TESTS): Use $(EXEEXT).
28147         * modules/tls-tests: Likewise.
28148         * modules/argp-tests: Likewise.
28149         (check_PROGRAMS): New var, replacing...
28150         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
28151
28152 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28153
28154         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
28155         `config.h'.
28156
28157 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
28158
28159         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
28160
28161 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28162
28163         Sync from coreutils.
28164         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
28165         gl_CHDIR_SAFER.
28166
28167 2006-02-22  Jim Meyering  <jim@meyering.net>
28168
28169         Sync from coreutils.
28170         * m4/chdir-safer.m4: New file.
28171
28172 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
28173
28174         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
28175         AT_FDCWD exceeds INT_MAX.
28176         * lib/openat.h (AT_FDCWD): Likewise.
28177
28178 2006-02-17  Eric Blake  <address@hidden>
28179
28180         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
28181
28182 2006-02-16  Simon Josefsson  <jas@extundo.com>
28183
28184         * modules/getaddrinfo (Depends-on): Add sys_socket.
28185
28186 2006-02-15  Simon Josefsson  <jas@extundo.com>
28187
28188         * build-aux/maint.mk: Add dsyntax-check rule.
28189
28190 2006-02-15  Eric Blake  <ebb9@byu.net>
28191
28192         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
28193         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
28194         'present but cannot compile' warnings on cygwin.
28195         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
28196         use ws2tcpip.h if sys/socket.h works.
28197         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
28198         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
28199
28200 2006-02-14  Simon Josefsson  <jas@extundo.com>
28201
28202         * modules/maintainer-makefile (Files): Rename.
28203
28204         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
28205         and (the local) Makefile.cfg to maint-cfg.mk.
28206
28207         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
28208         to the latter.
28209
28210         * modules/maintainer-makefile: New module.
28211
28212         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
28213         severaly stripped to make it possible to build it up from scratch
28214         with reliable tests.
28215
28216         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
28217         fixes to permit overriding the default actions when configure and
28218         makefile are not available.
28219
28220 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
28221
28222         Sync from coreutils.
28223         * modules/lstat (Depends-on): Don't depend on xalloc.
28224         (License): Change from GPL to LGPL, since this is now simply a
28225         replacement for a libc function.
28226
28227 2006-02-14  Jim Meyering  <jim@meyering.net>
28228
28229         Sync from coreutils.
28230
28231         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
28232         failure on deficient systems, and simplify gnulib lgpl dependencies.
28233         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
28234         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
28235
28236         * lib/xalloc-die.c: Remove unused definition of N_.
28237
28238 2006-02-14  Jim Meyering  <jim@meyering.net>
28239
28240         Sync from coreutils.
28241         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
28242         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
28243         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
28244         double-quote uses of that variable, to accommodate the rare case in
28245         which getmntent is available in none of the libraries checked.  This
28246         happens at least on FreeBSD 5.0.
28247
28248 2006-02-13  Simon Josefsson  <jas@extundo.com>
28249
28250         * gnulib-tool (Usage): Fix --import, from
28251         karl@freefriends.org (Karl Berry).
28252
28253 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28254
28255         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
28256
28257 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
28258
28259         * lib/argp-namefrob.h: Restore changes accidentally lost during the
28260         "autoupdate" on 2005-12-12.
28261
28262 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28263
28264         * modules/closeout (Depends-on): Remove atexit.
28265
28266 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28267
28268         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
28269         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
28270
28271 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
28272
28273         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
28274         __EXTENSIONS__ if this causes compilation to fail.  Problem
28275         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
28276         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
28277
28278 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
28279
28280         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
28281         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
28282         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
28283         All uses changed.
28284
28285 2006-01-26  Simon Josefsson  <jas@extundo.com>
28286
28287         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
28288         prototype is visible on mingw32.
28289
28290         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
28291         for mingw32.
28292
28293         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
28294         mingw32).
28295
28296 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
28297
28298         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
28299         attempt to open for write; this always fails, at least on POSIX
28300         hosts.  This reinstates the 2006-01-09 change, which was
28301         inadvertently removed.
28302
28303 2006-01-26  Bruno Haible  <bruno@clisp.org>
28304
28305         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
28306         Reported by Paul Eggert.
28307
28308 2006-01-26  Bruno Haible  <bruno@clisp.org>
28309             Paul Eggert  <eggert@cs.ucla.edu>
28310
28311         * lib/stdbool_.h (_Bool)
28312         [(! (defined __cplusplus || defined __BEOS__)
28313           && !defined __GNUC__
28314           && !(defined __HP_cc || defined __xlc__
28315                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
28316                || defined __sgi))]:
28317         #define to signed char in these cases too; this simplifies
28318         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
28319         etc., separately) and makes it more conservative.
28320
28321 2006-01-25  Simon Josefsson  <jas@extundo.com>
28322
28323         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
28324         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
28325         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
28326
28327 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28328
28329         * lib/argp-namefrob.h: Bugfix. Remove stray #
28330
28331 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28332
28333         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
28334         so that we test the test.
28335         Check for yet another HP-UX cc bug involving *bool |= bool.
28336
28337 2006-01-25  Karl Berry  <karl@gnu.org>
28338
28339         * config/srclist.txt (vasnprintf.c): sync lost.
28340
28341 2006-01-25  Jim Meyering  <jim@meyering.net>
28342
28343         Sync from the stable (b5) branch of coreutils:
28344
28345         * lib/fts.c (fts_children): Don't let close() clobber errno from
28346         failed fchdir().
28347
28348         * lib/fts.c (fts_stat): When following a symlink-to-directory,
28349         don't necessarily interpret stat-fails+lstat-succeeds as indicating
28350         a dangling symlink.  That can also happen at least for ELOOP.
28351         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
28352         FYI, this bug predates the inclusion of fts.c in coreutils.
28353
28354         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
28355         in their own block, so pre-c99 compilers don't object.
28356
28357         Avoid the double-free (first in fts_read, second in fts_close) that
28358         would occur when an `active' directory is made inaccessible (e.g.,
28359         via chmod a-x) during a traversal.
28360         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28361         before returning.  Reproduce this failure by
28362         mkdir -p a/b; cd a; chmod a-x . b
28363         Reported by Stavros Passas.
28364
28365 2006-01-25  Jim Meyering  <jim@meyering.net>
28366
28367         * lib/fileblocks.c: Remove more useless parentheses.
28368         * lib/readutmp.h: Likewise.
28369
28370 2006-01-25  Bruno Haible  <bruno@clisp.org>
28371
28372         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
28373         warnings.
28374         Reported by Paul Eggert.
28375
28376 2006-01-25  Bruno Haible  <bruno@clisp.org>
28377
28378         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
28379         rid of a trap command. For Solaris sh.
28380         Reported by Mark D. Baushke <mdb@gnu.org>.
28381
28382 2006-01-24  Simon Josefsson  <jas@extundo.com>
28383
28384         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
28385         Bruno.
28386
28387 2006-01-24  Karl Berry  <karl@gnu.org>
28388
28389         * config/srclist.txt (argp-namefrob.h): sync lost.
28390
28391 2006-01-24  Jim Meyering  <jim@meyering.net>
28392
28393         * modules/openat (Files): Add lib/intprops.h.
28394         From Mark D. Baushke.
28395
28396 2006-01-24  Jim Meyering  <jim@meyering.net>
28397
28398         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
28399         Reported by Mark D. Baushke.
28400
28401 2006-01-24  Jim Meyering  <jim@meyering.net>
28402
28403         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
28404
28405 2006-01-24  Bruno Haible  <bruno@clisp.org>
28406
28407         * modules/strnlen (Maintainer): Change from glibc to all.
28408
28409 2006-01-24  Bruno Haible  <bruno@clisp.org>
28410
28411         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
28412         Patch by Paul Eggert.
28413
28414 2006-01-24  Bruno Haible  <bruno@clisp.org>
28415
28416         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
28417         already has it.
28418         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
28419         2005-11-26.
28420
28421         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
28422         'signed char' to avoid problems with the built-in _Bool type.
28423         Reported by Paul Eggert on 2005-11-26.
28424
28425 2006-01-24  Bruno Haible  <bruno@clisp.org>
28426
28427         * gnulib-tool (func_import): Avoid constructing complicated sed
28428         expressions inside backquote.
28429         Report and solution by Mark D. Baushke <mdb@gnu.org>.
28430
28431 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
28432
28433         These changes imported from libc.
28434         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
28435         test and two separate function calls.
28436         * lib/strndup.c (__strndup): Add libc_hidden_def.
28437
28438 2006-01-23  Simon Josefsson  <jas@extundo.com>
28439
28440         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
28441         Remove the test_*_SOURCES variable: automake infers it by default.
28442         * modules/tls-tests: Likewise.
28443
28444 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28445
28446         Work around porting bugs reported by Dieter in
28447         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
28448         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
28449         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
28450         Include "getopt.h" first, to check interface.
28451         (getenv): Declare only if defined HAVE_DECL_GETENV &&
28452         !HAVE_DECL_GETENV.
28453         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
28454         (__strndup): Revert to K&R-style function dfns, the glibc style.
28455         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
28456         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
28457         Include strnlen.h first, to get prototype properly.
28458         (strnlen): Renamed from __strnlen.
28459         Remove weak alias.
28460
28461 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28462
28463         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
28464
28465 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28466
28467         * config/srclist.txt: Adjust to reflect glibc reorganization.
28468         This affects only comments.
28469
28470 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28471
28472          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
28473          Reported by Bruce Korb <bkorb@gnu.org>.
28474
28475 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
28476
28477         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
28478         to pacify gcc -Wswitch-default.
28479
28480 2006-01-22  Bruno Haible  <bruno@clisp.org>
28481
28482         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
28483         temporary buffer for sprintf, take into account the precision also
28484         for 'd', 'i', 'u', 'o', 'x', 'X'.
28485
28486 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28487
28488         * modules/argp-tests: New module
28489         * tests/test-argp.c: New file
28490         * tests/test-argp-2.sh: New file
28491
28492 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28493
28494         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
28495         (__argp_base_name): Removed
28496         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
28497         typo.
28498         (__argp_base_name): Provide macro definition or extern declaration
28499         depending on the configuration
28500
28501 2006-01-20  Simon Josefsson  <jas@extundo.com>
28502
28503         * modules/inet_ntop (Depends-on): Depend on sys_socket.
28504
28505 2006-01-20  Simon Josefsson  <jas@extundo.com>
28506
28507         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
28508
28509 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28510
28511         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
28512         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
28513         Suggested by Bruno Haible.
28514
28515 2006-01-20  Karl Berry  <karl@gnu.org>
28516
28517         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
28518         until changes propagate, I guess.
28519
28520 2006-01-19  Simon Josefsson  <jas@extundo.com>
28521
28522         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
28523
28524 2006-01-19  Simon Josefsson  <jas@extundo.com>
28525
28526         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
28527
28528 2006-01-19  Simon Josefsson  <jas@extundo.com>
28529
28530         * gnulib-tool: Set check_PROGRAMS.
28531
28532         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28533         modules/des-tests, modules/gc-arcfour-tests,
28534         modules/gc-arctwo-tests, modules/gc-des-tests,
28535         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28536         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28537         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28538         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28539         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28540         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
28541         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
28542         test_*_SOURCES.
28543
28544 2006-01-18  Simon Josefsson  <jas@extundo.com>
28545
28546         * modules/socklen (Depends-on): Depend on sys_socket.
28547
28548 2006-01-18  Simon Josefsson  <jas@extundo.com>
28549
28550         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28551         modules/des-tests, modules/gc-arcfour-tests,
28552         modules/gc-arctwo-tests, modules/gc-des-tests,
28553         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28554         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28555         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28556         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28557         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28558         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
28559         $(EXEEXT) to automake TESTS variable, for mingw32.
28560
28561 2006-01-17  Simon Josefsson  <jas@extundo.com>
28562
28563         * modules/socklen (Include): Need sys/socket.h.
28564
28565 2006-01-17  Bruno Haible  <bruno@clisp.org>
28566
28567         * modules/ssize_t (Include): Add <sys/types.h>.
28568
28569 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
28570
28571         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
28572         it's not portable and it doesn't work with cross-compiles.
28573         Problem reported by Bruno Haible.  Fix missing-$ typo in
28574         'test "gl_cv_ignore_unused_libraries" ...' that prevented
28575         -zignore from being used with Sun's C compiler.
28576
28577 2006-01-12  Simon Josefsson  <jas@extundo.com>
28578
28579         * lib/base64.c: Fix warning, reported by Bruno Haible
28580         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
28581
28582 2006-01-12  Bruno Haible  <bruno@clisp.org>
28583
28584         * modules/ldd: New file.
28585         * build-aux/ldd.sh.in: New file.
28586         * MODULES.html.sh (Support for building libraries and executables): Add
28587         ldd.
28588
28589 2006-01-12  Bruno Haible  <bruno@clisp.org>
28590
28591         * m4/ldd.m4: New file.
28592
28593 2006-01-12  Bruno Haible  <bruno@clisp.org>
28594
28595         * gnulib-tool (func_import, func_create_testdir): Don't go into an
28596         endless loop while replacing $auxdir with build-aux.
28597
28598 2006-01-11  Simon Josefsson  <jas@extundo.com>
28599
28600         * lib/stdint_.h (SIZE_MAX): Add missing (.
28601
28602 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
28603
28604         Sync from coreutils.
28605         * lib/md5.c: Fix commentary typos.
28606         (alignof, UNALIGNED_P): No need for a GCC-specific version.
28607         * lib/md5.h (__attribute__): Remove; unused.
28608         * lib/sha1.c: Fix commentary to match md5 better.
28609         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
28610         so that we don't need to worry about alignment.  All uses changed.
28611         This merges the 2005-10-28 md5 change into sha1.
28612
28613 2006-01-11  Jim Meyering  <jim@meyering.net>
28614
28615         Sync from coreutils.
28616         * lib/md5.c (OP): Fix spacing.
28617
28618 2006-01-11  Bruno Haible  <bruno@clisp.org>
28619
28620         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28621         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
28622         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
28623
28624 2006-01-11  Bruno Haible  <bruno@clisp.org>
28625
28626         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28627         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
28628         the "early" section as well.
28629
28630 2006-01-11  Bruno Haible  <bruno@clisp.org>
28631
28632         Avoid "ar: no archive members specified" error on MacOS X.
28633         * gnulib-tool (func_modules_add_dummy): New function.
28634         (func_import, func_create_testdir): Invoke it.
28635
28636 2006-01-11  Bruno Haible  <bruno@clisp.org>
28637
28638         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
28639         with $auxdir in AC_CONFIG_FILES statements.
28640
28641 2006-01-11  Bruno Haible  <bruno@clisp.org>
28642
28643         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28644         Initialize also noinst_HEADERS to empty.
28645
28646 2006-01-11  Bruno Haible  <bruno@clisp.org>
28647
28648         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
28649         variables.
28650         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
28651         autoreconf.
28652
28653 2006-01-11  Bruno Haible  <bruno@clisp.org>
28654
28655         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
28656         overridable by the user.
28657         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28658
28659 2006-01-10  Simon Josefsson  <jas@extundo.com>
28660
28661         * modules/sys_socket: New file.
28662
28663 2006-01-10  Simon Josefsson  <jas@extundo.com>
28664
28665         * m4/sys_socket_h.m4: New file.
28666
28667 2006-01-10  Simon Josefsson  <jas@extundo.com>
28668
28669         * lib/socket_.h: New file.
28670
28671 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28672
28673         * modules/readutmp (Maintainer): Add myself.
28674
28675 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28676
28677         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
28678         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
28679         People who are still concerned with buggy memcmp implementations
28680         can invoke gl_FUNC_MEMCMP themselves.
28681
28682 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28683
28684         * lib/regex_internal.h (BITSET_WORD_BITS):
28685         Work around a bug in 64-bit PGC (before version 6.1-2), where the
28686         preprocessor mishandles large unsigned values as if they were signed.
28687         Problem reported by Claudio Fontana in
28688         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
28689
28690 2006-01-10  Jim Meyering  <jim@meyering.net>
28691
28692         Avoid the double-free (first in fts_read, second in fts_close) that
28693         would occur when an `active' directory is made inaccessible (e.g.,
28694         via chmod a-x) during a traversal.
28695         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28696         before returning.  Reproduce this failure by
28697         mkdir -p a/b; cd a; chmod a-x . b
28698         Reported by Stavros Passas.
28699
28700         Sync from coreutils.
28701         * lib/sha1.c: Tweak grammar in a comment.
28702
28703 2006-01-10  Jim Meyering  <jim@meyering.net>
28704
28705         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
28706         Patch by Joerg Sonnenberger.
28707
28708 2006-01-10  Bruno Haible  <bruno@clisp.org>
28709
28710         * modules/readutmp: Depend on module free.
28711         * modules/strtok_r: Depend on module restrict.
28712
28713 2006-01-10  Bruno Haible  <bruno@clisp.org>
28714
28715         * modules/gettext (configure.ac): Add an invocation of
28716         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
28717
28718 2006-01-10  Bruno Haible  <bruno@clisp.org>
28719
28720         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
28721         Reported by Werner Lemberg <wl@gnu.org>.
28722
28723 2006-01-10  Bruno Haible  <bruno@clisp.org>
28724
28725         * lib/localcharset.c: Update from GNU gettext.
28726
28727 2006-01-10  Bruno Haible  <bruno@clisp.org>
28728
28729         * lib/argp.h (__const): Remove macro. Use const instead.
28730         * lib/argp-fmtstream.h (__const): Likewise.
28731         * lib/glob_.h (__const): Remove macro.
28732         * lib/glob-libc.h: Use const instead of __const.
28733
28734 2006-01-10  Bruno Haible  <bruno@clisp.org>
28735
28736         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
28737         variable.
28738         Needed to avoid an automake error regarding the 'gettext' module.
28739
28740 2006-01-09  Simon Josefsson  <jas@extundo.com>
28741
28742         * modules/inet_ntop (Depends-on): Add restrict.
28743
28744 2006-01-09  Simon Josefsson  <jas@extundo.com>
28745
28746         * modules/gc-rijndael-tests (License): Put under LGPL.
28747
28748         * modules/gc-des-tests (License): Likewise.
28749
28750         * modules/gc-arcfour-tests (License): Likewise.
28751
28752         * modules/gc-arctwo-tests (License): Likewise.
28753
28754         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
28755
28756         * modules/gc-hmac-sha1-tests (Files): Likewise.
28757
28758         * modules/gc-hmac-md5-tests (License): Likewise.
28759
28760         * modules/gc-sha1-tests (License): Likewise.
28761
28762         * modules/gc-md5-tests (License): Likewise.
28763
28764         * modules/gc-md4-tests (License): Likewise.
28765
28766         * modules/gc-md2-tests (License): Likewise.
28767
28768         * modules/gc-tests (License): Likewise.
28769
28770         * modules/des-tests (License): Likewise.
28771
28772         * modules/md4-tests (License): Likewise.
28773
28774         * modules/md2-tests (License): Likewise.
28775
28776 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28777
28778         Sync from coreutils:
28779
28780         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
28781         * modules/lib-ignore: New file.
28782         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
28783         chdir-safer.m4, lchmod.m4.
28784         * modules/openat: Add mkdirat.c, openat-priv.h.
28785
28786 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28787
28788         Sync from coreutils.
28789         * m4/lib-ignore.m4: New file.
28790         * m4/lchmod.m4: New file.
28791
28792 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28793
28794         Sync from coreutils.
28795         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
28796         for write access: POSIX says that must fail.
28797         * lib/fts.c (diropen): Likewise.
28798         * lib/save-cwd.c (save_cwd): Likewise.
28799         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
28800         well, for minor improvements on hosts that lack O_DIRECTORY.
28801         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
28802         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
28803         Fall back on chown if open failed with EACCES.
28804
28805         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
28806         Report an error at compile-time if only a 1-second nominal clock
28807         resolution is found.
28808
28809         * lib/lchmod.h: New file.
28810         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
28811         (make_dir_parents): Use lchown rather than chown, and
28812         lchmod rather than chmod.
28813
28814         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
28815         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
28816         "proc" reported by n0dalus.
28817
28818         * lib/mountlist.c: Include <limits.h>.
28819         (dev_from_mount_options)
28820         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
28821         New function.  It no longer assumes "dev=" has the System V meaning
28822         on Linux (since it doesn't).  It also parses "dev=" more carefully.
28823         (read_file_system_list)
28824         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
28825         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
28826         dev= in that case.
28827
28828         * lib/posixtm.h (PDS_PRE_2000): New macro.
28829         * lib/posixtm.c (year): Arg is now syntax_bits rather than
28830         allow_century.  All usages changed.  Reject dates outside the range
28831         1969-1999 if PDS_PRE_2000 is used.
28832
28833 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28834
28835         Sync from coreutils.
28836         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
28837         (Time of day items): Mention the possibility of leap seconds.
28838         Problem reported by Dr. David Alan Gilbert.
28839
28840 2006-01-09  Jim Meyering  <jim@meyering.net>
28841
28842         Sync from coreutils.
28843
28844         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
28845
28846         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
28847
28848         * lib/modechange.c (mode_compile): Reject an invalid mode string
28849         that starts with an octal digit.  From Andreas Gruenbacher.
28850
28851         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
28852         and dup to open_safer and dup_safer, respectively.
28853         (openat_permissive): Fix typo in comment.
28854
28855         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
28856         "gettext.h"; either no longer needed or are guaranteed by openat.h.
28857         (_): Remove; no longer needed.
28858         (openat): Renamed from rpl_openat; no need for rpl_openat
28859         since openat.h renames openat for us.
28860         Replace most of the body with a call to openat_permissive,
28861         to avoid duplicate code.
28862         Port to (probably hypothetical) environments were mode_t is
28863         wider than int.
28864         (openat_permissive): Require mode arg, so that we can check
28865         types better.  Put it just after flags.  Change cwd failure
28866         indicator from pointer-to-bool to pointer-to-errno-value.
28867         All callers changed.
28868         Invoke openat_save_fail and/or openat_restore_fail if
28869         cwd_errno is null, so that openat can call us.
28870         (openat_permissive, fdopendir, fstatat, unlinkat):
28871         Simplify errno handling to avoid some duplicate code,
28872         as it's OK to set errno on success.
28873         * lib/openat.h: Revamp code so that function macros depend on
28874         __OPENAT_PREFIX only, not also on AT_FDCWD.
28875         (openat_ro): Remove.  Caller changed to use openat_permissive.
28876         (openat_permissive): Now a macro, if not a function.
28877         (openat_restore_fail, openat_save_fail): Now always functions,
28878         since mkdirat needs them even if __OPENAT_PREFIX is defined.
28879
28880         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
28881         and openat.c.
28882         * lib/mkdirat.c: Include openat-priv.h.
28883         Remove definitions of macros defined therein.
28884         * lib/openat.c: Likewise.
28885
28886         * lib/mkdirat.c (mkdirat): New file and function.
28887         * lib/openat.h (mkdirat): Declare.
28888
28889         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
28890
28891         * lib/openat.h (openat_permissive): Declare.
28892         (openat_ro): Define.
28893
28894         * lib/openat.c (EXPECTED_ERRNO): New macro.
28895         (openat_permissive): New function -- used in remove.c rewrite.
28896         (all functions): Set errno just before returning, only if there
28897         was an actual failure.
28898         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
28899
28900         Emulate openat-family functions using Linux's procfs, if possible.
28901         Idea and some code based on Ulrich Drepper's glibc changes.
28902
28903         * lib/openat.c: (BUILD_PROC_NAME): New macro.
28904         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
28905         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
28906         before falling back on save_cwd and restore_cwd.
28907         (fdopendir, fstatat, unlinkat): Likewise.
28908
28909         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
28910         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
28911
28912         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
28913         as second argument to va_arg.  Otherwise, some versions of gcc
28914         warn that `if this code is reached, the program will abort'.
28915
28916 2006-01-09  Jim Meyering  <jim@meyering.net>
28917
28918         Sync from coreutils.
28919         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
28920         Require openat-priv.h.
28921
28922 2006-01-09  Bruno Haible  <bruno@clisp.org>
28923
28924         * modules/strnlen (Include): Use strnlen.h.
28925
28926 2006-01-09  Bruno Haible  <bruno@clisp.org>
28927
28928         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
28929
28930 2006-01-09  Bruno Haible  <bruno@clisp.org>
28931
28932         * lib/sysexit_.h (EX_OK): New macro.
28933         Suggested by Martin Lambers <marlam@marlam.de>.
28934
28935 2006-01-09  Bruno Haible  <bruno@clisp.org>
28936
28937         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
28938         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
28939
28940 2006-01-09  Bruno Haible  <bruno@clisp.org>
28941
28942         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
28943         numbers.
28944
28945 2006-01-09  Bruno Haible  <bruno@clisp.org>
28946
28947         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
28948         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
28949         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
28950         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
28951
28952 2006-01-09  Bruno Haible  <bruno@clisp.org>
28953
28954         * build-aux/javacomp.sh.in: New file, moved from lib/.
28955         * modules/javacomp-script (Files): Update.
28956         (configure.ac): Add AC_CONFIG_FILES invocation.
28957         (EXTRA_DIST): Remove variable.
28958
28959         * build-aux/javaexec.sh.in: New file, moved from lib/.
28960         * modules/javaexec (Files): Update.
28961         (configure.ac): Add AC_CONFIG_FILES invocation.
28962         (EXTRA_DIST): Remove javaexec.sh.in.
28963
28964         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
28965         * modules/csharpcomp-script (Files): Update.
28966         (configure.ac): Add AC_CONFIG_FILES invocation.
28967         (EXTRA_DIST): Remove variable.
28968
28969         * build-aux/csharpexec.sh.in: New file, moved from lib/.
28970         * modules/csharpexec (Files): Update.
28971         (configure.ac): Add AC_CONFIG_FILES invocation.
28972         (EXTRA_DIST): Remove csharpexec.sh.in.
28973
28974 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28975
28976         Sync from coreutils.
28977
28978         Add POSIX ACL support
28979         * lib/acl.h (copy_acl, set_acl): Add declarations.
28980         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
28981         systems other than Linux.
28982         (chmod_or_fchmod): New function: use fchmod when possible,
28983         and chmod otherwise.
28984         (file_has_acl): Add a POSIX ACL implementation, with a
28985         Linux-specific subcase.
28986         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
28987         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
28988         acls are unsupported.
28989         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
28990         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
28991         are unsupported.
28992
28993 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28994
28995         Sync from coreutils.
28996         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
28997
28998 2006-01-07  Bruno Haible  <bruno@clisp.org>
28999
29000         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
29001         gl_EARLY.
29002
29003 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29004
29005         * lib/strftime.c (tzname): Don't declare if it is already #defined.
29006         Problem reported for Mingw by Mark Junker.
29007
29008 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
29009
29010         * README: Gnulib normally doesn't generate a tarball.
29011
29012 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
29013
29014         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
29015         long int, not int, for nanosecond counts, so that people who are
29016         used to POSIX struct timespec won't be surprised.  Reported by Jim
29017         Meyering.
29018
29019 2005-12-28  Bruno Haible  <bruno@clisp.org>
29020
29021         * build-aux/config.rpath: Update from GNU gettext.
29022
29023 2005-12-16  Jim Meyering  <jim@meyering.net>
29024
29025         * modules/fprintftime: New module.
29026         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
29027
29028 2005-12-16  Jim Meyering  <jim@meyering.net>
29029
29030         * m4/fprintftime.m4: New file.
29031
29032 2005-12-16  Jim Meyering  <jim@meyering.net>
29033
29034         * lib/fprintftime.c, lib/fprintftime.h: New files.
29035
29036 2005-12-15  Simon Josefsson  <jas@extundo.com>
29037
29038         * modules/socklen (configure.ac): Fix M4 macro name, to align with
29039         new m4/socklen.m4.
29040
29041 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29042
29043         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
29044         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
29045
29046 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29047
29048         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
29049         * lib/argp-help.c (fill_in_uparams): Check if the constructed
29050         struct uparams is valid. Fall back to the default values if it is
29051         not.
29052
29053 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29054
29055         * modules/argp (Files): Add argp-pin.c
29056         (Depends-on): dirname
29057         (lib_SOURCES): Add argp-pin.c
29058
29059 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29060
29061         * m4/argp.m4:  Check if program_invocation_name and
29062         program_invocation_short_name are declared and define appropriate
29063         macros if they are not.
29064
29065 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29066
29067         * lib/argp-help.c (__argp_base_name): New function
29068         (__argp_short_program_name): Rewrite using __argp_base_name
29069         * lib/argp-namefrob.h: Define program_invocation_name and
29070         program_invocation_short_name if requested
29071         (__argp_base_name): Add prototype
29072         * lib/argp-parse.c (argp_def): Use gettext wrappers
29073         (argp_default_parser): Use __argp_base_name
29074         * lib/argp-pin.c: New file. Defines program_invocation_name and
29075         program_invocation_short_name on systems that lack them.
29076
29077 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29078
29079         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
29080         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29081         porting problem reported by Georg Schwarz in
29082         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29083
29084 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
29085
29086         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
29087         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
29088         porting problem reported by Georg Schwarz in
29089         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
29090
29091 2005-12-05  Bruno Haible  <bruno@clisp.org>
29092
29093         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
29094         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
29095         Reported by Mark Junker <mjscod@gmx.de>.
29096
29097 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
29098
29099         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
29100         Use implementation from Albert Chin, with some
29101         comments/corrections by Stepan Kasal and myself.
29102
29103 2005-12-02  Bruno Haible  <bruno@clisp.org>
29104
29105         * gnulib-tool (func_import): Accept GPLed build tool modules when
29106         --lgpl is given.
29107         * modules/csharpcomp-script: New file.
29108         * modules/csharpcomp: Depend on it.
29109         * modules/javacomp-script: New file.
29110         * modules/javacomp: Depend on it.
29111         Suggested by Simon Josefsson.
29112
29113 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
29114
29115         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
29116         statement, to work around an HP-UX 10.20 compiler bug reported by
29117         Peter O'Gorman.
29118
29119 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29120
29121         * modules/savedir (Depends-on): Add openat.
29122
29123 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
29124
29125         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
29126         (uintmax_t) [defined uintmax_t]: Do not declare.
29127         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
29128         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
29129         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
29130         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
29131         sake of portability to weird hosts that C allows (though we don't
29132         know of any practical examples).
29133
29134         * lib/savedir.h (fdsavedir): New decl.
29135         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
29136         contains most of the former guts of savedir.
29137         (savedir): Use savedirstream.
29138         Include "openat.h".
29139
29140 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29141
29142         * modules/obstack (Files): Add m4/ulonglong.m4.
29143         Problem reported by Davide Angelocola.
29144
29145 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29146
29147         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
29148         coreutils no longer futzes with rounding modes.
29149
29150 2005-11-14  Jim Meyering  <jim@meyering.net>
29151
29152         * lib/mkstemp-safer.c: Include <config.h>, required for possible
29153         replacement of mkstemp.
29154
29155 2005-11-10  Simon Josefsson  <jas@extundo.com>
29156
29157         * lib/readline.c: Remove EOL.
29158
29159 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29160
29161         * modules/gethrxtime (Depends-on): Add gettime.
29162
29163 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29164
29165         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
29166         or gettimeofday; no longer needed.
29167
29168 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29169
29170         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
29171         time business.
29172         (gethrxtime) [! (HAVE_NANOUPTIME
29173         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
29174         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
29175         our own approximation.
29176
29177 2005-11-08  Eric Blake  <ebb9@byu.net>
29178
29179         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29180
29181 2005-11-08  Eric Blake  <ebb9@byu.net>
29182
29183         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29184
29185 2005-11-04  Bruno Haible  <bruno@clisp.org>
29186
29187         * gnulib-tool: Implement --update mode.
29188
29189 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29190
29191         Fix porting problem reported by Theodoros V. Kalamatianos.
29192         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
29193         Don't assume that futimes failing means we must fail.
29194
29195 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29196
29197         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
29198         variables to suggest the intended function of the PATH_MAX check.
29199
29200 2005-10-30  Kean Johnston  <jkj@sco.com>
29201
29202         Trivial changes to support SCO systems.
29203         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
29204         as PATH_MAX.
29205         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
29206         where __ptr is null when no I/O is pending.
29207
29208 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29209
29210         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
29211         leave errno alone.  Problem reported by Dmitry V. Levin.
29212
29213 2005-10-28  Simon Josefsson  <jas@extundo.com>
29214
29215         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
29216         Test more.
29217
29218         * tests/test-gc-md2.c, tests/test-md2.c: New files.
29219
29220         * modules/md2, modules/md2-tests: New files.
29221
29222 2005-10-28  Simon Josefsson  <jas@extundo.com>
29223
29224         * m4/inet_ntop.m4: More tests.
29225
29226         * m4/gc-md2.m4, md2.m4: New file.
29227
29228 2005-10-28  Simon Josefsson  <jas@extundo.com>
29229
29230         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
29231         "restrict" keywords, as per POSIX.  Protect the function
29232         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
29233         Don't use K&R prototypes.  Check the sprintf return values.
29234         Re-define EAFNOSUPPORT if not present.  Indent.
29235
29236         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
29237         suggested by Bruno Haible <bruno@clisp.org>.
29238
29239         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
29240
29241         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
29242
29243         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
29244         libgcrypt).
29245
29246         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
29247
29248         * lib/md2.h, lib/md2.c: New files.
29249
29250 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
29251
29252         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
29253         errno alone.  Problem reported by Frederic Jolliton.
29254
29255 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
29256
29257         * modules/verify (License): Change from GPL to LGPL.  This is a
29258         tiny module and there are apparently near-equivalents that are
29259         under the BSD license.
29260
29261 2005-10-24  Simon Josefsson  <jas@extundo.com>
29262
29263         * modules/sha1: Relicense to LGPL.
29264
29265 2005-10-24  Simon Josefsson  <jas@extundo.com>
29266
29267         * lib/md4.h: Shrink buffer size, now that we changed the type.
29268
29269 2005-10-23  Simon Josefsson  <jas@extundo.com>
29270
29271         * gnulib-tool (func_import): Fix --tests-base.
29272
29273 2005-10-22  Simon Josefsson  <jas@extundo.com>
29274
29275         * modules/arcfour (Depends-on): Need stdint.
29276
29277 2005-10-22  Simon Josefsson  <jas@extundo.com>
29278
29279         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
29280         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
29281
29282 2005-10-22  Simon Josefsson  <jas@extundo.com>
29283
29284         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
29285         suggested by Bruno Haible <bruno@clisp.org>.
29286
29287 2005-10-22  Simon Josefsson  <jas@extundo.com>
29288
29289         * lib/crc.h: Include stddef.h, for size_t.
29290
29291 2005-10-22  Simon Josefsson  <jas@extundo.com>
29292
29293         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
29294         arcfour_context struct (simplify test vector testing in GNU
29295         Shishi).
29296
29297 2005-10-21  Simon Josefsson  <jas@extundo.com>
29298
29299         * modules/des, modules/des-tests: New files.
29300
29301         * modules/gc-des, modules/gc-des-tests: New files.
29302
29303         * tests/test-des.c, tests/test-gc-des.c: New file.
29304
29305 2005-10-21  Simon Josefsson  <jas@extundo.com>
29306
29307         * modules/arctwo, modules/arctwo-tests: New files.
29308
29309         * tests/test-arctwo.c: New file.
29310
29311         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
29312
29313         * tests/test-gc-arctwo.c: New file.
29314
29315 2005-10-21  Simon Josefsson  <jas@extundo.com>
29316
29317         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
29318         Bruno Haible <bruno@clisp.org>.
29319
29320         * m4/gc-des.m4: New file.
29321
29322 2005-10-21  Simon Josefsson  <jas@extundo.com>
29323
29324         * m4/arctwo.m4: New file.
29325
29326         * m4/gc-arctwo.m4: New file.
29327
29328 2005-10-21  Simon Josefsson  <jas@extundo.com>
29329
29330         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
29331         block.
29332
29333 2005-10-21  Simon Josefsson  <jas@extundo.com>
29334
29335         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
29336         <bruno@clisp.org>.
29337
29338         * lib/hmac-sha1.c (hmac_sha1): Likewise.
29339
29340         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
29341         Bruno Haible <bruno@clisp.org>.
29342
29343         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
29344         <bruno@clisp.org>.
29345
29346 2005-10-21  Simon Josefsson  <jas@extundo.com>
29347
29348         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
29349
29350 2005-10-21  Simon Josefsson  <jas@extundo.com>
29351
29352         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
29353
29354 2005-10-21  Simon Josefsson  <jas@extundo.com>
29355
29356         * lib/des.h, lib/des.c: New files.
29357
29358         * lib/gc-gnulib.c: Support DES.c
29359
29360 2005-10-21  Simon Josefsson  <jas@extundo.com>
29361
29362         * lib/arctwo.h, lib/arctwo.c: New files.
29363
29364         * lib/gc-gnulib.c: Support ARCTWO.
29365
29366 2005-10-21  Simon Josefsson  <jas@extundo.com>
29367
29368         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
29369         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29370
29371 2005-10-21  Simon Josefsson  <jas@extundo.com>
29372
29373         * gnulib-tool (func_import, func_create_testdir): Define automake
29374         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
29375         Makefile.am snippet),
29376         suggested by Bruno Haible <bruno@clisp.org>.
29377
29378         * modules/gc (Makefile.am): Use it.
29379
29380 2005-10-21  Bruno Haible  <bruno@clisp.org>
29381
29382         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
29383         patch.
29384
29385 2005-10-19  Simon Josefsson  <jas@extundo.com>
29386
29387         * tests/test-gc-rijndael.c: New file.
29388
29389         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
29390
29391 2005-10-19  Simon Josefsson  <jas@extundo.com>
29392
29393         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
29394         interface too.
29395
29396 2005-10-19  Simon Josefsson  <jas@extundo.com>
29397
29398         * tests/test-gc-arcfour.c: New file.
29399
29400         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
29401
29402 2005-10-19  Simon Josefsson  <jas@extundo.com>
29403
29404         * modules/gc-md4, modules/gc-md4-tests: New file.
29405
29406         * tests/test-gc-md4.c: New file.
29407
29408 2005-10-19  Simon Josefsson  <jas@extundo.com>
29409
29410         * m4/gc-md4.m4: New file.
29411
29412 2005-10-19  Simon Josefsson  <jas@extundo.com>
29413
29414         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
29415         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
29416         <kasal@ucw.cz>.
29417
29418 2005-10-19  Simon Josefsson  <jas@extundo.com>
29419
29420         * m4/gc-arcfour.m4: New file.
29421
29422         * m4/gc-rijndael.m4: New file.
29423
29424 2005-10-19  Simon Josefsson  <jas@extundo.com>
29425
29426         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
29427
29428 2005-10-19  Simon Josefsson  <jas@extundo.com>
29429
29430         * lib/gc-gnulib.c: Support ARCFOUR.
29431
29432 2005-10-19  Simon Josefsson  <jas@extundo.com>
29433
29434         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
29435         support.
29436
29437         * lib/gc.h: Add ECB enum type.
29438
29439         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
29440
29441 2005-10-18  Simon Josefsson  <jas@extundo.com>
29442
29443         * tests/test-md5.c: New file.
29444
29445         * modules/md5-tests: New file.
29446
29447 2005-10-18  Simon Josefsson  <jas@extundo.com>
29448
29449         * tests/test-md4.c: New file.
29450
29451         * modules/md4, modules/md4-tests: New files.
29452
29453 2005-10-18  Simon Josefsson  <jas@extundo.com>
29454
29455         * m4/md4.m4: New file.
29456
29457 2005-10-18  Simon Josefsson  <jas@extundo.com>
29458
29459         * lib/md4.h, lib/md4.c: New files, based on md5.?.
29460
29461 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
29462
29463         * gnulib-tool (func_create_testdir): Omit the second check whether
29464         BUILT_SOURCES in nonempty.
29465
29466 2005-10-17  Simon Josefsson  <jas@extundo.com>
29467
29468         * tests/test-rijndael.c: New file.
29469
29470 2005-10-17  Simon Josefsson  <jas@extundo.com>
29471
29472         * modules/sha1: Depend on stdint instead of md5.
29473
29474         * modules/md5: Depend on stdint, remove uint32_t.
29475
29476 2005-10-17  Simon Josefsson  <jas@extundo.com>
29477
29478         * modules/gc-sha1-tests: New file.
29479
29480         * tests/test-gc-sha1.c: New file.
29481
29482 2005-10-17  Simon Josefsson  <jas@extundo.com>
29483
29484         * m4/md5.m4: Remove call to uint32_t.m4.
29485
29486 2005-10-17  Simon Josefsson  <jas@extundo.com>
29487
29488         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
29489
29490         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
29491         md5.h.
29492
29493         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
29494
29495         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
29496
29497 2005-10-17  Simon Josefsson  <jas@extundo.com>
29498
29499         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
29500
29501 2005-10-17  Simon Josefsson  <jas@extundo.com>
29502
29503         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
29504
29505 2005-10-17  Simon Josefsson  <jas@extundo.com>
29506
29507         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
29508
29509         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
29510
29511 2005-10-17  Bruno Haible  <bruno@clisp.org>
29512
29513         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
29514         that it can also be used in a test.
29515
29516 2005-10-16  Bruno Haible  <bruno@clisp.org>
29517
29518         * gnulib-tool (func_emit_tests_Makefile_am): Also define
29519         TESTS_ENVIRONMENT, so that individual tests can augment it.
29520
29521         * gnulib-tool (func_create_testdir): Use an intermediate target for
29522         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
29523         macros, like $(ALLOCA_H), which cannot be passed through the command
29524         line.
29525
29526 2005-10-15  Simon Josefsson  <jas@extundo.com>
29527
29528         * modules/rijndael-tests: New file.
29529
29530         * modules/rijndael: New file.
29531
29532 2005-10-15  Simon Josefsson  <jas@extundo.com>
29533
29534         * m4/rijndael.m4: New file.
29535
29536 2005-10-15  Simon Josefsson  <jas@extundo.com>
29537
29538         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
29539
29540         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
29541
29542 2005-10-14  Simon Josefsson  <jas@extundo.com>
29543
29544         * tests/test-arcfour.c: New file.
29545
29546         * modules/arcfour, modules/arcfour-tests: New files.
29547
29548 2005-10-14  Simon Josefsson  <jas@extundo.com>
29549
29550         * m4/arcfour.m4: New file.
29551
29552 2005-10-14  Simon Josefsson  <jas@extundo.com>
29553
29554         * lib/arcfour.h, lib/arcfour.c: New files.
29555
29556 2005-10-14  Roland McGrath  <roland@redhat.com>
29557
29558         Import from libc.  [BZ #1331]
29559         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
29560         macro argument.
29561         Reported by Matej Vela <vela@debian.org>.
29562
29563 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29564
29565         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
29566         include <wchar.h>; no longer needed.
29567
29568 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29569
29570         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
29571
29572 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
29573         and  Ulrich Drepper  <drepper@redhat.com>
29574
29575         Import from libc.
29576         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
29577         instead of inline stream orientation test and two separate
29578         function calls.  Pay no attention to USE_IN_LIBIO.
29579
29580 2005-10-13  Simon Josefsson  <jas@extundo.com>
29581
29582         * modules/gc-hmac-md5-tests: New file.
29583
29584         * tests/test-gc-hmac-sha1.c: New file.
29585
29586         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
29587
29588         * modules/gc-hmac-md5-tests: New file.
29589
29590         * tests/test-gc-md5.c: New file.
29591
29592         * modules/gc-md5-tests: New file.
29593
29594 2005-10-13  Simon Josefsson  <jas@extundo.com>
29595
29596         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
29597         Move memory allocation outside of loop.
29598
29599 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
29600
29601         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
29602         intermediate directory is in a read-only file system.  Problem
29603         reported by Eric Blake.
29604
29605 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
29606
29607         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
29608
29609 2005-10-12  Simon Josefsson  <jas@extundo.com>
29610
29611         * tests/test-hmac-sha1.c: New file.
29612
29613         * modules/hmac-sha1-tests: New file.
29614
29615         * modules/hmac-sha1: New file.
29616
29617 2005-10-12  Simon Josefsson  <jas@extundo.com>
29618
29619         * modules/gc-sha1: New file.
29620
29621 2005-10-12  Simon Josefsson  <jas@extundo.com>
29622
29623         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
29624
29625         * tests/test-gc-pbkdf2-sha1.c: New file.
29626
29627 2005-10-12  Simon Josefsson  <jas@extundo.com>
29628
29629         * modules/gc-md5, modules/gc-hmac-md5: New files.
29630
29631         * modules/gc (Files): Remove md5, memxor and hmac files.
29632
29633 2005-10-12  Simon Josefsson  <jas@extundo.com>
29634
29635         * m4/gc-pbkdf2-sha1.m4: New file.
29636
29637         * m4/gc-hmac-sha1.m4: New file.
29638
29639         * m4/gc-sha1: New file.
29640
29641         * m4/hmac-sha1.m4: New file.
29642
29643 2005-10-12  Simon Josefsson  <jas@extundo.com>
29644
29645         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
29646
29647         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
29648
29649 2005-10-12  Simon Josefsson  <jas@extundo.com>
29650
29651         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
29652         suggested by Bruno Haible <bruno@clisp.org>.
29653
29654 2005-10-12  Simon Josefsson  <jas@extundo.com>
29655
29656         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
29657
29658 2005-10-12  Simon Josefsson  <jas@extundo.com>
29659
29660         * lib/gc-pbkdf2-sha1.c: New file.
29661
29662         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
29663
29664 2005-10-12  Simon Josefsson  <jas@extundo.com>
29665
29666         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
29667
29668         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
29669
29670 2005-10-12  Simon Josefsson  <jas@extundo.com>
29671
29672         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
29673         GC_USE_HMAC_MD5, respectively.
29674
29675         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
29676         (gc_md5): Fix typo.
29677
29678         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
29679
29680         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
29681
29682         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
29683
29684 2005-10-12  Bruno Haible  <bruno@clisp.org>
29685
29686         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
29687         Reported by Stepan Kasal <kasal@ucw.cz>.
29688
29689 2005-10-11  Simon Josefsson  <jas@extundo.com>
29690
29691         * tests/test-crc.c: New file.
29692
29693         * modules/crc, modules/crc-tests: New files.
29694
29695 2005-10-11  Simon Josefsson  <jas@extundo.com>
29696
29697         * m4/crc.m4: New file.
29698
29699 2005-10-11  Simon Josefsson  <jas@extundo.com>
29700
29701         * lib/gc.h: Add gc_hash and gc_hash_buffer.
29702
29703         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
29704
29705         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
29706
29707 2005-10-11  Simon Josefsson  <jas@extundo.com>
29708
29709         * lib/crc.h, lib/crc.c: New files.
29710
29711         * lib/gc.h (gc_hash_buffer): Add doc.
29712
29713 2005-10-11  Bruno Haible  <bruno@clisp.org>
29714
29715         * modules/c-strcasestr: New file.
29716         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
29717
29718 2005-10-11  Bruno Haible  <bruno@clisp.org>
29719
29720         * modules/c-strcase: New file.
29721         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
29722
29723 2005-10-11  Bruno Haible  <bruno@clisp.org>
29724
29725         * lib/strcasecmp.c: Include limits.h.
29726         (strcasecmp): Avoid integer overflow on exotic platforms.
29727         * lib/strncasecmp.c: Include limits.h.
29728         (strncasecmp): Avoid integer overflow on exotic platforms.
29729         Reported by Paul Eggert.
29730
29731 2005-10-11  Bruno Haible  <bruno@clisp.org>
29732
29733         * lib/c-strcasestr.h: New file, from GNU gettext.
29734         * lib/c-strcasestr.c: New file, from GNU gettext.
29735
29736 2005-10-11  Bruno Haible  <bruno@clisp.org>
29737
29738         * lib/c-strcase.h: New file, from GNU gettext.
29739         * lib/c-strcasecmp.c: New file, from GNU gettext.
29740         * lib/c-strncasecmp.c: New file, from GNU gettext.
29741
29742 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29743
29744         * modules/mempcpy (License): GPL -> LGPL.
29745         * modules/strchrnul (License): Likewise.
29746         * modules/sysexits (License): Likewise.
29747
29748 2005-10-08  Simon Josefsson  <jas@extundo.com>
29749
29750         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
29751
29752 2005-10-07  Simon Josefsson  <jas@extundo.com>
29753
29754         * m4/memxor.m4: Remove gl_C_RESTRICT call.
29755
29756 2005-10-06  Simon Josefsson  <jas@extundo.com>
29757
29758         * tests/test-hmac-md5.c: New file.
29759
29760         * modules/hmac-md5-tests: New file.
29761
29762         * modules/hmac-md5: New file.
29763
29764 2005-10-06  Simon Josefsson  <jas@extundo.com>
29765
29766         * m4/hmac-md5.m4: New file.
29767
29768         * m4/memxor.m4: Require gl_C_RESTRICT.
29769
29770 2005-10-06  Simon Josefsson  <jas@extundo.com>
29771
29772         * lib/memxor.c (memxor): Avoid casts and warnings.
29773
29774 2005-10-06  Simon Josefsson  <jas@extundo.com>
29775
29776         * lib/hmac-md5.c: New file.
29777
29778         * lib/hmac.h: New file.
29779
29780 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29781
29782         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
29783         promotes to int, not unsigned int, to catch the AIX 5.3
29784         compiler bug.
29785
29786 2005-10-05  Simon Josefsson  <jas@extundo.com>
29787
29788         * modules/memxor: New file.
29789
29790         * modules/iconv (Files): Move config.rpath to havelib, it is used
29791         there.
29792
29793         * modules/havelib (Files): Add config.rpath.
29794
29795 2005-10-05  Simon Josefsson  <jas@extundo.com>
29796
29797         * m4/memxor.m4: New file.
29798
29799 2005-10-05  Simon Josefsson  <jas@extundo.com>
29800
29801         * lib/memxor.c (memxor): Fix compiler error.
29802
29803         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
29804         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
29805
29806         * lib/memxor.h, lib/memxor.c: New files.
29807
29808         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
29809         we assume all systems have it, suggested by Jim Meyering
29810         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
29811         any systems lack sys/socket.h; mingw32 is known to lack it, but we
29812         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
29813         same reasons.
29814
29815 2005-10-05  Simon Josefsson  <jas@extundo.com>
29816
29817         * config/srclist.txt: Add glibc bug 1423 for md5.h.
29818
29819 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29820
29821         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
29822         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
29823         needed, since the source code now assumes these .h files.
29824
29825 2005-10-05  Derek Price  <derek@ximbiot.com>
29826
29827         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
29828
29829 2005-10-05  Bruno Haible  <bruno@clisp.org>
29830
29831         * modules/stdint (License): Change to LGPL.
29832
29833 2005-10-04  Simon Josefsson  <jas@extundo.com>
29834
29835         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
29836         D. Baushke" <mdb@gnu.org>.
29837
29838 2005-10-04  Bruno Haible  <bruno@clisp.org>
29839
29840         * lib/verify.h (verify_true): Provide alternative definition for C++.
29841
29842 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
29843
29844         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
29845         (SSIZE_MAX): New macro, if not already defined.
29846         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
29847         than 2 GiB.
29848
29849 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29850
29851         Sync from coreutils.
29852         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
29853         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
29854         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
29855         ULLONG_MAX doesn't work with 2.7.2.1.
29856
29857 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29858
29859         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
29860         From Ben Pfaff.
29861
29862         * modules/exclude (Depends-on): Depend on verify.
29863         * modules/strtoimax (Depends-on): Likewise.
29864         * modules/utimecmp (Depends-on): Likewise.
29865
29866 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29867
29868         * lib/exclude.c: Include verify.h.
29869         (verify): Remove.  All callers changed to use verify.h's version.
29870         * lib/strtoimax.c: Likewise.
29871         * lib/utimecmp.c: Likewis.e
29872
29873         Sync from coreutils.
29874         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
29875         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
29876         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
29877         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
29878         bother returning ENOSYS if settimeofday or stime fails; just let
29879         them return whatever errno they want to return.
29880         * lib/utimens.c: Include unistd.h, for dup2.
29881         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
29882         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
29883
29884 2005-10-02  Jim Meyering  <jim@meyering.net>
29885
29886         Sync from coreutils.
29887         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
29888         from glibc-2.2.5 that fails for read-only files.
29889
29890 2005-10-02  Jim Meyering  <jim@meyering.net>
29891
29892         Sync from coreutils.
29893         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
29894         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
29895         `#if HAVE_CONFIG_H'.
29896         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
29897         Remove AT_FDCWD test.
29898         Do not consume the fd unless successful.
29899         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
29900         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
29901         block, so that we don't even try to compile it if settimeofday is
29902         available.  This works around a compilation failure on OSF1 V5.1,
29903         due to stime requiring a `long int*' while tv_sec is `int'.
29904
29905 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
29906
29907         Sync from coreutils.
29908         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
29909         against `yes', rather than just testing for nonempty.
29910
29911 2005-10-01  Simon Josefsson  <jas@extundo.com>
29912
29913         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
29914         and Darwin.
29915
29916         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
29917         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
29918         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
29919         freeaddrinfo and gai_strerror are declared by the POSIX headers.
29920         Check if struct addrinfo is declared.
29921
29922 2005-10-01  Simon Josefsson  <jas@extundo.com>
29923
29924         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
29925         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
29926         AI_* and EAI_* definitions.  Protect function declarations.
29927
29928 2005-10-01  Jim Meyering  <jim@meyering.net>
29929
29930         Sync from coreutils.
29931
29932         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
29933         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
29934         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
29935         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29936         in the inet and nsl libraries.  Required on Solaris 5.7.
29937
29938 2005-10-01  Jim Meyering  <jim@meyering.net>
29939
29940         Sync from coreutils.
29941         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29942         in the inet and nsl libraries.  Required on Solaris 5.7.
29943
29944 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
29945
29946         * lib/getdelim.c (getdelim): Remove unused variables.
29947
29948 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
29949
29950         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
29951         so that the code works even with ancient cpp.  Portability problem
29952         with GCC 2.7.2.1 reported by Thomas M.Ott.
29953
29954 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
29955
29956         * modules/regex (Depends-on): Add strcase.
29957
29958         * modules/gethostname (Licence): Change from GPL to LGPL, since
29959         gethostname.c is a trivial implementation of a standard library
29960         function.
29961         * modules/poll (License): Change from GPL to LGPL, since it's
29962         derived from LGPL code.
29963
29964 2005-09-27  Jim Meyering  <jim@meyering.net>
29965
29966         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
29967         HAVE_CONFIG_H.
29968
29969         * lib/intprops.h (signed_type_or_expr__): Define.
29970         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
29971         for unsigned types.
29972
29973 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29974
29975         * lib/verify.h (verify_expr): Remove, replacing with:
29976         (verify_true): New macro that returns true instead of void.
29977         (verify_type__): Remove.
29978         (verify): Use verify_true rather than verify_type__.
29979
29980 2005-09-26  Bruno Haible  <bruno@clisp.org>
29981
29982         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
29983         is necessary.
29984         (lib_SOURCES): Remove mbchar.c.
29985         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
29986         (Files): Add m4/mbrtowc.m4.
29987         * modules/mbiter: Likewise.
29988         * modules/mbuiter: Likewise.
29989
29990 2005-09-26  Bruno Haible  <bruno@clisp.org>
29991
29992         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
29993         compile mbchar.c if they are not both present.
29994         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
29995         * m4/mbiter.m4 (gl_MBITER): Likewise.
29996         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
29997         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
29998         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
29999
30000 2005-09-25  Jim Meyering  <jim@meyering.net>
30001
30002         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
30003         also uses socklen_t.
30004
30005 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
30006
30007         * lib/utimens.c (ENOSYS): Define if not already defined.
30008         (futimens): Support having a null PATH if the file descriptor
30009         is nonnegative.
30010
30011         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
30012         Remove.
30013         (__attribute): Define to empty unless GCC 3.1 or later.
30014         This works around a core dump on OpenBSD 3.4, which has GCC
30015         2.95.3, which dumps core when given __attribute__(()).  It also
30016         simplifies other tests, since we really don't want to bother with
30017         worrying about which ancient version of GCC supported what.
30018         Original problem reported by Yoann Vandoorselaere, with part of
30019         the fix suggested by Derek Price.
30020
30021 2005-09-24  Jim Meyering  <jim@meyering.net>
30022
30023         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
30024         so we can once again use a positive bitfield width of 1 -- now we
30025         don't have to explain why we were using a bitfield width of 2.
30026
30027 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30028
30029         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
30030         and similarly for the other external symbols.  Problem reported
30031         by James Gallager.
30032
30033         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
30034         bug reported by Jim Meyering.
30035
30036         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
30037         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
30038         not needed, since socklen is a prerequisite module.
30039
30040 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
30041
30042         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
30043         Problem reported by Eric Blake.
30044         (getaddrinfo): Initialize se so that it's not garbage.
30045         Redo internal storage allocation so that it doesn't make unportable
30046         assumptions about alignment.
30047         Fix a memory leak.
30048
30049         * lib/utimens.c (futimens): Use futimesat if available.
30050         Prefer it to futimes since it doesn't have the futimes bug.
30051
30052         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
30053         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
30054         Instead, declare a function that returns a pointer to an array,
30055         and use verify_type__ to declare the size of the array.
30056         Problem and germ of a solution reported by Bruno Haible.
30057         (verify_type__): Use 2, not 1, for bitfield size, to avoid
30058         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
30059
30060 2005-09-23  Jim Meyering  <jim@meyering.net>
30061
30062         Sync from coreutils.
30063         Correct build failure (socklen_t not defined) on at least
30064         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
30065         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
30066
30067 2005-09-23  Jim Meyering  <jim@meyering.net>
30068
30069         * modules/getaddrinfo (Depends-on): Add socklen.
30070
30071 2005-09-23  Bruno Haible  <bruno@clisp.org>
30072
30073         * tests/test-verify.c: New file.
30074
30075 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30076
30077         Sync from coreutils.
30078
30079         * modules/argmatch (Depends-on): Add verify.
30080         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
30081         unistd-safer.
30082         * modules/save-cwd (Depends-on): Likewise.
30083
30084         * modules/openat (Files): Add lib/openat-die.c.
30085         (Depends-on): Remove error, exitfail.
30086         Add dirname.
30087
30088         * modules/verify: New file.
30089         * MODULES.html.sh (Diagnostics <assert.h>): New section,
30090         with "verify" module.
30091
30092 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30093
30094         Sync from coreutils.
30095
30096         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
30097         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
30098         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
30099         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
30100         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
30101         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
30102         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
30103         Don't bother checking for string.h, stdlib.h, unistd.h.
30104         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
30105         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
30106         module's job.
30107         * m4/jm-macros.m4 (gl_MACROS): Likewise.
30108         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
30109
30110         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
30111         (gl_GETDATE): Use it.
30112
30113         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
30114
30115 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30116
30117         Sync from coreutils.
30118
30119         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
30120         stat-time.h.
30121         * lib/argmatch.h: Include verify.h
30122         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
30123         (ARGMATCH_ASSERT): Remove; unused.
30124         * lib/canonicalize.c: Assume STDC_HEADERS.
30125         * lib/exclude.c: Include "strcase.h".
30126         * lib/regex_internal.h [!defined _LIBC]: Likewise.
30127         * lib/getusershell.c: Include stdio--.h rather than stdio.h
30128         and stdio-safer.h.
30129         (getusershell): Call fopen, not fopen_safer.
30130         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
30131         Do not include unistd-safer.h.
30132         (save_cwd): Don't call fd_safer; no longer needed
30133         now that we include fcntl--.h.
30134
30135         * lib/getdate.y (relative_time): New type.
30136         (RELATIVE_TIME_0): New constant.
30137         (parser_control): Use relative_time instead of doing it ourselves.
30138         (%union): Add new relative_time rel member.
30139         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
30140         Now typeless.
30141         (relunit, relunit_snumber): Now of type rel.
30142         (zone, rel, relunit, get_date): Adjust to above changes.
30143
30144         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
30145         Do not include unistd-safer.h.
30146         (getloadavg): Don't call fd_safer; no longer needed
30147         now that we include fcntl--.h.
30148
30149         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
30150         (make_dir_parents): Treat ENOSYS like EEXIST.
30151
30152         Improve quality of diagnostics on restore_cwd failure.
30153         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
30154         (make_dir_parents): Last arg is now int * (for errno), not bool *.
30155         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
30156         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
30157         each time through the loop.  Do not diagnose restore_cwd failure;
30158         that is the caller's job (and perhaps the caller does not care).
30159
30160         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
30161         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
30162         If the file already exists but is not a directory, don't bother
30163         to try to make its parents.
30164         Close potential file descriptor leak if we can't chdir("/") (!).
30165         Don't always return true if chdir($PWD) fails; return true only
30166         if the requested action was done successfully (except for the
30167         chdir($PWD)).
30168         Don't log final directory unless we actually made it.
30169         Refactor to avoid duplicate code to fix up permissions.
30170         Don't attempt to fix up parent permissions if chdir($PWD) fails.
30171
30172         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
30173         to make it a bit faster and (I hope) clearer.
30174         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
30175         Fix bug in formats like %2N.
30176
30177         * lib/verify.h: New file.
30178
30179 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30180
30181         Sync from coreutils.
30182         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
30183
30184 2005-09-22  Jim Meyering  <jim@meyering.net>
30185
30186         Sync from coreutils.
30187
30188         * m4/lstat.m4 (gl_FUNC_LSTAT):
30189         Use AC_LIBSOURCES to require lstat.c and lstat.h.
30190         Remove obsolete comment.
30191         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
30192         * m4/xstrtod.m4: Likewise.
30193
30194         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
30195
30196 2005-09-22  Jim Meyering  <jim@meyering.net>
30197
30198         Sync from coreutils.
30199
30200         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
30201
30202         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
30203         the .tm_year member, since otherwise gcc-4.0 would now warn about
30204         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
30205
30206         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
30207         order to avoid an unsuppressible warning from gcc on 64-bit systems.
30208
30209         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
30210         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
30211         when run in a time zone for which daylight savings time is in effect
30212         for the starting date.
30213
30214         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
30215         stop us from restricting permissions of just-created absolute-named
30216         directories.
30217         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
30218         to restore initial working directory.
30219         * lib/mkdir-p.c (make_dir_parents): New parameter:
30220         different_working_dir, to tell caller if/when we change the working
30221         directory and are unable to return to the initial one.
30222         * lib/mkdir-p.h (make_dir_parents): Update prototype.
30223         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
30224         `return false'.  This fixes a bug introduced on 2004-07-30.
30225
30226         * lib/openat.c (fdopendir): Be sure to close the supplied
30227         file descriptor before returning.  This makes our replacement
30228         implementation a little closer to Solaris's, where fdopendir
30229         ties the file descriptor to the returned DIR* pointer.
30230         * lib/openat.c (unlinkat): New function.
30231         * lib/openat.h (unlinkat): Add prototype.
30232         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
30233         (openat_restore_fail): Rename from openat_restore_die.
30234         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
30235
30236         Provide an alternative to exiting immediately upon save_cwd or
30237         restore_cwd failure.  Now, an application can arrange e.g.,
30238         to perform a longjump in that case.
30239         * lib/openat.c: Include dirname.h.
30240         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
30241         (rpl_openat, fdopendir, fstatat): Call openat_save_die
30242         and openat_restore_die rather than calling error directly.
30243         Don't include "error.h" or "exitfail.h"; they're no longer needed.
30244
30245         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
30246         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
30247         define.
30248
30249         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
30250         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
30251                             int utc, int nanoseconds);
30252         Background:
30253         date should not have to allocate a megabyte of virtual memory to
30254         handle a format argument like +%1048575T.  When implemented with
30255         strftime, it must allocate such a buffer, use strftime to fill it
30256         in, print it, then free it.
30257         With fprintftime, it simply prints everything and exits.
30258         With no need for memory allocation, that's one fewer way to fail.
30259         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
30260         optional field width, not before, so we accept %9:z, not %:9z.
30261         (my_strftime): Be sure to use L_('x') for literals.
30262
30263         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
30264         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
30265         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
30266         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
30267         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
30268         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
30269         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
30270         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
30271         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
30272         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
30273         * lib/xgethostname.c, lib/xreadlink.c:
30274         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
30275
30276         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
30277         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
30278         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
30279         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30280         and don't include <sys/file.h>).
30281
30282 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
30283
30284         Sync from coreutils.
30285
30286         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
30287         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
30288         [!LDAV_DONE]: Avoid unused variable warning.
30289
30290 2005-09-21  Bruno Haible  <bruno@clisp.org>
30291
30292         * lib/unicodeio.h (unicode_to_mb): New declaration.
30293
30294 2005-09-20  Derek Price  <derek@ximbiot.com>
30295
30296         * lib/getaddrinfo.c: Don't include <netdb.h> included from
30297         getaddrinfo.h.
30298
30299 2005-09-20  Bruno Haible  <bruno@clisp.org>
30300
30301         * gnulib-tool: Remove trailing slashes from the values specified for
30302         --source-base, --m4-base, --tests-base, --aux-dir.
30303         Suggested by Simon Josefsson <jas@extundo.com>.
30304
30305 2005-09-20  Bruno Haible  <bruno@clisp.org>
30306
30307         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
30308         func_modules_to_filelist, func_import, func_create_testdir): Make all
30309         sorting results locale-independent, so that gnulib-cache.m4 doesn't
30310         change when gnulib-tool is invoked in a different locale.
30311
30312 2005-09-19  Simon Josefsson  <jas@extundo.com>
30313
30314         * m4/socklen.m4: Fix typo.
30315
30316 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30317
30318         Use a consistent style for including <config.h>.
30319         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
30320         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
30321         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
30322         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
30323         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
30324         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
30325         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
30326         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
30327         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
30328         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
30329         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
30330         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
30331         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
30332         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
30333         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
30334         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
30335         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
30336         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
30337         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
30338         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
30339         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
30340         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
30341         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
30342         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
30343         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
30344         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
30345         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
30346         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
30347         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
30348         lib/xstrtoumax.c, lib/yesno.c:
30349         Standardize inclusion of config.h.
30350         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
30351         lib/inttostr.h:  Removed inclusion of config.h from header files.
30352         * lib/inttostr.c:  Adjusted in-tree users.
30353         * lib/timespec.h: Remove superfluous warning to include config.h.
30354         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
30355         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
30356         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
30357         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
30358         config.h with HAVE_CONFIG_H.
30359
30360 2005-09-19  Jim Meyering  <jim@meyering.net>
30361
30362         * modules/pathmax (License): Change to LGPL.
30363
30364 2005-09-19  Derek Price  <derek@ximbiot.com>
30365
30366         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
30367
30368 2005-09-19  Bruno Haible  <bruno@clisp.org>
30369
30370         * gnulib-tool (import): Provide default for --tests-base.
30371
30372 2005-09-19  Bruno Haible  <bruno@clisp.org>
30373
30374         * doc/quote.texi: New file, extracted from gnulib.texi.
30375         * doc/ctime.texi: New file, extracted from gnulib.texi.
30376         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
30377         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
30378         * doc/gnulib.texi: Include them.
30379
30380 2005-09-18  Bruno Haible  <bruno@clisp.org>
30381
30382         Portability fix.
30383         * gnulib-tool (func_readlink): New function.
30384         (func_ln_if_changed): Use it.
30385
30386 2005-09-18  Bruno Haible  <bruno@clisp.org>
30387
30388         * gnulib-tool: Support --with-tests also with --import.
30389         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
30390         (func_import): Use variables $testsbase and $inctests. Emit a
30391         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
30392         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
30393         SUBDIRS += $testsdir.
30394         (func_create_testdir): Update.
30395
30396 2005-09-18  Bruno Haible  <bruno@clisp.org>
30397
30398         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
30399         instead of $dry_run.
30400         (func_cp_if_changed, func_mv_if_changed): Remove functions.
30401         (func_ln_if_changed): Don't handle dry-run here.
30402         (func_import): In dry-run mode, detect more precisely which actions
30403         would be performed, and don't use "...ing" verbs.
30404
30405 2005-09-18  Bruno Haible  <bruno@clisp.org>
30406
30407         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
30408         (func_import): Use join on two temporary files instead of three nested
30409         loops, in order to determine which files are new or old.
30410
30411 2005-09-18  Bruno Haible  <bruno@clisp.org>
30412
30413         * gnulib-tool (func_import): Comment out code that spits out the
30414         new files with --dry-run.
30415
30416 2005-09-18  Bruno Haible  <bruno@clisp.org>
30417
30418         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
30419
30420 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30421
30422         * lib/stat-time.h: New file.
30423         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
30424         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
30425         in a different way.
30426         (timespec_cmp): New function.
30427         * lib/utimecmp.c: Include stat-time.h.
30428         (SYSCALL_RESOLUTION): Depend on whether various struct stat
30429         members exist, not on the obsolescent ST_MTIM_NSEC.
30430         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
30431
30432 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30433
30434         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
30435
30436 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30437
30438         * MODULES.html.sh (File system functions): Add stat-time.
30439         * modules/stat-time: New file.
30440         * modules/timespec (Files): Remove m4/st_mtim.m4; this
30441         is now done in a different way, by the stat-time module.
30442         * modules/utimecmp (Depends-on): Add stat-time.
30443
30444 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30445
30446         * m4/st_mtim.m4: Remove.  Superseded by...
30447         * m4/stat-time.m4: New file.
30448         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
30449         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
30450
30451 2005-09-15  Derek Price  <derek@ximbiot.com>
30452
30453         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
30454
30455 2005-09-15  Derek Price  <derek@ximbiot.com>
30456
30457         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
30458         * lib/regex_internal.c: Ditto, using this...
30459         (__GNUC_PREREQ): ...new macro.
30460         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
30461         using...
30462         (__GNUC_PREREQ): ...this new macro.
30463
30464         * lib/strstr.h: Include string.h. Define strstr as a macro here.
30465
30466 2005-09-15  Derek Price  <derek@ximbiot.com>
30467             Paul Eggert  <eggert@cs.ucla.edu>
30468
30469         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
30470         changes, consolidating in...
30471         * lib/regex_internal.h: ...this file.
30472
30473 2005-09-13  Jim Meyering  <jim@meyering.net>
30474
30475         * lib/canon-host.c: Filter through gnu indent and reword comments
30476         slightly.
30477         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
30478
30479 2005-09-13  Derek Price  <derek@ximbiot.com>
30480
30481         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
30482         failure.
30483         Reported by Jim Meyering  <jim@meyering.net>.
30484
30485 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30486
30487         * lib/base64.c: Typo.
30488         (base64_encode): Put b64str in initialized data section.
30489
30490 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
30491
30492         Merge glibc and coreutils changes into gnulib, plus a few
30493         extra fixes.
30494         * lib/md5.c: Use #error rather than a string.
30495         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
30496         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
30497         (__attribute__): Define to empty for non recent-GCC.
30498         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
30499         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
30500         Renamed from their non-__ counterparts, with new macros replacing
30501         them if not _LIBC.  Add __THROW attribute.
30502         (rol): Remove.
30503         (struct md5_ctx): Align buffer if using GCC.
30504         * lib/sha1.h (struct sha1_ctx): Likewise.
30505         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
30506         The old name was backwards.
30507         (NOTSWAP): Remove; not used.
30508         (rol): New macro, moved here from md5.h.
30509         (sha1_process_block): Remove a FIXME that doesn't make sense.
30510
30511 2005-09-12  Derek Price  <derek@ximbiot.com>
30512
30513         Return usable errors from canon-host.
30514         * lib/canon-host.h: New file.
30515         * lib/canon-host.c (canon_host): Wrap...
30516         (canon_host_r): ...this new function, which now relies exclusively on
30517         getaddrinfo.
30518         (ch_strerror): New function.
30519         (last_cherror): New global.
30520         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
30521         interface.
30522         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
30523         void *.
30524         (freeaddrinfo): Free ai->ai_canonname when set.
30525
30526 2005-09-12  Derek Price  <derek@ximbiot.com>
30527
30528         Make canon-host require getaddrinfo.
30529         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
30530         AC_LIBSOURCE canon-host.h.  Call...
30531         (gl_PREREQ_CANON_HOST): ...this new function, which requires
30532         gl_GETADDRINFO.
30533         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
30534
30535 2005-09-12  Derek Price  <derek@ximbiot.com>
30536
30537         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
30538         LGPL.
30539         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
30540
30541 2005-09-12  Derek Price  <derek@ximbiot.com>
30542
30543         * lib/gai_strerror.c: Include config.h when available.  Include
30544         getaddrinfo.h before other headers to test interface.
30545         Reported by Larry Jones <lawrence.jones@ugs.com>.
30546
30547 2005-09-12  Derek Price  <derek@ximbiot.com>
30548             Paul Eggert  <eggert@cs.ucla.edu>
30549
30550         * modules/glob (Files): Add glob-libc.h.
30551
30552 2005-09-12  Derek Price  <derek@ximbiot.com>
30553             Paul Eggert  <eggert@cs.ucla.edu>
30554
30555         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
30556         glob_.h, glob-libc.h.
30557         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
30558
30559 2005-09-12  Derek Price  <derek@ximbiot.com>
30560             Paul Eggert  <eggert@cs.ucla.edu>
30561
30562         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
30563         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
30564         protecting things that should be done only in gnulib contexts.
30565         * lib/glob_.h: New file, containing only the glob things needed for
30566         gnulib.
30567         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
30568         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
30569         (glob, globfree, glob_pattern_p): Now defined simply in terms of
30570         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
30571         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
30572         and to respect the namespace rules better.
30573
30574 2005-09-08  Simon Josefsson  <jas@extundo.com>
30575
30576         * modules/socklen: New file.
30577
30578 2005-09-08  Simon Josefsson  <jas@extundo.com>
30579
30580         * m4/socklen.m4: New file.
30581
30582 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30583
30584         * modules/utimens (Files): Add m4/utimbuf.m4, since
30585         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
30586         Reported by Sergey Poznyakoff.
30587
30588 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30589
30590         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
30591         definitions, since that's the preferred style in glibc.
30592         Fix a minor spacing issue, and update copyright notice to match
30593         glibc's.
30594
30595 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30596
30597         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
30598
30599 2005-09-06  Simon Josefsson  <jas@extundo.com>
30600
30601         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
30602         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
30603
30604 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30605
30606         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
30607         warning.
30608
30609 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30610
30611         * config/srclist.txt: Add glibc bug 1302.
30612
30613 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
30614
30615         Change bitset word type from unsigned int to unsigned long int,
30616         as this has better performance on typical 64-bit hosts.
30617         Port bitset code to hosts with unusual word sizes.
30618         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
30619         (build_collating_symbol):
30620         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
30621         argument is a bitset.  This is merely a style issue, but it makes
30622         it clearer that an entire array is expected.
30623         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
30624         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
30625         Port to the case where bitset_word is not the same as unsigned int.
30626         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30627         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
30628         Likewise.
30629         * lib/regexec.c (check_dst_limits_calc_pos_1,
30630         check_subexp_matching_top):
30631         (build_trtable, group_nodes_into_DFAstates):
30632         Likewise.
30633         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
30634         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
30635         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
30636         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
30637         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
30638         * lib/regcomp.c (optimize_subexps, lower_subexp):
30639         Work even if bitset_word has holes in its bitwise representation.
30640         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
30641         * lib/regexec.c (check_dst_limits_calc_pos_1,
30642         check_subexp_matching_top):
30643         Likewise.
30644         * lib/regex_internal.c (re_string_reconstruct):
30645         Don't assume UCHAR_MAX == 255.
30646         * lib/regex_internal.h (bitset_set_all): Likewise.
30647         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
30648         All uses changed.
30649         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
30650         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
30651         All uses changed.
30652         (BITSET_WORD_MAX): New macro.
30653         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
30654         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
30655         (bitset_empty, bitset_copy):
30656         Prefer sizeof (bitset) to multiplying it out ourselves.
30657         (bitset_not_merge): Remove; unused.
30658         (bitset_contain): Return bool, not unsigned int with one bit on.
30659         All callers changed.
30660         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
30661         alignment than re_node_set; do this by defining a new internal
30662         type struct dests_alloc and using it to allocate memory.
30663
30664 2005-09-05  Bruno Haible  <bruno@clisp.org>
30665
30666         * gnulib-tool (func_import): Fix comparison in handling of symbolic
30667         links.
30668
30669 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
30670
30671         * modules/size_max (Makefile.am): Add size_max.h
30672
30673 2005-09-04  Derek Price  <derek@ximbiot.com>
30674
30675         * gnulib-tool (func_import): Fix reversed $symbolic logic.
30676
30677 2005-09-03  Simon Josefsson  <jas@extundo.com>
30678
30679         * gnulib-tool: Fix typo.
30680
30681 2005-09-03  Simon Josefsson  <jas@extundo.com>
30682
30683         * config/srclist.txt: Add glibc bug 1293.
30684
30685 2005-09-03  Derek Price  <derek@ximbiot.com>
30686
30687         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
30688         From Larry Jones <lawrence.jones@ugs.com>.
30689
30690 2005-09-02  Simon Josefsson  <jas@extundo.com>
30691
30692         * modules/socklen: New file.
30693
30694 2005-09-02  Simon Josefsson  <jas@extundo.com>
30695
30696         * modules/havelib: New module.
30697
30698         * modules/gettext, modules/iconv, modules/lock, modules/readline:
30699         Use havelib.
30700
30701 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30702
30703         Check for arithmetic overflow when calculating sizes, to prevent
30704         some buffer-overflow issues.  These patches are conservative, in the
30705         sense that when I couldn't determine whether an overflow was possible,
30706         I inserted a run-time check.
30707         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
30708         macros.
30709         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
30710         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
30711         (re_xnrealloc, re_x2nrealloc): New inline functions.
30712         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
30713         parse_bracket_exp):
30714         (build_equiv_class, build_charclass): Check for arithmetic overflow
30715         in size expression calculations.
30716         * lib/regex_internal.c (re_string_realloc_buffers):
30717         (build_wcs_upper_buffer, re_node_set_add_intersect):
30718         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
30719         (re_dfa_add_node, register_state): Likewise.
30720         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
30721         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
30722         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
30723         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
30724
30725 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30726
30727         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30728         m4/ulonglong.m4.  Problem reported by Martin Lambers.
30729
30730 2005-09-02  Bruno Haible  <bruno@clisp.org>
30731
30732         Support for lib vs. lib64 distinction on biarch platforms.
30733         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
30734         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
30735         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
30736
30737 2005-09-02  Bruno Haible  <bruno@clisp.org>
30738
30739         * gnulib-tool (import): In the other first-use case, provide defaults
30740         as well.
30741
30742 2005-09-02  Bruno Haible  <bruno@clisp.org>
30743
30744         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
30745         patches not yet found in the latest gettext release.
30746
30747 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30748
30749         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
30750         to avoid a collision with bits/local_lim.h in glibc.
30751         All uses changed.  Problem reported by Dmitry V. Levin in
30752         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
30753
30754         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
30755         bugs in int versus size_t comparisons.
30756         (re_string_context_at): Fix bug where the code assumed that
30757         Idx is signed.
30758
30759         Use bool where appropriate.
30760         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
30761         All callers changed.
30762         (calc_eclosure_iter): Likewise, for ROOT arg.
30763         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
30764         (build_charclass_op): Likewise, for NON_MATCH arg.
30765         * lib/regex_internal.c (re_string_allocate, re_string_construct):
30766         (re_string_construct_common): Likewise, for ICASE arg.
30767         * lib/regexec.c (re_search_2_stub, re_search_stub):
30768         Likewise, for RET_LEN arg.
30769         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
30770         (set_regs): Likewise, for FL_BACKTRACK arg.
30771         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
30772         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
30773         (calc_eclosure_iter, parse_bracket_exp):
30774         Use bool for internal variables that are booleans.
30775         * lib/regexec.c (re_search_internal, check_matching,
30776         proceed_next_node):
30777         (set_regs, build_sifted_states, sift_states_bkref):
30778         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
30779         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30780         (find_collation_sequence_value):
30781         Likewise.
30782         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
30783         (re_node_set_compare):
30784         Return bool, not int. All callers changed.
30785         * lib/regexec.c (check_halt_node_context, check_dst_limits):
30786         (build_trtable, check_node_accept): Likewise.
30787         * lib/regex_internal.h: Include stdbool.h.
30788
30789         Fix bugs uncovered when converting to bool.
30790         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
30791         failure instead of charging ahead blindly.
30792         * lib/regex_internal.c (register_state): Likewise.
30793         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
30794         for freeing internal storage.
30795         (group_nodes_into_DFA_states): Use unsigned int, not int, for
30796         bitset pieces used as boolean, to avoid undefined behavior
30797         on hosts that do int overflow checking.
30798
30799 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30800
30801         * config/srclist.txt: Add glibc bugs 1285-1287.
30802
30803 2005-09-01  Jim Meyering  <jim@meyering.net>
30804
30805         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
30806         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
30807         Require gl_STAT_MACROS, too.
30808
30809 2005-09-01  Bruno Haible  <bruno@clisp.org>
30810
30811         * gnulib-tool (import): In the first-use case, provide defaults.
30812
30813 2005-09-01  Bruno Haible  <bruno@clisp.org>
30814
30815         * gnulib-tool (func_import): Remove the .tmp files.
30816
30817 2005-09-01  Bruno Haible  <bruno@clisp.org>
30818
30819         * gnulib-tool (func_import): Fix handling of symbolic links.
30820
30821 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30822
30823         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
30824         old glibc regex code mishandles strings longer than 2**31 bytes.
30825         This patch fixes this when the regex code is used in gnulib
30826         (i.e., outside glibc).
30827
30828         This patch should not affect the use of the regex code inside
30829         glibc.  No doubt this problem also needs to be handled for glibc
30830         as well, but the result will be an incompatible change to the
30831         glibc ABI, and the old ABI will have to be supported too.  That
30832         can be the the subject for another patch.
30833
30834         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
30835         governing whether the rest of this patch is active.  By default,
30836         the macro is disabled and the patch has no effect.
30837         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
30838         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
30839         (struct re_pattern_buffer, re_search, re_search_2, re_match):
30840         (re_match_2, re_set_registers): Use the new types.
30841         * lib/regex_internal.h (Idx, re_hashval_t): New types.
30842         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
30843         New macros.
30844         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
30845         (re_string_context_at, bin_tree_t, re_dfastate_t):
30846         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
30847         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
30848         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
30849         (re_string_char_size_at, re_string_wchar_at):
30850         (re_string_elem_size_at):
30851         Use the new types and macros to port to 64-bit hosts.
30852         Use unsigned types for internal values, so that the code
30853         mostly works even for arrays larger than SSIZE_MAX.
30854         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
30855         (search_duplicated_node, calc_eclosure_iter, fetch_number):
30856         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
30857         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
30858         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
30859         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
30860         (calc_inveclosure, parse_dup_op, build_range_exp):
30861         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
30862         (fetch_number, create_token_tree, mark_opt_subexp):
30863         Likewise.
30864         * lib/regex_internal.c (re_string_construct_common,
30865         create_ci_newstate):
30866         (create_cd_newstate, re_string_allocate, re_string_construct):
30867         (re_string_realloc_buffers, build_wcs_upper_buffer):
30868         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30869         (re_string_reconstruct, re_string_peek_byte_case):
30870         (re_string_fetch_byte_case, re_string_context_at):
30871         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30872         (re_node_set_init_copy, re_node_set_add_intersect):
30873         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30874         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30875         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30876         (re_acquire_state, re_acquire_state_context, register_state):
30877         Likewise.
30878         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
30879         search_cur_bkref_entry):
30880         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
30881         (re_search_internal, re_search_2_stub, re_search_stub)
30882         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
30883         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
30884         (update_cur_sifted_state, check_dst_limits):
30885         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30886         (check_subexp_limits, sift_states_bkref, merge_state_array):
30887         (check_subexp_matching_top, get_subexp, get_subexp_sub):
30888         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
30889         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30890         (expand_bkref_cache, check_node_accept_bytes):
30891         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
30892         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
30893         (acquire_init_state_context, check_halt_node_context):
30894         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
30895         (sift_states_backward, clean_state_log_if_needed):
30896         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
30897         (find_recover_state, transit_state_sb, transit_state_mb):
30898         (transit_state_bkref, build_trtable, match_ctx_clean):
30899         Likewise.
30900         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
30901         to work around an assumption that REG_MISSING is negative.
30902
30903         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
30904         (seek_collating_symbol_entry) [defined _LIBC]:
30905         (lookup_collation_sequence_value) [defined _LIBC]:
30906         (build_range_exp, build_collating_symbol) [defined _LIBC]:
30907         Use prototypes rather than old-style function definitions.
30908         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
30909         (transit_state_sb) [0]:
30910         (find_collation_sequence_value) [defined _LIBC]: Likewise.
30911
30912         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
30913         rm_eo.
30914
30915         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
30916         (optimize_subexps, lower_subexp):
30917         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
30918         since the signed shift might overflow.  Use 1u<<31 instead.
30919         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30920         Likewise.
30921         * lib/regexec.c (check_dst_limits_calc_pos_1,
30922         check_subexp_matching_top): Likewise.
30923
30924         * lib/regcomp.c (optimize_subexps, lower_subexp):
30925         Use CHAR_BIT rather than 8, for clarity.
30926         * lib/regexec.c (check_dst_limits_calc_pos_1):
30927         (check_subexp_matching_top): Likewise.
30928         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
30929         have to worry about portability issues when shifting it left.
30930         Remove no-longer-needed test for table_size > 0.
30931         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
30932         in a word, as the resulting behavior is undefined.
30933         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
30934         in one case, a <= should have been an <, and in another case the
30935         whole test was missing.
30936         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
30937         the standard name CHAR_BIT.
30938         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
30939         this is not true on one's complement and signed-magnitude hosts.
30940
30941         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
30942         next_last_offset.
30943         (struct re_dfa_t): Remove unused member states_alloc.
30944         * lib/regcomp.c (init_dfa): Don't initialize unused members.
30945
30946 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30947
30948         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
30949         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
30950         and large-file glibc and in 32-bit large-file Solaris.
30951
30952 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30953
30954         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
30955         lengths fit in regoff_t; this isn't true if regoff_t is the same
30956         width as size_t.
30957         * lib/regex.c (re_search_internal): 5th arg is LAST_START
30958         (= START + RANGE) instead of RANGE.  This avoids overflow
30959         problems when regoff_t is the same width as size_t.
30960         All callers changed.
30961         (re_search_2_stub): Check for overflow when adding the
30962         sizes of the two strings.
30963         (re_search_stub): Check for overflow when adding START
30964         to RANGE; if it occurs, substitute the extreme value.
30965
30966 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30967
30968         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
30969
30970 2005-08-31  Jim Meyering  <jim@meyering.net>
30971
30972         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
30973         a pointer-to-const.
30974         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
30975         (register_state): Likewise.
30976         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
30977         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30978         (group_nodes_into_DFAstates): Likewise.
30979
30980 2005-08-31  Jim Meyering  <jim@meyering.net>
30981
30982         * check-module: Add a FIXME comment.
30983
30984 2005-08-31  Eric Blake  <ebb9@byu.net>
30985
30986         * modules/unistd-safer (Files): Add unistd--.h.
30987         * modules/stdio-safer (Files): Add stdio--.h.
30988
30989 2005-08-31  Derek Price  <derek@ximbiot.com>
30990
30991         * lib/getdelim.c (getdelim): Return EOF on EOF.
30992         Reported by Larry Jones <lawrence.jones@ugs.com>.
30993
30994 2005-08-31  Bruno Haible  <bruno@clisp.org>
30995
30996         Avoid unnecessary diffs in the generated lib/Makefile.am.
30997         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
30998         the generated files.
30999         (func_import): Don't set cmd.
31000
31001 2005-08-31  Bruno Haible  <bruno@clisp.org>
31002
31003         * lib/strstr.c: Include <stddef.h>, for NULL.
31004         * lib/strcasestr.c: Likewise.
31005         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
31006
31007 2005-08-31  Bruno Haible  <bruno@clisp.org>
31008
31009         * gnulib-tool: New option --macro-prefix.
31010         (func_import): Use macro_prefix.
31011         (import): Handle option --macro-prefix.
31012
31013 2005-08-31  Bruno Haible  <bruno@clisp.org>
31014
31015         * gnulib-tool (import): Rename most ac_* variables to cached_*.
31016         Also use new variables cached_lgpl, cached_libtool.
31017
31018 2005-08-31  Bruno Haible  <bruno@clisp.org>
31019
31020         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
31021         always instantiating them.
31022
31023 2005-08-31  Bruno Haible  <bruno@clisp.org>
31024
31025         * gnulib-tool (func_import): Read the previous cached settings
31026         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
31027         earlier added by gnulib but are now dropped. Warn when a gnulib file
31028         overwrites a non-gnulib file.
31029
31030 2005-08-31  Bruno Haible  <bruno@clisp.org>
31031
31032         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
31033         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
31034         projects that don't keep autogenerated files in CVS. Put into
31035         actioncmd only the specified modules, not the transitive closure.
31036
31037 2005-08-31  Bruno Haible  <bruno@clisp.org>
31038
31039         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
31040         Create directories that shall be filled.
31041         (import): Don't look for gl_* macros in configure.ac. Recurse across
31042         all directories containing a gnulib-cache.m4 files, if meaningful.
31043
31044 2005-08-31  Bruno Haible  <bruno@clisp.org>
31045
31046         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
31047         (import): Set seen_libtool when we see gl_LIBTOOL.
31048
31049 2005-08-31  Bruno Haible  <bruno@clisp.org>
31050
31051         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
31052         declaration macro definitions from generated gnulib.m4.
31053
31054 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
31055
31056         * lib/iconvme.h: Add prototype for iconv_alloc.
31057
31058 2005-08-29  Simon Josefsson  <jas@extundo.com>
31059
31060         * lib/iconvme.c: Fix errno.
31061
31062 2005-08-29  Bruno Haible  <bruno@clisp.org>
31063
31064         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
31065         that it works when the directory contains spaces.
31066
31067 2005-08-29  Bruno Haible  <bruno@clisp.org>
31068
31069         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
31070
31071 2005-08-29  Bruno Haible  <bruno@clisp.org>
31072
31073         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
31074         Emit more advice.
31075
31076 2005-08-29  Bruno Haible  <bruno@clisp.org>
31077         and Stepan Kasal  <kasal@ucw.cz>
31078
31079         * check-module: If more parameters are given, check each of them
31080         separately; add more exceptions, as noted by Jim Meyering.
31081         (check_module): New procedure.
31082         (%exempt_header): Now contains all exceptions.
31083
31084 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
31085
31086         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
31087
31088 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
31089
31090         * lib/iconvme.c: Split iconv_string into iconv_alloc.
31091
31092 2005-08-28  Bruno Haible  <bruno@clisp.org>
31093
31094         * m4/gnulib-tool.m4: New file.
31095
31096 2005-08-27  Jim Meyering  <jim@meyering.net>
31097
31098         * modules/unistd-safer (Files): Add pipe-safer.c.
31099         * modules/fcntl-safer (Files): Add creat-safer.c.
31100
31101 2005-08-27  Jim Meyering  <jim@meyering.net>
31102
31103         * m4/stdlib-safer.m4: New file.  From coreutils.
31104         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
31105         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
31106         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
31107         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
31108         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
31109
31110 2005-08-27  Jim Meyering  <jim@meyering.net>
31111
31112         * lib/fopen-safer.c: Merge minor changes from coreutils.
31113         * lib/dup-safer.c: Likewise.
31114         * lib/fd-safer.c: Likewise.
31115
31116         Merge from coreutils.
31117         * lib/stdio--.h: New file.
31118         * lib/stdlib--.h: New file.
31119         * lib/mkstemp-safer.c: New file.
31120
31121         GNU tar needs these.
31122         * lib/pipe-safer.c: New file.
31123         * lib/creat-safer.c: New file.
31124         * lib/fcntl--.h (creat): Define to creat_safer.
31125         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
31126         * lib/unistd--.h (pipe): Define to pipe_safer.
31127         * lib/unistd-safer.h: Declare pipe_safer.
31128
31129 2005-08-26  Simon Josefsson  <jas@extundo.com>
31130
31131         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
31132         Haible <bruno@clisp.org>.
31133
31134 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
31135
31136         * lib/regex_internal.h: Remove all references to
31137         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
31138         or better.
31139         (bitset_not, bitset_merge, bitset_not_merge):
31140         (bitset_mask, re_string_allocate, re_string_construct):
31141         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
31142         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
31143         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
31144         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
31145         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31146         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31147         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
31148         (re_acquire_state_context):
31149         Remove unnecessary forward decls.
31150         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
31151         Put __attribute at function definition,
31152         now that the function decl has been removed.
31153         * lib/regex_internal.c (re_string_peek_byte_case):
31154         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
31155         Likewise.
31156
31157 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
31158
31159         * m4/regex.m4: Add AC_PREREQ(2.50).
31160         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
31161
31162 2005-08-25  Simon Josefsson  <jas@extundo.com>
31163
31164         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
31165         __fsetlocking.
31166
31167 2005-08-25  Simon Josefsson  <jas@extundo.com>
31168
31169         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
31170         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
31171         GLIBC specific code.
31172
31173 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31174
31175         Make regex safe for g++.  This fixes one real bug (an "err"
31176         that should have been "*err").  g++ problem reported by
31177         Sam Steingold.
31178         * lib/regex_internal.h (re_calloc): New macro, consistent with
31179         re_malloc etc.  All callers of calloc changed to use re_calloc.
31180         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
31181         not int.  All callers changed.
31182         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
31183         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
31184         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
31185         (find_recover_state): Change "err" to "*err"; this fixes what
31186         appears to be a real bug.
31187         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
31188         versus int.
31189
31190 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31191
31192         * modules/regex (Depends-on): Add malloc, since the code
31193         assumes that !malloc(0) means failure.
31194
31195 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31196
31197         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
31198
31199         alloca modernization/simplification for regex.
31200         * lib/regex.c: Remove portability cruft for alloca.  This no longer
31201         needs to be at the start of the file, and can be moved into
31202         regex_internal.h and simplified.
31203         * lib/regex_internal.h: Include <alloca.h>.
31204         (__libc_use_alloca) [!defined _LIBC]: New macro.
31205         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
31206         now works outside glibc.
31207
31208 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31209
31210         * config/srclist.txt: Add glibc bugs 1241, 1245.
31211
31212 2005-08-25  Jim Meyering  <jim@meyering.net>
31213
31214         * lib/open-safer.c: Include <config.h>.
31215         Otherwise, we'd lose LARGEFILE support in any file using
31216         e.g. "fcntl--.h"
31217
31218 2005-08-25  Bruno Haible  <bruno@clisp.org>
31219
31220         * m4/minmax.m4: Require autoconf 2.52.
31221         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
31222         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
31223         alternatives of translit over the alphabet.
31224         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
31225
31226 2005-08-24  Simon Josefsson  <jas@extundo.com>
31227
31228         * tests/test-getpass.c: New file.
31229
31230 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31231
31232         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
31233         for GNU regex features.
31234
31235 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31236
31237         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
31238         * lib/regex.h (regerror): Likewise.
31239
31240         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
31241         requires this.  (The code never needed it.)
31242
31243         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
31244         All uses of recently-renamed identifiers changed to use the new,
31245         POSIX-compliant names.  The code will build and run just fine
31246         without these changes, but it's better to eat our own dog food
31247         and use the standard-conforming names.
31248
31249         * lib/regex.h: Fix a multitude of POSIX name space violations.
31250         These changes have an effect only for programs that define
31251         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
31252         do not change anything for programs compiled in the normal way.
31253         Also, there is no effect on the ABI.
31254
31255         (_REGEX_SOURCE): New macro.
31256         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
31257         defined and _GNU_SOURCE is not; this fixes a name space violation.
31258
31259         Rename the following macros to obey POSIX requirements.
31260         The old names are still visible as macros if _REGEX_SOURCE is defined.
31261         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
31262         RE_BACKSLASH_ESCAPE_IN_LISTS.
31263         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
31264         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
31265         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
31266         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
31267         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
31268         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
31269         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
31270         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
31271         (REG_INTERVALS): renamed from RE_INTERVALS.
31272         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
31273         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
31274         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
31275         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
31276         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
31277         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
31278         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
31279         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
31280         RE_UNMATCHED_RIGHT_PAREN_ORD.
31281         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
31282         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
31283         (REG_DEBUG): renamed from RE_DEBUG.
31284         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
31285         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
31286         unusual, since we can't clash with the POSIX REG_ICASE.
31287         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
31288         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
31289         (REG_NO_SUB): renamed from RE_NO_SUB.
31290         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
31291         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
31292         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
31293         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
31294         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
31295         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
31296         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
31297         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
31298         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
31299         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
31300         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
31301         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
31302         RE_SYNTAX_POSIX_MINIMAL_BASIC.
31303         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
31304         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
31305         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
31306         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
31307         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
31308         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
31309         (REG_FIXED): Renamed from REGS_FIXED.
31310         (REG_NREGS): Renamed from RE_NREGS.
31311
31312         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
31313         of other REG_* macros, since POSIX says the user is allowed to
31314         #undef these macros selectively.
31315
31316         (reg_errcode_t): Update comment stating what other tables need
31317         to be consistent.
31318
31319         Rename the following enum values to obey POSIX requirements.
31320         The old names are still visible as macros.
31321         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
31322         is not defined, since GNU is supposed to be a superset of POSIX as
31323         much as possible, and since we want reg_errcode_t to be a signed
31324         type for implementation consistency.
31325         (_REG_NOERROR): Renamed from REG_NOERROR.
31326         (_REG_NOMATCH): Renamed from REG_NOMATCH.
31327         (_REG_BADPAT): Renamed from REG_BADPAT.
31328         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
31329         (_REG_ECTYPE): Renamed from REG_ECTYPE.
31330         (_REG_EESCAPE): Renamed from REG_EESCAPE.
31331         (_REG_ESUBREG): Renamed from REG_ESUBREG.
31332         (_REG_EBRACK): Renamed from REG_EBRACK.
31333         (_REG_EPAREN): Renamed from REG_EPAREN.
31334         (_REG_EBRACE): Renamed from REG_EBRACE.
31335         (_REG_BADBR): Renamed from REG_BADBR.
31336         (_REG_ERANGE): Renamed from REG_ERANGE.
31337         (_REG_ESPACE): Renamed from REG_ESPACE.
31338         (_REG_BADRPT): Renamed from REG_BADRPT.
31339         (_REG_EEND): Renamed from REG_EEND.
31340         (_REG_ESIZE): Renamed from REG_ESIZE.
31341         (_REG_ERPAREN): Renamed from REG_ERPAREN.
31342         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
31343         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
31344         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
31345         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
31346
31347         (_REG_RE_NAME, _REG_RM_NAME): New macros.
31348         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
31349         changed.  But support the old name if the new one is not defined
31350         and if _REGEX_SOURCE.
31351
31352         Change the following member names in struct re_pattern_buffer.
31353         The old names are still supported if !_REGEX_SOURCE.
31354         The new names are always supported, regardless of _REGEX_SOURCE.
31355         (re_buffer): Renamed from buffer.
31356         (re_allocated): Renamed from allocated.
31357         (re_used): Renamed from used.
31358         (re_syntax): Renamed from syntax.
31359         (re_fastmap): Renamed from fastmap.
31360         (re_translate): Renamed from translate.
31361         (re_can_be_null): Renamed from can_be_null.
31362         (re_regs_allocated): Renamed from regs_allocated.
31363         (re_fastmap_accurate): Renamed from fastmap_accurate.
31364         (re_no_sub): Renamed from no_sub.
31365         (re_not_bol): Renamed from not_bol.
31366         (re_not_eol): Renamed from not_eol.
31367         (re_newline_anchor): Renamed from newline_anchor.
31368
31369         Change the following member names in struct re_registers.
31370         The old names are still supported if !_REGEX_SOURCE.
31371         The new names are always supported, regardless of _REGEX_SOURCE.
31372         (rm_num_regs): Renamed from num_regs.
31373         (rm_start): Renamed from start.
31374         (rm_end): Renamed from end.
31375
31376         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
31377         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
31378         Prepend __ to parameter names.
31379
31380         Undo yesterday's changes.
31381
31382 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31383
31384         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
31385         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
31386         lib/regex.c.
31387
31388 2005-08-24  Jim Meyering  <jim@meyering.net>
31389
31390         Sync from coreutils.
31391         * m4/fcntl-safer.m4: New file.
31392
31393         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
31394         and object files for this module.
31395
31396 2005-08-24  Jim Meyering  <jim@meyering.net>
31397
31398         Sync from coreutils.
31399         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
31400
31401 2005-08-24  Jim Meyering  <jim@meyering.net>
31402
31403         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
31404         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
31405
31406 2005-08-24  Jim Meyering  <jim@meyering.net>
31407
31408         * modules/fcntl-safer: New module.
31409         * modules/fts (Depends-on): Add fcntl-safer.
31410         * MODULES.html.sh (File descriptor based Input/Output):
31411         Add fcntl-safer.
31412
31413 2005-08-24  Bruno Haible  <bruno@clisp.org>
31414
31415         Support for unit test modules.
31416         * modules/README: Mention tests modules.
31417         * modules/TEMPLATE-TESTS: New file.
31418         * gnulib-tool: New options --extract-tests-module, --with-tests and
31419         --tests-base (unused for the moment).
31420         (testsbase, inctests): New variables.
31421         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
31422         (func_verify_module): Exclude TEMPLATE-TESTS.
31423         (func_verify_nontests_module, func_verify_tests_module): New functions.
31424         (func_get_dependencies): Add implicit dependency for tests modules.
31425         (func_get_tests_module): New function.
31426         (func_modules_transitive_closure): When --with-tests was specified,
31427         include the unit tests as well, unless explicitly avoided.
31428         (func_emit_lib_Makefile_am): Ignore the tests modules here.
31429         (func_emit_tests_Makefile_am): New function.
31430         (func_create_testdir): When --with-tests was specified, emit a
31431         tests/ directory.
31432         * MODULES.html.sh (Future developments): Update.
31433
31434 2005-08-24  Bruno Haible  <bruno@clisp.org>
31435
31436         * modules/tls-tests: New file.
31437         * tests/test-tls.c: New file, from GNU gettext.
31438
31439 2005-08-24  Bruno Haible  <bruno@clisp.org>
31440
31441         * modules/lock-tests: New file.
31442         * tests/test-lock.c: New file, from GNU gettext.
31443
31444 2005-08-24  Bruno Haible  <bruno@clisp.org>
31445
31446         * lib/lock.h: Add multiple inclusion guard.
31447         * lib/tls.h: Add multiple inclusion guard.
31448
31449 2005-08-24  Bruno Haible  <bruno@clisp.org>
31450
31451         * gnulib-tool: Add support for the --aux-dir option to
31452         --create-testdir, --create-megatestdir, --test, --megatest.
31453         (func_create_testdir, func_create_megatestdir): Optionally emit a
31454         AC_CONFIG_AUX_DIR directive.
31455         (create-testdir, create-megatestdir, test, megatest): Provide a
31456         default value for $auxdir.
31457
31458 2005-08-24  Bruno Haible  <bruno@clisp.org>
31459
31460         * gnulib-tool (import): Use compound statement instead of subshell
31461         where possible.
31462
31463 2005-08-24  Bruno Haible  <bruno@clisp.org>
31464
31465         * gnulib-tool (import): Change --aux-dir default to "build-aux".
31466
31467 2005-08-24  Bruno Haible  <bruno@clisp.org>
31468
31469         * gnulib-tool (func_version): Update.
31470
31471 2005-08-24  Bruno Haible  <bruno@clisp.org>
31472
31473         * gnulib-tool (func_import, func_create_testdir,
31474         func_create_megatestdir): Quote all autoconf macro arguments.
31475
31476 2005-08-24  Bruno Haible  <bruno@clisp.org>
31477
31478         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
31479         option --force, because --force causes the aclocal.m4 of each
31480         subdirectory to be newer than the corresponding config.h.in.
31481
31482 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31483
31484         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
31485         All contents moved to gl_REGEX.
31486         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
31487         assume that it does.
31488
31489 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31490
31491         * lib/regex.h (REG_NOSYS)
31492         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
31493         Define, since POSIX requires it as of 2001.
31494         (_REG_ENOSYS)
31495         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
31496         New private symbol, used to keep the enum signed in all cases.
31497         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
31498         Youngman in
31499         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
31500
31501         * lib/regex_internal.c (re_string_skip_chars, register_state):
31502         (calc_state_hash):
31503         Remove forward decls; no longer needed now that we use prototypes.
31504         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
31505         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
31506         (clean_state_log_if_needed): Likewise.
31507
31508 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31509
31510         * config/srclist.txt: Add glibc bugs 1231-1233.
31511
31512 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31513
31514         Fix problems reported by Sam Steingold in
31515         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
31516         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
31517         assumed that reg_errcode_t is a signed type, which is not
31518         necessarily true if _XOPEN_SOURCE is not defined.
31519         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
31520         since some compilers warn about it otherwise.
31521
31522 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31523
31524         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
31525         (init_word_char, create_initial_state, duplicate_node_closure):
31526         (fetch_token, peek_token_bracket, build_range_exp):
31527         (build_collating_symbol): Remove forward decls; no longer needed
31528         now that we use prototypes.
31529
31530         * lib/regcomp.c:
31531         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
31532         (re_compile_fastmap_iter, regcomp, regerror, regfree):
31533         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
31534         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
31535         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
31536         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
31537         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
31538         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
31539         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
31540         (build_range_exp, build_collating_symbol, parse_bracket_exp):
31541         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
31542         (build_charclass, build_charclass_op, fetch_number, create_tree):
31543         (create_token_tree, mark_opt_subexp, duplicate_tree):
31544         Use prototypes rather than old-style definitions.
31545
31546         * lib/regex_internal.c:
31547         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
31548         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
31549         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31550         (re_string_reconstruct, re_string_peek_byte_case):
31551         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
31552         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31553         (re_node_set_init_copy, re_node_set_add_intersect):
31554         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31555         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31556         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31557         (re_acquire_state, re_acquire_state_context, register_state):
31558         (create_ci_newstate, create_cd_newstate, free_state):
31559         Likewise.
31560         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
31561         re_search_2):
31562         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
31563         (re_search_internal, prune_impossible_nodes):
31564         (acquire_init_state_context, check_matching, static):
31565         (check_halt_node_context, check_halt_state_context, proceed_next_node):
31566         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
31567         (update_regs, sift_states_backward, build_sifted_states):
31568         (clean_state_log_if_needed, merge_state_array):
31569         (update_cur_sifted_state, add_epsilon_src_nodes):
31570         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
31571         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
31572         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
31573         (find_recover_state, check_subexp_matching_top, transit_state_mb):
31574         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
31575         (check_arrival, check_arrival_add_next_nodes):
31576         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31577         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31578         (check_node_accept_bytes, check_node_accept, extend_buffers):
31579         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
31580         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
31581         (sift_ctx_init):
31582         Likewise.
31583
31584         * lib/regex_internal.h:
31585         (re_string_allocate, re_string_construct, re_string_reconstruct):
31586         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
31587         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
31588         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
31589         (re_string_context_at, re_string_peek_byte_case):
31590         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
31591         is defined, since we now use prototypes always.
31592
31593         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
31594         C89 or better.  All uses removed.
31595
31596 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31597
31598         * config/srclist.txt: Add glibc bugs 1220-1227.
31599
31600 2005-08-20  Jim Meyering  <jim@meyering.net>
31601
31602         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
31603         of unused local, dfa.
31604
31605 2005-08-20  Bruno Haible  <bruno@clisp.org>
31606
31607         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
31608
31609 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31610
31611         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
31612         (re_node_set_insert_last, re_dfa_add_node):
31613         Rename local variables to avoid GCC shadowing warnings.
31614
31615 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31616
31617         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
31618         [defined lint]: Suppress bogus uninitialized-variable warnings.
31619
31620         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
31621         and let the caller return REG_ESPACE if out of space.  This
31622         removes an uninitialied-variable warning with GCC 4.0.1, and also
31623         avoids taking the address of a local variable.  All callers
31624         changed.
31625
31626 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31627
31628         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
31629         $LIBCSRC/posix/regexec.c.
31630         Add glibc bug 1217 for regcomp.c.
31631
31632 2005-08-19  Jim Meyering  <jim@meyering.net>
31633
31634         * lib/regexec.c (proceed_next_node): Redo local variables to
31635         avoid GCC shadowing warnings.
31636
31637 2005-08-18  Bruno Haible  <bruno@clisp.org>
31638
31639         * lib/strstr.c (strstr): Fix return value in multibyte case.
31640         * lib/strcasestr.c (strcasestr): Likewise.
31641
31642 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31643
31644         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
31645
31646 2005-08-17  Jim Meyering  <jim@meyering.net>
31647
31648         Make the %s format (seconds since the epoch) work for a negative
31649         number and when used with a zero-padded field width, e.g. %015s.
31650
31651         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
31652         label so that it precedes the code to set `digits'.  Otherwise,
31653         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
31654         print `00-22'.  Now, it prints `-0022', as it should.
31655
31656 2005-08-17  Bruno Haible  <bruno@clisp.org>
31657
31658         * modules/strstr (Files): Add m4/mbrtowc.m4.
31659         (Depends-on): Add mbuiter.
31660
31661 2005-08-17  Bruno Haible  <bruno@clisp.org>
31662
31663         * modules/strcasestr: New file.
31664         * MODULES.html.sh (String handling, based on ANSI C 89): Add
31665         strcasestr.
31666
31667 2005-08-17  Bruno Haible  <bruno@clisp.org>
31668
31669         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
31670
31671 2005-08-17  Bruno Haible  <bruno@clisp.org>
31672
31673         * modules/mbuiter: New file.
31674         * MODULES.html.sh (Extended multibyte and wide character utilities):
31675         Add mbuiter.
31676
31677 2005-08-17  Bruno Haible  <bruno@clisp.org>
31678
31679         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
31680         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
31681
31682 2005-08-17  Bruno Haible  <bruno@clisp.org>
31683
31684         * m4/strcasestr.m4: New file.
31685
31686 2005-08-17  Bruno Haible  <bruno@clisp.org>
31687
31688         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
31689         * lib/strstr.c: Completely rewritten, with multibyte locale support.
31690
31691 2005-08-17  Bruno Haible  <bruno@clisp.org>
31692
31693         * lib/strcasestr.h: New file.
31694         * lib/strcasestr.c: New file.
31695
31696 2005-08-17  Bruno Haible  <bruno@clisp.org>
31697
31698         * lib/strcasecmp.c: Use mbuiter.h.
31699
31700 2005-08-17  Bruno Haible  <bruno@clisp.org>
31701
31702         * lib/mbuiter.h: New file.
31703
31704 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31705
31706         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
31707         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
31708         and gl_GETOPT are both invoked via different paths (as happens
31709         with GNU tar CVS because it uses both argp and getopt), the former
31710         wins.
31711
31712 2005-08-16  Bruno Haible  <bruno@clisp.org>
31713
31714         * modules/tls: New file.
31715         * MODULES.html.sh (Multithreading): Add tls.
31716
31717 2005-08-16  Bruno Haible  <bruno@clisp.org>
31718
31719         * modules/strnlen1: New file.
31720         * MODULES.html.sh (String handling): Add strnlen1.
31721
31722 2005-08-16  Bruno Haible  <bruno@clisp.org>
31723
31724         * modules/strcase (Files): Add m4/mbrtowc.m4.
31725         (Depends-on): Add strnlen1, mbchar.
31726
31727 2005-08-16  Bruno Haible  <bruno@clisp.org>
31728
31729         * modules/mbiter: New file.
31730         * MODULES.html.sh (Extended multibyte and wide character utilities):
31731         Add mbiter.
31732
31733 2005-08-16  Bruno Haible  <bruno@clisp.org>
31734
31735         * modules/mbfile: New file.
31736         * MODULES.html.sh (Extended multibyte and wide character utilities):
31737         Add mbfile.
31738
31739 2005-08-16  Bruno Haible  <bruno@clisp.org>
31740
31741         * modules/mbchar: New file.
31742         * MODULES.html.sh (Extended multibyte and wide character utilities):
31743         New section.
31744
31745 2005-08-16  Bruno Haible  <bruno@clisp.org>
31746
31747         * m4/tls.m4: New file, from GNU gettext.
31748
31749 2005-08-16  Bruno Haible  <bruno@clisp.org>
31750
31751         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
31752         always.
31753         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
31754
31755 2005-08-16  Bruno Haible  <bruno@clisp.org>
31756
31757         * m4/mbiter.m4: New file.
31758
31759 2005-08-16  Bruno Haible  <bruno@clisp.org>
31760
31761         * m4/mbfile.m4: New file.
31762
31763 2005-08-16  Bruno Haible  <bruno@clisp.org>
31764
31765         * m4/mbchar.m4: New file.
31766
31767 2005-08-16  Bruno Haible  <bruno@clisp.org>
31768
31769         * lib/tls.h: New file, from GNU gettext.
31770         * lib/tls.c: New file, from GNU gettext.
31771
31772 2005-08-16  Bruno Haible  <bruno@clisp.org>
31773
31774         * lib/strnlen1.h: New file.
31775         * lib/strnlen1.c: New file.
31776
31777 2005-08-16  Bruno Haible  <bruno@clisp.org>
31778
31779         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
31780         (mbi_init): Update.
31781         (mbi_avail, mbi_advance): Let the iteration end before the terminating
31782         NUL byte, not after it.
31783
31784 2005-08-16  Bruno Haible  <bruno@clisp.org>
31785
31786         * lib/strcase.h (strcasecmp): Add note in comments.
31787         * lib/strncasecmp.c: Use code from strcasecmp.c.
31788         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
31789         (strcasecmp): Work correctly in multibyte locales.
31790
31791 2005-08-16  Bruno Haible  <bruno@clisp.org>
31792
31793         * lib/mbiter.h: New file.
31794
31795 2005-08-16  Bruno Haible  <bruno@clisp.org>
31796
31797         * lib/mbfile.h: New file.
31798
31799 2005-08-16  Bruno Haible  <bruno@clisp.org>
31800
31801         * lib/mbchar.h: New file.
31802         * lib/mbchar.c: New file.
31803
31804 2005-08-16  Bruno Haible  <bruno@clisp.org>
31805
31806         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
31807         the valid ones. Makes the comparison operations transitive:
31808         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
31809         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
31810
31811 2005-08-15  Simon Josefsson  <jas@extundo.com>
31812
31813         * modules/ssize_t (License): Change to 'unlimited'.
31814
31815         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
31816
31817 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31818
31819         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
31820         Add comments for each pending glibc patch.
31821
31822 2005-08-15  Bruno Haible  <bruno@clisp.org>
31823
31824         * lib/regex.h (__restrict_arr): Don't define to __restrict if
31825         __cplusplus is defined.
31826
31827 2005-08-14  Jim Meyering  <jim@meyering.net>
31828
31829         Sync from coreutils.
31830
31831         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
31832         Use the hash-table-based cycle-detection code not just when
31833         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
31834         Reported by James Youngman in
31835         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
31836         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
31837         FTS_TIGHT_CYCLE_CHECK.
31838         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
31839         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
31840         once again.
31841         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
31842         * lib/fts.c (fd_safer): Remove decl.
31843         Include fcntl--.h rather than unistd-safer.h
31844         (fts_safe_changedir): Don't call fd_safer; no longer needed
31845         now that we include fcntl--.h.
31846
31847 2005-08-12  Simon Josefsson  <jas@extundo.com>
31848
31849         * modules/getndelim2: Use ssize_t module.
31850         * modules/getnline: Likewise.
31851         * modules/safe-read: Likewise.
31852         * modules/xreadlink: Likewise.
31853
31854         * modules/ssize_t: New file.
31855
31856 2005-08-12  Simon Josefsson  <jas@extundo.com>
31857
31858         * m4/readline.m4: Look for termcap, curses or ncurses if required.
31859
31860 2005-08-12  Simon Josefsson  <jas@extundo.com>
31861
31862         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31863         ssize_t.
31864
31865 2005-08-12  Simon Josefsson  <jas@extundo.com>
31866
31867         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
31868         readline, getdelim and check_version.
31869         (Support for systems lacking ISO C 99: Sizes of integer types):
31870         Add size_max.
31871
31872 2005-08-12  Bruno Haible  <bruno@clisp.org>
31873
31874         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
31875
31876 2005-08-11  Simon Josefsson  <jas@extundo.com>
31877
31878         * modules/readline: New file.
31879
31880         * modules/strnlen (Files): Add strnlen.h.
31881
31882 2005-08-11  Simon Josefsson  <jas@extundo.com>
31883
31884         * m4/readline.m4: New file.
31885
31886 2005-08-11  Simon Josefsson  <jas@extundo.com>
31887
31888         * lib/readline.h, readline.c: New file.
31889
31890 2005-08-11  Simon Josefsson  <jas@extundo.com>
31891
31892         * doc/gnulib.texi (Initial import, Finishing touches): Mention
31893         gl_AVOID.
31894
31895 2005-08-11  Bruno Haible  <bruno@clisp.org>
31896
31897         * lib/strnlen.h (strnlen): Change parameter name to match comment.
31898
31899 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
31900
31901         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
31902
31903 2005-08-10  Simon Josefsson  <jas@extundo.com>
31904
31905         * tests/test-iconvme.c: New file.
31906
31907 2005-08-10  Simon Josefsson  <jas@extundo.com>
31908
31909         * m4/strnlen.m4: New file.
31910
31911         * m4/strndup.m4: Don't check for strnlen declaration, done in
31912         strnlen.m4.
31913
31914 2005-08-10  Simon Josefsson  <jas@extundo.com>
31915
31916         * lib/strndup.c: Use strnlen.h.
31917
31918         * lib/strnlen.h: New file.
31919
31920 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31921
31922         * README: Typos.
31923
31924 2005-08-02  Simon Josefsson  <jas@extundo.com>
31925
31926         * modules/readline: New file.
31927
31928 2005-08-02  Simon Josefsson  <jas@extundo.com>
31929
31930         * modules/getdelim: New file.
31931
31932         * modules/getline: Rewrite, don't use getndelim2.
31933
31934 2005-08-02  Simon Josefsson  <jas@extundo.com>
31935
31936         * m4/getline.m4: Separate out getdelim stuff into separate module.
31937
31938         * m4/getdelim.m4: New file.
31939
31940 2005-08-02  Simon Josefsson  <jas@extundo.com>
31941
31942         * lib/getline.h, getline.c: Rewrite.
31943
31944         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
31945
31946 2005-07-31  Bruno Haible  <bruno@clisp.org>
31947
31948         * lib/lock.h (gl_lock_initializer): New macro.
31949         (gl_lock_define_initialized): Use it.
31950         (gl_rwlock_initializer): New macro.
31951         (gl_rwlock_define_initialized): Use it.
31952         (gl_recursive_lock_initializer): New macro.
31953         (gl_recursive_lock_define_initialized): Use it.
31954
31955 2005-07-30  Karl Berry  <karl@gnu.org>
31956
31957         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
31958         Report from Ben Pfaff, regarding getopt.
31959
31960 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
31961
31962         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
31963         normal way.
31964         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
31965         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
31966         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
31967         (gl_GETOPT): Use the new macros.  Most of the implementation
31968         is moved to the new macros.  This is for programs like Emacs
31969         that don't want all the functionality of gl_GETOPT.
31970
31971 2005-07-26  Bruno Haible  <bruno@clisp.org>
31972
31973         * m4/lock.m4: Update from GNU gettext.
31974
31975 2005-07-26  Bruno Haible  <bruno@clisp.org>
31976
31977         * lib/lock.h: Update from GNU gettext.
31978         * lib/lock.c: Update from GNU gettext.
31979
31980 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
31981
31982         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
31983         obsolescent AC_TRY_RUN.  Include the default includes files, for
31984         'exit'.
31985
31986 2005-07-24  Bruno Haible  <bruno@clisp.org>
31987
31988         * modules/visibility: New file.
31989         * MODULES.html.sh (Misc): Add visibility.
31990
31991 2005-07-24  Bruno Haible  <bruno@clisp.org>
31992
31993         * m4/visibility.m4: New file.
31994
31995 2005-07-24  Bruno Haible  <bruno@clisp.org>
31996
31997         * doc/visibility.texi: New file.
31998
31999 2005-07-22  Bruno Haible  <bruno@clisp.org>
32000
32001         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
32002         $(ALLOCA_H), redundant through BUILT_SOURCES.
32003         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
32004         redundant through BUILT_SOURCES.
32005         * modules/byteswap (Makefile.am): Remove explicit dependency on
32006         $(BYTESWAP_H), redundant through BUILT_SOURCES.
32007         * modules/fnmatch (Makefile.am): Remove explicit dependency on
32008         $(FNMATCH_H), redundant through BUILT_SOURCES.
32009         * modules/getopt (Makefile.am): Remove explicit dependency on
32010         $(GETOPT_H), redundant through BUILT_SOURCES.
32011         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
32012         redundant through BUILT_SOURCES.
32013         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
32014         redundant through BUILT_SOURCES.
32015         * modules/stdbool (Makefile.am): Remove explicit dependency on
32016         $(STDBOOL_H), redundant through BUILT_SOURCES.
32017         * modules/stdint (Makefile.am): Remove explicit dependency on
32018         $(STDINT_H), redundant through BUILT_SOURCES.
32019         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
32020         Remove explicit dependency on $(SYSEXITS_H).
32021         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
32022
32023 2005-07-18  Simon Josefsson  <jas@extundo.com>
32024
32025         * lib/check-version.c (check_version): Accept identical versions too.
32026
32027 2005-07-18  Bruno Haible  <bruno@clisp.org>
32028
32029         * modules/lock: New file.
32030         * MODULES.html.sh (Multithreading): New section.
32031
32032 2005-07-18  Bruno Haible  <bruno@clisp.org>
32033
32034         * m4/lock.m4: New file, from GNU gettext.
32035
32036 2005-07-18  Bruno Haible  <bruno@clisp.org>
32037
32038         * lib/lock.h: New file, from GNU gettext.
32039         * lib/lock.c: New file, from GNU gettext.
32040
32041 2005-07-18  Bruno Haible  <bruno@clisp.org>
32042
32043         * lib/lock.h (gl_once_t): New type.
32044         (gl_once_define, gl_once): New macros.
32045         * lib/lock.c (fresh_once): New variable.
32046         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
32047         functions.
32048
32049 2005-07-16  Simon Josefsson  <jas@extundo.com>
32050
32051         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
32052         workaround, suggested by Bruno.
32053
32054 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32055
32056         * modules/xalloc (Depends-on): Add xalloc-die.
32057         * modules/xvasprintf (Depends-on): Add xalloc-die.
32058
32059 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
32060
32061         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
32062         with a minor change.
32063
32064 2005-07-15  Bruno Haible  <bruno@clisp.org>
32065
32066         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
32067         When using lib/poll.c, define poll as rpl_poll.
32068
32069 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
32070
32071         * modules/argp (Depends-on): Remove unlocked-io.
32072
32073 2005-07-14  Derek Price  <derek@ximbiot.com>
32074
32075         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
32076         for glob symlink bug.
32077
32078 2005-07-14  Bruno Haible  <bruno@clisp.org>
32079
32080         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
32081         Instead, test for *_unlocked function declarations directly.
32082
32083 2005-07-11  Simon Josefsson  <jas@extundo.com>
32084
32085         * modules/size_max: New file.
32086
32087         * modules/xsize: Depend on size_max module for size_max.m4.
32088
32089 2005-07-11  Simon Josefsson  <jas@extundo.com>
32090
32091         * lib/size_max.h: New file.
32092
32093 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
32094
32095         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
32096         copyright symbol and the year.
32097         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
32098         (version_etc_va): Use parameterized copyright notice.
32099         Reword to conform to the current GNU coding standards.
32100
32101 2005-07-11  Karl Berry  <karl@gnu.org>
32102
32103         * doc/gnulib.texi (Quoting): new node.
32104         (Initial import): more info, from Patrice.
32105
32106 2005-07-11  Bruno Haible  <bruno@clisp.org>
32107
32108         * gnulib-tool (func_usage): Document option --avoid.
32109         (Command line options): Handle --avoid.
32110         (func_acceptable): New function.
32111         (func_modules_transitive_closure): Use it.
32112
32113 2005-07-11  Bruno Haible  <bruno@clisp.org>
32114
32115         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
32116         Reported by Jim Meyering.
32117
32118 2005-07-10  Bruno Haible  <bruno@clisp.org>
32119
32120         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
32121         Needed when size_t is smaller than 'unsigned int'.
32122         Reported by Paul Eggert.
32123
32124 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32125
32126         * modules/argp (Depends-on): Add unlocked-io
32127
32128 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32129
32130         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
32131         block of defines.
32132
32133 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32134
32135         * config/srclist.txt: Comment out regcomp.c, since we have a porting
32136         fix now.
32137
32138 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
32139         and Paul Eggert  <eggert@cs.ucla.edu>
32140
32141         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
32142         in wint_t, not wchar_t.  Remove now-unnecessary cast.
32143
32144 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32145
32146         * modules/regex (Files): Add lib/regex_internal.c,
32147         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
32148         (Depends-on): Add extensions.
32149         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
32150
32151 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32152
32153         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
32154         pathconf.
32155         * m4/same.m4 (gl_SAME): Likewise.
32156         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
32157
32158         * m4/regex.m4: Adjust to new libc regex implementation.
32159         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
32160         all the .c and .h parts of (the new) regex.
32161         Quote the m4 stuff better.
32162         Check for RE_ICASE bug of old gnulib.
32163         Check for REG_STARTEND of recent libc.
32164         Rename local variables from jm_* to gl_*.
32165         Quote operand of "test -f".
32166         Say "recent enough" version of libc, not "version 2".
32167         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
32168         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
32169         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
32170         Remove check for btowc, isascii.
32171         Require AM_LANGINFO_CODESET.
32172
32173 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32174
32175         * lib/regex.c, regex.h: Sync from libc.
32176         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
32177         * lib/regexec.c:
32178         New files, synced from libc, except that regex_internal.h
32179         currently has a small porting fix.
32180
32181 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32182
32183         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
32184         regex_internal.c, regexec.c.
32185         Add regex_internal.h too, but as a comment, since the libc version
32186         is currently broken in gnulib mode.
32187
32188 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32189
32190         Support programs like Emacs that use gnulib but not gettext.
32191         * MODULES.html.sh (Internationalization functions): Add gettext-h.
32192         * modules/gettext-h: New file.
32193         * modules/gettext (Files): Remove lib/gettext.h.
32194         (Depends-on): Add gettext-h.
32195         (Makefile.am): Remove lib_SOURCES.
32196         * modules/argmatch, modules/c-stack, modules/closeout:
32197         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
32198         * modules/execute, modules/file-type, modules/getaddrinfo:
32199         * modules/getopt, modules/human, modules/javacomp:
32200         * modules/javaexec, modules/mkdir-p, modules/obstack:
32201         * modules/openat, modules/pagealign_alloc, modules/pipe:
32202         * modules/quotearg, modules/regex, modules/rpmatch:
32203         * modules/unicodeio, modules/userspec, modules/version-etc:
32204         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
32205         * modules/xsetenv:
32206         Depend on gettext-h, not gettext.
32207
32208 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32209
32210         * gnulib-tool (func_import): Add support for 'public domain' license.
32211         * modules/alloca, modules/atexit, modules/memmove:
32212         Now public domain, not GPL.
32213         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
32214         * modules/realloc, modules/strerror, modules/strtod:
32215         Now LGPL, not GPL.
32216
32217 2005-07-05  Bruno Haible  <bruno@clisp.org>
32218
32219         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
32220         autoconf CVS. Needed for mingw.
32221
32222 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32223
32224         Remove the dependency of the strftime module on the tzset module.
32225         * modules/strftime (Depends-on): Remove dependency on tzset.
32226
32227 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32228
32229         Remove the dependency of the strftime module on the tzset module.
32230         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
32231         gl_FUNC_TZSET_CLOBBER.
32232
32233 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32234
32235         Remove the dependency of the strftime module on the tzset module.
32236         * lib/strftime.c (my_strftime)
32237         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
32238         Copy the input structure, to work around some of the bug with
32239         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
32240         Solaris releases, you should also use the tzset module, but we won't
32241         require it as a dependency any more since we don't want LGPLed code
32242         to depend on GPLed code.
32243
32244 2005-07-02  Jim Meyering  <jim@meyering.net>
32245
32246         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
32247         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
32248         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
32249         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
32250
32251 2005-07-02  Jim Meyering  <jim@meyering.net>
32252
32253         * lib/backupfile.c (backup_args): Change a `0' to NULL.
32254
32255 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
32256
32257         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
32258         declares only 'struct timespec;' (!).
32259
32260 2005-07-01  Jim Meyering  <jim@meyering.net>
32261
32262         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
32263         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
32264         * lib/save-cwd.c, tempname.c:
32265         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
32266         and don't include <sys/file.h>).
32267
32268 2005-06-29  Jim Meyering  <jim@meyering.net>
32269
32270         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
32271         type name.  Use the variable name instead.
32272         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
32273         Likewise.
32274
32275 2005-06-28  Simon Josefsson  <jas@extundo.com>
32276
32277         * modules/check-version (Files): Add check-version.m4.
32278
32279 2005-06-28  Simon Josefsson  <jas@extundo.com>
32280
32281         * m4/check-version.m4: New file, suggested by Jim Meyering
32282         <jim@meyering.net>.
32283
32284 2005-06-28  Simon Josefsson  <jas@extundo.com>
32285
32286         * lib/check-version.h, lib/check-version.c: New files.
32287
32288 2005-06-28  Simon Josefsson  <jas@extundo.com>
32289
32290         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
32291         collision with global variable.  Better indentation.  Don't
32292         increment buffer pointer beyond buffer end.  Based on comments
32293         from Paul Eggert <eggert@cs.ucla.edu>.
32294
32295         * lib/base64.h: Indent.
32296
32297 2005-06-28  Simon Josefsson  <jas@extundo.com>
32298
32299         * doc/gnulib.texi (Library version handling): New section.
32300
32301 2005-06-28  Jim Meyering  <jim@meyering.net>
32302
32303         * check-module (find_included_lib_files): Hard-code another
32304         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
32305         but modules/fts-lgpl (correctly) does not list those files.
32306
32307         * modules/canonicalize (Files): Add lib/pathmax.h.
32308
32309 2005-06-25  Simon Josefsson  <jas@extundo.com>
32310
32311         * modules/check-version: New file.
32312
32313 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
32314
32315         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
32316         initializer of struct addrinfo, as an indication that we don't
32317         care how many members the structure has.
32318
32319 2005-06-24  Derek Price  <derek@ximbiot.com>
32320         and Bruno Haible  <bruno@clisp.org>
32321
32322         Remove stat module & update lstat.
32323         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
32324         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32325         * m4/stat.m4: Remove this file.
32326
32327 2005-06-24  Derek Price  <derek@ximbiot.com>
32328         and Bruno Haible  <bruno@clisp.org>
32329
32330         Remove stat module & update lstat.
32331         * lib/stat.c: Remove this file...
32332         (slash_aware_lstat): ...moving this content and its support...
32333         * lib/lstat.c (rpl_lstat): ...into here.
32334         * lib/lstat.h: New file.
32335
32336 2005-06-24  Derek Price  <derek@ximbiot.com>
32337         and Bruno Haible  <bruno@clisp.org>
32338
32339         Remove stat module & update lstat.
32340         * config/srclist.txt (libc sources): Remove stat.
32341
32342 2005-06-24  Derek Price  <derek@ximbiot.com>
32343         and Bruno Haible  <bruno@clisp.org>
32344
32345         Remove stat module & update lstat.
32346         * MODULES.html.sh (stat): Remove.
32347         * MODULES.html: Regenerated.
32348         * modules/lstat (Description): Correct function name.
32349         (Files): Add "lstat.h".
32350         (Depends-on): Remove stat, add xalloc, stat-macros.
32351         * modules/stat: Remove this file.
32352         (Include): Add "lstat.h", remove <sys/stat.h>.
32353
32354 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32355
32356         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
32357         (ranged_convert): Don't save conversion in a temporary struct.
32358         This causes a warning with GCC 4.0.0, and anyway in the typical
32359         case it's not worth the extra 100 bytes or so of code.
32360         (ranged_convert, __mktime_internal): When calling a function via a
32361         pointer P, use P () rather than (*P) (), as we now assume C89 or
32362         better.
32363
32364 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32365
32366         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
32367         "who -r" failed to give output.  Problem reported by Tim Waugh.
32368
32369         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
32370         (xcalloc): Use it to avoid needless tests.
32371         Problem reported by Jim Meyering.
32372
32373 2005-06-20  Derek Price  <derek@ximbiot.com>
32374
32375         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
32376         unnecessary for Autoconfs > 2.59c.
32377
32378 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32379
32380         * lib/argp.h (__option_is_short): Check upper limit of
32381         __key. Isprint() requires its argument to have the value
32382         of an unsigned char or EOF.
32383
32384 2005-06-16  Jim Meyering  <jim@meyering.net>
32385
32386         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
32387         when either N or S is zero.
32388
32389 2005-06-16  Derek Price  <derek@ximbiot.com>
32390
32391         * m4/bison.m4: Declare YACC & YFLAGS precious.
32392
32393 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
32394
32395         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
32396         multibyte string or pattern, fall back on unibyte matching.
32397         Problem reported by James Youngman.
32398
32399 2005-06-08  Bruno Haible  <bruno@clisp.org>
32400
32401         * modules/csharpcomp: New file.
32402         * MODULES.html.sh (C#): Add csharpcomp.
32403
32404 2005-06-08  Bruno Haible  <bruno@clisp.org>
32405
32406         * m4/csharpcomp.m4: New file, from GNU gettext.
32407
32408 2005-06-08  Bruno Haible  <bruno@clisp.org>
32409
32410         * lib/csharpcomp.h: New file, from GNU gettext.
32411         * lib/csharpcomp.c: New file, from GNU gettext.
32412         * lib/csharpcomp.sh.in: New file, from GNU gettext.
32413
32414 2005-06-08  Bruno Haible  <bruno@clisp.org>
32415
32416         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
32417         warning on mingw.
32418
32419 2005-06-07  Derek Price  <derek@ximbiot.com>
32420
32421         Sync from CVS.
32422         * lib/glob_.h: Indent nested #ifdef.
32423
32424 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32425
32426         Sync from coreutils.
32427         Use "file name" when talking about file names, instead of "filename"
32428         or "path", as per the GNU coding standards.
32429         * lib/mkdir-p.c: Renamed from makepath.c.
32430         (make_dir_parents): Renamed from make_path.  All callers changed.
32431         * lib/mkdir-p.h: Likewise.  All includers changed.
32432         * lib/filenamecat.c: Renamed from path-concat.c.
32433         (file_name_concat): Renamed from path_concat.  All callers changed.
32434         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
32435         * lib/filenamecat.h: Likewise.  All includers changed.
32436         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
32437         in comments or local variable names.
32438         * lib/basename.c: Likewise.
32439         * lib/canonicalize.c, canonicalize.h: Likewise.
32440         * lib/dirname.c, dirname.h: Likewise.
32441         * lib/euidaccess.c: Likewise.
32442         * lib/exclude.c: Likewise
32443         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
32444         * lib/fsusage.c, fsuage.h: Likewise.
32445         * lib/fts.c, fts_.h: Likewise.
32446         * lib/getcwd.c: Likewise.
32447         * lib/getloadavg.c: Likewise.
32448         * lib/mkstemp.c: Likewise.
32449         * lib/mountlist.c, mountlist.h: Likewise.
32450         * lib/openat.c, openat.h: Likewise.
32451         * lib/readlink-stub.c: Likewise.
32452         * lib/readutmp.c, readutmp.h: Likewise.
32453         * lib/rename.c: Likewise.
32454         * lib/rmdir.c: Likewise.
32455         * lib/same.c: Likewise.
32456         * lib/savedir.c: Likewise.
32457         * lib/stripslash.c: Likewise.
32458         * lib/tempname.c: Likewise.
32459         * lib/xreadlink.c: Likewise.
32460         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
32461         All uses changed.
32462         * lib/exclude.h: Likewise.
32463
32464         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
32465         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32466         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
32467         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32468         * lib/pathmax.h: Include <limits.h> unconditionally, since other
32469         files have been getting away with it for years (MORE/BSD 4.3
32470         is extinct now).
32471         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
32472         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32473
32474         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
32475         Define to 256, not 255, as per modern POSIX.
32476
32477 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32478
32479         Sync from coreutils.
32480         Use "file name" when talking about file names, instead of "filename"
32481         or "path", as per the GNU coding standards.
32482         * MODULES.html.sh: mkdir-p renamed from makepath.
32483         filenamecat renamed from path-concat.
32484         * modules/filenamecat: Renamed from modules/path-concat.
32485         (Files): filenamecat.h and filenamecat.c renamed from
32486         path-concat.h and path-concat.c.
32487         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
32488         (Include): filenamecat.h, not path-concat.h.
32489         * modules/mkdir-p: Renamed from modules/makepath.
32490         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
32491         makepath.c.
32492         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
32493         (Include): mkdir-p.h, not makepath.h.
32494
32495 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32496
32497         Sync from coreutils.
32498         * m4/mkdir-p.m4: Renamed from makepath.m4.
32499         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
32500         Rename files from makepath.c to mkdir-p.c, and from
32501         makepath.h to mkdir-p.h.
32502         * m4/filenamecat.m4: Renamed from path-concat.m4.
32503         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
32504         Rename files from path-concat.c to filenamecat.c,
32505         and from path-concat.h to filenamecat.h.
32506         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
32507         "file name" in local variables or comments.
32508         * m4/rename.m4: Likewise.
32509
32510 2005-06-01  Bruno Haible  <bruno@clisp.org>
32511
32512         * modules/csharpexec: New file.
32513         * MODULES.html.sh (C#): New section.
32514
32515 2005-06-01  Bruno Haible  <bruno@clisp.org>
32516
32517         * m4/csharp.m4: New file, from GNU gettext.
32518         * m4/csharpexec.m4: New file, from GNU gettext.
32519
32520 2005-06-01  Bruno Haible  <bruno@clisp.org>
32521
32522         * lib/csharpexec.h: New file, from GNU gettext.
32523         * lib/csharpexec.c: New file, from GNU gettext.
32524         * lib/csharpexec.sh.in: New file, from GNU gettext.
32525
32526 2005-05-31  Derek Price  <derek@ximbiot.com>
32527             Paul Eggert  <eggert@cs.ucla.edu>
32528
32529         Sync from cvs.
32530         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32531
32532 2005-05-31  Derek Price  <derek@ximbiot.com>
32533             Paul Eggert  <eggert@cs.ucla.edu>
32534
32535         Sync from cvs.
32536         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32537
32538 2005-05-29  Derek Price  <derek@ximbiot.com>
32539
32540         * config/srclist.txt (glob_.h, glob.c): Add these files.
32541
32542 2005-05-29  Derek Price  <derek@ximbiot.com>
32543
32544         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
32545         * modules/glob: New file.
32546         * modules/getlogin_r: Add link to POSIX spec in description.
32547
32548 2005-05-29  Derek Price  <derek@ximbiot.com>
32549             Paul Eggert  <eggert@cs.ucla.edu>
32550
32551         * m4/glob.m4: New file.
32552
32553 2005-05-29  Derek Price  <derek@ximbiot.com>
32554             Paul Eggert  <eggert@cs.ucla.edu>
32555
32556         * lib/glob_.h, lib/glob.c: New files.
32557
32558 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32559
32560         * modules/fts (Files): Remove m4/inttypes-pri.m4.
32561         * modules/fts-lgpl (Depends-on): Remove gettext.
32562
32563 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32564
32565         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
32566         and don't require gt_INTTYPES_PRI.
32567
32568 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32569
32570         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
32571
32572         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
32573         the configuration hassle isn't worth it.
32574         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
32575         (LONGEST_MODIFIER, PRIuMAX): Remove.
32576
32577 2005-05-27  Bruno Haible  <bruno@clisp.org>
32578
32579         * lib/getlogin_r.h: Remove second include of <stddef.h>.
32580
32581 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
32582
32583         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
32584         _POSIX_PTHREAD_SEMANTICS for Solaris.
32585
32586 2005-05-25  Derek Price  <derek@ximbiot.com>
32587
32588         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
32589
32590 2005-05-25  Derek Price  <derek@ximbiot.com>
32591             Paul Eggert  <eggert@cs.ucla.edu>
32592
32593         * modules/getlogin_r, m4/getlogin_r.m4: New files.
32594         * lib/getlogin_r.c, getlogin_r.h: New files.
32595
32596 2005-05-25  Bruno Haible  <bruno@clisp.org>
32597             Derek Price  <derek@ximbiot.com>
32598
32599         * lib/getlogin_r.h: Simplify API documentation.
32600
32601 2005-05-23  Derek Price  <derek@ximbiot.com>
32602
32603         * modules/minmax (Files): Add m4/minmax.m4.
32604         (configure.ac): Add gl_MINMAX.
32605
32606 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32607
32608         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
32609         so that unistd-safer.h (GPL'ed code) need not be included.
32610
32611 2005-05-22  Bruno Haible  <bruno@clisp.org>
32612
32613         * m4/minmax.m4: New file.
32614         Based on a patch by Derek Price <derek@ximbiot.com>.
32615
32616 2005-05-22  Bruno Haible  <bruno@clisp.org>
32617
32618         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
32619         (INT64_MIN): Fix definition.
32620         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
32621
32622         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
32623         NEED_SIGNED_INT_TYPES.
32624
32625         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
32626         HAVE_SYSTEM_INTTYPES.
32627
32628 2005-05-22  Bruno Haible  <bruno@clisp.org>
32629
32630         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
32631         Also include <sys/param.h> if it defines MIN, MAX.
32632         Based on a patch by Derek Price <derek@ximbiot.com>.
32633
32634 2005-05-21  Jim Meyering  <jim@meyering.net>
32635
32636         * modules/fts (Files): Add m4/inttypes-pri.m4.
32637         (Depends-on): Add lstat and remove gettext.  Alphabetize.
32638
32639 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32640
32641         New fts module.
32642         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
32643         (setup_dir, free_dir): New functions.
32644         (enter_dir, leave_dir): Define trivial
32645         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
32646         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
32647         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
32648         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
32649         Move to fts-cycle.c.
32650         (fts_open): Use setup_dir.
32651         (fts_close): Use free_dir.
32652         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
32653         This adds a label and some gotos, but the alternatives were messier.
32654         Check for memory allocation failure when entering a dir.
32655         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
32656         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
32657         (FTS): New member fts_cycle, that is a union that contains the
32658         old active_dir_ht and cycle_state.  All uses changed to mention
32659         fts_cycle.ht and fts_cycle.state.
32660         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
32661         fts.c, with the following changes:
32662         (setup_dir, free_dir): New functions.
32663         (enter_dir): Now returns bool.  Return true if successful, false
32664         if memory exhausted.  All callers changed.
32665         Do not bother partly cleaning up on
32666         memory allocation failure; that is free_dir's job.
32667         However, free ad if hash_insert fails, to avoid memory leak.
32668         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
32669         fts->fts_options to see which union member to use.
32670
32671 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32672
32673         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
32674         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
32675
32676 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32677
32678         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
32679
32680 2005-05-20  Jim Meyering  <jim@meyering.net>
32681
32682         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
32683         Now a macro, to pacify GCC.
32684
32685 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32686
32687         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
32688         of -1.
32689
32690 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32691
32692         * lib/chown.c (rpl_chown): Return -1 on failure.
32693
32694 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32695
32696         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
32697         Don't check for stddef.h.
32698         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
32699         don't use its results.
32700         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
32701         since we include them unconditionally.  Don't require
32702         AM_STDBOOL_H, since stdbool is a prerequisite.
32703         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
32704         since we assume C89 or better.
32705         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
32706         as we don't use their results.
32707         Don't check for fchdir, memmove, memset, strrchr, as we use
32708         them unconditionally.
32709         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
32710         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
32711
32712 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32713
32714         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
32715         Include <stddef.h> unconditionally, since we assume C89 now.
32716         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
32717         * lib/fts.c: Include fts_.h first, to check interface.
32718         Do not include intprops.h; no longer needed.
32719         Include cycle-check.h and hash.h, since fts_.h no longer does.
32720         Remove unnecessary casts of closedir to void.
32721         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
32722         decide whether to decrement nlinks.
32723         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
32724         (FTS): Use struct hash_table * instead of Hash_table, so that
32725         we no longer need to include hash.h here.
32726
32727 2005-05-18  Jim Meyering  <jim@meyering.net>
32728
32729         * modules/dirfd (License): Change to LGPL.  Most of the code
32730         is already in the public domain.
32731
32732 2005-05-18  Jim Meyering  <jim@meyering.net>
32733
32734         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
32735         Reported by Yoann Vandoorselaere.
32736
32737 2005-05-17  Jim Meyering  <jim@meyering.net>
32738
32739         * m4/fts.m4: New file, from coreutils.
32740
32741 2005-05-17  Jim Meyering  <jim@meyering.net>
32742
32743         * lib/fts.c, lib/fts_.h: New files, from coreutils.
32744
32745 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32746
32747         Sync from coreutils.
32748         * m4/unlinkdir.m4: New file.
32749
32750 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32751
32752         Sync from coreutils.
32753         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
32754         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
32755         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
32756         White space changes only.
32757         * lib/makepath.c (make_path): Port to hosts where leading "//" is
32758         special.
32759         * lib/yesno.c: Include getline.h, not ctype.h.
32760         (yesno): Don't remove leading white space; POSIX doesn't allow it.
32761         Use getline to remove arbitrary restriction on response length.
32762
32763 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32764
32765         * config/srclist-update: Spell out "Street" in FSF postal
32766         mail address; this is the style the FSF seems to prefer.
32767
32768         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
32769         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
32770         this updates FSF postal mail address.
32771
32772         Sync from coreutils.
32773         * modules/unlinkdir: New file.
32774         * modules/yesno (Depends-on): Add getline.
32775         * MODULES.html.sh (File system functions): Add unlinkdir.
32776
32777 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32778
32779         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
32780         lib/strsep.h:
32781         Change the initial comment to refer to GPL, not LGPL.
32782         gnulib-tool will change it to LGPL as needed.
32783
32784         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
32785         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
32786         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
32787         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
32788         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
32789         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
32790         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
32791         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
32792         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
32793         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
32794         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
32795         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
32796         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
32797         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
32798         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
32799         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
32800         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
32801         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
32802         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
32803         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
32804         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
32805         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
32806         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
32807         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
32808         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
32809         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
32810         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
32811         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
32812         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
32813         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
32814         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
32815         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
32816         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
32817         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
32818         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
32819         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
32820         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
32821         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
32822         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
32823         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
32824         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
32825         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
32826         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
32827         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
32828         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
32829         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
32830         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
32831         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
32832         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
32833         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
32834         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32835         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
32836         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
32837         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
32838         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
32839         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
32840         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
32841         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
32842         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
32843         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
32844         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
32845         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
32846         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
32847         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
32848         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
32849         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
32850         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
32851         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
32852         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
32853         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
32854         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
32855         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
32856         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
32857         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
32858         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
32859         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
32860         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
32861         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
32862         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
32863         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
32864         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
32865         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
32866         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
32867         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
32868         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
32869         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
32870         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
32871         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
32872         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
32873         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
32874         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
32875         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
32876         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
32877         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
32878         lib/yesno.c, lib/yesno.h:
32879         Update FSF postal mail address.
32880
32881 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32882
32883         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
32884         tests/test-memmem.c, tests/test-stpncpy.c:
32885         Update FSF postal mail address.
32886
32887 2005-05-13  Bruno Haible  <bruno@clisp.org>
32888
32889         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
32890         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
32891         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
32892         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
32893         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
32894         Add support for 64-bit integers in the MSVC compiler.
32895
32896 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32897
32898         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
32899
32900 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
32901
32902         * gnulib-tool (func_import): Sort and uniquify recommended includes.
32903
32904 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
32905
32906         * doc/getdate.texi (General date syntax): Don't say that date
32907         date --iso-8601=ns generates acceptable dates; it doesn't yet.
32908         Problem reported by Nic Ferrier.
32909
32910 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32911
32912         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
32913         specified in ai_socktype. Fix invalid ai_protocol
32914         check. ai_protocol is usually set to 0 or depending on
32915         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
32916         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
32917         ai_socktype / ai_protocol in the returned addrinfo structure.
32918
32919 2005-05-10  Simon Josefsson  <jas@extundo.com>
32920
32921         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
32922         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32923
32924 2005-05-10  Karl Berry  <karl@gnu.org>
32925
32926         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
32927         (from http://www.gnu.org/licenses).
32928         * doc/COPYING.LIB: also rename to COPYING.LESSER.
32929         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
32930         fdl.texi suffices.
32931
32932 2005-05-10  Karl Berry  <karl@gnu.org>
32933
32934         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
32935         (COPYING.DOC): remove.
32936
32937         * config/srclist-update: new FSF address.
32938
32939 2005-05-10  Derek Price  <derek@ximbiot.com>
32940
32941         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
32942         possible.
32943
32944 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32945             Bruno Haible  <bruno@clisp.org>
32946
32947         * modules/inet_ntop: New file.
32948         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32949         inet_ntop.
32950
32951 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32952             Bruno Haible  <bruno@clisp.org>
32953
32954         * m4/inet_ntop.m4: New file.
32955
32956 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32957             Bruno Haible  <bruno@clisp.org>
32958
32959         * lib/inet_ntop.h: New file.
32960         * lib/inet_ntop.c: New file, from glibc with modifications.
32961
32962 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
32963
32964         * modules/time_r (License): Change to LGPL.
32965         * modules/extensions (License): Change to LGPL.  Actually,
32966         the license is more permissive than that, but currently gnulib-tool
32967         doesn't know how to handle more-permissive licenses.
32968
32969         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
32970         Problem reported by Dave Love.
32971
32972 2005-05-08  Jim Meyering  <jim@meyering.net>
32973
32974         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
32975         blank.
32976
32977 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
32978
32979         * modules/argmatch (Depends-on): Add stdbool.
32980         * modules/backupfile (Depends-on): Likewise.
32981         * modules/chdir-long (Depends-on): Likewise.
32982         * modules/closeout (Depends-on): Likewise.
32983         * modules/cycle-check (Depends-on): Likewise.
32984         * modules/dirname (Depends-on): Likewise.
32985         * modules/fnmatch (Depends-on): Likewise.
32986         * modules/fsusage (Depends-on): Likewise.
32987         * modules/fwriteerror (Depends-on): Likewise.
32988         * modules/getcwd (Depends-on): Likewise.
32989         * modules/getloadavg (Depends-on): Likewise.
32990         * modules/hard-locale (Depends-on): Likewise.
32991         * modules/makepath (Depends-on): Likewise.
32992         * modules/mountlist (Depends-on): Likewise.
32993         * modules/nanosleep (Depends-on): Likewise.
32994         * modules/posixtm (Depends-on): Likewise.
32995         * modules/quotearg (Depends-on): Likewise.
32996         * modules/readtokens (Depends-on): Likewise.
32997         * modules/readtokens0 (Depends-on): Likewise.
32998         * modules/readutmp (Depends-on): Likewise.
32999         * modules/save-cwd (Depends-on): Likewise.
33000         * modules/strftime (Depends-on): Likewise.
33001         * modules/userspec (Depends-on): Likewise.
33002         * modules/utimecmp (Depends-on): Likewise.
33003         * modules/xgetcwd (Depends-on): Likewise.
33004         * modules/xnanosleep (Depends-on): Likewise.
33005         * modules/xstrtod (Depends-on): Likewise.
33006         * modules/yesno (Depends-on): Likewise.
33007
33008 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
33009
33010         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
33011         needless checks.
33012
33013 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33014
33015         Merge from coreutils.  Among other things,
33016         add bulletproofing for cases where stdin, stdout, or stderr are closed.
33017         * lib/fd-safer.c: New file.
33018         * lib/fcntl-safer.h, open-safer.c: Remove.
33019         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
33020         * lib/dup-safer.c: Include unistd-safer.h first.
33021         Don't include errno.h.
33022         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
33023         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
33024         * lib/file-type.c: Rely on file-type.h change.
33025         * lib/getloadavg.c: Include unistd-safer.h.
33026         (getloadavg): Use safer open.
33027         * lib/getusershell.c: Include "stdio-safer.h".
33028         (getusershell): Use safer fopen.
33029         * lib/long-options.c (long_options): Use NULL rather than 0.
33030         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
33031         'free'.
33032         * lib/modechange.c: Likewise.
33033         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
33034         (MODE_DONE): New constant.
33035         (struct mode_change): Remove 'next' member.
33036         (make_node_op_equals): New function; like the old one of the
33037         same name, except it allocates an array.
33038         (mode_compile, mode_create_from_ref): Use it.
33039         (mode_compile): Allocate result as an array, not a linked list.
33040         Parse octal string ourself, so that we catch mistakes like "+0".
33041         (mode_adjust): Arg is an array, not a linked list.
33042         * lib/modechange.c: Include stat-macros.h, xalloc.h.
33043         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
33044         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
33045         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
33046         Remove.  This is now stat-macros.h's job.
33047         (talloc): Remove.  All callers replaced by xalloc, so that
33048         our invokers don't have to worry about reporting memory failures.
33049         (make_node_op_equals): Remove.
33050         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33051         New constants.
33052         (struct mode_change): Moved here from modechange.h.
33053         (mode_append_entry): Remove.
33054         (mode_compile): Remove MASKED_OPS arg, since it encouraged
33055         apps to have incorrect behavior.  Use simpler algorithm for head
33056         and tail.  Don't futz with umask; that's now the job of mode_adjust.
33057         Detect more invalid usages rather than having somewhat-random behavior.
33058         Don't insert an "a=" action, as that leads to incorrect behavior.
33059         (mode_compile, mode_create_from_ref): Return NULL on error instead
33060         of an enum, since now there's only one way to have an error.  All
33061         callers changed.
33062         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
33063         at the correct time.  Simplify calculation of "+u" and its ilk.
33064         Don't mishandle "+X".
33065         (mode_free): Remove "register" and localize decls.
33066         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
33067         (struct mode_change): Move to modechange.c; callers don't
33068         need to see this stuff.
33069         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
33070         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
33071         (mode_change, mode_adjust): Reflect the new signatures noted above.
33072         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
33073         that might redefine system include files.
33074         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
33075         (my_usleep): Use NULL rather than (void *) 0.
33076         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
33077         Use siginterrupt to specify that system calls should be interrupted.
33078         (rpl_nanosleep): Move initialization of suspended closer to call of
33079         my_usleep.
33080         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
33081         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
33082         (desirable_utmp_entry): New function.
33083         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
33084         using x2nrealloc, to simplify logic.
33085         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
33086         size calculation.  Do not assume utmp file is a regular file.
33087         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
33088         (READ_UTMP_CHECK_PIDS): New constant.
33089         * lib/save-cwd.c: Include unistd-safer.h.
33090         (save_cwd): Use fd_safer.
33091         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
33092         [!_LIBC] Include "stat-macros.h" instead.
33093         * lib/unistd-safer.h (fd_safer): New decl.
33094
33095 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33096
33097         * modules/getloadavg (Depends-on): Add unistd-safer.
33098         * modules/getusershell (Depends-on): Add stdio-safer.
33099         * modules/lstat (Depends-on): Remove xalloc.
33100         * modules/mkstemp (Depends-on): Add stat-macros.
33101         * modules/modechange (Depends-on): Remove xstrtol.
33102         Add stat-macros, xalloc.
33103         * modules/save-cwd (Depends-on): Add unistd-safer.
33104         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
33105         * modules/unistd-safer (Files): Add lib/fd-safer.c
33106         (Makefile.am): Remove lib_SOURCES.
33107
33108         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
33109         Remove fcntl-safer; unistd-safer supersedes it.
33110
33111 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33112
33113         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
33114         AC_HEADER_STAT.
33115         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
33116         (gl_PREREQ_CHOWN): Remove.
33117         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
33118         it.  Don't require AC_HEADER_STAT.
33119         (gl_PREREQ_LSTAT): Remove.
33120         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
33121         Don't require AC_HEADER_STAT.
33122         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
33123         (gl_PREREQ_RMDIR): Remove.
33124         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
33125         mention stat-macros.h or AC_HEADER_STAT, since we'll make
33126         the stat-macros module a prerequisite.
33127         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
33128         * m4/filemode.m4 (gl_FILEMODE): Likewise.
33129         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
33130         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
33131         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
33132         variable names.
33133         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
33134         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
33135         variable prefixes.
33136         * m4/fcntl-safer.m4: Remove.
33137         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
33138         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
33139         Invoke gl_PREREQ_FD_SAFER.
33140         (gl_PREREQ_FD_SAFER): New macro.
33141         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
33142         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
33143         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
33144         Remove duplicate call to AC_LIBOBJ(readutmp).
33145         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
33146
33147         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
33148         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
33149
33150 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33151
33152         * MODULES.html.sh (Misc): Add byteswap.
33153
33154 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33155
33156         * modules/getcwd (Depends-on): Add extensions.
33157         * modules/openat (Depends-on): Likewise.
33158
33159 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33160
33161         * modules/byteswap: New file.
33162
33163 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33164
33165         * m4/byteswap.m4: New file.
33166
33167 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33168
33169         * lib/byteswap_.h: New file.
33170
33171 2005-04-25  Karl Berry  <karl@gnu.org>
33172
33173         * m4/gettext.m4: Update from GNU gettext 0.14.4.
33174
33175 2005-04-25  Albert Chin  <china@thewrittenword.com>
33176
33177         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
33178         Toolkit C bug.
33179
33180 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
33181
33182         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
33183         (func_ln_if_changed) Remove forcibly for no error message
33184         in case file does not exist.
33185
33186 2005-04-19  Simon Josefsson  <jas@extundo.com>
33187
33188         * gnulib-tool (Options): Make --symlink mean --symbolic.
33189
33190 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
33191
33192         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
33193
33194 2005-04-16  Simon Josefsson  <jas@extundo.com>
33195
33196         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
33197
33198 2005-04-15  Simon Josefsson  <jas@extundo.com>
33199
33200         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
33201
33202 2005-04-15  Simon Josefsson  <jas@extundo.com>
33203
33204         * gnulib-tool: Rename --symlink to --symbolic.
33205
33206 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
33207
33208         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
33209         symbolic links to files instead of copying/moving.  Add --aux-dir,
33210         specifying directory relative --dir where auxiliary build tools
33211         are placed.
33212
33213 2005-04-14  Bruno Haible  <bruno@clisp.org>
33214
33215         * modules/allocsa (License): Change to LGPL.
33216         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
33217
33218 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33219
33220         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
33221         that "UTC +1 second" continues to work.  Problem reported
33222         by Dmitry V. Levin.
33223         (relunit_snumber): New rule.
33224         (relunit): Use it.
33225
33226 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33227
33228         * lib/getdate.y (universal_time_zone_table): New constant.
33229         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
33230         universal_time_zone_table.
33231         (lookup_zone): Prefer universal_time_zone_table to
33232         local_time_zone_table, so that "GMT" time stamps are allowed in
33233         London during the summer.  Problem reported by Ian Abbott.
33234
33235 2005-04-12  Jim Meyering  <jim@meyering.net>
33236
33237         * lib/human.c (humblock): Set *options even when returning due to
33238         xstrtoumax conversion failure.  Thanks to a used-uninitialized
33239         warning from gcc-4.
33240
33241 2005-04-09  Jim Meyering  <jim@meyering.net>
33242
33243         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
33244         -Wuninitialized: initialize tm0.tm_year.
33245
33246 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
33247
33248         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
33249         count, since there's no maximum.  All uses changed.
33250         Add member dsts_seen.
33251         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
33252         not being INT_MAX.
33253         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
33254         Use pc_rels_seen to decide whther a date is absolute.
33255
33256         * lib/getdate.y (number): Don't overwrite year.
33257         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
33258         check.
33259
33260 2005-04-02  Simon Josefsson  <jas@extundo.com>
33261
33262         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
33263         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
33264
33265 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
33266
33267         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
33268         where no absolute path name can be longer than PATH_MAX.
33269
33270 2005-03-27  Jim Meyering  <jim@meyering.net>
33271
33272         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
33273
33274 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
33275
33276         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
33277         "one's complement" -> "ones' complement" in comment, as per Knuth.
33278         "value of type" -> "type or expression" in comment.
33279         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
33280
33281 2005-03-26  Jim Meyering  <jim@meyering.net>
33282
33283         Comment nits.
33284         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
33285         Correct typos: s/or/of/.
33286
33287 2005-03-26  Jim Meyering  <jim@meyering.net>
33288
33289         * modules/check-include-files: Move to ../ and rename to...
33290         * check-module: ...this.
33291
33292 2005-03-25  Jim Meyering  <jim@meyering.net>
33293
33294         * modules/xvasprintf (Files): Add xalloc.h.
33295
33296 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
33297
33298         * modules/gettext (Files): config/config.rpath ->
33299         build-aux/config.rpath
33300         * modules/iconv (Files): Likewise.
33301         Problem reported by Oskar Liljeblad.
33302
33303 2005-03-23  Jim Meyering  <jim@meyering.net>
33304
33305         * modules/check-include-files: New script to check for
33306         missing dependencies, multiple includes, etc.
33307
33308         * modules/c-strtold (Depends-on): Add xalloc.
33309         * modules/c-strtod (Depends-on): Add xalloc.
33310         * modules/hash (Depends-on): Add xalloc.
33311         (Files): Remove lib/xalloc.h.
33312
33313         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
33314         * modules/userspec (Files): Add lib/inttostr.h.
33315
33316 2005-03-23  Jim Meyering  <jim@meyering.net>
33317
33318         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
33319
33320 2005-03-22  Jim Meyering  <jim@meyering.net>
33321
33322         * modules/stat-macros: New module.
33323         * modules/canonicalize, modules/euidaccess, modules/file-type,
33324         * modules/filemode, modules/lchown, modules/makepath,
33325         * modules/rmdir, modules/stat: Depend on new stat-macros module
33326         rather than listing lib/stat-macros.h manually.
33327         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
33328
33329 2005-03-22  Jim Meyering  <jim@meyering.net>
33330
33331         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
33332
33333 2005-03-22  Bruno Haible  <bruno@clisp.org>
33334
33335         * config/srclist.txt: Replace target directory 'config' with
33336         'build-aux'.
33337         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
33338         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
33339         ../build-aux/.
33340
33341 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
33342
33343         * modules/chdir-long (Depends-on): Add mempcpy.
33344
33345         * modules/acl, modules/backupfile, modules/c-strtod,
33346         modules/c-strtold, modules/canon-host, modules/canonicalize,
33347         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
33348         modules/exclude, modules/exitfail, modules/file-type,
33349         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
33350         modules/getdate, modules/getline, modules/getpagesize,
33351         modules/getpass, modules/getugroups, modules/group-member,
33352         modules/hard-locale, modules/hash, modules/human, modules/idcache,
33353         modules/inttostr, modules/long-options, modules/makepath,
33354         modules/md5, modules/memcasecmp, modules/memcoll,
33355         modules/modechange, modules/mountlist, modules/path-concat,
33356         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
33357         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
33358         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
33359         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
33360         modules/strftime, modules/strndup, modules/strverscmp,
33361         modules/timespec, modules/unlocked-io, modules/userspec,
33362         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
33363         modules/yesno:
33364         Remove lib_SOURCES line from Makefile.am section, as this is now
33365         done automatically by the corresponding Autoconf macro.
33366
33367 2005-03-21  Jim Meyering  <jim@meyering.net>
33368
33369         Changes imported from coreutils.
33370
33371         * lib/cycle-check.c: Don't include xalloc.h.
33372
33373         * lib/path-concat.c: Don't include assert.h.
33374         (path_concat): Remove assertion that would have triggered
33375         for ABASE starting with more than one slash.
33376         Reported by Andreas Schwab.
33377
33378         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
33379         properly when ABASE is an absolute file name.
33380         Correct the description of this function.
33381         Include <assert.h>.
33382         Add an assertion and a test driver.
33383         This fixes a bug introduced on 2004-07-02.
33384         Andreas Schwab reported the resulting failure of cp --parents:
33385         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
33386
33387 2005-03-21  Jim Meyering  <jim@meyering.net>
33388
33389         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
33390         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
33391
33392 2005-03-21  Jim Meyering  <jim@meyering.net>
33393         and  Paul Eggert  <eggert@cs.ucla.edu>
33394
33395         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
33396         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
33397         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
33398         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
33399         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
33400         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
33401         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
33402         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
33403         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
33404         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
33405         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
33406         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
33407         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
33408         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
33409         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
33410         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
33411         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
33412         for these modules.
33413
33414 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
33415
33416         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
33417         (which shouldn't happen), generate nothing instead of returning 0
33418         immediately, so that nstrftime (NULL, ...) doesn't return 0.
33419
33420 2005-03-16  Bruno Haible  <bruno@clisp.org>
33421
33422         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
33423         HAVE_LONGLONG_64BIT.
33424
33425 2005-03-16  Bruno Haible  <bruno@clisp.org>
33426
33427         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
33428         HAVE_LONGLONG_64BIT.
33429
33430 2005-03-16  Bruno Haible  <bruno@clisp.org>
33431
33432         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
33433         HAVE_LONGLONG_64BIT.
33434
33435 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33436
33437         * lib/strftime.c (my_strftime): Prepend space to format so that we can
33438         reliably distinguish strftime failure from empty output on POSIX
33439         hosts.
33440
33441 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33442
33443         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
33444         (iconv_string): Don't guess a size-zero buffer, as that might cause
33445         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
33446         result would be 'too large', where 'too large' is (heuristically)
33447         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
33448         overflow concerns.  This will prevent some unwanted malloc failures
33449         when the inputs are very large.
33450
33451 2005-03-15  Karl Berry  <karl@gnu.org>
33452
33453         * config/srclist.txt (config.rpath): from gettext.
33454         * config/config.rpath: update.
33455
33456 2005-03-15  Bruno Haible  <bruno@clisp.org>
33457
33458         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
33459         to 'negate'.
33460
33461         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
33462         variable.
33463
33464         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
33465         results.
33466
33467 2005-03-14  Simon Josefsson  <jas@extundo.com>
33468
33469         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
33470         <fx@gnu.org>.
33471
33472 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
33473
33474         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
33475         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
33476         intprops.h.
33477         * lib/strtol.c: Likewise.
33478
33479 2005-03-14  Jim Meyering  <jim@meyering.net>
33480
33481         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
33482         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
33483         to be nonzero so that we (and caller) can detect the difference
33484         between a valid zero-length expansion and an error return, even
33485         when the underlying strftime fails before writing anything into
33486         that location.
33487
33488 2005-03-14  Bruno Haible  <bruno@clisp.org>
33489
33490         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
33491         Update from GNU gettext 0.14.3.
33492
33493 2005-03-10  Jim Meyering  <jim@meyering.net>
33494
33495         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
33496
33497 2005-03-10  Jim Meyering  <jim@meyering.net>
33498
33499         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
33500         so that this module works on systems without fchdir.
33501
33502 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
33503
33504         Factor int-properties macros into a single file, except for
33505         glibc-related files.
33506         * lib/intprops.h: New file.
33507         * lib/getloadavg.c: Include it instead of limits.h.
33508         (INT_STRLEN_BOUND): Remove.
33509         * lib/human.c: Include intprops.h.
33510         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
33511         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
33512         302/1000.
33513         * lib/inttostr.h: Include intprops.h instead of limits.h.
33514         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
33515         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
33516         for consistency with intprops.h.
33517         (time_t_is_integer, twos_complement_arithmetic): Use them.
33518         * lib/sig2str.h: Include <signal.h>, intprops.h.
33519         (INT_STRLEN_BOUND): Remove.
33520         * lib/strftime.c (TYPE_SIGNED): Remove.
33521         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
33522         * lib/strtol.c: Adjust comments to match intprops.h.
33523         * lib/userspec.c: Include intprops.h.
33524         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
33525         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
33526         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
33527         instead of rolling our own expressions.
33528         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
33529
33530         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
33531         instead of int.
33532         (my_strftime): Do not mishandle years close to INT_MAX, by doing
33533         the right thing even if adding 1900 would overflow.  Similarly
33534         for tm_mon + 1 and tm_yday + 1.
33535         Make %Y always equivalent to %C%y, and similarly for %G and %g.
33536         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
33537         (DO_SIGNED_NUMBER): New macro.
33538         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
33539
33540 2005-03-07  Bruno Haible  <bruno@clisp.org>
33541
33542         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
33543
33544 2005-03-07  Bruno Haible  <bruno@clisp.org>
33545
33546         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
33547
33548 2005-03-04  Derek R. Price  <derek@ximbiot.com>
33549
33550         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
33551         (func_import): Only replace files via --import when they have actually
33552         changed.
33553
33554 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33555
33556         * m4/mmap-anon.m4: New file.
33557         * m4/pagealign_alloc.m4: New file.
33558
33559 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33560             Bruno Haible  <bruno@clisp.org>
33561
33562         * modules/pagealign_alloc: New file.
33563         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
33564
33565 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33566             Bruno Haible  <bruno@clisp.org>
33567
33568         * lib/pagealign_alloc.h: New file.
33569         * lib/pagealign_alloc.c: New file.
33570
33571 2005-03-03  Bruno Haible  <bruno@clisp.org>
33572
33573         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
33574         Use an all-permissive copyright notice, recommended by RMS.
33575
33576 2005-03-02  Bruno Haible  <bruno@clisp.org>
33577
33578         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
33579         of AIX, the replacement has to be done only after <string.h> is
33580         included, therefore not in config.h. stpncpy.h does the replacement,
33581         and stpncpy.c uses it.
33582
33583 2005-03-02  Bruno Haible  <bruno@clisp.org>
33584
33585         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
33586         stpncpy.c uses it.
33587
33588 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33589
33590         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
33591         The workaround isn't strictly needed for POSIX conformance, and
33592         it's too much of a pain to configure and maintain.  We'll ask
33593         people to fix their kernels instead.
33594         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
33595         (NANOSLEEP_BUG_WORKAROUND): Remove.
33596         (xnanosleep): Remove the workaround.
33597
33598 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33599
33600         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
33601         Reported by Derek Price.
33602         (Include): Add "timespec.h".
33603
33604         * modules/xnanosleep (Depends-on): Remove gethrxtime.
33605
33606 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33607
33608         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
33609         to detect nanosleep bug.
33610
33611 2005-03-01  Bruno Haible  <bruno@clisp.org>
33612
33613         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
33614
33615 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33616
33617         * modules/gethrxtime: New file.
33618         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
33619         (Depends-on): Add gethrxtime.
33620         (configure.ac): Add gl_XNANOSLEEP.
33621         (Makefile.am): Remove lib_SOURCES line.
33622
33623 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33624
33625         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
33626         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
33627
33628 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33629
33630         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
33631         * lib/timespec.h (gettime): Return void, since it always
33632         succeeds now.  All uses changed.
33633         * lib/gettime.c (gettime) Likewise.
33634         [HAVE_NANOTIME]: Prefer nanotime.
33635         Assume gettimeofday succeeds, as POSIX requires.
33636         Assime time () succeeds, since other code already does.
33637         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
33638         (timespec_subtract): Remove.
33639         (NANOSLEEP_BUG_WORKAROUND): New constant.
33640         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
33641         things considerably.  Use it only on GNU/Linux hosts, since the
33642         workaround shouldn't be needed elsewhere.
33643
33644 2005-02-24  Bruno Haible  <bruno@clisp.org>
33645
33646         * modules/gettext (Files): Add m4/glibc2.m4.
33647
33648 2005-02-24  Bruno Haible  <bruno@clisp.org>
33649
33650         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
33651         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
33652         * m4/progtest.m4:
33653         Update from GNU gettext 0.14.2.
33654         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
33655
33656 2005-02-24  Bruno Haible  <bruno@clisp.org>
33657
33658         * lib/localcharset.c: Update from GNU gettext 0.14.2.
33659         * lib/config.charset: Update from GNU gettext 0.14.2.
33660
33661 2005-02-24  Bruno Haible  <bruno@clisp.org>
33662
33663         * lib/gettext.h: Update from GNU gettext 0.14.2.
33664
33665 2005-02-23  Simon Josefsson  <jas@extundo.com>
33666
33667         * m4/iconvme.m4: New file.
33668
33669 2005-02-23  Jim Meyering  <jim@meyering.net>
33670
33671         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
33672         change.
33673         Thanks to Bruno Haible for catching it.
33674
33675 2005-02-22  Simon Josefsson  <jas@extundo.com>
33676
33677         * modules/iconvme: New file.
33678
33679         * MODULES.html.sh: Add iconvme.
33680
33681 2005-02-22  Simon Josefsson  <jas@extundo.com>
33682
33683         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
33684
33685 2005-02-22  Simon Josefsson  <jas@extundo.com>
33686
33687         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
33688
33689 2005-02-22  Jim Meyering  <jim@meyering.net>
33690
33691         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
33692         s/ifndef/ifdef/.
33693
33694 2005-02-20  Neil Conway  <neilc@samurai.com>
33695
33696         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
33697         returned by OSX/Darwin if the specified buffer is not large
33698         enough for the hostname.
33699
33700 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33701
33702         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
33703         pass it to _help, otherwise the latter coredumps trying to
33704         dereference state.root_argp.
33705
33706 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33707
33708         * modules/chdir-long (Depends-on): Add memrchr.
33709         * modules/memrchr (Files): Add lib/memrchr.h.
33710         (Include): "memrchr.h".
33711
33712 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33713
33714         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
33715
33716 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33717
33718         * lib/memrchr.h: New file.
33719         * lib/chdir-long.c: Include it.
33720         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
33721         Don't bother including stddef.h.
33722
33723 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
33724
33725         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
33726         inclusion.
33727         Include <sys/types.h>, for dev_t.
33728         (ME_DUMMY, ME_REMOTE): Move from here....
33729         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
33730         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
33731         Dmitry V. Levin.
33732         Include mountlist.h first, to test the interface.
33733
33734 2005-01-29  Bruno Haible  <bruno@clisp.org>
33735
33736         * lib/progname.c (program_name): Initialize.
33737         Needed when linking statically on MacOS X.
33738
33739 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33740
33741         Sync from coreutils.
33742         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
33743         (Depends-on): Add c-strtod.
33744         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
33745
33746 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33747
33748         Sync from coreutils.
33749         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
33750
33751         Remove files that are specific to coreutils.
33752         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
33753
33754 2005-01-28  Bruno Haible  <bruno@clisp.org>
33755
33756         * modules/javacomp: New file.
33757         * MODULES.html.sh (Java): Add javacomp.
33758
33759 2005-01-28  Bruno Haible  <bruno@clisp.org>
33760
33761         * m4/javacomp.m4: New file, from GNU gettext.
33762
33763 2005-01-28  Bruno Haible  <bruno@clisp.org>
33764
33765         * lib/javacomp.sh.in: New file, from GNU gettext.
33766         * lib/javacomp.h: New file, from GNU gettext.
33767         * lib/javacomp.c: New file, from GNU gettext.
33768
33769 2005-01-26  Simon Josefsson  <jas@extundo.com>
33770
33771         * lib/gai_strerror.c: Use GPL in header.
33772
33773 2005-01-26  Bruno Haible  <bruno@clisp.org>
33774
33775         * modules/javaexec: New file.
33776         * MODULES.html.sh (Java): Add javaexec.
33777
33778 2005-01-26  Bruno Haible  <bruno@clisp.org>
33779
33780         * m4/javaexec.m4: New file, from GNU gettext.
33781
33782 2005-01-26  Bruno Haible  <bruno@clisp.org>
33783
33784         * lib/javaexec.sh.in: New file, from GNU gettext.
33785         * lib/javaexec.h: New file, from GNU gettext.
33786         * lib/javaexec.c: New file, from GNU gettext.
33787
33788 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33789
33790         * modules/lchown (Depends-on): Remove lchown.h
33791
33792 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33793
33794         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
33795         must be defined if the header file was not found, in order
33796         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
33797
33798 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33799
33800         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
33801         initializers for struct pentry_state.
33802         (__argp_error): Check return value of __asprintf
33803         (__argp_failure): Translate error message
33804
33805         * lib/argp-parse.c: Removed braces around the expansion of N_()
33806
33807 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33808
33809         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
33810         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
33811         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
33812         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
33813         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
33814         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
33815         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
33816         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
33817         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
33818         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
33819         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
33820         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
33821         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
33822         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
33823         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
33824         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
33825         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
33826         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
33827         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
33828         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
33829         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
33830         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
33831         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
33832         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
33833         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
33834         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
33835         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
33836         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
33837         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
33838         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
33839         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
33840         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
33841         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
33842         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
33843         xstrtol.m4, xstrtoumax.m4, yesno.m4:
33844         Use an all-permissive copyright notice, recommended by RMS.
33845
33846 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
33847
33848         * modules/chdir-long (Depends-on): Remove mempcpy.
33849
33850 2005-01-21  Jim Meyering  <jim@meyering.net>
33851
33852         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
33853         same value as for Solaris 9.
33854
33855         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
33856         component length.  This included changing the parameter to be
33857         of type `char *' rather than `char const *'.
33858         * lib/chdir-long.h (chdir_long): Update prototype.
33859
33860         * lib/openat.c (fdopendir, fstatat): New functions.
33861         * lib/openat.h: Include headers required for use of DIR and struct
33862         stat.
33863         [AT_SYMLINK_NOFOLLOW]: Define.
33864         (fdopendir, fstatat): Add prototypes.
33865
33866 2005-01-21  Bruno Haible  <bruno@clisp.org>
33867
33868         * modules/classpath: New file.
33869         * MODULES.html.sh (Java): Add classpath.
33870
33871 2005-01-21  Bruno Haible  <bruno@clisp.org>
33872
33873         * lib/classpath.h: New file, from GNU gettext.
33874         * lib/classpath.c: New file, from GNU gettext.
33875
33876 2005-01-20  Simon Josefsson  <jas@extundo.com>
33877
33878         * modules/version-etc-fsf: New file.
33879
33880 2005-01-20  Simon Josefsson  <jas@extundo.com>
33881
33882         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
33883         * lib/version-etc.c: Remove version_etc_copyright.
33884         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
33885         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
33886
33887 2005-01-20  Simon Josefsson  <jas@extundo.com>
33888
33889         * lib/base64.h (isbase64): Add.
33890
33891         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
33892         using a unsigned prototype, don't inline.
33893         (base64_decode): Use it.
33894
33895 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33896
33897         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
33898         it.
33899
33900 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33901
33902         * lib/save-cwd.c (save_cwd): Remove code to support the case
33903         where fchdir is missing or flaky.
33904
33905 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33906
33907         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
33908
33909 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
33910
33911         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
33912         AC_LIBSOURCES now does this.
33913         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
33914         with new ullong_max module.
33915
33916 2005-01-19  Bruno Haible  <bruno@clisp.org>
33917
33918         * modules/sh-quote: New file.
33919         * MODULES.html.sh (Executing programs): Add sh-quote.
33920
33921 2005-01-19  Bruno Haible  <bruno@clisp.org>
33922
33923         * lib/sh-quote.h: New file, from GNU gettext.
33924         * lib/sh-quote.c: New file, from GNU gettext.
33925
33926 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33927
33928         Merge from coreutils.
33929         * m4/ullong_max.m4: New file.
33930         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
33931         (gl_MACROS): Assume localeconv exists.
33932
33933 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33934
33935         Merge changes from coreutils, as described below in several
33936         changelogs dated today.
33937
33938         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
33939         (O_DIRECTORY): Remove; not needed here, since "." must be
33940         a directory.  All uses removed.
33941         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
33942         universal on Suns, and we also need to test for IRIX.
33943         Revamp code to use 'if' rather than '#if'.
33944         Avoid unnecessary comparison of cwd->desc to 0.
33945
33946         * lib/utimens.c (futimens): Robustify the previous patch, by checking
33947         for known valid error numbers rather than observed invalid ones.
33948
33949 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33950
33951         * modules/ullong_max: New file.
33952
33953         * modules/chdir-long, modules/openat: New files.
33954         * modules/save-cwd (Depends-on): Depend on chdir-long.
33955         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
33956
33957 2005-01-18  Jim Meyering  <jim@meyering.net>
33958
33959         Merge from coreutils.
33960         * m4/chdir-long.m4, m4/openat.m4: New files.
33961         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
33962         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
33963         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
33964         is sane and DOES follow symlinks.  Besides, testing 20 different
33965         systems found no broken chown implementations.
33966         Prompted by a change in rsync's copy of this macro.
33967         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
33968
33969         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
33970
33971         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
33972         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
33973         NULL-means-set-to-current-time semantics.
33974         Remove temporary file immediately, rather than waiting
33975         for configure's at-exit trap code to do it.
33976
33977 2005-01-18  Jim Meyering  <jim@meyering.net>
33978
33979         * lib/version-etc.c (version_etc_copyright): Update copyright date.
33980
33981         * lib/utimens.c (futimens): Account for the fact that futimes
33982         can also fail with errno == ENOSYS or errno == ENOENT.
33983         Patch from Dmitry V. Levin.
33984
33985         Change the name of the robust chdir function from chdir to chdir_long.
33986         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
33987         (restore_cwd): Use chdir_long, not chdir.
33988         * lib/chdir-long.c: Renamed from chdir.c.
33989         * lib/chdir-long.h: Renamed from chdir.h.
33990         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
33991         Hurd.
33992
33993 2005-01-18  Bruno Haible  <bruno@clisp.org>
33994
33995         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
33996         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
33997         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
33998         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
33999         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
34000         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
34001         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
34002         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
34003         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
34004         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
34005         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
34006         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
34007         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
34008         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
34009         Use an all-permissive copyright notice, recommended by RMS.
34010
34011 2005-01-18  Bob Proulx  <bob@proulx.com>
34012
34013         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
34014         simplify offsetof() macro construct to avoid compile failure with
34015         native HP-UX 11.0 ANSI C compiler.
34016
34017 2005-01-17  Bruno Haible  <bruno@clisp.org>
34018
34019         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
34020         redundant because stpncpy.m4 takes care of it.
34021
34022 2005-01-17  Bruno Haible  <bruno@clisp.org>
34023
34024         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
34025
34026 2005-01-17  Bruno Haible  <bruno@clisp.org>
34027
34028         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
34029         used.
34030
34031 2005-01-17  Bruno Haible  <bruno@clisp.org>
34032
34033         * lib/fwriteerror.h (fwriteerror): Change specification to include
34034         fclose.
34035         * lib/fwriteerror.c: Include <stdbool.h>.
34036         (fwriteerror): At the end, close the file stream. Record whether
34037         stdout was already closed.
34038
34039 2005-01-17  Bruno Haible  <bruno@clisp.org>
34040
34041         * lib/execute.c (environ): Declare if needed.
34042         * lib/pipe.c (environ): Likewise.
34043         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
34044
34045 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34046
34047         * modules/argp: Depend on vsnprintf
34048
34049 2005-01-10  Jim Meyering  <jim@meyering.net>
34050
34051         * modules/closeout (Depends-on): Add atexit.
34052
34053 2005-01-06  Bruno Haible  <bruno@clisp.org>
34054
34055         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
34056
34057 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34058
34059         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
34060         definitions to be after all include files, to avoid collisions.
34061         Problem reported by Bob Proulx.
34062
34063 2005-01-04  Jim Meyering  <jim@meyering.net>
34064
34065         Changes imported from coreutils.
34066         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
34067         as the mkstemp template, use a temporary directory and an
34068         8.3-friendly template to avoid trouble on systems like DJGPP.
34069         Reported by Juan M. Guerrero via Stepan Kasal.
34070         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
34071         close. Remove the temporary directory right away, rather than waiting
34072         for configure's at-exit trap code to do it.
34073         Suggestion from Stepan Kasal.
34074
34075 2005-01-01  Simon Josefsson  <jas@extundo.com>
34076
34077         * gnulib-tool: Print #include directives when --import'ing.
34078
34079 2004-12-28  Simon Josefsson  <jas@extundo.com>
34080
34081         * tests/test-base64.c: Include required header files.  Remove
34082         unused variables.
34083
34084 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34085
34086         * modules/error (Depends-on): Remove gettext.
34087
34088 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
34089
34090         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
34091         not needed.  This removes a dependency on the gettext module.
34092         [defined _LIBC]: Do not include <libintl.h>; not needed.
34093
34094 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34095
34096         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
34097         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
34098
34099 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
34100
34101         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
34102         HAVE_DECL_STRTOLD.
34103
34104 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34105
34106         * modules/getdate (Depends-on): Remove alloca-opt.
34107
34108 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34109
34110         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
34111
34112 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
34113
34114         * lib/argp-parse.c: Include <stddef.h>.
34115         (alignof, alignto): New macros.
34116         (parser_init): Don't assume that void * is aligned sufficiently
34117         for struct option.
34118
34119         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
34120         need to extend the stack.
34121         (YYINITDEPTH): New macro, so that the initial stack isn't overly
34122         large.
34123
34124 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34125
34126         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
34127
34128 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34129
34130         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
34131         (2004-10-24) change.  Apparently this was a false alarm.
34132
34133         * modules/getdate: Depend on alloca-opt, not alloca.
34134
34135 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34136
34137         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
34138         Remove now-obsolete comment about AIX.
34139         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
34140         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
34141         (YYMAXDEPTH): New macro.
34142
34143 2004-12-18  Simon Josefsson  <jas@extundo.com>
34144
34145         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
34146
34147 2004-12-18  Bruno Haible  <bruno@clisp.org>
34148
34149         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
34150
34151 2004-12-18  Bruno Haible  <bruno@clisp.org>
34152
34153         * lib/fatal-signal.c (fatal_signals): Make non-const.
34154         (init_fatal_signals): New function.
34155         (uninstall_handlers, install_handlers): Ignore signals that were set to
34156         SIG_IGN.
34157         (at_fatal_signal): Call init_fatal_signals.
34158         (init_fatal_signal_set): Likewise. Ignore signals that were set to
34159         SIG_IGN.
34160         Reported by Paul Eggert.
34161
34162 2004-12-18  Bruno Haible  <bruno@clisp.org>
34163
34164         * doc/alloca.texi: New file.
34165         * doc/alloca-opt.texi: New file.
34166
34167 2004-12-17  Jim Meyering  <jim@meyering.net>
34168
34169         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
34170         Otherwise, install-sh could exit with improper exit status when
34171         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
34172
34173 2004-12-16  Simon Josefsson  <jas@extundo.com>
34174
34175         * tests/test-base64.c: Add license.
34176
34177 2004-12-15  Stepan Kasal  <address@hidden>
34178
34179         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
34180
34181 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
34182
34183         * modules/getcwd (Files): Add m4/d-ino.m4.
34184         Suggested by Mark D. Baushke.
34185
34186 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34187
34188         * lib/getdate.y (textint): New member "negative".
34189         (time_zone_hhmm): New function.
34190         Expect 14 shift-reduce conflicts, not 13.
34191         (o_colon_minutes): New rule.
34192         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
34193         (yylex): Set the "negative" member of signed numbers.
34194
34195 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34196
34197         * doc/getdate.texi (Time of day items, Time zone items):
34198         Describe new formats +00:00, UTC+00:00.
34199
34200 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
34201
34202         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
34203         spurious "-l"s.  Problem reported by Stepan Kasal.
34204
34205 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
34206
34207         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
34208         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
34209
34210 2004-12-04  Simon Josefsson  <jas@extundo.com>
34211
34212         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
34213         Vandoorselaere <yoann@prelude-ids.org>.
34214
34215 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34216
34217         Changes imported from coreutils.
34218         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
34219         exist.
34220         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
34221
34222 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34223
34224         Changes imported from coreutils.
34225         * lib/hard-locale.c: Assume <locale.h> exists.
34226         Include "strdup.h".
34227         (GLIBC_VERSION): New macro.
34228         (hard_locale): Assume setlocale exists.
34229         Rewrite to avoid #ifdef.
34230         Use strdup rather than malloc + strcpy.
34231         * lib/human.c: Assume <locale.h> exists.
34232         (human_readable): Assume localeconv exists.
34233
34234 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34235
34236         * modules/hard-locale (Depends-on): Add strdup.
34237
34238 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
34239
34240         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
34241         convert T2, not T.  (Imported from libc.)
34242
34243 2004-11-30  Simon Josefsson  <jas@extundo.com>
34244
34245         * modules/restrict (License): Change to LGPL.
34246
34247 2004-11-30  Simon Josefsson  <jas@extundo.com>
34248
34249         * m4/restrict.m4: Add copyright and copying conditions.
34250
34251 2004-11-30  Simon Josefsson  <jas@extundo.com>
34252
34253         * m4/base64.m4: New file.
34254
34255 2004-11-30  Simon Josefsson  <jas@extundo.com>
34256
34257         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
34258         base64.
34259
34260         * tests/test-base64.c: New file.
34261
34262         * modules/base64: New file.
34263
34264 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34265
34266         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
34267         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
34268
34269         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
34270
34271 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34272
34273         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
34274         (__getcwd.c): Don't restore errno; glibc doesn't.
34275         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
34276         first, falling back to our code only if its results look suspicious.
34277         Ensure that the resulting buffer is only as large as necessary.
34278
34279         * lib/readutmp.c: Include readutmp.h first.
34280         Include <errno.h>, since readutmp.h no longer does that.
34281         * lib/readutmp.h: Don't include <errno.h>,
34282         <sys/param.h>, <time.h>; not needed to establish interface.
34283         (errno): Remove decl.
34284         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
34285         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
34286         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
34287
34288 2004-11-28  Simon Josefsson  <jas@extundo.com>
34289
34290         * lib/base64.h, base64.c: New file.
34291
34292 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
34293
34294         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
34295
34296 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
34297
34298         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
34299         (Depends-on): Remove pathmax, same.  Add mempcpy.
34300         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
34301         (Makefile.am): Append getcwd.h to lib_SOURCES.
34302         (Include): Add getcwd.h.
34303         (Maintainer): Change from Jim Meyering to "all, glibc",
34304         since getdate now uses intended-for-glibc code.
34305         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
34306         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
34307
34308 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34309
34310         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
34311         HP's ANSI C compiler.
34312         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
34313         Declaring int functions causes warnings on some modern systems and
34314         shouldn't be needed to compile on ancient ones.
34315         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
34316         defined.
34317
34318         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
34319         with the following changes.
34320         (__set_errno): Parenthesize properly.
34321         Include <stdbool.h>.
34322         (MIN, MAX, MATCHING_INO): New macros.
34323         (__getcwd): Define with prototype, not K&R form.
34324         Use heuristics to allocate default buffer on stack if possible.
34325         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
34326         behavior, and to avoid the PATH_MAX limit when computing
34327         ../../../../...
34328         Use MATCHING_INO to compare inode number to file.
34329         Check for arithmetic overflow in size calculations.
34330         Fix bug in reallocation of dot array that caused getcwd to fail
34331         on directories nested deeper than 75.
34332         Be more careful about saving errno on error.
34333         Do not use realloc; use only free+malloc, as this is a bit
34334         more flexible and avoids a needless copy operation.
34335         Do not inspect st_dev and st_ino for symbolic links; POSIX
34336         doesn't specify the latter.
34337         Check for closedir errors.
34338         Avoid needless casts.
34339         Use "#ifdef weak_alias" around weak_alias, to be like other
34340         glibc code.
34341         The following changes to getcwd.c have effect only when used in
34342         gnulib; they have no effect inside glibc proper.
34343         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
34344         as alloca isn't used.
34345         (alloca, __alloca): Likewise.
34346         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
34347         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
34348         unconditionally, as gnulib assumes C89 or better.
34349         Do not include <sys/param.h>.
34350         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
34351         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
34352         better.
34353         (NULL) [!defined NULL]: Remove; we assume C89 or better.
34354         Include <dirent.h> in a way that is compatible with modern Autoconf.
34355         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
34356         New macros, if not already defined.
34357         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
34358         Use "_LIBC", not "defined _LIBC", for consistency.
34359         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
34360         a mempcpy module.
34361         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
34362         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
34363         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
34364         credit only to Jim Meyering and adjust the copyright dates.
34365         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
34366         <stdlib.h>, <unistd.h>, "pathmax.h".
34367         Instead, include "xgetcwd.h" (first) and "getcwd.h".
34368         (INITIAL_BUFFER_SIZE): Remove.
34369         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
34370
34371 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34372
34373         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
34374         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
34375         Use the _ONCE methods, for efficiency.
34376         Check for fcntl.h.  In test program, include <errno.h>
34377         and <fcntl.h> if available.  Remove old K&R cruft from
34378         test program.  Check for common errors in GNU/Linux,
34379         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
34380         don't do AC_LIBOBJ, as that's getcwd.m4's job.
34381         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
34382         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
34383         name accordingly.
34384         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
34385         accommodate new getcwd.c.
34386         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
34387         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
34388         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
34389         that's all we need now.
34390
34391 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34392
34393         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
34394         argp-parse.c depends on getopt internals, that means we should
34395         always use our getopt, to be on the safe side.
34396         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
34397         order not to spoil the result of an eventual previous invocation
34398         of gl_GETOPT_SUBSTITUTE.
34399
34400 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34401
34402         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
34403         redefinition warnings. To avoid them, include the defines
34404         in `#if !defined __need_getopt ... #endif'. The only place
34405         where __getopt_argv_const is used is in definitions
34406         of getopt_long and getopt_long_only below, which are as well
34407         protected by `#ifndef __need_getopt'.
34408         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
34409         __need_getopt after including <stdio.h> and <unistd.h> These
34410         headers might have defined it.
34411
34412 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34413
34414         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
34415
34416 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34417
34418         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
34419         (futimens): New function, which uses futimes if available.
34420         (futimens, utimens): Support timespec==NULL, with same semantics
34421         as utime and utimens.
34422         * lib/utimens.h (futimens): New decl.
34423
34424 2004-11-23  Jim Meyering  <jim@meyering.net>
34425
34426         * lib/getopt_.h: Remove trailing blanks.
34427
34428 2004-11-23  Jim Meyering  <jim@meyering.net>
34429
34430         * lib/__fpending.c: Add comment.
34431
34432 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
34433
34434         * modules/canonicalize (Depends-on): Add xreadlink.
34435         Problem reported by James Youngman.
34436
34437 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34438
34439         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
34440         New macros.
34441         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
34442         optopt): Use them instead of invoking ## directly; otherwise, the
34443         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
34444
34445 2004-11-19  Bruno Haible  <bruno@clisp.org>
34446
34447         * lib/strtok_r.c: Move comments from here...
34448         * lib/strtok_r.h: ... to here.
34449
34450 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34451
34452         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
34453         implementations that mishandle size_t overflow.
34454
34455 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34456
34457         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
34458         might fail.  Problem reported by Yoann Vandoorselaere.
34459         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
34460         implementations that mishandle size_t overflow.
34461
34462 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34463
34464         * modules/canon-host (Depends-on): Add strdup.
34465
34466 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34467
34468         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
34469
34470 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34471
34472         * lib/canon-host.c: Include "strdup.h".
34473         (canon_host): Use getaddrinfo if available, so that IPv6 works.
34474         Use strdup instead of malloc/strcpy to duplicate strings.
34475
34476         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
34477         (human_space_before_unit): New constant.
34478         * lib/human.c (human_readable): Support it.
34479
34480         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
34481         (xgetcwd): Set errno correctly when failing.
34482         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
34483         the failure is actually due to a PATH_MAX problem.
34484
34485         Further getopt changes to make it more likely that glibc will
34486         buy the changes back.
34487         * lib/getopt.c (POSIXLY_CORRECT): New constant.
34488         (getopt): Use it, so to preserve glibc semantic
34489         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
34490         when compiling for libc.
34491         * lib/getopt_.h (__getopt_argv_const): Bring it back.
34492         (getopt_long, getopt_long_only): Use it.
34493
34494         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34495         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
34496         (getopt): Argv is now char * const *, as per standard.
34497         (_getopt_internal_r, _getopt_internal): Argv is now char **,
34498         not char *__getopt_argv_const *.
34499         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34500         _getopt_long_only_r): Likewise.
34501         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
34502         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34503         _getopt_long_r, _getopt_long_only_r): Likewise.
34504         * lib/getopt_.h (__getopt_argv_const): Remove.
34505         (getopt): Argv is now char * const *, as per standard.
34506
34507         * lib/getdate.y (tORDINAL): New token.
34508         (day, relunit): Allow it for relative times.
34509         (relative_time_table): Use tORDINAL for ordinals.
34510
34511 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34512
34513         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
34514         Document that "second" isn't allowed as an ordinal number.
34515
34516 2004-11-16  Jim Meyering  <jim@meyering.net>
34517
34518         * modules/closeout (Depends-on): Add fpending.
34519
34520 2004-11-15  Jim Meyering  <jim@meyering.net>
34521
34522         * lib/closeout.c: Include "__fpending.h" once again.
34523         Include <stdbool.h>.
34524         (close_stdout): Don't fail just because stdout was closed initially,
34525         since some programs don't write to stdout in the normal course of
34526         operation (other than --version and --help), and we don't want this
34527         function to make e.g. `touch file >&-' fail.
34528         But do fail if it was closed and someone has tried to write to it.
34529         E.g., `printf foo >&-' must fail.
34530
34531 2004-11-13  Jim Meyering  <jim@meyering.net>
34532
34533         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
34534
34535 2004-11-12  Simon Josefsson  <jas@extundo.com>
34536
34537         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
34538         small doc fix is still pending.
34539
34540 2004-11-11  Simon Josefsson  <jas@extundo.com>
34541
34542         * modules/strtok_r: New file.
34543
34544         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34545         strtok_r.
34546
34547 2004-11-11  Simon Josefsson  <jas@extundo.com>
34548
34549         * m4/strtok_r.m4: New file.
34550
34551         * m4/getopt.m4: Replace opterr.
34552
34553 2004-11-11  Simon Josefsson  <jas@extundo.com>
34554
34555         * lib/strtok_r.h, strtok_r.c: New file.
34556
34557 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34558
34559         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
34560         of replacing opterr, getopt, etc.  This should handle the
34561         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
34562
34563 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34564
34565         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
34566         we can stop lying to compilers about the constness of argv when we
34567         are compiled outside glibc.
34568         (getopt, getopt_long, getopt_long_only): Use it.
34569         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34570         _getopt_internal, getopt): Likewise.
34571         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34572         _getopt_long_only_r): Likewise.
34573         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34574         _getopt_long_r, _getopt_long_only_r): Likewise.
34575
34576         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
34577         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
34578         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
34579         the other external symbols.
34580         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
34581         declaration, since the above renaming now works around collisions.
34582
34583 2004-11-11  Jim Meyering  <jim@meyering.net>
34584
34585         * lib/linebreak.c: Remove trailing blanks.
34586         * lib/alloca_.h: Likewise.
34587         * lib/acosl.c: Likewise.
34588         * lib/euidaccess.c: Likewise.
34589         * lib/allocsa.h: Likewise.
34590
34591 2004-11-10  Simon Josefsson  <jas@extundo.com>
34592
34593         * m4/getaddrinfo.m4: New file.
34594
34595 2004-11-10  Simon Josefsson  <jas@extundo.com>
34596
34597         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
34598
34599 2004-11-10  Simon Josefsson  <jas@extundo.com>
34600
34601         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34602         getaddrinfo.
34603
34604         * modules/getaddrinfo: New file.
34605
34606 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34607
34608         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
34609
34610 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34611
34612         * lib/mktime.c (SHR): New macro, which is a portable
34613         substitute for >> that should work even on Crays.
34614         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
34615         Problem reported by Mark D. Baushke in
34616         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
34617         * lib/getdate.y (SHR): Likewise.
34618         (tm_diff): Use it.
34619         * lib/strftime.c (SHR): Likewise.
34620         (tm_diff): Use it.
34621         * lib/quotearg.c (struct quoting_options): Use unsigned int for
34622         quote_these_too, so that right shifts are well defined.  All uses
34623         changed.
34624
34625 2004-11-10  Jim Meyering  <jim@meyering.net>
34626
34627         Ensure that no close failure goes unreported.
34628         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
34629         return early when it seems there's nothing to flush.
34630         Don't include __fpending.h.
34631
34632 2004-11-10  Jim Meyering  <jim@meyering.net>
34633
34634         * modules/closeout (Depends-on): Remove fpending.
34635
34636 2004-11-10  Jim Meyering  <jim@meyering.net>
34637
34638         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
34639
34640 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34641
34642         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
34643         gl_FUNC_STRFTIME.
34644         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
34645         and AC_REQUIRE when possible, to avoid duplicate checks.
34646         Check for <wchar.h>.
34647
34648 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34649
34650         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
34651
34652 2004-11-09  Bruno Haible  <bruno@clisp.org>
34653
34654         * m4/sockpfaf.m4: New file.
34655
34656 2004-11-05  Bruno Haible  <bruno@clisp.org>
34657
34658         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
34659         Reported by Mark D. Baushke <mdb@cvshome.org>.
34660
34661 2004-11-04  Bruno Haible  <bruno@clisp.org>
34662
34663         2004-09-11  Bruno Haible  <bruno@clisp.org>
34664                 * allocsa.valgrind: New file.
34665         2004-02-06  Bruno Haible  <bruno@clisp.org>
34666                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
34667                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
34668                 Reported by Christopher Seip <chris.seip@hp.com>.
34669
34670 2004-11-04  Bruno Haible  <bruno@clisp.org>
34671
34672         * modules/allocsa (Files): Add lib/allocsa.valgrind.
34673         (Makefile.am): Distribute it.
34674
34675 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34676
34677         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
34678         with errno == ERANGE if the buffer is too small.
34679         Problem reported by Mark D. Baushke.
34680
34681 2004-11-03  Albert Chin  <china@thewrittenword.com>
34682             Paul Eggert  <eggert@cs.ucla.edu>
34683
34684         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
34685         equivalent, substitute $ac_type for equivalent type rather than
34686         blindly using uint32_t *always* which won't work if uint32_t is not
34687         available.  Define _UINT32_T to work around typedef of uint32_t if
34688         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
34689         2.5.1.
34690
34691 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34692
34693         * m4/jm-macros.m4: Sync from coreutils.
34694         (gl_MACROS): Check for mbrlen, for pathchk.
34695         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
34696
34697 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34698
34699         * lib/xreadlink.c (MAXSIZE): New macro.
34700         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
34701         size does not exceed MAXSIZE.  Avoid cast.
34702         As suggested by Mark D. Baushke in
34703         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
34704         if readlink fails with buffer size just under MAXSIZE, try again
34705         with MAXSIZE.
34706
34707 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34708
34709         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
34710
34711 2004-11-02  Derek R. Price  <derek@ximbiot.com>
34712         and  Paul Eggert  <eggert@cs.ucla.edu>
34713
34714         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
34715         (get_date): Overparenthesize to avoid GCC warning.
34716
34717 2004-11-02  Bruno Haible  <bruno@clisp.org>
34718
34719         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
34720         returns void.
34721
34722 2004-11-02  Bruno Haible  <bruno@clisp.org>
34723
34724         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
34725         function returns void.
34726
34727 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34728
34729         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
34730         fflush_unlocked, flockfile, funlockfile, funlockfile,
34731         fputs_unlocked, putc_unlocked.
34732
34733 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34734
34735         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34736         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
34737         already declared.
34738
34739 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34740
34741         * modules/getdate (Files): Add doc/getdate.texi.
34742         (Depends-on): Add setenv, xalloc.
34743
34744 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34745
34746         * lib/getdate.y: Add support for TZ="foo" within a date string.
34747         Fix some bugs near time_t boundaries.  Reject dates with
34748         out-of-range components, e.g., "Sept 31".
34749         Include <stdlib.h>, "setenv.h", "xalloc.h".
34750         (ISDIGIT_LOCALE): Remove; unused.
34751         Note that the TZ and time functions used here are not reentrant.
34752         (mktime_ok, get_tz): New functions.
34753         (TZBUFSIZE): New constant.
34754         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
34755         This requires that we sometimes generate our own TZ="XXX..." setting.
34756
34757 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34758
34759         * doc/getdate.texi: New file, from coreutils with modifications for
34760         the new TZ parsing.
34761
34762 2004-10-27  Derek R. Price  <derek@ximbiot.com>
34763
34764         * lib/mktime.c (not_equal_tm): Remove redundant check.
34765
34766 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34767
34768         * modules/regex (lib_SOURCES): Add regex.c.
34769         Reported by James Youngman in
34770         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
34771
34772 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34773
34774         * lib/getdate.y: Use Bison 1.875 features, and some minor
34775         code cleanups.  This change does not affect semantics.
34776         Don't include <stdlib.h>; no longer needed.
34777         Don't include unlocked-io.h; only the "#if TEST" code uses
34778         stdio, and performance isn't crucial there.
34779         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
34780         Bison 1.875 features as described below.
34781         All uses of "PC." replaced by "pc->".
34782         (YYSTYPE): Add a forward declaration.
34783         (yylex, yyerror): Use full prototypes in forward decls.
34784         Use "%pure-parser" rather than obsolescent "%pure_parser".
34785         Use %parse-param and %lex-param instead of obsolescent
34786         YYPARSE_PARAM and YYLEX_PARAM.
34787         (meridian_table, month_and_day_table, time_units_table,
34788         relative_time_table, time_zone_table, military_table,
34789         lookup_zone, lookup_word, get_date):
34790         Use NULL instead of 0 where appropriate.
34791         (to_hour): Avoid abort (), to avoid a dependency on
34792         stdlib.h.
34793         (yyerror, yylex): Now accepts parser_control * arg.
34794         (main) [TEST]: Use '\0' rather than 0 for char.
34795
34796 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34797
34798         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
34799
34800 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34801
34802         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
34803         It's now the caller's responsibility to handle the case where
34804         !HAVE_GETPAGESIZE && !defined getpagesize.
34805
34806         * lib/mktime.c (leapyear): Arg is long int, not int.
34807
34808 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
34809
34810         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
34811
34812 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
34813
34814         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
34815         missing.  Problem reported by James Youngman.
34816
34817 2004-10-16  Simon Josefsson  <jas@extundo.com>
34818
34819         * gnulib-tool: Fix comments.  Fix parse problem.
34820         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
34821
34822 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
34823
34824         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
34825         implementation of getopt_long.  Problem reported by Alexander Taler in:
34826         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
34827
34828 2004-10-15  Bruno Haible  <bruno@clisp.org>
34829
34830         * gnulib-tool: Untabify. Initialize supplied_libname.
34831         (func_usage): More homogenous output.
34832         (func_modules_transitive_closure, func_modules_to_filelist,
34833         func_emit_lib_Makefile_am): New functions.
34834         (func_import): New function, extracted from big case statement. Use
34835         func_get_license, func_modules_transitive_closure,
34836         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
34837         opt_lgpl. Don't use test -a, as it's not portable.
34838         (func_create_testdir): Use func_modules_transitive_closure,
34839         func_modules_to_filelist, func_emit_lib_Makefile_am.
34840
34841 2004-10-15  Bruno Haible  <bruno@clisp.org>
34842
34843         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
34844
34845 2004-10-15  Bruno Haible  <bruno@clisp.org>
34846
34847         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
34848         the portions belonging to each module.
34849         Suggested by Derek Robert Price <derek@ximbiot.com>.
34850
34851 2004-10-12  Simon Josefsson  <jas@extundo.com>
34852
34853         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34854         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
34855         to real functions.
34856
34857 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34858
34859         * modules/vsnprintf: New file.
34860
34861 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34862
34863         * m4/vsnprintf.m4: New file.
34864
34865 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34866
34867         * lib/vsnprintf.h: New file.
34868         * lib/vsnprintf.c: New file.
34869
34870 2004-10-11  Bruno Haible  <bruno@clisp.org>
34871
34872         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
34873         vsnprintf.
34874
34875 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34876
34877         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
34878
34879 2004-10-07  Bruno Haible  <bruno@clisp.org>
34880
34881         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
34882         fits into the provided buffer.
34883
34884 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34885
34886         * lib/diacrit.c, diacrit.h: Add GPL notice.
34887
34888         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
34889         notice.
34890         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
34891         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
34892         This avoids a potential constant-folding bug.
34893
34894 2004-10-05  Bruno Haible  <bruno@clisp.org>
34895
34896         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
34897         for the declaration of strsep.
34898
34899 2004-10-05  Bruno Haible  <bruno@clisp.org>
34900
34901         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
34902
34903 2004-10-04  Simon Josefsson  <jas@extundo.com>
34904
34905         * modules/memmem: New file.
34906         * tests/test-memmem.c: New file.
34907         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
34908
34909 2004-10-04  Simon Josefsson  <jas@extundo.com>
34910
34911         * m4/memmem.m4: New file.
34912
34913 2004-10-04  Simon Josefsson  <jas@extundo.com>
34914
34915         * lib/memmem.h: New file.
34916         * lib/memmem.c: New file, taken from glibc.
34917
34918 2004-10-04  Simon Josefsson  <jas@extundo.com>
34919
34920         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
34921         '#ifdef USE_UNLOCKED_IO'.
34922
34923 2004-10-04  Simon Josefsson  <jas@extundo.com>
34924
34925         * config/srclist.txt: Add memmem from glibc.
34926
34927 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34928
34929         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
34930
34931         * modules/argmatch, modules/argp, modules/closeout, modules/error,
34932         modules/exclude, modules/getdate, modules/getline,
34933         modules/getndelim2, modules/getpass, modules/getpass-gnu,
34934         modules/getusershell, modules/linebuffer, modules/md5,
34935         modules/mountlist, modules/posixtm, modules/readtokens,
34936         modules/readutmp, modules/regex, modules/sha1,
34937         modules/version-etc, modules/yesno:
34938         Remove dependency on unlocked-io.
34939
34940 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34941
34942         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
34943
34944         * m4/unlocked-io.m4: Add copyright notice.
34945         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
34946
34947 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34948
34949         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
34950         * lib/xmalloc.c (xmemdup): Likewise.
34951         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
34952         XFREE): Remove these long-obsolescent macros.
34953         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
34954         * lib/xstrdup.c: Remove.
34955
34956         * lib/regex.c (re_comp): Cast gettext return value to char *,
34957         Problem reported by Martin Neitzel via Mark D. Baushke.
34958
34959 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34960
34961         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
34962         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
34963         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
34964         regex.c, sha1.c, version-etc.c, yesno.c:
34965         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
34966         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
34967         the includer's responsibility.
34968
34969         Sync from coreutils.
34970
34971         * lib/modechange.c (mode_compile): Don't decrement a pointer that
34972         points to the start of a string, as the C Standard says the
34973         resulting behavior is undefined.
34974
34975         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
34976         simple -> simple_backups, numbered_existing ->
34977         numbered_existing_backups, numbered -> numbered_backups
34978         to avoid shadowing problems.  All uses changed.
34979         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
34980         * lib/backupfile.c (check_extension, numbered_backup):
34981         Rename locals to avoid shadowing 'basename'.
34982         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
34983         once.
34984
34985         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
34986         * lib/.cvsignore: Add getopt.h.
34987
34988 2004-10-04  Bruno Haible  <bruno@clisp.org>
34989
34990         * modules/README: New file.
34991         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
34992         not a module.
34993
34994 2004-10-02  Jim Meyering  <jim@meyering.net>
34995
34996         * lib/dirfd.h, getpagesize.h: Add copyright notice.
34997
34998 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34999
35000         * modules/strsep: New file.
35001
35002 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35003
35004         * m4/strsep.m4: New file.
35005
35006 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35007
35008         * lib/strsep.h: New file.
35009         * lib/strsep.c: New file.
35010
35011 2004-10-01  Simon Josefsson  <jas@extundo.com>
35012
35013         * lib/snprintf.c (snprintf): Handle size==0.
35014
35015 2004-10-01  Simon Josefsson  <jas@extundo.com>
35016             Bruno Haible  <bruno@clisp.org>
35017
35018         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
35019         (snprintf): Declare 'args'.
35020
35021 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
35022
35023         * lib/snprintf.c: Remove comments as to why each header is needed.
35024
35025 2004-10-01  Bruno Haible  <bruno@clisp.org>
35026
35027         * MODULES.html.sh: Add strsep.
35028
35029 2004-09-30  Simon Josefsson  <jas@extundo.com>
35030
35031         * modules/snprintf: New file.
35032
35033 2004-09-30  Simon Josefsson  <jas@extundo.com>
35034
35035         * m4/snprintf.m4: New file.
35036
35037 2004-09-30  Simon Josefsson  <jas@extundo.com>
35038
35039         * lib/snprintf.h, lib/snprintf.c: New files.
35040
35041 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
35042
35043         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
35044         (hol_entry_help): Never translate an empty string.
35045         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
35046         * lib/argp.h (OPTION_NO_TRANS): New option.
35047
35048 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35049
35050         * modules/argp (Maintainer): Replace Simon Josefsson
35051         by Sergey Poznyakoff.
35052
35053 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35054
35055         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
35056         changes merged back into glibc.
35057
35058 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
35059
35060         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
35061
35062 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35063
35064         * lib/xvasprintf.c: Include xalloc.h.
35065         (xvasprintf): Use xalloc_die, not xmalloc_die.
35066
35067 2004-09-29  Bruno Haible  <bruno@clisp.org>
35068
35069         * modules/alloca-opt: New file, derived from modules/alloca.
35070         * modules/allocsa: Depend on alloca-opt instead of alloca.
35071         * modules/setenv: Likewise.
35072         * modules/vasnprintf: Likewise.
35073         * MODULES.html.sh: Add alloca-opt.
35074
35075 2004-09-28  Simon Josefsson  <jas@extundo.com>
35076
35077         * gnulib-tool: New parameter --lgpl, to asseert that modules are
35078         LGPL, and to replace license template from GPL to LGPL.
35079
35080 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35081
35082         * modules/dummy: Change license to LGPL.
35083
35084 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
35085
35086         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
35087
35088 2004-09-24  Simon Josefsson  <jas@extundo.com>
35089
35090         * modules/minmax (License): Change from GPL to LGPL.
35091
35092 2004-09-23  Simon Josefsson  <jas@extundo.com>
35093
35094         * gnulib-tool (--import): Typo.
35095
35096 2004-09-23  Simon Josefsson  <jas@extundo.com>
35097
35098         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
35099
35100 2004-09-22  Bruno Haible  <bruno@clisp.org>
35101
35102         * modules/*: Add 'License' field.
35103         * gnulib-tool: Accept --extract-license option.
35104         (func_get_license): New function.
35105
35106 2004-09-21  Bruno Haible  <bruno@clisp.org>
35107
35108         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
35109         Reported by Simon Josefsson.
35110
35111 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35112
35113         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
35114         gl_AC_TYPE_LONG_LONG.
35115
35116 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
35117
35118         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
35119
35120 2004-09-18  Simon Josefsson  <jas@extundo.com>
35121         and  Paul Eggert  <eggert@cs.ucla.edu>
35122
35123         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
35124         calls with autoreconf.  Define GL_LIB.
35125
35126 2004-09-14  Karl Berry  <karl@gnu.org>
35127
35128         * config/srclist.txt: unsync setenv.c, sigh.
35129
35130 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35131
35132         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
35133         Problem reported by Bruno Haible in:
35134         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
35135
35136 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35137
35138         * config/srclist.txt: Comment out argp-pvh.c.
35139
35140 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
35141
35142         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
35143         in case some system header has #define'd it.  Problem reported by
35144         Soeren D. Schulze in
35145         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
35146
35147 2004-09-09  Karl Berry  <karl@gnu.org>
35148
35149         * regex.[ch]: delete from the root.  These were supposed to be
35150                 synced with emacs cvs, but this has not happened for about
35151                 a year, and anyway nothing else uses emacs regex.[ch].
35152                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
35153                 lib/regex[.ch] is untouched.
35154
35155 2004-09-09  Bruno Haible  <bruno@clisp.org>
35156
35157         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
35158
35159 2004-09-09  Bruno Haible  <bruno@clisp.org>
35160
35161         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
35162         modifications.
35163         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
35164
35165 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35166
35167         * modules/xvasprintf: New file.
35168         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
35169
35170 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35171
35172         * lib/xvasprintf.h: New file.
35173         * lib/xvasprintf.c: New file.
35174         * lib/xasprintf.c: New file.
35175
35176 2004-09-08  Bruno Haible  <bruno@clisp.org>
35177
35178         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
35179
35180 2004-09-08  Bruno Haible  <bruno@clisp.org>
35181
35182         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
35183         length is > INT_MAX.
35184         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
35185         more.
35186
35187 2004-09-08  Bruno Haible  <bruno@clisp.org>
35188
35189         * lib/stdint_.h: New file, taken from GNU clisp.
35190
35191 2004-09-08  Bruno Haible  <bruno@clisp.org>
35192             Oskar Liljeblad  <oskar@osk.mine.nu>
35193
35194         * modules/stdint: New file.
35195         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
35196
35197 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35198
35199         Import from coreutils.
35200         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
35201         strings on unbounded length.  alloca's performance benefits aren't
35202         that important here.
35203         (V_STRDUP): Remove.
35204         (parse_with_separator): New function, with most of the internals
35205         of the old parse_user_spec.  Allow user to omit both user and group,
35206         for compatibility with FreeBSD.
35207         Clone only the user name, not the entire spec.
35208         Do not set *uid, *gid unless entirely successful.
35209         Avoid memory leak in some failing cases.
35210         Fix regression for USER.GROUP reported by Dmitry V. Levin in
35211         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
35212         (parse_user_spec): Rewrite to use parse_with_separator.
35213
35214 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35215
35216         * modules/userspec: Don't depend on alloca.
35217
35218 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35219
35220         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
35221
35222 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35223
35224         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
35225         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
35226         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
35227
35228 2004-08-16  Simon Josefsson  <jas@extundo.com>
35229
35230         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
35231         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
35232         Add --dry-run for --import.
35233         Let user provided command line parameters override configure.ac
35234         settings.
35235
35236 2004-08-12  Simon Josefsson  <jas@extundo.com>
35237
35238         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
35239         as discussed with Paul Eggert in threads rooted at
35240         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
35241         and
35242         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
35243         Before, the test was empty, and relied on ELIDE_CODE in source
35244         code.)
35245         (gl_PREREQ_GETOPT): New macro.
35246         (gl_GETOPT): Use them.
35247
35248 2004-08-12  Simon Josefsson  <jas@extundo.com>
35249
35250         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
35251         * lib/getopt_.h: Renamed from getopt.h.
35252
35253 2004-08-12  Simon Josefsson  <jas@extundo.com>
35254
35255         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
35256         Change default library name from libfoo to libgnu.
35257         Now, if you have a configure.ac that says:
35258                 gl_SOURCE_BASE(gl)
35259                 gl_M4_BASE(gl/m4)
35260                 gl_MODULES(error getopt etcetera)
35261                 gl_INIT
35262         you can import all you need by running:
35263                 ../gnulib/gnulib-tool --import
35264
35265         * modules/getopt (Files): Rename getopt.h to getopt_.h.
35266         (Makefile.am): Rewrite, use logic from argz.
35267         (Include): Use <getopt.h> instead of "getopt.h".
35268
35269 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35270
35271         * modules/argp (Files): Add m4/unlocked-io.m4.
35272         (Depends-on): Add extensions.
35273
35274 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35275
35276         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
35277         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
35278         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
35279         Check for program_invocation_name, program_invocation_short_name,
35280         flockfile, funlockfile, features.h, _getopt_long_only_r.
35281
35282 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35283
35284         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
35285         its complicated substitute.
35286         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
35287         and program_invocation_name.
35288         (__argp_basename) [!_LIBC]: Remove; the only use was
35289         replaced by its body.
35290         (__argp_short_program_name): Change condition from
35291         !defined __argp_short_program_name to
35292         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
35293         to match argp-namefrob.h.
35294         (__argp_failure): Don't assume strerror_r returns char *.
35295         * lib/argp-parse.c (N_): Define unconditionally.
35296         (argp_default_options): Fill out initializers with 0 to avoid
35297         gcc warnings.
35298
35299 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35300
35301         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
35302         getopt1.c.
35303
35304 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35305
35306         Merge from coreutils.
35307
35308         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
35309
35310         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
35311         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
35312
35313 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35314
35315         Merge from coreutils.
35316
35317         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
35318         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
35319         for Reliant Unix 5.43.
35320
35321         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
35322         (union fooround): Use uintmax_t, not long int.
35323         The rest is a merge from libc:
35324         [defined _LIBC]: Include <shlib-compat.h>.
35325         (_obstack) [defined _LIBC]: Remove after 2.3.4.
35326
35327         * lib/settime.c (settime): Recode to avoid warning with
35328         Sun Forte C 6U2.
35329
35330         * lib/strverscmp.c: Convert to UTF-8.
35331
35332 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35333
35334         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35335         m4/uintmax_t.m4.
35336
35337 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35338
35339         * modules/xalloc-die: New file.
35340         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
35341
35342         * modules/md5 (Files): Add m4/uint32_t.m4.
35343         * modules/sha1: Renamed from modules/sha.
35344         (Files):
35345         Rename lib/sha.h to lib/sha1.h.
35346         Rename lib/sha.c to lib/sha1.c.
35347         Rename m4/sha.m4 to m4/sha1.m4.
35348         (lib_SOURCES): Likewise.
35349         (configure.ac): Rename gl_SHA to gl_SHA1.
35350         (Include): sha.h -> sha1.h.
35351
35352 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35353
35354         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
35355         * m4/sha1.m4: Renamed from sha.m4.
35356         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
35357
35358 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35359
35360         * lib/obstack.h (obstack_empty_p):
35361         Don't assume that chunk->contents is suitably aligned.
35362         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
35363         Likewise. Problem reported by Benno in
35364         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
35365
35366         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
35367         readable.  This could be improved further but it'd take some work.
35368
35369 2004-08-08  Simon Josefsson  <jas@extundo.com>
35370
35371         * modules/xgethostname (Depends-on): Remove exit and error (not
35372         used).
35373
35374         * modules/getpass-gnu: Add getpass.h.
35375         (Depends-on): Add stdbool.
35376         * modules/getpass: Add getpass.h.
35377
35378 2004-08-08  Simon Josefsson  <jas@extundo.com>
35379
35380         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
35381         Check getpass declaration.
35382
35383 2004-08-08  Simon Josefsson  <jas@extundo.com>
35384
35385         * lib/xgethostname.c: Don't include error.h (not used).
35386
35387         * lib/getpass.h: Add.
35388         * lib/getpass.c: Include getpass.h first.
35389
35390 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
35391
35392         * lib/xalloc-die.c: New file.
35393         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
35394         All uses removed.
35395         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
35396         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
35397         xalloc-die.c.
35398         (_, N_, xalloc_die): Move to xalloc-die.c.
35399         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
35400         so that we needn't mess with xalloc_msg_memory_exhausted.
35401
35402         * lib/sha1.h: Renamed from sha.h.
35403         (SHA1_H): Renamed from _SHA_H.
35404         (sha1_ctx): Renamed from sha_ctx.
35405         (sha1_init_ctx): Renamed from sha_init_ctx.
35406         (sha1_process_block): Renamed from sha_process_block.
35407         (sha1_process_bytes): Renamed from sha_process_bytes.
35408         (sha1_finish_ctx): Renamed from sha_finish_ctx.
35409         (sha1_read_ctx): Renamed from sha_read_ctx.
35410         (sha1_stream): Renamed from sha_stream.
35411         (sha1_buffer): Renamed from sha_buffer.
35412         * lib/sha1.c: Likewise; renamed from sha.c.
35413         Do not include <sys/types.h>.
35414         Include <stddef.h> rather than <stdlib.h>.
35415
35416 2004-08-08  Bruno Haible  <bruno@clisp.org>
35417
35418         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
35419         FILESYSTEM_PREFIX_LEN.
35420         * lib/progreloc.c: Likewise.
35421         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
35422
35423 2004-08-06  Simon Josefsson  <jas@extundo.com>
35424
35425         * modules/progname (Depends-on): Don't depend on stdbool.
35426
35427 2004-08-06  Simon Josefsson  <jas@extundo.com>
35428
35429         * modules/getsubopt: New file.
35430         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35431         getsubopt.
35432
35433 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35434
35435         More merge from coreutils.
35436
35437         * m4/utimens.m4, m4/utimecmp.m4: New files.
35438         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
35439         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
35440         prereq.m4, sha.m4: Import changes from coreutils.
35441
35442 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35443
35444         More merge from coreutils.
35445         * modules/raise, modules/readtokens0, modules/utimens:
35446         * modules/utimecmp, module/xnanosleep: New files.
35447         * modules/strftime: Add lib/strftime.h.
35448         Change include from <time.h> to "strftime.h".
35449         * modules/yesno: Add lib/yesno.h.
35450         * modules/backupfile: Remove lib/addext.c.
35451         * modules/euidaccess: Add stat-macros.h.
35452         * modules/canonicalize, modules/euidaccess,
35453         modules/filemode, modules/lchown, modules/makepath,
35454         modules/rmdir, modules/stat: Likewise.
35455
35456 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35457
35458         Merge from tar.
35459         * lib/argp-help.c (make_hol, hol_append): Don't assume that
35460         SIZE_MAX is a valid preprocessor constant.
35461         (__argp_basename): Change from "#ifndef _LIBC"
35462         to "#ifndef __argp_short_program_name", so that
35463         we don't compile these functions for tar.
35464
35465         More merges from coreutils.
35466         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
35467         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
35468         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
35469         * lib/addext.c: Remove; no longer needed.
35470         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
35471         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
35472         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
35473         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
35474         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
35475         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
35476         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
35477         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
35478         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
35479         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
35480         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
35481         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
35482         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
35483         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
35484         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
35485         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
35486         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
35487         Import changes from coreutils.
35488
35489 2004-08-05  Simon Josefsson  <jas@extundo.com>
35490
35491         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
35492
35493 2004-08-05  Simon Josefsson  <jas@extundo.com>
35494
35495         * m4/getsubopt.m4: New file.
35496
35497 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35498
35499         Merge from coreutils.
35500
35501         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
35502         * m4/getcwd-path-max.m4: New files.
35503
35504         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
35505         FILESYSTEM_PREFIX_LEN ->
35506         FILE_SYSTEM_PREFIX_LEN.
35507         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
35508         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
35509         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
35510         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
35511
35512         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
35513         prerequisite modules now handle the DOS stuff.
35514         Don't check for unistd.h.
35515
35516 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35517
35518         Merge from coreutils.
35519
35520         * lib/.gdb-history: Remove; this doesn't belong here.
35521
35522         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
35523         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
35524         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
35525         * lib/getcwd.c: New files.
35526
35527         * lib/dirname.h: Include <stdbool.h>.
35528         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
35529         for consistency with POSIX terminology.  All uses changed.
35530         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
35531         (strip_trailing_slashes): Use bool for booleans.
35532         * lib/stripslash.c (strip_trailing_slashes): Likewise.
35533
35534         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
35535         sometimes returns a positive errno value even when it succeeds.
35536         (print_errno_message) [!LIBC]: Fall back on strerror if
35537         __strerror_r fails.
35538
35539         * lib/path-concat.c (mempcpy): Don't define if a system header defines
35540         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
35541         (longest_relative_suffix): New function.
35542         (path_concat): Use it.  Assume first argument is not NULL.
35543         Port to DOS.  Omit redundant separators.
35544         Report an error instead of returning NULL.
35545         Use mempcpy instead of memcpy.
35546         (xpath_concat): Remove: not declared or used.
35547
35548         * lib/same.h: Include <stdbool.h>
35549         (same_name): Return bool, not int.
35550         * lib/same.c (same_name): Likewise.
35551         (errno): Don't declare; we assume C89 or better now.
35552
35553         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
35554         if not already defined.
35555
35556         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
35557         * lib/dup-safer.c (errno): Likewise.
35558
35559 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35560
35561         Merge from coreutils.
35562         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
35563         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
35564         * modules/path-concat: Don't depend on strdup.
35565
35566 2004-08-03  Simon Josefsson  <jas@extundo.com>
35567
35568         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
35569         * lib/progname.h: Don't include stdbool.h.
35570
35571 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35572
35573         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
35574         * MODULES.html.sh (func_all_modules): Remove fatal.
35575
35576 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35577
35578         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
35579
35580 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35581
35582         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
35583         working.
35584
35585 2004-08-02  Simon Josefsson  <jas@extundo.com>
35586
35587         * lib/getsubopt.h: New file, with comments from Bruno Haible.
35588         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
35589         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
35590
35591 2004-08-01  Simon Josefsson  <jas@extundo.com>
35592
35593         * lib/xgetdomainname.c: Include stdlib.h, for free().
35594
35595 2004-07-19  Bruno Haible  <bruno@clisp.org>
35596
35597         * MODULES.html.sh (func_all_modules): Add dummy.
35598
35599 2004-07-16  Simon Josefsson  <jas@extundo.com>
35600
35601         * modules/dummy: New file.
35602
35603 2004-07-16  Simon Josefsson  <jas@extundo.com>
35604
35605         * lib/dummy.c: New file.
35606
35607 2004-07-16  Bruno Haible  <bruno@clisp.org>
35608
35609         * lib/backupfile.h: Add extern "C" for C++.
35610         * lib/closeout.h: Likewise.
35611         * lib/copy-file.h: Likewise.
35612         * lib/findprog.h: Likewise.
35613         * lib/full-write.h: Likewise.
35614         * lib/pathname.h: Likewise.
35615         * lib/progname.h: Likewise.
35616         * lib/stpcpy.h: Likewise.
35617         * lib/stpncpy.h: Likewise.
35618         * lib/strcase.h: Likewise.
35619         * lib/strstr.h: Likewise.
35620         * lib/xalloc.h: Likewise.
35621
35622         * lib/mbswidth.h: Add extern "C" for C++.
35623         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
35624
35625 2004-07-13  Robert Millan  <robertmh@gnu.org>
35626
35627         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
35628
35629 2004-07-09  Simon Josefsson  <jas@extundo.com>
35630
35631         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
35632         failed without this.)
35633
35634 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35635
35636         * modules/chown (Files): Add lib/fchown-stub.c, since
35637         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
35638
35639 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35640
35641         * lib/fchown-stub.c: New file.
35642
35643 2004-06-24  Jim Meyering  <jim@meyering.net>
35644
35645         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
35646
35647 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35648
35649         * modules/argz: Omit "#include".
35650
35651         * MODULES.html.sh (func_all_modules): Add calloc, to match
35652         2004-06-01 addition of calloc module.
35653
35654 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35655
35656         * m4/argz.m4: New file, which is autoupdated from libtool.
35657
35658 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35659
35660         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
35661         libtool.
35662
35663 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35664
35665         * config/srclist-update: Don't insist on "USA." before the
35666         close-comment, as libtool omits the period and puts the */ on a
35667         separate line.
35668         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
35669         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
35670
35671 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
35672
35673         * modules/argz: New file.
35674         * MODULES.html.sh (func_all_modules): Add argz.
35675
35676 2004-06-12  Jim Meyering  <jim@meyering.net>
35677         and  Paul Eggert  <eggert@cs.ucla.edu>
35678
35679         * modules/hash (Files): Add lib/xalloc.h.
35680         * modules/pipe (Depends-on): Add wait-process.
35681         * modules/stat (Depends-on): Add xalloc.
35682         * modules/userspec (Files): Add lib/userspec.h.
35683         * modules/xstrto
35684
35685         Upgrade from gettext-0.13.
35686         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
35687         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
35688         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
35689
35690 2004-06-10  Jim Meyering  <jim@meyering.net>
35691
35692         * lib/calloc.c: New file.
35693
35694 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35695
35696         * lib/getdate.y (yylex): Allow space between sign and number.
35697         Problem reported by Dan Jacobson.
35698
35699 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35700
35701         Merge from coreutils CVS.
35702
35703         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
35704         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
35705         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
35706         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
35707         xstrtol.m4: Fix copyright date and/or serial number.
35708
35709         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
35710         See if we need an fchown replacement.
35711         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
35712         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
35713         and use the replacement function if we detect either defect.
35714
35715         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
35716         gl_UTIMECMP.
35717
35718 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35719         and  Jim Meyering  <jim@meyering.net>
35720
35721         Merge from coreutils CVS.
35722
35723         * lib/stat-macros.h: New file, with contents from file-type.h
35724         and coreutils' system.h.
35725         * lib/file-type.c: Include "stat-macros.h".
35726         * lib/file-type.h (file_type): Move all macro definitions to new file,
35727         stat-macros.h.
35728
35729         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
35730         Wrap old code with this conditional.
35731         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
35732         function that does not dereference symlinks.
35733         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
35734
35735         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
35736         dependency problems.
35737         (xreadlink): Accept new arg SIZE, for efficiency.
35738         All decls and uses changed.
35739         * lib/xreadlink.h: Include <stddef.h>, for size_t.
35740
35741         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
35742         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
35743
35744         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
35745         sysexits.h.
35746
35747 2004-06-01  Jim Meyering  <jim@meyering.net>
35748
35749         * m4/calloc.m4: New file.
35750
35751 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
35752
35753         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
35754         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
35755         Also, fix a typo in a diagnostic.
35756
35757 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35758
35759         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
35760         or AC_FUNC_REALLOC.
35761
35762 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35763
35764         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
35765         macros to be defined.
35766         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
35767         the allocator returns NULL because the requested size is zero.
35768
35769 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35770
35771         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
35772         var.  Add comment explaining why libc still defines it.  This
35773         merges the following patch from glibc:
35774         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
35775
35776 2004-05-20  Andreas Schwab  <schwab@suse.de>
35777
35778         * m4/free.m4: Replace free if it not known to work, not the other
35779         way round.
35780
35781 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35782
35783         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
35784         present in glibc since revision 1.1 of this file.
35785         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
35786         obstack_alignment_mask, obstack_alloc, obstack_base,
35787         obstack_blank, obstack_blank_fast, obstack_chunk_size,
35788         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
35789         obstack_grow0, obstack_init, obstack_int_grow,
35790         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
35791         obstack_next_free, obstack_object_size, obstack_ptr_grow,
35792         obstack_ptr_grow_fast, obstack_room): Remove declarations of
35793         nonexistent functions.
35794
35795 2004-05-18  Karl Berry  <karl@gnu.org>
35796
35797         * config/srclist.txt: break link for vasnprintf.c.
35798
35799 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35800
35801         Port obstack to the AS/400, where pointers are 16 bytes wide and
35802         you cannot cast an integer to a valid pointer.  This patch is
35803         currently waiting to be integrated into glibc; see
35804         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
35805
35806         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
35807         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
35808         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
35809         (struct obstack): temp member is now a union of a pointer and
35810         an integer, instead of an integer.  All integer uses changed.
35811         This does not affect the physical layout of struct obstack,
35812         except on hosts (like the AS/400) where the size or alignment of
35813         void * is greater than that of ptrdiff_t.
35814         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
35815         __STDC__)]: Store temporary in pointer member of union, not
35816         integer member.
35817         * lib/obstack.c: Include <stddef.h>, for offsetof.
35818         (struct fooalign): Remove; it doesn't need a name.
35819         (union fooround): Change double to long double, and add void *.
35820         (DEFAULT_ALIGNMENT): Use offsetof to compute.
35821         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
35822         not a macro.  Hence the values are always int; so remove all
35823         casts-to-int in uses.
35824
35825 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35826
35827         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
35828         we can get this patch merged into glibc.
35829
35830 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35831             Paul Eggert  <eggert@cs.ucla.edu>
35832
35833         * m4/argp: Depend on alloca.
35834
35835 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35836             Paul Eggert  <eggert@cs.ucla.edu>
35837
35838         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
35839         freecoding.
35840
35841 2004-05-17  Bruno Haible  <bruno@clisp.org>
35842
35843         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
35844         precision that consists of a '.' followed by an empty digit string.
35845         Patch by Tor Lillqvist <tml@iki.fi>.
35846
35847 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35848
35849         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
35850         for backward compatibility with older code.  We need our own
35851         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
35852         it under some other name, and our alloca.h will define it.
35853
35854 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35855             Derek Price  <derek@ximbiot.com>
35856
35857         * lib/alloca.c: Include <alloca.h>, to get our interface.
35858         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
35859         include <alloca.h> first.  Use C89 prototype for alloca; this
35860         requires including <stddef.h> for size_t.  Use extern "C" if C++.
35861         Use #elif for simplicity, since we can assume C89 now.
35862         Don't try to source the system alloca.h since it will not be found
35863         and to prevent recursively including its replacement.
35864         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
35865         * lib/regex.c: Likewise.
35866
35867 2004-05-16  Derek Price  <derek@ximbiot.com>
35868             Paul Eggert  <eggert@cs.ucla.edu>
35869
35870         getline cleanup.  This changes the getndelim2 API: both order of
35871         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
35872         no delimiter).
35873
35874         * lib/getline.c: Don't include stddef.h or stdio.h, since our
35875         interface does that.
35876         (getline): Always use getdelim, so that we don't have two
35877         copies of this code.
35878         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
35879         if available.
35880         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
35881         (GETNDELIM2_MAXIMUM): New macro.
35882         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
35883         instead of the old practice of delim2==0.  All callers changed.
35884         Return -1 on overflow, instead of returning junk.
35885         Do not set *linesize unless allocation succeeds.
35886         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
35887         that we include sys/types.h.
35888         * lib/getnline.h: Likewise.
35889         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
35890         (getndelim2): Reorder arguments.
35891         * lib/getnline.c (getnline, getndelim):
35892         Don't discard the NMAX argument.
35893         (getnline): Invoke getndelim, to avoid code duplication.
35894         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
35895         of (size_t) -1 by callers of the getnline family.
35896
35897 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35898
35899         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
35900         Check for gettimeofday.
35901         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
35902         Check for settimeofday, stime.
35903
35904 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35905
35906         * lib/nanosleep.c (suspended): Change its type from int to
35907         sig_atomic_t volatile.
35908         (first_call): Make it private to rpl_nanosleep, and have it
35909         be zero initially as that's a bit faster.
35910         (my_usleep): Round up fractional times instead of truncating them,
35911         as this is the usual meaning for 'sleep'.
35912
35913         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
35914         doesn't work.
35915         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
35916         (ENOSYS): Define if not defined.
35917         (settime): Fall back on stime if it exists and settimeofday fails.
35918         But don't bother with fallbacks if a method fails with errno == EPERM.
35919
35920 2004-05-11  Jim Meyering  <jim@meyering.net>
35921
35922         Prior to this change, the save_cwd caller required read access to the
35923         current directory on most systems (ones with the fchdir function).
35924
35925         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
35926         fails, try write-only, and finally, resort to using xgetcwd.
35927
35928 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35929
35930         * lib/obstack.c, obstack.h: Import changes from libc.
35931
35932 2004-04-28  Bruno Haible  <bruno@clisp.org>
35933
35934         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
35935         also implicitly appends .exe to executables.
35936         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
35937         accepts Windows pathnames.
35938         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35939         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35940         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35941         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35942         Reported by Derek Robert Price <derek@ximbiot.com>.
35943
35944 2004-04-21  Karl Berry  <karl@gnu.org>
35945
35946         * config/srclist.txt (localcharset.c): break sync.
35947
35948 2004-04-20  Paul Eggert  <eggert@twinsun.com>
35949
35950         * m4/host-os.m4: Add a copyright notice.
35951
35952 2004-04-20  Jim Meyering  <jim@meyering.net>
35953
35954         Change UTILS_ to gl_ in AC_DEFINE'd names.
35955         Change utils_- and jm_-prefixed variables, too.
35956         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
35957         UTILS_FUNC_MKDIR_TRAILING_SLASH.
35958         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
35959
35960         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
35961         Don't emit trailing blanks.
35962         Also rename jm_-prefixed variables to have gl_ prefix.
35963
35964         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
35965         Also rename jm_-prefixed variables to have gl_ prefix.
35966
35967         * m4/jm-macros.m4: Reflect the renamings.
35968         * m4/prereq.m4: Likewise.
35969
35970 2004-04-20  Jim Meyering  <jim@meyering.net>
35971
35972         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
35973         memory.
35974
35975 2004-04-20  Jim Meyering  <jim@meyering.net>
35976             Bruno Haible  <bruno@clisp.org>
35977
35978         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
35979         memory when realloc fails.
35980
35981 2004-04-19  Jim Meyering  <jim@meyering.net>
35982
35983         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
35984         now that readutmp.c may call `free (0)'.
35985
35986 2004-04-19  Bruno Haible  <bruno@clisp.org>
35987
35988         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
35989         * m4/inttypes_h.m4: Likewise.
35990         * m4/stdint_h.m4: Likewise.
35991         * m4/intmax_t.m4: Likewise.
35992         * m4/uintmax_t.m4: Likewise.
35993
35994 2004-04-18  Jim Meyering  <jim@meyering.net>
35995
35996         * m4/prereq.m4: Don't forbid jm_ prefix.
35997
35998         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
35999         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
36000         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
36001         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
36002         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
36003         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
36004         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
36005         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
36006         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
36007         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
36008         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
36009         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
36010         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
36011         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
36012         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
36013         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
36014         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
36015         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
36016         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
36017
36018 2004-04-18  Jim Meyering  <jim@meyering.net>
36019
36020         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
36021         failure, don't leak memory and do call END_UTMP_ENT.
36022
36023 2004-04-16  Jim Meyering  <jim@meyering.net>
36024
36025         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
36026         coreutils' stat program.
36027         (gl_PREREQ): Don't require jm_PREREQ_STAT.
36028
36029 2004-04-11  Paul Eggert  <eggert@twinsun.com>
36030
36031         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
36032         C89.
36033         (CHAR_BIT): Remove, since we assume C89.
36034         Include <stdint.h> if available, as per current Autoconf CVS advice.
36035
36036 2004-03-31  Jim Meyering  <jim@meyering.net>
36037
36038         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
36039         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
36040         * m4/xalloc.m4: Likewise.
36041
36042 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36043
36044         Merge from coreutils.
36045
36046         * m4/inttostr.m4: New file.
36047         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
36048         Require AM_STDBOOL_H and gl_TIMESPEC instead.
36049         Require gl_CLOCK_TIME.
36050         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
36051
36052 2004-03-30  Paul Eggert  <eggert@twinsun.com>
36053
36054         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
36055         not bool, to be more consistent with Unix conventions.
36056         Suggested by Bruno Haible.
36057
36058         Merge from coreutils.
36059
36060         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
36061         * lib/umaxtostr.c: New files.
36062
36063         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
36064         the usual <time.h> dance.
36065         (get_date): Change signature to support fractional time stamps.
36066         All callers changed.
36067         * lib/getdate.y: Include "getdate.h" first, as we can now
36068         assume C89 and don't need to worry about 'const'.
36069         Similarly, include "unlocked-io.h" near start, not in middle.
36070         Include <limits.h>.
36071         (textint.value): Use long int rather than int.
36072         (textint.digits): Use size_t rather than int.
36073         (BILLION, LOG10_BILLION): New constants.
36074         (parser_control): New member rel_ns.  Members day_ordinal,
36075         time_zone, month, day, hour, minutes, rel_year, rel_month,
36076         rel_day, rel_hour, rel_minutes, rel_seconds
36077         are now long int, not int.  Member seconds is now struct timespec,
36078         not int.  New member timespec_seen.  Members dates_seen, days_seen,
36079         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
36080         not int.
36081         (%union.intval): Now long int, not int.
36082         New member timespec.
36083         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
36084         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
36085         (spec): Now is a timespec or an item list.
36086         (timespec, items): New nonterminals.
36087         (time, rel, relunit, number, get_date):
36088         Add support for fractional seconds.
36089         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
36090         (gmtime, localtime, mktime): Remove decls; not needed with C89.
36091         (to_hour): First arg is now long int, not int.
36092         (to_year): Returns long int, not int.
36093         Don't treat year -70 like 70.
36094         (tm_diff): Returns long int, not int.
36095         (lookup_word): Use bool instead of int when appropriate.
36096         (yylex): Use size_t for count, not int.
36097         Detect overflow when parsing large integer constants.
36098         Add support for fractions.
36099         (get_date): Make pointers 'const' if possible.
36100         Use more-portable code to detect integer overflow.
36101         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
36102         Don't use ctime; it's not reliable if the year has >4 digits.
36103
36104         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
36105         This is for compatibility with BSD.
36106
36107         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
36108         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
36109         From coreutils' system.h.
36110
36111         * lib/userspec.c: Don't include "posixver.h".
36112         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
36113         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
36114         compatible extension.  Simplify code by removing a boolean int
36115         that was always nonzero if a string was nonnull.
36116
36117 2004-03-30  Jim Meyering  <jim@meyering.net>
36118
36119         Merge from coreutils.
36120
36121         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
36122         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
36123         on some systems one must include <grp.h> before it.
36124         Reported by Christian Krackowizer.
36125
36126 2004-03-30  Jim Meyering  <jim@meyering.net>
36127
36128         Merge from coreutils.
36129
36130         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
36131
36132         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
36133         an empty input stream.
36134
36135         * lib/readtokens.c: Include <stdbool.h>.
36136         (readtoken): Use `size_t' rather than int/long.
36137         All callers adjusted.
36138         Use `bool' rather than `int' where appropriate.
36139         Use memset rather than an explicit loop.
36140         Use x2nrealloc rather than xrealloc.
36141         Allow the use of `\0' as a delimiter.
36142         (readtokens): Likewise.
36143         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
36144
36145 2004-03-30  Jim Meyering  <jim@meyering.net>
36146
36147         * m4/realloc.m4: Remove file, since now it does no more than
36148         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
36149         the `configure.ac' section of module/realloc.
36150         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
36151
36152 2004-03-30  Bruno Haible  <bruno@clisp.org>
36153
36154         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
36155         nonnull.
36156
36157 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36158
36159         Merge changes to getloadavg.c from coreutils and Emacs.
36160
36161         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
36162         Define to an expression, not to the empty string.
36163         Include cloexec.h and xalloc.h.
36164         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
36165         Use set_cloexec_flag rather than rolling our own.
36166         * lib/cloexec.c, lib/cloexec.h: New files.
36167
36168 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36169
36170         * m4/cloexec.m4: New file.
36171
36172 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36173
36174         * lib/getopt.h: Sync with libc CVS.
36175
36176 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36177             Bruno Haible  <bruno@clisp.org>
36178
36179         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
36180         mbswidth.
36181
36182 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36183             Bruno Haible  <bruno@clisp.org>
36184
36185         * lib/mbswidth.h: Include <wchar.h> only if
36186         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
36187         <wchar.h>.
36188         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
36189
36190 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36191
36192         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
36193         Sync with libc CVS.
36194         * lib/getopt_int.h: New file, also synced from libc.
36195
36196 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36197
36198         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
36199         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
36200         Bring back getopt.c, getopt.h, getopt1.c.
36201
36202 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36203
36204         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
36205         All uses changed.  Check for sa_sigaction member; this fixes
36206         a bug first reported by Jason Andrade in
36207         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36208
36209 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36210
36211         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
36212         '#if' expressions.  Unlike the code it replaces, it does not
36213         depend on (defined _SC_PAGESIZE).  However, it does depend on
36214         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
36215         first reported by Jason Andrade in
36216         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36217
36218 2004-02-25  Simon Josefsson  <jas@extundo.com>
36219
36220         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
36221
36222 2004-02-25  Simon Josefsson  <jas@extundo.com>
36223
36224         * lib/strdup.h: New file.
36225         * lib/strdup.c: Include it.
36226         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
36227         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
36228
36229 2004-02-23  Karl Berry  <karl@gnu.org>
36230
36231         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
36232         (from fencepost.gnu.org:/gd/gnuorg).
36233
36234 2004-02-23  Karl Berry  <karl@gnu.org>
36235
36236         * config/srclistvars.sh (GNUORG) [karl]: redefine.
36237         * config/srclist.txt: add maintain/standards documents.
36238
36239 2004-02-18  Bruno Haible  <bruno@clisp.org>
36240
36241         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
36242         Reported by Derek Robert Price <derek@ximbiot.com>.
36243
36244 2004-02-16  Karl Berry  <karl@gnu.org>
36245
36246         * config/mkinstalldirs, install-sh: update from automake.
36247
36248 2004-02-06  Karl Berry  <karl@gnu.org>
36249
36250         * m4/po.m4: update from gettext 0.14.1.
36251
36252 2004-02-06  Karl Berry  <karl@gnu.org>
36253
36254         * lib/config.charset: update from gettext 0.14.1.
36255
36256 2004-02-05  Paul Eggert  <eggert@twinsun.com>
36257
36258         Add comments and code, prompted by suggestions from Bruno Haible
36259         for sh-quote.
36260         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
36261         describing the enum quoting_style values.
36262         * lib/quotearg.c (quotearg_alloc): New function.
36263         (quotearg_buffer_restyled): Treat lone { and } as special.
36264         Treat = as special.  Work around bug with older shells
36265         that "see" a '\' that is really the 2nd byte of a multibyte char.
36266         Quote empty string with shell_quoting_style.
36267
36268 2004-02-03  Bruno Haible  <bruno@clisp.org>
36269
36270         * m4/pipe.m4: New file, from GNU gettext.
36271
36272 2004-02-03  Bruno Haible  <bruno@clisp.org>
36273
36274         * lib/pipe.h: New file, from GNU gettext.
36275         * lib/pipe.c: New file, from GNU gettext.
36276
36277 2004-01-27  Bruno Haible  <bruno@clisp.org>
36278
36279         * m4/execute.m4: New file, from GNU gettext.
36280
36281 2004-01-27  Bruno Haible  <bruno@clisp.org>
36282
36283         * lib/execute.h: New file, from GNU gettext.
36284         * lib/execute.c: New file, from GNU gettext.
36285         * lib/w32spawn.h: New file, from GNU gettext.
36286
36287 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36288
36289         Merge from diffutils.
36290
36291         * lib/file-type.c (file_type): Add typed memory objects.
36292         * lib/file-type.h (S_TYPEISTMO): New macro.
36293
36294         * lib/c-stack.h (c_stack_action): Remove argv argument.
36295         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
36296         (die): Don't calculate message unless segv_action returns.
36297         (get_stack_location, min_address_from_argv, max_address_from_argv,
36298         volatile stack_base, volatile_stack_size): Remove.
36299         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
36300         that every segmentation violation is a stack overflow.  (Ouch!)
36301         See Debian bug 136249 (still outstanding) for more info about why
36302         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
36303
36304 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36305
36306         Exit-status fix from coreutils.
36307
36308         Use exit_failure consistently in place of EXIT_FAILURE,
36309         so that program exit statuses are consistent on failure.
36310
36311         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
36312         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
36313         * lib/argmatch.h: Comment fix to match the above.
36314         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
36315         Now a macro referring to exit_failure, instead of a separate
36316         variable.  Include "exitfail.h" to get it.
36317         * lib/xstrtol.h: Include "exitfail.h".
36318         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
36319
36320         * lib/long-options.c (parse_long_options): Use prototype
36321         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
36322         for clarity.
36323
36324 2004-01-21  Jim Meyering  <jim@meyering.net>
36325
36326         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
36327         so as not to conflict with a different-sized __mktime_internal
36328         function in GNU libc.
36329         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
36330         Problem building statically-linked `ls' reported by Michael Brunnbauer.
36331
36332 2004-01-20  Karl Berry  <karl@gnu.org>
36333
36334         * config/config.guess: update from config.
36335
36336         * config/srclistvars.sh: GNUWWWLICENSES for karl.
36337
36338 2004-01-20  Bruno Haible  <bruno@clisp.org>
36339
36340         Safer stack allocation.
36341         * lib/setenv.c: Include allocsa.h.
36342         (alloca): Remove fallback definition.
36343         (freea): Remove macro.
36344         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
36345         instead of freea.
36346
36347 2004-01-20  Bruno Haible  <bruno@clisp.org>
36348
36349         * m4/eealloc.m4: New file, from GNU gettext.
36350
36351 2004-01-20  Bruno Haible  <bruno@clisp.org>
36352
36353         * m4/allocsa.m4: New file, from GNU gettext.
36354
36355 2004-01-20  Bruno Haible  <bruno@clisp.org>
36356
36357         * lib/xallocsa.h: New file, from GNU gettext.
36358         * lib/xallocsa.c: New file, from GNU gettext.
36359
36360 2004-01-20  Bruno Haible  <bruno@clisp.org>
36361
36362         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
36363
36364 2004-01-20  Bruno Haible  <bruno@clisp.org>
36365
36366         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
36367         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
36368         specially.
36369
36370 2004-01-20  Bruno Haible  <bruno@clisp.org>
36371
36372         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
36373         patch.
36374
36375 2004-01-20  Bruno Haible  <bruno@clisp.org>
36376
36377         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
36378
36379 2004-01-20  Bruno Haible  <bruno@clisp.org>
36380
36381         * lib/eealloc.h: New file.
36382
36383 2004-01-20  Bruno Haible  <bruno@clisp.org>
36384
36385         * lib/binary-io.h: Avoid warnings on Cygwin.
36386
36387 2004-01-20  Bruno Haible  <bruno@clisp.org>
36388
36389         * lib/allocsa.h: New file, from GNU gettext.
36390         * lib/allocsa.c: New file, from GNU gettext.
36391
36392 2004-01-18  Karl Berry  <karl@gnu.org>
36393
36394         * doc/gpl.texi, doc/lgpl.texi: new files.
36395
36396 2004-01-18  Karl Berry  <karl@gnu.org>
36397
36398         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
36399         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
36400
36401 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36402
36403         Merge from coreutils.
36404
36405         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
36406         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
36407         (gl_DEFAULT_POSIX2_VERSION): Move
36408         the documentation from 'configure' into 'config.hin',
36409         so that 'configure --help' isn't burdened by it and
36410         we don't have to worry about its formatting there.
36411         Reword the documentation so that it's more succinct
36412         and can be run together into a single paragraph.
36413         * m4/same.m4 (gl_SAME): Check for pathconf.
36414
36415 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36416
36417         Merge from coreutils.
36418
36419         * lib/posixver.c: Include posixver.h.
36420
36421         * lib/same.c: Include <stdbool.h>, <limits.h>.
36422         (_POSIX_NAME_MAX): Define if not defined.
36423         (MIN): New macro.
36424         (same_name): If file names are silently truncated, report
36425         that the file names are the same if they are the same after
36426         the silent truncation.
36427
36428         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
36429         conversion function.
36430         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
36431         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
36432         longer needed.
36433
36434 2004-01-15  Jim Meyering  <jim@meyering.net>
36435
36436         Merge from coreutils.
36437
36438         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
36439         if no library is required.
36440         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
36441         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
36442         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
36443         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
36444         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
36445         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
36446         value, $ac_cv_search_crypt, if it's "none required".
36447         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
36448         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
36449         not gl_FUNC_GETLOADAVG.
36450         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
36451         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
36452
36453 2004-01-15  Jim Meyering  <jim@meyering.net>
36454
36455         Merge from coreutils.
36456
36457         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
36458         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
36459         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
36460
36461         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
36462         optional configure-time default.
36463
36464         * lib/version-etc.c (version_etc_copyright): Update copyright date.
36465
36466         * lib/xreadlink.c (xreadlink): Correct outdated comment.
36467
36468 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
36469
36470         Merge from coreutils.
36471
36472         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
36473         value, $ac_cv_search_nanosleep, if it's "none required".
36474
36475 2004-01-14  Paul Eggert  <eggert@twinsun.com>
36476
36477         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
36478         with like-named macro in fnmatch.c.
36479         (EXT): Use an internal constant instead.
36480
36481         Merge fnmatch patches from glibc.
36482         * lib/fnmatch.c (mbsinit): Remove define.
36483         Add libc_hidden_ver (__fnmatch, fnmatch).
36484         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
36485         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
36486
36487 2004-01-14  Karl Berry  <karl@gnu.org>
36488
36489         * config/install-sh: update from automake.
36490
36491 2004-01-13  Karl Berry  <karl@gnu.org>
36492
36493         * config/install-sh: update from automake.
36494
36495 2004-01-09  Karl Berry  <karl@gnu.org>
36496
36497         * config/install-sh: update from automake.
36498
36499 2004-01-05  Karl Berry  <karl@gnu.org>
36500
36501         * config/config.{sub,guess}: update from config.
36502
36503 2003-12-31  Karl Berry  <karl@gnu.org>
36504
36505         * config/depcomp: update from automake.
36506
36507 2003-12-14  Karl Berry  <karl@gnu.org>
36508
36509         * lib/config.charset: update from gettext-runtime.
36510
36511 2003-12-03  Paul Eggert  <eggert@twinsun.com>
36512
36513         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
36514         Bug reported by Alfred M. Szmidt.
36515
36516 2003-12-03  Bruno Haible  <bruno@clisp.org>
36517
36518         * m4/gettext.m4: Upgrade from gettext-0.13.
36519         * m4/po.m4: Upgrade from gettext-0.13.
36520         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
36521         * m4/intmax.m4: New file, from gettext-0.13.
36522         * m4/printf-posix.m4: New file, from gettext-0.13.
36523
36524 2003-11-29  Karl Berry  <karl@gnu.org>
36525
36526         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
36527
36528 2003-11-25  Paul Eggert  <eggert@twinsun.com>
36529             Bruno Haible  <bruno@clisp.org>
36530
36531         * lib/printf-parse.h: Don't include sys/types.h.
36532         (ARG_NONE): New macro.
36533         (char_directive): Change type of *arg_index fields to size_t.
36534         * lib/printf-parse.c: Don't include sys/types.h.
36535         (SSIZE_MAX): Remove macro.
36536         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
36537         Remove unnecessary overflow check.
36538         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
36539         fields.
36540
36541 2003-11-25  Bruno Haible  <bruno@clisp.org>
36542
36543         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
36544
36545 2003-11-25  Bruno Haible  <bruno@clisp.org>
36546
36547         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
36548         gt_TYPE_SSIZE_T.
36549
36550 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36551
36552         * modules/alloca: Remove dependency on xalloc.
36553
36554 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36555
36556         * lib/alloca.c: Remove dependency on xalloc module.
36557         (xalloc_die): Remove.
36558         (memory_full) [!defined emacs]: New macro.
36559         [!defined emacs]: Don't include xalloc.h.
36560         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
36561         address arithmetic overflows.  Change datatypes a bit to avoid
36562         unnecessary casts.
36563
36564 2003-11-22  Jim Meyering  <jim@meyering.net>
36565
36566         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
36567         s/size/size_t/.
36568
36569 2003-11-21  Karl Berry  <karl@gnu.org>
36570
36571         * config/config.{sub,guess}: update from config.
36572
36573 2003-11-18  Karl Berry  <karl@gnu.org>
36574
36575         * config/config.{sub,guess}: update from config.
36576
36577         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
36578
36579 2003-11-17  Paul Eggert  <eggert@twinsun.com>
36580
36581         * README: Mention that S+T cannot overflow if S is the size of
36582         an existing object and T is sufficiently small.
36583
36584 2003-11-17  Jim Meyering  <jim@meyering.net>
36585
36586         On systems without utime and without a utimes function capable of
36587         dealing with a NULL struct utimbuf* argument, this utime replacement
36588         could -- in unusual circumstances -- leak a file descriptor.
36589         * lib/utime.c: Include <unistd.h> and <errno.h>.
36590         (utime_null): Be sure to close `fd' and to preserve errno.
36591         Reported by Geoff Collyer via Arnold Robbins.
36592
36593 2003-11-17  Bruno Haible  <bruno@clisp.org>
36594
36595         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
36596         (Depends-on): Add xsize.
36597
36598 2003-11-17  Bruno Haible  <bruno@clisp.org>
36599
36600         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
36601
36602 2003-11-17  Bruno Haible  <bruno@clisp.org>
36603
36604         * lib/vasnprintf.c (alloca): Remove fallback definition.
36605         (freea): Remove definition.
36606         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
36607         Reported by Paul Eggert.
36608
36609 2003-11-16  Paul Eggert  <eggert@twinsun.com>
36610             Bruno Haible  <bruno@clisp.org>
36611
36612         Protect against address arithmetic overflow.
36613         * lib/printf-args.h: Include stddef.h.
36614         (arguments): Change type of field 'count' to size_t.
36615         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
36616         'unsigned int' where appropriate.
36617         * lib/printf-parse.h: Include sys/types.h.
36618         (char_directive): Change type of *arg_index fields to ssize_t.
36619         (char_directives): Change type of fields 'count', max_*_length to
36620         size_t.
36621         * lib/printf-parse.c: Include sys/types.h and xsize.h.
36622         (SSIZE_MAX): Define fallback value.
36623         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
36624         instead of 'int' where appropriate. Check a_allocated, d_allocated
36625         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
36626         * lib/vasnprintf.c: Include xsize.h.
36627         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
36628         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
36629         overflow. Avoid wraparound when converting a width or precision from
36630         decimal to binary.
36631
36632 2003-11-16  Bruno Haible  <bruno@clisp.org>
36633
36634         Update from GNU gettext.
36635         * lib/printf-parse.c: Generalize to it can be compiled for wide
36636         strings.
36637         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
36638         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
36639         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
36640         SNPRINTF): New macros.
36641         Don't include <alloca.h> if the file is used inside libintl.
36642         (local_wcslen): New function, for Solaris 2.5.1.
36643         (VASNPRINTF): Use it instead of wcslen.
36644
36645 2003-11-16  Bruno Haible  <bruno@clisp.org>
36646
36647         * lib/xsize.h (xmax): New function.
36648         (xsum, xsum3, xsum4): Declare as "pure" functions.
36649
36650 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36651
36652         * modules/xalloc (Files): Undo latest change, since xalloc.h
36653         no longer needs SIZE_MAX or PTRDIFF_MAX.
36654
36655 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36656
36657         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
36658         gl_PTRDIFF_MAX.
36659
36660 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36661
36662         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
36663         "return", to pacify some unknown compiler.  Problem reported
36664         by Joerg Schilling.
36665
36666 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36667
36668         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
36669         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
36670         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
36671         heuristic is just as accurate as far as we know, and it removes a
36672         dependency on size_max.m4 and ptrdiff_max.m4.
36673
36674 2003-11-11  Bruno Haible  <bruno@clisp.org>
36675
36676         * modules/xsize (Files): Add m4/size_max.m4.
36677         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
36678
36679 2003-11-11  Bruno Haible  <bruno@clisp.org>
36680
36681         * m4/size_max.m4: New file.
36682         * m4/ptrdiff_max.m4: New file.
36683         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
36684         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
36685         (gl_XALLOC): Invoke it.
36686
36687 2003-11-11  Bruno Haible  <bruno@clisp.org>
36688
36689         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
36690         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
36691         defined.
36692
36693 2003-11-10  Paul Eggert  <eggert@twinsun.com>
36694
36695         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
36696         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
36697         rejected some allocations of exactly SIZE_MAX - 2 bytes.
36698         From Bruno Haible.
36699         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
36700         not (size_t) -1, since it's defined here.
36701
36702 2003-11-09  Karl Berry  <karl@gnu.org>
36703
36704         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
36705
36706 2003-11-06  Paul Eggert  <eggert@twinsun.com>
36707
36708         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
36709         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
36710         Reject sizes of exactly SIZE_MAX bytes.
36711         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
36712         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
36713
36714 2003-11-05  Bruno Haible  <bruno@clisp.org>
36715
36716         * lib/xsize.h: Include limits.h, to avoid a possible collision with
36717         SIZE_MAX defined in <limits.h> on Solaris.
36718
36719 2003-11-04  Jim Meyering  <jim@meyering.net>
36720
36721         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
36722         variable names, rather than @VAR@.
36723         * modules/poll: Likewise.
36724
36725 2003-11-04  Bruno Haible  <bruno@clisp.org>
36726
36727         * modules/xsize: New file.
36728         * modules/linebreak: Depend on xsize.
36729         * MODULES.html.sh (func_all_modules): Add xsize.
36730
36731 2003-11-04  Bruno Haible  <bruno@clisp.org>
36732
36733         * m4/xsize.m4: New file.
36734
36735 2003-11-04  Bruno Haible  <bruno@clisp.org>
36736
36737         * lib/xsize.h: New file.
36738         * lib/linebreak.c: Include xsize.h.
36739         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
36740         argument for overflow.
36741         Suggested by Paul Eggert.
36742
36743 2003-11-03  Karl Berry  <karl@gnu.org>
36744
36745         * config/config.{guess,sub}: update from config.
36746
36747 2003-11-03  Jim Meyering  <jim@meyering.net>
36748
36749         * modules/userspec (lib_SOURCES): Add userspec.h.
36750         (Include): Add "userspec.h".
36751         Improve description.
36752
36753 2003-11-03  Jim Meyering  <jim@meyering.net>
36754
36755         * lib/userspec.c: Include "userspec.h".
36756         * lib/userspec.h: New file.
36757
36758 2003-11-03  Bruno Haible  <bruno@clisp.org>
36759
36760         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
36761
36762 2003-11-03  Bruno Haible  <bruno@clisp.org>
36763
36764         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
36765         available, to avoid (extremely rare) race condition.
36766         Suggested by Paul Eggert.
36767
36768 2003-11-02  Karl Berry  <karl@gnu.org>
36769
36770         * config/srclist.txt (vasprintf.c): sync broken, sigh.
36771
36772 2003-10-31  Paul Eggert  <eggert@twinsun.com>
36773
36774         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
36775         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
36776         (read_filesystem_list): Set and use me_type_malloced.
36777         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
36778         whatever the type happens to be), for brevity and consistency.
36779         Check for size calculation overflow on Alphas running OSF/1.
36780
36781 2003-10-31  Jim Meyering  <jim@meyering.net>
36782
36783         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
36784
36785         * lib/linebuffer.c: Include <string.h> for declaration of memset.
36786
36787 2003-10-30  Paul Eggert  <eggert@twinsun.com>
36788             Bruno Haible  <bruno@clisp.org>
36789
36790         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
36791         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
36792
36793 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
36794
36795         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
36796         netbsd*-gnu*.  Suggested by Robert Millan.
36797
36798 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36799
36800         * modules/group-member: Depend on stdbool.
36801
36802 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36803
36804         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
36805
36806 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36807
36808         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
36809         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
36810         after the 'gnu' in these cases.  This fixes some bugs in the
36811         previous change, and is based on suggestions by Robert Millan.
36812
36813 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36814
36815         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
36816         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
36817         no longer needed.
36818         * lib/quotearg.c (quotearg_n_options): Use it.
36819         * lib/group-member.c: Include <stdbool.h>.
36820         (free_group_info): Arg is now const *; don't free arg.
36821         (get_group_info): Now returns bool and accepts struct group_info *,
36822         rather than returning a malloc'ed struct group_info *.
36823         All uses changed.  Check for overflow in internal size calculation.
36824
36825         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
36826         rather than xmalloc/xrealloc.
36827         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
36828         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
36829         conformance bug: the old code used a pointer after freeing the
36830         storage that it addressed.
36831         * lib/hash.c (hash_initialize): Simplify the code by using
36832         xalloc_oversized rather than doing it by hand.
36833         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
36834         the buffer preserved.  Use free and xmalloc instead.
36835         * lib/quotearg.c (quotearg_n_options): Likewise.
36836         Use a simpler test for size overflow.  Don't use xalloc_oversized
36837         because unsigned int might be wider than size_t (!); this suggests
36838         that we should switch from unsigned int to size_t for slot numbers.
36839
36840 2003-10-28  Paul Eggert  <eggert@twinsun.com>
36841
36842         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
36843         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
36844         NetBSD kernels.  Requested by Richard Stallman.
36845
36846 2003-10-27  Paul Eggert  <eggert@twinsun.com>
36847
36848         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
36849         to allocate the returned structure.  Do not allocate a subarray,
36850         as x2nrealloc will do that.
36851         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
36852         instead of xnrealloc.
36853         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
36854
36855 2003-10-27  Bruno Haible  <bruno@clisp.org>
36856
36857         * lib/stdbool_.h: Better support for BeOS.
36858
36859 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36860
36861         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
36862         now uses inline.
36863
36864 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36865
36866         * lib/xalloc.h (xalloc_oversized): New static inline function, for
36867         callers that want to do their own size-overflow checking.  Include
36868         <stdbool.h>, since xalloc_oversized returns bool.
36869         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
36870         to use xalloc_oversized.
36871
36872         Add two functions x2realloc, x2nrealloc, for programs that grow
36873         arrays dynamically by doubling their sizes.
36874         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
36875         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
36876         New functions.
36877
36878         Port to C99 semantics for 'inline' of external functions.
36879         Bug reported by Bruno Haible.
36880         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
36881         with the old contents of xnmalloc.
36882         (xnmalloc, xmalloc): Use it.
36883         (xnrealloc_inline): New static inline function,
36884         with the old contents of xnrealloc.
36885         (xnrealloc, xrealloc): Use it.
36886
36887         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
36888         that.
36889
36890 2003-10-26  Karl Berry  <karl@gnu.org>
36891
36892         * config/srclist.txt (COPYING.DOC): no longer available from
36893         /gd/gnuorg; don't know where the ultimate source is.
36894
36895 2003-10-25  Paul Eggert  <eggert@twinsun.com>
36896
36897         Fix several address-calculation bugs in the hash modules,
36898         plus some minor code cleanup.
36899
36900         * lib/hash.h: Include <stdbool.h>, for bool.
36901         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
36902         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
36903         hash_get_n_entries, hash_get_max_bucket_length,
36904         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
36905         hash_rehash): Use size_t rather than unsigned.
36906         * lib/hash.c (struct hash_table, hash_get_n_buckets,
36907         hash_get_n_buckets_used, hash_get_n_entries,
36908         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
36909         hash_get_entries, hash_do_for_each, hash_string, is_prime,
36910         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
36911         Likewise.
36912         (SIZE_MAX): Define if not defined.
36913         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
36914         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
36915         hash_print):
36916         Use const * when possible.
36917         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
36918         (check_tuning): Fix bug: if tuning parameters were very close to
36919         0 or 1, rounding errors could have caused subscript violations.
36920         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
36921         (hash_initialize): Add 'fail:' label
36922         to free table and return NULL, and use it to simplify code.
36923         Use calloc rather than clearing the storage ourself.
36924         (hash_initialize, hash_rehash): Check for arithmetic overflow in
36925         buffer size calculations.
36926         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
36927         Include <stddef.h>, for size_t.
36928         * lib/hash-pjw.c (hash_pjw): Likewise.
36929         Switch to method described by Bruno Haible.
36930         Include <limits.h>, for CHAR_BIT.
36931         (SIZE_BITS): New macro.
36932
36933 2003-10-23  Paul Eggert  <eggert@twinsun.com>
36934
36935         * m4/getline.m4 (AM_FUNC_GETLINE):
36936         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
36937         hosts.  Problem reported by Derek Robert Price in
36938         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
36939         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
36940         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
36941
36942 2003-10-21  Paul Eggert  <eggert@twinsun.com>
36943
36944         * lib/getndelim2.c (getndelim2): When size calculation overflows,
36945         ceiling the allocation at NMAX bytes rather than silently
36946         discarding input bytes before NMAX is reached.  This makes
36947         a difference only if NMAX exceeds SIZE_MAX / 2.
36948
36949         * lib/obstack.c: Merge from glibc.
36950         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
36951         Add libc_hidden_def (_obstack_newchunk).
36952         (_obstack_free) [! defined _LIBC]: Remove.
36953         [defined _LIBC]: Make a strong alias from obstack_free, rather than
36954         a clone of the function body.
36955         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
36956         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
36957
36958         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
36959         glibc.
36960         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
36961         arg to memcpy.
36962
36963         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
36964         (obstack_ptr_grow_fast, obstack_int_grow_fast):
36965         Don't use lvalue casts, as GCC plans to remove support for them
36966         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
36967         was also present in the non-GCC version, indicating that this
36968         code had always been buggy and had never been widely used.
36969         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
36970         Use the fast variant of each macro, rather than copying the
36971         definiens of the fast variant; that way, we'll be more likely to
36972         catch future bugs in the fast variants.
36973
36974 2003-10-20  Bruno Haible  <bruno@clisp.org>
36975
36976         * modules/wait-process: New file.
36977         * MODULES.html.sh (func_all_modules): Add wait-process.
36978
36979 2003-10-20  Bruno Haible  <bruno@clisp.org>
36980
36981         * m4/wait-process.m4: New file.
36982
36983 2003-10-20  Bruno Haible  <bruno@clisp.org>
36984
36985         * lib/wait-process.h: New file, from GNU gettext.
36986         * lib/wait-process.c: New file, from GNU gettext.
36987
36988 2003-10-19  Jim Meyering  <jim@meyering.net>
36989
36990         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
36991         HPUX 10.20.
36992
36993 2003-10-18  Karl Berry  <karl@gnu.org>
36994
36995         * config/config.guess: update from config.
36996
36997 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36998
36999         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
37000         (getgroups): First arg is int, not size_t.
37001         Don't let 'free' mangle errno.
37002
37003 2003-10-16  Paul Eggert  <eggert@twinsun.com>
37004
37005         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
37006
37007 2003-10-16  Karl Berry  <karl@gnu.org>
37008
37009         * config/config.{guess,sub}: update from config.
37010
37011 2003-10-16  Jim Meyering  <jim@meyering.net>
37012
37013         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
37014         memcpy.
37015
37016 2003-10-15  Paul Eggert  <eggert@twinsun.com>
37017
37018         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
37019         (SIZE_MAX): Remove.
37020         (new_exclude, add_exclude_file): Initial size no longer needs to
37021         be a power of 2.
37022         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
37023         our own address arithmetic overflow checking.
37024
37025         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
37026         (fnmatch): Do not alloca more than 2000 wide characters;
37027         instead, use malloc for large buffers.
37028         Check for address arithmetic overflow, and return -1
37029         with errno set to ENOMEM in that case.
37030         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
37031         (NEW_PATTERN): Do not alloca more than 8000 bytes;
37032         instead, return -1.  Check for address arithmetic overflow.
37033
37034 2003-10-14  Paul Eggert  <eggert@twinsun.com>
37035
37036         Handle invalid suffixes and overflow independently, so that
37037         callers can treat them independently as needed.  Fix some bugs in
37038         suffix handling, e.g., "100k@" was not diagnosed as an invalid
37039         suffix for a human-readable blocksize.  The major caller-visible
37040         change is the addition of a new
37041         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
37042         that both overflow and suffix chars were found.
37043
37044         * lib/human.c (humblock): Don't check separately for invalid suffix
37045         char; that is xstrtoumax's job (now that its bug is fixed).
37046         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
37047         INTMAX_MAX]: New macros.
37048         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
37049         TYPE_MAXIMUM): New macros.
37050         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
37051         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
37052         if overflow occurs, as it's what __strtol does and it's more useful
37053         in practice.
37054         (__xstrtol): If __strtol reports some error other than ERANGE,
37055         reflect it to the caller as LONGINT_INVALID.  If it reports
37056         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
37057         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
37058         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
37059         value.
37060         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
37061         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
37062         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
37063         [defined UINTMAX_MAX]: New macros.
37064
37065 2003-10-14  Bruno Haible  <bruno@clisp.org>
37066
37067         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
37068
37069 2003-10-14  Bruno Haible  <bruno@clisp.org>
37070
37071         * m4/sig_atomic_t: New file, from GNU gettext.
37072         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
37073
37074 2003-10-14  Bruno Haible  <bruno@clisp.org>
37075
37076         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
37077         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
37078         Also use volatile where needed.
37079
37080 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37081
37082         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
37083         Change maintainer from Bruno Haible to 'all'.
37084
37085 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37086
37087         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
37088
37089 2003-10-12  Paul Eggert  <eggert@twinsun.com>
37090
37091         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
37092         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
37093         and define in terms of the other primitives.
37094         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
37095         (SIZE_MAX): Define if not already defined.
37096         (array_size_overflow): New function.
37097         (xalloc_die): Abort instead of exiting if 'error' returns.
37098         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
37099         (xmalloc, xrealloc): Use them.
37100         (xcalloc): Check for address arithmetic overflow.
37101         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
37102         a bit faster than strcpy.
37103
37104 2003-10-10  Simon Josefsson  <jas@extundo.com>
37105
37106         * modules/argp (Depends-on): Add restrict and strcase.
37107
37108 2003-10-10  Simon Josefsson  <jas@extundo.com>
37109
37110         * m4/argp.m4: Add AC_C_INLINE.
37111
37112 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37113
37114         Merge getpass from libc, plus a few fixes.
37115
37116         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
37117         Include <stdbool.h>.
37118         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
37119         __fsetlocking to empty.
37120         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
37121         do include <bits/libc-lock.h>.
37122         Do not include <fcntl.h>; not needed.
37123         [_LIBC]: Include <wchar.h>.
37124         (NOTCANCEL_MODE): New macro.
37125         (flockfile, funlockfile) [_LIBC]: New macros.
37126         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
37127         [!_LIBC]: New macros.
37128         (call_fclose): New function.
37129         (getpass): Use it.  Save tty stream separately; this simplifies the
37130         code and makes it more reliable if stdin happens to equal stdout.
37131         Invoke __fsetlocking on tty.
37132         Handle thread cancellation if needed.
37133         Namespace cleanup (use __tcgetattr, __getline).
37134         Use bool for Booleans.
37135         [USE_IN_LIBIO]: Handle wide streams.
37136         [!_LIBC]: Unconditionally do the fseek, since we don't know what
37137         stream might go where.
37138
37139         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
37140         doesn't have to include <stdio.h> before us.
37141         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
37142         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
37143         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
37144         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
37145         if not declared, so that we can use getpass.c code from libc without
37146         rewriting it.
37147         (flockfile, ftrylockfile, funlockfile): New macros.
37148
37149 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37150
37151         * modules/getpass: Depend on stdbool.
37152
37153 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37154
37155         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
37156
37157 2003-10-07  Karl Berry  <karl@gnu.org>
37158
37159         * config/config.{guess,sub}: update from config.
37160
37161 2003-10-06  Jim Meyering  <jim@meyering.net>
37162             Bruno Haible  <bruno@clisp.org>
37163
37164         This lets translators provide better translations for the
37165         "Written by ..." part of --version output.
37166         * lib/version-etc.h: Include stdarg.h.
37167         (version_etc_copyright): Declare as readonly.
37168         (version_etc): Make this function variadic with a NULL-terminated list
37169         of author name strings.
37170         (version_etc_va): New declaration.
37171         * lib/version-etc.c: Include stdarg.h, stdlib.h.
37172         (version_etc_copyright): Declare as readonly.
37173         (version_etc_va): New function. Provide a different translatable string
37174         for each possible number of authors < 10. Abbreviate when there are 10
37175         authors or more.
37176         (version_etc): Make this function variadic. Call version_etc_va.
37177         Suggestion from Gary V. Vaughan.
37178
37179         * lib/long-options.h (parse_long_options): Change prototype: the
37180         authors string is moved to the end and becomes variadic.
37181         * lib/long-options.c: Include stdarg.h.
37182         (parse_long_options): Make this function variadic, too.
37183         Call version_etc_va, not version_etc.
37184
37185 2003-10-06  Bruno Haible  <bruno@clisp.org>
37186
37187         * modules/version-etc-2: Remove file.
37188         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
37189
37190 2003-10-06  Bruno Haible  <bruno@clisp.org>
37191
37192         * modules/fatal-signal: New file.
37193         * MODULES.html.sh (func_all_modules): Add fatal-signal.
37194
37195 2003-10-06  Bruno Haible  <bruno@clisp.org>
37196
37197         * m4/fatal-signal.m4: New file.
37198         * m4/signalblocking.m4: New file, from GNU gettext.
37199
37200 2003-10-06  Bruno Haible  <bruno@clisp.org>
37201
37202         * lib/version-etc-2.h: Remove file.
37203         * lib/version-etc-2.c: Remove file.
37204
37205 2003-10-06  Bruno Haible  <bruno@clisp.org>
37206
37207         * lib/fatal-signal.h: New file, from GNU gettext.
37208         * lib/fatal-signal.c: New file, from GNU gettext.
37209
37210 2003-10-05  Paul Eggert  <eggert@twinsun.com>
37211
37212         * README: Rework advice for preventing empty .o files.
37213         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
37214         not <sys/types.h>.
37215
37216 2003-10-04  Karl Berry  <karl@gnu.org>
37217
37218         * lib/argp*: update from libc.
37219
37220 2003-10-04  Karl Berry  <karl@gnu.org>
37221
37222         * config/config.{guess,sub}: update from config.
37223
37224 2003-10-02  Bruno Haible  <bruno@clisp.org>
37225
37226         * modules/lchown (Include): Add lchown.h.
37227         * modules/time_r (Include): Use "..." syntax.
37228         * modules/xgetdomainname (Include): Add xgetdomainname.h.
37229
37230 2003-10-01  Simon Josefsson  <jas@extundo.com>
37231
37232         * MODULES.html.sh (func_all_modules): Move gethostname from section
37233         'based on' to section 'lacking' POSIX:2001.
37234
37235 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
37236
37237         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
37238         to output mode on the same stream.
37239
37240 2003-09-29  Paul Eggert  <eggert@twinsun.com>
37241
37242         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
37243         Fix arg typo in previous patch.
37244
37245 2003-09-28  Jim Meyering  <jim@meyering.net>
37246
37247         * lib/error.c: Correct cpp indentation.
37248
37249 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37250
37251         * modules/free: New file.
37252
37253 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37254
37255         * m4/free.m4: New file.
37256
37257 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37258
37259         * lib/minmax.h (MIN, MAX)
37260         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
37261         Omit the special code that used __typeof__, since we worry that
37262         it could be more trouble than it's worth.  See:
37263         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
37264         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
37265
37266         * lib/free.c: New file.
37267
37268 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
37269
37270         Trivial fixes to Makefile.am parts of module listings.
37271         * modules/strstr: Append strstr.h to lib_SOURCES.
37272         * modules/strcase: Likewise, for strcase.h.
37273
37274 2003-09-27  Karl Berry  <karl@gnu.org>
37275
37276         * config/mkinstalldirs: update from automake.
37277
37278 2003-09-26  Paul Eggert  <eggert@twinsun.com>
37279
37280         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
37281         (error_tail): Do not loop, reallocating temporary buffer, since
37282         the output cannot contain more wide characters than the input
37283         contains bytes, the size must be big enough already.  This avoids
37284         one potential size overflow calculation.  Check for size overflow
37285         when calculating temporary buffer size.  Free temporary buffer
37286         when done, if it was allocated with malloc; this plugs a memory
37287         leak.  Remove casts from void * to pointers, that are no longer
37288         needed now that we're assuming C89 or better.
37289
37290         Merge error changes from glibc.
37291
37292         * lib/error.c, error.h: Update copyright notice header to match glibc.
37293         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
37294         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
37295         Disable cancellation while printing error.
37296         * lib/error.h: Prepend __ to parameter names.
37297
37298 2003-09-26  Jim Meyering  <jim@meyering.net>
37299
37300         * lib/error.c (error_tail): Move some declarations
37301         into inner scope where the local variables are used.
37302
37303 2003-09-26  Bruno Haible  <bruno@clisp.org>
37304
37305         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
37306         stpncpy().
37307         Don't define stpncpy through config.h; it's now done through stpncpy.h.
37308
37309 2003-09-26  Bruno Haible  <bruno@clisp.org>
37310
37311         * lib/stpncpy.h (gnu_stpncpy): New declaration.
37312         (stpncpy): Define as alias for gnu_stpncpy.
37313         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
37314
37315 2003-09-25  Simon Josefsson  <jas@extundo.com>
37316
37317         * lib/xgetdomainname.h: New file.
37318         * lib/xgetdomainname.c: New file.
37319
37320 2003-09-25  Simon Josefsson  <jas@extundo.com>
37321             Bruno Haible  <bruno@clisp.org>
37322
37323         * modules/getdomainname: New file.
37324         * modules/xgetdomainname: New file.
37325         * MODULES.html.sh (func_all_modules): Add getdomainname,
37326         xgetdomainname.
37327
37328 2003-09-25  Simon Josefsson  <jas@extundo.com>
37329             Bruno Haible  <bruno@clisp.org>
37330
37331         * m4/getdomainname.m4: New file.
37332
37333 2003-09-25  Simon Josefsson  <jas@extundo.com>
37334             Bruno Haible  <bruno@clisp.org>
37335
37336         * lib/getdomainname.h: New file.
37337         * lib/getdomainname.c: New file.
37338
37339 2003-09-25  Karl Berry  <karl@gnu.org>
37340
37341         * lib/argp-fmtstream.c, argp-help.c: update from libc.
37342
37343 2003-09-25  Karl Berry  <karl@gnu.org>
37344
37345         * config/install-sh: update from automake.
37346
37347 2003-09-25  Bruno Haible  <bruno@clisp.org>
37348
37349         * modules/version-etc-2: New file, from modules/version-etc with
37350         modifications.
37351         * MODULES.html.sh (func_all_modules): Add version-etc-2.
37352
37353 2003-09-25  Bruno Haible  <bruno@clisp.org>
37354
37355         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
37356         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
37357
37358 2003-09-24  Simon Josefsson  <jas@extundo.com>
37359
37360         * modules/xgethostname: Add xgethostname.h.
37361
37362 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37363
37364         * lib/linebuffer.c (freebuffer): Don't free the argument, just
37365         the buffer associated with the argument.  Bug reported by
37366         Simon Josefsson.
37367
37368 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37369
37370         * README: Document assumptions that 'int' is at least 32 bits
37371         wide, that integer arithmetic is 2's complement without overflow,
37372         that there are no holes in integer values, that adding sizes of
37373         two nonoverlapping objects can't overflow, and that all-bits-zero
37374         yields scalar zero.  Fix spelling and capitalization typos.
37375
37376 2003-09-19  Karl Berry  <karl@gnu.org>
37377
37378         * lib/argp.h: update from libc.
37379
37380 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37381
37382         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
37383         to avoid spurious warnings like "AC_RUN_IFELSE was called before
37384         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
37385
37386 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37387
37388         * gnulib-tool: Use "test -h", not "test -L", for portability
37389         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
37390         (tags_regexp): Remove, since \| doesn't conform to POSIX.
37391         (sed_extract_prog): Issue s commands one-by-one, rather than
37392         using \| in one s command.
37393
37394 2003-09-16  Paul Eggert  <eggert@twinsun.com>
37395
37396         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
37397         input error, instead of returning NULL the next time we are called
37398         (and therefore losing track of errno).
37399
37400 2003-09-16  Bruno Haible  <bruno@clisp.org>
37401
37402         * gnulib-tool (func_create_testdir): Warn about duplicated
37403         dependencies.
37404
37405 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37406
37407         * modules/argmatch, modules/fatal, modules/obstack,
37408         modules/xalloc, modules/xgethostname: Sort dependencies by
37409         importance, not alphabetically.
37410
37411 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37412
37413         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
37414         fails, so that the caller gets the proper errno.
37415
37416         * lib/readutmp.c (read_utmp): Likewise.
37417         Check for fstat error.  Close stream and free storage
37418         when failing.
37419
37420 2003-09-14  Karl Berry  <karl@gnu.org>
37421
37422         * config/srclist.txt (strdup.c): disable for c89 changes.
37423
37424 2003-09-14  Jim Meyering  <jim@meyering.net>
37425
37426         * lib/getloadavg.c: Correct cpp indentation.
37427         * lib/strdup.c: Likewise.
37428         * lib/vasnprintf.c: Likewise.
37429
37430 2003-09-14  Bruno Haible  <bruno@clisp.org>
37431
37432         * modules/fwriteerror: New file.
37433         * MODULES.html.sh (func_all_modules): Add fwriteerror.
37434
37435 2003-09-14  Bruno Haible  <bruno@clisp.org>
37436
37437         * lib/fwriteerror.h: New file.
37438         * lib/fwriteerror.c: New file.
37439
37440 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37441
37442         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
37443         modules/xgethostname, modules/xalloc: Depend on exit.
37444
37445 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37446
37447         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
37448
37449         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
37450         and AC_MINIX, too, so that their extensions are available.
37451
37452         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
37453         This macro has been superseded by gl_BACKUPFILE.
37454
37455         More patches to assume C89 or better.
37456
37457         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
37458
37459         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
37460         unconditionally.
37461         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
37462         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
37463         Include <string.h>, <stdlib.h> unconditionally.
37464         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
37465         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
37466         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
37467         headers or for string.h.
37468         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
37469         or strtoul.
37470
37471         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
37472         headers.
37473         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
37474         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37475         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
37476         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
37477         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37478         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
37479         memcpy, memset.
37480         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
37481         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
37482         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
37483         strtol.
37484         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
37485         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
37486         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
37487         strtoul.
37488
37489 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37490
37491         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
37492         * lib/obstack.c [!defined _LIBC]: Likewise.
37493         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
37494         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
37495         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
37496
37497         More changes to assume C89 or better.
37498
37499         * lib/error.c (error_tail): Assume vprintf.
37500
37501         * lib/argmatch.c (getenv): Remove decl.
37502         * lib/progreloc.c (get_full_program_name): Define via prototype.
37503         * lib/setenv.c (clearenv): Likewise.
37504         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
37505         needed.
37506         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
37507         (malloc, memcpy): Remove decls.
37508         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
37509         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
37510         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37511         (memcpy): Remove macro.
37512         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
37513         (__P): Remove.  All uses removed.
37514         (PTR): Remove.  All uses changed to void *.
37515         (CHAR_BIT, NULL): Remove.
37516         (spaces, zeros, memset_space, memset_zero)
37517         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
37518         Remove.
37519         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
37520         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
37521         Define with prototype.
37522         Remove now-unnecessary prototype decl.
37523         (extra_args_spec): Assume ANSI C.  All uses changed.
37524         (extra_args_spec_iso): Remove.
37525         (my_strftime, emacs_strftimeu): Define via prototype.
37526         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
37527         unconditionally.
37528         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
37529         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
37530         (strtoul, strtol): Remove decls.
37531         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
37532         LONG_MAX): Remove.
37533         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37534         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
37535         (LOCALE_PARAM_PROTO): New macro.
37536         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
37537         (INTERNAL (strtol), strtol): Define with a prototype.
37538         (PARAMS): Remove.  All uses removed.
37539         * lib/tempname.c: Include <string.h> unconditionally.
37540         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
37541         * lib/xgethostname.c (main): Define with a prototype.
37542         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
37543         Include <stdlib.h> unconditionally.
37544         (calloc, malloc, realloc, free): Remove decls.
37545         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
37546         Include <stdlib.h> unconditionally.  Sort include file names.
37547         (strtod): Remove.
37548         (xstrtod): Define with a prototype.
37549         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
37550         (strtol, strtoul): Remove decls.
37551
37552 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37553
37554         More patches to assume C89 or better.
37555         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
37556         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
37557         string.h, memchr, STDC_HEADERS.
37558
37559 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37560
37561         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
37562         Include <stdlib.h>, <string.h> unconditionally.
37563         Remove now-unnecessary cast to char *.
37564         * lib/strnlen.c: Include <string.h> unconditionally.
37565         * lib/yesno.c (yesno): Define with a prototype.
37566
37567 2003-09-11  Bruno Haible  <bruno@clisp.org>
37568
37569         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
37570
37571 2003-09-10  Jim Meyering  <jim@meyering.net>
37572
37573         * lib/error.c: Correct indentation of cpp directives.
37574
37575 2003-09-10  Bruno Haible  <bruno@clisp.org>
37576
37577         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
37578         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
37579         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
37580         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
37581         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
37582         <stdlib.h> and <string.h> checks.
37583         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
37584         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
37585
37586 2003-09-10  Bruno Haible  <bruno@clisp.org>
37587
37588         * lib/strcspn.c: Include <string.h> unconditionally.
37589         * lib/strpbrk.c: Include <string.h> unconditionally.
37590         * lib/strstr.c: Include <string.h> unconditionally.
37591         * lib/unicodeio.c: Include <string.h> unconditionally.
37592         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
37593         * lib/unsetenv.c: Likewise.
37594         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
37595         * lib/yesno.c: Include <stdlib.h> unconditionally.
37596         (rpmatch): Add prototype.
37597
37598 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37599
37600         More patches to assume C89 or better.
37601         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
37602         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
37603         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
37604         or for string.h.
37605         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
37606         stdlib.h.
37607         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
37608         C headers.
37609         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
37610         string.h.
37611         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
37612         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
37613         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
37614         or for string.h.
37615         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
37616         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
37617         C headers.
37618         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
37619         memcpy.
37620         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
37621         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
37622         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
37623         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
37624         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
37625         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
37626         string.h, free.
37627         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
37628         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
37629         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
37630         C headers, or for string.h.
37631         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
37632         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
37633         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
37634         headers, memory.h, stdlib.h, string.h, strings.h.
37635         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
37636         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
37637         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
37638         strchr.
37639         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
37640         headers, memory.h, string.h.
37641         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
37642         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
37643         free.
37644         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
37645         headers.
37646         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
37647         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
37648         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
37649         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
37650         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
37651
37652 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37653
37654         More K&R removal.
37655
37656         * lib/acosl.c (main): Use a prototype.
37657         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
37658         tanl.c: Likewise.
37659
37660         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
37661
37662         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
37663         (getopt, etopt_long, getopt_long_only, _getopt_internal)
37664         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
37665         with a prototype.
37666         * lib/getopt.c (const): Remove macro.
37667         Include <string.h> unconditionally.
37668         (my_index): Remove; all uses changed to strchr.
37669         (strlen): Remove decl.
37670         (exchange): Remove forward decl; no longer needed.
37671         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
37672         Define with prototype.
37673         * lib/getopt1.c (const): Remove macro.
37674         (getopt_long, getopt_long_only, main): Define with prototype.
37675
37676         * lib/getugroups.c: Include <string.h> unconditionally.
37677
37678         * lib/getusershell.c: Include <stdlib.h> unconditionally.
37679         (getusershell, setusershell, endusershell, readname, main):
37680         Define with prototypes.
37681
37682         * lib/group-member.c: Include group-member.h first.
37683         Include <stdlib.h> unconditionally.
37684
37685         * lib/hard-locale.c: Include hard-locale.h first.
37686         Include <stdlib.h>, <string.h> unconditionally.
37687
37688         * lib/hash.c (free, malloc): Remove decls.
37689         Include <stdlib.h> unconditionally.
37690
37691         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
37692         (getenv): Do not declare.
37693
37694         * lib/idcache.c: Include <string.h> unconditionally.
37695
37696         * lib/long-options.c: Include long-options.h first, to test interface.
37697         Include <stdlib.h> unconditionally.
37698
37699         * lib/makepath.c: Include makepath.h first, to test interface.
37700         Include <stdlib.h> and <string.h> unconditionally.
37701
37702         * lib/linebuffer.c: Include <stdlib.h>.
37703         (free): Remove decl.
37704
37705         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
37706         stddef.h. rpl_malloc returns void *, not char *.
37707         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
37708         prototype.
37709
37710         * lib/md5.h: Include <limits.h> unconditionally.
37711         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
37712         (__P): Remove; all uses removed.
37713         * lib/md5.c: Include "md5.h" first.
37714         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
37715         md5_buffer, md5_process_bytes, md5_process_block):
37716         Define with prototypes.
37717         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
37718         * lib/sha.c: Include "sha.h" first.
37719         Include <stdlib.h>, <string.h> unconditionally.
37720
37721         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
37722         * lib/memcmp.c (__ptr_t): Likewise.
37723         * lib/memrchr.c (__ptr_t): Likewise.
37724         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
37725         Include <string.h> unconditionally.
37726         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
37727         * lib/memchr.c: Include <stdlib.h> unconditionally.
37728         * lib/memchr.c (LONG_MAX): Remove.
37729         * lib/memrchr.c (LONG_MAX): Likewise.
37730         * lib/memchr.c (__memchr): Define via a prototype.
37731         * lib/memrchr.c (__memrchr): Likewise.
37732         * lib/memcmp.c (__P): Remove, and remove all uses.
37733         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
37734         Remove forward decls; no longer needed.
37735         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
37736         Use types required by C89 in prototype.
37737
37738         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
37739         * lib/savedir.c: Likewise.
37740         * lib/mkdir.c (free): Remove decl.
37741         * lib/rmdir.c (rmdir): Define with a prototype.
37742         * lib/savedir.c: Include savedir.h first, to test interface.
37743
37744         * lib/mktime.c (STDC_HEADERS): Remove.
37745         Include <stdlib.h>, <string.h> unconditionally.
37746
37747         * lib/modechange.c: Include <stdlib.h> unconditionally.
37748         (malloc): Remove decl.
37749
37750         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
37751         (free): Remove decl.
37752
37753         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
37754         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
37755         (This type really should be intptr_t, but that's a C99ism.)
37756         (_obstack_memcpy): Remove: all uses changed to memcpy.
37757         Include <string.h> unconditionally.
37758         (struct obstack): Assume __STDC__ for types of members
37759         chunkfun, freefun, extra_arg.
37760         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
37761         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
37762         obstack_begin, obstack_specify_allocation,
37763         obstack_specify_allocation_with_arg, obstack_chunkfun,
37764         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
37765         Remove unprototyped decls and the macros that use them.
37766         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
37767         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
37768         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
37769         (defined __STDC__ && __STDC__)]:
37770         Remove nonprototyped code.
37771         Include <stdlib.h> unconditionally.
37772         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
37773         _obstack_allocated_p, _obstack_free, obstack_free,
37774         _obstack_memory_used, print_and_abort):
37775         Define using prototypes.
37776         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
37777         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
37778         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
37779         obstack_next_free, obstack_object_size, obstack_room) [0]:
37780         Remove unused, unprototyped code.
37781
37782         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
37783
37784         * lib/physmem.c (physmem_total, physmem_available, main): Define
37785         with prototypes.
37786
37787         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
37788         (main): Define with a prototype.
37789
37790         * lib/posixver.c (getenv): Remove decl.
37791
37792         * lib/putenv.c (malloc): Returns void *, not char *.
37793         Include <string.h> unconditionally.
37794         (strchr, memcpy, NULL): Do not define.
37795
37796         * lib/readtokens.c: Include readtokens.h first, to test interface.
37797         Include <stdlib.h>, <string.h> unconditionally.
37798         (init_tokenbuffer): Define with a prototype.
37799
37800         * lib/regex.c (PARAMS): Remove.  All uses removed.
37801         All uses of _RE_ARGS removed, too.
37802         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37803         unconditionally.
37804         (bzero): Assume memset exists.
37805         (memcmp, memcpy, NULL): Remove.
37806         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
37807         char, or assignments to local vars of type signed char.
37808         (init_syntax_once, PREFIX(extract_number_and_incr),
37809         PREFIX(print_partial_compiled_pattern),
37810         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
37811         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
37812         PREFIX(regex_grow_registers), PREFIX(regex_compile),
37813         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
37814         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
37815         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
37816         wcs_compile_range, byte_compile_range, truncate_wchar,
37817         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
37818         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
37819         count_mbs_length, wcs_re_match_2_internal,
37820         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
37821         PREFIX(alt_match_null_string_p),
37822         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
37823         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
37824         regfree, PREFIX(extract_number)): Define with prototype.  Remove
37825         now-unnecessary declaration, if any.
37826         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
37827         regcomp, regexec):
37828         Remove now-unnecessary casts among pointer types.
37829         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
37830
37831         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
37832         (free): Remove decl.
37833
37834         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
37835
37836         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
37837         (free): Remove decl.
37838
37839         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
37840         * lib/xgetcwd.c: Likewise.
37841
37842         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
37843         (free): Remove decl.
37844
37845         * lib/strchrnul.c (strchrnul): Define with a prototype.
37846         Fix bug: c_in was not converted to char before searching.
37847
37848         The following changes are not K&R related:
37849
37850         * lib/group-member.h: Include <sys/types.h>, so that this file is
37851         self-contained.
37852         * lib/makepath.h: Likewise.
37853
37854         * lib/getusershell.c (readname, default_index, line_size, readname):
37855         Use size_t, not int, for sizes.
37856         (readname): If the size overflows, report an error instead of
37857         looping forever.
37858
37859 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37860
37861         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
37862         libc.
37863
37864 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37865
37866         * README: New section: portability guidelines.
37867
37868 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37869
37870         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
37871         C89 spec.
37872
37873 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37874
37875         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
37876
37877 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37878
37879         Assume C89 or better; remove K&R cruft.
37880         A few of these changes were first proposed by Derek Robert Price
37881         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
37882
37883         * lib/addext.c: Include <string.h> unconditionally.
37884         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
37885         Don't declare getenv or malloc.
37886
37887         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
37888         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
37889         (NULL): Remove.
37890         (find_stack_direction, alloca): Use prototypes.
37891
37892         * lib/atexit.c (atexit): Define using a prototype.
37893
37894         * lib/basename.c, dirname.c, stripslash.c:
37895         Include <string.h> unconditionally.
37896
37897         * lib/bcopy.c: Include <stddef.h>.
37898         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
37899
37900         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
37901
37902         * lib/error.h (error, error_at_line, error_print_progname)
37903         [! (defined (__STDC__) && __STDC__)]: Remove decls.
37904         * lib/error.c: Include error.h first, to check interface.
37905         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37906         (VA_START): Remove; all uses changeed to va_start.
37907         (exit, strerror): Remove decls.
37908         (error_print_progname): Prototype uncondionally.
37909         Don't include <errno.h>; no longer needed.
37910         (private_strerror): Remove.
37911         (error_tail): Always define.
37912         (error, error_at_line): Assume C89 or better; always use prototypes.
37913         * lib/fatal.c: Include "fatal.h" first, to test interface.
37914         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37915         (VA_START): Remove; all uses changed to va_start.
37916         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
37917         this case.
37918         (exit): Remove decl.
37919         (fatal): Prototype unconditionally.  Assume va_start works.
37920         Abort at end, to pacify gcc.
37921
37922         * lib/euidaccess.c (main): Define with a prototype.
37923
37924         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
37925
37926         * lib/exitfail.c: Include <stdlib.h> unconditionally.
37927
37928         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
37929         prototypes.
37930         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
37931         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
37932         (getenv): Remove decl.
37933         (fnmatch): Define using a prototype.
37934         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
37935         (FCT): Define using a prototype.
37936
37937         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
37938
37939         * lib/gethostname.c: Include <stddef.h>.
37940         (gethostname): Define with prototype.  Length is size_t, not int.
37941
37942 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37943
37944         Assume C89 or better; remove K&R cruft.
37945         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
37946         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
37947         string.h, getenv, malloc.
37948         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
37949         headers.
37950         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
37951         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
37952         do not check for strerror.
37953         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
37954         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
37955         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
37956         do not check for doprnt or vprintf.
37957         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
37958         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
37959
37960 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37961
37962         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
37963         getversion.c should have been removed then, but was accidentally
37964         preserved.
37965
37966         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
37967         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
37968
37969 2003-09-08  Karl Berry  <karl@gnu.org>
37970
37971         * config/config.sub, config.guess, srclistvars.sh: update from savannah
37972                 config, forget about prep.
37973
37974         * config/depcomp, missing: update from automake.
37975
37976 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37977
37978         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
37979         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37980
37981 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37982
37983         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
37984         copy_tm_result.  Bug reported by Simon Josefsson in
37985         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37986
37987 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37988
37989         * m4/time_r.m4: New file.
37990         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
37991         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
37992         is. Check for timegm declaration.
37993         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
37994         Do not check for gmtime_r.
37995         Replace mktime if __mktime_internal does not exist and if mktime
37996         hasn't been replaced already.
37997
37998 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37999
38000         * lib/time_r.c, lib/time_r.h: New files.
38001
38002         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
38003         __localtime_r.
38004         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
38005         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
38006
38007         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
38008         __gmtime_r.
38009         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
38010         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
38011         Include <time_r.h>.
38012
38013         * lib/timegm.c: Switch to glibc implementation, with the following
38014         changes:
38015         [defined HAVE_CONFIG_H]: Include <config.h>.
38016         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
38017         (__mktime_internal) [!defined _LIBC]: New decl.
38018         (__gmtime_r) [!defined _LIBC]: New macro and function.
38019         (timegm): Use a prototype, since gnulib assumes C89.
38020         Do not bother declaring tmp to be const, as it's not really usefu.
38021         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
38022         (timegm): Declare only if HAVE_DECL_TIMEGM.
38023
38024 2003-09-06  Paul Eggert  <eggert@twinsun.com>
38025
38026         * MODULES.html.sh (func_all_modules): Add time_r.
38027         * modules/time_r: New file.
38028         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
38029         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
38030
38031 2003-09-03  Paul Eggert  <eggert@twinsun.com>
38032
38033         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
38034         Bug reported by Lute Kamstra in
38035         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
38036
38037         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
38038         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
38039         course with correspondingly smaller numbers for tomorrow and
38040         yesterday.  From Tadayoshi Funaba.  Originally installed into
38041         sh-utils on 1999-08-07, but the patch got lost (I guess during the
38042         coreutils merge?).
38043
38044 2003-08-31  Simon Josefsson  <jas@extundo.com>
38045
38046         * modules/timegm: New file.
38047         * MODULES.html.sh (func_all_modules): Add timegm.
38048
38049 2003-08-31  Simon Josefsson  <jas@extundo.com>
38050
38051         * m4/timegm.m4: New file.
38052
38053 2003-08-31  Simon Josefsson  <jas@extundo.com>
38054
38055         * lib/timegm.h: New file.
38056         * lib/timegm.c: New file.  Based on
38057         wget-1.8.2/src/http.c:mktime_from_utc.
38058
38059 2003-08-31  Karl Berry  <karl@gnu.org>
38060
38061         * lib/argp.h: update from libc.
38062
38063 2003-08-28  Bruno Haible  <bruno@clisp.org>
38064
38065         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
38066         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
38067         followed by '#define fnmatch fnmatch_posix' gives an error.
38068
38069 2003-08-28  Bruno Haible  <bruno@clisp.org>
38070
38071         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
38072         warning on QNX, which defines O_BINARY to 000000.
38073
38074 2003-08-27  Jim Meyering  <jim@meyering.net>
38075
38076         * m4/mkstemp.m4: Require that the system mkstemp be able to create
38077         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
38078         would fail after 32.  Reported by Danny Levinson.  Details here:
38079         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
38080
38081 2003-08-24  Bruno Haible  <bruno@clisp.org>
38082
38083         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
38084         MSVC7 <stdio.h> is included later.
38085
38086 2003-08-22  Simon Josefsson  <jas@extundo.com>
38087
38088         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
38089
38090 2003-08-20  Karl Berry  <karl@gnu.org>
38091
38092         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
38093
38094 2003-08-20  Bruno Haible  <bruno@clisp.org>
38095
38096         * modules/progname: New file.
38097         * MODULES.html.sh (func_all_modules): Add progname.
38098
38099 2003-08-20  Bruno Haible  <bruno@clisp.org>
38100
38101         * lib/progname.h: New file, from GNU gettext.
38102         * lib/progname.c: New file, from GNU gettext.
38103         * lib/progreloc.c: New file, from GNU gettext.
38104
38105 2003-08-19  Jim Meyering  <jim@meyering.net>
38106
38107         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
38108         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
38109
38110 2003-08-19  Bruno Haible  <bruno@clisp.org>
38111
38112         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
38113         more.
38114
38115 2003-08-19  Bruno Haible  <bruno@clisp.org>
38116
38117         * lib/xstrdup.c: Assume <string.h> exists.
38118
38119 2003-08-18  Paul Eggert  <eggert@twinsun.com>
38120
38121         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
38122         in makefile rules.
38123
38124 2003-08-18  Jim Meyering  <jim@meyering.net>
38125
38126         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
38127         * m4/lib-ld.m4: Likewise.
38128
38129 2003-08-18  Jim Meyering  <jim@meyering.net>
38130
38131         * lib/setenv.h: Indent nested cpp directive.
38132         * lib/vasnprintf.c: Remove trailing blanks.
38133
38134 2003-08-17  Simon Josefsson  <jas@extundo.com>
38135
38136         * modules/xstrndup: New file.
38137         * MODULES.html.sh (func_all_modules): Add xstrndup.
38138
38139 2003-08-17  Simon Josefsson  <jas@extundo.com>
38140
38141         * modules/argp: Fix autoconf macro name. Add more dependencies.
38142
38143 2003-08-17  Simon Josefsson  <jas@extundo.com>
38144
38145         * m4/xstrndup.m4: New file.
38146
38147 2003-08-17  Simon Josefsson  <jas@extundo.com>
38148
38149         * m4/argp.m4: New file.
38150
38151 2003-08-17  Simon Josefsson  <jas@extundo.com>
38152             Bruno Haible  <bruno@clisp.org>
38153
38154         * lib/xstrndup.h: New file.
38155         * lib/xstrndup.c: New file.
38156
38157 2003-08-17  Bruno Haible  <bruno@clisp.org>
38158
38159         * modules/strndup (Files, Include): Add lib/strndup.h.
38160
38161 2003-08-17  Bruno Haible  <bruno@clisp.org>
38162
38163         * modules/euidaccess (Files): Add lib/euidaccess.h.
38164
38165 2003-08-17  Bruno Haible  <bruno@clisp.org>
38166
38167         * lib/strndup.h: New file.
38168
38169 2003-08-17  Bruno Haible  <bruno@clisp.org>
38170
38171         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
38172         like AC_GNU_SOURCE.
38173         * modules/extensions (configure.ac): Comment out the invocation of
38174         gl_USE_SYSTEM_EXTENSIONS.
38175
38176 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38177
38178         Merges from coreutils, etc.
38179         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
38180         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
38181         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
38182         fixing a typo.
38183         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
38184         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
38185
38186 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38187
38188         Document merge from coreutils.
38189         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
38190         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
38191         * modules/utime: Add m4/utimes-null.m4.
38192
38193 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38194
38195         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
38196         space, undoing this 2003-08-12 change:
38197         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38198
38199 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38200
38201         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
38202         strtoul.c from libc, undoing this 2003-08-12 change:
38203         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38204
38205 2003-08-16  Jim Meyering  <jim@meyering.net>
38206
38207         Merges from coreutils.
38208         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
38209         prefix.  Adjust cache variables similarly.  Create 500 rather than
38210         just 300 files, to exercise bug on Darwin6.5, too.
38211         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
38212         $missing_dir.
38213         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
38214         AM_SYS_POSIX_TERMIOS.
38215         Reported by mkc@mathdogs.com.
38216         Also change use of $am_cv_sys_posix_termios
38217         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
38218         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
38219         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
38220         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
38221         in /proc/mounts until it finds one with matching device number.  This
38222         is unnecessary when the FILE argument *is* a mount point.  No stat call
38223         is necessary in that case.  So, disable the statvfs-testing code on
38224         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
38225         as RedHat bug# 84846.
38226         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38227         to 1MB, so as not to render systems with no stack size limit (e.g.,
38228         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38229         Include <unistd.h>.  On some systems,
38230         it is required for the definition of _SC_PAGESIZE.
38231
38232 2003-08-16  Jim Meyering  <jim@meyering.net>
38233
38234         Merge from coreutils.
38235         * lib/xstrtoimax.c: #else #if -> #elif.
38236         * lib/xstrtoumax.c: Likewise.
38237
38238 2003-08-16  Jim Meyering  <jim@meyering.net>
38239
38240         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
38241         * m4/utimes.m4: Removed.
38242         * m4/utimes-null.m4: Renamed from utimes.m4.
38243
38244         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38245         to 1MB, so as not to render systems with no stack size limit (e.g.,
38246         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38247         Include <unistd.h>.  On some systems,
38248         it is required for the definition of _SC_PAGESIZE.
38249
38250 2003-08-16  Jim Meyering  <jim@meyering.net>
38251         and Paul Eggert  <eggert@cs.ucla.edu>
38252
38253         Merges from coreutils, etc.
38254
38255         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
38256         using the latest version from cvs.  This avoids problems with #line
38257         directives using a vendor (Sun) compiler.
38258         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
38259         Don't set GETGROUPS_LIB here; now it's
38260         done via getgroups.m4's wrapper function.
38261         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
38262         rather than just in sh-util/configure.in, so that the
38263         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
38264         same.
38265         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
38266         AC_FUNC_GETLOADAVG where to find getloadavg.c.
38267         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
38268         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
38269         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
38270         Remove code that is now done by the newly-required macros.
38271         Append $(EXEEXT) to DF_PROG.
38272         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
38273         Do not invoke or require the following here,
38274         since prereq.m4 or some gnulib .m4 now does this for us:
38275         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
38276         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
38277         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
38278         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
38279         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
38280         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
38281         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
38282         AC_FUNC_OBSTACK.
38283         Do not replace the following functions, as this is now the job
38284         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
38285         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
38286         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
38287         atexit getpass, strdup, getpagesize.
38288         Replace 'raise'.
38289         Do not check for the following functions, as this is now the job
38290         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
38291         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
38292         setregid.
38293         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
38294         Check for sys/sysctl.h.
38295         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
38296         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
38297         of checking for ssize_t ourselves.
38298
38299         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
38300         Require every macro that gnulib/modules/* suggests for us.
38301         (jm_PREREQ_ADDEXT): New macro.
38302         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
38303         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
38304
38305         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
38306         (gl_PHYSMEM): Use it.
38307         Also check for `table' function.
38308         Check for new headers and functions.
38309         Add check for sys/sysmp.h.
38310         With suggestions from Kaveh Ghazi.
38311         Ignore headers that are present but cannot be compiled.  This
38312         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
38313         C 5.4.
38314
38315 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38316
38317         Document merge from coreutils.
38318         * modules/userspec: Depend on posixver.
38319         * modules/strftime: Depend on tzset.
38320
38321 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38322
38323         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
38324         rather than tab, after '#' in shell-script copyright notices.
38325         Suggested by Bruno Haible.
38326
38327 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38328
38329         * config/srclist-update: Use three spaces, rather than tab, after '#'
38330         in shell-script copyright notices.  Suggested by Bruno Haible.
38331         Remove unnecessary parenthesization in regular expression.
38332
38333 2003-08-15  Jim Meyering  <jim@meyering.net>
38334
38335         Merge from coreutils.
38336         * lib/xgethostname.c: Include <stdlib.h>.
38337         (xghostname): Don't exit for anything other than memory-related
38338         failure; just return NULL.
38339         * lib/userspec.c: Include "posixver.h".
38340         (parse_user_spec): Accept `.' as a separator only
38341         in pre-POSIX-200112 mode.
38342         * lib/strtoimax.c: Use #elif rather than #else #if.
38343         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
38344         Remove function, now that we can rely on a working tzset function.
38345         [!_LIBC]: Ensure that the required autoconf test has been run.
38346         [!defined _NL_CURRENT && HAVE_STRFTIME]:
38347         Use underlying_strftime for %r.
38348         * lib/sha.c: Merge in some clean-up and optimization changes from
38349         glibc.
38350         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
38351         Ensure that it is a multiple of 64.
38352         Rearrange loop exit tests so as to avoid performing an
38353         additional fread after encountering an error or EOF.
38354         * lib/realloc.c: Update copyright date.
38355
38356 2003-08-15  Jim Meyering  <jim@meyering.net>
38357         and Paul Eggert  <eggert@twinsun.com>
38358
38359         Merge from coreutils.
38360         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
38361         member but strut utmpx does not.  Needed for AIX 4.3.3.
38362         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
38363
38364 2003-08-15  Jim Meyering  <jim@meyering.net>
38365         and Paul Eggert  <eggert@cs.ucla.edu>
38366
38367         Merges from coreutils, etc.
38368         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
38369         Require gl_FUNC_TZSET_CLOBBER.
38370         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
38371         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
38372         members.
38373
38374 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38375
38376         Help the merge from coreutils.
38377         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
38378         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
38379         * m4/tzset.m4: Use it too.
38380
38381 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38382
38383         * modules/tzset: New file.
38384
38385 2003-08-14  Jim Meyering  <jim@meyering.net>
38386
38387         Merges from coreutils.
38388         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
38389         variable names, rather than @FNMATCH_H@.
38390         * modules/alloca: Likewise for $(ALLOCA_H).
38391
38392         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
38393         the three copies of the literal target, `fnmatch.h'.
38394         * modules/alloca (alloca.h): Likewise.
38395
38396 2003-08-14  Jim Meyering  <jim@meyering.net>
38397
38398         Merge from coreutils.
38399         * m4/tzset.m4: New file.
38400         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
38401         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
38402         otherwise, AIX 5.1 systems would end up using the latter.
38403         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
38404         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
38405         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
38406         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
38407
38408 2003-08-14  Jim Meyering  <jim@meyering.net>
38409
38410         Merge from coreutils.
38411         * lib/obstack.h: Whitespace changes.
38412         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
38413         and xcalloc return values.
38414         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
38415         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
38416         hang on OSF/1 5.1 for DIR on both local and remote file systems.
38417         Reported by (and fix confirmed by) Nelson H. F. Beebe.
38418         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
38419         error from mntctl.
38420         Use mntctl's return value to drive the entry-processing loop, since
38421         we can't rely on the value of the vmt_length member in the last
38422         entry.  On some systems doing so could result in exhausting
38423         virtual memory.  Based in part on a patch from Mike Jetzer.
38424
38425 2003-08-14  Jim Meyering  <jim@meyering.net>
38426         and Paul Eggert  <eggert@twinsun.com>
38427
38428         Merges from coreutils, plus other fixes.
38429         * lib/physmem.c: Merge in portability changes from gcc/libiberty
38430         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
38431         for credits and details.  Thanks to Kaveh Ghazi for helping
38432         to keep these files in sync.
38433         (ARRAY_SIZE): Define it.
38434         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
38435         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
38436         (memcasecmp): Don't assume size_t fits in unsigned int.
38437         Remove casts and duplicate code.
38438         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
38439         (memcpy): Remove definition.
38440         Merge in some clean-up and optimization changes from glibc.
38441         [BLOCKSIZE]: Move definition to top of file.
38442         Ensure that it is a multiple of 64.
38443         Rearrange loop exit tests so as to avoid performing an
38444         additional fread after encountering an error or EOF.
38445         * lib/md5.h (md5_uintptr): Define.
38446         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
38447         return to the initial working directory.  Preserve errno
38448         for caller.
38449         * lib/idcache.c: Include "xalloc.h".
38450         (xmalloc, xrealloc): Remove decls.
38451         (getuser): Remove casts no longer required in C89.
38452         * lib/human.c: Include stdio.h, for sprintf.
38453         * lib/group-member.c: Include "xalloc.h".
38454         (xmalloc, xrealloc): Remove decls.
38455         (get_group_info): Remove casts no longer required in C89.
38456         * lib/getusershell.c (readname): Remove casts no longer required in
38457         C89.
38458         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
38459         * lib/getline.c: Whitespace fix, from coreutils.
38460
38461 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38462
38463         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
38464         Check for isascii.
38465
38466         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38467         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38468         Undo previous (whitespace-only) change.
38469
38470 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38471
38472         * lib/exclude.c: Include <ctype.h>
38473         (IN_CTYPE_DOMAIN): New macro.
38474         (is_space): New fn.
38475         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
38476         and empty lines.
38477
38478         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38479         Undo previous (whitespace-only) change.
38480
38481 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38482
38483         * config/srclist-update: Change update back to the old behavior,
38484         leaving whitespace alone.  Use one 'sed' command rather than a
38485         pipeline.
38486         (fixlicense): Now a variable, not a function.
38487         (remove_trailing_blanks): Remove.
38488         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
38489         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38490         Undo previous (whitespace-only) change.
38491
38492 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38493
38494         Merge from coreutils.
38495         * modules/euidaccess: Add lib_SOURCES, include for new
38496         file euidaccess.h
38497
38498 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38499
38500         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38501         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38502         Normalize leading white space and remove trailing white space.
38503
38504         Merge from coreutils
38505         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
38506
38507         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
38508         0.12.1.  These files are now being upgraded automatically by
38509         ../config/srclist-update.
38510
38511 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38512
38513         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38514         Normalize leading white space and remove trailing white space.
38515         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
38516         notice, as per ../config/srclist-update.
38517
38518         Merge from coreutils.
38519         * lib/euidaccess.h: New file.
38520         * lib/euidaccess.c: Include it.
38521         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
38522         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
38523         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
38524
38525 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38526
38527         * config/srclist-update: Add copyright notice.
38528         (remove_id_lines, remove_trailing_blanks): New constants.
38529         (fixfile): Use them to normalize spacing a bit in copied files.
38530         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38531         Normalize leading white space and remove trailing white space.
38532
38533         * config/texinfo.tex: Sync with texinfo.
38534
38535         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
38536         strtoul.c from libc, to merge coreutils whitespace changes.
38537
38538         * config/srclist.txt: Get the following m4 files from gettext:
38539         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
38540         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
38541         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
38542         wint_t.m4.
38543
38544 2003-08-12  Karl Berry  <karl@gnu.org>
38545
38546         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
38547         been made.
38548
38549 2003-08-11  Paul Eggert  <eggert@twinsun.com>
38550
38551         * modules/gnu-source, m4/gnu-source.m4:
38552         Remove; we're assuming Autoconf 2.54 or later now.
38553         Suggested by Bruno Haible.
38554         * MODULES.html.sh (func_all_modules): Remove gnu-source.
38555
38556 2003-08-11  Bruno Haible  <bruno@clisp.org>
38557
38558         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
38559
38560 2003-08-11  Bruno Haible  <bruno@clisp.org>
38561
38562         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
38563         (vasnprintf): Use it instead of wcslen.
38564
38565 2003-08-11  Bruno Haible  <bruno@clisp.org>
38566
38567         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
38568         value to ensure that _Bool promotes to int. Use #define for _Bool when
38569         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
38570
38571 2003-08-10  Karl Berry  <karl@gnu.org>
38572
38573         * lib/regex.h: update from libc (whitespace fix).
38574
38575 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38576
38577         Merge some files from coreutils.  These changes were
38578         originally made by Jim Meyering.
38579         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
38580         many older Unixes require this.
38581         * lib/alloca.c (alloca): Remove cast to argument of free;
38582         no longer needed in C89.
38583         * lib/alloca_.h, regex.h: Fix white space to match
38584         what GNU indent does.
38585
38586 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38587
38588         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
38589         apparently Emacs's Unicode mode got confused before my 2003-08-05
38590         checkin.
38591
38592 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38593
38594         * m4/extensions.m4: New file.
38595         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
38596         Require gl_USE_SYSTEM_EXTENSIONS.
38597         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
38598         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
38599
38600 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38601
38602         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
38603         * modules/extensions, modules/gnu-source: New files.
38604         * modules/timespec, modules/unlocked-io: Depend on extensions.
38605
38606 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38607
38608         * modules/restrict: New file.
38609         * MODULES.html.sh (func_all_modules): Add restrict.
38610         * modules/regex: Depend on restrict.
38611
38612 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38613
38614         * m4/restrict.m4: New file.
38615         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
38616
38617 2003-08-07  Bruno Haible  <bruno@clisp.org>
38618
38619         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
38620         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
38621
38622 2003-08-07  Bruno Haible  <bruno@clisp.org>
38623
38624         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
38625         makes the module 'getndelim2' compatible with the module 'getline'.
38626
38627 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38628
38629         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
38630         byte with "\201" to avoid glitches when editing that source file
38631         with multi-gnome-terminal.
38632
38633 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38634
38635         * lib/bumpalloc.h: Remove.
38636
38637 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38638
38639         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
38640         * modules/bumpalloc: Remove.
38641
38642 2003-08-04  Paul Eggert  <eggert@twinsun.com>
38643
38644         * lib/getloadavg.c: Change copyright notice and spacing to conform to
38645         GNU coding style.
38646
38647         Merge from coreutils.
38648         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
38649         1. From glibc.
38650         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
38651         from Karl Berry, implemented by Jim Meyering.
38652         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
38653         from Dmitry V. Levin.
38654         Remove anachronistic cast of xrealloc.
38655         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
38656         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
38657         type. Otherwise, it wouldn't compile with at least /bin/cc on
38658         ymp-cray-unicos9.0.2.X.
38659         Combine two mostly-identical uses of alloca into one.
38660         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
38661
38662 2003-08-04  Dave Love  <d.love@dl.ac.uk>
38663
38664         [From Emacs.]
38665
38666         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
38667         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
38668         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
38669         obsolete NLIST_NAME_UNION.
38670         [__GNU__]: Undef BSD and FSCALE.
38671         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
38672
38673 2003-08-03  Paul Eggert  <eggert@twinsun.com>
38674
38675         * lib/stdbool_.h (_Bool): Make it signed char, instead of
38676         an enum type, so that it's guaranteed to promote to int.  See:
38677         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
38678
38679 2003-08-03  Karl Berry  <karl@gnu.org>
38680
38681         * config/depcomp: update from automake.
38682
38683 2003-07-31  Paul Eggert  <eggert@twinsun.com>
38684
38685         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
38686         (strerror): Don't assume that a printable int fits in 14 bytes.
38687
38688 2003-07-31  Bruno Haible  <bruno@clisp.org>
38689
38690         * modules/getpass-gnu: New file.
38691         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
38692
38693 2003-07-31  Bruno Haible  <bruno@clisp.org>
38694
38695         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
38696
38697 2003-07-24  Karl Berry  <karl@gnu.org>
38698
38699         * config/missing: update from automake.
38700
38701 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
38702             Bruno Haible  <bruno@clisp.org>
38703
38704         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
38705         * lib/getline.c (getline, getdelim): Likewise.
38706         Remove _GNU_SOURCE define; now it's defined in config.h through
38707         m4/getline.m4.
38708
38709 2003-07-23  Karl Berry  <karl@gnu.org>
38710
38711         * config/config.sub: update from prep.
38712
38713 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38714
38715         * modules/xalloc (Depends-on): Add exitfail.
38716         * modules/xmemcoll: Likewise.
38717
38718 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38719
38720         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
38721         over-parenthesization in macros.
38722
38723         Sync with coreutils.
38724
38725         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
38726         required by C99.
38727
38728         Use `exit_failure' for xalloc and xmemcoll instead of their own
38729         private exit-failure variables.
38730         * lib/xalloc.h (xalloc_exit_failure): Remove.
38731         * lib/xmalloc.c: Likewise.  Include exitfail.h.
38732         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
38733         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
38734         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
38735         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
38736
38737 2003-07-20  Jim Meyering  <jim@meyering.net>
38738
38739         * modules/closeout (Depends-on): Add exitfail.
38740         Suggestion from Bruno Haible.
38741
38742 2003-07-19  Karl Berry  <karl@gnu.org>
38743
38744         * config/config.sub: update from prep.
38745
38746 2003-07-18  Paul Eggert  <eggert@twinsun.com>
38747
38748         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
38749         Remove.
38750         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
38751         to test that it can stand by itself.  Include "exitfail.h".
38752         Clients should set exit_failure instead.
38753         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
38754
38755 2003-07-18  Bruno Haible  <bruno@clisp.org>
38756
38757         * modules/getndelim2: New file.
38758         * modules/getline: Share files with module getndelim2.
38759         * modules/getnline: Depend on getndelim2 instead of sharing files with
38760         it. Add getnline.c to lib_SOURCES.
38761         * MODULES.html.sh (func_all_modules): Add getndelim2.
38762
38763 2003-07-18  Bruno Haible  <bruno@clisp.org>
38764
38765         * m4/getndelim2.m4: New file.
38766         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
38767         invoke gl_PREREQ_GETNDELIM2.
38768         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
38769         gl_PREREQ_GETNDELIM2.
38770         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
38771         gl_GETNDELIM2.
38772
38773 2003-07-18  Bruno Haible  <bruno@clisp.org>
38774
38775         * lib/getndelim2.h: New file.
38776         * lib/getndelim2.c: Make into a module of its own. Include config.h,
38777         getndelim2.h.
38778         (getndelim2): Make non-static. Change return type to ssize_t.
38779         * lib/getline.h: Change argument names.
38780         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
38781         * lib/getnline.c: Include getndelim2.h.
38782
38783 2003-07-18  Andreas Schwab  <schwab@suse.de>
38784
38785         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
38786
38787 2003-07-17  Karl Berry  <karl@gnu.org>
38788
38789         * config/config.sub: update from prep.
38790
38791 2003-07-17  Bruno Haible  <bruno@clisp.org>
38792
38793         * modules/getnline: New file.
38794         * modules/getline: Add lib/getndelim2.c to source file list.
38795         * MODULES.html.sh (func_all_modules): Add getnline.
38796
38797 2003-07-17  Bruno Haible  <bruno@clisp.org>
38798
38799         * m4/getnline.m4: New file.
38800
38801 2003-07-17  Bruno Haible  <bruno@clisp.org>
38802
38803         * m4/Makefile.am.in: Remove file.
38804         * m4/Makefile.am: Remove file.
38805         * m4/Makefile.in: Remove file.
38806
38807 2003-07-17  Bruno Haible  <bruno@clisp.org>
38808
38809         * lib/getnline.h: New file.
38810         * lib/getnline.c: New file.
38811         * lib/getndelim2.c: New file, extracted from getline.c.
38812         (getndelim2): Renamed from getdelim2, with added nmax argument.
38813         * lib/getline.c: Include getndelim2.c.
38814         (getdelim2): Moved out to getndelim2.c.
38815         (getline, getdelim): Update.
38816
38817 2003-07-17  Bruno Haible  <bruno@clisp.org>
38818
38819         * lib/Makefile.am: Remove file.
38820         * lib/Makefile.in: Remove file.
38821
38822 2003-07-17  Bruno Haible  <bruno@clisp.org>
38823
38824         * configure.in: Remove file.
38825         * Makefile.in: Remove file.
38826
38827 2003-07-17  Bruno Haible  <bruno@clisp.org>
38828
38829         * MODULES.html.sh: Put the </BODY> right before </HTML>.
38830
38831 2003-07-16  Karl Berry  <karl@gnu.org>
38832
38833         * config/srclist-update: was running fixlicense twice, which caused
38834                 texinfo.tex to be nullified for some reason.  Simplify,
38835                 $gplsrc is no longer needed as far as I can see?
38836
38837 2003-07-16  Jim Meyering  <jim@meyering.net>
38838
38839         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
38840
38841 2003-07-15  Paul Eggert  <eggert@twinsun.com>
38842
38843         * config/srclist.txt: Get the following files from gettext-runtime/intl
38844         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
38845         ref-del.sin.  From Bruno Haible.
38846         * config/srclist-update (fixfile): Change grep pattern again, since the
38847         previous fix didn't work (there was another trailing $).  Use
38848         '[$]' to escape the $s.
38849
38850 2003-07-15  Karl Berry  <karl@gnu.org>
38851
38852         * lib/vasnprintf.c: update from gettext.
38853
38854 2003-07-15  Karl Berry  <karl@gnu.org>
38855
38856         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
38857         gets expanded when surrounded by '$'.
38858
38859 2003-07-15  Jim Meyering  <jim@meyering.net>
38860
38861         * modules/save-cwd: Don't depend on error.  From Derek Price.
38862
38863 2003-07-15  Jim Meyering  <jim@meyering.net>
38864
38865         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
38866
38867 2003-07-14  Simon Josefsson  <jas@extundo.com>
38868
38869         * modules/mempcpy: New file.
38870         * MODULES.html.sh (func_all_modules): Add mempcpy.
38871
38872 2003-07-14  Simon Josefsson  <jas@extundo.com>
38873
38874         * m4/mempcpy.m4: New file.
38875
38876 2003-07-14  Simon Josefsson  <jas@extundo.com>
38877
38878         * lib/mempcpy.h: New file.
38879         * lib/mempcpy.c: New file.
38880
38881 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38882
38883         * modules/getdate, modules/posixtm: Depend on mktime.
38884
38885 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38886
38887         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
38888         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
38889         unicodeio.c, unicodeio.h, unlocked-io.h:
38890         Switch from LGPL to GPL.
38891
38892 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38893
38894         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
38895         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
38896         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
38897         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
38898         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
38899         updated automatically by ../config/srclist-update.  This changes
38900         their license from LPGL to GPL.
38901
38902 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38903
38904         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
38905         assumed to refer to the root of the most recent stable gettext version.
38906         * config/srclistvars.sh: Add defaults for eggert.
38907         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
38908         Match "This program" as well as "The program".  This is needed
38909         for gettext.
38910
38911 2003-07-14  Jim Meyering  <jim@meyering.net>
38912
38913         Don't emit diagnostics.  Let callers do that.
38914         * lib/save-cwd.c: Don't include "error.h".
38915         (save_cwd): Don't call error.  Ensure that errno is valid
38916         when returning nonzero.
38917
38918         * lib/save-cwd.h (restore_cwd): Update prototype.
38919         * lib/save-cwd.c (restore_cwd): Remove two parameters.
38920         Simplify.  Don't call error upon failure.  Let callers do that.
38921         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
38922         when auditing is enabled.  But don't bother updating the #if.
38923
38924 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
38925
38926         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
38927         it breaks C++ compilation.
38928         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
38929
38930 2003-07-10  Simon Josefsson  <jas@extundo.com>
38931
38932         * modules/strchrnul (Makefile.am): Add strchrnul.h.
38933
38934 2003-07-10  Jim Meyering  <jim@meyering.net>
38935
38936         * m4/clock_time.m4: Remove trailing blank.
38937         * m4/intmax_t.m4: Likewise.
38938
38939 2003-07-10  Jim Meyering  <jim@meyering.net>
38940
38941         * lib/vasnprintf.c: Remove trailing blanks.
38942         Make cpp indentation consistent.
38943
38944 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38945
38946         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
38947         posixver.c, strftime.c, strnlen.c, strverscmp.c:
38948         Switch from LGPL to GPL.
38949
38950 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38951
38952         * config/srclist.txt: Sort sublists.  Add
38953         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
38954         that differ from gnulib for one reason or another; we'd like this list
38955         to be smaller but for now let's document what we have.
38956
38957 2003-07-08  Paul Eggert  <eggert@twinsun.com>
38958
38959         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
38960         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
38961         and sweeter "eval x=$x".
38962         * config/srclist.txt: Get lib/argp* from glibc.
38963
38964 2003-07-07  Paul Eggert  <eggert@twinsun.com>
38965
38966         * lib/mktime.c: Fix some boundary cases and remove need for floating
38967         point.
38968
38969         Issue a compile-time diagnostic if time_t is floating point, or if
38970         two's complement arithmetic is not in effect, or if arithmetic
38971         right shift does not propagate the sign.  These assumptions were
38972         all in the original code but they weren't checked.
38973
38974         (TIME_T_MIDPOINT, verify): New macros.
38975         (__isleap): Remove; it has integer overflow problems.
38976         (leapyear): New function, without those problems.
38977         (ydhms_tm_diff): Remove; splitting into two parts.
38978         (ydhms_diff): New function, containing the arithmetic part of
38979         the old ydhms_tm_diff function.  Issue a compile-time
38980         diagnostic if we are not using C99 integer division.
38981         Avoid casts when possible.
38982         (guess_time_tm): New function, containing the checking part of
38983         the old ydhms_tm_diff function.  Return the new value, rather than
38984         the difference between it and the old.  Accept a new argument T
38985         so that *T specifies the old value.  Check for overflow in the result.
38986
38987         (__mktime_internal): Use a time_t offset, not a long int offset.
38988         This undoes the 2003-06-04 change, which is no longer needed now
38989         that we have better overflow checking.
38990         (localtime_offset): Likewise.
38991
38992         (__mktime_internal): Avoid harmful overflow on hosts where time_t
38993         and long are 64-bit but int is only 32-bit.
38994         (ydhms_diff): Use long int to store year1 and yday1.
38995         Issue a compile-time diagnostic if long int is not wide enough.
38996
38997         (__mktime_internal): Use long int to store adjusted year and yday.
38998         Use plain C rather than preprocessor commands, if that doesn't
38999         affect efficiency.
39000         Check for overflow (and try to repair) after each probe
39001         rather than checking only at the very end.  This avoids some bugs
39002         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
39003         does not equal GMT offset at maximum time).
39004         Use integer to check for overflow rather than floating point; this
39005         is more portable to non-IEEE hosts, and is a tad faster.
39006         When we detect that we are oscillating between two values,
39007         don't check whether tm_isdst has the requested value, since
39008         we already know the answer.  When tm_isdst has the wrong value,
39009         use a different heuristic to find the right one, based on the
39010         extreme values actually observed in practice in tz2003a,
39011         rather than the (overly optimistic) "previous 3 calendar quarters".
39012
39013         (not_equal_tm, print_tm, check_result): Use "const T" rather than
39014         "T const" to accommodate glibc style.
39015         (check_result): Use less-confusing report format.  "long" -> "long int.
39016         (main): Likewise.
39017         Don't loop if the iteration overflows time_t.
39018         Allow a negative step in the iteration.
39019
39020 2003-07-06  Karl Berry  <karl@gnu.org>
39021
39022         * config/depcomp: update from automake.
39023         * config/config.sub: update from prep.
39024
39025 2003-07-03  Karl Berry  <karl@gnu.org>
39026
39027         * config/config.guess: update from prep.
39028
39029 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39030
39031         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
39032         xreadlink.c now includes it unconditionally.
39033
39034 2003-07-01  Paul Eggert  <eggert@twinsun.com>
39035
39036         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
39037         having it depend on HAVE_SYS_TYPES_H.
39038
39039 2003-07-01  Bruno Haible  <bruno@clisp.org>
39040
39041         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
39042         <sys/types.h> should be sufficient.
39043         Reported by Paul Eggert.
39044
39045 2003-06-26  Karl Berry  <karl@gnu.org>
39046
39047         * config/depcomp: update from automake.
39048
39049 2003-06-26  Bruno Haible  <bruno@clisp.org>
39050
39051         * modules/human: Depend on module stdbool.
39052
39053 2003-06-25  Bruno Haible  <bruno@clisp.org>
39054
39055         * modules/readlink: New file.
39056         * modules/xreadlink: Depend on it.
39057         * MODULES.html.sh (func_all_modules): Add readlink.
39058
39059 2003-06-25  Bruno Haible  <bruno@clisp.org>
39060
39061         * m4/readlink.m4: New file.
39062
39063 2003-06-25  Bruno Haible  <bruno@clisp.org>
39064
39065         * lib/readlink.c: New file.
39066
39067 2003-06-22  Karl Berry  <karl@gnu.org>
39068
39069         * config/srclist.txt: update mkinstalldirs from automake.
39070         * config/mkinstalldirs: update.
39071
39072 2003-06-22  Bruno Haible  <bruno@clisp.org>
39073
39074         Portability to mingw32.
39075         * m4/ssize_t.m4: New file, from GNU gettext.
39076         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
39077         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
39078
39079 2003-06-22  Bruno Haible  <bruno@clisp.org>
39080
39081         * modules/safe-read: Add m4/ssize_t.m4.
39082         * modules/xreadlink: Add m4/ssize_t.m4.
39083
39084 2003-06-20  Bruno Haible  <bruno@clisp.org>
39085
39086         Assume C89, so PARAMS isn't needed.
39087         * lib/unicodeio.h (PARAMS): Remove.
39088         * lib/unicodeio.c: Don't use PARAMS.
39089
39090 2003-06-18  Karl Berry  <karl@gnu.org>
39091
39092         * config/config.{guess,sub}: update from prep.
39093
39094 2003-06-18  Jim Meyering  <jim@meyering.net>
39095
39096         Merge changes from coreutils.
39097         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
39098         Remove explicit declarations of xmalloc and realloc.
39099         Include xalloc.h.
39100         (read_utmp): Remove anachronistic cast of xmalloc.
39101
39102 2003-06-17  Paul Eggert  <eggert@twinsun.com>
39103
39104         Assume C89, so PARAMS isn't needed.
39105         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
39106         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
39107         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
39108         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
39109         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
39110         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
39111         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
39112         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
39113         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
39114         lib/xstrtod.h, lib/xstrtol.h: Likewise.
39115         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
39116         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
39117         no longer needed. Anyway, config.h should always be included before any
39118         other file.
39119
39120 2003-06-11  Simon Josefsson  <jas@extundo.com>
39121
39122         * modules/sysexits: New file.
39123         * MODULES.html.sh (func_all_modules): Add sysexits.
39124
39125 2003-06-11  Simon Josefsson  <jas@extundo.com>
39126
39127         * lib/sysexit_.h: New file.
39128
39129 2003-06-11  Derek Price  <derek@ximbiot.com>
39130
39131         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
39132         necessary.
39133
39134 2003-06-11  Bruno Haible  <bruno@clisp.org>
39135
39136         * m4/sysexits.m4: New file.
39137
39138 2003-06-10  Simon Josefsson  <jas@extundo.com>
39139
39140         * lib/argp.h: New file, from glibc.
39141         * lib/argp-ba.c: New file, from glibc.
39142         * lib/argp-eexst.c: New file, from glibc.
39143         * lib/argp-fmtstream.c: New file, from glibc.
39144         * lib/argp-fmtstream.h: New file, from glibc.
39145         * lib/argp-fs-xinl.c: New file, from glibc.
39146         * lib/argp-help.c: New file, from glibc.
39147         * lib/argp-namefrob.h: New file, from glibc.
39148         * lib/argp-parse.c: New file, from glibc.
39149         * lib/argp-pv.c: New file, from glibc.
39150         * lib/argp-pvh.c: New file, from glibc.
39151         * lib/argp-xinl.c: New file, from glibc.
39152
39153 2003-06-10  Simon Josefsson  <jas@extundo.com>
39154
39155         * modules/strchrnul: New file.
39156
39157 2003-06-10  Simon Josefsson  <jas@extundo.com>
39158
39159         * modules/argp: New file.
39160
39161 2003-06-10  Simon Josefsson  <jas@extundo.com>
39162
39163         * m4/strchrnul.m4: New file.
39164
39165 2003-06-10  Simon Josefsson  <jas@extundo.com>
39166
39167         * lib/strchrnul.h: New file.
39168         * lib/strchrnul.c: New file.
39169
39170 2003-06-10  Bruno Haible  <bruno@clisp.org>
39171
39172         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
39173
39174 2003-06-07  Karl Berry  <karl@gnu.org>
39175
39176         * config/config.{guess,sub}: update from prep.
39177
39178 2003-06-07  Jim Meyering  <jim@meyering.net>
39179
39180         * modules/strtod: Use $(...) notation, not @...@ for
39181         AC_REPLACE'd variables.
39182         * modules/localcharset: Likewise.
39183
39184 2003-06-07  Jim Meyering  <jim@meyering.net>
39185
39186         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
39187         in place of my name in the copyright comment.
39188         Remove definition and uses of __P.
39189
39190         From coreutils.
39191         * lib/stat.c: Don't declare xmalloc explicitly.
39192         Instead, include "xalloc.h".
39193         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
39194         xrealloc, and xcalloc return values.
39195         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
39196         Improve comment.
39197         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
39198
39199 2003-06-07  Bruno Haible  <bruno@clisp.org>
39200
39201         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
39202         avoid AC_CONFIG_LINKS.
39203         * modules/fnmatch (Makefile.am): Use explicit creation rule for
39204         fnmatch.h, to avoid AC_CONFIG_LINKS.
39205         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
39206
39207 2003-06-07  Bruno Haible  <bruno@clisp.org>
39208
39209         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
39210         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
39211         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39212         directory.
39213         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
39214         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39215         directory.
39216
39217 2003-06-06  Jim Meyering  <jim@meyering.net>
39218
39219         Merge from coreutils.
39220         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
39221         Consolidate declarations and initializations of *_base* locals.
39222
39223         Merge from coreutils.
39224         This avoids a core dump on systems without GNU putenv,
39225         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
39226         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
39227         (unsetenv): New static function, from GNU libc.
39228         (rpl_putenv): Use it.
39229
39230         * lib/modechange.c: Remove trailing blanks.
39231
39232         Merge from coreutils.
39233         * lib/fsusage.c: Remove declaration of statfs.
39234         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
39235
39236         * lib/posixtm.c: Include <stdbool.h> unconditionally.
39237
39238 2003-06-06  Jim Meyering  <jim@meyering.net>
39239
39240         * lib/stdbool_.h: Renamed from stdbool.h.in.
39241
39242 2003-06-06  Jim Meyering  <jim@meyering.net>
39243             Bruno Haible  <bruno@clisp.org>
39244
39245         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
39246         Adjust Makefile.am snippet not to redirect directly to target.
39247         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
39248
39249 2003-06-05  Paul Eggert  <eggert@twinsun.com>
39250
39251         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
39252         mismatch, look in future quarters as well as past.  This fixes a
39253         bug when processing fall-backwards gaps immediately after a long
39254         period of daylight-saving time.
39255
39256         * lib/mktime.c: Assume freestanding C89 or better.
39257         (HAVE_LIMITS_H): Remove.  Assume it's 1.
39258         (__P): Remove; not used.
39259         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
39260         (mktime, not_equal_tm, print_tm, check_result,
39261         main): Use prototypes.  Use const * where appropriate.
39262         (main): Fix typo in testing code that uncovered by above changes.
39263         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
39264
39265 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39266
39267         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
39268         locale.h, localeconv.  This merges changes from coreutils.
39269
39270         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
39271         It can be removed after the next Autoconf is released.
39272         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
39273         needed.
39274
39275 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39276
39277         * lib/mktime.c: Fix Debian bug 177940
39278         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
39279         (localtime_offset): Now long int, not time_t, because we want it
39280         to be guaranteed to be signed.  All uses changed.
39281         (__mktime_internal): If overflow would occur when adding offset,
39282         don't add it.
39283
39284         Merge 'human' changes from coreutils.  Rewrite to support
39285         locale-specific notations like thousands separators.
39286         * lib/human.c: Simplify authorship notice.
39287         Include human.h immediately after config.h.
39288         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
39289         <limits.h>: Do not include, since human.h does.
39290         (SIZE_MAX, UINTMAX_MAX): New macros.
39291         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
39292         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
39293         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
39294         (power_letter): Renamed from suffixes.
39295         (generate_suffix_backwards): Remove.
39296         (adjust_value): Now takes int style (because of human.h changes)
39297         and long double value (for greater precision on some platforms).
39298         (group_number): New function.
39299         (human_readable): Use it.  Use integer options, not enum.
39300         Put the options before the sizes in the arg list.
39301         Support all the new options.
39302         The old human_readable function has been removed;
39303         use inttostr.h instead.
39304         (human_readable, default_block_size, humblock):
39305         Use uintmax_t, not int, for block sizes.
39306         (human_readable_inexact, block_size_types): Remove.
39307         (block_size_opts): New constant.
39308         (human_options): Renamed from human_block_size, with new signature
39309         that allows block sizes up to UINTMAX_MAX.  All callers changed.
39310         * lib/human.h: Add copyright and authorship notice.
39311         Include <limits.h> and <stdbool.h> unconditionally.
39312         (PARAMS): Remove.  All uses removed.
39313         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
39314         (enum human_inexact_style): Remove tag; now a nameless enum.
39315         (human_floor, human_ceiling, human_round_to_even): Now have
39316         values 2, 0, 1 rather than -1, 1, 0.
39317         (human_group_digits, human_suppress_point_zero, human_autoscale,
39318         human_base_1024, human_SI, human_B): New constants.
39319         (human_readable_inexact, human_block_size): Remove.
39320         (human_readable): Size args are now uintmax_t, not int.
39321         (human_options): New decl.
39322
39323         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
39324         unnecessary now that we assume C89 or better.  This change
39325         imported from coreutils.
39326
39327         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39328         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
39329         in the 2003-05-30 sync from glibc.
39330
39331         .h files should stand alone, but we shouldn't include <sys/types.h>
39332         if we can get away with just <stddef.h>.
39333
39334         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
39335         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
39336         rather than <sys/types.h>, as we merely need size_t.
39337         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
39338         to get size_t.
39339         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
39340         Include <stdio.h>, to get FILE.
39341         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
39342         memcasecmp.h has included <stddef.h> and all we need is size_t.
39343         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
39344         our interface, instead of including <sys/types.h>
39345
39346 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39347
39348         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
39349         now, as glibc mktime is buggy on non-glibc systems.
39350
39351 2003-06-03  Karl Berry  <karl@gnu.org>
39352
39353         * config/config.sub: update from prep.
39354
39355 2003-06-02  Paul Eggert  <eggert@twinsun.com>
39356
39357         [from coreutils]
39358         Fix some minor time-related bugs with POSIX time arguments.
39359         Some valid time stamps were being rejected (notably -1, and
39360         time stamps before 1900 on 64-bit hosts).  And some invalid
39361         time stamps were being accepted, e.g. September 31.
39362
39363         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
39364         that we can return (time_t) -1 successfully.
39365         * lib/posixtm.c: Likewise.
39366         [HAVE_STDBOOL_H]: Include <stdbool.h>.
39367         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
39368         (t): Remove static var.
39369         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
39370         of static var.  All uses changed.
39371         (year): Do not reject years before 1900; they can occur with
39372         64-bit time_t.
39373         (posix_time_parse): Do not check for out-of-range components;
39374         that is now the caller's responsibility, since our checks were
39375         only approximations.
39376         (posixtime): Use mktime to check for out-of-range components,
39377         since it knows them exactly.
39378         If mktime returns (time_t) -1, check whether an error actually occurred
39379         by invoking localtime on -1.
39380         (main) [TEST_POSIXTIME]: Check for input data errors, and report
39381         posixtime failures better.
39382         Improve the test data (in comments only).
39383
39384 2003-06-02  Karl Berry  <karl@gnu.org>
39385
39386         * config/mkinstalldirs (version): new variable.
39387         (--version): new option.
39388         (usage): improve message.
39389
39390 2003-05-30  Karl Berry  <karl@gnu.org>
39391
39392         * lib/mktime.c: update from libc.
39393
39394 2003-05-30  Bruno Haible  <bruno@clisp.org>
39395
39396         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
39397         * config/config.rpath: Upgrade to gettext-0.12.1.
39398
39399 2003-05-30  Bruno Haible  <bruno@clisp.org>
39400
39401         * m4/gettext.m4: Upgrade to gettext-0.12.1.
39402         * m4/nls.m4: New file, from gettext-0.12.1.
39403         * m4/po.m4: New file, from gettext-0.12.1.
39404         * m4/progtest.m4: Upgrade to gettext-0.12.1.
39405
39406 2003-05-30  Bruno Haible  <bruno@clisp.org>
39407
39408         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
39409         * lib/localcharset.h: Likewise.
39410         * lib/localcharset.c: Likewise.
39411
39412 2003-05-29  Karl Berry  <karl@gnu.org>
39413
39414         * config/config.rpath: update from gettext.
39415
39416 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39417
39418         Assume the headers required for C89 freestanding compilers.
39419         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
39420         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
39421         * m4/human.m4 (gl_HUMAN): Likewise.
39422         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
39423         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
39424         * m4/userspec.m4 (gl_USERSPEC): Likewise.
39425         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
39426         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39427         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
39428
39429 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39430
39431         Assume the headers required for C89 freestanding compilers.
39432         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
39433         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
39434         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
39435         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
39436         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
39437         define, since <limits.h> is guaranteed to do that.
39438         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
39439         * lib/exclude.c: Include <stdbool.h> unconditionally.
39440         * lib/tempname.c: Include <stddef.h> unconditionally.
39441         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
39442         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
39443         <stddef.h> does that.
39444         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
39445         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
39446         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
39447         needed.
39448         * lib/xstrtol.c: Likewise.
39449         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
39450         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
39451
39452         * lib/addext.c (addext): Use assignment rather than cast, to avoid
39453         warnings on some platforms.
39454
39455         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39456         arbitrarily.
39457
39458 2003-05-26  Jim Meyering  <jim@meyering.net>
39459
39460         Merge in a change from coreutils:
39461         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
39462         that is guaranteed to be `no'.  Use `no_such_member' to indicate
39463         that condition, rather than `-1' which is slightly misleading.
39464         Change the name of the cache variable to have the gl_ prefix.
39465         Prompted by a patch from Richard Dawe for DJGPP.
39466
39467 2003-05-24  Karl Berry  <karl@gnu.org>
39468
39469         * config/config.guess: update from prep.
39470
39471 2003-05-22  Karl Berry  <karl@gnu.org>
39472
39473         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
39474
39475 2003-05-20  Karl Berry  <karl@gnu.org>
39476
39477         * config/config.guess: update from prep.
39478
39479 2003-05-18  Karl Berry  <karl@gnu.org>
39480
39481         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
39482         might actually be set by the user.
39483
39484         * config/depcomp, install-sh, mdate-sh: update from automake.
39485
39486 2003-05-17  Bruno Haible  <bruno@clisp.org>
39487
39488         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
39489         invalid expansion for AC_EGREP_CPP.
39490         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
39491         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
39492         Suggested by Akim Demaille <akim@epita.fr> in
39493         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
39494
39495 2003-05-12  Jim Meyering  <jim@meyering.net>
39496
39497         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
39498         the space-padded-by-default conversion specifiers, %e, %k, %l.
39499
39500 2003-05-12  Bruno Haible  <bruno@clisp.org>
39501
39502         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
39503         the string is longer than 4 KB.
39504
39505 2003-05-11  Karl Berry  <karl@gnu.org>
39506
39507         * config/config.{guess,sub}: update from prep.
39508
39509 2003-05-09  Bruno Haible  <bruno@clisp.org>
39510
39511         * modules/error: Add m4/strerror_r.m4 to file list.
39512
39513 2003-05-03  Bruno Haible  <bruno@clisp.org>
39514
39515         Upgrade to Unicode-4.0.
39516         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
39517         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
39518         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
39519         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
39520         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
39521         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
39522         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
39523         Change width of U+E0100..U+E01EF from 1 to 0.
39524
39525 2003-04-25  Jim Meyering  <jim@meyering.net>
39526
39527         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
39528         of type size_t, not int.
39529
39530 2003-04-25  Bruno Haible  <bruno@clisp.org>
39531
39532         * lib/copy-file.c: Include <stddef.h>, for size_t.
39533
39534 2003-04-21  Paul Eggert  <eggert@twinsun.com>
39535
39536         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
39537         code which expansion is under static control.  Patch imported from
39538         Akim Demaille's patch to Bison; see
39539         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
39540
39541 2003-04-14  Bruno Haible  <bruno@clisp.org>
39542
39543         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
39544
39545 2003-04-11  Jim Meyering  <jim@meyering.net>
39546
39547         Merge changes from Coreutils.
39548
39549         2003-03-22  Jim Meyering  <jim@meyering.net>
39550
39551         * lib/strftime.c (widen): Cast alloca return value to proper type.
39552
39553         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
39554
39555         From GNU libc.
39556         * lib/strftime.c (my_strftime): Handle very large width
39557         specifications for numeric values correctly.  Improve checks for
39558         overflow.
39559
39560         2003-01-19  Jim Meyering  <jim@meyering.net>
39561
39562         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
39563         definitions.
39564         (nl_get_alt_digit) [! defined my_strftime]: Define.
39565         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
39566         _nl_get_alt_digit and _nl_get_walt_digit.
39567
39568         * lib/strftime.c (my_strftime): Merge in locale-related changes from
39569         libc. These changes have no effect outside of _LIBC.
39570
39571 2003-04-10  Bruno Haible  <bruno@clisp.org>
39572
39573         * modules/findprog: New file.
39574         * MODULES.html.sh (func_all_modules): Add it.
39575
39576 2003-04-10  Bruno Haible  <bruno@clisp.org>
39577
39578         * m4/findprog.m4: New file.
39579         * m4/eaccess.m4: New file.
39580
39581 2003-04-10  Bruno Haible  <bruno@clisp.org>
39582
39583         * lib/findprog.h: New file, from GNU gettext.
39584         * lib/findprog.c: New file, from GNU gettext.
39585
39586 2003-04-05  Jim Meyering  <jim@meyering.net>
39587
39588         Merge changes from Coreutils.
39589
39590         * lib/exclude.h (PARAMS): Remove definition and uses.
39591         * lib/exclude.c: Remove uses of `PARAMS'.
39592
39593         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
39594         Add test-cases for DOS filenames. Declare program_name.
39595         (main): Set up program_name.  Patch by Rich Dawe.
39596
39597         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39598         error from mntctl.
39599         Use mntctl's return value to drive the entry-processing loop, since
39600         we can't rely on the value of the vmt_length member in the last
39601         entry.  On some systems doing so could result in exhausting
39602         virtual memory.  Based in part on a patch from Mike Jetzer.
39603
39604 2003-04-04  Bruno Haible  <bruno@clisp.org>
39605
39606         * modules/linebreak: New file.
39607         * MODULES.html.sh (func_all_modules): Add it.
39608
39609 2003-04-04  Bruno Haible  <bruno@clisp.org>
39610
39611         * m4/linebreak.m4: New file.
39612
39613 2003-04-04  Bruno Haible  <bruno@clisp.org>
39614
39615         * lib/linebreak.h: New file, from GNU gettext.
39616         * lib/linebreak.c: New file, from GNU gettext with slight
39617         modifications.
39618         * lib/lbrkprop.h: New file, from GNU gettext.
39619
39620 2003-04-03  Bruno Haible  <bruno@clisp.org>
39621
39622         * modules/utf8-ucs4: New file.
39623         * modules/utf16-ucs4: New file.
39624         * modules/ucs4-utf8: New file.
39625         * modules/ucs4-utf16: New file.
39626         * MODULES.html.sh (func_all_modules): Add them.
39627
39628 2003-04-03  Bruno Haible  <bruno@clisp.org>
39629
39630         * m4/utf-ucs4.m4: New file.
39631         * m4/ucs4-utf.m4: New file.
39632
39633 2003-04-03  Bruno Haible  <bruno@clisp.org>
39634
39635         * lib/utf8-ucs4.h: New file, from GNU gettext.
39636         * lib/utf16-ucs4.h: New file, from GNU gettext.
39637         * lib/ucs4-utf8.h: New file, from GNU gettext.
39638         * lib/ucs4-utf16.h: New file, from GNU gettext.
39639
39640 2003-04-02  Bruno Haible  <bruno@clisp.org>
39641
39642         * modules/binary-io: New file.
39643         * MODULES.html.sh (func_all_modules): Add it.
39644
39645 2003-04-02  Bruno Haible  <bruno@clisp.org>
39646
39647         * lib/binary-io.h: New file, from GNU gettext.
39648
39649 2003-04-01  Bruno Haible  <bruno@clisp.org>
39650
39651         * modules/pathname: New file.
39652         * MODULES.html.sh (func_all_modules): Add it.
39653
39654 2003-04-01  Bruno Haible  <bruno@clisp.org>
39655
39656         * lib/pathname.h: New file, from GNU gettext.
39657         * lib/concatpath.c: New file, from GNU gettext.
39658
39659 2003-03-30  Bruno Haible  <bruno@clisp.org>
39660
39661         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
39662
39663 2003-03-30  Bruno Haible  <bruno@clisp.org>
39664
39665         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
39666         function chown() doesn't exist.
39667
39668 2003-03-28  Bruno Haible  <bruno@clisp.org>
39669
39670         * modules/copy-file: New file.
39671         * MODULES.html.sh (func_all_modules): Add it.
39672
39673 2003-03-28  Bruno Haible  <bruno@clisp.org>
39674
39675         * m4/copy-file.m4: New file.
39676
39677 2003-03-28  Bruno Haible  <bruno@clisp.org>
39678
39679         * lib/copy-file.h: New file, from GNU gettext.
39680         * lib/copy-file.c: New file, from GNU gettext.
39681
39682 2003-03-18  Jim Meyering  <jim@meyering.net>
39683
39684         * lib/quote.c (quote_n): Fix typo in comment.
39685
39686 2003-03-18  Bruno Haible  <bruno@clisp.org>
39687
39688         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
39689         checking.
39690         * m4/onceonly_2_57.m4: Likewise.
39691
39692 2003-03-17  Bruno Haible  <bruno@clisp.org>
39693
39694         * m4/onceonly.m4: Require autoconf 2.54 or newer.
39695         (m4_quote): Remove macro.
39696         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
39697
39698 2003-03-14  Jim Meyering  <jim@meyering.net>
39699
39700         Merge changes from Coreutils.
39701         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
39702         to be const, in order to avoid warnings.
39703         (obstack_room): Likewise.
39704         (obstack_empty_p): Likewise.
39705
39706 2003-03-14  Bruno Haible  <bruno@clisp.org>
39707
39708         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
39709         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
39710
39711 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39712
39713         Merge changes from Bison.
39714         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
39715         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
39716         when compiling Bison 1.875's `bitset bset = obstack_alloc
39717         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
39718         * lib/hash.c: Include <stdbool.h> unconditionally.
39719
39720 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39721
39722         * m4/onceonly.m4 (m4_quote): New macro.
39723         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
39724         Quote AC_FOREACH variable-expansions properly.
39725
39726 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39727
39728         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
39729
39730 2003-03-09  Paul Eggert  <eggert@twinsun.com>
39731
39732         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
39733         Reported by Bruce Becker; see:
39734         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
39735
39736 2003-03-03  Paul Eggert  <eggert@twinsun.com>
39737             Bruno Haible  <bruno@clisp.org>
39738
39739         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
39740         Reported by John Hughes, see
39741         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
39742
39743 2003-02-20  Bruno Haible  <bruno@clisp.org>
39744
39745         * MODULES.html.sh (func_all_modules): Add poll.
39746
39747 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39748
39749         * modules/poll: New file.
39750
39751 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39752
39753         * lib/poll_.h: New file.
39754         * lib/poll.c: New file.
39755
39756 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39757
39758         * m4/poll.m4: New file.
39759
39760 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39761
39762         * modules/mathl: New file.
39763
39764 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39765
39766         * lib/mathl.h: New file.
39767         * lib/acosl.c: New file.
39768         * lib/asinl.c: New file.
39769         * lib/atanl.c: New file.
39770         * lib/ceill.c: New file.
39771         * lib/cosl.c: New file.
39772         * lib/expl.c: New file.
39773         * lib/floorl.c: New file.
39774         * lib/frexpl.c: New file.
39775         * lib/ldexpl.c: New file.
39776         * lib/logl.c: New file.
39777         * lib/sincosl.c: New file.
39778         * lib/sinl.c: New file.
39779         * lib/sqrtl.c: New file.
39780         * lib/tanl.c: New file.
39781         * lib/trigl.c: New file.
39782         * lib/trigl.h: New file.
39783
39784 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39785
39786         * m4/mathl.m4: New file.
39787
39788 2003-02-18  Bruno Haible  <bruno@clisp.org>
39789
39790         * MODULES.html.sh (func_all_modules): Add mathl.
39791
39792 2003-02-17  Bruno Haible  <bruno@clisp.org>
39793
39794         * modules/mkdtemp: New module.
39795         * MODULES.html.sh (func_all_modules): Add it.
39796
39797 2003-02-17  Bruno Haible  <bruno@clisp.org>
39798
39799         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
39800
39801 2003-02-17  Bruno Haible  <bruno@clisp.org>
39802
39803         * lib/mkdtemp.h: New file, from GNU gettext.
39804         * lib/mkdtemp.c: New file, from GNU gettext.
39805
39806 2003-02-02  Jim Meyering  <jim@meyering.net>
39807
39808         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
39809         e.g. glibc-2.2.93.
39810
39811 2003-01-31  Bruno Haible  <bruno@clisp.org>
39812
39813         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
39814         'rpl_rename'.
39815         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
39816         'rpl_strnlen'.
39817         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
39818         'rpl_strtod'.
39819         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
39820         'rpl_utime'.
39821
39822 2003-01-31  Bruno Haible  <bruno@clisp.org>
39823
39824         * lib/rename.c: #undef rename before defining rpl_rename.
39825         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
39826
39827 2003-01-30  Bruno Haible  <bruno@clisp.org>
39828
39829         * modules/vasnprintf, modules/vasprintf: New modules.
39830         * MODULES.html.sh (func_all_modules): Add them.
39831
39832 2003-01-30  Bruno Haible  <bruno@clisp.org>
39833
39834         * m4/signed.m4: New file, from GNU gettext.
39835         * m4/longdouble.m4: New file, from GNU gettext.
39836         * m4/wchar_t.m4: New file, from GNU gettext.
39837         * m4/wint_t.m4: New file, from GNU gettext.
39838         * m4/vasnprintf.m4: New file.
39839         * m4/vasprintf.m4: New file.
39840
39841 2003-01-30  Bruno Haible  <bruno@clisp.org>
39842
39843         * lib/printf-args.h: New file, from GNU gettext.
39844         * lib/printf-args.c: New file, from GNU gettext.
39845         * lib/printf-parse.h: New file, from GNU gettext.
39846         * lib/printf-parse.c: New file, from GNU gettext.
39847         * lib/vasnprintf.h: New file, from GNU gettext.
39848         * lib/vasnprintf.c: New file, from GNU gettext.
39849         * lib/asnprintf.c: New file, from GNU gettext.
39850         * lib/vasprintf.h: New file, from GNU gettext with modifications.
39851         * lib/vasprintf.c: New file, from GNU gettext.
39852         * lib/asprintf.c: New file, from GNU gettext.
39853
39854 2003-01-29  Bruno Haible  <bruno@clisp.org>
39855
39856         * modules/stpncpy: New module.
39857         * MODULES.html.sh (func_all_modules): Add it.
39858
39859 2003-01-29  Bruno Haible  <bruno@clisp.org>
39860
39861         * m4/stpncpy.m4: New file.
39862
39863 2003-01-29  Bruno Haible  <bruno@clisp.org>
39864
39865         * lib/stpncpy.h: New file, from GNU gettext with modifications.
39866         * lib/stpncpy.c: New file, from GNU gettext with modifications.
39867
39868 2003-01-28  Bruno Haible  <bruno@clisp.org>
39869
39870         * modules/c-ctype: New module.
39871         * MODULES.html.sh (func_all_modules): Add it.
39872
39873 2003-01-28  Bruno Haible  <bruno@clisp.org>
39874
39875         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
39876         Paul Eggert.
39877         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
39878         Paul Eggert.
39879
39880 2003-01-27  Bruno Haible  <bruno@clisp.org>
39881
39882         * modules/xsetenv: New module.
39883         * MODULES.html.sh (func_all_modules): Add it.
39884
39885 2003-01-27  Bruno Haible  <bruno@clisp.org>
39886
39887         * lib/xsetenv.h: New file, from GNU gettext.
39888         * lib/xsetenv.c: New file, from GNU gettext.
39889
39890 2003-01-23  Jim Meyering  <jim@meyering.net>
39891
39892         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
39893         from working on systems without dirfd (at least Irix and OSF1/Tru64).
39894
39895 2003-01-23  Bruno Haible  <bruno@clisp.org>
39896
39897         * modules/minmax: New module.
39898         * MODULES.html.sh (func_all_modules): Add it.
39899
39900 2003-01-23  Bruno Haible  <bruno@clisp.org>
39901
39902         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
39903         Eggert.
39904
39905 2003-01-22  Bruno Haible  <bruno@clisp.org>
39906
39907         * modules/exit: New module.
39908         * MODULES.html.sh (func_all_modules): Add it.
39909
39910 2003-01-22  Bruno Haible  <bruno@clisp.org>
39911
39912         * lib/exit.h: New file, from GNU gettext.
39913
39914 2003-01-19  Bruno Haible  <bruno@clisp.org>
39915
39916         * gnulib-tool: Recognize option --extract-maintainer.
39917         (func_get_maintainer): New function.
39918         * modules/*: Add Maintainer entry.
39919
39920 2003-01-16  Jim Meyering  <jim@meyering.net>
39921
39922         * m4/regex.m4: The `regex' struct is both input and output.
39923         Initialize it before each use.  Patch by Tim Waugh.
39924
39925 2003-01-16  Bruno Haible  <bruno@clisp.org>
39926
39927         * MODULES.html.sh: Add a table of contents. Add the module name as
39928         leftmost column. Add hyperlinks.
39929
39930 2003-01-15  Bruno Haible  <bruno@clisp.org>
39931
39932         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
39933
39934 2003-01-15  Bruno Haible  <bruno@clisp.org>
39935
39936         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
39937         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
39938         suffix.
39939
39940 2003-01-15  Bruno Haible  <bruno@clisp.org>
39941
39942         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
39943
39944 2003-01-15  Bruno Haible  <bruno@clisp.org>
39945
39946         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
39947         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
39948
39949 2003-01-14  Jim Meyering  <jim@meyering.net>
39950
39951         * lib/same.c (same_name): Tweak a comment.
39952
39953 2003-01-14  Bruno Haible  <bruno@clisp.org>
39954
39955         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
39956         when a string comparison is sufficient.
39957
39958 2003-01-14  Bruno Haible  <bruno@clisp.org>
39959
39960         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
39961         'unsigned int'.
39962
39963 2003-01-14  Bruno Haible  <bruno@clisp.org>
39964
39965         * lib/hash-pjw.c: Add comment about low quality of this function.
39966
39967 2003-01-13  Bruno Haible  <bruno@clisp.org>
39968
39969         * modules/stpcpy: Distribute lib/stpcpy.h.
39970         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
39971
39972 2003-01-13  Bruno Haible  <bruno@clisp.org>
39973
39974         * modules/*: Add a description.
39975         * modules/strpbrk: Fix Makefile.am snippet.
39976         * modules/strtoimax: Fix dependencies.
39977         * modules/strtoumax: Likewise.
39978
39979 2003-01-13  Bruno Haible  <bruno@clisp.org>
39980
39981         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
39982         * modules/alloca (Makefile.am): All object files depend on alloca.h.
39983         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
39984
39985 2003-01-13  Bruno Haible  <bruno@clisp.org>
39986
39987         * gnulib-tool (func_create_testdir): Store config/* files in the main
39988         directory.
39989         * config.rpath: Move to ...
39990         * config/config.rpath: ... here.
39991         * modules/gettext: Contains config/config.rpath, not config.rpath.
39992         * modules/iconv: Likewise.
39993
39994 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39995
39996         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39997         to avoid collisions with libcurses and libreadline.
39998
39999         * m4/getstr.m4: Remove.
40000         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
40001
40002 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40003
40004         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40005         to avoid collisions with libcurses and libreadline.
40006
40007         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
40008         * lib/getstr.h, getstr.c: Remove.
40009         * lib/getline.c: Include "getline.h", to check interface.
40010         Move body of old getstr.c here: this defines MIN_CHUNK and
40011         declares getdelim2, which is renamed from getstr.
40012         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
40013
40014         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
40015         All uses changed.
40016         * lib/linebuffer.h: Likewise.
40017         (readline): Remove backward-compatibility macro.
40018
40019 2003-01-12  Paul Eggert  <eggert@twinsun.com>
40020
40021         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
40022         to avoid collisions with libcurses and libreadline.
40023         * getstr: Remove.
40024         * MODULES.html.sh: Remove getstr.
40025         * modules/getline: Depend on unlocked-io, not getstr.
40026
40027 2003-01-12  Jim Meyering  <jim@meyering.net>
40028
40029         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
40030
40031 2003-01-10  Bruno Haible  <bruno@clisp.org>
40032
40033         * modules/alloca: Change Makefile.am requirements. Simplify Include
40034         requirements. Add lib/alloca_.h to file list.
40035
40036 2003-01-10  Bruno Haible  <bruno@clisp.org>
40037
40038         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
40039
40040 2003-01-10  Bruno Haible  <bruno@clisp.org>
40041
40042         * lib/alloca_.h: New file.
40043         * lib/getdate.y: Unconditionally include alloca.h.
40044         * lib/makepath.c: Likewise.
40045         * lib/setenv.c: Likewise.
40046         * lib/userspec.c: Likewise.
40047
40048 2003-01-09  Karl Berry  <karl@gnu.org>
40049
40050         * MODULES.html.sh: include `dirname $0` in PATH, to find
40051         gnulib-tool.
40052
40053 2003-01-09  Bruno Haible  <bruno@clisp.org>
40054
40055         * modules/stdbool: Change configure.ac, Makefile.am requirements.
40056         Simplify Include requirements. Add lib/stdbool.h.in to file list.
40057
40058 2003-01-09  Bruno Haible  <bruno@clisp.org>
40059
40060         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
40061
40062 2003-01-09  Bruno Haible  <bruno@clisp.org>
40063
40064         * lib/stdbool.h.in: New file.
40065
40066 2003-01-09  Bruno Haible  <bruno@clisp.org>
40067
40068         * gnulib-tool (func_all_modules): Ignore files ending in ~.
40069         * MODULES.html.sh: Likewise.
40070
40071 2003-01-08  Jim Meyering  <jim@meyering.net>
40072
40073         * lib/full-write.c: Undefine and define-away `const' after inclusion
40074         of errno.h, not before.  Suggestion from Bruno Haible.
40075
40076 2003-01-08  Bruno Haible  <bruno@clisp.org>
40077
40078         * modules/full-read: Depend on full-write.
40079
40080 2003-01-08  Bruno Haible  <bruno@clisp.org>
40081
40082         * lib/safe-read.c: Include specification header first, to ensure its
40083         selfcontainedness.
40084         * lib/full-write.c: Likewise.
40085
40086 2003-01-07  Jim Meyering  <jim@meyering.net>
40087
40088         * lib/full-write.c: Rework so that it may serve to define full_read,
40089         too.
40090         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
40091
40092 2003-01-07  Bruno Haible  <bruno@clisp.org>
40093
40094         * lib/strtoimax.c: Include <stdint.h> as an alternative to
40095         <inttypes.h>.
40096         * lib/xstrtol.h: Likewise.
40097         * lib/xstrtoimax.c: Likewise.
40098         * lib/xstrtoumax.c: Likewise.
40099         * lib/human.h: Likewise.
40100
40101         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
40102         on systems that have <inttypes.h> but not <stdint.h>.
40103
40104 2003-01-07  Bruno Haible  <bruno@clisp.org>
40105
40106         * MODULES.html.sh: Add copyright notice.
40107         (missed_files): Omit CVS directory entries.
40108         (func_module): Make it work with sed-3.02.
40109         * MODULES.txt: Remove file.
40110
40111 2003-01-06  Jim Meyering  <jim@meyering.net>
40112
40113         * lib/version-etc.c: Update year in translatable copyright string.
40114
40115 2003-01-03  Karl Berry  <karl@gnu.org>
40116
40117         * config/config.{guess,sub}: update from prep.
40118
40119 2003-01-02  Karl Berry  <karl@gnu.org>
40120
40121         * doc/COPYING.DOC: belatedly updated to 1.2.
40122
40123 2003-01-01  Karl Berry  <karl@gnu.org>
40124
40125         * gnulib-tool (func_verify_module): report module name $module in
40126         error message, not $1.
40127         * gnulib-tool (create-testdir): don't complain if destdir couldn't
40128         be created, only if it doesn't exist.
40129         * gnulib-tool (last_checkin_date): don't expand the $Date here.
40130
40131 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40132
40133         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
40134
40135 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40136
40137         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
40138         memcmp if strcoll doesn't work.
40139
40140 2002-12-31  Bruno Haible  <bruno@clisp.org>
40141
40142         * lib/utime.c (utime_null): No need to call ftruncate if the file was
40143         nonempty.
40144
40145 2002-12-31  Bruno Haible  <bruno@clisp.org>
40146
40147         * lib/memcoll.c (STRCOLL): New macro.
40148         (memcoll): Use it.
40149
40150 2002-12-31  Bruno Haible  <bruno@clisp.org>
40151
40152         * lib/localcharset.h: New file.
40153         * lib/localcharset.c: Include it.
40154         * lib/unicodeio.c: Likewise.
40155
40156 2002-12-31  Bruno Haible  <bruno@clisp.org>
40157
40158         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
40159         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
40160
40161 2002-12-31  Bruno Haible  <bruno@clisp.org>
40162
40163         * lib/getline.h: Include <stddef.h>, for size_t.
40164
40165         * lib/unicodeio.h: Include <stddef.h>, for size_t.
40166         * lib/unicodeio.c: Don't include <stddef.h>.
40167
40168 2002-12-31  Bruno Haible  <bruno@clisp.org>
40169
40170         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
40171         HAVE_TM_ZONE.
40172
40173 2002-12-24  Karl Berry  <karl@gnu.org>
40174
40175         * config/config.guess: update from prep.
40176
40177 2002-12-24  Bruno Haible  <bruno@clisp.org>
40178
40179         General infrasructure.
40180         * m4/README: Rewritten.
40181         * m4/onceonly.m4: New file.
40182         * m4/onceonly_2_57.m4: New file.
40183
40184         Module atexit.
40185         * m4/atexit.m4: New file.
40186
40187         Module strtod.
40188         * m4/strtod.m4: New file.
40189
40190         Module strtol.
40191         * m4/strtol.m4: New file.
40192
40193         Module strtoul.
40194         * m4/strtoul.m4: New file.
40195
40196         Module memchr.
40197         * m4/memchr.m4: New file.
40198
40199         Module memcmp.
40200         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
40201         (jm_FUNC_MEMCMP): Invoke it.
40202
40203         Module memcpy.
40204         * m4/memcpy.m4: New file.
40205
40206         Module memmove.
40207         * m4/memmove.m4: New file.
40208
40209         Module memset.
40210         * m4/memset.m4: New file.
40211
40212         Module strcspn.
40213         * m4/strcspn.m4: New file.
40214
40215         Module strpbrk.
40216         * m4/strpbrk.m4: New file.
40217
40218         Module strstr.
40219         * m4/strstr.m4: New file.
40220
40221         Module strerror.
40222         * m4/strerror.m4: New file.
40223
40224         Module mktime.
40225         * m4/mktime.m4: Renamed from jm-mktime.m4.
40226         (gl_PREREQ_MKTIME): New macro.
40227         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
40228
40229         Module malloc.
40230         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
40231         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
40232         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
40233
40234         Module realloc.
40235         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
40236         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
40237         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
40238
40239         Module strftime.
40240         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
40241         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
40242         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
40243         gl_TM_GMTOFF.
40244         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
40245
40246         Module xalloc.
40247         * m4/xalloc.m4: New file.
40248
40249         Module alloca.
40250         * m4/alloca.m4: New file.
40251
40252         Module putenv.
40253         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
40254         (jm_FUNC_PUTENV): Invoke it.
40255
40256         Module setenv.
40257         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
40258         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
40259         when invoked twice.
40260         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
40261         gt_FUNC_SETENV.
40262
40263         Module memrchr.
40264         * m4/memrchr.m4: New file.
40265
40266         Module stpcpy.
40267         * m4/stpcpy.m4: New file.
40268
40269         Module strcase.
40270         * m4/strcase.m4: New file.
40271
40272         Module strdup.
40273         * m4/strdup.m4: New file.
40274
40275         Module strnlen.
40276         * m4/strnlen.m4: New file.
40277
40278         Module strndup.
40279         * m4/strndup.m4: New file.
40280
40281         Module xstrtod.
40282         * m4/xstrtod.m4: New file.
40283
40284         Module xstrtol.
40285         * m4/xstrtol.m4: New file.
40286
40287         Module getdate.
40288         * m4/getdate.m4: New file.
40289
40290         Module unlocked-io.
40291         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
40292         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
40293         * m4/jm-glibc-io.m4n: Remove file.
40294
40295         Module long-options.
40296         * m4/long-options.m4: New file.
40297
40298         Module md5.
40299         * m4/md5.m4: New file.
40300
40301         Module sha.
40302         * m4/sha.m4: New file.
40303
40304         Module getstr.
40305         * m4/getstr.m4: New file.
40306
40307         Module getline.
40308         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
40309         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
40310         <sys/types.h>, for size_t. Use the function name gnu_getline, not
40311         simply getline. Infoke gl_PREREQ_GETLINE.
40312
40313         Module obstack.
40314         * m4/obstack.m4: New file.
40315
40316         Module hash.
40317         * m4/hash.m4: New file.
40318
40319         Module readtokens.
40320         * m4/readtokens.m4: New file.
40321
40322         Module strverscmp.
40323         * m4/strverscmp.m4: New file.
40324
40325         Module stdbool.
40326         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
40327         OSF/1.
40328
40329         Module strtoll.
40330         * m4/strtoll.m4: New file.
40331
40332         Module strtoull.
40333         * m4/strtoull.m4: New file.
40334
40335         Module strtoimax.
40336         * m4/strtoimax.m4: New file.
40337
40338         Module strtoumax.
40339         * m4/strtoumax.m4: New file.
40340
40341         Module xstrtoimax.
40342         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
40343         jm_AC_PREREQ_XSTRTOIMAX.
40344         Moved the strtol prerequisites to strtol.m4.
40345         Moved the strtoll prerequisites to strtoll.m4.
40346         Moved the strtoimax prerequisites to strtoimax.m4.
40347
40348         Module xstrtoumax.
40349         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
40350         jm_AC_PREREQ_XSTRTOUMAX.
40351         Moved the strtoul prerequisites to strtoul.m4.
40352         Moved the strtoull prerequisites to strtoull.m4.
40353         Moved the strtoumax prerequisites to strtoumax.m4.
40354
40355         Module chown.
40356         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
40357         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
40358
40359         Module dup2.
40360         * m4/dup2.m4: New file.
40361
40362         Module ftruncate.
40363         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
40364         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
40365
40366         Module getgroups.
40367         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
40368         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
40369
40370         Module gettimeofday.
40371         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
40372         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
40373         gl_PREREQ_GETTIMEOFDAY.
40374
40375         Module mkdir.
40376         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
40377         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
40378
40379         Module mkstemp.
40380         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
40381         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
40382         jm_AC_TYPE_UINTMAX_T.
40383         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
40384
40385         Module stat.
40386         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
40387         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
40388
40389         Module lstat.
40390         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
40391         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
40392
40393         Module timespec.
40394         * m4/timespec.m4 (gl_TIMESPEC): New macro.
40395         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
40396         * m4/st_mtim.m4: Indentation.
40397
40398         Module nanosleep.
40399         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
40400         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
40401         gl_PREREQ_NANOSLEEP.
40402
40403         Module regex.
40404         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
40405         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
40406         (gl_REGEX): New macro.
40407
40408         Module rename.
40409         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
40410         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
40411
40412         Module rmdir.
40413         * m4/rmdir.m4: New file.
40414
40415         Module utime.
40416         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
40417         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
40418         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
40419
40420         Module dirname.
40421         * m4/dirname.m4: New file.
40422
40423         Module getopt.
40424         * m4/getopt.m4: New file.
40425
40426         Module unistd-safer.
40427         * m4/unistd-safer.m4: New file.
40428
40429         Module fnmatch.
40430         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
40431         declaration.
40432         (gl_PREREQ_FNMATCH_EXTRA): New macro.
40433         (gl_FUNC_FNMATCH_POSIX): New macro.
40434         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
40435         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
40436         simply fnmatch.
40437
40438         Module exclude.
40439         * m4/exclude.m4: New file.
40440
40441         Module human.
40442         * m4/human.m4: New file.
40443
40444         Module acl.
40445         * m4/acl.m4: Nop.
40446
40447         Module backupfile.
40448         * m4/backupfile.m4: New file.
40449         * m4/d-ino.m4: Indentation.
40450
40451         Module fsusage.
40452         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
40453         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
40454         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
40455
40456         Module dirfd.
40457         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
40458         requirements.
40459
40460         Module euidaccess.
40461         * m4/euidaccess.m4: New file.
40462
40463         Module file-type.
40464         * m4/file-type.m4: New file.
40465
40466         Module fileblocks.
40467         * m4/fileblocks.m4: New file.
40468
40469         Module filemode.
40470         * m4/filemode.m4: New file.
40471
40472         Module isdir.
40473         * m4/isdir.m4: New file.
40474
40475         Module lchown.
40476         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
40477         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
40478
40479         Module makepath.
40480         * m4/makepath.m4: New file.
40481
40482         Module modechange.
40483         * m4/modechange.m4: New file.
40484
40485         Module mountlist.
40486         * m4/mountlist.m4: New file.
40487         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
40488         Indentation.
40489
40490         Module path-concat.
40491         * m4/path-concat.m4: New file.
40492
40493         Module pathmax.
40494         * m4/pathmax.m4: New file.
40495
40496         Module same.
40497         * m4/same.m4: New file.
40498
40499         Module save-cwd.
40500         * m4/save-cwd.m4: New file.
40501
40502         Module savedir.
40503         * m4/savedir.m4: New file.
40504
40505         Module xgetcwd.
40506         * m4/xgetcwd.m4: New file.
40507         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
40508
40509         Module xreadlink.
40510         * m4/xreadlink.m4: New file.
40511
40512         Module safe-read.
40513         * m4/safe-read.m4: New file.
40514
40515         Module safe-write.
40516         * m4/safe-write.m4: New file.
40517
40518         Module closeout.
40519         * m4/closeout.m4: New file.
40520
40521         Module stdio-safer.
40522         * m4/stdio-safer.m4: New file.
40523
40524         Module getpass.
40525         * m4/getpass.m4: New file.
40526
40527         Module getugroups.
40528         * m4/getugroups.m4: New file.
40529
40530         Module group-member.
40531         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
40532         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
40533
40534         Module idcache.
40535         * m4/idcache.m4: New file.
40536
40537         Module userspec.
40538         * m4/userspec.m4: New file.
40539
40540         Module gettime.
40541         * m4/clock_time.m4: New file.
40542         * m4/gettime.m4: New file.
40543
40544         Module settime.
40545         * m4/settime.m4: New file.
40546
40547         Module posixtm.
40548         * m4/posixtm.m4: New file.
40549
40550         Module gethostname.
40551         * m4/gethostname.m4: New file.
40552
40553         Module canon-host.
40554         * m4/canon-host.m4: New file.
40555
40556         Module gettext.
40557         * m4/codeset.m4: New file, from gettext-0.11.5.
40558         * m4/gettext.m4: New file, from gettext-0.11.5.
40559         * m4/glibc21.m4: New file, from gettext-0.11.5.
40560         * m4/iconv.m4: New file, from gettext-0.11.5.
40561         * m4/intdiv0.m4: New file, from gettext-0.11.5.
40562         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
40563         * m4/inttypes.m4: New file, from gettext-0.11.5.
40564         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
40565         * m4/isc-posix.m4: New file, from gettext-0.11.5.
40566         * m4/lcmessage.m4: New file, from gettext-0.11.5.
40567         * m4/lib-ld.m4: New file, from gettext-0.11.5.
40568         * m4/lib-link.m4: New file, from gettext-0.11.5.
40569         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
40570         * m4/progtest.m4: New file, from gettext-0.11.5.
40571         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
40572         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
40573         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
40574
40575         Module localcharset.
40576         * m4/localcharset.m4: New file.
40577
40578         Module hard-locale.
40579         * m4/hard-locale.m4: New file.
40580
40581         Module mbswidth.
40582         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
40583         onceonly macros.
40584         * m4/mbrtowc.m4: Add comment.
40585
40586         Module memcasecmp.
40587         * m4/memcasecmp.m4: New file.
40588
40589         Module memcoll.
40590         * m4/memcoll.m4: New file.
40591
40592         Module unicodeio.
40593         * m4/unicodeio.m4: New file.
40594
40595         Module rpmatch.
40596         * m4/rpmatch.m4: New file.
40597
40598         Module yesno.
40599         * m4/yesno.m4: New file.
40600
40601         Module exitfail.
40602         * m4/exitfail.m4: New file.
40603
40604         Module c-stack.
40605         * m4/c-stack.m4 (gl_C_STACK): New macro.
40606         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
40607
40608         Module error.
40609         * m4/error.m4 (gl_ERROR): New macro.
40610         (jm_PREREQ_ERROR): Use onceonly macros.
40611
40612         Module fatal.
40613         * m4/fatal.m4: New file.
40614
40615         Module getloadavg.
40616         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
40617         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
40618
40619         Module getpagesize.
40620         * m4/getpagesize.m4: New file.
40621
40622         Module getusershell.
40623         * m4/getusershell.m4: New file.
40624
40625         Module physmem.
40626         * m4/physmem.m4: New file.
40627
40628         Module posixver.
40629         * m4/posixver.m4: New file.
40630
40631         Module quotearg.
40632         * m4/quotearg.m4: New file.
40633
40634         Module quote.
40635         * m4/quote.m4: New file.
40636
40637         Module readutmp.
40638         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
40639
40640         Module sig2str.
40641         * m4/sig2str.m4: New file.
40642
40643         Other.
40644         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
40645         ulonglong.m4.
40646         * m4/intmax_t.m4: New file.
40647         * m4/d-type.m4: Indentation.
40648         * m4/jm-macros.m4: Update.
40649         * m4/prereq.m4 (jm_PREREQ): Update.
40650         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
40651         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
40652         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
40653         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
40654         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
40655         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
40656         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
40657         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
40658         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
40659         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
40660         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
40661         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
40662         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
40663         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
40664         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
40665         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
40666         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
40667         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
40668         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
40669
40670 2002-12-24  Bruno Haible  <bruno@clisp.org>
40671
40672         * MODULES.txt: Update according to m4/ changes.
40673
40674         Module gettext.
40675         * config.rpath: New file, from gettext-0.11.5.
40676
40677         * modules/*: New module descriptions.
40678         * gnulib-tool: New file.
40679         * MODULES.html.sh: New file.
40680
40681 2002-12-21  Karl Berry  <karl@gnu.org>
40682
40683         * doc/fdl.texi: update to version 1.2.
40684
40685 2002-12-19  Karl Berry  <karl@gnu.org>
40686
40687         * config/config.guess: update from prep.
40688
40689 2002-12-18  Bruno Haible  <bruno@clisp.org>
40690
40691         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
40692         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
40693
40694 2002-12-17  Bruno Haible  <bruno@clisp.org>
40695
40696         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
40697         stdlib.h, string.h.
40698
40699 2002-12-17  Bruno Haible  <bruno@clisp.org>
40700
40701         * lib/canon-host.c (strdup): Remove unused declaration.
40702
40703         * lib/fsusage.c: Include full_read.h.
40704         (get_fs_usage): Use full_read instead of safe_read.
40705
40706         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
40707
40708 2002-12-12  Karl Berry  <karl@gnu.org>
40709
40710         * config/config.guess: update from prep.
40711
40712 2002-12-11  Bruno Haible  <bruno@clisp.org>
40713
40714         * m4/setenv.m4: New file, from gettext-0.11.5.
40715
40716 2002-12-11  Bruno Haible  <bruno@clisp.org>
40717
40718         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
40719         not unsetenv().
40720         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
40721         modifications:
40722
40723         2002-12-11  Bruno Haible  <bruno@clisp.org>
40724
40725                 * setenv.c (alloca): Fall back to malloc.
40726                 (freea): New macro.
40727                 (setenv): Use freea() to free memory allocated with alloca().
40728
40729         2002-11-13  Bruno Haible  <bruno@clisp.org>
40730
40731                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
40732                 function declarations.
40733                 * unsetenv.c (unsetenv): Likewise.
40734
40735         2002-03-04  Bruno Haible  <bruno@clisp.org>
40736
40737                 Portability to AIX 4.3.3.
40738                 * unsetenv.c: New file, extracted from setenv.c.
40739                 * setenv.c: Move the unsetenv() function to unsetenv.c.
40740
40741         2001-12-20  Bruno Haible  <bruno@clisp.org>
40742
40743                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
40744                 use malloc instead. For SunOS 4.
40745
40746         2001-12-11  Bruno Haible  <bruno@clisp.org>
40747
40748                 * setenv.c: Declare alloca.
40749                 (compar_fn_t): New typedef.
40750                 (KNOWN_VALUE, STORE_VALUE): Use it.
40751
40752         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
40753         setenv.h.
40754
40755 2002-12-10  Paul Eggert  <eggert@twinsun.com>
40756
40757         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
40758         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
40759         Choose values that are less likely to collide with system fnmatch
40760         options.
40761         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
40762         defined (e.g., a pure POSIX system).
40763         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
40764         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
40765
40766 2002-12-06  Paul Eggert  <eggert@twinsun.com>
40767
40768         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
40769         a pain in practice to deal with generated m4 files.  This change
40770         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
40771
40772         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
40773         and jm-glibc-io.m4, as they are no longer a special case.
40774         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
40775         kludge and the auto-generation stuff.  Check only whether the
40776         functions are declared, not whether they exist, since older hosts
40777         that don't declare the functions can't use the optimization anyway.
40778
40779 2002-12-06  Jim Meyering  <jim@meyering.net>
40780
40781         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
40782
40783         Merge in changes from libc's misc/error.c, in preparation
40784         for the merge of gnulib's changes back into libc.
40785
40786         * lib/error.c (_): Define only if not already defined.
40787         Move definition to follow all #include directives.
40788         Include unlocked-io.h only if !_LIBC.
40789         [_LIBC]: Include <libio/libioP.h>.
40790         [USE_IN_LIBIO]: Include <libio/iolibio.h>
40791         (fflush): Tweak definition to use INTUSE.
40792         (putc): Define.
40793
40794 2002-12-05  Paul Eggert  <eggert@twinsun.com>
40795
40796         * lib/alloca.c [defined emacs]: Include "lisp.h".
40797         (xalloc_die) [defined emacs]: New macro.
40798         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
40799         [! defined emacs]: Include <xalloc.h>.
40800         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
40801         (pointer): Typedef to POINTER_TYPE *.
40802         (malloc): Remove decl; we now always use xmalloc.
40803         (alloca): Use old-style definition, since Emacs needs this.
40804         Check for arithmetic overflow when computing combined size.
40805
40806 2002-12-04  Paul Eggert  <eggert@twinsun.com>
40807
40808         Do not generate unlocked-io.h automatically, since it's easier to
40809         maintain it by hand.
40810
40811         * lib/unlocked-io.h: New file, from GNU diffutils,
40812         but with proper copyright notice and attribution.
40813         * lib/gen-uio: Remove.
40814         * lib/Makefile.am: Add copyright notice.
40815         (libfetish_a_SOURCES): Add unlocked-io.h.
40816         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
40817         (DISTCLEANFILES, io_functions): Remove macros.
40818         (EXTRA_DIST): Remove gen_uio.
40819         (unlocked-io.h): Remove rule.
40820
40821 2002-12-04  Jim Meyering  <jim@meyering.net>
40822
40823         Reflect the fact that stat.c and lstat.c are no longer generated.
40824         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
40825         (DISTCLEANFILES): Likewise.
40826         (EXTRA_DIST): Likewise.
40827         (all_local): Don't depend on stat.c or lstat.c.
40828         (stat.c, lstat.c): Remove rules.
40829         (EXTRA_DIST): Remove xstat.in.
40830
40831         * lib/xstat.in: Remove file.  Contents moved into stat.c.
40832         * lib/stat.c: New file.  Contents mostly from xstat.in.
40833         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
40834         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
40835
40836         * lib/safe-read.c: Rework so that it may serve to define safe_write,
40837         too.
40838         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
40839
40840 2002-12-03  Jim Meyering  <jim@meyering.net>
40841
40842         * lib/safe-read.c, safe-write.c: Change variable names and comments,
40843         but not semantics, to minimize the differences between these two files.
40844         (safe_read): Change comment to mention SAFE_READ_ERROR.
40845
40846         * lib/safe-read.c (IS_EINTR): Define.
40847         (safe_read): Use IS_EINTR in place of in-function cpp directives.
40848
40849 2002-12-02  Jim Meyering  <jim@meyering.net>
40850
40851         * lib/safe-read.c (EINTR): Define.
40852         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40853         (INT_MAX): Provide fallback.
40854         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
40855
40856         * lib/safe-read.h (SAFE_READ_ERROR): Define.
40857
40858 2002-12-02  Bruno Haible  <bruno@clisp.org>
40859
40860         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
40861         Define, taken from safe-read.c.
40862         (INT_MAX): Provide fallback.
40863         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
40864         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
40865
40866         * lib/safe-read.c (EINTR): Remove definition.
40867         (safe_read): Don't use EINTR if it is absent.
40868
40869 2002-12-01  Jim Meyering  <jim@meyering.net>
40870
40871         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
40872         zero.
40873         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
40874
40875 2002-11-27  Paul Eggert  <eggert@twinsun.com>
40876
40877         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
40878         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
40879         with `if (! (value < limit)) abort ();', for readability.
40880
40881 2002-11-26  Karl Berry  <karl@gnu.org>
40882
40883         * lib/strdup.c: copy from libc again, with jim's ok.
40884         * lib/.cppi-disable: re-add strdup.c
40885
40886 2002-11-25  Karl Berry  <karl@gnu.org>
40887
40888         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
40889         instead of "strtol.c".
40890
40891 2002-11-25  Karl Berry  <karl@gnu.org>
40892
40893         * config/install-sh: update from automake for variable quoting, $0 in
40894         error msgs, etc.
40895
40896         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
40897         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
40898         entry.
40899
40900 2002-11-25  Jim Meyering  <jim@meyering.net>
40901
40902         * lib/mktime.c: Sync from libc, now that it has the latest fix.
40903
40904 2002-11-24  Karl Berry  <karl@gnu.org>
40905
40906         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
40907         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
40908
40909 2002-11-24  Jim Meyering  <jim@meyering.net>
40910
40911         Update from coreutils:
40912
40913         * lib/mktime.c: Merge in changes from libc.
40914
40915         Avoid a link-time failure on some Linux systems.
40916         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
40917         (otherwise).
40918         (__mon_yday): Declare with the STATIC attribute.
40919         (__mktime_internal): Likewise.
40920         Based on a report from Greg Schafer.
40921
40922 2002-11-23  Jim Meyering  <jim@meyering.net>
40923
40924         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
40925         Use `unsigned', not `int', as type of index.
40926
40927         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
40928
40929         * lib/fsusage.c: Remove unneeded parentheses around operands of
40930         `defined'.
40931
40932 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40933
40934         * lib/quotearg.h: Allow multiple inclusion by surrounding with
40935         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
40936         so that we can be included first.
40937         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
40938         * lib/quotearg.c: Include quotearg.h immediately after config.h.
40939         No need to include stddef.h or sys/types.h any more.
40940         Surround local include files with "", not "<>".
40941         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
40942         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
40943         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
40944         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
40945         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
40946         (ISPRINT): Remove; no longer needed now that we assume C89.
40947
40948         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
40949         Preserve errno.
40950
40951         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
40952         quotearg_char): Use SIZE_MAX rather than
40953         (size_t) -1 when we are talking about "infinity".
40954
40955         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
40956
40957 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40958
40959         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
40960         hint that one should use `if (! x) abort ();' rather than `assert
40961         (x);', and anyway it's one less thing to worry about configuring.
40962         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
40963         hash_rehash, hash_insert): Use abort rather than assert.
40964
40965 2002-11-22  Bruno Haible  <bruno@clisp.org>
40966
40967         * lib/safe-read.h: Assume C89. Add comments.
40968         (safe_read): Change return type to size_t.
40969         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
40970         byte counts > SSIZE_MAX correctly.
40971         * lib/safe-write.h: New file.
40972         * lib/safe-write.c: New file.
40973         * lib/full-read.h: New file.
40974         * lib/full-read.c: New file.
40975         * lib/full-write.h: Assume C89. Add comments.
40976         * lib/full-write.c: Include safe-write.h.
40977         (full_write): Rewritten to use safe_write.
40978         Suggested by Jim Meyering and Paul Eggert.
40979
40980 2002-11-21  Jim Meyering  <jim@meyering.net>
40981
40982         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
40983
40984         Merge in changes from the coreutils.
40985
40986         2002-09-25  Paul Eggert  <eggert@twinsun.com>
40987         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
40988         <stdint.h>.
40989         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
40990         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
40991         int.  Work more efficiently if X is the same width as uintmax_t.
40992         Do not compare X to -1, to avoid bogus compiler warning.
40993         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
40994         Don't assume that f_frsize and f_bsize are the same type.
40995
40996         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
40997         warning on FreeBSD.
40998
40999         * lib/makepath.c (make_path): Restore umask *before* creating the final
41000         component.
41001         (make_path): Minor reformatting.
41002
41003         * lib/xmalloc.c: Adjust to work with new autoconf macros,
41004         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
41005         HAVE_MALLOC/HAVE_REALLOC.
41006
41007         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
41008         dummy ones.  At least on GNU/Linux systems, `auto' means something
41009         else.
41010         From Michael Stone.
41011
41012 2002-11-21  Bruno Haible  <bruno@clisp.org>
41013
41014         Remove case insensitive option matching.
41015         * lib/argmatch.h (argcasematch): Remove declaration.
41016         (ARGCASEMATCH): Remove macro.
41017         (__xargmatch_internal): Remove case_sensitive argument.
41018         (XARGMATCH): Update.
41019         (XARGCASEMATCH): Remove macro.
41020         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
41021         case_sensitive argument.
41022         (argcasematch): Remove function.
41023         (__xargmatch_internal): Remove case_sensitive argument.
41024         (main): Use XARGMATCH instead of XARGCASEMATCH.
41025
41026         * lib/xmalloc.c: Change compile-time error message. Add comment about
41027         required autoconf version.
41028
41029 2002-11-20  Paul Eggert  <eggert@twinsun.com>
41030
41031         Merge argmatch cleanups from Bison.  Assume C89.
41032
41033         * lib/argmatch.c: Include config.h here, not in argmatch.h.
41034         Include stdlib.h, for EXIT_FAILURE.
41035         Always include <string.h>, since we assume C89.
41036         (EXIT_FAILURE): Remove pre-C89 bug workaround.
41037         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
41038         Include <stddef.h> instead, since it's all we need for size_t.
41039         (PARAMS): Remove.  All uses removed.
41040         (ARRAY_CARDINALITY): Do not bother to #undef.
41041         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
41042         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41043         Remove unnecessary parentheses.
41044         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
41045         Insert necessary parentheses.
41046         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
41047         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
41048
41049 2002-11-19  Bruno Haible  <bruno@clisp.org>
41050
41051         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
41052         * lib/mbswidth.h: Include <stddef.h>, for size_t.
41053
41054         * lib/mbswidth.h (PARAMS): Remove macro.
41055         (mbswidth, mbsnwidth): Use ANSI C function declarations.
41056         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
41057
41058         * lib/gcd.h (PARAMS): Remove macro.
41059         (gcd): Use ANSI C function declarations.
41060         * lib/gcd.c (gcd): Likewise.
41061
41062 2002-11-15  Bruno Haible  <bruno@clisp.org>
41063
41064         * lib/strcspn.c: Include <stddef.h>.
41065         (strcspn): Use ANSI C function declaration. Change return type to
41066         size_t. Use NULL.
41067         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
41068         (strpbrk): Use NULL.
41069         * lib/strpbrk.h (PARAMS): Remove macro.
41070         (strpbrk): Use ANSI C function declaration.
41071         * lib/strstr.c: Don't include <sys/types.h>.
41072         * lib/strstr.h (PARAMS): Remove macro.
41073         (strstr): Use ANSI C function declarations.
41074
41075 2002-11-14  Karl Berry  <karl@gnu.org>
41076
41077         * config/mkinstalldirs: `do' on separate line, instead of
41078         `for var; do'.
41079
41080 2002-11-06  Bruno Haible  <bruno@clisp.org>
41081
41082         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
41083         * lib/gcd.c (gcd): Likewise.
41084
41085 2002-11-05  Bruno Haible  <bruno@clisp.org>
41086
41087         * lib/gcd.h: New file, from gettext-0.11.5.
41088         * lib/gcd.c: New file, from gettext-0.11.5.
41089
41090 2002-11-05  Bruno Haible  <bruno@clisp.org>
41091
41092         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41093         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41094         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41095         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
41096
41097         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
41098         <libintl.h>.
41099         * lib/makepath.c: Include gettext.h instead of <locale.h> and
41100         <libintl.h>.
41101
41102         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
41103         * lib/human.c: Include gettext.h instead of <libintl.h>.
41104         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
41105         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
41106         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
41107         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
41108         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
41109         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
41110         (textdomain): Remove definition.
41111         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
41112
41113         * lib/long-options.c: Remove include of <libintl.h> and definition of
41114         _.
41115         * lib/same.c: Remove include of <libintl.h> and definition of _.
41116
41117 2002-11-04  Owen Taylor  <otaylor@redhat.com>
41118
41119         * lib/config.charset: A few additions for Solaris.
41120
41121 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41122
41123         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
41124         * lib/localcharset.c (locale_charset): Declare as extern "C".
41125
41126 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
41127
41128         * lib/config.charset: msdos in uk_UA uses CP1125.
41129
41130 2002-11-04  Bruno Haible  <bruno@clisp.org>
41131
41132         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
41133         * lib/strcase.h: New file, from GNU gettext-0.11.5.
41134         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
41135         * lib/strstr.h: New file, from GNU gettext-0.11.5.
41136         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
41137
41138 2002-11-04  Bruno Haible  <bruno@clisp.org>
41139
41140         * lib/localcharset.c (locale_charset): Don't return an empty string.
41141
41142 2002-11-04  Bruno Haible  <bruno@clisp.org>
41143
41144         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
41145         aliases.
41146
41147 2002-11-04  Bruno Haible  <bruno@clisp.org>
41148
41149         * lib/config.charset: Update for newest glibc. Add canonical names
41150         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
41151
41152 2002-11-04  Bruno Haible  <bruno@clisp.org>
41153
41154         * lib/config.charset: Add support for NetBSD.
41155
41156 2002-11-04  Bruno Haible  <bruno@clisp.org>
41157
41158         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
41159
41160 2002-11-01  Bruno Haible  <bruno@clisp.org>
41161
41162         * configure.in: Add AC_CONFIG_AUX_DIR call.
41163         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
41164         test/Makefile.
41165         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
41166
41167 2002-09-28  Karl Berry  <karl@gnu.org>
41168
41169         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
41170         installed automake until the next release, since changes have been
41171         made.
41172
41173 2002-09-25  Karl Berry  <karl@gnu.org>
41174
41175         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
41176         * lib/getopt*: copy from libc/posix.
41177         * lib/gettext.h: copy from gettext.
41178         * lib/.cppi-disable: add strdup.c, gettext.h.
41179
41180 2002-09-25  Karl Berry  <karl@gnu.org>
41181
41182         * config/srclist.txt: enable gettext.h check.
41183         * config/config.{guess,sub}: update from prep.
41184         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
41185                 from automake 1.6.3.
41186         See srclist*.
41187
41188 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
41189
41190         * regex.c (PATFETCH): Remove the translating fetch.
41191         (PATFETCH_RAW): Rename to PATFETCH.
41192         (set_image_of_range): New fun.
41193         (SET_RANGE_TABLE_WORK_AREA): Use it.
41194         (regex_compile): Don't translate the pattern chars so eagerly.
41195         Only do it when inserting an `exactn' bytecode or when handling
41196         a char-range.
41197         (mutually_exclusive_p): Avoid empty statement.
41198
41199 2002-07-06  Jim Meyering  <meyering@lucent.com>
41200
41201         * m4/README: Don't mention Makefile.am.in.
41202         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
41203
41204 2002-07-01  Jim Meyering  <meyering@lucent.com>
41205
41206         * lib/c-stack.c: Include sys/time.h.
41207         From Volker Borchert.
41208
41209 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41210
41211         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
41212
41213 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41214
41215         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
41216         New macro.  Use it uniformly instead of
41217         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
41218         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
41219         reported by Vin Shelton.
41220
41221 2002-06-22  Paul Eggert  <eggert@twinsun.com>
41222
41223         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
41224         Do not assume SA_SIGINFO behavior.
41225         Bug reported by Jim Meyering on NetBSD 1.5.2.
41226
41227 2002-06-22  Jim Meyering  <meyering@lucent.com>
41228
41229         * m4/c-stack.m4: New file, from diffutils-2.8.2.
41230         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
41231
41232         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
41233         now that configure.ac uses AC_GNU_SOURCE.
41234         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
41235         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
41236
41237         Update to latest tools.  Suggestions from Paul Eggert.
41238         * m4/stdbool.m4: New file, from diffutils-2.8.2.
41239         * m4/gnu-source.m4: Update from diffutils-2.8.2.
41240         * m4/fnmatch.m4: Likewise.
41241         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
41242         to AC_HEADER_STDBOOL
41243
41244 2002-06-22  Jim Meyering  <meyering@lucent.com>
41245
41246         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
41247         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
41248
41249 2002-06-22  Jim Meyering  <meyering@lucent.com>
41250
41251         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
41252
41253         * lib/exitfail.c, exitfail.h: Likewise.
41254         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
41255
41256         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
41257         of fnmatch.h.
41258         (EXTRA_DIST): Add fnmatch_loop.c.
41259         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
41260
41261         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
41262         * lib/fnmatch.c: Update from diffutils-2.8.2.
41263         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
41264         * lib/fnmatch.h: Remove file.
41265
41266 2002-06-21  Jim Meyering  <meyering@lucent.com>
41267
41268         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
41269         * m4/mbrtowc.m4: Likewise.
41270
41271         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
41272         * m4/mbswidth.m4: Reflect name change:
41273         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
41274         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
41275
41276         * m4/lib-link.m4: Update from gettext-0.11.2.
41277         * m4/gettext.m4: Likewise.
41278
41279         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
41280         From Alfred M. Szmidt.
41281
41282 2002-06-18  Paul Eggert  <eggert@twinsun.com>
41283
41284         * lib/file-type.h: Report an error if neither S_ISREG nor
41285         S_IFREG is defined, instead of using a test specific to glibc
41286         2.2.  This should be safe, since POSIX requires S_ISREG and
41287         Unix Version 7 had S_IFREG.  We don't need to check for
41288         <sys/types.h> since we don't use any symbols that it defines.
41289
41290 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
41291
41292         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
41293         $@-t, so that each temporary file name is unique and valid in the first
41294         8 characters, for operation under DOS.
41295
41296 2002-06-15  Paul Eggert  <eggert@twinsun.com>
41297
41298         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
41299
41300 2002-06-15  Jim Meyering  <meyering@lucent.com>
41301
41302         Work even with DJGPP 2.03, which lacks support for symlinks.
41303         From Richard Dawe.
41304         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
41305         is defined.
41306         * lib/lchown.c (S_ISLNK): Likewise.
41307
41308 2002-06-15  Jim Meyering  <meyering@lucent.com>
41309
41310         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
41311         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
41312         have been included before this file.
41313
41314 2002-06-14  Jim Meyering  <meyering@lucent.com>
41315
41316         * lib/file-type.h: Use the version from diffutils-2.8.2.
41317         * lib/file-type.c: Likewise.
41318
41319 2002-06-07  Jim Meyering  <meyering@lucent.com>
41320
41321         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
41322         They're needed at least for NetBSD 1.5.2.
41323         ($statxfs_includes): Include those same headers.
41324         ($statxfs_includes): Include sys/vfs.h if available.
41325         ($statxfs_includes): Likewise for sys/statvfs.h.
41326         Check for the following members in both structs statfs and statvfs:
41327         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
41328
41329 2002-06-01  Jim Meyering  <meyering@lucent.com>
41330
41331         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
41332         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
41333
41334 2002-05-28  Jim Meyering  <meyering@lucent.com>
41335
41336         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
41337         Reported by Volker Borchert.
41338
41339 2002-05-27  Jim Meyering  <meyering@lucent.com>
41340
41341         Fix a problem seen only on nonconforming systems whereby ls.c's
41342         use of localtime, and then of gettimeofday would cause trouble:
41343         the localtime call used to initialize rpl_gettimeofday's save
41344         mechanism would clobber ls's current local time information so
41345         that in any long listing the first file would always be listed
41346         with date 1970-01-01.  Analysis by Volker Borchert.
41347
41348         * lib/gettimeofday.c (localtime): Undefine.
41349         (rpl_localtime): New function.
41350
41351 2002-05-27  Jim Meyering  <meyering@lucent.com>
41352
41353         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
41354         localtime.
41355
41356         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
41357         use the replacement function; it wouldn't resolve at link time.
41358         Reported by Volker Borchert.
41359
41360 2002-05-22  Jim Meyering  <meyering@lucent.com>
41361
41362         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
41363         file-type.h.
41364         * lib/file-type.h: New file.
41365         * lib/file-type.c (file_type): New file/function.  Extracted from
41366         diffutils.
41367
41368 2002-04-30  Jim Meyering  <meyering@lucent.com>
41369
41370         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
41371
41372 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41373
41374         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
41375
41376 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41377
41378         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
41379         Do not check for alloca.h (no longer used) or stdbool.h (was never
41380         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
41381
41382 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41383
41384         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
41385
41386 2002-04-29  Jim Meyering  <meyering@lucent.com>
41387
41388         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
41389         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
41390         Use AC_FUNC_STRNLEN here instead.
41391
41392         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
41393         With autoconf-2.53a, it's part of AC_PROG_CC.
41394
41395 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41396
41397         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
41398         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
41399
41400 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41401
41402         * lib/sig2str.h, lib/sig2str.c: New files.
41403         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
41404
41405 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41406
41407         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
41408         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
41409         of 127, since 64 is the largest conceivable number for ancient
41410         nonstandard hosts.
41411         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
41412
41413 2002-04-28  Jim Meyering  <meyering@lucent.com>
41414
41415         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
41416
41417 2002-04-24  Jim Meyering  <meyering@lucent.com>
41418
41419         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
41420         (jm_PREREQ): Use it.
41421
41422         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
41423         mach/mach.h fcntl.h.
41424         Check for this function: setlocale.
41425
41426 2002-04-24  Jim Meyering  <meyering@lucent.com>
41427
41428         * lib/gettext.h: New file, from Gettext.
41429         * lib/Makefile.am (INCLUDES): Remove -I../intl.
41430         (libfetish_a_SOURCES): Add gettext.h.
41431
41432 2002-04-16  Jim Meyering  <meyering@lucent.com>
41433
41434         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
41435         ut_pid, ut_id, ut_exit.
41436
41437 2002-04-16  Jim Meyering  <meyering@lucent.com>
41438
41439         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
41440         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
41441         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
41442
41443 2002-04-12  Jim Meyering  <meyering@lucent.com>
41444
41445         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
41446         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
41447         existence of the getmntinfo function.  Needed for Darwin 5.3.
41448
41449         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
41450         This is necessary at least on Darwin 5.3.
41451
41452         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
41453         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
41454         strnlen.o in the library, and that makes some versions of ranlib
41455         object.
41456
41457 2002-04-12  Jim Meyering  <meyering@lucent.com>
41458
41459         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
41460
41461 2002-04-09  Jim Meyering  <meyering@lucent.com>
41462
41463         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
41464         to be more precise.  Rather than saying we're checking whether the
41465         function `works', say what we're testing.
41466         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
41467         Reported by Bruno Haible.
41468
41469 2002-03-10  Jim Meyering  <meyering@lucent.com>
41470
41471         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
41472         Suggestion from Santiago Vila.
41473
41474 2002-03-08  Jim Meyering  <meyering@lucent.com>
41475
41476         * lib/rename.c: Mention that this wrapper is needed also on
41477         mips-dec-ultrix4.4 systems.
41478
41479 2002-03-02  Jim Meyering  <meyering@lucent.com>
41480
41481         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
41482         not HAVE_CLOCK_SETTIME.
41483
41484 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41485
41486         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
41487         Check for clock_settime.
41488
41489 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41490
41491         * lib/nanosleep.h: Rename to....
41492         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
41493
41494         * lib/gettime.c: New file.
41495         * lib/settime.c: New file.
41496         * lib/stime.c: Remove.
41497
41498         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
41499         timespec.h.  Remove nanosleep.h.
41500
41501 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41502
41503         * m4/acl.m4: New file.
41504         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
41505         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
41506
41507 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41508
41509         * lib/acl.c, lib/acl.h: New files.
41510         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
41511
41512 2002-02-24  Jim Meyering  <meyering@lucent.com>
41513
41514         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
41515         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
41516         cause trouble.  Reported by Nelson Beebe.
41517
41518 2002-02-23  Paul Eggert  <eggert@twinsun.com>
41519
41520         * lib/path-concat.c (xpath_concat): Reorder code to pacify
41521         compilers that don't know that xalloc_die never returns.
41522
41523 2002-02-20  Jim Meyering  <meyering@lucent.com>
41524
41525         * lib/getdate.c: Regenerate using bison-1.33.
41526
41527 2002-02-17  Jim Meyering  <meyering@lucent.com>
41528
41529         * config/config.guess (main): Don't use `head -1'; it's no longer
41530         portable. Use `sed 1q' instead.
41531
41532 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
41533
41534         * m4/codeset.m4: Upgrade to gettext-0.11.
41535         * m4/gettext.m4: Upgrade to gettext-0.11.
41536         * m4/glibc21.m4: Upgrade to gettext-0.11.
41537         * m4/iconv.m4: Upgrade to gettext-0.11.
41538         * m4/isc-posix.m4: Upgrade to gettext-0.11.
41539         * m4/lcmessage.m4: Upgrade to gettext-0.11.
41540         * m4/lib-ld.m4: New file, from gettext-0.11.
41541         * m4/lib-link.m4: New file, from gettext-0.11.
41542         * m4/lib-prefix.m4: New file, from gettext-0.11.
41543         * m4/progtest.m4: Upgrade to gettext-0.11.
41544
41545 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41546
41547         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
41548         (jm_PREREQ): Use it.
41549
41550 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41551
41552         * lib/posixver.c, lib/posixver.h: New files.
41553         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41554
41555 2002-02-02  Paul Eggert  <eggert@twinsun.com>
41556             Bruno Haible  <bruno@clisp.org>
41557
41558         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
41559         (fwrite_success_callback): New declaration.
41560         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
41561         print_unicode_char. Call failure callback instead of error.
41562         (fwrite_success_callback): New function.
41563         (exit_failure_callback): New function.
41564         (fallback_failure_callback): New function.
41565         (print_unicode_char): Call unicode_to_mb.
41566
41567 2002-01-26  Jim Meyering  <meyering@lucent.com>
41568
41569         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
41570         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
41571
41572 2002-01-26  Jim Meyering  <meyering@lucent.com>
41573
41574         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
41575
41576 2002-01-22  Paul Eggert  <eggert@twinsun.com>
41577
41578         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
41579
41580 2002-01-22  Jim Meyering  <meyering@lucent.com>
41581
41582         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
41583         Otherwise, some versions of automake would omit the rule that makes
41584         Makefile from Makefile.in.
41585
41586 2002-01-21  Paul Eggert  <eggert@twinsun.com>
41587
41588         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
41589         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41590         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
41591         (memcoll): Set errno to zero if there is no error.
41592
41593         * lib/quotearg.c (quotearg_buffer_restyled):
41594         Fix bug with quoting buffers containing NUL when backslashing escapes.
41595         This bug was exposed by the other changes in this patch.
41596         (quotearg_n_options): New arg ARGSIZE.
41597         All callers changed.
41598         (quoting_options_from_style): New function.
41599         (quotearg_n_style): Use it.
41600         (quotearg_n_style_mem): New function.
41601
41602         * lib/quotearg.h (quotearg_n_style_mem): New function.
41603
41604 2002-01-19  Jim Meyering  <meyering@lucent.com>
41605
41606         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
41607         Remove useless quotes: DF_PROG="df".
41608         * m4/strnlen.m4: New file.
41609
41610 2002-01-16  Paul Eggert  <eggert@twinsun.com>
41611
41612         * lib/backupfile.c (ISDIGIT): Comment fix.
41613         * lib/getdate.y (ISDIGIT): Likewise.
41614         * lib/posixtm.c (ISDIGIT, year): Likewise.
41615         * lib/strverscmp.c (ISDIGIT): Likewise.
41616         * lib/userspec.c (ISDIGIT): Likewise.
41617
41618 2002-01-16  Jim Meyering  <meyering@lucent.com>
41619
41620         * lib/getdate.y: Add three semicolons, each just before a closing
41621         brace. Bison (as of version 1.31) no longer papers over that mistake.
41622
41623 2002-01-05  Jim Meyering  <meyering@lucent.com>
41624
41625         * lib/version-etc.c (version_etc_copyright): Update copyright year.
41626
41627 2001-12-19  Paul Eggert  <eggert@twinsun.com>
41628
41629         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
41630         not silently exit merely because the output buffer happens to
41631         have nothing pending.
41632
41633 2001-12-18  Paul Eggert  <eggert@twinsun.com>
41634
41635         See the big note in ../ChangeLog.
41636         * lib/human.c (suffixes): Prefer K to k for 1024.
41637         (generate_suffix_backwards): New function.
41638         (human_readable_inexact): Use it.
41639         * lib/xstrtol.c (__xstrtol): If there is no number but there
41640         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
41641         Accept 'K' as well as 'k'.
41642
41643 2001-12-15  Jim Meyering  <meyering@lucent.com>
41644
41645         * lib/regex.h (__restrict_arr): Update from libc.
41646
41647         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
41648         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
41649         (STREQ): Define.
41650
41651 2001-12-14  Jim Meyering  <meyering@lucent.com>
41652
41653         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
41654         Suggestion from Bruno Haible.
41655
41656 2001-12-10  Jim Meyering  <meyering@lucent.com>
41657
41658         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
41659         xrealloc, Instead, include "xalloc.h".
41660         (initbuffer): Don't cast xmalloc return value to char*.
41661         (readline): Reword comment.
41662         Don't cast xrealloc return value to char*
41663         Return NULL, not 0.
41664
41665 2001-12-09  Jim Meyering  <meyering@lucent.com>
41666
41667         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
41668         about `signed and unsigned type in conditional expression'.
41669         * lib/posixtm.c (posix_time_parse): Likewise.
41670
41671         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
41672
41673         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
41674         to avoid a pedantic warning.
41675
41676         * lib/getstr.c: Don't include assert.h.
41677         (getstr): Remove warning-evoking assertions.
41678         Return -1 if offset parameter is out of bounds.
41679         Change the type of a local from int to size_t.
41680
41681         * lib/strftime.c (my_strftime_localtime_r): Include this function
41682         definition in the `#if ! HAVE_TM_GMTOFF' block.
41683
41684         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
41685         Include xalloc.h instead.
41686
41687 2001-12-02  Jim Meyering  <meyering@lucent.com>
41688
41689         * lib/tempname.c: Don't declare getenv, thus reverting the change of
41690         2001-11-18.  It's no longer necessary, now that stdlib.h is always
41691         included.
41692
41693         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
41694         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
41695
41696 2001-11-30  Akim Demaille  <akim@epita.fr>
41697
41698         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
41699         before being defined.
41700
41701 2001-11-27  Paul Eggert  <eggert@twinsun.com>
41702
41703         * lib/quotearg.h (quotearg_n, quotearg_n_style):
41704         First arg is int, not unsigned.
41705         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
41706         (SIZE_MAX, UINT_MAX): New macros.
41707         (quotearg_n_options): Abort if N is negative.
41708         Avoid overflow check on hosts where size_t is 64 bits and int
41709         is 32 bits, as overflow is impossible there.
41710         Fix off-by-one typo that caused unnecessary reallocation.
41711
41712 2001-11-27  Jim Meyering  <meyering@lucent.com>
41713
41714         * lib/tempname.c: Merge with version from libc.
41715         * lib/regex.c: Likewise.
41716
41717         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
41718         systems for which STDC_HEADERS is 0, it was not included, resulting in
41719         a warning about an integer-to-pointer conversion problem with getenv.
41720         Reported by Volker Borchert.
41721
41722 2001-11-26  Jim Meyering  <meyering@lucent.com>
41723
41724         * lib/gtod.h: Remove file.
41725         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
41726         * lib/gettimeofday.c: Don't include gtod.h.
41727         (GTOD_init): Remove function.
41728         (rpl_gettimeofday): Do its job here instead, rather than aborting.
41729         Suggestion from Volker Borchert.
41730
41731 2001-11-23  Jim Meyering  <meyering@lucent.com>
41732
41733         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
41734         it.
41735         * lib/hash.c (struct hash_table): Define it here instead.
41736
41737 2001-11-22  Jim Meyering  <meyering@lucent.com>
41738
41739         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
41740
41741 2001-11-20  Jim Meyering  <meyering@lucent.com>
41742
41743         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
41744         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
41745
41746 2001-11-19  Jim Meyering  <meyering@lucent.com>
41747
41748         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
41749         directory.  Use "conftestXXXXXX" as the template.
41750         Suggestion from Paul Eggert.
41751
41752         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
41753         immediately, so the test doesn't mistakenly hit the max-open-files
41754         limit.
41755
41756 2001-11-18  Paul Eggert  <eggert@twinsun.com>
41757
41758         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
41759         (TEMPORARIES): New macro.
41760         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
41761         removes an artificial limitation (e.g. HP-UX 10.20, where
41762         TMP_MAX is 17576).
41763
41764 2001-11-18  Jim Meyering  <meyering@lucent.com>
41765
41766         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
41767
41768 2001-11-18  Jim Meyering  <meyering@lucent.com>
41769
41770         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
41771         on SunOS 4.
41772
41773         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
41774         files will be created before anything else.
41775
41776 2001-11-17  Paul Eggert  <eggert@twinsun.com>
41777
41778         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
41779         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
41780
41781 2001-11-17  Jim Meyering  <meyering@lucent.com>
41782
41783         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
41784         Prompted by a report from Bob Proulx.
41785
41786         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
41787         Instead, require UTILS_FUNC_MKSTEMP.
41788
41789 2001-11-17  Jim Meyering  <meyering@lucent.com>
41790
41791         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
41792         Now, that's done as part of AC_FUNC_STRTOD.
41793
41794 2001-11-17  Jim Meyering  <meyering@lucent.com>
41795
41796         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
41797         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
41798         rather than group writable.  Patch by Juan F. Codagnone.
41799
41800         * lib/readtokens.c: Remove explicit declarations of xmalloc and
41801         xrealloc, Instead, include "xalloc.h".
41802
41803         * lib/mountlist.c: Include unlocked-io.h after all system headers.
41804         Remove explicit declarations of xmalloc, xrealloc,
41805         and xstrdup.  Instead, include "xalloc.h".
41806
41807         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
41808         unlocked-io.h.
41809         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
41810         Likewise.
41811         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
41812
41813         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
41814         Reported by Padraig Brady.
41815
41816         * lib/mkstemp.c: #undef mkstemp.
41817         Include config.h.
41818         (rpl_mkstemp): Rename from mkstemp.
41819         Protoize.
41820
41821 2001-11-16  Jim Meyering  <meyering@lucent.com>
41822
41823         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
41824         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
41825         determine the amount of total physical memory, use pstat_getstatic.
41826         HPUX-11 doesn't define _SC_PHYS_PAGES.
41827         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
41828         If sysconf couldn't be used to determine the amount of available
41829         physical memory, use both pstat_getstatic and pstat_getdynamic.
41830         Based on a patch from Bob Proulx.
41831
41832 2001-11-10  Jim Meyering  <meyering@lucent.com>
41833
41834         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
41835         (jm_PREREQ): Use it.
41836
41837 2001-11-09  Jim Meyering  <meyering@lucent.com>
41838
41839         * m4/jm-macros.m4: Require autoconf-2.52f.
41840         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
41841         Use these AC_-prefixed names, not the AM_-prefixed ones.
41842
41843         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
41844
41845 2001-11-05  Jim Meyering  <meyering@lucent.com>
41846
41847         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
41848
41849 2001-11-04  Jim Meyering  <meyering@lucent.com>
41850
41851         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
41852         $DEFS.
41853
41854 2001-11-03  Jim Meyering  <meyering@lucent.com>
41855
41856         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
41857         of AC_DEFUN.
41858
41859         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
41860         know the name of the variable in the macro definition.
41861
41862 2001-11-03  Jim Meyering  <meyering@lucent.com>
41863
41864         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
41865         in argmatch_to_argument call.
41866
41867         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
41868         argument.
41869
41870         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
41871         e.g., a fault due to an attempt to free a NULL pointer.
41872
41873 2001-11-01  Jim Meyering  <meyering@lucent.com>
41874
41875         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
41876         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
41877
41878 2001-11-01  Jim Meyering  <meyering@lucent.com>
41879
41880         * lib/dirfd.c, lib/dirfd.h: New files.
41881         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
41882
41883         * lib/hash.c (hash_print) [TESTING]: Clean up.
41884
41885 2001-10-22  Paul Eggert  <eggert@twinsun.com>
41886
41887         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
41888         to avoid a warning if -Wall.
41889
41890 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
41891
41892         * README: New file
41893         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
41894         (per RMS's instructions, this is now the canonical source)
41895         * lgpl/, gpl/: New directories.
41896
41897 2001-10-21  Paul Eggert  <eggert@twinsun.com>
41898
41899         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
41900
41901 2001-10-21  Jim Meyering  <meyering@lucent.com>
41902
41903         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
41904         this code would end up calling gettext even in packages built
41905         with --disable-nls.
41906         * lib/getopt.c (_): Likewise.
41907         * lib/regex.c (_): Likewise.
41908
41909 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41910
41911         * m4/error.m4 (jm_PREREQ_ERROR):
41912         Do not invoke AC_CHECK_FUNCS with strerror_r, as
41913         AC_FUNC_STRERROR_R does that.
41914         Check for strerror declaration.
41915
41916         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
41917         are supposed to have them these days.
41918         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
41919         Merge changes from latest Autoconf CVS.
41920         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
41921         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
41922         POSIX decided to standardize on the int flavor of strerror_r.
41923
41924 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41925
41926         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
41927         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
41928         Use strerror_r that is only a macro, even if it is not a function.
41929         (strerror): Check for HAVE_DECL_STRERROR before declaring.
41930         (private_strerror): Use prototypes, not old-style function definition.
41931         (print_errno_message): New function.
41932         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
41933         char*-flavored one.
41934         (error_tail, error, error_at_line): Use it.
41935
41936 2001-10-11  Jim Meyering  <meyering@lucent.com>
41937
41938         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
41939         and quote_n (1, ... to avoid clobbering a buffer.
41940
41941 2001-10-05  Jim Meyering  <meyering@lucent.com>
41942
41943         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
41944         hash-pjw.h.
41945         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
41946         * lib/hash-pjw.h: New file.
41947
41948 2001-09-30  Jim Meyering  <meyering@lucent.com>
41949
41950         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
41951         `struct fsstat' has the `f_fstypename' member.
41952         Use that to define FS_TYPE, which is now used to make
41953         the getfsstat link test tighter.
41954
41955 2001-09-30  Jim Meyering  <meyering@lucent.com>
41956
41957         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
41958         Include <sys/ucred.h>, for Apple Darwin.
41959         Include sys/mount.h and sys/fs_types.h only if available.
41960         (FS_TYPE): Define.
41961         (read_filesystem_list): Use FS_TYPE.
41962
41963 2001-09-29  Paul Eggert  <eggert@twinsun.com>
41964
41965         * lib/exclude.c (excluded_filename): 0 -> false, since it's
41966         a boolean context.
41967
41968 2001-09-29  Jim Meyering  <meyering@lucent.com>
41969
41970         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41971         [one-argument getmntent function]): Include stdio.h before mntent.h.
41972         SunOS 4.1.x needs it for the declaration of `FILE'.
41973         Patch by Volker Borchert.
41974
41975         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41976         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
41977         sys/fs_types.h, and make the link-test for getfsstat guard #include
41978         directives with appropriate #if HAVE_*_H tests so that we can
41979         detect getfsstat on Apple Darwin1.3.7 systems.
41980         Reported by Nelson Beebe.
41981         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
41982
41983 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41984
41985         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41986         #defines strtoimax.  Also treat the other strto* functions
41987         like strtoimax.
41988
41989         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
41990         Check for strtoul and strtoumax,
41991         as those declarations are made even in the signed case.
41992         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
41993         Likewise, for strtol and strtoimax.
41994
41995 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41996
41997         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41998         #defines strtoimax.  Also treat the other strto* functions
41999         like strtoimax.
42000
42001         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
42002         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
42003         (strtoimax, strtoumax): Do not declare if already defined as a macro.
42004
42005 2001-09-26  Jim Meyering  <meyering@lucent.com>
42006
42007         Most macros in unlocked-io.h had the wrong number of arguments.
42008         * lib/gen-uio: New script.
42009         (USE_UNLOCKED_IO): Define to 1 if not already defined.
42010         * lib/unlocked-io.hin: Remove file.
42011         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
42012         rather than trying to embed it here.
42013         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
42014         Reported by Padraig Brady.
42015
42016 2001-09-25  Volker Borchert  <bt@teknon.de>
42017
42018         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
42019         `result'.
42020
42021 2001-09-24  Jim Meyering  <meyering@lucent.com>
42022
42023         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
42024
42025 2001-09-23  Jim Meyering  <meyering@lucent.com>
42026
42027         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
42028         instead of the mere test for existence of mntent.h.  The latter
42029         would get a false-positive on AIX 3.4 systems.
42030         In the outer getmntent if-block, don't die if neither of the getmntent
42031         tests succeeds.  Instead, just fall through and continue with the
42032         remaining tests.
42033
42034 2001-09-23  Jim Meyering  <meyering@lucent.com>
42035
42036         * lib/mountlist.c: Remove useless parentheses in #if directives.
42037         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
42038         the deprecated MOUNTED symbol is no longer defined in mntent.h.
42039
42040 2001-09-22  Jim Meyering  <meyering@lucent.com>
42041
42042         * m4/gettext.m4: New file.  From gettext.
42043         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
42044         * m4/progtest.m4: Likewise
42045         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
42046         * m4/glibc21.m4: Likewise.
42047
42048         * m4/libintl.m4: Remove.  No longer used.
42049
42050 2001-09-22  Jim Meyering  <meyering@lucent.com>
42051
42052         * lib/localcharset.c: Update from latest gettext.
42053         * lib/config.charset: Likewise.
42054
42055 2001-09-20  Jim Meyering  <meyering@lucent.com>
42056
42057         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
42058         strtoimax.
42059         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
42060         strtoumax.
42061
42062 2001-09-20  Jim Meyering  <meyering@lucent.com>
42063
42064         * lib/xstrtol.c (strtoimax): Guard declaration with
42065         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
42066         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
42067         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
42068         (strtoumax): Likewise, for completeness (it wasn't necessary).
42069
42070 2001-09-17  Paul Eggert  <eggert@twinsun.com>
42071
42072         * lib/strtoimax.c (HAVE_LONG_LONG):
42073         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
42074         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
42075         to work around bug in IBM C compiler.
42076
42077 2001-09-17  Jim Meyering  <meyering@lucent.com>
42078
42079         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
42080         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
42081         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
42082         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
42083         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
42084         whenever the right hand side need not be expanded by the shell.
42085
42086 2001-09-16  Paul Eggert  <eggert@twinsun.com>
42087
42088         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
42089         library.  It's not correct, as some older glibcs are buggy.
42090         fnmatch wasn't fixed until glibc 2.2.
42091
42092         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
42093         special shell magic here.
42094
42095 2001-09-16  Jim Meyering  <meyering@lucent.com>
42096
42097         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
42098         * m4/jm-macros.m4: Require it.
42099
42100 2001-09-16  Jim Meyering  <meyering@lucent.com>
42101
42102         * lib/mkdir.c: New file.
42103
42104 2001-09-15  Jim Meyering  <meyering@lucent.com>
42105
42106         * m4/jm-macros.m4: Check for help2man.
42107
42108 2001-09-11  Jim Meyering  <meyering@lucent.com>
42109
42110         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
42111         The body, by Paul Eggert, was moved here from configure.in.
42112         * m4/jm-macros.m4: Require UTILS_HOST_OS.
42113
42114 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42115
42116         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
42117         (jm_PREREQ): Use it.
42118
42119 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42120
42121         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
42122         Use ssize_t, not int, to store result of readlink.
42123         Check for ssize_t overflow as well as size_t overflow,
42124         as POSIX says the result of readlink is implementation-defined
42125         when ssize_t overflows.
42126         Remove unnecessary cast to char*.
42127         Use free+malloc instead of realloc, as the storage doesn't need
42128         to be preserved and it's clearer and can be more efficient that way.
42129         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
42130         * lib/xreadlink.h (xreadlink): Update prototype.
42131
42132 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42133
42134         * lib/xgetcwd.c: Revert some of the previous change; intead,
42135         fix the HAVE_GETCWD_NULL code to behave more like the
42136         !HAVE_GETCWD_NULL code used to.
42137
42138         Include "xalloc.h".
42139         (xgetcwd): Do not return NULL when memory is exhausted; instead,
42140         invoke xalloc_die.
42141
42142 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42143
42144         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
42145         sys/param.h, as pathmax.h includes them.
42146
42147 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42148
42149         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
42150         (jm_PREREQ_XGETCWD): New macro.
42151
42152         * m4/getcwd.m4: New file.
42153
42154 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42155
42156         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
42157         like the HAVE_GETCWD_NULL code.
42158         Include pathmax.h if not HAVE_GETCWD.
42159         Do not include xalloc.h.
42160         (INITIAL_BUFFER_SIZE): New symbol.
42161         Do not use xmalloc / xrealloc, since the caller is responsible for
42162         handling errors.  Preserve errno around `free' during failure.
42163         Do not overrun buffer when using getwd.
42164
42165 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42166
42167         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
42168         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
42169         getcwd (NULL, 0).
42170
42171 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42172
42173         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
42174         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
42175         spotted by Jim Meyering.
42176
42177 2001-09-03  Jim Meyering  <meyering@lucent.com>
42178
42179         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
42180         failure.
42181
42182 2001-09-02  Jim Meyering  <meyering@lucent.com>
42183
42184         * lib/error.c: Update from GNU libc.
42185
42186 2001-09-01  Jim Meyering  <meyering@lucent.com>
42187
42188         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
42189         Used by df.
42190
42191 2001-09-01  Jim Meyering  <meyering@lucent.com>
42192
42193         * lib/xreadlink.c: New file.
42194         * lib/xreadlink.h: New file.
42195         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
42196         xreadlink.h.
42197
42198         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
42199         doesn't conflict with sparc Solaris 7's definition in
42200         /usr/include/sys/int_types.h.
42201
42202         * lib/exclude.c: Use `""', not `<>' to #include non-system header
42203         files.
42204         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
42205         and strncasecmp as r-values.  Unixware didn't have declarations.
42206
42207 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42208
42209         * lib/xstrtol.h: Add copyright notice.
42210         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
42211         LONGINT_INVALID_SUFFIX_CHAR.
42212
42213 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42214
42215         * lib/xstrtol.c (strtoimax): New decl.
42216
42217 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42218
42219         * lib/xgetcwd.c: Don't include pathmax.h.
42220         Include stdlib.h and unistd.h if available.
42221         Include xalloc.h.
42222         (xmalloc, xstrdup, free): Remove decls.
42223         (xgetcwd): Don't assume sizes fit in unsigned.
42224         Check for overflow when computing sizes.
42225         Simplify reallocation code.
42226
42227 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42228
42229         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
42230         a directory's st_size can have an arbitrary value, so the old
42231         usage could waste an arbitrary amount of memory.  All uses
42232         changed.
42233         * lib/savedir.h: Update prototype.
42234
42235 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42236
42237         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
42238
42239         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
42240         old strtoimax.c.
42241
42242         Also, make the following further changes to make this file's
42243         configuration more similar to that of strtol.c:
42244         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
42245         (strtoumax, uintmax_t, strtoull, strtol): Remove.
42246         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
42247         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
42248         changed to signed values.
42249
42250         And make the following changes as well:
42251         Fix copyright notice, as 1999 was missing.
42252         (verify): New macro.
42253         (strtoimax): Check sizes at compile-time, not run-time.
42254         Prefer strtol to strtoll if both work.
42255         (main): Remove; it was not that useful and was a pain to maintain.
42256
42257         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
42258
42259 2001-08-31  Jim Meyering  <meyering@lucent.com>
42260
42261         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
42262         Use an initial, malloc'd, buffer of length 128 rather than
42263         a statically allocated one of length 1024.
42264
42265 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42266
42267         Simplify code, partly by assuming autoconf 2.52 semantics.
42268
42269         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
42270
42271         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
42272         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
42273         All uses removed.
42274         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
42275         Move AC_REQUIRE to next-to-top level, to avoid confusion.
42276         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
42277         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
42278         jm_AC_HEADER_INTTYPES_H.
42279         * m4/jm-macros.m4 (jm_MACROS): Likewise.
42280
42281         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
42282
42283         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42284         Quote first arg of AC_DEFUN.
42285         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
42286         since they are needed to parse the include file even if we need
42287         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
42288         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
42289         but with opposite signedness.
42290
42291 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42292
42293         Merge 'exclude' changes from tar 1.13.22.
42294         This fixes one or two unlikely storage allocation overflow bugs,
42295         but doesn't change user-visible behavior otherwise.
42296
42297 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42298
42299         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
42300         (jm_PREREQ_EXCLUDE): New macro.
42301
42302 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42303
42304         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
42305         tm to be declared.
42306
42307 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42308
42309         * lib/hash.c: Remove '2001' from copyright notice.
42310
42311 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42312
42313         * lib/full-write.h: New file.
42314         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
42315         * lib/full-write.c: Correct credits, as cccp.c no longer
42316         exists and anyway it was so heavily changed from the old cccp
42317         code as to be unrecognizable.  Include full-write.h.
42318         (full_write) Return size_t, with short writes meaning failure.
42319         All callers changed.  This fixes a bug with large buffers
42320         on 64-bit hosts.
42321         * lib/utime.c: Include full-write.h.
42322
42323 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42324
42325         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
42326         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
42327         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
42328         Include if available.
42329         (<xalloc.h>): Include
42330         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
42331         (verify): New macro.  Use it to verify that EXCLUDE macros do not
42332         collide with FNM macros.
42333         (struct patopts): New struct.
42334         (struct exclude): Use it, as exclude patterns now come with options.
42335         (new_exclude): Support above changes.
42336         (new_exclude, add_exclude_file):
42337         Initial size must now be a power of two to simplify overflow checking.
42338         (free_exclude, fnmatch_no_wildcards): New function.
42339         (excluded_filename): No longer requires options arg, as the options
42340         are determined by add_exclude.  Now returns bool, not int.
42341         (excluded_filename, add_exclude):
42342         Add support for the fancy new exclusion options.
42343         (add_exclude, add_exclude_file): Now takes int options arg.
42344         Check for arithmetic overflow when computing sizes.
42345         (add_exclude_file): xrealloc might modify errno, so don't
42346         realloc until after errno might be used.
42347
42348         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
42349         New macros.
42350         (free_exclude): New decl.
42351         (add_exclude, add_exclude_file): Now takes int options arg.
42352         (excluded_filename): No longer requires options arg, as the options
42353         are determined by add_exclude.  Now returns bool, not int.
42354
42355 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42356
42357         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
42358
42359 2001-08-27  Jim Meyering  <meyering@lucent.com>
42360
42361         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
42362
42363         * lib/version-etc.c (N_): Remove definition.
42364         Revert most of last change.
42365         Instead, simply don't mark the `Copyright...' string for translation.
42366         Based on advice from Paul Eggert.
42367
42368         * lib/strtoxmax.c: Tweak comment.
42369
42370 2001-08-26  Jim Meyering  <meyering@lucent.com>
42371
42372         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
42373
42374         * m4/xstrtoimax.m4: New file.
42375         * m4/xstrtoumax.m4: Add comments explaining why we
42376         AC_REPLACE_FUNCS(strtol).
42377
42378 2001-08-26  Jim Meyering  <meyering@lucent.com>
42379
42380         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
42381         of copyright with `%s' so translators don't get an untranslated
42382         message in 2002.
42383         (COPYRIGHT_YEAR): Define.
42384         (version_etc): Use fprintf rather than fputs.
42385         Suggestion from Ulrich Drepper.
42386
42387         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
42388
42389         * lib/strtoll.c: New file, from GNU libc.
42390         * lib/xstrtoimax.c: New file.
42391
42392         * lib/xstrtol.h: Add xstrtoimax.
42393         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
42394         * lib/strtoimax.c: New file.  Likewise, but first define
42395         STRTOUXMAX_SIGNED.
42396
42397         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
42398         ...
42399         * lib/strtoxmax.c: ... then renamed to this.
42400
42401 2001-08-18  Paul Eggert  <eggert@twinsun.com>
42402
42403         * m4/inttypes.m4: Add AC_PREREQ(2.13).
42404         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
42405         (jm_AC_TYPE_INTMAX_T): New macro.
42406         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
42407
42408         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
42409
42410         * m4/longlong.m4: Renamed from ulonglong.m4.
42411         * m4/inttypes.m4: Renamed from inttypes_h.m4.
42412         * m4/uintmax_t.m4: Removed.
42413
42414 2001-08-13  Paul Eggert  <eggert@twinsun.com>
42415
42416         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
42417         Port to Solaris 8, where 'sed' requires a space after the 'r'
42418         command, and where sh dislikes "$/".  Clean up the spacing a bit.
42419         Redirect output to $tmp just once.
42420
42421 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
42422
42423         * lib/addext.c (<errno.h>): Include.
42424         (errno): Declare if not defined.
42425         (addext): Work correctly when pathconf returns -1 and leaves
42426         errno alone because there is no limit.  Also, work even if
42427         pathconf returns a value greater than SIZE_MAX.
42428
42429 2001-08-12  Jim Meyering  <meyering@lucent.com>
42430
42431         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
42432         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
42433         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
42434         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
42435         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
42436         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
42437         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
42438         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
42439         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
42440         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
42441         utime.m4, utimes.m4, xstrtoumax.m4:
42442         Quote the first argument in each use of AC_DEFUN.
42443
42444 2001-08-12  Jim Meyering  <meyering@lucent.com>
42445
42446         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
42447         Simply `return getcwd (NULL, 0);'.
42448         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
42449         Use 1300 as initial value for length, not PATH_MAX.
42450
42451         * lib/pathmax.h: Clean up cpp syntax.
42452
42453 2001-08-12  Jim Meyering  <meyering@lucent.com>
42454
42455         * lib/gettimeofday.c: New file.
42456         * lib/gtod.h: New file.
42457         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
42458
42459 2001-08-05  Jim Meyering  <meyering@lucent.com>
42460
42461         * m4/jm-macros.m4: Require autoconf-2.52.
42462
42463 2001-08-04  Jim Meyering  <meyering@lucent.com>
42464
42465         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
42466         stmt, to get in sync with glibc.
42467
42468 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42469
42470         The following changes are from gettext 0.10.39 as maintained by
42471         Bruno Haible.
42472
42473         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
42474         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
42475         with inverted sense.  All uses changed.
42476
42477         * lib/mbswidth.c: Don't include <limits.h>.
42478         Include <stdlib.h> and <string.h> unconditionally.
42479         (iswcntrl, mbsinit, ISCNTRL): New macros.
42480         (mbsnwidth): Use K&R style function declarations.
42481         Don't bother checking for MB_LEN_MAX == 1, since the compiler
42482         can optimize it when MB_CUR_MAX == 1.
42483         The width of control characters is zero, not 1.
42484
42485 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42486
42487         The following changes are from gettext 0.10.39 as maintained by
42488         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
42489
42490         * m4/codeset.m4: Upgrade to serial AM1.
42491         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
42492         all uses changed.  Quote first arg of AC_DEFUN.
42493         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
42494
42495         * m4/iconv.m4: Upgrade to serial AM2.
42496         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
42497         Add --with-libconv-prefix.
42498         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
42499         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
42500         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
42501         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
42502         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
42503
42504         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
42505         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
42506         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
42507         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
42508         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
42509         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
42510         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
42511         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
42512         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
42513
42514         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
42515         string.h any more.
42516
42517         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
42518         not the default value.
42519
42520         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
42521         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
42522         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
42523         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
42524         Also check for iswcntrl, used for wcwidth fallback.
42525         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
42526         to Autoconf 2.13.
42527
42528 2001-08-03  Jim Meyering  <meyering@lucent.com>
42529
42530         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
42531         as it was in the original.  Reported by Paul Eggert.
42532
42533 2001-07-16  Jim Meyering  <meyering@lucent.com>
42534
42535         * m4/gettimeofday.m4: New file.
42536         Prompted by a report from Bernhard Baehr.
42537
42538 2001-07-15  Jim Meyering  <meyering@lucent.com>
42539
42540         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
42541         stuff. Now it's in ../Makefile.cfg.
42542
42543 2001-07-15  Jim Meyering  <meyering@lucent.com>
42544
42545         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
42546         (BUILT_SOURCES): Add unlocked-io.h.
42547         (io_functions): Define.
42548         (unlocked-io.h): New rule.
42549         (DISTCLEANFILES): Add unlocked-io.h.
42550         (all-local): Depend on unlocked-io.h, to ensure it is created.
42551
42552         * lib/unlocked-io.hin: New file
42553
42554         * lib/regex.c: Update from glibc.
42555
42556 2001-07-05  Jim Meyering  <meyering@lucent.com>
42557
42558         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
42559         recommendation.
42560         (libfetish_a_SOURCES): Put all .h files here instead.
42561         Remove a thus-exposed (better checks in automake) duplicate and
42562         two unnecessary .h files.
42563
42564 2001-07-04  Jim Meyering  <meyering@lucent.com>
42565
42566         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
42567         that generates jm-glibc-io.m4 so that it doesn't trigger any make
42568         distcheck failure.
42569
42570 2001-07-02  Jim Meyering  <meyering@lucent.com>
42571
42572         The following changes were prompted by suggestions from Bruno Haible.
42573
42574         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
42575         is now generated.
42576         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
42577         definition of EXTRA_DIST.
42578         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
42579         ensure that the generated file is created/updated whenever the list
42580         of $(unlocked_functions) is changed.
42581         (jm-glibc-io.m4): New rule.
42582         (unlocked-io.h): New rule -- currently unused.
42583
42584 2001-06-24  Jim Meyering  <meyering@lucent.com>
42585
42586         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
42587         unmatched right bracket, rather than kludging it with an extra,
42588         falsely-matching quote in a comment.  Patch by Akim Demaille.
42589
42590 2001-06-11  Jim Meyering  <meyering@lucent.com>
42591
42592         * lib/regex.c: Update from GNU libc.
42593
42594 2001-05-27  Jim Meyering  <meyering@lucent.com>
42595
42596         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
42597         Check for ut_type in struct utmp.
42598
42599 2001-05-27  Jim Meyering  <meyering@lucent.com>
42600
42601         * lib/readutmp.h (UT_TYPE): Define.
42602
42603 2001-05-24  Jim Meyering  <meyering@lucent.com>
42604
42605         * lib/argmatch.c: Include "quote.h".
42606         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
42607         quote function.  Reported by Göran Uddeborg.
42608
42609 2001-05-22  Jim Meyering  <meyering@lucent.com>
42610
42611         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
42612         now that we use the package-supplied version unconditionally.
42613         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
42614
42615 2001-05-21  Jim Meyering  <meyering@lucent.com>
42616
42617         * m4/regex.m4: Change a couple backticks to single quotes to avoid
42618         shell syntax errors.
42619
42620 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42621
42622         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
42623
42624 2001-05-20  Paul Eggert  <eggert@twinsun.com>
42625
42626         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
42627         Don't bother to check library strftime, since
42628         we'll be using our own my_strftime function anyway.
42629         Define my_strftime instead of strftime.
42630
42631 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
42632
42633         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
42634         which is not yet declared.
42635
42636 2001-05-15  Jim Meyering  <meyering@lucent.com>
42637
42638         * m4/regex.m4: Use proper quoting so brackets appear in the test
42639         program.
42640         Reported by, and with help from, Bruno Haible.
42641
42642 2001-05-13  Jim Meyering  <meyering@lucent.com>
42643
42644         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
42645         undefined.
42646
42647 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42648
42649         dirname code cleanup.  base_name now behaves more compatibly
42650         with POSIX basename when given file names that have trailing
42651         slashes, and similarly for dir_name.  Add new primitives
42652         base_len and dir_len.  Put the directory-name-related decls
42653         into dirname.h.
42654
42655         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
42656         * lib/backupfile.c (base_name): Likewise.
42657         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
42658         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
42659         * lib/makepath.c (strip_trailing_slashes): Likewise.
42660         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
42661         ISSLASH): Likewise.
42662         * lib/rename.c (strip_trailing_slashes): Likewise.
42663         * lib/same.c (base_name): Likewise.
42664         * lib/stripslash.c (ISSLASH): Likewise.
42665
42666         * lib/addext.c: Include <dirname.h> after size_t is defined.
42667         * lib/backupfile.c: Likewise.
42668
42669         * lib/addext.c (addext): Use base_len to trim redundant
42670         trailing slashes instead of doing it ourselves.
42671         But do not trim the last slash if it is not redundant.
42672
42673         * lib/backupfile.c (find_backup_file_name,
42674         max_backup_version): Use base_len instead of rolling it ourselves.
42675         Handle the case of "" and (on DOS) "C:" correctly.
42676
42677         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
42678         needed. Include <string.h>, <dirname.h>.
42679         (base_name): Allow file names ending in slashes, other than names
42680         that are all slashes.  In this case, return the basename followed
42681         by the slashes.  This is more general, and can be used in places
42682         where the original base_name purposely had an assertion failure.
42683         (base_len): New function.
42684
42685         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
42686         Do not include <assert.h>; no longer needed.
42687         Include xalloc.h.
42688         (memrchr): Remove decl.
42689         (dir_name_r): Remove.
42690         (dir_len): Renamed from dirlen.  All callers changed.
42691         Rewrite in terms of base_name, for simplicity and consistency.
42692         (dir_name): Never return NULL.  All callers changed.
42693         Do not include <stdlib.h> in test program; no longer needed.
42694         return 0; is fine for test program.
42695
42696         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
42697         New macros.
42698         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
42699
42700         * lib/path-concat.c (path_concat): Use base_len to compute
42701         base length, not strlen; this means we cannot rely on memcpy
42702         to null-terminate.
42703
42704         * lib/same.c (STREQ): Remove.
42705         (same_name): Handle the case where the basename ends in trailing '/'.
42706
42707         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
42708         a slash was stripped.  Do not strip the last slash after a
42709         file system prefix.
42710
42711 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42712
42713         * lib/Makefile.am (libfetish_a_SOURCES):
42714         Add strftime.c, since we now compile it on all hosts.
42715
42716         * lib/strftime.c (my_strftime):
42717         Define to nstrftime if emacs, but only if my_strftime is not defined.
42718         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
42719         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
42720         Add one more extra argument: a nanoseconds value.
42721         All uses changed.
42722         (ns): New macro.
42723         (my_strftime function): Add %N format.
42724         (emacs_strftimeu): Renamed from emacs_strftime,
42725         with extra ut argument.
42726
42727 2001-05-09  Paul Eggert  <eggert@twinsun.com>
42728
42729         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
42730
42731 2001-04-21  Jim Meyering  <meyering@lucent.com>
42732
42733         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
42734         doesn't interfere.
42735
42736 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42737
42738         * m4/ftruncate.m4: Check for chsize.
42739         Link with ftruncate.o unconditionally if ftruncate is missing.
42740         This was required when cross-compiling to i586-mingw32msvc.
42741
42742 2001-04-08  Jim Meyering  <meyering@lucent.com>
42743
42744         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
42745         recomputed; that's necessary when the offset spans a DST transition.
42746         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
42747
42748 2001-04-02  Jim Meyering  <meyering@lucent.com>
42749
42750         * lib/regex.h, regex.c: Update from GNU libc.
42751
42752 2001-03-24  Jim Meyering  <meyering@lucent.com>
42753
42754         * m4/jm-macros.m4: Require autoconf-2.49d.
42755
42756 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
42757
42758         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
42759
42760 2001-03-19  Paul Eggert  <eggert@twinsun.com>
42761
42762         * lib/version-etc.c (version_etc_copyright): Update to 2001.
42763
42764 2001-03-17  Jim Meyering  <meyering@lucent.com>
42765
42766         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
42767         now that the version in autoconf is equivalent.
42768         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
42769
42770         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
42771         Suggestion from Akim Demaille.
42772
42773         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
42774         (jm_PREREQ_TEMPNAME): New function.
42775
42776 2001-03-16  Paul Eggert  <eggert@twinsun.com>
42777
42778         * lib/tempname.c (uint64_t): Define to uintmax_t if
42779         not defined, and if UINT64_MAX is not defined.
42780         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
42781         Reported by John David Anglin.
42782
42783 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
42784
42785         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
42786         resolve alias if codeset is empty.
42787         * lib/config.charset (BeOS): Use wildcard syntax.
42788
42789 2001-03-13  Jim Meyering  <meyering@lucent.com>
42790
42791         * lib/path-concat.c (path_concat)
42792         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
42793         concatenating e.g., `C:' and `foo'.
42794         From Bruno Haible.
42795
42796 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42797
42798         * lib/localcharset.c (locale_charset): Don't use
42799         setlocale(LC_CTYPE,NULL). Don't return NULL.
42800         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
42801
42802 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42803
42804         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
42805         support for DOS/DJGPP.
42806
42807 2001-03-01  Paul Eggert  <eggert@twinsun.com>
42808
42809         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
42810         lacks mkstemp.  Compile our own tempname.c if we compile our own
42811         mkstemp.c, as mkstemp relies on tempname.
42812
42813 2001-03-01  Jim Meyering  <meyering@lucent.com>
42814
42815         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
42816         AH_VERBATIM really does output its argument verbatim.
42817
42818 2001-02-28  Paul Eggert  <eggert@twinsun.com>
42819
42820         * lib/Makefile.am (libfetish_a_SOURCES):
42821         Add dup-safer.c, fopen-safer.c.
42822         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
42823
42824         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
42825         * lib/unistd-safer.h: New files.
42826
42827 2001-02-25  Paul Eggert  <eggert@twinsun.com>
42828
42829         The mkstemp replacement is taken from glibc 2.2.2, with some
42830         portability fixes for use outside glibc, as follows:
42831
42832         * lib/tempname.c (struct_stat64): New macro.
42833         (direxists, __gen_tempname): Use it.
42834         This avoids a portability problem with Solaris 8.
42835
42836         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
42837         (<stddef.h>, <stdint.h>, <string.h>):
42838         Include only if STDC_HEADERS || _LIBC.
42839         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
42840         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
42841         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
42842         (__set_errno): Define this macro if <errno.h> doesn't.
42843         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
42844         Define these macros if <stdio.h> doesn't.
42845         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
42846         Define these macros if <sys/stat.h>
42847         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
42848         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
42849         __xstat64): Define if not _LIBC.
42850         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
42851         (__gen_tempname): Invoke gettimeofday only if
42852         HAVE_GETTIMEOFDAY || _LIBC;
42853         otherwise, fall back on plain "time".
42854         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
42855
42856         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
42857
42858         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
42859
42860 2001-02-18  Paul Eggert  <eggert@twinsun.com>
42861
42862         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
42863
42864 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42865
42866         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
42867         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
42868         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
42869         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42870
42871 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42872
42873         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
42874         Remove workaround macros for hosts that have mbrtowc but not
42875         mbstate_t, as we now insist on proper declarations for both
42876         before using mbrtowc.
42877
42878 2001-02-17  Jim Meyering  <meyering@lucent.com>
42879
42880         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
42881         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
42882         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
42883         UnixWare 7.1.1.
42884
42885         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
42886         rather than AC_CACHE_VAL.
42887
42888 2001-02-17  Jim Meyering  <meyering@lucent.com>
42889
42890         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
42891         around included file name.
42892
42893         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
42894
42895         * lib/strftime.c: Update from GNU libc (the only changes were to
42896         comments).
42897
42898 2001-02-17  Jim Meyering  <meyering@lucent.com>
42899
42900         * lib/regex.c: Update from libc.
42901
42902 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
42903
42904         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
42905         clash.
42906
42907 2001-02-16  Paul Eggert  <eggert@twinsun.com>
42908
42909         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
42910         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
42911         Reported by Mark Hounschell via Paul Eggert.
42912
42913 2001-02-07  Jim Meyering  <meyering@lucent.com>
42914
42915         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
42916
42917 2001-02-05  Jim Meyering  <meyering@lucent.com>
42918
42919         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
42920         it includes the patch required for `large file' support with at least
42921         HP-UX's 10.20 /bin/cc.
42922
42923 2001-02-03  Jim Meyering  <meyering@lucent.com>
42924
42925         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
42926         AS_IF, now that it works once again (mysteriously).
42927         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42928
42929 2001-01-30  Jim Meyering  <meyering@lucent.com>
42930
42931         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
42932         * m4/chown.m4: Rename conftestchown to conftest.chown.
42933         * m4/rename.m4: s/conftestdir/conftest.d1/ and
42934         s/conftestdir2/conftest.d2/.
42935         * m4/utimes.m4: s/conftestdata/conftest.data/
42936         Inspired by Pavel Roskin's change in autoconf.
42937
42938 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
42939
42940         * lib/config.charset: Update for FreeBSD 4.2.
42941
42942 2001-01-27  Jim Meyering  <meyering@lucent.com>
42943
42944         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
42945         a use of AS_IF.
42946         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42947
42948 2001-01-26  Jim Meyering  <meyering@lucent.com>
42949
42950         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
42951         quotearg.c includes it.
42952
42953 2001-01-26  Jim Meyering  <meyering@lucent.com>
42954
42955         * lib/quotearg.c: Include stddef.h.
42956         * lib/quote.c: Include stddef.h.
42957         Reported by Axel Kittenberger.
42958
42959         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
42960         line in double quotes so that it evokes a better diagnostic.
42961         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
42962         Reported by Axel Kittenberger.
42963
42964 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
42965
42966         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
42967         as if it was a `charset'.
42968
42969 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42970
42971         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
42972         has const.
42973
42974 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42975
42976         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
42977         to avoid a warning.  Add back 'const' to inptr.
42978
42979 2001-01-20  Jim Meyering  <meyering@lucent.com>
42980
42981         Be sure that headers are checked before used in code compiled
42982         for the type checks.
42983         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
42984         In place of that, invoke jm_CHECK_ALL_TYPES.
42985         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
42986         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
42987         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
42988         The check for ssize_t was mistakenly run before the test for unistd.h.
42989
42990         The configure-time check for stdbool.h was missing.
42991         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
42992         (jm_PREREQ_HASH): New function.
42993
42994 2001-01-17  Jim Meyering  <meyering@lucent.com>
42995
42996         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
42997         for autoconf-2.49c.
42998         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
42999
43000 2001-01-16  Jim Meyering  <meyering@lucent.com>
43001
43002         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
43003         From Bruno Haible.
43004
43005 2001-01-14  Jim Meyering  <meyering@lucent.com>
43006
43007         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
43008         foo and bar.  Create conftestdir/ in the script, not in the C code.
43009         Remove directories in the script, not in the C code.
43010         Remove conftestdir{,2} before trying to create the directory.
43011         Make the entire configure script fail if the mkdir fails.
43012
43013 2001-01-14  Jim Meyering  <meyering@lucent.com>
43014
43015         * lib/rename.c: New file.  From Volker Borchert.
43016         Include stdlib.h, string.h or strings.h, and xalloc.h.
43017         Use strip_trailing_slashes rather than open-coding it.
43018
43019 2001-01-03  Paul Eggert  <eggert@twinsun.com>
43020
43021         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
43022
43023 2001-01-03  Jim Meyering  <meyering@lucent.com>
43024
43025         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
43026         of local `inptr' to avoid warning with some system declarations of
43027         iconv.
43028
43029 2001-01-02  Volker Borchert  <bt@teknon.de>
43030
43031         * m4/rename.m4: New file.
43032         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
43033
43034 2001-01-01  Jim Meyering  <meyering@lucent.com>
43035
43036         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
43037         even on systems with utmpx.h.  It's necessary for the declaration of
43038         utmp's ut_user member.  Reported by Andreas Jaeger.
43039
43040         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
43041         available. They are required for the declarations of getgrgid and
43042         getpwuid resp.
43043         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
43044         Reported by Andreas Jaeger.
43045
43046 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
43047
43048         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
43049         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
43050         so `make install' also works in VPATH builds.
43051
43052 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
43053
43054         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
43055         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
43056         can be used in subdirectories.
43057
43058 2000-12-29  Paul Eggert  <eggert@twinsun.com>
43059
43060         * lib/modechange.c: Do not assume that mode_t uses the
43061         traditional octal encoding.  E.g. "chmod 1 FOO" should set
43062         the other-execute bit of FOO even if S_IXOTH != 1.
43063
43064         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
43065         WOTH, XOTH, ALLM): New macros.
43066         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
43067          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
43068         Use them.
43069         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
43070         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
43071         (mode_compile):
43072         No need to use uintmax_t; unsigned long is long enough.
43073         Don't bother to get suffix since we don't use it.
43074
43075 2000-12-26  Jim Meyering  <meyering@lucent.com>
43076
43077         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
43078         better with autoheader.
43079
43080 2000-12-24  Jim Meyering  <meyering@lucent.com>
43081
43082         * lib/hash.c (is_prime): Return explicit boolean values.
43083         (hash_get_first): Return NULL to appease Irix5.6's 89.
43084         Reported by Nelson Beebe.
43085
43086 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
43087
43088         * lib/localcharset.c (locale_charset): Add support for Win32.
43089
43090 2000-12-18  Paul Eggert  <eggert@twinsun.com>
43091
43092         * lib/physmem.h, lib/physmem.c: New files.
43093
43094         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
43095         (noinst_HEADERS): Add physmem.h.
43096
43097         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
43098         't' for compatibility with Solaris 8 sort.
43099
43100 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
43101
43102         * lib/config.charset: Add support for BeOS.
43103
43104 2000-12-17  Jim Meyering  <meyering@lucent.com>
43105
43106         * m4/dos.m4 (jm_AC_DOS): New file and macro.
43107         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
43108
43109 2000-12-16  Jim Meyering  <meyering@lucent.com>
43110
43111         This bug had a serious impact on chown: `chown N:M FILE' (for integer
43112         N and M) would have treated it like `chown N:N FILE'.
43113
43114         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
43115
43116 2000-12-16  Jim Meyering  <meyering@lucent.com>
43117
43118         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
43119         SHELLS_FILE to a file name that's useful on djgpp systems.
43120         Include stdlib.h.
43121         (ADDITIONAL_DEFAULT_SHELLS): Define.
43122         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
43123         Based mostly on a patch from Prashant TR.
43124
43125 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
43126
43127         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
43128         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
43129         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
43130
43131 2000-12-08  Andreas Schwab  <schwab@suse.de>
43132
43133         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
43134         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
43135
43136 2000-12-07  Jim Meyering  <meyering@lucent.com>
43137
43138         * lib/stripslash.c (ISSLASH): Define.
43139         (strip_trailing_slashes): Use ISSLASH rather than comparing against
43140         `/'.
43141         From Prashant TR.
43142
43143         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
43144         (dir_name_r): Declare this function as static.
43145         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
43146         manifest itself on a name containing a mix of slashes and
43147         backslashes.
43148         Make this function work with names starting with a DOS-style
43149         drive letter and colon prefix.
43150         (dir_name): Append `.' if necessary.
43151         Based mostly on patches from Prashant TR and Eli Zaretskii.
43152
43153         * lib/dirname.h (dir_name_r): Remove prototype.
43154
43155 2000-12-06  Paul Eggert  <eggert@twinsun.com>
43156
43157         * m4/off_t-format.m4: Remove this file.
43158         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
43159
43160 2000-12-06  Jim Meyering  <meyering@lucent.com>
43161
43162         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
43163         replacement strtoull, we may well need the replacement strtoul, too.
43164         Check for declarations of strtoul and strtoull.
43165         Check for strtol.  Mainly as a cue to cause automake to include
43166         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
43167         Check for limits.h -- strtol.c needs it.
43168
43169 2000-12-05  Jim Meyering  <meyering@lucent.com>
43170
43171         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
43172
43173 2000-12-04  Jim Meyering  <meyering@lucent.com>
43174
43175         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
43176         Also include memory.h, stdlib.h, unistd.h if appropriate.
43177         Reported by Andreas Jaeger (conflicting declaration of malloc).
43178
43179 2000-12-02  Jim Meyering  <meyering@lucent.com>
43180
43181         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
43182         * m4/jm-macros.m4 (jm_MACROS): require it.
43183
43184 2000-12-02  Jim Meyering  <meyering@lucent.com>
43185
43186         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
43187
43188 2000-12-01  Paul Eggert  <eggert@twinsun.com>
43189
43190         * lib/memrchr.c: Include <config.h> before any system include file.
43191
43192 2000-11-30  Jim Meyering  <meyering@lucent.com>
43193
43194         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
43195
43196 2000-11-30  Jim Meyering  <meyering@lucent.com>
43197
43198         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
43199
43200 2000-11-29  Paul Eggert  <eggert@twinsun.com>
43201
43202         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
43203
43204 2000-11-26  Jim Meyering  <meyering@lucent.com>
43205
43206         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
43207
43208 2000-11-22  Paul Eggert  <eggert@twinsun.com>
43209
43210         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
43211         size of (size_t) -1; it's not portable.
43212
43213 2000-11-17  Jim Meyering  <meyering@lucent.com>
43214
43215         * lib/strstr.c: Update from GNU libc.
43216
43217 2000-11-17  Akim Demaille  <akim@epita.fr>
43218
43219         * lib/obstack.h: Formatting changes.
43220         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
43221         prevent type checking.
43222         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
43223         cast the value to (void *): assigning a `foo *' to a `void *'
43224         variable is valid.
43225         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
43226
43227 2000-11-16  Jim Meyering  <meyering@lucent.com>
43228
43229         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
43230
43231 2000-11-11  Jim Meyering  <meyering@lucent.com>
43232
43233         * lib/error.c: Add a couple #includes, merging from GNU libc version.
43234
43235 2000-11-10  Jim Meyering  <meyering@lucent.com>
43236
43237         * lib/obstack.h: Update from GNU libc.
43238         * lib/obstack.c: Likewise.
43239
43240 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
43241
43242         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
43243
43244 2000-11-06  Paul Eggert  <eggert@twinsun.com>
43245
43246         * lib/getusershell.c (setusershell): Use rewind rather than
43247         fseek/fseeko, to avoid configuration hassles with fseeko.
43248         Don't bother opening SHELLS_FILE if shellstream is NULL;
43249         it's not necessary.
43250
43251 2000-11-05  Jim Meyering  <meyering@lucent.com>
43252
43253         * lib/makepath.h (make_dir): Declare.
43254         * lib/makepath.c (make_dir): Remove `static' attribute.
43255         Tweak a comment.
43256
43257 2000-11-04  Jim Meyering  <meyering@lucent.com>
43258
43259         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
43260
43261 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
43262
43263         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
43264         last one in a bucket, advance to the next bucket.
43265
43266 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
43267
43268         * lib/fnmatch.c: Do not comment out all the code if we are using
43269         the GNU C library, because in some cases we are replacing buggy
43270         code in the GNU C library itself.
43271
43272 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
43273
43274         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
43275         (regex_compile): Catch bogus \(\1\).
43276
43277 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43278
43279         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
43280         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
43281         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
43282
43283 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43284
43285         * lib/error.h, getline.h, modechange.h:
43286         Remove "2000" from Copyright line, as the file hasn't been
43287         changed this year other than in the copyright notice.
43288
43289         * lib/xalloc.h: Add "2000" to Copyright line, as this file
43290         was changed this year.
43291
43292 2000-10-29  Jim Meyering  <meyering@lucent.com>
43293
43294         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
43295         renaming.
43296         * m4/ls-mntd-fs.m4: Likewise
43297
43298 2000-10-29  Jim Meyering  <meyering@lucent.com>
43299
43300         * lib/xstat.in: Fix grammar in comment.
43301
43302 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
43303
43304         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
43305         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
43306         doesn't define __restrict_arr.
43307
43308 2000-10-28  Jim Meyering  <meyering@lucent.com>
43309
43310         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
43311         (jm_PREREQ_MEMCHR): New function.
43312
43313 2000-10-28  Jim Meyering  <meyering@lucent.com>
43314
43315         * lib/memchr.c: Update from libc.
43316         Adjust for portability:
43317         [HAVE_STDLIB_H]: Include stdlib.h.
43318         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
43319         Undef __memchr, too.
43320         [!weak_alias]: Define __memchr to memchr.
43321
43322         * lib/regex.c: Update from libc.
43323         * lib/regex.h: Likewise.
43324         * lib/getopt1.c: Likewise.
43325         * lib/memcmp.c: Likewise.
43326
43327         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
43328         Avoid using fseek, when possible -- it's broken by design.
43329         Patch by Ulrich Drepper.
43330
43331 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
43332
43333         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
43334         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
43335         Giving in to popular pressure to shut up the compiler with casts.
43336
43337 2000-10-26  Jim Meyering  <meyering@lucent.com>
43338
43339         * lib/strftime.c: Update from libc.
43340
43341 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
43342
43343         * regex.c: More `unsigned char' -> `re_char' changes.
43344         Also change several `int' into `re_wchar_t'.
43345         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
43346         (PUSH_FAILURE_POINTER): Don't cast any more.
43347         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
43348         We want GCC to complain, since this piece of code makes
43349         re_match non-reentrant, which *should* be fixed.
43350         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
43351         (EXTEND_BUFFER): Use RETALLOC.
43352         (SET_LIST_BIT): Don't cast.
43353         (re_wchar_t): New type.
43354         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
43355         that those two functions will always properly return.
43356         (IMMEDIATE_QUIT_CHECK): Cast to void.
43357         (analyse_first): Use recursion rather than an explicit stack.
43358         (re_compile_fastmap): Can't fail anymore.
43359         (re_search_2): Don't check re_compile_fastmap for failure.
43360         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
43361         Now also sets the new value (passed in a new argument).
43362         (re_match_2_internal): Use it.
43363         Also, use a new var `reg' of type size_t when looping through regs
43364         rather than reuse the inappropriate `mcnt'.
43365
43366 2000-10-25  Jim Meyering  <meyering@lucent.com>
43367
43368         * lib/obstack.c: Update from libc.
43369
43370 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
43371
43372         * regex.c (regex_compile): Change the way of handling a range from
43373         a char less than 256 to a char not less than 256.
43374
43375 2000-10-24  Andrew Innes  <andrewi@gnu.org>
43376
43377         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
43378         NT-Emacs only.
43379         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
43380         so that re_search functions only quit when callers expect them to.
43381
43382 2000-10-23  Jim Meyering  <meyering@lucent.com>
43383
43384         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
43385         wrong.  That set_locale call must not have any side effects.
43386         From Paul Eggert.
43387
43388 2000-10-22  Jim Meyering  <meyering@lucent.com>
43389
43390         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
43391         [CYCLIC]: Remove now-unused definition.
43392
43393         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
43394         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
43395         Suggestion from Ulrich Drepper.
43396
43397 2000-10-21  Jim Meyering  <meyering@lucent.com>
43398
43399         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
43400         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
43401         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
43402
43403 2000-10-21  Jim Meyering  <meyering@lucent.com>
43404
43405         * lib/dirname.c (memrchr): Declare if necessary.
43406         (dir_name): Remove the restriction that there be no
43407         trailing slashes.  Now, this code skips past them, effectively
43408         ignoring them.
43409         [TEST_DIRNAME] (main): New unit tests.
43410
43411         * lib/memrchr.c: New file from GNU libc.
43412         Undef __memrchr, too.
43413         [!weak_alias]: Define __memrchr to memrchr.
43414         Guard weak_alias use with `#ifdef weak_alias'.
43415
43416 2000-10-21  Jim Meyering  <meyering@lucent.com>
43417
43418         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
43419         (dir_name): Use dir_name_r.
43420         * lib/dirname.h (dir_name_r): Declare it.
43421
43422 2000-10-17  Jim Meyering  <meyering@lucent.com>
43423
43424         * lib/quote.h (PARAMS): Define and use.
43425         Reported by Akim Demaille.
43426
43427         * lib/getopt.c: Update from libc.
43428
43429 2000-10-16  Jim Meyering  <meyering@lucent.com>
43430
43431         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
43432         setlocale.
43433         From Jan Fedak.
43434
43435 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
43436
43437         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
43438
43439 2000-09-25  Jim Meyering  <meyering@lucent.com>
43440
43441         * lib/md5.h (rol): Define (from GnuPG).
43442
43443         * lib/sha.c: Give credit (GnuPG) where due.
43444         (M): Use rol rather than open-coding it.
43445         Add a FIXME comment.
43446
43447 2000-09-21  Jim Meyering  <meyering@lucent.com>
43448
43449         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
43450         Reported by Michael Stone.
43451
43452 2000-09-20  Jim Meyering  <meyering@lucent.com>
43453
43454         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
43455         (noinst_HEADERS): Add sha.h.
43456         Based on code from Scott G. Miller and from GnuPG.
43457
43458 2000-09-18  Jim Meyering  <meyering@lucent.com>
43459
43460         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
43461         LIBS. Otherwise, everyone ends up linking with -lelf for some
43462         configurations.
43463         Reported by Mike Stone.
43464
43465 2000-09-15  Jim Meyering  <meyering@lucent.com>
43466
43467         * lib/regex.c: Update from libc.
43468
43469 2000-09-10  Jim Meyering  <meyering@lucent.com>
43470
43471         * lib/getopt.c (_getopt_internal): Update from glibc.
43472
43473 2000-09-09  Jim Meyering  <meyering@lucent.com>
43474
43475         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
43476         think it should be used as a general replacement for isascii.
43477         * lib/fnmatch.c: Likewise.
43478         * lib/mbswidth.c: Likewise
43479         * lib/regex.c: Likewise.
43480
43481         Don't use atoi.
43482         * lib/userspec.c: Include sys/param.h and limits.h.
43483         Include xstrtol.h.
43484         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
43485         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
43486         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
43487         UID, GID.  Check range.
43488
43489 2000-09-06  Jim Meyering  <meyering@lucent.com>
43490
43491         * lib/getopt.c (_getopt_internal): Update from glibc.
43492
43493 2000-08-30  Jim Meyering  <meyering@lucent.com>
43494
43495         * lib/strftime.c: Merge in changes from GNU libc.
43496
43497 2000-08-26  Jim Meyering  <meyering@lucent.com>
43498
43499         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
43500         * m4/fpending.m4: New file.
43501
43502 2000-08-26  Jim Meyering  <meyering@lucent.com>
43503
43504         * lib/closeout.c: Include "__fpending.h".
43505         (close_stdout_status): Return right away if there's nothing to flush.
43506
43507         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
43508         * lib/__fpending.c: New file.
43509         * lib/__fpending.h: New file.
43510
43511 2000-08-20  Jim Meyering  <meyering@lucent.com>
43512
43513         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
43514         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
43515         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
43516
43517 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
43518
43519         Improve fileutils installation on systems where running
43520         programs (like install) can't be unlinked.
43521         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
43522         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
43523
43524 2000-08-07  Paul Eggert  <eggert@twinsun.com>
43525
43526         Standardize on "memory exhausted" instead of "Memory exhausted"
43527         or "virtual memory exhausted".
43528         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
43529         "virtual memory exhausted".
43530         * lib/same.c (same_name): Invoke xalloc_die instead of printing
43531         our own message.
43532         * lib/userspec.c (parse_user_spec): Likewise.
43533         * lib/bumpalloc.h: comment fix
43534         * lib/same.c, userspec.c: Include xalloc.h.
43535
43536         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
43537         not char *const and pointing to a constant array.
43538         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
43539         (xrealloc): Comment fix.
43540
43541         * lib/userspec.c (parse_user_spec):
43542         Don't translate a message until just before returning,
43543         to avoid unnecessary translation.
43544
43545 2000-08-07  Jim Meyering  <meyering@lucent.com>
43546
43547         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
43548         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
43549         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
43550         getgroups.c, gethostname.c, getopt.h, group-member.c,
43551         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
43552         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
43553         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
43554         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
43555         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
43556         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
43557         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
43558         yesno.c: Back out Copyright date changes for each file with no change
43559         this year.  This eases coordination with other programs using the same
43560         source code modules.  From Paul Eggert.
43561
43562 2000-08-06  Paul Eggert  <eggert@twinsun.com>
43563
43564         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
43565         not char, for compatibility with glibc 2.1.3 strftime.c.
43566
43567 2000-08-03  Greg McGary  <greg@mcgary.org>
43568
43569         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
43570         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
43571         (EXTEND_BUFFER): Use them.
43572
43573 2000-08-01  Jim Meyering  <meyering@lucent.com>
43574
43575         * lib/dirname.c (ISSLASH): Define.
43576         (BACKSLASH_IS_PATH_SEPARATOR): Define.
43577         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
43578         both `\' and `/' may be use as path separators.
43579         Based on a patch from Prashant TR.
43580
43581 2000-07-31  Paul Eggert  <eggert@twinsun.com>
43582
43583         * lib/quotearg.c (quotearg_n_options): Don't make the initial
43584         slot vector a constant, since it might get modified.
43585
43586 2000-07-31  Jim Meyering  <meyering@lucent.com>
43587
43588         * lib/xmalloc.c: Use `virtual memory exhausted', not
43589         `Memory exhausted'.
43590         * lib/obstack.c (print_and_abort): Likewise.
43591
43592 2000-07-30  Paul Eggert  <eggert@twinsun.com>
43593
43594         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
43595         buffer, so that the caller can always quote one small
43596         component of a "memory exhausted" message in slot 0.
43597         From a suggestion by Jim Meyering.
43598
43599 2000-07-30  Jim Meyering  <meyering@lucent.com>
43600
43601         * lib/makepath.c (make_path): Quote the other instance, too.
43602
43603         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
43604         (STATIC_BUF_SIZE): Define.
43605         (quotearg_n_options): Use only statically allocated storage when
43606         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
43607         than STATIC_BUF_SIZE.
43608
43609 2000-07-29  Jim Meyering  <meyering@lucent.com>
43610
43611         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
43612         * lib/dirname.c (dir_name): Likewise.
43613
43614         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
43615         `/'.
43616
43617         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
43618         (dir_name): Assert that there are no trailing slashes.
43619
43620 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
43621
43622         * lib/mbswidth.h (mbswidth): Add a flags argument.
43623         (mbswidth): New declaration.
43624         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
43625         * lib/mbswidth.c (mbswidth): Add a flags argument.
43626         (mbsnwidth): New function.
43627
43628 2000-07-24  Jim Meyering  <meyering@lucent.com>
43629
43630         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
43631
43632 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43633
43634         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
43635
43636 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43637
43638         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
43639         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
43640         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
43641         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
43642         invoke multibyte primitives.
43643
43644 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43645
43646         * lib/quotearg.c:
43647         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
43648         so that mbstate_t is always defined.
43649
43650         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
43651         be 1 in at least one GCC installation, and this configuration
43652         error is likely to be common.  Ignoring MB_LEN_MAX hurts
43653         performance on hosts that have mbrtowc but have only unibyte
43654         locales, but I assume these hosts are rare.
43655
43656 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43657
43658         * lib/mbswidth.c (_XOPEN_SOURCE):
43659         Don't define; this causes problems on Solaris 7.
43660         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
43661
43662 2000-07-23  Jim Meyering  <meyering@lucent.com>
43663
43664         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
43665         too: getgrgid, getpwuid, getuid.
43666
43667 2000-07-23  Jim Meyering  <meyering@lucent.com>
43668
43669         * lib/basename.c (base_name): Add an assertion.
43670
43671 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
43672
43673         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
43674         shadow its mbsinit function.
43675
43676 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43677
43678         * lib/mbswidth.h: New file.
43679         * lib/mbswidth.c: New file.
43680         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
43681         (noinst_HEADERS): Add mbswidth.h.
43682
43683 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43684
43685         * lib/config.charset: Add support for FreeBSD. Improve support for
43686         HP-UX and IRIX 6.
43687
43688 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
43689
43690         * m4/mbswidth.m4: New file.
43691         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
43692
43693 2000-07-15  Jim Meyering  <meyering@lucent.com>
43694
43695         * lib/makepath.c: Include quote.h.
43696         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
43697         corresponding argument in a `quote (...)' call.
43698         Give better diagnostics.
43699
43700         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
43701         (noinst_HEADERS): Add quote.h.
43702
43703         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
43704         from tar's src/misc.c.
43705         * lib/quote.h: New file.  Prototypes for same.
43706
43707 2000-07-14  Paul Eggert  <eggert@twinsun.com>
43708
43709         From a suggestion by Bruno Haible.
43710         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
43711         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
43712         to decide whether to define the BeOS workaround macro;
43713         this adjusts to the change to AC_MBSTATE_T.
43714
43715 2000-07-14  Jim Meyering  <meyering@lucent.com>
43716
43717         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
43718         jm_AC_TYPE_UINTMAX_T.
43719
43720 2000-07-13  Paul Eggert  <eggert@twinsun.com>
43721
43722         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
43723
43724         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
43725         quotearg_buffer_restyled): Add support for
43726         clocale_quoting_style.  Undo previous change to
43727         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
43728         and "{RIGHT QUOTATION MARK}" msgids.
43729
43730 2000-07-10  Paul Eggert  <eggert@twinsun.com>
43731
43732         From a suggestion by Bruno Haible.
43733         * m4/mbstate_t.m4 (AC_MBSTATE_T):
43734         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
43735         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
43736         and mbstate_t, to a single-part test that simply defines mbstate_t.
43737         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
43738         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
43739
43740 2000-07-10  Jim Meyering  <meyering@lucent.com>
43741
43742         * m4/strerror_r.m4: Mirror the correction made in autoconf.
43743
43744         * m4/gnu-source.m4: Output to confdefs.h directly.
43745         Suggestion from Akim Demaille.
43746
43747 2000-07-09  Paul Eggert  <eggert@twinsun.com>
43748
43749         The old behavior of quoting `like this' doesn't look good with
43750         newer, ISO-style fonts.  See:
43751         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
43752
43753         Instead, quote "like this" by default.  Let the translator
43754         tailor the locale-specific quoting behavior by providing
43755         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
43756
43757         * lib/quotearg.c (N_): New macro.
43758         (gettext_default): New function.
43759         (quotearg_buffer_restyled): Use
43760         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
43761         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
43762
43763 2000-07-09  Jim Meyering  <meyering@lucent.com>
43764
43765         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
43766         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
43767
43768         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
43769         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
43770
43771 2000-07-09  Jim Meyering  <meyering@lucent.com>
43772
43773         * lib/Most files: Update copyright dates to include 2000.
43774
43775 2000-07-08  Jim Meyering  <meyering@lucent.com>
43776
43777         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
43778         if not defined.
43779         (xgethostname): Remove now-unnecessary #ifdef.
43780         Move declaration of `err' into loop where it's used.
43781
43782 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43783         and Bruno Haible  <haible@clisp.cons.org>
43784
43785         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
43786         only if the test for an object-type mbstate_t fails.  This
43787         prevents us from mistakenly reporting that mbstate_t is a
43788         system object type after we "#define mbstate_t int" to work
43789         around its lack.
43790
43791 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43792         and Bruno Haible  <haible@clisp.cons.org>
43793
43794         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
43795
43796 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43797
43798         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
43799         to strerror_r.
43800         Include <ctype.h> for use of isalpha.
43801
43802 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43803
43804         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
43805         by allocating a larger buffer. Test the gethostname return value for
43806         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
43807         returns an error and ENAMETOOLONG isn't defined.
43808
43809 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43810
43811         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
43812         dimension.
43813
43814 2000-07-04  Jim Meyering  <meyering@lucent.com>
43815
43816         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
43817         of the deprecated AC_CHECKING.
43818
43819 2000-07-04  Jim Meyering  <meyering@lucent.com>
43820
43821         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
43822         Reported by Bruno Haible.
43823
43824 2000-07-04  Jim Meyering  <meyering@lucent.com>
43825
43826         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
43827         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
43828         lacks mbrtowc.
43829
43830 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43831
43832         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
43833         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
43834
43835 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43836         and Bruno Haible  <haible@clisp.cons.org>
43837
43838         * lib/quotearg.c (mbrtowc):
43839         Assign to *pwc, and return 1 only if result is nonzero.
43840         (iswprint): Use ISPRINT when substituting our own mbrtowc.
43841
43842 2000-07-03  Jim Meyering  <meyering@lucent.com>
43843
43844         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
43845
43846 2000-07-03  Jim Meyering  <meyering@lucent.com>
43847
43848         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
43849         This is necessary to get a definition of e.g., UTMP_FILE on
43850         HP-UX 10.20.
43851         From Bob Proulx.
43852
43853 2000-07-02  Jim Meyering  <meyering@lucent.com>
43854
43855         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
43856
43857         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
43858         AC_LIBOBJ(function_name).
43859         * m4/chown.m4: Likewise.
43860         * m4/fnmatch.m4: Likewise.
43861         * m4/ftruncate.m4: Likewise.
43862         * m4/getgroups.m4: Likewise.
43863         * m4/getline.m4: Likewise.
43864         * m4/group-member.m4: Likewise.
43865         * m4/jm-macros.m4: Likewise.
43866         * m4/lstat.m4: Likewise.
43867         * m4/malloc.m4: Likewise.
43868         * m4/memcmp.m4: Likewise.
43869         * m4/nanosleep.m4: Likewise.
43870         * m4/putenv.m4: Likewise.
43871         * m4/realloc.m4: Likewise.
43872         * m4/regex.m4: Likewise.
43873         * m4/stat.m4: Likewise.
43874         * m4/strftime.m4: Likewise.
43875
43876 2000-07-02  Jim Meyering  <meyering@lucent.com>
43877
43878         * lib/quotearg.c (mbstate_t): Don't define here.
43879
43880 2000-07-02  Jim Meyering  <meyering@lucent.com>
43881
43882         * lib/nanosleep.c (SIGCONT): Define if not already defined.
43883
43884 2000-07-01  Jim Meyering  <meyering@lucent.com>
43885
43886         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
43887
43888 2000-07-01  Jim Meyering  <meyering@lucent.com>
43889
43890         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
43891         problem.
43892
43893 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43894
43895         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
43896         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
43897
43898 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43899
43900         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
43901         per change in ../m4/ls-mntd-fs.m4.
43902         (read_filesystem_list): Ignore symbolic links.
43903
43904 2000-06-29  Jim Meyering  <meyering@lucent.com>
43905
43906         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
43907         for declaration of strcmp.
43908
43909         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
43910
43911         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
43912         Avoid warning by casting result to `char *' to remove `const'.
43913
43914 2000-06-28  Jim Meyering  <meyering@lucent.com>
43915
43916         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
43917         included by quotearg.c, for which we perform this test.  From
43918         Bruno Haible.
43919
43920 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43921
43922         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
43923         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
43924         <utmpx.h> exists, put readutmp.o into LIBOBJS.
43925
43926 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43927
43928         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
43929
43930 2000-06-26  Paul Eggert  <eggert@twinsun.com>
43931
43932         savedir now sets errno on failure and invokes xmalloc to get memory.
43933         Fix a couple of other minor bugs while we're at it.
43934
43935         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
43936         (NAMLEN): Remove macro.
43937         (malloc, realloc): Remove decls.
43938         (stpcpy): Likewise.
43939         ("xalloc.h"): Include.
43940         (NAME_SIZE_DEFAULT): New macro.
43941         (savedir): Use xmalloc / xrealloc to allocate memory.
43942         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
43943         Skip "" directory entries.
43944         Use strlen to calculate directory entry length, since the old method
43945         is rarely used these days and isn't worth supporting.
43946         Don't use a pointer after freeing it.
43947         Check for integer overflow when calculating allocation size.
43948         Use memcpy to copy entries, instead of stpcpy.
43949         Set errno properly when returning NULL.
43950         Check for readdir error.
43951
43952 2000-06-26  Jim Meyering  <meyering@lucent.com>
43953
43954         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
43955
43956 2000-06-25  Jim Meyering  <meyering@lucent.com>
43957
43958         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
43959         Linux header bug when _XOPEN_SOURCE is defined to 500.
43960
43961 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43962
43963         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
43964         deficiency.
43965
43966 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43967
43968         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
43969         Include xalloc.h.
43970         Don't include <stdlib.h>.  Don't declare malloc, realloc.
43971
43972 2000-06-24  Jim Meyering  <meyering@lucent.com>
43973
43974         * m4/strerror_r.m4: Revive this file -- to try out an experimental
43975         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
43976         for which strerror does return char*, but which lacks a conveniently
43977         accessible declaration of the function.  If the compile-test says
43978         strerror_r doesn't work, then resort to a `run'-test that works on
43979         BeOS and segfaults on DEC Unix.
43980
43981 2000-06-24  Jim Meyering  <meyering@lucent.com>
43982
43983         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
43984
43985 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43986
43987         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
43988         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
43989
43990 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43991
43992         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
43993         (mbrtowc, mbstate_t): Define substitutes if
43994         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
43995         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
43996         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
43997
43998 2000-06-23  Jim Meyering  <meyering@lucent.com>
43999
44000         * m4/afs.m4: Add missing AC_MSG_RESULT.
44001         Reported by Bruno Haible.
44002
44003         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
44004         Suggestion from Bruno Haible.
44005
44006 2000-06-23  Jim Meyering  <meyering@lucent.com>
44007
44008         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
44009
44010 2000-06-21  Jim Meyering  <meyering@lucent.com>
44011
44012         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
44013
44014 2000-06-21  Jim Meyering  <meyering@lucent.com>
44015
44016         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
44017         (noinst_HEADERS): Add getstr.h.
44018
44019         * lib/getline.c (getstr): Move into a separate file.
44020         * lib/getstr.c (getstr): New file, extracted from getline.c, with
44021         the following changes: new parameter, delim2; both delim[12]
44022         parameters have type `int', not `char'.  The latter would lose
44023         with 8-bit delimiters.
44024         * lib/getstr.h: New file.
44025
44026 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44027
44028         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
44029         than 1024, return a memory chunk of least possible size, instead
44030         of size PATH_MAX + 2. In the loop, increment the size proportionally.
44031         Use free/xmalloc instead of xrealloc to avoid copying for very long
44032         paths.
44033
44034 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44035
44036         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
44037         the empty string.
44038
44039 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
44040
44041         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
44042         address, not strdup.  Include <stdlib.h> and don't declare free().
44043
44044 2000-06-19  Jim Meyering  <meyering@lucent.com>
44045
44046         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
44047
44048 2000-06-18  Jim Meyering  <meyering@lucent.com>
44049
44050         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
44051
44052         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
44053         `checking whether...' message to be consistent with that of the
44054         lstat test.
44055
44056 2000-06-18  Jim Meyering  <meyering@lucent.com>
44057
44058         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
44059         Besides, these days every porting target provides a mkdir function.
44060
44061         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
44062         needed. (this snippet comes from src/system.h).
44063
44064 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
44065
44066         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
44067
44068 2000-06-15  Paul Eggert  <eggert@twinsun.com>
44069
44070         * lib/human.c (adjust_value): New function.
44071         (human_readable_inexact): Apply rounding style even when
44072         printing approximate values.
44073
44074 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44075
44076         * lib/human.c (human_readable_inexact): Allow an input block
44077         size that is not a multiple of the output block size, and vice versa.
44078         Reported by Piergiorgio Sartor.
44079
44080 2000-06-14  Paul Eggert  <eggert@twinsun.com>
44081
44082         * lib/getdate.y (get_date): Apply relative times after time
44083         zone indicator, not before.  Reported by Todd A. Jacobs.
44084
44085 2000-06-13  Jim Meyering  <meyering@lucent.com>
44086
44087         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
44088
44089         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
44090
44091 2000-06-12  Paul Eggert  <eggert@twinsun.com>
44092
44093         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
44094
44095 2000-06-12  Jim Meyering  <meyering@lucent.com>
44096
44097         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
44098         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
44099         optional argument.
44100         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
44101         the optional argument, `lib'.
44102
44103 2000-06-08  Jim Meyering  <meyering@lucent.com>
44104
44105         * m4/largefile.m4: Remove file (now that it's part of autoconf).
44106
44107 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44108
44109         Rewrite largefile configuration so that we don't need to run
44110         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
44111         AC_CANONICAL_HOST in configure.in -- jmm]
44112
44113         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
44114         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
44115         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
44116         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
44117         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
44118         All uses changed.
44119         Instead of inspecting the output of getconf, try to compile the
44120         test program without and with the macro definition.
44121         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
44122         for getconf.  Instead, check for the needed flags by compiling
44123         test programs.
44124
44125 2000-06-04  Paul Eggert  <eggert@twinsun.com>
44126
44127         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
44128
44129 2000-06-04  Jim Meyering  <meyering@lucent.com>
44130
44131         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
44132         SunOS 4.1.4 for which gid_t is an unsigned type.
44133
44134 2000-06-03  Jim Meyering  <meyering@lucent.com>
44135
44136         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
44137         now that autoconf requires that.
44138
44139         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
44140         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
44141         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
44142
44143 2000-06-03  Jim Meyering  <meyering@lucent.com>
44144
44145         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
44146
44147 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44148
44149         * m4/glibc21.m4: New file.
44150         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
44151
44152 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44153
44154         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
44155         newer, don't install charset.alias.
44156         * lib/config.charset: Change the Linux/glibc rules so they become empty
44157         on glibc-2.1 or newer.
44158
44159 2000-06-02  Jim Meyering  <meyering@lucent.com>
44160
44161         * lib/mountlist.c: Back out last change.  Instead, do this...
44162         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
44163         me_dummy member using the same `ignore'-testing code.
44164         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
44165         fs_type strings.
44166         From Mark D. Roth.
44167
44168 2000-05-29  Jim Meyering  <meyering@lucent.com>
44169
44170         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
44171         mounts with the `ignore' attribute.  Based on a patch from
44172         Mark D. Roth.
44173
44174 2000-05-28  Jim Meyering  <meyering@lucent.com>
44175
44176         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
44177         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44178         * m4/stat.m4: Likewise.
44179         * m4/lstat.m4: Likewise.
44180         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
44181
44182         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
44183         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
44184
44185 2000-05-26  Jim Meyering  <meyering@lucent.com>
44186
44187         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
44188
44189 2000-05-24  Jim Meyering  <meyering@lucent.com>
44190
44191         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
44192         autoconf requires that.
44193         * m4/lib-check.m4: Likewise.
44194         * m4/jm-macros.m4: Likewise.
44195         * m4/strftime.m4: Likewise.
44196
44197         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
44198         AC_CHECK_DECLS, now that autoconf requires that.
44199
44200 2000-05-22  Jim Meyering  <meyering@lucent.com>
44201
44202         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44203         * m4/lstat.m4: Likewise.
44204
44205 2000-05-22  Jim Meyering  <meyering@lucent.com>
44206
44207         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
44208
44209 2000-05-20  Jim Meyering  <meyering@lucent.com>
44210
44211         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
44212         (jm_PREREQ): Use it.
44213
44214 2000-05-18  Jim Meyering  <meyering@lucent.com>
44215
44216         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
44217         back, too, since it may have been modified by allocate_entry.
44218         (hash_delete): Rewrite to use neither the assignment operator
44219         nor the comma operator in an if-expression.
44220
44221 2000-05-15  Paul Eggert  <eggert@twinsun.com>
44222
44223         * lib/closeout.c:
44224         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
44225         Remove; no longer needed.
44226         "quotearg.h": Add include.
44227         (file_name): Do not bother to explicitly initialize to NULL; it's less
44228         efficient on some hosts.
44229         (close_stdout_status): Remove test as to whether stdout was already
44230         closed; it breaks for the case "echo x | sort >&-".
44231         Quote file name colons.
44232         Do not assume that _("write error") lacks format strings.
44233
44234 2000-05-15  Jim Meyering  <meyering@lucent.com>
44235
44236         * lib/version-etc.c (version_etc_copyright): Update the copyright
44237         string used in all --version output.
44238
44239 2000-05-14  Jim Meyering  <meyering@lucent.com>
44240
44241         * lib/closeout.c (close_stdout_set_file_name): New function.
44242         (close_stdout_status): Use new file-scoped global.
44243         Return right away if fstat says the stdout file descriptor is invalid.
44244         * lib/closeout.h (close_stdout_set_file_name): Declare.
44245
44246 2000-05-10  Jim Meyering  <meyering@lucent.com>
44247
44248         * lib/closeout.c [default_exit_status]: New file-scoped variable.
44249         (close_stdout_set_status): New function.
44250         * lib/closeout.h (close_stdout_set_status): Declare.
44251
44252 2000-05-09  Jim Meyering  <meyering@lucent.com>
44253
44254         * m4/gettext.m4: Rename this...
44255         * m4/libintl.m4: ...to this.
44256
44257 2000-05-08  Jim Meyering  <meyering@lucent.com>
44258
44259         * lib/long-options.c: Don't include closeout.h.
44260         (parse_long_options): Don't call close_stdout for --version.
44261
44262 2000-05-06  Paul Eggert  <eggert@twinsun.com>
44263
44264         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
44265         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
44266         2.1.3 bug.  This avoids a clash when files like regex.c define
44267         _GNU_SOURCE.
44268
44269 2000-05-06  Jim Meyering  <meyering@lucent.com>
44270
44271         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
44272         (AC_REPLACE_FUNCS): Add strnlen.
44273
44274         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
44275         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
44276
44277         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
44278         AC_SEARCH_LIBS call for nanosleep.
44279         (LIB_NANOSLEEP): Set and AC_SUBST.
44280
44281 2000-05-06  Jim Meyering  <meyering@lucent.com>
44282
44283         * lib/strnlen.c: Undefine __strnlen and strnlen.
44284         [!weak_alias]: Define __strnlen to strnlen.
44285
44286         * lib/atexit.c: New file, from libiberty.
44287
44288 2000-05-06  Jim Meyering  <meyering@lucent.com>
44289
44290         * lib/closeout.c (close_stdout_status): Also check for errors on the
44291         stderr stream.
44292
44293 2000-05-05  Jim Meyering  <meyering@lucent.com>
44294
44295         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
44296         AC_SEARCH_LIBS call for clock_gettime.
44297         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
44298
44299         * m4/search-libs.m4: Update from autoconf.
44300
44301         su doesn't work on Solaris 2.6.
44302         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
44303         <shadow.h>.  Reported by Dragos Harabor.
44304
44305 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
44306
44307         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
44308         memcpy instead of xmalloc, xrealloc, path_concat.
44309         (locale_charset): Treat empty environment variables as absent.
44310         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
44311
44312 2000-05-04  Jim Meyering  <meyering@lucent.com>
44313
44314         * lib/getopt.c: Update from glibc.
44315         * lib/obstack.c: Likewise.
44316         * lib/obstack.h: Likewise.
44317         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
44318         file
44319
44320         * lib/regex.h: Likewise.
44321         * lib/strndup.c: Likewise.
44322         * lib/strnlen.c: New file, from glibc.
44323
44324 2000-05-03  Jim Meyering  <meyering@lucent.com>
44325
44326         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
44327
44328 2000-05-02  Paul Eggert  <eggert@twinsun.com>
44329
44330         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
44331         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
44332         compile-time test, rather than inspecting host and OS, to
44333         decide whether to define _LARGEFILE_SOURCE.
44334
44335 2000-05-01  Jim Meyering  <meyering@lucent.com>
44336
44337         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
44338
44339         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
44340         Based on a patch from Bruno Haible.
44341
44342 2000-05-01  Jim Meyering  <meyering@lucent.com>
44343
44344         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
44345
44346 2000-04-29  Jim Meyering  <meyering@lucent.com>
44347
44348         * lib/path-concat.c: Declare strdup only if it's not defined.
44349         * lib/canon-host.c: Likewise.
44350
44351 2000-04-28  Jim Meyering  <meyering@lucent.com>
44352
44353         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
44354         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
44355         is included first, then limits.h is included by locale.h by libintl.h.
44356         From John David Anglin.
44357
44358 2000-04-25  Jim Meyering  <meyering@lucent.com>
44359
44360         * lib/makepath.c (S_IRWXUGO): Define.
44361         (make_path): Always perform explicit chmod if MODE specifies any
44362         of the `special' permission bits.  Prompted by a bug report against
44363         install from Mate Wierdl and Joost van Baal.
44364
44365 2000-04-18  Jim Meyering  <meyering@lucent.com>
44366
44367         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
44368         (jm_PREREQ): Use it.
44369
44370 2000-04-18  Jim Meyering  <meyering@lucent.com>
44371
44372         * lib/README: New file.
44373
44374         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
44375         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
44376
44377 2000-04-17  Jim Meyering  <meyering@lucent.com>
44378
44379         Get it right :-)
44380         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
44381         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
44382         Suggestion from Akim Demaille.
44383
44384 2000-04-17  Jim Meyering  <meyering@lucent.com>
44385
44386         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
44387         the definition of it to rpl_strftime also defined-away the system's
44388         declaration.
44389
44390 2000-04-15  Jim Meyering  <meyering@lucent.com>
44391
44392         Use `C' to denote so-called `contiguous' files, the same way
44393         that tar does.
44394         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
44395         (ftypelet): Use S_ISCTG.
44396         From Michael Deutschmann.
44397
44398 2000-04-14  Jim Meyering  <meyering@lucent.com>
44399
44400         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
44401         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
44402         clobbered.
44403
44404 2000-04-14  Jim Meyering  <meyering@lucent.com>
44405
44406         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
44407
44408 2000-04-13  Jim Meyering  <meyering@lucent.com>
44409
44410         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
44411         AH_VERBATIM to insert required #ifndef into config.h.in.
44412         Suggestion from Akim Demaille.
44413
44414 2000-04-12  Jim Meyering  <meyering@lucent.com>
44415
44416         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
44417         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
44418         Christian Krackowizer.
44419
44420         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
44421         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
44422         (AC_SYS_LARGEFILE): Require.
44423         (AM_C_PROTOTYPES): Require.
44424
44425 2000-04-08  Jim Meyering  <meyering@lucent.com>
44426
44427         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
44428         names don't conflict.  Reported by Eli Zaretskii.
44429
44430 2000-04-07  Jim Meyering  <meyering@lucent.com>
44431
44432         * lib/putenv.c: Move inclusion of errno.h so it follows that of
44433         sys/types.h, to work around system header problems on AIX 3.2.5.
44434         From Bruno Haible.
44435
44436 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
44437
44438         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
44439         bug.  Deal with the different error behavior of Irix iconv.
44440
44441 2000-04-05  Paul Eggert  <eggert@twinsun.com>
44442
44443         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
44444         IRIX if the installer said otherwise.
44445
44446 2000-04-05  Jim Meyering  <meyering@lucent.com>
44447
44448         Portability tweaks required for ultrix4.3.
44449         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
44450         (jm_CHECK_DECLS): Add getutent to the list of functions.
44451         (_jm_DECL_HEADERS): Add utmpx.h.
44452         From John David Anglin.
44453
44454         * m4/strftime.m4: Back out the 2000-04-02 change.
44455         Instead of that change, simply undefine putenv in the test program.
44456
44457 2000-04-05  Jim Meyering  <meyering@lucent.com>
44458
44459         Portability tweaks required for ultrix4.3.
44460         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
44461         getutent.
44462         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
44463         * lib/canon-host.c: Declare strdup.
44464         * lib/path-concat.c: Likewise.
44465         From John David Anglin.
44466
44467 2000-04-04  Jim Meyering  <meyering@lucent.com>
44468
44469         Be more DOS 8.3-friendly.
44470         * lib/ref-add.sin: Renamed from ref-add.sed.in.
44471         * lib/ref-del.sin: Renamed from ref-del.sed.in.
44472         * lib/Makefile.am: Reflect renaming.
44473         Reported by Eli Zaretskii.
44474
44475         Use a temporary file name that won't clash with `charset.alias'
44476         in the DOS 8.3 name space.
44477         * lib/Makefile.am (charset_tmp): Define.
44478         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
44479         (uninstall-local): Likewise.
44480         Reported by Eli Zaretskii.
44481
44482 2000-04-03  Jim Meyering  <meyering@lucent.com>
44483
44484         * m4/gettext.m4: Fix typo in comment.
44485
44486         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
44487         textutils/configure.in).  Suggestion from Paul Eggert.
44488         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
44489
44490 2000-04-02  Paul Eggert  <eggert@twinsun.com>
44491
44492         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
44493         variable in the shell rather than using putenv, which isn't
44494         portable.  This avoids the configure-time inter-test dependency
44495         on the potentially-renamed putenv function.
44496
44497 2000-03-30  Paul Eggert  <eggert@twinsun.com>
44498
44499         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
44500         before checking struct stat.st_blksize, so that
44501         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
44502
44503 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44504
44505         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
44506         since strftime.c uses HAVE_STRFTIME to decide whether to use
44507         the underlying strftime.
44508
44509 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44510
44511         * lib/time/strftime.c (my_strftime): Make sure we call the system
44512         strftime, not ourselves, when invoking the underlying strftime.
44513
44514 2000-03-24  Jim Meyering  <meyering@lucent.com>
44515
44516         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
44517         (charset_alias): Define.
44518         (install-exec-local): Factor out common code.
44519         (uninstall-local): Split lines longer than 80.
44520         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
44521         (SUFFIXES): Define.
44522         (.sed.in.sed): New rule.  Don't redirect directly to $@.
44523         (CLEANFILES): Add ref-add.sed and ref-del.sed.
44524
44525 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
44526
44527         * lib/config.charset: Output a line containing "Packages using this
44528         file".
44529         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
44530         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
44531         ref-del.sed): New rules.
44532
44533 2000-03-17  Jim Meyering  <meyering@lucent.com>
44534
44535         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
44536         Otherwise, include <strings.h>
44537
44538 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
44539
44540         * lib/unicodeio.c (utf8_wctomb): New function.
44541         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
44542         format instead of in UCS-4 with platform dependent endianness.
44543
44544 2000-03-10  Jim Meyering  <meyering@lucent.com>
44545
44546         * m4/lib-check.m4: Look for getspnam in -lgen, too.
44547         From Marco Franzen.
44548
44549 2000-03-07  Paul Eggert  <eggert@twinsun.com>
44550
44551         * lib/savedir.c (savedir): Work even if directory size is
44552         negative; this can happen with some screwy NFS configurations.
44553
44554 2000-03-06  Jim Meyering  <meyering@lucent.com>
44555
44556         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
44557         if it's NULL (because we ran out of memory).  From Bruno Haible.
44558
44559 2000-03-05  Jim Meyering  <meyering@lucent.com>
44560
44561         * lib/localcharset.c ("path-concat.h"): Include.
44562         (get_charset_aliases): Use path_concat instead of ANSI string
44563         concatenation.
44564
44565         * lib/unicodeio.h (PARAMS): Define.
44566         Use it to guard prototype.
44567
44568 2000-03-04  Jim Meyering  <meyering@lucent.com>
44569
44570         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
44571         for lib/localcharset.c.
44572
44573 2000-03-04  Jim Meyering  <meyering@lucent.com>
44574
44575         * lib/Makefile.am (install-exec-local): Create $(libdir) before
44576         installing into it.
44577         (uninstall-local): Uncomment this rule so `make distcheck' works
44578         once again.
44579
44580         * lib/unicodeio.c (<errno.h>): Include it.
44581         (errno): Declare if not defined.
44582
44583         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
44584
44585         * lib/config.charset: New version, incorporating remarks from a linux
44586         i18n mailing list.  From Bruno Haible.
44587
44588 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
44589
44590         * m4/codeset.m4: New file.
44591         * m4/iconv.m4: New file.
44592         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
44593
44594 2000-03-03  Jim Meyering  <meyering@lucent.com>
44595
44596         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
44597
44598 2000-03-02  Jim Meyering  <meyering@lucent.com>
44599
44600         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
44601         the messages come out on separate lines.
44602
44603         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
44604         rather than jm_CHECK_DECLARATIONS.
44605         * m4/decl.m4: Remove now-unused file.
44606
44607         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
44608         geteuid.
44609
44610 2000-03-02  Jim Meyering  <meyering@lucent.com>
44611
44612         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
44613
44614 2000-03-01  Jim Meyering  <meyering@lucent.com>
44615
44616         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
44617         * lib/unicodeio.c: Likewise.
44618
44619 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
44620
44621         * lib/config.charset: New file.
44622         * lib/localcharset.c: New file.
44623         * lib/unicodeio.h, lib/unicodeio.c: New files.
44624         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
44625         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
44626         (noinst_HEADERS): Add unicodeio.h.
44627         (all-local, install-exec-local, charset.alias): New targets.
44628
44629 2000-02-28  Paul Eggert  <eggert@twinsun.com>
44630
44631         * lib/quotearg.c (ALERT_CHAR): New macro.
44632         (quotearg_buffer_restyled): Use it.
44633
44634 2000-02-27  Jim Meyering  <meyering@lucent.com>
44635
44636         * m4/check-decl.m4: Add getenv to the list.
44637
44638 2000-02-27  Jim Meyering  <meyering@lucent.com>
44639
44640         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
44641         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
44642
44643         * lib/backupfile.c: Guard inclusion of stdlib.h with
44644         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
44645         Declare malloc if needed.
44646
44647         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
44648         `#ifndef HAVE_DECL..'
44649         now that autoconf always defines the HAVE_DECL_ symbols.
44650         * lib/human.c: Likewise.
44651         * lib/same.c: Likewise.
44652         * lib/strtoumax.c: Likewise.
44653
44654         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
44655         declaration check was not run.
44656         * lib/hash.c: Likewise.
44657         * lib/human.c: Likewise.
44658         * lib/same.c: Likewise.
44659         * lib/strtoumax.c: Likewise.
44660
44661         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
44662         `.', then first look up the entire `.'-containing string as a login
44663         name.
44664
44665 2000-02-23  Jim Meyering  <meyering@lucent.com>
44666
44667         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
44668         in place of my hack.
44669
44670 2000-02-18  Paul Eggert  <eggert@twinsun.com>
44671
44672         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
44673         (textint): New typedef.
44674         (parser_control): Member year changed from int to textint.
44675         All uses changed.
44676         (YYSTYPE): Removed; replaced by %union with int and textint members.
44677         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
44678         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
44679         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
44680         (tSNUMBER, tUNUMBER): Now of type <textintval>.
44681         (date, number, to_year): Use width of number in digits, not its value,
44682         to determine whether it's a 2-digit year, or a 2-digit time.
44683         (yylex): Store number of digits of numeric tokens.
44684         Reported by John Kendall.
44685
44686         (parser_control): Changed from struct parser_control to typedef (for
44687         consistency).  All uses changed.
44688
44689         (tID): Removed; not used.
44690         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
44691
44692 2000-02-14  Paul Eggert  <eggert@twinsun.com>
44693
44694         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
44695         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
44696
44697 2000-02-12  Jim Meyering  <meyering@lucent.com>
44698
44699         * lib/userspec.c (ISDIGIT): Define it.
44700         (isdigit): Remove definition.
44701         (is_number): Use ISDIGIT, not isdigit.
44702         <libintl.h>: Include.
44703         (_ and N_): Define.
44704         (parse_user_spec): Mark translatable strings.
44705
44706 2000-02-10  Jim Meyering  <meyering@lucent.com>
44707
44708         With these changes, nanosleep.[ch] are finally enough like the other
44709         lib/* replacement files to compile on a few more losing systems.
44710
44711         * lib/nanosleep.h: Don't include config.h.
44712         Remove prototype from declaration of nanosleep.
44713         (PARAMS): Remove now-unneeded definition.
44714         * lib/nanosleep.c: #undef nanosleep.
44715         (rpl_nanosleep): Rename from nanosleep.
44716
44717 2000-02-10  Jim Meyering  <meyering@lucent.com>
44718
44719         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
44720         gnu_nanosleep to rpl_nanosleep.
44721
44722 2000-02-09  Jim Meyering  <meyering@lucent.com>
44723
44724         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
44725         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
44726
44727 2000-02-08  Akim Demaille  <akim@epita.fr>
44728
44729         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
44730         `[' and `]' and remove uses of `changequote'.
44731         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
44732         (AC_SYS_LARGEFILE): Likewise.
44733         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
44734         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
44735         of changequote.
44736         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
44737         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
44738         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
44739         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
44740
44741 2000-02-05  Jim Meyering  <meyering@lucent.com>
44742
44743         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
44744         Remove explicit use of AC_HEADER_TIME.  It is required by
44745         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
44746         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
44747         in autoconf whereby the expansion of the latter ended up preceding
44748         the expansion of its prerequisite, AC_HEADER_TIME.
44749         Reported by Volker Borchert.
44750
44751 2000-02-03  Jim Meyering  <meyering@lucent.com>
44752
44753         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
44754
44755 2000-02-03  Jim Meyering  <meyering@lucent.com>
44756
44757         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
44758         rather than with `#if HAVE_UTMPNAME'.
44759
44760 2000-02-02  Jim Meyering  <meyering@lucent.com>
44761
44762         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
44763         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
44764         Reported by Eli Zaretskii.
44765
44766 2000-02-01  Jim Meyering  <meyering@lucent.com>
44767
44768         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
44769
44770 2000-01-31  Jim Meyering  <meyering@lucent.com>
44771
44772         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
44773         functions.  Add the time.h and sys/time.h headers along with the
44774         AC_REQUIRE'ment of AC_HEADER_TIME.
44775
44776 2000-01-31  Jim Meyering  <meyering@lucent.com>
44777
44778         * lib/nanosleep.h (nanosleep): Guard declaration with
44779         `#if ! HAVE_DECL_NANOSLEEP'.
44780         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
44781         the declaration in that vendor's sys/timers.h.
44782         Reported by Christian Krackowizer.
44783
44784         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
44785         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
44786         (ISPRINT): Likewise.
44787         Reported by Tom Tromey.
44788
44789 2000-01-30  Jim Meyering  <meyering@lucent.com>
44790
44791         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
44792
44793         * m4/prereq.m4 (utmp_includes): Define.
44794         Check for ut_user and ut_name members in both struct utmpx
44795         and struct utmp.
44796
44797 2000-01-30  Jim Meyering  <meyering@lucent.com>
44798
44799         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
44800         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
44801         header files where only utmpx.ut_user is declared.
44802
44803         * lib/readutmp.h (UT_USER): Define.
44804
44805 2000-01-29  Jim Meyering  <meyering@lucent.com>
44806
44807         * m4/lib-check.m4: New file containing library-related checks from
44808         fileutils and sh-utils (textutils had none).
44809
44810 2000-01-28  Jim Meyering  <meyering@lucent.com>
44811
44812         * m4/perl.m4: Change format of warning message to look more like that
44813         from the missing script.  Suggestion from François Pinard.
44814
44815 2000-01-25  Jim Meyering  <meyering@lucent.com>
44816
44817         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
44818         well as time.h in the compile check.
44819         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
44820         Fix typo in cross-compiling case: s/yes/no/.
44821
44822 2000-01-23  Jim Meyering  <meyering@lucent.com>
44823
44824         * m4/jm-macros.m4: Move df-related tests here from
44825         fileutils/configure.in
44826
44827         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
44828         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
44829
44830         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
44831         s/space/ac_fsusage_space/.
44832         (jm_FILE_SYSTEM_USAGE): Take two parameters.
44833
44834         * m4/ftruncate.m4: New file (derived from part of
44835         fileutils/configure.in).
44836         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
44837         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
44838
44839         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
44840         AC_SUBST these here, rather than just in sh-util/configure.in, so
44841         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
44842         all the same.
44843         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
44844         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
44845         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
44846         (AC_SUBST(POW_LIBM)): Likewise.
44847         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
44848
44849 2000-01-23  Jim Meyering  <meyering@lucent.com>
44850
44851         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
44852         obstack.c.
44853
44854 2000-01-22  Jim Meyering  <meyering@lucent.com>
44855
44856         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
44857
44858         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
44859
44860         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
44861         configure.in
44862         (AC_CHECK_HEADERS): Likewise for sh-utils.
44863         (AC_CHECK_HEADERS): Likewise for textutils.
44864         Merge the three lists of headers.
44865
44866         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
44867         from fileutils' configure.in.
44868
44869         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
44870         code. Moved tests into their own function (_jm_DECL_HEADERS) in
44871         check-decl.m4.
44872
44873         * m4/check-decl.m4: Use #if rather than #ifdef.
44874         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
44875         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
44876         (_jm_DECL_HEADERS): Define new function.
44877         (jm_CHECK_DECLARATIONS): Require it.
44878
44879 2000-01-22  Jim Meyering  <meyering@lucent.com>
44880
44881         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
44882         [! HAVE_DECL_STRTOULL]: Declare strtoull.
44883         Required for some AIX systems.  Reported by Christian Krackowizer.
44884         [TESTING] (main): New function.
44885
44886         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
44887         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
44888         letters.
44889
44890         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
44891         iswprint.
44892
44893         * lib/strverscmp.c (ISDIGIT): Define.
44894         (strverscmp): Use ISDIGIT, not isdigit.
44895
44896 2000-01-19  Jim Meyering  <meyering@lucent.com>
44897
44898         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
44899         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
44900         defines `struct timespec' in <sys/time.h>
44901
44902         * m4/c-bs-a.m4: Remove uses of changequote altogether.
44903         Thanks to Akim for explaining.
44904
44905 2000-01-17  Paul Eggert  <eggert@twinsun.com>
44906
44907         * lib/nanosleep.c (nanosleep):
44908         Don't use SA_INTERRUPT to decide whether to call sigaction, as
44909         POSIX.1 doesn't require SA_INTERRUPT and some systems
44910         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
44911         it's been part of POSIX.1 since day 1 (in 1988).
44912
44913 2000-01-17  Jim Meyering  <meyering@lucent.com>
44914
44915         * lib/interlock: Remove unused file.  Reported by François Pinard.
44916
44917 2000-01-16  Paul Eggert  <eggert@twinsun.com>
44918
44919         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
44920         alert, backslash, formfeed, and vertical tab unnecessarily in
44921         shell quoting style.
44922
44923 2000-01-16  Jim Meyering  <meyering@lucent.com>
44924
44925         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
44926         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
44927         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
44928         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
44929
44930 2000-01-16  Jim Meyering  <meyering@lucent.com>
44931
44932         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
44933         because the latter didn't work.
44934
44935 2000-01-15  Jim Meyering  <meyering@lucent.com>
44936
44937         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
44938         (AC_REPLACE_FUNCS): Add memcpy and memset.
44939         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
44940         Add strpbrk.
44941         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
44942
44943 2000-01-12  Jim Meyering  <meyering@lucent.com>
44944
44945         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
44946         (jm_PREREQ): Use it.
44947         (jm_PREREQ_READUTMP): New macro.
44948         (jm_PREREQ): Use it.
44949
44950 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44951
44952         Quote multibyte characters correctly.
44953         * m4/c-bs-a.m4: New file.
44954         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
44955         (jm_PREREQ): Use it.
44956
44957 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44958
44959         * m4/uintmax_t.m4: Port to autoconf 2.13.
44960
44961 2000-01-08  Jim Meyering  <meyering@ascend.com>
44962
44963         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
44964         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
44965
44966 2000-01-04  Jim Meyering  <meyering@ascend.com>
44967
44968         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
44969         jm_STRUCT_DIRENT_D_TYPE.
44970         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
44971         jm_STRUCT_DIRENT_D_INO.
44972         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
44973         jm_STRUCT_UTIMBUF.
44974         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
44975         renamings.
44976         * m4/utime.m4: Likewise.
44977
44978         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
44979         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
44980
44981 2000-01-03  Paul Eggert  <eggert@twinsun.com>
44982
44983         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
44984         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
44985
44986 2000-01-02  Jim Meyering  <meyering@ascend.com>
44987
44988         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
44989         remember if this is necessary.
44990
44991 1999-12-26  Jim Meyering  <meyering@ascend.com>
44992
44993         * m4/jm-macros.m4: Use it here.
44994         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
44995
44996 1999-12-23  Jim Meyering  <meyering@ascend.com>
44997
44998         * m4/jm-macros.m4: Check for clock_gettime (moved from
44999         fileutils/configure.in)
45000         Check for gettimeofday.
45001
45002 1999-12-20  Jim Meyering  <meyering@ascend.com>
45003
45004         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
45005         autoconf-2.14a-1999-12-20.
45006
45007 1999-12-19  Jim Meyering  <meyering@ascend.com>
45008
45009         * m4/lstat-slash.m4: New file.
45010         * m4/jm-macros.m4: Use the new macro:
45011         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
45012
45013 1999-12-07  Jim Meyering  <meyering@ascend.com>
45014
45015         * m4/perl.m4: Require that File::Compare be available, too.
45016         Too many systems seem to lack it.
45017
45018         * m4/strftime.m4: Add checks for most of the cpp macros tested in
45019         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
45020
45021 1999-11-18  Paul Eggert  <eggert@twinsun.com>
45022
45023         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
45024         problem with the QNX 4.25 shell, which doesn't propagate exit
45025         status of failed commands inside shell assignments.
45026
45027 1999-11-17  Jim Meyering  <meyering@ascend.com>
45028
45029         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
45030
45031 1999-11-07  Jim Meyering  <meyering@ascend.com>
45032
45033         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
45034
45035 1999-11-06  Jim Meyering  <meyering@ascend.com>
45036
45037         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
45038         * m4/jm-macros.m4 (jm_MACROS): Use it here.
45039
45040 1999-11-05  Jim Meyering  <meyering@ascend.com>
45041
45042         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
45043         configure.in of textutils, fileutils, and sh-utils into this one
45044         (shared between those packages) file.
45045         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
45046         AC_STRUCT_ST_BLKSIZE.
45047
45048 1999-11-03  Jim Meyering  <meyering@ascend.com>
45049
45050         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
45051         of AC_CHECK_TYPE checks includes unistd.h.
45052         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
45053         Suggestion from Akim Demaille.
45054
45055 1999-10-30  Jim Meyering  <meyering@ascend.com>
45056
45057         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
45058         m4-quoted string.
45059         * m4/ls-mntd-fs.m4: Likewise.
45060         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
45061         * m4/jm-winsz1.m4: Likewise.
45062
45063         * m4/const.m4: Remove file, since the fix made it into the experimental
45064         version of autoconf.
45065         * m4/mktime.m4: Likewise.
45066
45067         * m4/check-type.m4: Remove file, now that the latest version of
45068         AC_CHECK_TYPE takes a third arg to specify additional #includes.
45069
45070         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
45071         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
45072         AC_CHECK_TYPE.
45073
45074 1999-10-04  Jim Meyering  <meyering@ascend.com>
45075
45076         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
45077
45078 1999-09-22  Paul Eggert  <eggert@twinsun.com>
45079
45080         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
45081         2.95.1 bug with HP-UX 10.20.
45082
45083 1999-09-17  Jim Meyering  <meyering@ascend.com>
45084
45085         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
45086         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
45087         due to missing strdup (against sh-utils-2.0).
45088
45089 1999-08-29  Jim Meyering  <meyering@ascend.com>
45090
45091         * m4/jm-macros.m4: Require jm_BISON.
45092         * m4/bison.m4: New file.
45093
45094 1999-08-17  Paul Eggert  <eggert@twinsun.com>
45095
45096         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
45097         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
45098
45099 1999-08-05  Jim Meyering  <meyering@ascend.com>
45100
45101         * m4/getline.m4: Rename test file from conftestdata to conftest.data
45102         to avoid conflicts with `conftest' on 8+3 filesystems.
45103         Suggestion from Eli Zaretskii.
45104
45105 1999-08-04  Jim Meyering  <meyering@ascend.com>
45106
45107         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
45108         fileutils and sh-utils (textutils's getline test was inadequate).
45109         (AM_FUNC_GETLINE): Run this test.
45110         (AC_CHECK_FUNCS): Check for getdelim.
45111         Reported by Bob Proulx.
45112
45113 1999-08-02  Jim Meyering  <meyering@ascend.com>
45114
45115         * m4/jm-macros.m4: Add a comment.
45116
45117 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45118
45119         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
45120         <inttypes.h> defines strtoumax as a macro (and not as a
45121         function).
45122
45123 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45124
45125         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
45126         that we can shift, multiply and divide unsigned long long
45127         values; Ultrix cc can't do it.
45128
45129 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45130
45131         * m4/mktime.m4: New file, which is a preview of what should appear
45132         in the next public autoconf release.
45133
45134 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45135
45136         * m4/lfs.m4: Remove this file.
45137         * m4/largefile.m4: New file.  It contains the old contents of
45138         lfs.m4, except that all names with prefix AC_LFS have been
45139         changed to use the prefix AC_SYS_LARGEFILE instead, to be
45140         compatible with future autoconf versions.  Also, some minor m4
45141         quoting problems have been fixed.
45142
45143 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45144
45145         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
45146         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
45147         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
45148         and simplify the shell code.
45149
45150 1999-08-01  Jim Meyering  <meyering@ascend.com>
45151
45152         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
45153         m4.
45154
45155 1999-07-20  Jim Meyering  <meyering@ascend.com>
45156
45157         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
45158
45159 1999-07-15  Jim Meyering  <meyering@ascend.com>
45160
45161         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
45162
45163 1999-05-22  Jim Meyering  <meyering@ascend.com>
45164
45165         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
45166
45167 1999-05-20  Jim Meyering  <meyering@ascend.com>
45168
45169         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
45170         Add a colon after each `then' in case $4 is empty.
45171
45172 1999-05-16  Jim Meyering  <meyering@ascend.com>
45173
45174         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
45175
45176 1999-05-10  Jim Meyering  <meyering@ascend.com>
45177
45178         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
45179
45180         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
45181         AC_FUNC_MKTIME.
45182
45183 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
45184
45185         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
45186
45187 1999-05-04  Paul Eggert  <eggert@twinsun.com>
45188
45189         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
45190         not CPPFLAGS, so that linking works correctly in IRIX.
45191
45192 1999-04-30  Paul Eggert  <eggert@twinsun.com>
45193
45194         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
45195
45196 1999-04-20  Paul Eggert  <eggert@twinsun.com>
45197
45198         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
45199         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
45200         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
45201         jm_AC_TYPE_UNSIGNED_LONG_LONG.
45202         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
45203
45204         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
45205
45206 1999-04-20  Jim Meyering  <meyering@ascend.com>
45207
45208         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
45209         AC_REPLACE xstroull if necessary.  From Paul Eggert.
45210         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
45211
45212 1999-04-18  Jim Meyering  <meyering@ascend.com>
45213
45214         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
45215         * m4/jm-macros.m4: Use it.
45216
45217 1999-04-06  Jim Meyering  <meyering@ascend.com>
45218
45219         * m4/strftime.m4: Remove test for %f.
45220
45221 1999-03-29  Jim Meyering  <meyering@ascend.com>
45222
45223         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
45224         superset of the AC_TYPE_* checks in the textutils, fileutils,
45225         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
45226         AC_TYPE_PID_T.
45227
45228 1999-03-28  Jim Meyering  <meyering@ascend.com>
45229
45230         * m4/jm-macros.m4: Define GNU_PACKAGE here.
45231         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
45232         replaced e.g., in the *.sh files of the sh-utils.
45233
45234 1999-03-20  Jim Meyering  <meyering@ascend.com>
45235
45236         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
45237         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
45238         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
45239
45240 1999-03-19  Jim Meyering  <meyering@ascend.com>
45241
45242         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
45243
45244 1999-03-12  Jim Meyering  <meyering@ascend.com>
45245
45246         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
45247
45248 1999-03-07  Jim Meyering  <meyering@ascend.com>
45249
45250         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
45251         declared.
45252
45253 1999-02-17  Jim Meyering  <meyering@ascend.com>
45254
45255         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
45256         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
45257
45258 1999-02-07  Jim Meyering  <meyering@ascend.com>
45259
45260         * m4/group-member.m4: New file -- extracted from sh-utils'
45261         configure.in.
45262
45263         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
45264         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
45265
45266 1999-02-06  Jim Meyering  <meyering@ascend.com>
45267
45268         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
45269         * m4/fnmatch.m4: Likewise.
45270         * m4/getgroups.m4: Likewise.
45271         * m4/lstat.m4: Likewise.
45272         * m4/malloc.m4: Likewise.
45273         * m4/putenv.m4: Likewise.
45274         * m4/realloc.m4: Likewise.
45275         * m4/regex.m4: Likewise.
45276         * m4/stat.m4: Likewise.
45277         * m4/strftime.m4: Likewise.
45278         Suggestion from Alain Magloire.
45279
45280         * m4/chown.m4: Use `.$ac_objext', not `.o'.
45281         * m4/fnmatch.m4: Likewise.
45282         * m4/getgroups.m4: Likewise.
45283         * m4/getline.m4: Likewise.
45284         * m4/lstat.m4: Likewise.
45285         * m4/malloc.m4: Likewise.
45286         * m4/memcmp.m4: Likewise.
45287         * m4/putenv.m4: Likewise.
45288         * m4/realloc.m4: Likewise.
45289         * m4/regex.m4: Likewise.
45290         * m4/stat.m4: Likewise.
45291         * m4/strftime.m4: Likewise.
45292         Suggestion from Alain Magloire.
45293
45294         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
45295         an argument.
45296
45297         * m4/regex.m4: Add a run-time Test for proper operation of
45298         re_compile_pattern.
45299
45300 1999-01-31  Jim Meyering  <meyering@ascend.com>
45301
45302         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
45303
45304 1999-01-30  Jim Meyering  <meyering@ascend.com>
45305
45306         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
45307
45308         * m4/jm-mktime.m4: Make this a wrapper around the official
45309         AM_FUNC_MKTIME rather than my private copy, now that the official one
45310         is up to date.
45311         * m4/mktime.m4: Remove file.
45312
45313         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
45314         * m4/uptime.m4: Likewise.
45315         * m4/uintmax_t.m4: Likewise.
45316
45317 1999-01-28  Jim Meyering  <meyering@ascend.com>
45318
45319         * m4/jm-macros.m4: Use jm_AFS.
45320         * m4/afs.m4: New file (from fileutils' configure.in).
45321
45322         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
45323         * m4/chown.m4: Likewise.
45324         * m4/d-ino.m4: Likewise.
45325         * m4/d-type.m4: Likewise.
45326         * m4/fnmatch.m4: Likewise.
45327         * m4/getgroups.m4: Likewise.
45328         * m4/gettext.m4: Likewise.
45329         * m4/jm-mktime.m4: Likewise.
45330         * m4/jm-winsz2.m4: Likewise.
45331         * m4/lcmessage.m4: Likewise.
45332         * m4/ls-mntd-fs.m4: Likewise.
45333         * m4/malloc.m4: Likewise.
45334         * m4/memcmp.m4: Likewise.
45335         * m4/putenv.m4: Likewise.
45336         * m4/realloc.m4: Likewise.
45337         * m4/st_mtim.m4: Likewise.
45338         * m4/strftime.m4: Likewise.
45339
45340 1999-01-16  Jim Meyering  <meyering@ascend.com>
45341
45342         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
45343         (ARGMATCH_DIE_DECL): Define.
45344
45345 1999-01-12  Jim Meyering  <meyering@ascend.com>
45346
45347         * m4/Makefile.am.in: Rewrite to avoid using fmt.
45348         Reported by Lars Hecking.
45349
45350 1999-01-10  Jim Meyering  <meyering@ascend.com>
45351
45352         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
45353         gross kludge.
45354         * m4/inttypes_h.m4: Likewise.
45355         * m4/lstat.m4: Likewise.
45356         * m4/malloc.m4: Likewise.
45357         * m4/readdir.m4: Likewise.
45358         * m4/realloc.m4: Likewise.
45359         * m4/st_dm_mode.m4: Likewise.
45360         * m4/stat.m4: Likewise.
45361         * m4/utimbuf.m4: Likewise.
45362         * m4/utimes.m4: Likewise.
45363
45364         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
45365         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
45366         comments in config.h.in are meaningful.
45367
45368         * m4/jm-macros.m4: Require autoconf-2.13 here.
45369
45370         * m4/regex.m4: By default, don't use the included regex.c on systems
45371         with glibc 2.  Suggestion from Uli Drepper.
45372
45373 1999-01-02  Jim Meyering  <meyering@ascend.com>
45374
45375         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
45376
45377 1998-12-18  Jim Meyering  <meyering@ascend.com>
45378
45379         * m4/Makefile.am.in (Makefile.am): Simplify rule.
45380         Based on a suggestion from Lars Hecking.
45381
45382 1998-11-16  Paul Eggert  <eggert@twinsun.com>
45383
45384         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
45385
45386 1998-11-16  Jim Meyering  <meyering@ascend.com>
45387
45388         * m4/lfs.m4: Double-quote the `uname...` expression.
45389
45390 1998-11-14  Jim Meyering  <meyering@ascend.com>
45391
45392         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
45393         * m4/stat.m4: Likewise.
45394
45395 1998-11-03  Jim Meyering  <meyering@ascend.com>
45396
45397         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
45398         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
45399
45400 1998-10-18  Jim Meyering  <meyering@ascend.com>
45401
45402         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
45403
45404 1998-10-17  Jim Meyering  <meyering@ascend.com>
45405
45406         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
45407         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
45408         calls for those previously hard-coded headers.  Instead, take a new
45409         parameter.
45410         (jm_CHECK_DECLARATIONS): Reflect interface change.
45411         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
45412         (jm_CHECK_DECL_LOCALTIME_R): New macro.
45413
45414         * m4/mktime.m4: Test for spring-forward gap before long-running test.
45415
45416 1998-10-14  Jim Meyering  <meyering@ascend.com>
45417
45418         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
45419         instead of "TZ=America/Vancouver".  From Paul Eggert.
45420
45421 1998-10-11  Jim Meyering  <meyering@ascend.com>
45422
45423         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
45424         This adds a test for a recently added compatibility fix for mktime.c.
45425         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
45426
45427 1998-09-27  Jim Meyering  <meyering@ascend.com>
45428
45429         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
45430
45431         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
45432         ../configure.in, including a change from Gordon Matzigkeit to allow
45433         cross-compiling for the Hurd.
45434
45435         * m4/glibc.m4: New file/macro to test for the GNU C Library
45436         versions 1 and 2.  From Gordon Matzigkeit.
45437         Indent.
45438
45439 1998-09-21  Jim Meyering  <meyering@ascend.com>
45440
45441         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
45442
45443 1998-08-18  Paul Eggert  <eggert@twinsun.com>
45444
45445         Port nanosecond-resolution times to UnixWare 2.1.2 and
45446         pedantic Solaris 2.6.
45447
45448         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
45449         AC_STRUCT_ST_MTIM.
45450         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
45451         Generate name of ns member, instead of just 1 or undef.
45452         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
45453
45454 1998-08-15  Jim Meyering  <meyering@ascend.com>
45455
45456         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
45457         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
45458         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
45459         instead of jm_TYPE_SSIZE_T.
45460
45461 1998-08-12  Jim Meyering  <meyering@ascend.com>
45462
45463         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
45464
45465 1998-08-02  Jim Meyering  <meyering@ascend.com>
45466
45467         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
45468         in acconfig.h manually.
45469
45470 1998-07-31  Paul Eggert  <eggert@twinsun.com>
45471
45472         * m4/st_mtim.m4: New file.
45473
45474 1998-07-28  Jim Meyering  <meyering@ascend.com>
45475
45476         * m4/utimes.m4: Undef stat.
45477
45478 1998-07-25  Jim Meyering  <meyering@ascend.com>
45479
45480         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
45481         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
45482
45483 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
45484
45485         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
45486         uid and gid actually remain unchanged.
45487
45488 1998-07-07  Jim Meyering  <meyering@ascend.com>
45489
45490         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
45491
45492 1998-07-04  Jim Meyering  <meyering@ascend.com>
45493
45494         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
45495         to prove that this macro can be used in packages without regex.c.
45496
45497 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45498
45499         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
45500         is to be used.
45501
45502 1998-07-03  Jim Meyering  <meyering@ascend.com>
45503
45504         * m4/gettext.m4: Add -lintl if it's found to be necessary.
45505
45506         * m4/gettext.m4: New file -- from gettext-0.10.35.
45507         * m4/lcmessage.m4: Likewise.
45508         * m4/progtest.m4: Likewise.
45509
45510         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
45511         * m4/jm-macros.m4: Require the new macro.
45512
45513 1998-06-29  Jim Meyering  <meyering@ascend.com>
45514
45515         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
45516         for the definition of NGROUPS (used in a system header included
45517         by sys/mount.h).
45518
45519 1998-06-28  Jim Meyering  <meyering@ascend.com>
45520
45521         * m4/ls-mntd-fs.m4: New file.
45522         * m4/fstypename.m4: New file.
45523
45524         * m4/jm-macros.m4: Require the new macro.
45525         * m4/jm-glibc-io.m4: New file.
45526
45527 1998-05-19  Jim Meyering  <meyering@ascend.com>
45528
45529         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
45530         * m4/lchown.m4: New file.
45531
45532         * m4/Makefile.am.in: New file.
45533         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
45534
45535 1998-05-14  Jim Meyering  <meyering@ascend.com>
45536
45537         * m4/Makefile.am (EXTRA_DIST): Add them.
45538         * m4/jm-macros.m4: New file.
45539         * m4/utimbuf.m4: New file.
45540
45541 1998-05-12  Jim Meyering  <meyering@ascend.com>
45542
45543         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
45544
45545 1998-05-11  Jim Meyering  <meyering@ascend.com>
45546
45547         * m4/isc-posix.m4: New file.
45548
45549 1998-05-10  Jim Meyering  <meyering@ascend.com>
45550
45551         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
45552
45553 1998-05-09  Jim Meyering  <meyering@ascend.com>
45554
45555         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
45556         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
45557         with automake.
45558
45559         * m4/ssize_t.m4: New file.
45560         * m4/mktime.m4: Remove file -- the new automake has this now.
45561
45562 1998-04-26  Jim Meyering  <meyering@ascend.com>
45563
45564         * m4/assert.m4: New file.
45565         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
45566
45567 1998-04-05  Jim Meyering  <meyering@ascend.com>
45568
45569         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
45570         (jm_PREREQ): Use it here.
45571
45572 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
45573
45574         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
45575         in acconfig.h.
45576
45577 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
45578
45579         * m4/prereq.m4: New file.
45580         * m4/error.m4: New file.
45581         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
45582
45583 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
45584
45585         * m4/getline.m4: Don't set am_cv_func_working_getline before the
45586         cache-check for the same variable -- that defeated the purpose of
45587         the test; the test program was never run.  This was a problem only
45588         on systems with losing getline functions -- HP-UX 10.20 is one.
45589         Reported by Bjorn Helgaas.
45590
45591 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
45592
45593         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
45594
45595 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
45596
45597         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
45598
45599         * m4/const.m4: New file.  Use an initializer in this declaration
45600         typedef int charset[2]; const charset x;
45601         Reported by Bob Glickstein.
45602
45603 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
45604
45605         * m4/chown.m4: Fix reversed types on -1 args to chown.
45606         From Kaveh Ghazi.
45607
45608 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
45609
45610         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
45611         Add lseek and memchr.
45612
45613         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
45614         T.E.Dickey <dickey@clark.net> said that some older preprocessors
45615         have a 20-character limit on names.
45616
45617 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
45618
45619         * m4/inttypes_h.m4: New file.
45620         * m4/uintmax_t.m4: New file.
45621         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
45622
45623
45624         -----
45625
45626         Local Variables:
45627         coding: utf-8
45628         End:
45629
45630         Copyright (C) 1997-2008 Free Software Foundation, Inc.
45631
45632         Copying and distribution of this file, with or without
45633         modification, are permitted provided the copyright notice
45634         and this notice are preserved.