6e084cebd7b040978c7cfef53e971241eeffed85
[gnulib.git] / ChangeLog
1 2008-11-04  Simon Josefsson  <simon@josefsson.org>
2
3         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
4         by karl@freefriends.org (Karl Berry).
5         * doc/alloca.texi: Likewise.
6         * doc/c-ctype.texi: Likewise.
7         * doc/c-strcase.texi: Likewise.
8         * doc/c-strcaseeq.texi: Likewise.
9         * doc/c-strcasestr.texi: Likewise.
10         * doc/c-strstr.texi: Likewise.
11         * doc/c-strtod.texi: Likewise.
12         * doc/c-strtold.texi: Likewise.
13         * doc/ctime.texi: Likewise.
14         * doc/error.texi: Likewise.
15         * doc/fdl.texi: Likewise.
16         * doc/gcd.texi: Likewise.
17         * doc/getdate.texi: Likewise.
18         * doc/gnulib-intro.texi: Likewise.
19         * doc/gnulib-tool.texi: Likewise.
20         * doc/gnulib.texi: Likewise.
21         * doc/inet_ntoa.texi: Likewise.
22         * doc/maintain.texi: Likewise.
23         * doc/make-stds.texi: Likewise.
24         * doc/quote.texi: Likewise.
25         * doc/regexprops-generic.texi: Likewise.
26         * doc/standards.texi: Likewise.
27         * doc/verify.texi: Likewise.
28         * doc/visibility.texi: Likewise.
29
30 2008-11-04  Simon Josefsson  <simon@josefsson.org>
31
32         * doc/fdl-1.3.texi: New file, from
33         <http://www.gnu.org/licenses/fdl-1.3.texi>.
34         * modules/fdl-1.3: Add.
35         * MODULES.html.sh: Add fdl-1.3.
36
37 2008-11-03  Bruno Haible  <bruno@clisp.org>
38
39         Make determination of absolute name of header file work with AIX xlc.
40         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
41         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
42         preprocessing.
43         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
44         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
45
46 2008-11-03  Simon Josefsson  <simon@josefsson.org>
47
48         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
49         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
50         <ludo@gnu.org>.
51
52 2008-11-02  Bruno Haible  <bruno@clisp.org>
53
54         Mark 'strpbrk' obsolete.
55         * modules/strpbrk (Status, Notice): New sections.
56         * modules/strtok_r (Depends-on): Add strpbrk.
57
58 2008-11-02  Bruno Haible  <bruno@clisp.org>
59
60         Mark 'strdup' obsolete.
61         * modules/strdup (Status, Notice): New sections.
62         * modules/findprog (Depends-on): Add strdup.
63         * modules/getaddrinfo (Depends-on): Likewise.
64         * modules/localename (Depends-on): Likewise.
65         * modules/relocatable-lib (Depends-on): Likewise.
66         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
67         * modules/relocatable-prog (Depends-on): Likewise.
68         * modules/trim (Depends-on): Likewise.
69         * modules/unictype/gen-ctype (Depends-on): Likewise.
70         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
71
72 2008-11-02  Bruno Haible  <bruno@clisp.org>
73
74         Mark 'strcspn' obsolete.
75         * modules/strcspn (Status, Notice): New sections.
76
77 2008-11-02  Bruno Haible  <bruno@clisp.org>
78
79         Mark 'rmdir' obsolete.
80         * modules/rmdir (Status, Notice): New sections.
81         * modules/clean-temp (Depends-on): Add rmdir.
82         * modules/openat (Depends-on): Likewise.
83
84 2008-11-02  Bruno Haible  <bruno@clisp.org>
85
86         Mark 'raise' obsolete.
87         * modules/raise (Status, Notice): New sections.
88         (Include): Specify <signal.h>.
89         * modules/stdio (Depends-on): Add raise.
90         * modules/write (Depends-on): Likewise.
91
92 2008-11-02  Bruno Haible  <bruno@clisp.org>
93
94         Mark 'memset' obsolete.
95         * modules/memset (Status, Notice): New sections.
96
97 2008-11-02  Bruno Haible  <bruno@clisp.org>
98
99         Mark 'memmove' obsolete.
100         * modules/memmove (Status, Notice): New sections.
101         * modules/argp (Depends-on): Add memmove.
102         * modules/argz (Depends-on): Likewise.
103         * modules/canonicalize (Depends-on): Likewise.
104         * modules/canonicalize-lgpl (Depends-on): Likewise.
105         * modules/fts (Depends-on): Likewise.
106         * modules/getcwd (Depends-on): Likewise.
107         * modules/human (Depends-on): Likewise.
108         * modules/regex (Depends-on): Likewise.
109         * modules/striconveh (Depends-on): Likewise.
110         * modules/trim (Depends-on): Likewise.
111         * modules/unistr/u8-move (Depends-on): Likewise.
112         * modules/unistr/u16-move (Depends-on): Likewise.
113         * modules/unistr/u32-move (Depends-on): Likewise.
114
115 2008-11-02  Bruno Haible  <bruno@clisp.org>
116
117         Mark 'memcpy' obsolete.
118         * modules/memcpy (Status, Notice): New sections.
119
120 2008-11-02  Bruno Haible  <bruno@clisp.org>
121
122         Mark 'memcmp' obsolete.
123         * modules/memcmp (Status, Notice): New sections.
124         * modules/argmatch (Depends-on): Add memchr.
125         * modules/backupfile (Depends-on): Likewise.
126         * modules/c-strcasestr (Depends-on): Likewise.
127         * modules/crypto/des (Depends-on): Likewise.
128         * modules/csharpcomp (Depends-on): Likewise.
129         * modules/fnmatch (Depends-on): Likewise.
130         * modules/git-merge-changelog (Depends-on): Likewise.
131         * modules/isnand (Depends-on): Likewise.
132         * modules/isnand-nolibm (Depends-on): Likewise.
133         * modules/isnanf (Depends-on): Likewise.
134         * modules/isnanf-nolibm (Depends-on): Likewise.
135         * modules/isnanl (Depends-on): Likewise.
136         * modules/isnanl-nolibm (Depends-on): Likewise.
137         * modules/mbchar (Depends-on): Likewise.
138         * modules/memcoll (Depends-on): Likewise.
139         * modules/quotearg (Depends-on): Likewise.
140         * modules/regex (Depends-on): Likewise.
141         * modules/relocatable-prog (Depends-on): Likewise.
142         * modules/same (Depends-on): Likewise.
143         * modules/signbit (Depends-on): Likewise.
144         * modules/strcasestr-simple (Depends-on): Likewise.
145         * modules/unictype/gen-ctype (Depends-on): Likewise.
146         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
147         * modules/uniname/uniname (Depends-on): Likewise.
148         * modules/unistr/u8-cmp (Depends-on): Likewise.
149
150 2008-11-02  Bruno Haible  <bruno@clisp.org>
151
152         Mark 'memchr' obsolete.
153         * modules/memchr (Status, Notice): New sections.
154         * modules/argp (Depends-on): Add memchr.
155         * modules/base64 (Depends-on): Likewise.
156         * modules/c-strcasestr (Depends-on): Likewise.
157         * modules/chdir-long (Depends-on): Likewise.
158         * modules/fnmatch (Depends-on): Likewise.
159         * modules/getsubopt (Depends-on): Likewise.
160         * modules/git-merge-changelog (Depends-on): Likewise.
161         * modules/glob (Depends-on): Likewise.
162         * modules/strcasestr-simple (Depends-on): Likewise.
163         * modules/strnlen (Depends-on): Likewise.
164
165 2008-11-02  Bruno Haible  <bruno@clisp.org>
166
167         Mark 'atexit' obsolete.
168         * modules/atexit (Status, Notice): New sections.
169         * modules/chdir-long (Depends-on): Add atexit.
170         * modules/wait-process (Depends-on): Likewise.
171
172 2008-11-02  Bruno Haible  <bruno@clisp.org>
173
174         * gnulib-tool: New option --with-obsolete.
175         (func_usage): Document it.
176         (func_modules_transitive_closure): Drop obsolete dependencies if
177         incobsolete is not true.
178         (func_import): Read and save the incobsolete variable to the cache.
179
180 2008-11-02  Bruno Haible  <bruno@clisp.org>
181
182         * modules/TEMPLATE-EXTENDED: New field 'Status'.
183         * gnulib-tool: New option --extract-status.
184         (func_usage): Document it.
185         (sed_extract_prog): Recognize it.
186         (func_get_status): New function.
187
188 2008-10-30  Simon Josefsson  <simon@josefsson.org>
189
190         * modules/sockets (License): Change from LGPL to LGPLv2+.
191
192 2008-10-28  Simon Josefsson  <simon@josefsson.org>
193
194         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
195
196 2008-10-28  Simon Josefsson  <simon@josefsson.org>
197
198         * MODULES.html.sh (Support for systems lacking POSIX:2001):
199         Mention times and sys_times.
200         * modules/sys_times, modules/sys_times-tests: New modules.
201         * modules/times, modules/times-tests: Likewise
202         * m4/sys_times_h.m4: New file.
203         * lib/sys_times.in.h: Likewise
204         * lib/times.c: Likewise.
205         * tests/test-sys_times.c: Likewise.
206         * tests/test-times.c: Likewise.
207         * doc/posix-headers/sys_times.texi: Update.
208         * doc/posix-functions/times.texi: Update.
209
210 2008-10-28  Jim Meyering  <meyering@redhat.com>
211
212         * modules/tempname (Depends-on): Add lstat.
213
214         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
215
216 2008-10-28  Simon Josefsson  <simon@josefsson.org>
217
218         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
219         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
220         using idiom used elsewhere in gnulib.
221
222 2008-10-27  Jim Meyering  <meyering@redhat.com>
223
224         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
225
226 2008-10-27  Simon Josefsson  <simon@josefsson.org>
227
228         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
229         TESTS_ENVIRONMENT, for shell scripts that needs to call built
230         programs.
231         * tests/test-argp-2.sh: Use $EXEEXT when needed.
232
233 2008-10-27  Simon Josefsson  <simon@josefsson.org>
234
235         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
236
237 2008-10-27  Bruno Haible  <bruno@clisp.org>
238
239         * tests/test-lstat.c: Include <stdio.h>.
240
241 2008-10-27  Simon Josefsson  <simon@josefsson.org>
242
243         * modules/lstat-tests: New module.
244         * tests/test-lstat.c: New file.
245
246 2008-10-26  Jim Meyering  <meyering@redhat.com>
247
248         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
249
250 2008-10-26  Simon Josefsson  <simon@josefsson.org>
251             Bruno Haible  <bruno@clisp.org>
252
253         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
254         * modules/configmake (Include): Add a note that the include must come
255         after all system headers.
256         * lib/javaversion.c: Include configmake.h after all other includes.
257
258 2008-10-26  Bruno Haible  <bruno@clisp.org>
259
260         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
261         HAVE_STRUCT_RANDOM_DATA to 1.
262         (gl_STDLIB_H): Simplify.
263
264 2008-10-26  Simon Josefsson  <simon@josefsson.org>
265
266         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
267         substitute HAVE_STRUCT_RANDOM_DATA.
268         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
269         random_data.
270         * modules/stdlib (Makefile.am): Substitute
271         HAVE_STRUCT_RANDOM_DATA.
272
273 2008-10-26  Simon Josefsson  <simon@josefsson.org>
274
275         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
276         * doc/gnulib-intro.texi (Copyright): Likewise.
277
278 2008-10-26  Simon Josefsson  <simon@josefsson.org>
279
280         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
281         findings.
282
283 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
284             Bruno Haible  <bruno@clisp.org>
285
286         * lib/unistd.in.h: Include <winsock2.h>.
287         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
288         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
289         Provide dummy declarations.
290         (gethostname): Override.
291         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
292         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
293         gl_PREREQ_SYS_H_WINSOCK2.
294         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
295         * doc/posix-functions/gethostname.texi: More details.
296
297 2008-10-25  Bruno Haible  <bruno@clisp.org>
298
299         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
300         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
301         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
302
303         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
304         here ...
305         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
306         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
307         gl_UNISTD_H_DEFAULTS.
308
309 2008-10-25  Eric Blake  <ebb9@byu.net>
310
311         signbit: avoid spurious compiler failure
312         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
313         declarations inside function.
314
315 2008-10-24  Simon Josefsson  <simon@josefsson.org>
316             Bruno Haible  <bruno@clisp.org>
317
318         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
319         * modules/random_r (Depends-on): Add stdint.
320
321 2008-10-24  Bruno Haible  <bruno@clisp.org>
322
323         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
324         Eggert.
325         * modules/strerror (License): Likewise.
326
327 2008-10-24  Jim Meyering  <meyering@redhat.com>
328
329         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
330         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
331
332 2008-10-24  Eric Blake  <ebb9@byu.net>
333
334         getgroups: fix compilation when getgroups is available
335         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
336         but with <config.h> override of getgroups disabled.
337
338 2008-10-24  Simon Josefsson  <simon@josefsson.org>
339
340         * doc/gnulib.texi (Header files): Add note about C++ problems.
341         Explained by Bruno Haible <bruno@clisp.org>.
342
343 2008-10-23  Bruno Haible  <bruno@clisp.org>
344
345         Define a dummy SA_NODEFER macro on Interix.
346         * lib/signal.in.h (SA_NODEFER): Define fallback.
347         Reported by Aleksey Cheusov <cheusov@tut.by> via
348         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
349
350 2008-10-23  Bruno Haible  <bruno@clisp.org>
351
352         * modules/freadahead (License): Change to LGPLv2+.
353         Suggested by Simon Josefsson.
354
355 2008-10-23  Jim Meyering  <meyering@redhat.com>
356
357         random_r: new module
358         * modules/random_r: New file.
359         * m4/random_r.m4: New file.
360         * lib/random_r.c: New file, from glibc.
361         * modules/random_r-tests: New file.
362         * tests/test-random_r.c: New file.
363         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
364          Declare.
365         (RAND_MAX): Define.
366         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
367         * modules/stdlib: Substitute them, too.
368         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
369         * doc/glibc-functions/initstate_r.texi: Mention the new module.
370         * doc/glibc-functions/random_r.texi: Likewise.
371         * doc/glibc-functions/setstate_r.texi: Likewise.
372         * doc/glibc-functions/srandom_r.texi: Likewise.
373         * config/srclist.txt: Mention it.
374
375 2008-10-23  David Lutterkort  <lutter@redhat.com>
376
377         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
378         link requirement
379
380 2008-10-23  Jim Meyering  <meyering@redhat.com>
381
382         selinux-h: mark parameters of stub functions as intentionally unused
383         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
384         * lib/se-context.in.h: Likewise.
385
386 2008-10-22  Simon Josefsson  <simon@josefsson.org>
387
388         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
389
390 2008-10-22  Simon Josefsson  <simon@josefsson.org>
391
392         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
393
394 2008-10-22  Eric Blake  <ebb9@byu.net>
395
396         glthread/thread: avoid compiler warning
397         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
398         Add unreachable abort to silence compiler.
399
400 2008-10-22  Eric Blake  <ebb9@byu.net>
401
402         netdb: also supply struct addrinfo for cygwin 1.5.x
403         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
404         older cygwin.
405         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
406         cygwin.
407         * doc/posix-headers/netdb.texi (netdb.h): Document this.
408
409 2008-10-22  Bruno Haible  <bruno@clisp.org>
410
411         * users.txt: Update entry about pspp.
412
413 2008-10-21  Bruno Haible  <bruno@clisp.org>
414
415         Simplification.
416         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
417         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
418
419         Simplification.
420         * lib/ioctl.c (ioctl): Don't undefine.
421         * lib/socket.c (socket): Don't undefine.
422
423         Remove unused module indicator macros.
424         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
425         GNULIB_$1 as a C macro.
426
427         * doc/posix-functions/close.texi: Undo last change.
428         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
429         Windows platforms.
430
431 2008-10-21  Bruno Haible  <bruno@clisp.org>
432
433         Add gethostname() declaration to <unistd.h>.
434         * lib/unistd.in.h (gethostname): New declaration.
435         * lib/gethostname.c: Include <unistd.h>.
436         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
437         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
438         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
439         and HAVE_GETHOSTNAME.
440         * modules/gethostname (Depends-on): Add unistd.
441         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
442         (Include): Specify <unistd.h>.
443         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
444         HAVE_GETHOSTNAME.
445         * tests/test-gethostname.c: Include <unistd.h> first.
446
447 2008-10-21  Bruno Haible  <bruno@clisp.org>
448
449         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
450         * modules/select-tests (Depends-on): Likewise.
451         Reported by Simon Josefsson.
452
453 2008-10-21  Simon Josefsson  <simon@josefsson.org>
454
455         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
456         * lib/accept.c: New file, based on winsock.c.
457         * lib/bind.c: New file, based on winsock.c.
458         * lib/connect.c: New file, based on winsock.c.
459         * lib/getpeername.c: New file, based on winsock.c.
460         * lib/getsockname.c: New file, based on winsock.c.
461         * lib/getsockopt.c: New file, based on winsock.c.
462         * lib/ioctl.c: New file, based on winsock.c.
463         * lib/listen.c: New file, based on winsock.c.
464         * lib/recv.c: New file, based on winsock.c.
465         * lib/recvfrom.c: New file, based on winsock.c.
466         * lib/send.c: New file, based on winsock.c.
467         * lib/sendto.c: New file, based on winsock.c.
468         * lib/setsockopt.c: New file, based on winsock.c.
469         * lib/shutdown.c: New file, based on winsock.c.
470         * lib/socket.c: New file, based on winsock.c.
471         * lib/w32sock.h: New file, based on winsock.c.
472         * lib/winsock.c: Remove file.
473         * modules/accept: Likewise.
474         * modules/bind: Likewise.
475         * modules/connect: Likewise.
476         * modules/getpeername: Likewise.
477         * modules/getsockname: Likewise.
478         * modules/getsockopt: Likewise.
479         * modules/ioctl: Likewise.
480         * modules/listen: Likewise.
481         * modules/recv: Likewise.
482         * modules/recvfrom: Likewise.
483         * modules/send: Likewise.
484         * modules/sendto: Likewise.
485         * modules/setsockopt: Likewise.
486         * modules/shutdown: Likewise.
487         * modules/socket: Use socket.c instead of winsock.c.
488         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
489         * doc/posix-functions/accept.texi: Doc fix.
490         * doc/posix-functions/bind.texi: Doc fix.
491         * doc/posix-functions/close.texi: Doc fix.
492         * doc/posix-functions/connect.texi: Doc fix.
493         * doc/posix-functions/getpeername.texi: Doc fix.
494         * doc/posix-functions/getsockname.texi: Doc fix.
495         * doc/posix-functions/getsockopt.texi: Doc fix.
496         * doc/posix-functions/ioctl.texi: Doc fix.
497         * doc/posix-functions/listen.texi: Doc fix.
498         * doc/posix-functions/recv.texi: Doc fix.
499         * doc/posix-functions/recvfrom.texi: Doc fix.
500         * doc/posix-functions/send.texi: Doc fix.
501         * doc/posix-functions/sendto.texi: Doc fix.
502         * doc/posix-functions/setsockopt.texi: Doc fix.
503         * doc/posix-functions/shutdown.texi: Doc fix.
504         * doc/posix-functions/socket.texi: Doc fix.
505
506 2008-10-20  Bruno Haible  <bruno@clisp.org>
507
508         Take into account the role of SIGABRT_COMPAT on Windows 2008.
509         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
510         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
511         as an alias for SIGABRT.
512         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
513         (sigaction): Map it to SIGABRT.
514         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
515
516 2008-10-20  Bruno Haible  <bruno@clisp.org>
517
518         * lib/fts.c: Don't include lstat.h.
519         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
520
521         Move the lstat() declaration to <sys/stat.h>.
522         * lib/lstat.h: Remove file.
523         * lib/sys_stat.in.h: Add special invocation convention.
524         (lstat): New declaration.
525         * lib/lstat.c (orig_lstat): New function.
526         (rpl_lstat): Use orig_lstat instead of lstat.
527         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
528         AC_C_INLINE. Set REPLACE_LSTAT.
529         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
530         and REPLACE_LSTAT.
531         * modules/lstat (Files): Remove lib/lstat.h.
532         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
533         (Include): Specify <sys/stat.h> instead of lstat.h.
534         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
535         REPLACE_LSTAT.
536         * NEWS: Mention the change.
537
538 2008-10-20  Bruno Haible  <bruno@clisp.org>
539
540         * modules/posix_spawn-tests: New file.
541         * tests/test-posix_spawn3.c: New file.
542
543 2008-10-20  Bruno Haible  <bruno@clisp.org>
544
545         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
546         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
547         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
548         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
549         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
550
551 2008-10-20  Bruno Haible  <bruno@clisp.org>
552
553         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
554         of posix_spawn on AIX 5.3.
555
556 2008-10-20  Bruno Haible  <bruno@clisp.org>
557
558         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
559
560 2008-10-20  Bruno Haible  <bruno@clisp.org>
561
562         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
563         of AC_LANG_PROGRAM.
564
565 2008-10-20  Simon Josefsson  <simon@josefsson.org>
566
567         * lib/netdb.in.h: Don't define GNU specific constants until they
568         are supported or needed.  Reported by Bruno Haible
569         <bruno@clisp.org>.
570
571 2008-10-20  Simon Josefsson  <simon@josefsson.org>
572
573         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
574
575 2008-10-20  Simon Josefsson  <simon@josefsson.org>
576
577         * lib/getaddrinfo.h: Remove file.
578         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
579         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
580         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
581         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
582         * modules/netdb: Substitute GNULIB_GETADDRINFO.
583         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
584         * tests/test-getaddrinfo.c: Likewise.
585         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
586         * NEWS: Mention change.
587
588 2008-10-19  Bruno Haible  <bruno@clisp.org>
589
590         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
591
592 2008-10-19  Bruno Haible  <bruno@clisp.org>
593
594         * lib/wait-process.c: Include simply <sys/wait.h>.
595         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
596         WIFSTOPPED): Remove fallback definitions.
597         * modules/wait-process (Depends-on): Add sys_wait.
598
599         New module 'sys_wait'.
600         * modules/sys_wait: New file.
601         * lib/sys_wait.in.h: New file, partially copied from
602         lib/wait-process.c.
603         * m4/sys_wait_h.m4: New file.
604         * doc/posix-headers/sys_wait.texi: Mention the new module.
605
606 2008-10-19  Bruno Haible  <bruno@clisp.org>
607
608         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
609
610 2008-10-19  Bruno Haible  <bruno@clisp.org>
611
612         Assume that waitpid() fills an 'int' status, not a 'union wait'.
613         * lib/wait-process.c (WAIT_T): Remove type.
614         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
615         (wait_subprocess): Update.
616
617 2008-10-19  Bruno Haible  <bruno@clisp.org>
618
619         New module 'atoll'.
620         * modules/atoll: New file.
621         * lib/stdlib.in.h (atoll): New declaration.
622         * lib/atoll.c: New file, from glibc with modifications.
623         * m4/atoll.m4: New file.
624         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
625         HAVE_ATOLL.
626         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
627         * doc/posix-functions/atoll.texi: Mention the new module.
628
629 2008-10-19  Bruno Haible  <bruno@clisp.org>
630
631         Add strtoull() declaration to <stdlib.h>.
632         * lib/stdlib.in.h (strtoull): New declaration.
633         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
634         Set HAVE_STRTOULL.
635         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
636         HAVE_STRTOULL.
637         * modules/strtoull (Depends-on): Add stdlib.
638         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
639         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
640         HAVE_STRTOULL.
641
642 2008-10-19  Bruno Haible  <bruno@clisp.org>
643
644         Add strtoll() declaration to <stdlib.h>.
645         * lib/stdlib.in.h (strtoll): New declaration.
646         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
647         Set HAVE_STRTOLL.
648         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
649         HAVE_STRTOLL.
650         * modules/strtoll (Depends-on): Add stdlib.
651         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
652         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
653
654 2008-10-19  Bruno Haible  <bruno@clisp.org>
655
656         * modules/bcopy (Depends-on): Add strings.
657         (Include): Specify <strings.h>.
658
659 2008-10-19  Bruno Haible  <bruno@clisp.org>
660
661         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
662
663 2008-10-19  Bruno Haible  <bruno@clisp.org>
664
665         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
666         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
667         mingw.
668
669 2008-10-19  Bruno Haible  <bruno@clisp.org>
670
671         * lib/atanl.c: Don't include isnanl.h.
672         * lib/cosl.c: Likewise.
673         * lib/ldexpl.c: Likewise.
674         * lib/logl.c: Likewise.
675         * lib/sinl.c: Likewise.
676         * lib/sqrtl.c: Likewise.
677         * lib/tanl.c: Likewise.
678
679         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
680         * lib/isnanf.h: Remove file.
681         * lib/isnand.h: Remove file.
682         * lib/isnanl.h: Remove file.
683         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
684         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
685         macros.
686         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
687         HAVE_ISNANF, don't define it as a C macro.
688         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
689         HAVE_ISNAND, don't define it as a C macro.
690         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
691         HAVE_ISNANL, don't define it as a C macro.
692         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
693         HAVE_ISNAN[FDL].
694         * modules/isnanf (Files): Remove lib/isnanf.h.
695         (Depends-on): Add math.
696         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
697         (Include): Specify <math.h> instead of isnanf.h.
698         * modules/isnand (Files): Remove lib/isnand.h.
699         (Depends-on): Add math.
700         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
701         (Include): Specify <math.h> instead of isnand.h.
702         * modules/isnanl (Files): Remove lib/isnanl.h.
703         (Depends-on): Add math.
704         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
705         (Include): Specify <math.h> instead of isnanl.h.
706         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
707         HAVE_ISNAN[FDL].
708         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
709         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
710         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
711         * NEWS: Mention the change.
712
713 2008-10-18  Bruno Haible  <bruno@clisp.org>
714
715         Add getusershell(), setusershell(), endusershell() declarations to
716         <unistd.h>.
717         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
718         declarations.
719         * lib/getusershell.c: Include unistd.h.
720         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
721         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
722         HAVE_GETUSERSHELL.
723         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
724         and HAVE_GETUSERSHELL.
725         * modules/getusershell (Depends-on): Add unistd, extensions.
726         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
727         (Include): Specify <unistd.h>.
728         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
729         HAVE_GETUSERSHELL.
730
731 2008-10-18  Bruno Haible  <bruno@clisp.org>
732
733         Add a getloadavg() declaration to <stdlib.h>.
734         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
735         getloadavg declaration.
736         (getloadavg): New declaration.
737         * lib/getloadavg.c: Include <stdlib.h> first.
738         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
739         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
740         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
741         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
742         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
743         * modules/getloadavg (Depends-on): Add stdlib, extensions.
744         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
745         (Include): Specify <stdlib.h>.
746         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
747         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
748
749 2008-10-18  Bruno Haible  <bruno@clisp.org>
750
751         * lib/dirchownmod.c: Don't include lchmod.h.
752
753         Move the lchmod() declaration to <sys/stat.h>.
754         * lib/lchmod.h: Remove file.
755         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
756         (lchmod): New declaration, moved here from lib/lchown.h.
757         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
758         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
759         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
760         and HAVE_LCHMOD.
761         * modules/lchmod (Files): Remove lib/lchmod.h.
762         (Depends-on): Add sys_stat, extensions.
763         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
764         (Include): Specify <sys/stat.h> instead of lchmod.h.
765         * modules/sys_stat (Depends-on): Add link-warning.
766         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
767         definition of GL_LINK_WARNING.
768         * NEWS: Mention the change.
769
770 2008-10-18  Bruno Haible  <bruno@clisp.org>
771
772         * lib/fchdir.c: Don't include dirfd.h.
773         * lib/fts.c: Likewise.
774         * lib/getcwd.c: Likewise.
775         * lib/glob.c: Likewise.
776
777         Move the dirfd() declaration to <dirent.h>.
778         * lib/dirfd.h: Remove file.
779         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
780         (dirfd): New declaration.
781         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
782         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
783         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
784         HAVE_DECL_DIRFD.
785         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
786         HAVE_DECL_DIRFD.
787         * modules/dirfd (Files): Remove lib/dirfd.h.
788         (Depends-on): Add dirent, extensions.
789         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
790         (Include): Specify <dirent.h> instead of dirfd.h.
791         * modules/dirent (Depends-on): Add link-warning.
792         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
793         definition of GL_LINK_WARNING.
794         * NEWS: Mention the change.
795
796 2008-10-18  Bruno Haible  <bruno@clisp.org>
797
798         Move the euidaccess() declaration to <unistd.h>.
799         * lib/euidaccess.h: Remove file.
800         * lib/unistd.in.h (euidaccess): New declaration.
801         * lib/euidaccess.c: Don't include euidaccess.h.
802         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
803         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
804         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
805         and HAVE_EUIDACCESS.
806         * modules/euidaccess (Files): Remove lib/euidaccess.h.
807         (Depends-on): Add unistd.
808         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
809         (Include): Specify <unistd.h> instead of euidaccess.h.
810         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
811         HAVE_EUIDACCESS.
812         * NEWS: Mention the change.
813
814 2008-10-18  Bruno Haible  <bruno@clisp.org>
815
816         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
817
818         Move the getdomainname() declaration to <unistd.h>.
819         * lib/getdomainname.h: Remove file.
820         * lib/unistd.in.h (getdomainname): New declaration.
821         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
822         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
823         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
824         HAVE_GETDOMAINNAME.
825         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
826         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
827         * modules/getdomainname (Files): Remove lib/getdomainname.h.
828         (Depends-on): Add unistd, extensions.
829         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
830         (Includes): Specify <unistd.h> instead of getdomainname.h.
831         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
832         HAVE_GETDOMAINNAME.
833         * NEWS: Mention the change.
834
835 2008-10-18  Bruno Haible  <bruno@clisp.org>
836
837         * modules/dirent: New file.
838         * m4/dirent_h.m4: New file.
839         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
840         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
841         * modules/fchdir (Files): Remove lib/dirent.in.h.
842         (Depends-on): Add dirent.
843         (Makefile.am): Move rules to modules/dirent.
844         * doc/posix-headers/dirent.texi: Mention the new module.
845
846 2008-10-18  Bruno Haible  <bruno@clisp.org>
847
848         Avoid -Wunused-parameter warnings in public gnulib header files.
849         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
850         macro.
851         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
852
853 2008-10-18  Bruno Haible  <bruno@clisp.org>
854
855         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
856         * doc/glibc-functions/error.texi: Mention the module 'error'.
857         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
858         * doc/glibc-functions/getdomainname.texi: Mention the module
859         'getdomainname'.
860         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
861         * doc/glibc-functions/getpagesize.texi: Mention the module
862         'getpagesize'.
863         * doc/glibc-functions/getusershell.texi: Mention the module
864         'getusershell'.
865         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
866         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
867         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
868         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
869         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
870         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
871         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
872         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
873         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
874         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
875         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
876         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
877         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
878         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
879
880 2008-10-17  Bruno Haible  <bruno@clisp.org>
881
882         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
883         HP-UX and IRIX, use -0.0L.
884         * tests/test-ceill.c (minus_zero): Likewise.
885         * tests/test-floorl.c (minus_zero): Likewise.
886         * tests/test-frexpl.c (minus_zero): Likewise.
887         * tests/test-isnan.c (minus_zerol): Likewise.
888         * tests/test-isnanl.h (minus_zero): Likewise.
889         * tests/test-ldexpl.c (minus_zero): Likewise.
890         * tests/test-roundl.c (minus_zero): Likewise.
891         * tests/test-signbit.c (minus_zerol): Likewise.
892         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
893         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
894         * tests/test-truncl.c (minus_zero): Likewise.
895         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
896         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
897         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
898         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
899
900 2008-10-17  Bruno Haible  <bruno@clisp.org>
901
902         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
903         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
904         that it gets activated only for gcc >= 3.0.
905         * lib/dirent.in.h: Likewise.
906         * lib/errno.in.h: Likewise.
907         * lib/fcntl.in.h: Likewise.
908         * lib/float.in.h: Likewise.
909         * lib/iconv.in.h: Likewise.
910         * lib/inttypes.in.h: Likewise.
911         * lib/locale.in.h: Likewise.
912         * lib/math.in.h: Likewise.
913         * lib/netdb.in.h: Likewise.
914         * lib/netinet_in.in.h: Likewise.
915         * lib/search.in.h: Likewise.
916         * lib/signal.in.h: Likewise.
917         * lib/spawn.in.h: Likewise.
918         * lib/stdarg.in.h: Likewise.
919         * lib/stdint.in.h: Likewise.
920         * lib/stdio.in.h: Likewise.
921         * lib/stdlib.in.h: Likewise.
922         * lib/string.in.h: Likewise.
923         * lib/strings.in.h: Likewise.
924         * lib/sys_file.in.h: Likewise.
925         * lib/sys_ioctl.in.h: Likewise.
926         * lib/sys_select.in.h: Likewise.
927         * lib/sys_socket.in.h: Likewise.
928         * lib/sys_stat.in.h: Likewise.
929         * lib/sys_time.in.h: Likewise.
930         * lib/sysexits.in.h: Likewise.
931         * lib/time.in.h: Likewise.
932         * lib/unistd.in.h: Likewise.
933         * lib/wchar.in.h: Likewise.
934         * lib/wctype.in.h: Likewise.
935         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
936
937 2008-10-17  Jim Meyering  <meyering@redhat.com>
938
939         ignore-value: don't depend on inline module
940         * modules/ignore-value (Depends-on): Remove 'inline'.
941         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
942         Suggestion from Bruno Haible.
943
944 2008-10-17  Bruno Haible  <bruno@clisp.org>
945
946         New implementation of condition variables for Win32.
947         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
948         (gl_linked_waitqueue_t): New type.
949         (gl_cond_t): Use it.
950         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
951         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
952         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
953         (glthread_cond_init_func, glthread_cond_wait_func,
954         glthread_cond_timedwait_func, glthread_cond_signal_func,
955         glthread_cond_broadcast_func, glthread_cond_destroy_func):
956         Reimplemented on the basis of gl_linked_waitqueue_t.
957         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
958         gl_waitqueue_t.
959         (gl_rwlock_t): Update.
960         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
961
962 2008-10-17  Simon Josefsson  <simon@josefsson.org>
963
964         * modules/recvfrom (Depends-on): Add dependency on getpeername.
965         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
966
967 2008-10-17  Jim Meyering  <meyering@redhat.com>
968
969         ignore-value: new module
970         * modules/ignore-value: New file.
971         * lib/ignore-value.h: New file.
972         * MODULES.html.sh (Compiler warning management): New section,
973         just for this module.  More to come.
974
975 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
976
977         open-safer.c: avoid 'signed and unsigned in conditional...' warning
978         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
979         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
980
981 2008-10-16  Jim Meyering  <meyering@redhat.com>
982
983         openat-die.c: avoid 'no previous prototype' warning
984         * lib/openat-die.c: Include "openat.h".
985         Reported by Reuben Thomas <rrt@sc3d.org>.
986
987 2008-10-16  Simon Josefsson  <simon@josefsson.org>
988
989         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
990         * lib/netdb.in.h: Fix typo.
991         Reported by Bruno Haible  <bruno@clisp.org>
992
993         * lib/netdb.in.h: Include sys/socket.h for platforms without
994         netdb.h, to get structures like hostent on MinGW.
995         * modules/netdb (Depends-on): Add sys_socket.
996
997 2008-10-15  Simon Josefsson  <simon@josefsson.org>
998
999         * modules/netdb, modules/netdb-tests: New file.
1000         * m4/netdb_h.m4: New file.
1001         * lib/netdb.in.h: Add, currently just an empty file pending
1002         definitions.
1003         * tests/test-netdb.c: New file.
1004         * doc/posix-headers/netdb.texi: Mention that we replace it if
1005         needed.
1006         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1007         netdb.
1008
1009 2008-10-15  Simon Josefsson  <simon@josefsson.org>
1010
1011         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
1012         with code.
1013
1014 2008-10-13  Bruno Haible  <bruno@clisp.org>
1015
1016         * lib/glthread/cond.c (glthread_cond_wait_func,
1017         glthread_cond_timedwait_func): Add a comment.
1018
1019 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1020
1021         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
1022         * tests/test-select.c: Likewise,
1023
1024 2008-10-13  Bruno Haible  <bruno@clisp.org>
1025
1026         * lib/glthread/cond.c (glthread_cond_wait_func,
1027         glthread_cond_timedwait_func): Fix variable name.
1028         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1029
1030 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
1031
1032         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
1033         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
1034         struct sockaddr.sa_len.
1035         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
1036
1037 2008-10-13  Simon Josefsson  <simon@josefsson.org>
1038
1039         * build-aux/pmccabe2html: Add css and css_url parameters.
1040
1041 2008-10-12  Bruno Haible  <bruno@clisp.org>
1042
1043         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
1044         calling aclx_get.
1045         Reported by Rainer Tammer <tammer@tammer.net>.
1046
1047 2008-10-12  Bruno Haible  <bruno@clisp.org>
1048
1049         Use msvcrt aware primitives for creation/termination of Win32 threads.
1050         * lib/glthread/thread.c: Include <process.h>.
1051         (glthread_create_func): Use _beginthreadex instead of CreateThread.
1052         (wrapper_func): Update signature.
1053         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
1054
1055 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1056             Bruno Haible  <bruno@clisp.org>
1057
1058         Provide a Win32 implementation of the 'cond' module.
1059         * lib/glthread/cond.h [USE_WIN32]: New implementation.
1060         * lib/glthread/cond.c (glthread_cond_init_func,
1061         glthread_cond_wait_func, glthread_cond_timedwait_func,
1062         glthread_cond_signal_func, glthread_cond_broadcast_func,
1063         glthread_cond_destroy_func) [USE_WIN32]: New functions.
1064         * modules/cond (Dependencies): Add gettimeofday.
1065
1066 2008-10-11  Bruno Haible  <bruno@clisp.org>
1067
1068         Make sleep work on older versions of mingw.
1069         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
1070         only whether it exists.
1071         * doc/posix-functions/sleep.texi: Mention the problem with older
1072         versions of mingw.
1073
1074 2008-10-11  Bruno Haible  <bruno@clisp.org>
1075
1076         New module 'shutdown'.
1077         * modules/shutdown: New file.
1078         * lib/sys_socket.in.h (shutdown): New declaration.
1079         * lib/winsock.c (shutdown): New function.
1080         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
1081         GNULIB_SHUTDOWN.
1082         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
1083         * doc/posix-functions/shutdown.texi: Document the new module.
1084
1085 2008-10-11  Jim Meyering  <meyering@redhat.com>
1086
1087         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
1088
1089 2008-10-11  Bruno Haible  <bruno@clisp.org>
1090
1091         New module 'fclose'.
1092         * modules/fclose: New file.
1093         * lib/stdio.in.h (fclose): New declaration.
1094         * lib/fclose.c: New file.
1095         * m4/fclose.m4: New file.
1096         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
1097         REPLACE_FCLOSE.
1098         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
1099         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
1100         REPLACE_FCLOSE.
1101         * modules/close (Depends-on): fclose.
1102         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
1103
1104 2008-10-11  Bruno Haible  <bruno@clisp.org>
1105
1106         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
1107         set errno and don't call _close.
1108
1109 2008-10-10  Bruno Haible  <bruno@clisp.org>
1110
1111         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
1112         ACL, not afterwards. Fixes test failure on Cygwin.
1113
1114 2008-10-09  Ben Pfaff  <blp@gnu.org>
1115
1116         * build-aux/announce-gen: Fix gnulib version related part of usage
1117         message.  Die with a useful error message if no tarballs are
1118         found.
1119
1120 2008-10-10  Jim Meyering  <meyering@redhat.com>
1121
1122         bootstrap: use git's --depth=N option only if it's supported
1123         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
1124         recognize the --depth option.  Reported by Pádraig Brady.
1125
1126 2008-10-09  Bruno Haible  <bruno@clisp.org>
1127
1128         New module 'ioctl'.
1129         * modules/ioctl: New file.
1130         * lib/sys_socket.in.h (ioctl): Remove declaration.
1131         * lib/winsock.c: Include <sys/ioctl.h>.
1132         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
1133         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
1134         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
1135         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
1136         * doc/posix-functions/ioctl.texi: Mention the new module.
1137
1138 2008-10-09  Bruno Haible  <bruno@clisp.org>
1139
1140         New module 'sys_ioctl'.
1141         * lib/sys_ioctl.in.h: New file.
1142         * m4/sys_ioctl_h.m4: New file.
1143         * modules/sys_ioctl: New file.
1144         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
1145
1146 2008-10-09  Bruno Haible  <bruno@clisp.org>
1147
1148         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
1149         * lib/winsock.c: Include <stdarg.h>.
1150         (rpl_ioctl): Change to second argument 'int' and then varargs.
1151
1152 2008-10-09  Bruno Haible  <bruno@clisp.org>
1153
1154         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
1155         when the sys_socket module is present and the system has <winsock2.h>.
1156
1157 2008-10-09  Bruno Haible  <bruno@clisp.org>
1158
1159         * doc/posix-functions/close.texi: Mention module 'close' instead of
1160         module 'sys_socket'.
1161
1162 2008-10-09  Bruno Haible  <bruno@clisp.org>
1163
1164         * doc/glibc-headers/sys_ioctl.texi: New file.
1165         * doc/gnulib.texi: Include it.
1166
1167 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1168             Bruno Haible  <bruno@clisp.org>
1169
1170         Combine the two replacements of 'close'.
1171         * lib/sys_socket.in.h (close): Define to a reminder to include
1172         <unistd.h>.
1173         (_gl_close_fd_maybe_socket): New declaration.
1174         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
1175         * lib/winsock.c (close): Remove undefinition.
1176         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
1177         needed for the gnulib module 'close'.
1178         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
1179         define to an error symbol or to a warning, if suitable.
1180         * lib/close.c: Include <sys/socket.h>.
1181         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
1182         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
1183         UNISTD_H_HAVE_WINSOCK2_H.
1184         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
1185         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1186         UNISTD_H_HAVE_WINSOCK2_H.
1187         * modules/sys_socket (Files): Add m4/unistd_h.m4.
1188         (configure.ac): Set a module indicator.
1189         (Makefile.am): Substitute GNULIB_CLOSE.
1190         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
1191         * modules/poll-tests (Depends-on): Add close.
1192         * modules/select-tests (Depends-on): Likewise.
1193
1194 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1195             Bruno Haible  <bruno@clisp.org>
1196
1197         New module 'close'.
1198         * modules/close: New file.
1199         * lib/unistd.in.h (close): Move declaration out of the
1200         FCHDIR_REPLACEMENT scope.
1201         (_gl_unregister_fd): New declaration.
1202         * lib/close.c: New file.
1203         * lib/fchdir.c (rpl_close): Remove function.
1204         * m4/close.m4: New file.
1205         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1206         close.
1207         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
1208         REPLACE_CLOSE.
1209         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
1210         REPLACE_CLOSE.
1211         * modules/fchdir (Depends-on): Add close.
1212
1213 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1214             Bruno Haible  <bruno@clisp.org>
1215
1216         * lib/fcntl.in.h (open): Simplify conditionals.
1217         (_gl_register_fd): New declaration.
1218         * lib/fchdir.c (rpl_open): Remove function.
1219         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
1220         also.
1221         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
1222         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
1223         open.
1224
1225 2008-10-09  Jim Meyering  <meyering@redhat.com>
1226
1227         GNUmakefile: use the more name-space-friendly "_version"
1228         * top/GNUmakefile (_dummy): Update.
1229         (_version): Rename from "version".
1230
1231 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1232             Bruno Haible  <bruno@clisp.org>
1233
1234         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
1235         rpl_close.
1236         (_gl_register_fd): New function, extracted from rpl_open.
1237         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
1238         (rpl_open, rpl_opendir): Use _gl_register_fd.
1239
1240 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
1241
1242         Fix organization of 'open' replacement.
1243         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
1244         (gl_FUNC_OPEN): Use it.
1245         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
1246
1247 2008-10-08  Bruno Haible  <bruno@clisp.org>
1248
1249         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
1250
1251 2008-10-08  Simon Josefsson  <simon@josefsson.org>
1252
1253         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
1254         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
1255         listen).
1256
1257 2008-10-08  Eric Blake  <ebb9@byu.net>
1258
1259         GNUmakefile: add 'make version' target
1260         * top/GNUmakefile (_curr-ver): Split version update rules...
1261         (version): ...into a target.
1262
1263 2008-10-07  Bruno Haible  <bruno@clisp.org>
1264
1265         Use a more portable replacement expression for -0.0L.
1266         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
1267         instead of -0.0L. Fix m4 quotation.
1268
1269         * tests/test-signbit.c: Include <float.h>.
1270         (minus_zero): New variable.
1271         (test_signbitl): Use minus_zero instead of -zero.
1272         * modules/signbit-tests (Depends-on): Add float.
1273
1274         * tests/test-ceill.c: Include <float.h>.
1275         (zero): Remove variable.
1276         (minus_zero): New variable.
1277         (main): Use minus_zero instead of -zero.
1278         * modules/ceill-tests (Depends-on): Add float.
1279
1280         * tests/test-floorl.c: Include <float.h>.
1281         (zero): Remove variable.
1282         (minus_zero): New variable.
1283         (main): Use minus_zero instead of -zero.
1284         * modules/floorl-tests (Depends-on): Add float.
1285
1286         * tests/test-roundl.c: Include <float.h>.
1287         (zero): Remove variable.
1288         (minus_zero): New variable.
1289         (main): Use minus_zero instead of -zero.
1290         * modules/roundl-tests (Depends-on): Add float.
1291
1292         * tests/test-truncl.c: Include <float.h>.
1293         (zero): Remove variable.
1294         (minus_zero): New variable.
1295         (main): Use minus_zero instead of -zero.
1296         * modules/truncl-tests (Depends-on): Add float.
1297
1298         * tests/test-frexpl.c (zero): Remove variable.
1299         (minus_zero): New variable.
1300         (main): Use minus_zero instead of -zero.
1301         * modules/frexpl-tests (Depends-on): Add float.
1302
1303         * tests/test-isnan.c (zerol): Remove variable.
1304         (minus_zerol): New variable.
1305         (test_long_double): Use minus_zerol instead of -zerol.
1306         * modules/isnan-tests (Depends-on): Add float.
1307
1308         * tests/test-isnanl.h (zero): Remove variable.
1309         (minus_zero): New variable.
1310         (main): Use minus_zero instead of -zero.
1311         * modules/isnanl-nolibm-tests (Depends-on): Add float.
1312         * modules/isnanl-tests (Depends-on): Add float.
1313
1314         * tests/test-ldexpl.c (zero): Remove variable.
1315         (minus_zero): New variable.
1316         (main): Use minus_zero instead of -zero.
1317         * modules/ldexpl-tests (Depends-on): Add float.
1318
1319         * tests/test-snprintf-posix.h (zerol): Remove variable.
1320         (minus_zerol): New variable.
1321         (test_function): Use minus_zerol instead of -zerol.
1322         * modules/snprintf-posix-tests (Depends-on): Add float.
1323         * modules/vsnprintf-posix-tests (Depends-on): Add float.
1324
1325         * tests/test-sprintf-posix.h (zerol): Remove variable.
1326         (minus_zerol): New variable.
1327         (test_function): Use minus_zerol instead of -zerol.
1328         * modules/sprintf-posix-tests (Depends-on): Add float.
1329         * modules/vsprintf-posix-tests (Depends-on): Add float.
1330
1331         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
1332         (minus_zerol): New variable.
1333         (test_function): Use minus_zerol instead of -zerol.
1334         * modules/vasnprintf-posix-tests (Depends-on): Add float.
1335
1336         * tests/test-vasprintf-posix.c (zerol): Remove variable.
1337         (minus_zerol): New variable.
1338         (test_function): Use minus_zerol instead of -zerol.
1339         * modules/vasprintf-posix-tests (Depends-on): Add float.
1340
1341 2008-10-07  Simon Josefsson  <simon@josefsson.org>
1342
1343         * MODULES.html.sh (Support for building documentation): Mention
1344         pmccabe2html.  Sort entries.
1345
1346         Add pmccabe2html module, from gnupdf.
1347         * build-aux/pmccabe.css: New file.
1348         * build-aux/pmccabe2html: New file.
1349         * m4/pmccabe2html.m4: New file.
1350         * modules/pmccabe2html: New file.
1351
1352 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
1353
1354         flock: new module
1355         * MODULES.html.sh: Add to list of modules.
1356         * lib/flock.c: flock implementation for Windows and Unix systems
1357         which have fcntl.
1358         * doc/glibc-functions/flock.texi: Update documentation.
1359         * lib/sys_file.in.h: <sys/file.h> header file.
1360         * m4/flock.m4: M4 macros.
1361         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
1362         * modules/flock: flock module.
1363         * modules/flock-tests: flock tests module.
1364         * modules/sys_file: sys/file.h module.
1365         * tests/test-flock.c: test suite for flock.
1366
1367 2008-10-06  Jim Meyering  <meyering@redhat.com>
1368
1369         bootstrap: check for LT_INIT more portably still ;-)
1370         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
1371         Spotted by Bruno Haible.
1372
1373 2008-10-06  Eric Blake  <ebb9@byu.net>
1374
1375         test-signbit: avoid tripping Irix cc bug on -0.0L
1376         * tests/test-signbit.c (minus_zerol): Delete, and replace with
1377         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
1378         entire testsuite consistent and avoids an Irix 6.2 bug.
1379
1380 2008-10-05  Bruno Haible  <bruno@clisp.org>
1381             Jim Meyering  <jim@meyering.net>
1382
1383         Add an option for ignoring EPIPE during close_stdout.
1384         * lib/closeout.h: Include <stdbool.h>.
1385         (close_stdout_set_ignore_EPIPE): New declaration.
1386         * lib/closeout.c: Include <stdbool.h>.
1387         (ignore_EPIPE): New variable.
1388         (close_stdout_set_ignore_EPIPE): New function.
1389         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
1390         * lib/close-stream.c (close_stream): Mention the possible EPIPE
1391         failure.
1392         * modules/closeout (Depends-on): Add stdbool.
1393
1394 2008-10-05  Bruno Haible  <bruno@clisp.org>
1395
1396         * modules/accept: New file.
1397         * modules/bind: New file.
1398         * modules/connect: New file.
1399         * modules/getpeername: New file.
1400         * modules/getsockname: New file.
1401         * modules/getsockopt: New file.
1402         * modules/listen: New file.
1403         * modules/recv: New file.
1404         * modules/recvfrom: New file.
1405         * modules/send: New file.
1406         * modules/sendto: New file.
1407         * modules/setsockopt: New file.
1408         * modules/socket: New file.
1409         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
1410         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1411         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
1412         the particular module is requested. Add a link warning when the
1413         particular module is not requested.
1414         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
1415         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
1416         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
1417         the particular module is requested.
1418         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
1419         gl_SYS_SOCKET_H_DEFAULTS): New macros.
1420         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
1421         * modules/sys_socket (Depends-on): Add link-warning.
1422         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
1423         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
1424         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
1425         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
1426         GL_LINK_WARNING.
1427         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
1428         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
1429         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
1430         * doc/posix-functions/getpeername.texi: Mention the new module
1431         'getpeername'.
1432         * doc/posix-functions/getsockname.texi: Mention the new module
1433         'getsockname'.
1434         * doc/posix-functions/getsockopt.texi: Mention the new module
1435         'getsockopt'.
1436         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
1437         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
1438         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
1439         * doc/posix-functions/send.texi: Mention the new module 'send'.
1440         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
1441         * doc/posix-functions/setsockopt.texi: Mention the new module
1442         'setsockopt'.
1443         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
1444         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
1445         listen, connect, accept.
1446         * modules/select-tests (Depends-on): Likewise.
1447
1448 2008-10-05  Bruno Haible  <bruno@clisp.org>
1449
1450         * lib/winsock.c (strerror): Remove unused #undef.
1451         (rpl_close): Remove unused local variable.
1452
1453         * modules/sys_socket (Depends-on); Add errno.
1454
1455 2008-10-05  Bruno Haible  <bruno@clisp.org>
1456
1457         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
1458         (select): Add a link warning when the 'select' module is not used.
1459         * modules/sys_select (Depends-on): Add link-warning.
1460         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
1461         Suggested by Paolo Bonzini.
1462
1463 2008-10-05  Jim Meyering  <meyering@redhat.com>
1464
1465         bootstrap: check for LT_INIT more portably
1466         * build-aux/bootstrap: Avoid using grep -E, since it's not
1467         portable enough.  Suggestion from Bruno Haible.
1468
1469 2008-10-05  Bruno Haible  <bruno@clisp.org>
1470
1471         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
1472         as being fixed by gnulib.
1473
1474 2008-10-05  Bruno Haible  <bruno@clisp.org>
1475
1476         * modules/select-tests: New file, mostly copied from
1477         modules/sys_select-tests.
1478         * tests/test-select.c: New file, mostly copied from
1479         tests/test-sys_select.c.
1480         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
1481         * modules/sys_select-tests (Depends-on): Remove all dependencies.
1482         (Makefile.am): Remove test_sys_select_LDADD.
1483
1484         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
1485         to an undefined symbol, for an error message.
1486         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
1487         (gl_SYS_SELECT_H_DEFAULTS): New macro.
1488         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
1489         winsock-select.c here.
1490         * modules/sys_select (Files): Remove lib/winsock-select.c.
1491         (Depends-on): Remove alloca.
1492         (Makefile.am): Substitute GNULIB_SELECT.
1493         * modules/select: New file.
1494         * doc/posix-functions/select.texi: Update.
1495
1496 2008-10-05  Bruno Haible  <bruno@clisp.org>
1497
1498         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
1499         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
1500         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
1501         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
1502         getdtablesize.
1503         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
1504         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
1505
1506 2008-10-05  Bruno Haible  <bruno@clisp.org>
1507
1508         * modules/getdtablesize-tests: New file.
1509         * tests/test-getdtablesize.c: New file.
1510
1511         New module 'getdtablesize'.
1512         * lib/unistd.in.h (getdtablesize): New declaration.
1513         * lib/getdtablesize.c: New file.
1514         * m4/getdtablesize.m4: New file.
1515         * modules/getdtablesize: New file.
1516         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1517         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
1518         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
1519         HAVE_GETDTABLESIZE.
1520         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
1521
1522 2008-10-05  Bruno Haible  <bruno@clisp.org>
1523
1524         * modules/sched (Makefile.am): Fix typo.
1525         Reported by Simon Josefsson.
1526
1527 2008-10-05  Jim Meyering  <meyering@redhat.com>
1528
1529         bootstrap: check for LT_INIT, too
1530         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
1531         are deprecated.  Suggestion from Ralf Wildenhues.
1532
1533 2008-10-05  Bruno Haible  <bruno@clisp.org>
1534
1535         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
1536         overriding them by ours.
1537         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
1538
1539 2008-10-05  Jim Meyering  <meyering@redhat.com>
1540
1541         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
1542         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
1543         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
1544
1545 2008-10-04  Bruno Haible  <bruno@clisp.org>
1546
1547         * modules/dup2 (License): Change to LGPLv2+.
1548         * modules/sleep (License): Likewise.
1549         * modules/perror (License): Likewise.
1550         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
1551         Blake.
1552         * modules/signal (License): Likewise.
1553         * modules/sigprocmask (License): Likewise.
1554         * modules/raise (License): Change to LGPLv2+, with approval by Jim
1555         Meyering.
1556
1557 2008-10-04  Bruno Haible  <bruno@clisp.org>
1558
1559         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
1560         Reported by Rainer Tammer <tammer@tammer.net>.
1561
1562 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
1563             Bruno Haible  <bruno@clisp.org>
1564
1565         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
1566         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
1567         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
1568
1569 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
1570
1571         filevercmp: new module
1572         * lib/filevercmp.h: New function filevercmp comparing version strings.
1573         * lib/filevercmp.c: Implementation of filevercmp function.
1574         * modules/filevercmp: Module metadata.
1575         * tests/test-filevercmp.c: Unit test for new module.
1576         * modules/filevercmp-tests: Unit test metadata.
1577         * MODULES.html.sh: Add filevercmp module.
1578
1579 2008-10-03  Bruno Haible  <bruno@clisp.org>
1580
1581         * lib/c-ctype.h: Add comment.
1582         Reported by Jim Meyering.
1583
1584 2008-10-02  Bruno Haible  <bruno@clisp.org>
1585
1586         * modules/posix_spawn-internal (Depends-on): Add 'open'.
1587
1588 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1589
1590         * build-aux/bootstrap: Allow renaming bootstrap, and change the
1591         name of bootstrap.conf accordingly.
1592
1593 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1594
1595         * build-aux/bootstrap: Install git-merge-changelog configuration
1596         items into .gitconfig if needed.
1597
1598 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
1599
1600         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
1601         git repository, and initialize/update it accordingly.
1602
1603 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
1604
1605         * modules/fsync-tests: New file.
1606         * tests/test-fsync.c: New file.
1607
1608         New module 'fsync'.
1609         * lib/fsync.c: New file.
1610         * m4/fsync.m4: New file.
1611         * modules/fsync: New file.
1612         * lib/unistd.in.h (fsync): New declaration.
1613         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
1614         GNULIB_FSYNC and HAVE_FSYNC.
1615         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
1616         * MODULES.html.sh (posix_functions): Add fsync.
1617         * doc/posix-functions/fsync.texi: Mention the new module.
1618
1619 2008-10-02  Jim Meyering  <meyering@redhat.com>
1620
1621         fts.c: sync with similar code from coreutils' remove.c
1622         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
1623         Guard also with "#if defined __linux__", since for now at least,
1624         this code is Linux-kernel-specific.
1625
1626 2008-10-02  Jim Meyering  <meyering@redhat.com>
1627
1628         fts: bug fixes
1629         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
1630         Include <sys/vfs.h>, not <sys/statfs.h>.
1631
1632         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
1633         Include <sys/vfs.h>, not <sys/statfs.h>.
1634
1635 2008-10-01  Bruno Haible  <bruno@clisp.org>
1636
1637         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
1638         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
1639         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
1640         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
1641         * doc/posix-functions/posix_spawnp.texi: Likewise.
1642         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
1643         whether posix_spawn actually works.
1644         * m4/pipe.m4 (gl_PIPE): Likewise.
1645         * modules/execute (Files): Add m4/posix_spawn.m4.
1646         * modules/pipe (Files): Add m4/posix_spawn.m4.
1647         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
1648
1649 2008-10-01  Jim Meyering  <meyering@redhat.com>
1650
1651         remove trailing spaces
1652         * NEWS: Likewise.
1653         * lib/poll.c (poll): Likewise.
1654         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
1655         * lib/winsock.c (rpl_close): Likewise.
1656         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
1657         * modules/yield: Likewise.
1658         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
1659         * tests/test-sys_select.c (connect_to_socket): Likewise.
1660
1661         fts.c: adjust a new interface to be more generally useful
1662         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
1663         (fts_build): Adjust caller.
1664
1665 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1666
1667         * modules/cond-tests: New file.
1668         * tests/test-cond.c: New file.
1669
1670 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1671             Bruno Haible  <bruno@clisp.org>
1672
1673         * modules/cond (Dependencies): Add errno, time.
1674         * lib/glthread/cond.h: Include <time.h>.
1675         (gl_cond_define, gl_cond_define_initialized): Use the same definition
1676         across platforms.
1677
1678 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1679             Bruno Haible  <bruno@clisp.org>
1680
1681         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
1682
1683 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1684             Bruno Haible  <bruno@clisp.org>
1685
1686         * modules/tls-tests (Depends-on): Add thread, yield.
1687         (configure.ac): Remove all checks.
1688         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
1689         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1690         gl_thread_self): Remove definitions. Include glthread/thread.h and
1691         glthread/yield.h instead.
1692         (test_tls): Pass an additional NULL argument to gl_thread_join.
1693
1694 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1695             Bruno Haible  <bruno@clisp.org>
1696
1697         * modules/lock-tests (Depends-on): Add thread, yield.
1698         (configure.ac): Remove all checks.
1699         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
1700         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
1701         gl_thread_self): Remove definitions. Include glthread/thread.h and
1702         glthread/yield.h instead.
1703         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
1704         additional NULL argument to gl_thread_join.
1705
1706 2008-09-30  Bruno Haible  <bruno@clisp.org>
1707
1708         Fix the Win32 implementation of the 'thread' module.
1709         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
1710         pointer type.
1711         (gl_thread_self): Invoke gl_thread_self_func.
1712         (gl_thread_self_func): New declaration.
1713         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
1714         (do_init_self_key, init_self_key): New functions.
1715         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
1716         Remove some fields.
1717         (running_threads, running_lock): Remove variables.
1718         (get_current_thread_handle): New function.
1719         (gl_thread_self_func, wrapper_func, glthread_create_func,
1720         glthread_join_func, gl_thread_exit_func): Largely rewritten and
1721         simplified.
1722
1723 2008-09-30  Bruno Haible  <bruno@clisp.org>
1724
1725         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
1726         files.
1727
1728 2008-09-30  Jim Meyering  <meyering@redhat.com>
1729
1730         fts.m4: correct the test for statfs.f_type
1731         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
1732         when checking for statfs.f_type.
1733
1734 2008-09-15  Simon Josefsson  <simon@josefsson.org>
1735
1736         tests: avoid some compiler warnings
1737         * tests/test-memchr.c (main): Pass NULL indirectly.
1738         * tests/test-getdate.c (main): Remove unused variable 'ret'.
1739
1740 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
1741
1742         getdate.y: disallow countable dayshifts like "4 yesterday ago"
1743         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
1744         exactly specified dayshifts.
1745         (dayshift): New rule.
1746         (rel): Add dayshift.
1747         (relative_time_table) [tomorrow, yesterday, today, now]:
1748         Use tDAY_SHIFT in place of tDAY_UNIT.
1749         * tests/test-getdate.c: Add tests for now-disallowed countable
1750         dayshifts, e.g., "4 yesterday ago".
1751
1752 2008-09-29  Bruno Haible  <bruno@clisp.org>
1753
1754         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
1755         * tests/test-posix_spawn1.in.sh: Renamed from
1756         tests/test-posix_spawn.in.sh.
1757         * tests/test-posix_spawn2.c: New file.
1758         * tests/test-posix_spawn2.in.sh: New file.
1759         * modules/posix_spawnp-tests (Files): Update.
1760         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
1761
1762 2008-09-29  Bruno Haible  <bruno@clisp.org>
1763
1764         Propagate effects of putenv/setenv/unsetenv to child processes.
1765         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
1766         * lib/pipe.c (create_pipe): Likewise.
1767
1768 2008-09-29  Bruno Haible  <bruno@clisp.org>
1769
1770         Enable use of shell scripts as executables in mingw.
1771         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
1772         run the program as a shell script.
1773         * lib/pipe.c (create_pipe): Likewise.
1774         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
1775         resulting array.
1776
1777 2008-09-29  Eric Blake  <ebb9@byu.net>
1778
1779         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
1780
1781 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
1782
1783         * doc/posix-functions/accept.texi: Update mingw problems.
1784         * doc/posix-functions/bind.texi: Update mingw problems.
1785         * doc/posix-functions/close.texi: Update mingw problems.
1786         * doc/posix-functions/connect.texi: Update mingw problems.
1787         * doc/posix-functions/getpeername.texi: Update mingw problems.
1788         * doc/posix-functions/getsockname.texi: Update mingw problems.
1789         * doc/posix-functions/getsockopt.texi: Update mingw problems.
1790         * doc/posix-functions/ioctl.texi: Update mingw problems.
1791         * doc/posix-functions/listen.texi: Update mingw problems.
1792         * doc/posix-functions/recv.texi: Update mingw problems.
1793         * doc/posix-functions/recvfrom.texi: Update mingw problems.
1794         * doc/posix-functions/select.texi: Update mingw problems.
1795         * doc/posix-functions/send.texi: Update mingw problems.
1796         * doc/posix-functions/sendto.texi: Update mingw problems.
1797         * doc/posix-functions/setsockopt.texi: Update mingw problems.
1798         * doc/posix-functions/socket.texi: Update mingw problems.
1799
1800 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
1801             Bruno Haible  <bruno@clisp.org>
1802
1803         * lib/sys_select.in.h: Include sys/time.h.
1804         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
1805         * modules/sys_select: Depend on sys_time.
1806         * tests/test-sys_select.c: Test that sys/select.h defines struct
1807         timeval fully.
1808
1809 2008-09-29  Bruno Haible  <bruno@clisp.org>
1810
1811         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
1812         * lib/sys_select.in.h: Likewise.
1813
1814 2008-09-29  Bruno Haible  <bruno@clisp.org>
1815
1816         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
1817
1818 2008-09-29  Bruno Haible  <bruno@clisp.org>
1819
1820         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
1821         Set LIBSOCKET instead of augmenting LIBS.
1822         * modules/sockets (Link): New section.
1823         * modules/sockets-tests (test_sockets_LDADD): New variable.
1824         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
1825         * modules/poll-tests (test_poll_LDADD): New variable.
1826         * NEWS: Document the change.
1827
1828 2008-09-29  Bruno Haible  <bruno@clisp.org>
1829
1830         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
1831         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
1832         ARPA_INET_H directly.
1833         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
1834
1835 2008-09-28  Bruno Haible  <bruno@clisp.org>
1836
1837         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
1838         from gl_HEADER_SYS_SOCKET.
1839         (gl_HEADER_SYS_SOCKET): Invoke it.
1840         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1841
1842 2008-09-28  Bruno Haible  <bruno@clisp.org>
1843
1844         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
1845         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
1846         Needed on OSF/1 4.0.
1847
1848 2008-09-28  Bruno Haible  <bruno@clisp.org>
1849
1850         Override open more carefully.
1851         * lib/open.c (orig_open): New function.
1852         (rpl_open): Use orig_open instead of open.
1853         * lib/fcntl.in.h: Add special invocation convention.
1854         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
1855         (gl_FUNC_OPEN): Invoke it.
1856
1857         Override freopen more carefully.
1858         * lib/freopen.c (orig_freopen): New function.
1859         (rpl_freopen): Use orig_freopen instead of freopen.
1860         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
1861         (gl_FUNC_FREOPEN): Invoke it.
1862
1863         Override fopen more carefully.
1864         * lib/fopen.c (orig_fopen): New function.
1865         (rpl_fopen): Use orig_fopen instead of fopen.
1866         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
1867         (gl_FUNC_FOPEN): Invoke it.
1868         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
1869
1870 2008-09-28  Bruno Haible  <bruno@clisp.org>
1871
1872         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
1873         SIGPIPE.
1874
1875 2008-09-28  Bruno Haible  <bruno@clisp.org>
1876
1877         * tests/test-sigaction.c (handler, main): Disable the check whether
1878         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
1879         glibc systems with LinuxThreads.
1880
1881 2008-09-28  Bruno Haible  <bruno@clisp.org>
1882
1883         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
1884
1885         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
1886         with AIX xlc.
1887         * lib/fcntl.in.h (open): Likewise.
1888         Reported by Rainer Tammer <tammer@tammer.net>.
1889
1890 2008-09-28  Bruno Haible  <bruno@clisp.org>
1891
1892         * modules/posix_spawnp-tests: New file.
1893         * tests/test-posix_spawn.c: New file.
1894         * tests/test-posix_spawn.in.sh: New file.
1895
1896         New module 'posix_spawnp'.
1897         * modules/posix_spawnp: New file.
1898         * lib/spawnp.c: New file, from GNU libc with modifications.
1899         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
1900
1901         New module 'posix_spawn'.
1902         * modules/posix_spawn: New file.
1903         * lib/spawn.c: New file, from GNU libc with modifications.
1904         * doc/posix-functions/posix_spawn.texi: Mention the new module.
1905
1906         New module 'posix_spawnattr_destroy'.
1907         * modules/posix_spawnattr_destroy: New file.
1908         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
1909         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
1910         module.
1911
1912         New module 'posix_spawnattr_setsigmask'.
1913         * modules/posix_spawnattr_setsigmask: New file.
1914         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
1915         modifications.
1916         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
1917         new module.
1918
1919         New module 'posix_spawnattr_getsigmask'.
1920         * modules/posix_spawnattr_getsigmask: New file.
1921         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
1922         modifications.
1923         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
1924         new module.
1925
1926         New module 'posix_spawnattr_setsigdefault'.
1927         * modules/posix_spawnattr_setsigdefault: New file.
1928         * lib/spawnattr_setdefault.c: New file, from GNU libc with
1929         modifications.
1930         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
1931         new module.
1932
1933         New module 'posix_spawnattr_getsigdefault'.
1934         * modules/posix_spawnattr_getsigdefault: New file.
1935         * lib/spawnattr_getdefault.c: New file, from GNU libc with
1936         modifications.
1937         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
1938         new module.
1939
1940         New module 'posix_spawnattr_setschedpolicy'.
1941         * modules/posix_spawnattr_setschedpolicy: New file.
1942         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
1943         modifications.
1944         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
1945         new module.
1946
1947         New module 'posix_spawnattr_getschedpolicy'.
1948         * modules/posix_spawnattr_getschedpolicy: New file.
1949         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
1950         modifications.
1951         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
1952         new module.
1953
1954         New module 'posix_spawnattr_setschedparam'.
1955         * modules/posix_spawnattr_setschedparam: New file.
1956         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
1957         modifications.
1958         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
1959         new module.
1960
1961         New module 'posix_spawnattr_getschedparam'.
1962         * modules/posix_spawnattr_getschedparam: New file.
1963         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
1964         modifications.
1965         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
1966         new module.
1967
1968         New module 'posix_spawnattr_setpgroup'.
1969         * modules/posix_spawnattr_setpgroup: New file.
1970         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
1971         modifications.
1972         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
1973         module.
1974
1975         New module 'posix_spawnattr_getpgroup'.
1976         * modules/posix_spawnattr_getpgroup: New file.
1977         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
1978         modifications.
1979         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
1980         module.
1981
1982         New module 'posix_spawnattr_setflags'.
1983         * modules/posix_spawnattr_setflags: New file.
1984         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
1985         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
1986         module.
1987
1988         New module 'posix_spawnattr_getflags'.
1989         * modules/posix_spawnattr_getflags: New file.
1990         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
1991         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
1992         module.
1993
1994         New module 'posix_spawnattr_init'.
1995         * modules/posix_spawnattr_init: New file.
1996         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
1997         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
1998         module.
1999
2000         New module 'posix_spawn_file_actions_destroy'.
2001         * modules/posix_spawn_file_actions_destroy: New file.
2002         * lib/spawn_faction_destroy.c: New file, from GNU libc with
2003         modifications.
2004         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
2005         the new module.
2006
2007         New module 'posix_spawn_file_actions_addopen'.
2008         * modules/posix_spawn_file_actions_addopen: New file.
2009         * lib/spawn_faction_addopen.c: New file, from GNU libc with
2010         modifications.
2011         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
2012         the new module.
2013
2014         New module 'posix_spawn_file_actions_adddup2'.
2015         * modules/posix_spawn_file_actions_adddup2: New file.
2016         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
2017         modifications.
2018         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
2019         the new module.
2020
2021         New module 'posix_spawn_file_actions_addclose'.
2022         * modules/posix_spawn_file_actions_addclose: New file.
2023         * lib/spawn_faction_addclose.c: New file, from GNU libc with
2024         modifications.
2025         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
2026         the new module.
2027
2028         New module 'posix_spawn_file_actions_init'.
2029         * modules/posix_spawn_file_actions_init: New file.
2030         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
2031         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
2032         new module.
2033
2034         New module 'posix_spawn-internal'.
2035         * modules/posix_spawn-internal: New file.
2036         * lib/spawn_int.h: New file, from GNU libc with modifications.
2037         * lib/spawni.c: New file, from GNU libc with modifications.
2038         * m4/posix_spawn.m4: New file.
2039
2040         New module 'spawn'.
2041         * modules/spawn: New file.
2042         * lib/spawn.in.h: New file, from GNU libc with modifications.
2043         * m4/spawn_h.m4: New file.
2044         * doc/posix-headers/spawn.texi: Mention the new module.
2045
2046 2008-09-28  Bruno Haible  <bruno@clisp.org>
2047
2048         * modules/sched-tests: New file.
2049         * tests/test-sched.c: New file.
2050
2051         New module 'sched'.
2052         * modules/sched: New file.
2053         * lib/sched.in.h: New file.
2054         * m4/sched_h.m4: New file.
2055         * doc/posix-headers/sched.texi: Mention the new module.
2056
2057 2008-09-27  Eric Blake  <ebb9@byu.net>
2058
2059         Fix previous patch, and tweak references to $0.
2060         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
2061         (func_version, func_gnulib_dir): Don't call this program
2062         gnulib-tool.
2063         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
2064         with using $0 in function.
2065         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
2066         (func_fatal_error): Reuse the name the user invoked us with.
2067
2068 2008-09-27  Bruno Haible  <bruno@clisp.org>
2069
2070         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
2071         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
2072         (gl_ICONV_H): Not here.
2073         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2074         instead of assigning ICONV_H directly.
2075
2076         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
2077         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
2078         WCHAR_H directly.
2079
2080 2008-09-27  Bruno Haible  <bruno@clisp.org>
2081
2082         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
2083         * modules/arpa_inet (Depends-on): Add link-warning.
2084         (Makefile.am): Insert the definition of GL_LINK-WARNING.
2085         * modules/unistd (Makefile.am): Likewise.
2086
2087 2008-09-26  Bruno Haible  <bruno@clisp.org>
2088
2089         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
2090         variables.
2091         (func_version): Essentially copied from gnulib-tool.
2092         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
2093         func_readlink): Copied from gnulib-tool.
2094
2095 2008-09-26  Bruno Haible  <bruno@clisp.org>
2096
2097         * gnulib-tool (func_version): Change directory to $gnulib_dir before
2098         invoking git-version-gen.
2099
2100 2008-09-26  Bruno Haible  <bruno@clisp.org>
2101
2102         * posix-modules: Update to directory names changed on 2008-01-19.
2103         Remove commas in output before splitting into words. No more need to
2104         avoid 'ftruncate' since 2007-02-19.
2105
2106 2008-09-26  Bruno Haible  <bruno@clisp.org>
2107
2108         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
2109
2110 2008-09-26  Bruno Haible  <bruno@clisp.org>
2111
2112         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
2113         * modules/fwriteerror (Depends-on): Add errno.
2114
2115 2008-09-26  Bruno Haible  <bruno@clisp.org>
2116
2117         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
2118         * tests/test-vc-list-files-cvs.sh: Likewise.
2119
2120 2008-09-26  Bruno Haible  <bruno@clisp.org>
2121
2122         * doc/posix-headers/sys_resource.texi: Reorder items.
2123
2124 2008-09-26  Jim Meyering  <meyering@redhat.com>
2125
2126         fts: tweak inode comparison function
2127         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
2128         inode numbers, as documented.
2129
2130         fts: sort dirent entries on inode number before traversing
2131         This avoids a quadratic, seek-related performance penalty when
2132         operating on a directory containing many entries (measurable at 10k;
2133         3.5 hours at 2 million entries with a cold cache) on certain types
2134         of file systems, including ext3 and ext4, but not tmpfs.
2135         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
2136         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
2137         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
2138         (fs_handles_readdir_ordered_dirents_efficiently): New function.
2139         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
2140         (fts_build): Set the stat.st_ino member from D_INO.
2141         If it is likely to be useful, sort dirent entries on inode number.
2142
2143         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
2144         and the struct statfs.f_type member.
2145         * modules/fts (Depends-on): Add d-ino.
2146
2147 2008-09-26  Bruno Haible  <bruno@clisp.org>
2148
2149         * modules/sigpipe-die (Depends-on): Add sigpipe.
2150
2151         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
2152         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
2153         and GNULIB_STDIO_H_SIGPIPE are set.
2154         * lib/stdio-write.c: New file.
2155         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
2156         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2157         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2158         REPLACE_STDIO_WRITE_FUNCS.
2159         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
2160         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2161         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2162         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2163         * modules/stdio (Files): Add lib/stdio-write.c.
2164         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
2165         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
2166         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
2167         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
2168         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
2169         REPLACE_FPRINTF_POSIX.
2170         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
2171         REPLACE_PRINTF_POSIX.
2172         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
2173         REPLACE_VFPRINTF_POSIX.
2174         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
2175         REPLACE_VPRINTF_POSIX.
2176         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
2177         SIGPIPE issue.
2178         * doc/posix-functions/fputc.texi: Likewise.
2179         * doc/posix-functions/fputs.texi: Likewise.
2180         * doc/posix-functions/fwrite.texi: Likewise.
2181         * doc/posix-functions/printf.texi: Likewise.
2182         * doc/posix-functions/putc.texi: Likewise.
2183         * doc/posix-functions/putchar.texi: Likewise.
2184         * doc/posix-functions/puts.texi: Likewise.
2185         * doc/posix-functions/vfprintf.texi: Likewise.
2186         * doc/posix-functions/vprintf.texi: Likewise.
2187
2188         * modules/safe-write (Depends-on): Add write.
2189
2190         * modules/sigpipe-tests: New file.
2191         * tests/test-sigpipe.c: New file.
2192         * tests/test-sigpipe.sh: New file.
2193
2194         * modules/write: New file.
2195         * lib/unistd.in.h: Include <sys/types.h>.
2196         (write): New declaration.
2197         * lib/write.c: New file.
2198         * m4/write.m4: New file.
2199         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2200         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
2201         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
2202         GNULIB_WRITE, REPLACE_WRITE.
2203         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
2204         and the SIGPIPE issue.
2205
2206         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
2207         (raise): New declaration.
2208         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
2209         (ext_signal): New function.
2210         (rpl_raise): New function.
2211         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
2212         GNULIB_SIGNAL_H_SIGPIPE.
2213         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
2214         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
2215
2216         * modules/sigpipe: New file.
2217         * m4/sigpipe.m4: New file.
2218
2219 2008-09-25  Derek Price  <derek@ximbiot.com>
2220             Bruno Haible  <bruno@clisp.org>
2221
2222         * gnulib-tool (func_import): Report all license incompatibilities, not
2223         just the first one.
2224
2225 2008-09-25  Bruno Haible  <bruno@clisp.org>
2226
2227         * gnulib-tool (func_import): When computing the edits, consider not
2228         only the Makefile.ams that exist but also those that will be generated.
2229
2230 2008-09-25  Simon Josefsson  <simon@josefsson.org>
2231
2232         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
2233         fixes gnulib-tool --test warning about duplicate dependency.
2234
2235 2008-09-25  Bruno Haible  <bruno@clisp.org>
2236
2237         * gnulib-tool: Don't ask the user to perform edits in the generated
2238         Makefile.ams.
2239         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
2240         apply to the Makefile.am being generated.
2241         (func_emit_tests_Makefile_am): Execute edits that apply to the
2242         Makefile.am being generated.
2243         (func_import): Setup list of Makefile.am edits before emitting the
2244         Makefile.ams, not at the end.
2245         (func_create_testdir): Update.
2246         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2247
2248 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2249
2250         * gnulib-tool (func_import): Store the --tests-base option in the
2251         comment in gnulib-cache.m4.
2252
2253 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
2254
2255         * NEWS: Document increased portability that sys_select now provides.
2256
2257         * lib/sys_select.in.h: Install select wrapper.
2258         * lib/sys_socket.in.h: Use more descriptive name when there is no
2259         select wrapper.
2260         * lib/winsock-select.c: New.
2261         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
2262         Require gl_HEADER_SYS_SOCKET.
2263         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
2264         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
2265         * tests/test-sys_select.c: Add functional tests.
2266
2267 2008-09-24  Eric Blake  <ebb9@byu.net>
2268
2269         open, fopen: close fd leak in last patch
2270         * lib/open.c (rpl_open): Close fd before returning error.
2271         * lib/fopen.c (rpl_fopen): Close fd before returning error.
2272         * doc/posix-functions/open.texi (open): Document that Irix also
2273         has the bug.
2274         * doc/posix-functions/fopen.texi (fopen): Likewise.
2275         Reported by Paolo Bonzini.
2276
2277 2008-09-24  Bruno Haible  <bruno@clisp.org>
2278
2279         Ensure that a filename ending in a slash cannot be used to access a
2280         non-directory.
2281         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
2282         to check whether it's really a directory.
2283         * lib/fopen.c: Include fcntl.h, unistd.h.
2284         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
2285         and fdopen().
2286         * modules/fopen (Depends-on): Add unistd.
2287         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
2288         * tests/test-fopen.c (main): Likewise.
2289         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
2290         * doc/posix-functions/fopen.texi: Likewise.
2291         Reported by Eric Blake.
2292
2293 2008-09-23  Eric Blake  <ebb9@byu.net>
2294
2295         c-stack: avoid compiler optimizations when provoking overflow
2296         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
2297         recursion harder to optimize, to ensure a stack overflow occurs.
2298         * tests/test-c-stack.c (recurse): Likewise.
2299         Borrowed from libsigsegv.
2300
2301         c-stack: work around Irix sigaltstack bug
2302         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
2303         whether sigaltstack uses wrong end of stack_t (copied in part from
2304         libsigsegv).
2305         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
2306         Irix bug, without requiring an over-allocation.
2307         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
2308         bug.
2309
2310         fopen: document mingw bug on directories
2311         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
2312         not allowing a stream visiting a directory, even though reading
2313         from such a stream is not portable.
2314
2315 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2316
2317         * lib/poll.c: Rewrite.
2318         * modules/poll: Depend on alloca.
2319
2320 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2321
2322         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
2323         instead define prototypes for a full set of wrappers.  Ensure
2324         that Cygwin does not use the compatibility code, which is only
2325         for MinGW.
2326         * lib/winsock.c: New.
2327         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
2328         * modules/sys_socket: Add lib/winsock.c.
2329
2330         * modules/poll-tests: Add errno and perror.
2331         * tests/test-poll.c: Use ioctl, not ioctlsocket.
2332
2333 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
2334
2335         * tests/test-poll.c: Downgrade minimum needed Winsock version.
2336
2337 2008-09-23  Bruno Haible  <bruno@clisp.org>
2338
2339         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
2340         * doc/glibc-functions/*: Likewise.
2341
2342 2008-09-23  Simon Josefsson  <simon@josefsson.org>
2343
2344         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
2345         success.
2346
2347 2008-09-22  Eric Blake  <ebb9@byu.net>
2348             Bruno Haible  <bruno@clisp.org>
2349
2350         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
2351         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
2352         supply %A but mishandle pseudo-NaN.
2353         Reported by Simon Josefsson.
2354
2355 2008-09-21  Bruno Haible  <bruno@clisp.org>
2356
2357         * tests/test-lock.c (main): Tweak skip message.
2358         * tests/test-tls.c (main): Likewise.
2359
2360 2008-09-21  Bruno Haible  <bruno@clisp.org>
2361
2362         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
2363         whether 'struct sigaction' has sa_sigaction here...
2364         (gl_PREREQ_SIG_HANDLER_H): ... not here.
2365         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
2366
2367 2008-09-21  Bruno Haible  <bruno@clisp.org>
2368
2369         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
2370         section.
2371         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
2372         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
2373         the new section.
2374         (Support for obsolete systems lacking POSIX:2001): New section.
2375         (String handling <string.h>): Move strdup to the new section.
2376         Suggested by Simon Josefsson and Paolo Bonzini.
2377
2378 2008-09-21  Bruno Haible  <bruno@clisp.org>
2379
2380         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
2381         exponents in %e and %g results on 'long double'. Needed for mingw's
2382         improved *printf functions.
2383         * tests/test-vasprintf-posix.c (test_function): Likewise.
2384         * tests/test-snprintf-posix.h (test_function): Likewise.
2385         * tests/test-sprintf-posix.h (test_function): Likewise.
2386         Reported by Eric Blake.
2387
2388 2008-09-21  Bruno Haible  <bruno@clisp.org>
2389
2390         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
2391         * tests/test-sprintf-posix.h (test_function): Likewise.
2392
2393 2008-09-21  Bruno Haible  <bruno@clisp.org>
2394
2395         * modules/getpass (Depends-on): Add strdup-posix.
2396
2397         New module 'strdup-posix'.
2398         * modules/strdup-posix: New file.
2399         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
2400         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
2401         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2402         REPLACE_STRDUP.
2403         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
2404         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
2405         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2406         strdup-posix.
2407
2408         * modules/strdup (Depends-on): Remove malloc-posix.
2409
2410 2008-09-20  Bruno Haible  <bruno@clisp.org>
2411
2412         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
2413         Wildenhues.
2414
2415 2008-09-20  Bruno Haible  <bruno@clisp.org>
2416
2417         Ensure that wint_t gets defined on IRIX 5.3.
2418         * lib/wchar.in.h (wint_t): Define if not defined by the system.
2419         * lib/wctype.in.h (wint_t): Likewise.
2420         (__wctype_wint_t): Remove type.
2421         (isw*): Use wint_t instead of __wctype_wint_t.
2422         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
2423         * modules/wchar (Files): Add m4/wint_t.m4.
2424         (Makefile.am): Substitute HAVE_WINT_T.
2425         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
2426         * tests/test-wctype.c: Check that wint_t is defined.
2427         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
2428         * doc/posix-headers/wctype.texi: Likewise.
2429         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
2430
2431 2008-09-18  Bruno Haible  <bruno@clisp.org>
2432
2433         * gnulib-tool (func_exit): Update comment.
2434
2435 2008-09-18  Simon Josefsson  <simon@josefsson.org>
2436
2437         * modules/getaddrinfo (Depends-on): Remove strdup, this module
2438         assumes strdup exists and does not depend on strdup to return
2439         ENOMEM on out of memory conditions.
2440
2441 2008-09-18  Bruno Haible  <bruno@clisp.org>
2442
2443         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
2444         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
2445         digits for the exponent.
2446
2447 2008-09-18  Jim Meyering  <meyering@redhat.com>
2448             Bruno Haible  <bruno@clisp.org>
2449
2450         * lib/vasnprintf.c (decimal_point_char): Define also if
2451         NEED_PRINTF_INFINITE_LONG_DOUBLE.
2452
2453 2008-09-16  Bruno Haible  <bruno@clisp.org>
2454         and Eric Blake  <ebb9@byu.net>
2455
2456         vasnprintf: support Irix 5.3
2457         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
2458         that mishandle long double infinity.
2459         Reported by Tom G. Christensen.
2460
2461 2008-09-16  Bruno Haible  <bruno@clisp.org>
2462
2463         * doc/glibc-functions/scandir.texi: Mention the function is missing on
2464         Solaris 9.
2465         * doc/glibc-functions/alphasort.texi: Likewise.
2466         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
2467
2468 2008-09-16  Jim Meyering  <meyering@redhat.com>
2469
2470         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
2471         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
2472         a umask modification leak out of a subshell.  Otherwise, the
2473         opensolaris /bin/sh would be accepted and thus cause unwarranted
2474         failures in the coreutils test suite.
2475
2476 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
2477
2478         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
2479         to succeed.
2480
2481 2008-09-16  Jim Meyering  <meyering@redhat.com>
2482
2483         avoid spurious test failure when library is built without ACL support
2484         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
2485         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
2486         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
2487         * tests/test-copy-acl.sh: Likewise.
2488
2489 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2490
2491         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
2492         based on character occurrence counts.
2493
2494 2008-09-15  Eric Blake  <ebb9@byu.net>
2495
2496         tests: avoid some compiler warnings
2497         * tests/test-memchr.c (main): Pass NULL indirectly.
2498         * tests/test-closein.c (main): Avoid unused variable.
2499
2500 2008-09-15  Bruno Haible  <bruno@clisp.org>
2501
2502         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
2503         are missing on OpenBSD 4.0 individually.
2504         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2505
2506 2008-09-15  Bruno Haible  <bruno@clisp.org>
2507
2508         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
2509         * doc/posix-functions/strerror.texi: Mention also Cygwin.
2510         * doc/posix-functions/perror.texi: Likewise.
2511         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
2512         is missing.
2513         Reported by Eric Blake.
2514
2515         * lib/errno.in.h: Use replacement values >= 2000.
2516         Reported by Eric Blake.
2517
2518 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2519
2520         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
2521         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
2522         limit.
2523         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
2524         compareseq was aborted.
2525
2526 2008-09-14  Bruno Haible  <bruno@clisp.org>
2527
2528         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
2529         yvec_edit_count.
2530         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
2531         (fstrcmp_bounded): Simplify result computation accordingly.
2532
2533 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2534
2535         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
2536         (fstrcmp): Define in terms of fstrcmp_bounded.
2537         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
2538         lower_bound argument.
2539         Return quickly if the result is certainly < lower_bound.
2540         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
2541
2542 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2543
2544         * lib/diffseq.h (EARLY_ABORT): New macro.
2545         (compareseq): Change return type to bool. Return true when EARLY_ABORT
2546         evaluates to true.
2547
2548 2008-09-14  Bruno Haible  <bruno@clisp.org>
2549
2550         * modules/perror-tests: New file.
2551         * tests/test-perror.sh: New file.
2552         * tests/test-perror.c: New file.
2553
2554         New module 'perror'.
2555         * lib/stdio.in.h (perror): New declaration.
2556         * lib/perror.c: New file.
2557         * m4/perror.m4: New file.
2558         * modules/perror: New file.
2559         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
2560         * doc/posix-functions/perror.texi: Mention the perror module.
2561         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
2562         REPLACE_PERROR.
2563         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
2564         REPLACE_PERROR.
2565
2566 2008-09-14  Bruno Haible  <bruno@clisp.org>
2567
2568         * modules/stdio (Makefile.am): Reorder to match the order in
2569         lib/stdio.in.h.
2570         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
2571
2572 2008-09-13  Bruno Haible  <bruno@clisp.org>
2573
2574         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
2575
2576 2008-09-13  Bruno Haible  <bruno@clisp.org>
2577
2578         Extend strerror to cover the added errno values.
2579         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
2580         (rpl_strerror): Provide error messages for the added errno values and
2581         for the WSA* values.
2582         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
2583         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
2584         strerror.
2585         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
2586         * modules/strerror (Depends-on): Add errno.
2587         * doc/posix-functions/strerror.texi: Document the change.
2588         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
2589         and EOVERFLOW.
2590
2591 2008-09-13  Bruno Haible  <bruno@clisp.org>
2592
2593         * modules/EOVERFLOW: Remove file.
2594         * m4/eoverflow.m4: Remove file.
2595         * modules/EOVERFLOW-tests: Remove file.
2596         * tests/test-EOVERFLOW.c: Remove file.
2597         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
2598         * modules/ftell (Depends-on): Likewise.
2599         * modules/getdelim (Depends-on): Likewise.
2600         * modules/getugroups (Depends-on): Likewise.
2601         * modules/poll (Depends-on): Likewise.
2602         * modules/snprintf (Depends-on): Likewise.
2603         * modules/sprintf-posix (Depends-on): Likewise.
2604         * modules/vasnprintf (Depends-on): Likewise.
2605         * modules/vasprintf (Depends-on): Likewise.
2606         * modules/vfprintf-posix (Depends-on): Likewise.
2607         * modules/vsnprintf (Depends-on): Likewise.
2608         * modules/vsprintf-posix (Depends-on): Likewise.
2609         * modules/xvasprintf (Depends-on): Likewise.
2610         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2611         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
2612         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
2613         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
2614         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2615         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
2616         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
2617         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
2618         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2619         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
2620         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
2621         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
2622         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2623         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
2624         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
2625         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
2626         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2627         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
2628         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
2629         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
2630         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2631         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
2632         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
2633         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
2634         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
2635         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2636         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
2637         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
2638         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
2639         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
2640         * MODULES.html.sh: Remove EOVERFLOW.
2641         * NEWS: Mention the change.
2642
2643 2008-09-13  Bruno Haible  <bruno@clisp.org>
2644
2645         * modules/errno-tests: New file.
2646         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
2647
2648         * lib/errno.in.h: New file.
2649         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
2650         * modules/errno: New file.
2651         * doc/posix-headers/errno.texi: Update documentation.
2652         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
2653
2654 2008-09-13  Bruno Haible  <bruno@clisp.org>
2655
2656         * tests/test-poll.c: Use #if for native Windows, rather than testing
2657         __MSVCRT__.
2658
2659 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2660             Bruno Haible  <bruno@clisp.org>
2661
2662         * lib/glob.c: Don't include <pwd.h> on native Windows.
2663         (WINDOWS32): New macro.
2664         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
2665
2666 2008-09-13  Bruno Haible  <bruno@clisp.org>
2667
2668         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
2669         (ETIMEDOUT): Remove macro.
2670         (glthread_cond_timedwait_multithreaded): New declaration.
2671         (glthread_cond_timedwait): Use it.
2672         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
2673         (glthread_cond_timedwait_multithreaded): New function.
2674
2675 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2676
2677         * modules/poll-tests: Do not check for io.h.
2678         * tests/test-poll.c: Check for __MSVCRT__ instead.
2679
2680 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2681
2682         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
2683         * modules/poll-tests: Add inet_pton, stdbool, sockets.
2684         * tests/test-poll.c: Use them.  Use _pipe on Windows.
2685
2686 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
2687
2688         * modules/poll-tests: New.
2689         * tests/test-poll.c: New.
2690
2691 2008-09-12  Eric Blake  <ebb9@byu.net>
2692
2693         frexp: test for NetBSD failure on -0.0
2694         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
2695         not all, bugs from NetBSD 3.0 have been fixed.
2696         * doc/posix-functions/frexp.texi (frexp): Document bug.
2697         Reported by Thomas Klausner.
2698
2699         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
2700         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
2701         literal -0.0.
2702         Reported by Jonathan C. Patschke <jp@centtech.com>.
2703
2704 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2705
2706         * lib/glthread/cond.h: Use dummy implementation also if
2707         USE_WIN32_THREADS.
2708
2709 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2710
2711         * modules/fnmatch-posix (License): Change to LGPLv2+.
2712         * modules/fnmatch-gnu (License): Likewise.
2713
2714 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2715
2716         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
2717
2718 2008-09-11  Jim Meyering  <meyering@redhat.com>
2719
2720         * users.txt: Add gtk-vnc.
2721
2722 2008-09-08  Simon Josefsson  <simon@josefsson.org>
2723
2724         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
2725         rotate amounts.
2726
2727         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
2728         required for 16-bit and 8-bit rotates.
2729         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
2730         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
2731         UINT8_MAX instead of hard-coded constants.
2732         Suggested by Paul Eggert.
2733
2734 2008-09-07  Bruno Haible  <bruno@clisp.org>
2735
2736         * tests/test-striconveh.c (main): Check behaviour when converting from
2737         UTF-7.
2738
2739         Make striconveh work better with stateful encodings.
2740         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
2741         that iconv does not increment the inptr when returning -1/EINVAL.
2742
2743 2008-09-07  Bruno Haible  <bruno@clisp.org>
2744
2745         * build-aux/config.rpath: Update according to libtool-2.2.6.
2746         * build-aux/config.libpath: Likewise.
2747
2748 2008-09-06  Bruno Haible  <bruno@clisp.org>
2749
2750         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
2751         * lib/freadptr.c (freadptr): Likewise.
2752         * lib/freadseek.c (freadptrinc): Likewise.
2753         Reported by Simon Josefsson.
2754
2755 2008-09-06  Bruno Haible  <bruno@clisp.org>
2756
2757         * modules/freadptr (License): Change to LGPLv2+.
2758         * modules/freadseek (License): Likewise.
2759         Suggested by Eric Blake.
2760
2761         * modules/memchr2 (License): Change to LGPLv2+.
2762         Approved by Eric Blake.
2763
2764 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2765             Bruno Haible  <bruno@clisp.org>
2766
2767         Make gnulib-tool work with native 'sed' on AIX.
2768         * gnulib-tool (sed_noop): New variable.
2769         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
2770         func_add_or_update, func_create_testdir): Use it to initialize sed
2771         script variables.
2772         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2773
2774 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
2775             Bruno Haible  <bruno@clisp.org>
2776
2777         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
2778         also works after #include directives.
2779
2780 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
2781
2782         getdate.y: reject an out-of-range timezone value
2783         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
2784         the range [-24...+24].  When specified with only one or two digits,
2785         * tests/test-getdate.c: Tests for the fix.
2786         * doc/getdate.texi: Document this change.
2787
2788 2008-09-03  Bruno Haible  <bruno@clisp.org>
2789
2790         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
2791
2792 2008-09-02  Simon Josefsson  <simon@josefsson.org>
2793
2794         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
2795         <bruce.korb@gmail.com> with ideas from Ben Pfaff
2796         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
2797         Blake <ebb9@byu.net>.
2798
2799         * tests/test-bitrotate.c: Add more test vectors.
2800
2801 2008-09-02  Eric Blake  <ebb9@byu.net>
2802
2803         vasnprintf-posix: handle large precision via %.*d
2804         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
2805         when handling it ourselves.
2806         * tests/test-vasnprintf-posix.c (test_function): Add test.
2807         * tests/test-snprintf-posix.h (test_function): Likewise.
2808         * tests/test-sprintf-posix.h (test_function): Likewise.
2809         * tests/test-vasprintf-posix.c (test_function): Likewise.
2810         Reported by Alain Guibert.
2811
2812 2008-09-01  Eric Blake  <ebb9@byu.net>
2813
2814         c-stack: make configure-time check more robust
2815         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
2816         successful sigaction call.
2817         Reported by Tom G. Christensen.
2818
2819 2008-09-01  Bruno Haible  <bruno@clisp.org>
2820
2821         New module 'findprog-lgpl'.
2822         * modules/findprog-lgpl: New file.
2823         * lib/findprog-lgpl.c: New file.
2824         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
2825         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
2826         to decide whether to use strdup or xstrdup, concatenated_filename or
2827         xconcatenated_filename.
2828
2829 2008-09-01  Bruno Haible  <bruno@clisp.org>
2830
2831         Split module 'concat-filename' into 'concat-filename' (LGPL) and
2832         'xconcat-filename' (GPL).
2833         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
2834         (License): Change to LGPLv2+.
2835         * modules/xconcat-filename: New file.
2836         * lib/concat-filename.h (concatenated_filename): Change specification.
2837         (xconcatenated_filename): New declaration.
2838         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
2839         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
2840         memory situations.
2841         * lib/xconcat-filename.c: New file.
2842         * NEWS: Mention the change.
2843         * lib/findprog.c: Include concat-filename.h, not filename.h.
2844         (find_in_path): Use xconcatenated_filename instead of
2845         concatenated_filename.
2846         * lib/javacomp.c: Include concat-filename.h, not filename.h.
2847         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2848         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2849         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2850         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
2851         instead of concatenated_filename.
2852         * lib/javaexec.c: Include concat-filename.h, not filename.h.
2853         (execute_java_class): Use xconcatenated_filename instead of
2854         concatenated_filename.
2855         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
2856         * modules/javacomp (Depends-on): Likewise.
2857         * modules/javaexec (Depends-on): Likewise.
2858
2859 2008-09-01  Bruno Haible  <bruno@clisp.org>
2860
2861         Split module 'filename' into 'filename' and 'concat-filename'.
2862         * modules/filename: Keep only lib/filename.h.
2863         (License): Change to LGPLv2+.
2864         * modules/concat-filename: New file, extracted from modules/filename.
2865         * lib/filename.h (concatenated_filename): Remove declaration.
2866         * lib/concat-filename.h: New file, extracted from lib/filename.h.
2867         * lib/concat-filename.c: Include concat-filename.h.
2868         * NEWS: Mention the change.
2869
2870 2008-09-01  Simon Josefsson  <simon@josefsson.org>
2871
2872         * lib/bitrotate.h (rotl8, rotr8): Add.
2873
2874         * modules/bitrotate (configure.ac): Need
2875         AC_REQUIRE([AC_C_INLINE]).
2876         (Description): Mention stdint.h.  Reported by Bruno Haible
2877         <bruno@clisp.org>.
2878
2879         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
2880         Paolo Bonzini <bonzini@gnu.org>.
2881
2882 2008-08-31  Bruno Haible  <bruno@clisp.org>
2883
2884         Assume Solaris specific bi-arch conventions on Solaris systems.
2885         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
2886         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
2887         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
2888         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
2889         like acl_libdirstem.
2890         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
2891         acl_libdirstem.
2892         * NEWS: Mention the change.
2893         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
2894
2895 2008-08-31  Jim Meyering  <meyering@redhat.com>
2896
2897         * lib/strftime.h: Add comments describing the two added arguments.
2898
2899         remove duplicate #include directives
2900         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
2901         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
2902
2903 2008-08-31  Bruno Haible  <bruno@clisp.org>
2904
2905         New module 'sigpipe-die'.
2906         * modules/sigpipe-die: New file.
2907         * lib/sigpipe-die.h: New file.
2908         * lib/sigpipe-die.c: New file.
2909         * MODULES.html.sh (Signal handling): Add sigpipe-die.
2910
2911 2008-08-31  Bruno Haible  <bruno@clisp.org>
2912
2913         Don't override previously installed signal handlers.
2914         * lib/fatal-signal.c (saved_sigactions): New variable.
2915         (uninstall_handlers): Reset the signal to the saved handler, not
2916         to SIG_DFL (except when ignored).
2917         (install_handlers): Save the previous handlers.
2918
2919 2008-08-30  Bruno Haible  <bruno@clisp.org>
2920
2921         * gnulib-tool (func_reset_sigpipe): New function.
2922         (func_get_automake_snippet, func_modules_transitive_closure,
2923         func_import): Invoke it before a join command that reads from stdin,
2924         to avoid "echo: write error: Broken pipe" error messages on stderr.
2925         Reported by Sam Steingold <sds@gnu.org>.
2926
2927 2008-08-30  Bruno Haible  <bruno@clisp.org>
2928
2929         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
2930         Code copied from m4/open.m4.
2931         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
2932         access and the filename ends in a slash. Code copied from lib/open.c.
2933         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
2934         * tests/test-fopen.c (main): Check against bug with trailing slash.
2935
2936 2008-08-29  Bruno Haible  <bruno@clisp.org>
2937
2938         Avoid some "gcc -pedantic" warnings.
2939         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
2940         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
2941         * lib/dirent.in.h: Likewise.
2942         * lib/fcntl.in.h: Likewise.
2943         * lib/float.in.h: Likewise.
2944         * lib/iconv.in.h: Likewise.
2945         * lib/inttypes.in.h: Likewise.
2946         * lib/locale.in.h: Likewise.
2947         * lib/math.in.h: Likewise.
2948         * lib/netinet_in.in.h: Likewise.
2949         * lib/search.in.h: Likewise.
2950         * lib/signal.in.h: Likewise.
2951         * lib/stdarg.in.h: Likewise.
2952         * lib/stdint.in.h: Likewise.
2953         * lib/stdio.in.h: Likewise.
2954         * lib/stdlib.in.h: Likewise.
2955         * lib/string.in.h: Likewise.
2956         * lib/strings.in.h: Likewise.
2957         * lib/sys_select.in.h: Likewise.
2958         * lib/sys_socket.in.h: Likewise.
2959         * lib/sys_stat.in.h: Likewise.
2960         * lib/sys_time.in.h: Likewise.
2961         * lib/sysexits.in.h: Likewise.
2962         * lib/time.in.h: Likewise.
2963         * lib/unistd.in.h: Likewise.
2964         * lib/wchar.in.h: Likewise.
2965         * lib/wctype.in.h: Likewise.
2966         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
2967         * modules/fchdir (Makefile.am): Likewise.
2968         * modules/fcntl (Makefile.am): Likewise.
2969         * modules/float (Makefile.am): Likewise.
2970         * modules/iconv_open (Makefile.am): Likewise.
2971         * modules/inttypes (Makefile.am): Likewise.
2972         * modules/locale (Makefile.am): Likewise.
2973         * modules/math (Makefile.am): Likewise.
2974         * modules/netinet_in (Makefile.am): Likewise.
2975         * modules/search (Makefile.am): Likewise.
2976         * modules/signal (Makefile.am): Likewise.
2977         * modules/stdarg (Makefile.am): Likewise.
2978         * modules/stdint (Makefile.am): Likewise.
2979         * modules/stdio (Makefile.am): Likewise.
2980         * modules/stdlib (Makefile.am): Likewise.
2981         * modules/string (Makefile.am): Likewise.
2982         * modules/strings (Makefile.am): Likewise.
2983         * modules/sys_select (Makefile.am): Likewise.
2984         * modules/sys_socket (Makefile.am): Likewise.
2985         * modules/sys_stat (Makefile.am): Likewise.
2986         * modules/sys_time (Makefile.am): Likewise.
2987         * modules/sysexits (Makefile.am): Likewise.
2988         * modules/time (Makefile.am): Likewise.
2989         * modules/unistd (Makefile.am): Likewise.
2990         * modules/wchar (Makefile.am): Likewise.
2991         * modules/wctype (Makefile.am): Likewise.
2992         Reported by Reuben Thomas <rrt@sc3d.org>.
2993
2994 2008-08-29  Bruno Haible  <bruno@clisp.org>
2995
2996         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
2997         any more.
2998
2999 2008-08-29  Simon Josefsson  <simon@josefsson.org>
3000
3001         * MODULES.html.sh (Misc): Add bitrotate.
3002
3003         * modules/bitrotate: New file.
3004
3005         * lib/bitrotate.h: New file.
3006
3007         * modules/bitrotate-tests: New file.
3008
3009         * tests/test-bitrotate.c: New file.
3010
3011         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
3012         on the bitrotate module.
3013
3014         * lib/arctwo.c: Use new bitrotate module.
3015
3016 2008-08-29  Jim Meyering  <meyering@redhat.com>
3017
3018         bootstrap: merge changes from coreutils
3019         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
3020         of copied files.  Remove a kludge, now that this is fixed.
3021         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
3022         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
3023         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
3024
3025 2008-08-29  Bruno Haible  <bruno@clisp.org>
3026
3027         * MODULES.html.sh: Remove --cvs-urls option.
3028
3029 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
3030
3031         maint.mk: adjust to file name change
3032         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
3033
3034 2008-08-28  Jim Meyering  <meyering@redhat.com>
3035
3036         * modules/getndelim2 (License): Relicense to LGPLv2+.
3037         Approved by Richard Stallman for the version of 1995, and by
3038         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
3039
3040 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
3041
3042         * lib/getdelim.c (flockfile, funlockfile): Make all of them
3043         dummy if one is not available.  Do not touch them if
3044         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
3045         (getc_maybe_unlocked): New.
3046         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
3047
3048 2008-08-26  Eric Blake  <ebb9@byu.net>
3049
3050         doc/INSTALL: resync from autoconf
3051         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
3052         (INSTALL_PRELUDE): Delete; this is done more efficiently by
3053         moving...
3054         * install.texi [!autoconf]: ...here.  Resync from autoconf.
3055         * INSTALL: Regenerate.
3056         * INSTALL.ISO: New file.
3057         * INSTALL.UTF-8: Likewise.
3058
3059 2008-08-26  Jim Meyering  <meyering@redhat.com>
3060
3061         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
3062         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
3063         these definitions conditional, so that they may be overridden, too.
3064
3065 2008-08-26  Bruno Haible  <bruno@clisp.org>
3066
3067         Generate INSTALL file variants with prettier quotes.
3068         * doc/Makefile (INSTALL_PRELUDE): New macro.
3069         (INSTALL): Use it.
3070         (INSTALL.ISO, INSTALL.UTF-8): New rules.
3071
3072 2008-08-26  Bruno Haible  <bruno@clisp.org>
3073
3074         Run makeinfo in an English locale.
3075         * doc/Makefile (MAKEINFO): New variable.
3076
3077 2008-08-26  Bruno Haible  <bruno@clisp.org>
3078
3079         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
3080         Suggested by Eric Blake.
3081
3082 2008-08-25  Bruno Haible  <bruno@clisp.org>
3083
3084         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
3085
3086 2008-08-25  Eric Blake  <ebb9@byu.net>
3087
3088         c-stack: test that stack overflow can be caught
3089         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
3090         that platform allows handling stack overflow; at least OS/2 EMX
3091         has sigaltstack, but crashes before transferring control to
3092         handler on stack overflow.
3093         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
3094         check for HAVE_STACK_OVERFLOW_HANDLING.
3095         Reported by Elbert Pol.
3096
3097 2008-08-25  Bruno Haible  <bruno@clisp.org>
3098
3099         * doc/posix-functions/strftime.texi: Fix description of strftime
3100         module.
3101
3102 2008-08-24  Bruno Haible  <bruno@clisp.org>
3103
3104         * tests/uniwidth/test-uc_width2.c: New file.
3105         * tests/uniwidth/test-uc_width2.sh: New file.
3106         * modules/uniwidth/width-tests (Files): Add the new files.
3107         (TESTS): Add uniwidth/test-uc_width2.sh.
3108         (TESTS_ENVIRONMENT): New variable.
3109         (check_PROGRAMS): Add test-uc_width2.
3110         (test_uc_width2_SOURCES): New variable.
3111
3112         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
3113         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
3114         not 0x00AB.
3115         Reported by Alexander V. Lukyanov <lav@netis.ru>.
3116
3117 2008-08-22  Eric Blake  <ebb9@byu.net>
3118
3119         test-lock, test-tls: mention why a test is skipped
3120         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
3121         skipped.
3122         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
3123
3124         count-one-bits: relax license
3125         * modules/count-one-bits (License): Relicense to LGPLv2+.
3126         Suggested by Ludovic Courtès, approved by Ben Pfaff.
3127
3128 2008-08-22  Andreas Schwab  <schwab@suse.de>
3129
3130         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3131         Remove spurious space in assignment.
3132
3133 2008-08-21  Simon Josefsson  <simon@josefsson.org>
3134
3135         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
3136         Paul Eggert <eggert@CS.UCLA.EDU>.
3137
3138 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
3139
3140         * modules/gettext: Add m4/threadlib.m4.
3141
3142 2008-08-19  Eric Blake  <ebb9@byu.net>
3143
3144         test-c-stack: fix compilation failure on FreeBSD 5.0
3145         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
3146         headers before <sys/resource.h>.
3147         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
3148         the bug.
3149         Reported by Nelson H. F. Beebe.
3150
3151         strverscmp: migrate from "strverscmp.h" to <string.h>
3152         * modules/string (Makefile.am): Add new hooks.
3153         * modules/strverscmp (Files): Remove strverscmp.h.
3154         (Depends-on): Add string.
3155         (configure.ac): Add indicator.
3156         (Include): Mention new header.
3157         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
3158         defaults.
3159         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
3160         results.
3161         * lib/strverscmp.h: Delete.
3162         * lib/string.in.h (strverscmp): Provide declaration, when needed.
3163         * tests/test-strverscmp.c (includes): Adjust client.
3164         * lib/check-version.c (includes): Likewise.
3165         * NEWS: Document the change.
3166
3167         strverscmp: add unit test
3168         * modules/strverscmp-tests: New file.
3169         * tests/test-strverscmp.c: Likewise.
3170
3171 2008-08-19  Simon Josefsson  <simon@josefsson.org>
3172
3173         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
3174         regarding Windows crypto stuff, from Mono.
3175
3176 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
3177
3178         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
3179         if present, for intel RND.  Return error on failures.
3180
3181 2008-08-18  Ben Pfaff  <blp@gnu.org>
3182
3183         gitlog-to-changelog: give better diagnostic for failed pipe-open
3184         * build-aux/gitlog-to-changelog: Improve error message: suggest
3185         that the version of Git may be too old.
3186
3187 2008-08-18  Simon Josefsson  <simon@josefsson.org>
3188
3189         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
3190         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
3191
3192 2008-08-18  Bruno Haible  <bruno@clisp.org>
3193
3194         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
3195         pthread_in_use().
3196
3197 2008-08-18  Bruno Haible  <bruno@clisp.org>
3198
3199         * lib/glthread/threadlib.c: Include <pthread.h>.
3200
3201 2008-08-18  Bruno Haible  <bruno@clisp.org>
3202
3203         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
3204         glthread_recursive_lock_* macros.
3205         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
3206         Fix syntax error.
3207
3208 2008-08-18  Bruno Haible  <bruno@clisp.org>
3209
3210         * lib/glthread/thread.c: Avoid forcing a context switch right after
3211         thread creation.
3212
3213 2008-08-17  Bruno Haible  <bruno@clisp.org>
3214
3215         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
3216         * lib/glthread/thread.h: Provide Win32 specific implementation.
3217         * modules/thread (Files): Add lib/glthread/thread.c.
3218         (Depends-on): Add lock.
3219         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
3220
3221 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3222
3223         New module 'yield'.
3224         * modules/yield: New file.
3225         * lib/glthread/yield.h: New file.
3226         * m4/yield.m4: New file.
3227         * MODULES.html.sh (Multithreading): Add yield.
3228
3229 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3230
3231         New module 'thread'.
3232         * modules/thread: New file.
3233         * lib/glthread/thread.h: New file.
3234         * m4/thread.m4: New file.
3235         * MODULES.html.sh (Multithreading): Add thread.
3236
3237 2008-08-17  Bruno Haible  <bruno@clisp.org>
3238
3239         * lib/glthread/lock.h: Include <stdlib.h> always.
3240         * lib/glthread/tls.h: Likewise.
3241         * lib/glthread/cond.h: Likewise.
3242
3243 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3244
3245         New module 'cond'.
3246         * modules/cond: New file.
3247         * lib/glthread/cond.h: New file.
3248         * lib/glthread/cond.c: New file.
3249         * m4/cond.m4: New file.
3250         * MODULES.html.sh (Multithreading): Add cond.
3251
3252 2008-08-16  Eric Blake  <ebb9@byu.net>
3253
3254         c-stack: fix regression on Irix 5.3 from 2008-06-21
3255         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
3256         sa_sigaction...
3257         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
3258         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
3259         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
3260         * modules/signal (Makefile.am): Use the value.
3261         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
3262         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
3263         * doc/posix-headers/signal.texi (signal.h): Document this
3264         portability issue.
3265         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
3266         Reported by Tom G. Christensen.
3267
3268 2008-08-17  Bruno Haible  <bruno@clisp.org>
3269
3270         New module 'threadlib'.
3271         * modules/threadlib: New file.
3272         * lib/glthread/threadlib.c: New file, extracted from
3273         lib/glthread/lock.c.
3274         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
3275         functions.
3276         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
3277         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
3278         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
3279         macros.
3280         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
3281         (gl_DISABLE_THREADS): Remove macro.
3282         * modules/lock (Files): Remove build-aux/config.rpath.
3283         (Depends-on): Remove havelib. Add threadlib.
3284         (configure.ac-early): Remove section.
3285         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
3286         * modules/tls (Depends-on): Remove lock. Add threadlib.
3287         (Link): New section, copied from threadlib.
3288         * MODULES.html.sh (Multithreading): Add threadlib.
3289
3290 2008-08-14  Bruno Haible  <bruno@clisp.org>
3291
3292         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
3293         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
3294         glthread_rwlock_unlock, glthread_rwlock_destroy,
3295         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
3296         glthread_recursive_lock_destroy): Define as macros always.
3297         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
3298         glthread_lock_lock.
3299         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
3300         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
3301         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
3302         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
3303         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
3304         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
3305         (glthread_recursive_lock_lock_func): Renamed from
3306         glthread_recursive_lock_lock.
3307         (glthread_recursive_lock_unlock_func): Renamed from
3308         glthread_recursive_lock_unlock.
3309         (glthread_recursive_lock_destroy_func): Renamed from
3310         glthread_recursive_lock_destroy.
3311
3312 2008-08-14  Bruno Haible  <bruno@clisp.org>
3313
3314         * lib/glthread/lock.h: Renamed from lib/lock.h.
3315         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
3316         * lib/glthread/tls.h: Renamed from lib/tls.h.
3317         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
3318         * lib/fstrcmp.c: Update includes.
3319         * lib/strsignal.c: Update includes.
3320         * modules/lock (Files, Makefile.am): Update.
3321         (Include): Change to "glthread/lock.h".
3322         * modules/tls (Files, Makefile.am): Update.
3323         (Include): Change to "glthread/tls.h".
3324         * tests/test-lock.c: Update includes.
3325         * tests/test-tls.c: Update includes.
3326         * NEWS: Mention the renamed header files.
3327
3328 2008-08-11  Jim Meyering  <meyering@redhat.com>
3329
3330         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
3331
3332 2008-08-11  Eric Blake  <ebb9@byu.net>
3333
3334         test-c-stack: avoid C99-ism
3335         * tests/test-c-stack.c (main): Fix whitespace, move declaration
3336         before statement.
3337         Reported by Alain Guibert.
3338
3339 2008-08-10  Jim Meyering  <meyering@redhat.com>
3340
3341         ensure that return value of uinttostr et al are not ignored
3342         * lib/inttostr.h (__GNUC_PREREQ): Define.
3343         (__attribute_warn_unused_result__): Define.
3344         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
3345
3346 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
3347
3348         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
3349         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
3350
3351 2008-08-07  Jim Meyering  <meyering@redhat.com>
3352
3353         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
3354
3355         * modules/mkstemp (License): Relicense under LGPLv2+.
3356         * modules/tempname (License): Likewise.
3357
3358 2008-08-06  Bruno Haible  <bruno@clisp.org>
3359
3360         * lib/poll.c (poll): Further micro-optimization.
3361
3362 2008-08-06  Jim Meyering  <meyering@redhat.com>
3363
3364         inet_pton.c: use locale-independent tolower
3365         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
3366         (inet_pton6): Use c_tolower rather than tolower.
3367         * modules/inet_pton (Depends-on): Add c-ctype.
3368
3369 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
3370
3371         * lib/poll.c (poll): Avoid division when timeout is 0, cache
3372         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
3373
3374 2008-08-06  Jim Meyering  <meyering@redhat.com>
3375
3376         * modules/inet_pton (License): Relicense under LGPLv2+.
3377
3378 2008-08-03  Bruno Haible  <bruno@clisp.org>
3379
3380         Additional non-aborting API for lock and tls.
3381         * lib/lock.h: Include <errno.h>.
3382         (glthread_lock_init): New macro/function.
3383         (gl_lock_init): Define as wrapper around glthread_lock_init.
3384         (glthread_lock_lock): New macro/function.
3385         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
3386         (glthread_lock_unlock): New macro/function.
3387         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
3388         (glthread_lock_destroy): New macro/function.
3389         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
3390         (glthread_rwlock_init): New macro/function.
3391         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
3392         (glthread_rwlock_rdlock): New macro/function.
3393         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
3394         (glthread_rwlock_wrlock): New macro/function.
3395         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
3396         (glthread_rwlock_unlock): New macro/function.
3397         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
3398         (glthread_rwlock_destroy): New macro/function.
3399         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
3400         (glthread_recursive_lock_init): New macro/function.
3401         (gl_recursive_lock_init): Define as wrapper around
3402         glthread_recursive_lock_init.
3403         (glthread_recursive_lock_lock): New macro/function.
3404         (gl_recursive_lock_lock): Define as wrapper around
3405         glthread_recursive_lock_lock.
3406         (glthread_recursive_lock_unlock): New macro/function.
3407         (gl_recursive_lock_unlock): Define as wrapper around
3408         glthread_recursive_lock_unlock.
3409         (glthread_recursive_lock_destroy): New macro/function.
3410         (gl_recursive_lock_destroy): Define as wrapper around
3411         glthread_recursive_lock_destroy.
3412         (glthread_once): New macro/function.
3413         (gl_once): Define as wrapper around glthread_once.
3414         Update function declarations.
3415         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
3416         glthread_rwlock_init. Return error code.
3417         (glthread_rwlock_rdlock_multithreaded): Renamed from
3418         glthread_rwlock_rdlock. Return error code.
3419         (glthread_rwlock_wrlock_multithreaded): Renamed from
3420         glthread_rwlock_wrlock. Return error code.
3421         (glthread_rwlock_unlock_multithreaded): Renamed from
3422         glthread_rwlock_unlock. Return error code.
3423         (glthread_rwlock_destroy_multithreaded): Renamed from
3424         glthread_rwlock_destroy. Return error code.
3425         (glthread_recursive_lock_init_multithreaded): Renamed from
3426         glthread_recursive_lock_init. Return error code.
3427         (glthread_recursive_lock_lock_multithreaded): Renamed from
3428         glthread_recursive_lock_lock. Return error code.
3429         (glthread_recursive_lock_unlock_multithreaded): Renamed from
3430         glthread_recursive_lock_unlock. Return error code.
3431         (glthread_recursive_lock_destroy_multithreaded): Renamed from
3432         glthread_recursive_lock_destroy. Return error code.
3433         (glthread_once_call): Make static.
3434         (glthread_once_multithreaded): Renamed from glthread_once.
3435         * lib/tls.h: Include <errno.h>.
3436         (glthread_tls_key_init): New macro/function.
3437         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
3438         (glthread_tls_set): New macro/function.
3439         (gl_tls_set): Define as wrapper around glthread_tls_set.
3440         (glthread_tls_key_destroy): New macro/function.
3441         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
3442         Update function declarations.
3443         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
3444         glthread_tls_get.
3445         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
3446
3447 2008-08-04  Eric Blake  <ebb9@byu.net>
3448
3449         gnumakefile: use space, not TAB, outside of targets
3450         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
3451
3452 2008-08-02  Jim Meyering  <meyering@redhat.com>
3453
3454         getdate.y: avoid locale-dependent date parsing failure
3455         In Turkish locales, getdate would fail to recognize keywords
3456         containing a lowercase "i".  The solution is not to rely on
3457         locale-sensitive case-conversion.
3458         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
3459         (lookup_word): Use c_toupper in place of toupper.
3460         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
3461         Reported by Vefa Bicakci <bicave@superonline.com> in
3462         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
3463         * modules/getdate (Depends-on): Add c-ctype.
3464
3465 2008-08-02  Bruno Haible  <bruno@clisp.org>
3466
3467         * gnulib-tool (func_import): When updating or creating a .gitignore
3468         file, prepend each added line with a slash, and ignore leading slashes
3469         from the existing lines.
3470         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
3471
3472 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3473
3474         Portability fix for GNU make 3.79.1.
3475         * top/GNUmakefile: Avoid 'else COND', which older GNU make
3476         versions do not understand.
3477
3478 2008-08-01  Bruno Haible  <bruno@clisp.org>
3479
3480         Work around bug of HP-UX 10.20 cc with -0.0 literal.
3481         * tests/test-isnanf.h (zero): New variable.
3482         (main): Avoid literal -0.0f.
3483         * tests/test-isnand.h (zero): New variable.
3484         (main): Avoid literal -0.0.
3485         * tests/test-isnanl.h (zero): New variable.
3486         (main): Avoid literal -0.0L.
3487         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
3488         (test_float, test_double, test_long_double): Avoid literals -0.0f,
3489         -0.0, -0.0L.
3490         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
3491         (test_signbitd): Avoid literal -0.0.
3492         (test_signbitl): Avoid literal -0.0L.
3493         * tests/test-ceilf1.c (zero): New variable.
3494         (main): Avoid literal -0.0f.
3495         * tests/test-ceill.c (zero): New variable.
3496         (main): Avoid literal -0.0L.
3497         * tests/test-floorf1.c (zero): New variable.
3498         (main): Avoid literal -0.0f.
3499         * tests/test-floorl.c (zero): New variable.
3500         (main): Avoid literal -0.0L.
3501         * tests/test-roundf1.c (zero): New variable.
3502         (main): Avoid literal -0.0f.
3503         * tests/test-round1.c (zero): New variable.
3504         (main): Avoid literal -0.0.
3505         * tests/test-roundl.c (zero): New variable.
3506         (main): Avoid literal -0.0L.
3507         * tests/test-truncf1.c (zero): New variable.
3508         (main): Avoid literal -0.0f.
3509         * tests/test-trunc1.c (zero): New variable.
3510         (main): Avoid literal -0.0.
3511         * tests/test-truncl.c (zero): New variable.
3512         (main): Avoid literal -0.0L.
3513         * tests/test-frexp.c (zero): New variable.
3514         (main): Avoid literal -0.0.
3515         * tests/test-frexpl.c (zero): New variable.
3516         (main): Avoid literal -0.0L.
3517         * tests/test-ldexpl.c (zero): New variable.
3518         (main): Avoid literal -0.0L.
3519         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3520         (zerod, zerol): New variables.
3521         (test_function): Avoid literals -0.0, -0.0L.
3522         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
3523         (zerod, zerol): New variables.
3524         (test_function): Avoid literals -0.0, -0.0L.
3525         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3526         (zerod, zerol): New variables.
3527         (test_function): Avoid literals -0.0, -0.0L.
3528         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
3529         (zerod, zerol): New variables.
3530         (test_function): Avoid literals -0.0, -0.0L.
3531         * tests/test-strtod.c (zero): New variable.
3532         (main): Avoid literal -0.0.
3533         Reported by Jonathan C. Patschke <jp@centtech.com>.
3534
3535 2008-07-31  Jim Meyering  <meyering@redhat.com>
3536
3537         sha256.h: correct definition of SHA224_DIGEST_SIZE
3538         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
3539         Reported by Paulie Pena IV <paulie4@gmail.com>.
3540         Define as 224 / 8, rather than as a literal.
3541         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
3542         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
3543         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
3544
3545 2008-07-31  Bruno Haible  <bruno@clisp.org>
3546
3547         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
3548         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
3549         Reported by Jonathan Patschke <jp@centtech.com>.
3550
3551 2008-07-31  Bruno Haible  <bruno@clisp.org>
3552
3553         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
3554         Reported by Paolo Bonzini <bonzini@gnu.org>.
3555
3556 2008-07-30  Eric Blake  <ebb9@byu.net>
3557
3558         test-strtod: allow compilation without -lm
3559         * tests/test-strtod.c (main): Avoid link dependence on fabs.
3560         Reported by Dennis Clarke <blastwave@gmail.com>.
3561
3562 2008-07-28  Jim Meyering  <meyering@redhat.com>
3563
3564         bootstrap: work also when there are no .po files in po/
3565         * build-aux/bootstrap (update_po_files): Complete the change
3566         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
3567
3568 2008-07-27  Jim Meyering  <meyering@redhat.com>
3569
3570         * users.txt: Add zile.
3571
3572 2008-07-26  Ben Pfaff  <blp@gnu.org>
3573
3574         Add missing dependencies on new m4/exponent[fdl].m4 files.
3575         * modules/isnanf-nolibm: Add m4/exponentf.m4.
3576         * modules/isnand-nolibm: Add m4/exponentd.m4.
3577         * modules/isnanl-nolibm: Add m4/exponentl.m4.
3578         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
3579         m4/isnan[fdl].m4, because the macros actually used moved.
3580         Reported by Jim Meyering.
3581
3582 2008-07-14  Ben Pfaff  <blp@gnu.org>
3583
3584         Add isinf module.
3585         * lib/isinf.c: New file.
3586         * lib/math.in.h: Define isinf macro if we have decided to replace
3587         it.
3588         * m4/isinf.m4: New file.
3589         * m4/math_h.m4: Initialize and substitute variables for isinf
3590         module.
3591         * modules/isinf: New file.
3592         * modules/isinf-tests: New file.
3593         * modules/math: Add substitutions for new module.
3594         * tests/test-isinf.c: New file.
3595         * doc/posix-functions/isinf.texi: Mention new module.
3596         * MODULES.html.sh: Mention new module.
3597
3598 2008-07-14  Ben Pfaff  <blp@gnu.org>
3599
3600         Factor out some macros for use by additional modules.
3601         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
3602         exponentf.m4.
3603         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
3604         exponentd.m4.
3605         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
3606         file exponentl.m4.
3607         * m4/exponentf.m4: New file.
3608         * m4/exponentd.m4: New file.
3609         * m4/exponentl.m4: New file.
3610         * modules/isnanf: Use new file m4/exponentf.m4.
3611         * modules/isnand: Use new file m4/exponentd.m4.
3612         * modules/isnanl: Use new file m4/exponentl.m4.
3613
3614 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
3615
3616         mktime.c: normalize tp->tm_isdst value to -1/0/1.
3617         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
3618         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
3619         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
3620
3621         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
3622         readlink on platforms without PATH_MAX.
3623
3624 2008-07-21  Eric Blake  <ebb9@byu.net>
3625
3626         Warn, not fail, on stale version.
3627         * top/GNUmakefile (_curr-ver): Tone down previous patch.
3628
3629         Don't allow installation with stale devel version number.
3630         * top/GNUmakefile (_is-install-target): New macro.
3631         (_curr-ver): Forbid installation with stale version number.
3632
3633 2008-07-20  Bruno Haible  <bruno@clisp.org>
3634
3635         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
3636         TESTS_ENVIRONMENT.
3637         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
3638
3639 2008-07-20  Bruno Haible  <bruno@clisp.org>
3640
3641         * lib/c-stack.h (c_stack_action): Add documentation.
3642         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
3643
3644 2008-07-20  Bruno Haible  <bruno@clisp.org>
3645
3646         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
3647         * modules/readlink (License): Likewise.
3648
3649 2008-07-17  Eric Blake  <ebb9@byu.net>
3650
3651         * modules/c-stack (Link): Fix typo.
3652
3653         Make c-stack use libsigsegv, when available.
3654         * modules/c-stack (Depends-on): Add libsigsegv.
3655         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
3656         needed.
3657         * lib/c-stack.c (SIGSTKSZ): Define fallback.
3658         (segv_handler, overflow_handler, c_stack_action)
3659         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
3660         implementation when libsigsegv is available, but only when using
3661         the library is necessary.
3662         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
3663         comment, explaining why XSI check fails on Linux.
3664         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
3665         * tests/test-c-stack2.sh: Tweak skip message.
3666         * NEWS: Document new link-time requirements.
3667
3668 2008-07-16  Eric Blake  <ebb9@byu.net>
3669
3670         c-stack: Expose false positives when not using libsigsegv.
3671         * modules/c-stack-tests (Files): Expand test.
3672         * tests/test-c-stack.c (main): Add means to conditionally trigger
3673         non-overflow SIGSEGV.
3674         * tests/test-c-stack2.sh: New file.
3675
3676 2008-07-14  Bruno Haible  <bruno@clisp.org>
3677
3678         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
3679         Reported by Eric Blake.
3680
3681 2008-07-14  Sam Steingold  <sds@gnu.org>
3682             Bruno Haible  <bruno@clisp.org>
3683
3684         New module libsigsegv.
3685         * modules/libsigsegv: New file.
3686         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
3687         modifications.
3688         * MODULES.html.sh (Signal handling): New section.
3689
3690 2008-07-14  Bruno Haible  <bruno@clisp.org>
3691
3692         * modules/unictype/ctype-* (Description): Add the word "function".
3693         Improves the resulting doc in MODULES.html.
3694
3695 2008-07-12  Ben Pfaff  <blp@gnu.org>
3696
3697         Add longlong module.
3698         * modules/longlong: New file.
3699
3700 2008-07-12  Bruno Haible  <bruno@clisp.org>
3701
3702         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
3703         to empty.
3704
3705 2008-07-10  Ben Pfaff  <blp@gnu.org>
3706
3707         Add isnan module.
3708         * doc/posix-functions/isnan.texi: Mention new module.
3709         * lib/math.in.h: Define isnan macro if we have decided to replace
3710         it.
3711         * m4/isnan.m4: New file.
3712         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
3713         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
3714         also.
3715         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
3716         redundancy.
3717         * m4/math_h.m4: Initialize and substitute variables for isnan
3718         module.
3719         * modules/isnan: New file.
3720         * modules/isnan-tests: New file.
3721         * modules/math: Add substitutions for new module.
3722         * tests/test-isnan.c: New file.
3723         * MODULES.html.sh: Mention new module.
3724
3725 2008-07-10  Ben Pfaff  <blp@gnu.org>
3726
3727         Add isnanf module.
3728         * lib/isnanf.m4: New file.
3729         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
3730         (gl_HAVE_ISNANF_IN_LIBM): New macro.
3731         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
3732         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
3733         * modules/isnanf: New file.
3734         * modules/isnanf-tests: New file.
3735         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
3736         files.
3737         * tests/test-isnanf-nolibm.c: factored most of its contents into
3738         new file tests/test-isnanf.h.
3739         * tests/test-isnanf.h: New file.
3740         * tests/test-isnanf.c: New file.
3741         * MODULES.html.sh: Mention new module.
3742         * doc/glibc-functions/isnanf.texi: Mention new module.
3743
3744 2008-07-10  Ben Pfaff  <blp@gnu.org>
3745
3746         Add isnand module.
3747         * lib/isnand.h: New file.
3748         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
3749         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
3750         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
3751         functionality also.
3752         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
3753         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
3754         (gl_HAVE_ISNAND_IN_LIBM): New macro.
3755         * modules/isnand: New file.
3756         * modules/isnand-tests: New file.
3757         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
3758         files.
3759         * tests/test-isnand-nolibm.c: factored most of its contents into
3760         new file tests/test-isnand.h.
3761         * tests/test-isnand.h: New file.
3762         * tests/test-isnand.c: New file.
3763         * MODULES.html.sh: Mention new module.
3764
3765 2008-07-10  Ben Pfaff  <blp@gnu.org>
3766
3767         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
3768         * lib/isnand.h: Rename lib/isnand-nolibm.h.
3769         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
3770         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
3771         * modules/isnanf-nolibm: Update references to renamed files.
3772         * modules/isnand-nolibm: Likewise.
3773         * modules/isnanf-nolibm-tests: Likewise.
3774         * modules/isnand-nolibm-tests: Likewise.
3775         * lib/frexp.c: Likewise.
3776         * lib/isfinite.c: Likewise.
3777         * lib/signbitd.c: Likewise.
3778         * lib/signbitf.c: Likewise.
3779         * lib/vasnprintf.c: Likewise.
3780         * tests/test-ceilf1.c: Likewise.
3781         * tests/test-ceilf2.c: Likewise.
3782         * tests/test-floorf1.c: Likewise.
3783         * tests/test-floorf2.c: Likewise.
3784         * tests/test-frexp.c: Likewise.
3785         * tests/test-round1.c: Likewise.
3786         * tests/test-round2.c: Likewise.
3787         * tests/test-roundf1.c: Likewise.
3788         * tests/test-strtod.c: Likewise.
3789         * tests/test-trunc1.c: Likewise.
3790         * tests/test-trunc2.c: Likewise.
3791         * tests/test-truncf1.c: Likewise.
3792         * tests/test-truncf2.c: Likewise.
3793         * NEWS: Mention the renamed header files.
3794
3795 2008-07-11  Jim Meyering  <meyering@redhat.com>
3796
3797         vc-list-files: make the last-resort awk code more portable
3798         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
3799         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
3800         does not support it.
3801
3802 2008-07-10  Eric Blake  <ebb9@byu.net>
3803
3804         Work with tar's bootstrap.
3805         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
3806         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
3807         an m4 comment.
3808
3809 2008-07-09  Jim Meyering  <meyering@redhat.com>
3810
3811         posix-shell.m4: fix typo that made this test malfunction
3812         * m4/posix-shell.m4: Remove capitalization in variable name.
3813
3814 2008-07-08  Bruno Haible  <bruno@clisp.org>
3815
3816         * m4/onceonly.m4: Update comments.
3817         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3818
3819 2008-07-04  Jim Meyering  <meyering@redhat.com>
3820
3821         * users.txt: Add vc-dwim.
3822         (bison, coreutils): Use the gitweb URL.
3823
3824 2008-07-03  Jim Meyering  <meyering@redhat.com>
3825
3826         * users.txt: Add libffcall.  From Sam Steingold.
3827
3828 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
3829
3830         getdate.y: do not ignore TZ with relative day, month or year offset
3831         * lib/getdate.y (get_date): Move the tz-handling block to follow the
3832         relative-date-handling, since otherwise, the latter would clobber the
3833         sole output (an updated Start value) of the tz-handling block.
3834         * tests/test-getdate.c: Tests for the fix
3835
3836 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3837
3838         Recognize 'foo_LIBRARIES += libgnu.a'.
3839         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
3840         makefile snippet has already specified an installation location,
3841         also using '+='.
3842
3843 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
3844
3845         getdate.y: factor out common actions
3846         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
3847         Use them in place of open-coded actions.
3848
3849 2008-07-01  Simon Josefsson  <simon@josefsson.org>
3850
3851         Add self-test for getdate module.
3852         * modules/getdate-tests: New file.
3853         * tests/test-getdate.c: New file.
3854
3855 2008-06-29  Bruno Haible  <bruno@clisp.org>
3856
3857         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
3858         .gitignore.
3859         Reported by Sylvain Beucler <beuc@beuc.net>.
3860
3861 2008-06-29  Bruno Haible  <bruno@clisp.org>
3862
3863         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
3864         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
3865
3866 2008-06-29  Bruno Haible  <bruno@clisp.org>
3867
3868         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
3869         EXTRA_DIST.
3870         Reported by Sylvain Beucler <beuc@beuc.net>.
3871
3872 2008-06-26  Jim Meyering  <meyering@redhat.com>
3873
3874         make several modules depend on the "open" module
3875         This provides slightly increased consistency when opening-for-write
3876         the name of a non-directory spelled with a trailing slash.
3877         * modules/chdir-safer: Likewise.
3878         * modules/chown: Likewise.
3879         * modules/clean-temp: Likewise.
3880         * modules/copy-file: Likewise.
3881         * modules/fchdir: Likewise.
3882         * modules/fcntl-safer: Likewise.
3883         * modules/pipe: Likewise.
3884         * modules/utime: Likewise.
3885         Prompted by Eric Blake and Bruno Haible.
3886
3887 2008-06-24  Andreas Schwab  <schwab@suse.de>
3888
3889         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
3890         literals can be used as initializers for global variables.
3891
3892 2008-06-23  Eric Blake  <ebb9@byu.net>
3893
3894         Make gnulib-cache.m4 easier to diff.
3895         * gnulib-tool (func_import): Allow newlines when reading cached
3896         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
3897
3898 2008-06-23  Bruno Haible  <bruno@clisp.org>
3899
3900         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
3901         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
3902         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
3903         m4/signalblocking.m4.
3904         (gl_PREREQ_SIGACTION): Don't invoke it.
3905         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
3906         gl_PREREQ_SIG_HANDLER_H.
3907         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
3908         Don't check for sigaction here.
3909
3910 2008-06-23  Bruno Haible  <bruno@clisp.org>
3911
3912         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
3913         (install_handlers): Don't set the SA_RESETHAND flag.
3914
3915 2008-06-23  Bruno Haible  <bruno@clisp.org>
3916
3917         * m4/sigaction.m4: Comment fixes.
3918         * lib/signal.in.h: Likewise.
3919
3920 2008-06-23  Eric Blake  <ebb9@byu.net>
3921
3922         Fix typo.
3923         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
3924
3925         Avoid SA_ namespace.
3926         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
3927         Reported by Ralf Wildenhues.
3928
3929         Avoid test failure due to SA_RESTORER.
3930         * tests/test-sigaction.c (SA_MASK): New macro.
3931         (main): Avoid failing due to extension flags being set.
3932         Reported by Jim Meyering.
3933
3934         Revert use of sig-handler.h in sigprocmask.c.
3935         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
3936         it requires the existence of struct sigaction.
3937         * lib/sigprocmask.c (handler_t): Restore typedef.
3938         (rpl_signal, old_handlers): Use local type.
3939
3940 2008-06-22  Bruno Haible  <bruno@clisp.org>
3941
3942         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
3943         conditionally.
3944         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3945
3946 2008-06-22  Bruno Haible  <bruno@clisp.org>
3947
3948         * doc/posix-functions/siginterrupt.texi: Move note.
3949
3950         * lib/signal.in.h (SA_RESTART): New macro.
3951         * lib/sigaction.c: Update comment.
3952
3953         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
3954
3955         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
3956         (gl_PREREQ_SIGPROCMASK): Invoke it.
3957         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
3958
3959         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
3960
3961         * lib/sigprocmask.c: Update a comment.
3962
3963 2008-06-21  Eric Blake  <ebb9@byu.net>
3964
3965         Use sigaction module rather than signal().
3966         * modules/c-stack (Depends-on): Add sigaction.
3967         * modules/fatal-signal (Depends-on): Likewise.
3968         * modules/nanosleep (Depends-on): Likewise.
3969         * modules/sigprocmask (Files): Add sig-handler.h.
3970         * modules/sigaction (Files): Likewise.
3971         * lib/sig-handler.h (get_handler): New file, suggested by Paul
3972         Eggert.
3973         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
3974         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
3975         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
3976         (init_fatal_signals): Likewise.
3977         * lib/nanosleep.c (rpl_nanosleep): Likewise.
3978         (siginterrupt): Delete fallback.
3979         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
3980         instead.
3981         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
3982         siginterrupt.
3983
3984         New module sigaction, for mingw.
3985         * modules/sigaction: New module...
3986         * modules/sigaction-tests: ...and its test.
3987         * m4/sigaction.m4: New file.
3988         * lib/sigaction.c: Likewise.
3989         * tests/test-sigaction.c: Likewise.
3990         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
3991         * modules/signal (Makefile.am): Likewise.
3992         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
3993         needed.
3994         * doc/posix-headers/signal.texi (signal.h): Mention provided
3995         types.
3996         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
3997         that sigaction is preferable.
3998         * doc/posix-functions/sigaction.texi (sigaction): Mention new
3999         module.
4000         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4001         sigaction.
4002
4003         Improve robustness of sigprocmask by overriding signal.
4004         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
4005         is in use.
4006         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
4007         (SIGKILL, SIGSTOP): Provide fallbacks.
4008         (rpl_signal): Implement.
4009         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
4010         signal can be called inside handlers.
4011
4012         Fix nanosleep module on mingw.
4013         * modules/nanosleep (Depends-on): Add sys_select.
4014         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
4015
4016         Fix licensing of sigprocmask.
4017         * modules/raise (License): Relicense as LGPL.
4018
4019 2008-06-21  Bruno Haible  <bruno@clisp.org>
4020
4021         * lib/propername.c (proper_name_utf8): Don't use the transliterated
4022         result if it contains question marks.
4023         Reported by Michael Geng <linux@michaelgeng.de>.
4024
4025 2008-06-19  Bruno Haible  <bruno@clisp.org>
4026
4027         Fix CVS-ism.
4028         * doc/gnulib.texi: Include updated-stamp.texi.
4029         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
4030         (updated-stamp.texi): New rule.
4031         (gnulib.info): Depend on it.
4032         * doc/.gitignore: Add updated-stamp.texi.
4033         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
4034
4035 2008-06-19  Bruno Haible  <bruno@clisp.org>
4036
4037         * doc/Makefile (gnulib.info): Update and simplify dependencies.
4038         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
4039
4040 2008-06-19  Eric Blake  <ebb9@byu.net>
4041
4042         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
4043         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
4044         Reported by Stepan Kasal.
4045
4046 2008-06-18  Bruno Haible  <bruno@clisp.org>
4047
4048         * lib/fatal-signal.c (init_fatal_signals): Add comment.
4049         Reported by Eric Blake.
4050
4051 2008-06-18  Eric Blake  <ebb9@byu.net>
4052
4053         Work around cygwin 1.5.25 strsignal bug.
4054         * tests/test-strsignal.c: Allow for const char *.
4055         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
4056
4057 2008-06-18  Simon Josefsson  <simon@josefsson.org>
4058
4059         * users.txt: Update URL to article and add author/date
4060         information.
4061
4062 2008-06-17  Bruno Haible  <bruno@clisp.org>
4063
4064         New macro gl_DISABLE_THREADS.
4065         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
4066         if the user did not pass --enable-threads or --disable-threads option.
4067         (gl_DISABLE_THREADS): New macro.
4068         Reported by Eric Blake <ebb9@byu.net>.
4069
4070 2008-06-17  Bruno Haible  <bruno@clisp.org>
4071
4072         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
4073         when the macro ignores it.
4074         Based on a patch by Eric Blake <ebb9@byu.net>.
4075
4076 2008-06-17  Bruno Haible  <bruno@clisp.org>
4077
4078         * modules/tls (License): Change to LGPLv2+.
4079         Reported by Eric Blake.
4080
4081 2008-06-17  Eric Blake  <ebb9@byu.net>
4082
4083         Simplify c-stack prerequisites.
4084         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
4085         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
4086         no longer requires <ucontext.h> to exist.  Optimize setrlimit
4087         check.
4088         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
4089         <sys/resource.h>.
4090
4091         Move c-stack test into testsuite.
4092         * modules/c-stack-tests: New file.
4093         * lib/c-stack.c [DEBUG]: Move test program...
4094         * tests/test-c-stack.c: ...into this new file.  Skip rather than
4095         fail test if sigaltstack is lacking.
4096         * tests/test-c-stack.sh: New driver file.
4097
4098 2008-06-16  Eric Blake  <ebb9@byu.net>
4099
4100         Use raise module consistently.
4101         * modules/fatal-signal (Depends-on): Add raise.
4102         * modules/sigprocmask (Depends-on): Likewise.
4103         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
4104         * lib/sigprocmask.c (sigprocmask): Likewise.
4105         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4106         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
4107
4108         Fix compliance bug in sigpending.
4109         * lib/sigprocmask.c (sigpending): Return pending array via
4110         parameter, not return value.
4111
4112 2008-06-14  Eric Blake  <ebb9@byu.net>
4113
4114         Improve obstack-printf test code.
4115         * tests/test-obstack-printf.c (test_function): Fix comment, and
4116         simplify usage of obstack_* in macros.  Add a test for coverage.
4117         Reported by Bruno Haible.
4118
4119 2008-06-14  Bruno Haible  <bruno@clisp.org>
4120
4121         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
4122         array size as a constant, not as a const variable.
4123         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
4124         AC_USE_SYSTEM_EXTENSIONS.
4125         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
4126         Test whether the obstack_printf function actually exists.
4127         * modules/obstack-printf (Depends-on): Add extensions.
4128         (Include): Remove obstack.h.
4129         * modules/obstack-printf-posix (Depends-on): Add extensions.
4130         (Include): Remove obstack.h.
4131
4132 2008-06-13  Eric Blake  <ebb9@byu.net>
4133
4134         Add obstack-printf and obstack-printf-posix modules.
4135         * modules/obstack-printf: New file.
4136         * modules/obstack-printf-posix: Likewise.
4137         * MODULES.html.sh (Misc): Mention them.
4138         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
4139         Likewise.
4140         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
4141         Likewise.
4142         * modules/stdio (Makefile.am): Accomodate new modules.
4143         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
4144         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
4145         Declare.
4146         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
4147         functions.
4148         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
4149         (gl_REPLACE_OBSTACK_PRINTF): New macros
4150         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
4151         * tests/test-obstack-printf.c: New file.
4152         * modules/obstack-printf-tests: Likewise.
4153         * modules/obstack-printf-posix-tests: Likewise.
4154
4155 2008-06-11  Bruno Haible  <bruno@clisp.org>
4156
4157         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
4158         * lib/open.c: Include errno.h.
4159         (open): Fail when attempting to write to a file that has a trailing
4160         slash.
4161         * tests/test-open.c (main): Test against trailing slash bug.
4162         * doc/posix-functions/open.texi: Mention the trailing slash bug.
4163
4164 2008-06-10  Bruno Haible  <bruno@clisp.org>
4165
4166         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
4167         for $? to work inside the trap command, with various /bin/sh-s.
4168         * tests/test-vc-list-files-cvs.sh: Likewise.
4169
4170 2008-06-10  Bruno Haible  <bruno@clisp.org>
4171
4172         * lib/acl-internal.h: Don't include gettext.h here.
4173         * lib/set-mode-acl.c: Include gettext.h here.
4174         * lib/copy-acl.c: Likewise.
4175
4176 2008-06-10  Bruno Haible  <bruno@clisp.org>
4177
4178         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
4179         * lib/wait-process.c (wait_subprocess): Likewise.
4180         * lib/execute.h (execute): Add termsigp argument.
4181         * lib/execute.c (execute): Likewise.
4182         * lib/csharpcomp.c (compile_csharp_using_pnet,
4183         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
4184         * lib/csharpexec.c (execute_csharp_using_pnet,
4185         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
4186         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
4187         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
4188         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
4189         is_jikes_present): Update.
4190         * lib/javaexec.c (execute_java_class): Update.
4191         * lib/javaversion.c (execute_and_read_line): Update.
4192         * NEWS: Document the changes.
4193         Reported by Eric Blake.
4194
4195 2008-06-10  Eric Blake  <ebb9@byu.net>
4196
4197         Add missing include.
4198         * tests/test-strstr.c (includes): Add <signal.h>.
4199         * tests/test-strcasestr.c (includes): Likewise.
4200         * tests/test-memmem.c (includes): Likewise.
4201
4202 2008-06-10  Bruno Haible  <bruno@clisp.org>
4203
4204         * lib/wait-process.c (wait_subprocess): Add an assertion.
4205
4206 2008-06-10  Bruno Haible  <bruno@clisp.org>
4207
4208         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
4209
4210 2008-06-10  Bruno Haible  <bruno@clisp.org>
4211
4212         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
4213         using alarm().
4214         * tests/test-strcasestr.c (main): Likewise.
4215         * tests/test-strstr.c (main): Likewise.
4216
4217 2008-06-09  Bruno Haible  <bruno@clisp.org>
4218
4219         Work around the Solaris 10 ACE ACLs ABI change.
4220         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
4221         declare if ACL_NO_TRIVIAL is present.
4222         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
4223         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
4224         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
4225         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
4226         define if ACL_NO_TRIVIAL is present.
4227         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
4228         and use the current ABI.
4229         (file_has_acl): Use same #if condition as elsewhere.
4230         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
4231         in use, and use the current ABI.
4232         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
4233         Reported by Jim Meyering.
4234
4235 2008-06-09  Eric Blake  <ebb9@byu.net>
4236
4237         Work around environments that (stupidly) ignore SIGALRM.
4238         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
4239         before using alarm().
4240         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4241         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
4242         Reported by Ian Beckwith <ianb@erislabs.net>.
4243
4244         Produce autobuild blurb earlier in log.
4245         * modules/autobuild (configure.ac-early): Move AB_INIT here.
4246
4247 2008-06-09  Jim Meyering  <meyering@redhat.com>
4248         and Ondřej Vašík  <ovasik@redhat.com>
4249
4250         utimens.c: correct kernel bug work-around
4251         Ondřej Vašík found that the invalid return value of 280 indicates
4252         failure, not success, and the kernel bug we're trying to work
4253         around affects not just the utimensat call, but also the fallback
4254         futimens call.
4255         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
4256         not success.
4257         [HAVE_FUTIMENS]: Use the same work-around, here.
4258
4259 2008-06-09  Jim Meyering  <meyering@redhat.com>
4260
4261         add more guards around definition of ACE_-related code
4262         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
4263         ALLOW and ACE_OWNER are also defined.
4264
4265 2008-06-08  Bruno Haible  <bruno@clisp.org>
4266
4267         * lib/acl-internal.h: Add me as co-author.
4268         * lib/file-has-acl.c: Likewise.
4269         * lib/set-mode-acl.c: Likewise.
4270         * lib/copy-acl.c: Likewise.
4271
4272 2008-06-08  Bruno Haible  <bruno@clisp.org>
4273
4274         Add support for AIX ACLs.
4275         * lib/acl-internal.h (acl_nontrivial): New declaration.
4276         * lib/file-has-acl.c (acl_nontrivial): New function.
4277         (file_has_acl): Add implementation using AIX 4 ACL API.
4278         * lib/set-mode-acl.c (qset_acl): Likewise.
4279         * lib/copy-acl.c (qcopy_acl): Likewise.
4280
4281 2008-06-08  Bruno Haible  <bruno@clisp.org>
4282
4283         Add support for HP-UX ACLs.
4284         * lib/acl-internal.h (acl_nontrivial): New declaration.
4285         * lib/file-has-acl.c (acl_nontrivial): New function.
4286         (file_has_acl): Add implementation using HP-UX 11 ACL API.
4287         * lib/set-mode-acl.c (qset_acl): Likewise.
4288         * lib/copy-acl.c (qcopy_acl): Likewise.
4289
4290 2008-06-08  Bruno Haible  <bruno@clisp.org>
4291
4292         Add support for Cygwin ACLs.
4293         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
4294         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
4295         the chmod_or_fchmod call.
4296         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
4297
4298 2008-06-08  Bruno Haible  <bruno@clisp.org>
4299
4300         Fix bug with setuid modes in Solaris 10+ code.
4301         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
4302         succeeded, when the mode contains some special bits.
4303
4304 2008-06-08  Bruno Haible  <bruno@clisp.org>
4305
4306         Add support for Solaris 7..10 ACLs.
4307         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
4308         declarations.
4309         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
4310         functions.
4311         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
4312         * lib/set-mode-acl.c (qset_acl): Likewise.
4313         * lib/copy-acl.c (qcopy_acl): Likewise.
4314
4315 2008-06-08  Bruno Haible  <bruno@clisp.org>
4316
4317         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
4318         declaration.
4319         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
4320         (acl_access_nontrivial): Remove MacOS X case.
4321         (file_has_acl): Use acl_extended_nontrivial.
4322         * lib/copy-acl.c (qcopy_acl): Likewise.
4323
4324 2008-06-08  Bruno Haible  <bruno@clisp.org>
4325
4326         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
4327
4328 2008-06-08  Jim Meyering  <meyering@redhat.com>
4329
4330         * modules/acl (Maintainer): Add Bruno Haible.
4331
4332 2008-06-07  Bruno Haible  <bruno@clisp.org>
4333
4334         Improve support for Tru64 ACLs.
4335         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
4336         ACL on OSF/1.
4337
4338 2008-06-07  Bruno Haible  <bruno@clisp.org>
4339
4340         Add support for MacOS X ACLs.
4341         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
4342         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
4343         * lib/set-mode-acl.c (qset_acl): Likewise.
4344         * lib/copy-acl.c (qcopy_acl): Likewise.
4345
4346 2008-06-07  Bruno Haible  <bruno@clisp.org>
4347
4348         Fix memory leak introduced on 2008-05-22.
4349         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
4350         use.
4351
4352 2008-06-07  Bruno Haible  <bruno@clisp.org>
4353
4354         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
4355         to construct an empty ACL.
4356
4357 2008-06-07  Bruno Haible  <bruno@clisp.org>
4358
4359         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
4360         precisely.
4361         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
4362
4363 2008-06-07  Bruno Haible  <bruno@clisp.org>
4364
4365         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
4366         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
4367
4368 2008-06-07  Bruno Haible  <bruno@clisp.org>
4369
4370         * doc/posix-functions/_setjmp.texi: Explain the use of this function
4371         regardless of POSIX.
4372         * doc/posix-functions/_longjmp.texi: Likewise.
4373         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
4374         SystemV platform in this case.
4375
4376 2008-06-06  Eric Blake  <ebb9@byu.net>
4377
4378         Document abort() bugs.
4379         * doc/posix-functions/abort.texi (abort): Mention anomalies.
4380
4381         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
4382         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
4383         sigsetjmp.
4384         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
4385         siglongjmp, but only as a macro.
4386         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
4387         is obsolete.
4388         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
4389
4390         Tweak documentation to cover cygwin argz bugs.
4391         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
4392         argz bug fix; no code change needed since no cygwin releases
4393         occurred between the last fix and the bug being tested.
4394         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
4395         module and recently fixed cygwin bugs.
4396         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
4397         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
4398         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
4399         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
4400         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
4401         Likewise.
4402         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
4403         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
4404         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
4405         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
4406         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
4407         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
4408         Likewise.
4409
4410         Avoid gcc warning on cygwin.
4411         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
4412         !ACL_NO_TRIVIAL]: Avoid unused variable.
4413
4414 2008-06-05  Eric Blake  <ebb9@byu.net>
4415
4416         Be tolerant of UNKNOWN version in gnulib-tool test dir.
4417         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
4418         git-version-gen fails to come up with a version.
4419         Reported by Simon Josefsson.
4420
4421 2008-06-05  Jim Meyering  <meyering@redhat.com>
4422             Paul Eggert  <eggert@cs.ucla.edu>
4423
4424         utimens.c: work around a probable Linux kernel bug
4425         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
4426         appears to be a kernel bug that causes utimensat to return 280
4427         instead of 0, indicating success.
4428
4429 2008-06-04  Bruno Haible  <bruno@clisp.org>
4430
4431         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
4432         2008-06-01 commit.
4433
4434 2008-06-04  Bruno Haible  <bruno@clisp.org>
4435
4436         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
4437         * lib/file-has-acl.c (acl_access_nontrivial): New function.
4438         (file_has_acl): Use it. Save errno afterwards.
4439         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
4440
4441 2008-06-03  Bruno Haible  <bruno@clisp.org>
4442
4443         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
4444         draft code. Simplify #ifs.
4445         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
4446         Put Solaris code after POSIX-draft code. Fix comments regarding
4447         Solaris 10, HP-UX. Mention Cygwin.
4448         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
4449
4450 2008-06-03  Eric Blake  <ebb9@byu.net>
4451
4452         Provide fallback for older kernels.
4453         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
4454         Provide runtime fallback if kernel lacks support.
4455         Reported by Mike Frysinger.
4456
4457 2008-06-02  Bruno Haible  <bruno@clisp.org>
4458
4459         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
4460         it exists.
4461
4462 2008-06-02  Bruno Haible  <bruno@clisp.org>
4463
4464         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
4465         * lib/copy-acl.c (qcopy_acl): Update comment.
4466
4467 2008-06-02  Bruno Haible  <bruno@clisp.org>
4468
4469         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
4470         like ACL APIs.
4471
4472 2008-06-02  Bruno Haible  <bruno@clisp.org>
4473
4474         * tests/test-file-has-acl.sh: Use different code for Cygwin.
4475         * tests/test-set-mode-acl.sh: Likewise.
4476         * tests/test-copy-acl.sh: Likewise.
4477         * tests/test-copy-file.sh: Likewise.
4478
4479 2008-06-02  Bruno Haible  <bruno@clisp.org>
4480
4481         * tests/test-file-has-acl.sh: Remove unused code.
4482
4483 2008-06-01  Bruno Haible  <bruno@clisp.org>
4484
4485         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
4486         (copy_acl): Just a wrapper around qcopy_acl that emits the error
4487         messages.
4488         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
4489
4490 2008-06-01  Bruno Haible  <bruno@clisp.org>
4491
4492         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
4493         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
4494         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
4495         APIs.
4496         * modules/acl-tests (configure.ac): Remove tests now contained in
4497         m4/acl.m4.
4498
4499 2008-06-02  Jim Meyering  <meyering@redhat.com>
4500
4501         announce-gen: use a better key-server host name
4502         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
4503         it may be more consistently reliable.  Suggested by Werner Koch
4504         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
4505
4506 2008-06-01  Bruno Haible  <bruno@clisp.org>
4507
4508         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
4509         Reported by Voroskoi Andras <voroskoi@gmail.com>.
4510
4511 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
4512
4513         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
4514
4515 2008-06-01  Bruno Haible  <bruno@clisp.org>
4516
4517         New ACL tests.
4518         * tests/test-file-has-acl.sh: New file.
4519         * tests/test-file-has-acl.c: New file.
4520         * tests/test-set-mode-acl.sh: New file.
4521         * tests/test-set-mode-acl.c: New file.
4522         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
4523         * tests/test-copy-acl.c: New file.
4524         * modules/acl-tests: New file, based on modules/copy-file-tests.
4525         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
4526         (Depends-on): Add acl-tests.
4527         (configure.ac): Remove checks.
4528         (Makefile.am): Don't create test-sameacls program here any more.
4529
4530 2008-06-01  Bruno Haible  <bruno@clisp.org>
4531
4532         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
4533         * tests/test-sameacls.c: Include progname.h.
4534         (main): Invoke set_program_name. Portability fixes for MacOS X,
4535         Solaris, HP-UX.
4536
4537 2008-06-01  Bruno Haible  <bruno@clisp.org>
4538
4539         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
4540         function.
4541         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
4542
4543 2008-06-01  Bruno Haible  <bruno@clisp.org>
4544
4545         * modules/rpmatch (Depends-on): Add strdup.
4546
4547 2008-06-01  Bruno Haible  <bruno@clisp.org>
4548
4549         * lib/pipe.c: Include unistd-safer.h.
4550         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
4551         * modules/pipe (Depends-on): Add unistd-safer.
4552
4553 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4554
4555         * modules/autobuild (configure.ac): Call AB_INIT.
4556
4557 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4558
4559         * tests/test-getaddrinfo.c: Don't print debug messages by default.
4560         Suggested by Bruno Haible <bruno@clisp.org>.
4561
4562 2008-05-30  Simon Josefsson  <simon@josefsson.org>
4563
4564         * tests/test-base64.c: Cast size_t to unsigned long when invoking
4565         printf.  Use %lu instead of %d.  Reported by Bruno Haible
4566         <bruno@clisp.org>.
4567
4568 2008-05-29  Eric Blake  <ebb9@byu.net>
4569
4570         Prefer new POSIX 200x interfaces over futimesat.
4571         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
4572         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
4573         when available.
4574         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
4575
4576 2008-05-28  Bruno Haible  <bruno@clisp.org>
4577
4578         * modules/stpcpy (License): Change to LGPLv2+.
4579         Requested by David Lutterkort <dlutter@redhat.com>.
4580
4581 2008-05-27  Bruno Haible  <bruno@clisp.org>
4582
4583         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
4584         current mingw.
4585         Reported by Jose E. Marchesi <jemarch@gnu.org>.
4586
4587 2008-05-27  Bruno Haible  <bruno@clisp.org>
4588
4589         * modules/iconv_open (Link): New section, from module 'iconv'.
4590         * modules/striconv (Link): Likewise.
4591         * modules/striconveh (Link): Likewise.
4592         * modules/xstriconv (Link): Likewise.
4593         * modules/unicodeio (Link): Likewise.
4594         * modules/propername (Link): Likewise.
4595         Reported by Jim Meyering.
4596
4597 2008-05-26  Jim Meyering  <meyering@redhat.com>
4598
4599         sha256: do not artificially restrict buffer length to be < 2^32
4600         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
4601         uint32_t to size_t.
4602         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
4603         to match.
4604
4605         avoid unaligned access errors, e.g., on sparc
4606         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
4607         direct access through a possibly-unaligned uint64* pointer.
4608         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
4609         direct access through a possibly-unaligned uint32* pointer.
4610         Prompted by this patch from Tom "spot" Callaway:
4611         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
4612
4613         sha512.c: fix typo in comment
4614         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
4615
4616 2008-05-25  Bruno Haible  <bruno@clisp.org>
4617
4618         * lib/set-mode-acl.c: Renamed from lib/acl.c.
4619         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
4620         (Makefile.am): Update lib_SOURCES.
4621
4622 2008-05-25  Bruno Haible  <bruno@clisp.org>
4623
4624         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
4625
4626 2008-05-25  Jim Meyering  <meyering@redhat.com>
4627
4628         useless-if-before-free: freed expr may have white-space differences
4629         * build-aux/useless-if-before-free: Recognize cases in which the
4630         freed expression differs from the tested one in embedded white
4631         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
4632         $1 was used, so we can't make any regexp shy.  Improved tests now
4633         detect this.
4634
4635         useless-if-before-free: accept white space in the expression.
4636         * build-aux/useless-if-before-free: For now, any white space
4637         in the expression must be identical in the free argument.
4638
4639         useless-if-before-free: efficiency tweak
4640         * build-aux/useless-if-before-free: Make the expression-matching
4641         regexp "shy".
4642         Make the *outer* regexp shy, not the expr-matching one.
4643
4644         update code-in-comment to accept cast of free arg
4645         * build-aux/useless-if-before-free: Update regexp.
4646
4647 2008-05-25  Bruno Haible  <bruno@clisp.org>
4648
4649         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
4650         * modules/copy-file-tests (Files, Makefile.am): Update.
4651         * tests/test-copy-file.c (func_test_copy): Update.
4652
4653 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
4654
4655         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
4656
4657 2008-05-23  Bruno Haible  <bruno@clisp.org>
4658
4659         Improve support for ACLs on OSF/1.
4660         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
4661         Remove fallback for unknown flavors of ACLs.
4662
4663 2008-05-22  Bruno Haible  <bruno@clisp.org>
4664
4665         Add support for ACLs on OSF/1.
4666         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
4667         replacements.
4668         (acl_free_text): New macro fallback.
4669         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
4670         acl_free.
4671         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
4672         acl_free_text function. Require AC_C_INLINE.
4673
4674 2008-05-22  Bruno Haible  <bruno@clisp.org>
4675
4676         Make copy_acl work on MacOS X 10.5.
4677         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
4678         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
4679         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
4680         If MODE_INSIDE_ACL, don't assume that every system has the same text
4681         representation for ACLs as FreeBSD.
4682         * lib/copy-acl.c (copy_acl): Add support for platforms with
4683         !MODE_INSIDE_ACL.
4684         * lib/file-has-acl.c (file_has_acl): Likewise.
4685         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
4686         FreeBSD, MacOS X, or IRIX, respectively.
4687
4688 2008-05-22  Bruno Haible  <bruno@clisp.org>
4689
4690         * lib/acl.h: Don't include <sys/acl.h>.
4691         (GETACLCNT): Move fallback to lib/acl-internal.h.
4692         * lib/acl-internal.h: Include <sys/acl.h> here.
4693         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
4694
4695 2008-05-22  Bruno Haible  <bruno@clisp.org>
4696
4697         Split off copy_acl function to separate file.
4698         * lib/copy-acl.c: New file, extracted from lib/acl.c.
4699         * lib/acl.c (copy_acl): Moved function to separate file.
4700         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
4701         * modules/acl (Files): Add lib/copy-acl.c.
4702         (Makefiles.am): Augment lib_SOURCES.
4703
4704 2008-05-22  Bruno Haible  <bruno@clisp.org>
4705
4706         * modules/copy-file-tests: New file.
4707         * tests/test-copy-file.sh: New file.
4708         * tests/test-copy-file.c: New file.
4709         * tests/test-copy-file-sameacls.c: New file.
4710
4711 2008-05-22  Eric Blake  <ebb9@byu.net>
4712
4713         Avoid gcc warning.
4714         * tests/test-memcmp.c (main): Pass NULL indirectly.
4715
4716 2008-05-21  Bruno Haible  <bruno@clisp.org>
4717
4718         Add reference doc about ACLs.
4719         * doc/acl-resources.txt: New file.
4720         * doc/acl-cygwin.txt: New file.
4721
4722 2008-05-21  Bruno Haible  <bruno@clisp.org>
4723
4724         Avoid one more warning from gcc.
4725         * lib/vasnprintf.c (IF_LINT): Update comments.
4726         (VASNPRINTF): Use it also for the 'prefix' array initializer.
4727
4728 2008-05-21  Jim Meyering  <meyering@redhat.com>
4729
4730         avoid a warning from gcc
4731         * lib/vasnprintf.c (IF_LINT): Define.
4732         (scale10_round_decimal_long_double):
4733         Use it to avoid a "may be used uninitialized" warning.
4734         (scale10_round_decimal_double): Likewise.
4735
4736 2008-05-21  Simon Josefsson  <simon@josefsson.org>
4737
4738         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
4739         declared.
4740
4741 2008-05-20  Bruno Haible  <bruno@clisp.org>
4742
4743         * tests/test-memcmp.c (main): Test also the sign of the result. Test
4744         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
4745
4746 2008-05-20  Simon Josefsson  <simon@josefsson.org>
4747
4748         * modules/memcmp-tests: New file.
4749         * tests/test-memcmp.c: New file.
4750
4751 2008-05-19  Bruno Haible  <bruno@clisp.org>
4752
4753         * modules/propername (Notice, configure.ac): Put quoted "..." into
4754         --keyword option.
4755         * lib/propername.h: Update comments accordingly.
4756         Reported by Eric Blake.
4757
4758 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
4759
4760         * modules/getpass-gnu (Depends-on): Add fseeko.
4761
4762 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4763
4764         * modules/base64-tests: New file.
4765
4766 2008-05-19  Bo Borgerson <gigabo@gmail.com>
4767
4768         * lib/base64.c (base64_decode_ctx): If a decode context structure
4769         was passed in use it to ignore newlines.  If a context structure
4770         was _not_ passed in, continue to treat newlines as garbage (this
4771         is the historical behavior).  Formerly base64_decode.
4772         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4773         takes a decode context structure.
4774         * lib/base64.h (base64_decode): Macro for four-argument calls.
4775         (base64_decode_alloc): Likewise.
4776         * lib/base64.c (base64_decode_ctx): If a decode context structure
4777         was passed in use it to ignore newlines.  If a context structure
4778         was _not_ passed in, continue to treat newlines as garbage (this
4779         is the historical behavior).  Formerly base64_decode.
4780         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
4781         takes a decode context structure.
4782         * lib/base64.h (base64_decode): Macro for four-argument calls.
4783         (base64_decode_alloc): Likewise.
4784
4785 2008-05-19  Jim Meyering  <meyering@redhat.com>
4786
4787         avoid a warning from gcc
4788         * lib/trim.c (IF_LINT): Define.
4789         (trim2): Use it to avoid a "may be used uninitialized" warning.
4790
4791         Fix doc typo.
4792         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
4793
4794 2008-05-19  Bruno Haible  <bruno@clisp.org>
4795
4796         * doc/glibc-functions/getpass.texi: Document limits of other
4797         implementations.
4798
4799 2008-05-19  Simon Josefsson  <simon@josefsson.org>
4800             Bruno Haible <bruno@clisp.org>
4801
4802         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
4803
4804 2008-05-18  Bruno Haible  <bruno@clisp.org>
4805
4806         * modules/propername: New file, from GNU gettext.
4807         * lib/propername.h: New file, from GNU gettext.
4808         * lib/propername.c: New file, from GNU gettext.
4809         * MODULES.html.sh (Internationalization functions): Add propername.
4810
4811 2008-05-16  Jim Meyering  <meyering@redhat.com>
4812             Bruno Haible  <bruno@clisp.org>
4813
4814         Avoid some warnings from "gcc -Wshadow".
4815         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
4816
4817 2008-05-15  Eric Blake  <ebb9@byu.net>
4818
4819         Extend previous patch to cygwin 1.7.0.
4820         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
4821         fast implementation in cygwin >= 1.7.0.
4822         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4823         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4824
4825 2008-05-15  Bruno Haible  <bruno@clisp.org>
4826
4827         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
4828         implementation in glibc >= 2.9.
4829         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
4830         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
4831
4832 2008-05-15  Bruno Haible  <bruno@clisp.org>
4833
4834         * MODULES.html.sh (Internationalization functions): Remove linebreak.
4835         (Unicode string functions): Add unilbrk/*.
4836         Reported by Karl Berry.
4837
4838 2008-05-15  Eric Blake  <ebb9@byu.net>
4839
4840         Fix violation of <stdbool.h> replacement in regex.
4841         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
4842         * lib/regexec.c (re_search_internal): Likewise.
4843         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
4844
4845 2008-05-15  Jim Meyering  <meyering@redhat.com>
4846
4847         avoid distracting test output when git or cvs is not found
4848         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
4849         * tests/test-vc-list-files-git.sh: Likewise.
4850
4851 2008-05-15  Eric Blake  <ebb9@byu.net>
4852
4853         Glibc finally accepted the memmem speedup code, bugzilla #5514.
4854         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
4855         glibc version.
4856         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
4857         * doc/posix-functions/strstr.texi (strstr): Likewise.
4858         * lib/str-two-way.h (MAX): Sychronize with glibc.
4859
4860 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
4861
4862         * lib/regcomp.c (optimize_utf8): Add a note on why we test
4863         opr.ctx_type.
4864         (calc_first): Initialize constraint field.
4865         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4866         Fix grammar.
4867         (duplicate_node): Merge constraint field for all node types.
4868         (calc_eclosure_iter): Look at constraint field for all node types.
4869         * lib/regex_internal.c (create_cd_newstate): Don't look at
4870         opr.ctx_type.
4871
4872 2008-05-14  Bruno Haible  <bruno@clisp.org>
4873
4874         Help GCC to do better code generation.
4875         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
4876         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
4877         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
4878         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
4879         Declare with attribute 'malloc' if supported.
4880
4881 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
4882
4883         use "echo STR|wc -c" rather than unportable "expr length STR"
4884         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
4885         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
4886
4887 2008-05-14  Jim Meyering  <meyering@redhat.com>
4888
4889         use dd ibs=$n count=1 ... rather than less-portable head -c$n
4890         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
4891         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
4892         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
4893         via Collin Lasse.
4894
4895 2008-05-14  Eric Blake  <ebb9@byu.net>
4896
4897         Avoid quadratic growth in gl_LIBSOURCES.
4898         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
4899         Suggested by Bruno Haible.
4900
4901         Test xmemdup0.
4902         * modules/xmemdup0-tests: New file.
4903         * tests/test-xmemdup0.c: Likewise.
4904
4905 2008-05-13  Eric Blake  <ebb9@byu.net>
4906
4907         Split xmemdup0 into its own module.
4908         * modules/xmemdup0: New file.
4909         * lib/xmemdup0.h: Likewise.
4910         * lib/xmemdup0.c: Likewise.
4911         * MODULES.html.sh (Memory management functions): Add xmemdup0.
4912         * lib/xalloc.h (xmemdup0): Remove.
4913         * lib/xmalloc.c (xmemdup0): Likewise.
4914
4915 2008-05-13  Eric Blake  <ebb9@byu.net>
4916             Bruno Haible  <bruno@clisp.org>
4917
4918         Reduce number of forks required during autoconf.
4919         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
4920         and gl_LIBSOURCES_DIR.
4921         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
4922         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
4923         m4_syscmd per file.
4924         <m4_foreach_w>: Move...
4925         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
4926
4927 2008-05-13  Eric Blake  <ebb9@byu.net>
4928
4929         * gnulib-tool: Fix various comment typos.
4930
4931 2008-05-12  Bruno Haible  <bruno@clisp.org>
4932
4933         Tailor the linebreaking algorithm.
4934         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
4935
4936 2008-05-12  Bruno Haible  <bruno@clisp.org>
4937
4938         Update to Unicode 5.0.0.
4939         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
4940         LBP_JV, LBP_JT. Redistribute values.
4941         (unilbrk_table): Change size.
4942         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
4943         Unicode TR#14 rev. 22.
4944         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
4945         LBP_JV, LBP_JT. Redistribute values.
4946         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
4947         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
4948         Update.
4949         * lib/unilbrk/lbrkprop1.h: Regenerated.
4950         * lib/unilbrk/lbrkprop2.h: Regenerated.
4951         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
4952         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
4953         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
4954         Likewise.
4955         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
4956         Likewise.
4957         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
4958         result.
4959         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
4960         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
4961         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
4962         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
4963         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
4964         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
4965
4966 2008-05-11  Bruno Haible  <bruno@clisp.org>
4967
4968         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
4969
4970 2008-05-11  Bruno Haible  <bruno@clisp.org>
4971
4972         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
4973         * modules/unilbrk/gen-lbrk: New file.
4974
4975 2008-05-11  Bruno Haible  <bruno@clisp.org>
4976
4977         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
4978         * m4/sha512.m4 (gl_SHA512): Likewise.
4979
4980 2008-05-11  Jim Meyering  <meyering@redhat.com>
4981
4982         New modules: crypto/sha256, crypto/sha512 (from coreutils)
4983         * modules/crypto/sha256: New file.
4984         * modules/crypto/sha512: Likewise.
4985         * lib/sha256.c: Likewise.
4986         * lib/sha256.h: Likewise.
4987         * lib/sha512.c: Likewise.
4988         * lib/sha512.h: Likewise.
4989         * lib/u64.h: Likewise.
4990         * m4/sha256.m4: Likewise.
4991         * m4/sha512.m4: Likewise.
4992         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
4993
4994 2008-05-10  Bruno Haible  <bruno@clisp.org>
4995
4996         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
4997         (Input/Output <stdio.h>): Add xprintf.
4998         (Signal handling <signal.h>): Add strsignal.
4999         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
5000         (Core language properties): Add func.
5001         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
5002         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
5003         strings.
5004         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
5005         (Input/output): New section.
5006         (File system functions): Add openat-die, stat-macros.
5007         (Networking functions): Add sockets.
5008         (Unicode string functions): Add unictype/*.
5009         (Support for building libraries and executables): Add gperf.
5010         (Support for building documentation): Add agpl-3.0.
5011         (Misc): Add nocrash.
5012
5013 2008-05-10  Bruno Haible  <bruno@clisp.org>
5014
5015         * modules/unictype/gen-ctype: New file.
5016
5017 2008-05-10  Jim Meyering  <meyering@redhat.com>
5018
5019         Make chdir-safer.c more efficient on a system with no symlinks.
5020         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
5021         also if ELOOP is zero.  Suggested by Bruno Haible.
5022
5023         Make chdir-safer.c slightly safer.
5024         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
5025         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
5026
5027         Avoid compile failure on systems without ELOOP (like mingw).
5028         * lib/chdir-safer.c (ELOOP): Define if not already defined.
5029         Reported by Bruno Haible.
5030
5031 2008-05-10  Bruno Haible  <bruno@clisp.org>
5032
5033         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
5034         (is_utf8_encoding): Use a case-insensitive comparison.
5035         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
5036         streq.
5037
5038 2008-05-10  Bruno Haible  <bruno@clisp.org>
5039
5040         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
5041         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
5042         * lib/unilbrk/ulc-common.h (iconv_string_length,
5043         iconv_string_keeping_offsets): Remove declarations.
5044         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
5045         Don't include <iconv.h>, streq.h, xsize.h.
5046         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
5047         conversion.
5048         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
5049         <iconv.h>, streq.h, xsize.h.
5050         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
5051         conversion.
5052         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
5053         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
5054         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
5055         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
5056
5057 2008-05-10  Bruno Haible  <bruno@clisp.org>
5058
5059         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
5060         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
5061
5062         * modules/unilbrk/u32-width-linebreaks-tests: New file.
5063         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
5064
5065         * modules/unilbrk/u16-width-linebreaks-tests: New file.
5066         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
5067
5068         * modules/unilbrk/u8-width-linebreaks-tests: New file.
5069         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
5070
5071         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
5072         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
5073
5074         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
5075         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
5076
5077         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
5078         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
5079
5080         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
5081         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
5082
5083 2008-05-10  Bruno Haible  <bruno@clisp.org>
5084
5085         Split up 'linebreak' module.
5086         * lib/unilbrk.h: New file, based on lib/linebreak.h.
5087         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
5088         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
5089         modifications.
5090         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
5091         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
5092         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
5093         lib/linebreak.c.
5094         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
5095         lib/linebreak.c.
5096         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
5097         lib/linebreak.c.
5098         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
5099         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
5100         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
5101         lib/linebreak.c.
5102         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
5103         lib/linebreak.c.
5104         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
5105         lib/linebreak.c.
5106         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
5107         lib/linebreak.c.
5108         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
5109         lib/linebreak.c.
5110         * modules/unilbrk/base: New file.
5111         * modules/unilbrk/tables: New file.
5112         * modules/unilbrk/u8-possible-linebreaks: New file.
5113         * modules/unilbrk/u16-possible-linebreaks: New file.
5114         * modules/unilbrk/u32-possible-linebreaks: New file.
5115         * modules/unilbrk/ulc-common: New file.
5116         * modules/unilbrk/ulc-possible-linebreaks: New file.
5117         * modules/unilbrk/u8-width-linebreaks: New file.
5118         * modules/unilbrk/u16-width-linebreaks: New file.
5119         * modules/unilbrk/u32-width-linebreaks: New file.
5120         * modules/unilbrk/ulc-width-linebreaks: New file.
5121         * lib/linebreak.h: Remove file.
5122         * lib/linebreak.c: Remove file.
5123         * m4/linebreak.m4: Remove file.
5124         * modules/linebreak: Remove file.
5125         * NEWS: Mention the changes.
5126
5127 2008-05-09  Eric Blake  <ebb9@byu.net>
5128
5129         Add xmemdup0.
5130         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
5131         implementation.
5132         * lib/xmalloc.c (xmemdup0): New C implementation.
5133
5134 2008-05-08  Bruno Haible  <bruno@clisp.org>
5135
5136         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
5137
5138 2008-05-07  Eric Blake  <ebb9@byu.net>
5139
5140         Support cross-compilation of <wctype.h>.
5141         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
5142         AC_CACHE_CHECK.
5143
5144 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
5145
5146         * build-aux/vc-list-files: Add support for bzr.
5147
5148 2008-05-03  Jim Meyering  <meyering@redhat.com>
5149
5150         avoid failed assertion with tight malloc
5151         * tests/test-getndelim2.c: Correct an off-by-one assertion.
5152
5153 2008-05-03  Simon Josefsson  <simon@josefsson.org>
5154
5155         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
5156         are needed from arpa/inet.h.
5157         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
5158         Reported by Bruno Haible.
5159
5160 2008-05-02  Jim Meyering  <meyering@redhat.com>
5161
5162         avoid compilation error on FreeBSD 6
5163         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
5164
5165 2008-05-01  Jim Meyering  <meyering@redhat.com>
5166
5167         useless-if-before-free: correct --help's exit status description
5168         * build-aux/useless-if-before-free (usage): Like grep, exit 0
5169         for one or more matches, etc.  Reported by Bruno Haible.
5170
5171         vc-list-files: make the stand-alone gnulib test work
5172         * modules/vc-list-files-tests (configure.ac):
5173         Define and AC_SUBST abs_aux_dir.
5174         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
5175         $(abs_top_srcdir) to each script and having each of them
5176         duplicate the work of setting PATH, set PATH here, using
5177         the new variable, abs_aux_dir instead.
5178         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
5179         * tests/test-vc-list-files-git.sh: Likewise.
5180         Reported by Bruno Haible.
5181
5182 2008-05-01  Bruno Haible  <bruno@clisp.org>
5183
5184         * lib/getndelim2.c (getndelim2): Fix newsize computation during
5185         reallocation. Rename 'done' to 'found_delimiter'.
5186
5187 2008-05-01  Jim Meyering  <meyering@redhat.com>
5188
5189         vc-list-files: accommodate /bin/sh like the one from Solaris 10
5190         * build-aux/vc-list-files: Use `...`, not $(...).
5191
5192 2008-04-30  Jim Meyering  <meyering@redhat.com>
5193
5194         add tests for vc-list-files
5195         * modules/vc-list-files-tests: New module.
5196         * tests/test-vc-list-files-cvs.sh: New file.
5197         * tests/test-vc-list-files-git.sh: New file.
5198
5199         avoid a warning from gcc
5200         * lib/getndelim2.c (IF_LINT): Define.
5201         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
5202
5203         vc-list-files: work properly with build-aux/cvsu, too
5204         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
5205         to all cvs-based clauses.
5206
5207         vc-list-files: work properly in the CVS+awk case, too
5208         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
5209
5210         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
5211         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
5212         take more than one file argument, so .  Add quotes, just in case $dir
5213         ever contains a shell meta-character.  Prompted by Soren Hansen in
5214         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
5215
5216 2008-04-29  Eric Blake  <ebb9@byu.net>
5217
5218         Optimize getndelim2 to use block operations when possible.
5219         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
5220         freadseek, and memchr2.
5221         * lib/getndelim2.c (getndelim2): Use them for block reads.
5222
5223 2008-04-29  Bruno Haible  <bruno@clisp.org>
5224
5225         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
5226         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5227         * modules/inet_ntop (Depends-on): Add extensions.
5228         * modules/inet_pton (Depends-on): Likewise.
5229         Reported by Simon Josefsson.
5230
5231 2008-04-29  Jim Meyering  <meyering@redhat.com>
5232
5233         When the is more than one match in a block, match all of them.
5234         * build-aux/useless-if-before-free: Iterate through each block
5235         until there are no more matches.
5236
5237         Fix broken useless-if-before-free script.
5238         * build-aux/useless-if-before-free: Fix typo: missing "?" after
5239         the expression to match cast of argument to free-like function.
5240
5241 2008-04-29  Eric Blake  <ebb9@byu.net>
5242
5243         Use new header.
5244         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
5245
5246 2008-04-29  Jim Meyering  <meyering@redhat.com>
5247
5248         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
5249         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
5250         by gnulib to exist and to declare e.g., inet_ntop.
5251         Don't include "inet_ntop.h", now removed.
5252
5253         * m4/arpa_inet_h.m4: Remove trailing blanks.
5254
5255 2008-04-29  Eric Blake  <ebb9@byu.net>
5256
5257         Silence valgrind on safe reads beyond potential array bounds.
5258         * lib/rawmemchr.valgrind: New file.
5259         * lib/strchrnul.valgrind: Likewise.
5260         * modules/rawmemchr (Files): Distribute new file.
5261         * modules/strchrnul (Files): Likewise.
5262         Suggested by Bruno Haible.
5263
5264 2008-04-29  Bruno Haible  <bruno@clisp.org>
5265
5266         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
5267         (inet_ntop, inet_pton): Change portability warning's wording.
5268         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
5269         Invoke gl_CHECK_NEXT_HEADERS.
5270         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
5271         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
5272         set ARPA_INET_H.
5273         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5274         * modules/arpa_inet (Description): No longer only for systems that
5275         lack it.
5276         (Depends-on): Add include_next.
5277         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
5278         HAVE_ARPA_INET_H.
5279
5280 2008-04-29  Jim Meyering  <meyering@redhat.com>
5281
5282         * modules/mkdir (License): Re-license as LGPLv2+.
5283
5284 2008-04-29  Bruno Haible  <bruno@clisp.org>
5285
5286         * modules/rawmemchr (Maintainer): Set to Eric.
5287         * modules/strchrnul (Maintainer): Likewise.
5288
5289 2008-04-29  Simon Josefsson  <simon@josefsson.org>
5290
5291         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
5292         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
5293
5294         * modules/arpa_inet (arpa/inet.h): Use them.
5295
5296 2008-04-28  Eric Blake  <ebb9@byu.net>
5297
5298         Test getndelim2.
5299         * modules/getndelim2-tests: New file.
5300         * tests/test-getndelim2.c: Likewise.
5301         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
5302         stream.
5303         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
5304
5305         * MODULES.html.sh: Document new module.
5306
5307 2008-04-20  Bruno Haible  <bruno@clisp.org>
5308
5309         * lib/c-stack.c (die): Use raise.
5310         * modules/c-stack (Depends-on): Add raise.
5311
5312 2008-04-28  Bruno Haible  <bruno@clisp.org>
5313
5314         Expect rpmatch to be declared.
5315         * lib/yesno.c (rpmatch): Remove declaration.
5316
5317         Declare rpmatch.
5318         * lib/stdlib.in.h (rpmatch): New declaration.
5319         * lib/rpmatch.c: Include <stdlib.h> first.
5320         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
5321         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
5322         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
5323         HAVE_RPMATCH.
5324         * modules/rpmatch (Depends-on): Add stdlib, extensions.
5325         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5326         (Include): Set to <stdlib.h>.
5327         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
5328         HAVE_RPMATCH.
5329         * NEWS: Document the change.
5330
5331 2008-04-28  Bruno Haible  <bruno@clisp.org>
5332
5333         Change rpmatch to use nl_langinfo when appropriate.
5334         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
5335         (N_): New macro.
5336         (localized_pattern): New function/macro.
5337         (try): Remove match, nomatch arguments. Copy the pattern into safe
5338         memory before caching it.
5339         (rpmatch): Use localized_pattern. Add translator comments.
5340         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
5341         Suggested by Eric Blake.
5342         * modules/rpmatch (Depends-on): Add stdbool.
5343
5344 2008-04-28  Eric Blake  <ebb9@byu.net>
5345
5346         Add rawmemchr module, matching glibc.
5347         * modules/string (Makefile.am): New indicator.
5348         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
5349         * lib/string.in.h (rawmemchr): Declare when appropriate.
5350         * modules/rawmemchr: New file.
5351         * m4/rawmemchr.m4: Likewise.
5352         * lib/rawmemchr.c: Likewise.
5353         * modules/rawmemchr-tests: Likewise.
5354         * tests/test-rawmemchr.c: Likewise.
5355         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
5356         module.
5357         * modules/strchrnul (Depends-on): Add rawmemchr.
5358         * lib/strchrnul.c (strchrnul): Optimize a corner case.
5359
5360         Whitespace cleanup.
5361         * tests/test-strchrnul.c: Reindent.
5362         * lib/strchrnul.c: Likewise.
5363
5364         Optimize and test strchrnul.
5365         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
5366         * modules/strchrnul-tests: New file.
5367         * tests/test-strchrnul.c: Likewise.
5368
5369         Remove intprops dependency.
5370         * modules/memchr (Depends-on): Remove intprops.
5371         * modules/memrchr (Depends-on): Likewise.
5372         * modules/memchr2 (Depends-on): Likewise.
5373         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
5374         * lib/memrchr.c (__memrchr): Likewise.
5375         * lib/memrchr2.c (memchr2): Likewise.
5376         Reported by Simon Josefsson.
5377
5378 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5379
5380         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
5381         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5382
5383 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5384
5385         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
5386
5387         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
5388
5389         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
5390
5391         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
5392         declarations.
5393         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
5394
5395         * m4/inet_pton.m4: Don't check for header files.
5396
5397         * m4/inet_ntop.m4: Don't check for header files.
5398
5399 2008-04-28  Simon Josefsson  <simon@josefsson.org>
5400
5401         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
5402         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
5403         trigger for cygwin).
5404         Reported by Bruno Haible  <bruno@clisp.org>.
5405
5406 2008-04-28  Bruno Haible  <bruno@clisp.org>
5407
5408         * doc/posix-functions/strdup.texi: Mention mingw problem.
5409
5410 2008-04-27  Bruno Haible  <bruno@clisp.org>
5411
5412         * modules/stat-time-tests (Depends-on): Add sleep.
5413         * tests/test-stat-time.c (force_unlink): New function.
5414         (cleanup): Use it.
5415         (test_mtime): Remove the ctime related tests.
5416         (test_ctime): New function, containing the ctime related tests.
5417         (main): Call test_ctime, except on native Windows platforms.
5418
5419 2008-04-27  Bruno Haible  <bruno@clisp.org>
5420
5421         * lib/rpmatch.c (rpmatch): Add some comments.
5422         Reported by James Youngman <jay@gnu.org>.
5423
5424 2008-04-27  Bruno Haible  <bruno@clisp.org>
5425
5426         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
5427         quiet NaNs.
5428
5429 2008-04-27  Bruno Haible  <bruno@clisp.org>
5430
5431         Make test-yesno.sh work on mingw.
5432         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
5433         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
5434         (main): Set stdin to binary mode.
5435         * modules/yesno-tests (Depends-on): Add binary-io.
5436
5437 2008-04-27  Bruno Haible  <bruno@clisp.org>
5438
5439         Fix 'isfinite' on x86, x86_64, ia64 platforms.
5440         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
5441         argument that lie outside the IEEE 854 domain.
5442         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
5443         (gl_ISFINITE): Use it.
5444         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
5445
5446 2008-04-27  Bruno Haible  <bruno@clisp.org>
5447
5448         Allow local renaming in config.h.
5449         * lib/memrchr.c (memrchr): Don't undefine outside libc.
5450
5451 2008-04-27  Bruno Haible  <bruno@clisp.org>
5452
5453         * lib/memchr.c (__memchr): Change type of 'i'.
5454         * lib/memchr2.c (memchr2): Likewise.
5455
5456 2008-04-26  Eric Blake  <ebb9@byu.net>
5457         and Bruno Haible  <bruno@clisp.org>
5458
5459         Optimize and test memrchr.
5460         * modules/memrchr (Depends-on): Add intprops.
5461         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
5462         * modules/memrchr-tests: New file.
5463         * tests/test-memrchr.c: New file.
5464
5465 2008-04-26  Bruno Haible  <bruno@clisp.org>
5466
5467         Add tentative support for DragonFly BSD.
5468         * lib/stdio-impl.h: Add macros for DragonFly BSD.
5469         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
5470         fp.
5471         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5472         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
5473         * lib/fpurge.c (fpurge): Likewise.
5474         * lib/freadable.c (freaadable): Likewise.
5475         * lib/freadahead.c (freadahead): Likewise.
5476         * lib/freading.c (freading): Likewise.
5477         * lib/freadptr.c (freadptr): Likewise.
5478         * lib/freadseek.c (freadptrinc): Likewise.
5479         * lib/fseeko.c (fseeko): Likewise.
5480         * lib/fseterr.c (fseterr): Likewise.
5481         * lib/fwritable.c (fwritable): Likewise.
5482         * lib/fwriting.c (fwriting): Likewise.
5483
5484 2008-04-26  Bruno Haible  <bruno@clisp.org>
5485
5486         * lib/stdio-impl.h: New file.
5487         * lib/fbufmode.c: Include stdio-impl.h.
5488         (fbufmode): Use fp_, remove redundant #defines.
5489         * lib/fflush.c: Include stdio-impl.h.
5490         (clear_ungetc_buffer): Remove redundant #defines.
5491         * lib/fpurge.c: Include stdio-impl.h.
5492         (fpurge): Remove redundant #defines.
5493         * lib/freadable.c: Include stdio-impl.h.
5494         (freadable): Remove redundant #defines.
5495         * lib/freadahead.c: Include stdio-impl.h.
5496         (freadahead): Remove redundant #defines.
5497         * lib/freading.c: Include stdio-impl.h.
5498         (freading): Remove redundant #defines.
5499         * lib/freadptr.c: Include stdio-impl.h.
5500         (freadptr): Remove redundant #defines.
5501         * lib/freadseek.c: Include stdio-impl.h.
5502         (freadptrinc): Remove redundant #defines.
5503         * lib/fseeko.c: Include stdio-impl.h.
5504         (rpl_fseeko): Remove redundant #defines.
5505         * lib/fseterr.c: Include stdio-impl.h.
5506         (fseterr): Remove redundant #defines.
5507         * lib/fwritable.c: Include stdio-impl.h.
5508         (fwritable: Remove redundant #defines.
5509         * lib/fwriting.c: Include stdio-impl.h.
5510         (fwriting): Remove redundant #defines.
5511         * modules/fbufmode (Files): Add lib/stdio-impl.h.
5512         * modules/fflush (Files): Likewise.
5513         * modules/fpurge (Files): Likewise.
5514         * modules/freadable (Files): Likewise.
5515         * modules/freadahead (Files): Likewise.
5516         * modules/freading (Files): Likewise.
5517         * modules/freadptr (Files): Likewise.
5518         * modules/freadseek (Files): Likewise.
5519         * modules/fseeko (Files): Likewise.
5520         * modules/fseterr (Files): Likewise.
5521         * modules/fwritable (Files): Likewise.
5522         * modules/fwriting (Files): Likewise.
5523
5524 2008-04-26  Bruno Haible  <bruno@clisp.org>
5525
5526         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
5527         restore_seek_optimization, update_fpos_cache): New functions, extracted
5528         from rpl_fflush.
5529         (rpl_fflush): Use them.
5530         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
5531         (gl_REPLACE_FFLUSH): Use it.
5532
5533 2008-04-26  Bruno Haible  <bruno@clisp.org>
5534
5535         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
5536         on Solaris.
5537         * tests/test-xstrtoimax.sh: Likewise.
5538         * tests/test-xstrtoumax.sh: Likewise.
5539         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5540
5541 2008-04-26  Bruno Haible  <bruno@clisp.org>
5542
5543         * modules/memchr-tests: New file.
5544         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
5545
5546 2008-04-26  Eric Blake  <ebb9@byu.net>
5547             Bruno Haible  <bruno@clisp.org>
5548
5549         * lib/memchr.c: Include intprops.h.
5550         (__memchr): Optimize parallel detection of matching bytes. Rename local
5551         variables. Add explanatory comments.
5552
5553 2008-04-26  Bruno Haible  <bruno@clisp.org>
5554
5555         Fix module 'memchr', broken since 2000-10-28.
5556         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
5557
5558 2008-04-26  Bruno Haible  <bruno@clisp.org>
5559
5560         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
5561         comments.
5562
5563 2008-04-25  Eric Blake  <ebb9@byu.net>
5564
5565         Use native fstatat on cygwin 1.7.0.
5566         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
5567         first.
5568
5569 2008-04-23  Eric Blake  <ebb9@byu.net>
5570
5571         Improve memchr2 performance.
5572         * lib/memchr2.c (memchr2): Further optimize parallel detection of
5573         NUL bytes.
5574         * modules/memchr2 (Depends-on): Use intprops.h.
5575
5576 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5577
5578         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
5579         an inline function instead of a CPP macro.  Patch by Ben Pfaff
5580         <blp@cs.stanford.edu>.
5581
5582 2008-04-23  Simon Josefsson  <simon@josefsson.org>
5583
5584         * lib/arpa_inet.in.h: New file.
5585
5586         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
5587         (Makefile.am): Sed in substitute header file.
5588
5589         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
5590         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
5591
5592         * modules/inet_ntop (configure.ac): Use
5593         gl_ARPA_INET_MODULE_INDICATOR.
5594
5595         * modules/inet_pton (configure.ac): Use
5596         gl_ARPA_INET_MODULE_INDICATOR.
5597
5598 2008-04-22  Jim Meyering  <meyering@redhat.com>
5599
5600         * modules/verify (License): Re-license as LGPLv2+.
5601
5602 2008-04-22  Simon Josefsson  <simon@josefsson.org>
5603
5604         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
5605         parameter to void* as per POSIX standard (MinGW uses char*).
5606
5607 2008-04-21  Bruno Haible  <bruno@clisp.org>
5608
5609         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5610         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5611         Define to replacements if REPLACE_ISWCNTRL is 1.
5612         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
5613         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
5614         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
5615         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
5616         what it fixes.
5617         * doc/posix-functions/iswalpha.texi: Likewise.
5618         * doc/posix-functions/iswblank.texi: Likewise.
5619         * doc/posix-functions/iswcntrl.texi: Likewise.
5620         * doc/posix-functions/iswdigit.texi: Likewise.
5621         * doc/posix-functions/iswgraph.texi: Likewise.
5622         * doc/posix-functions/iswlower.texi: Likewise.
5623         * doc/posix-functions/iswprint.texi: Likewise.
5624         * doc/posix-functions/iswpunct.texi: Likewise.
5625         * doc/posix-functions/iswspace.texi: Likewise.
5626         * doc/posix-functions/iswupper.texi: Likewise.
5627         * doc/posix-functions/iswxdigit.texi: Likewise.
5628         Reported by Alain Guibert.
5629
5630 2008-04-21  Bruno Haible  <bruno@clisp.org>
5631
5632         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
5633         Patch by Alain Guibert.
5634
5635 2008-04-21  Bruno Haible  <bruno@clisp.org>
5636
5637         Fix test failures on mingw.
5638         * tests/test-xstrtol.c (print_no_progname): New function.
5639         (main): Install it in error_print_progname hook.
5640         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
5641         * tests/test-xstrtoimax.sh: Likewise.
5642         * tests/test-xstrtoumax.sh: Likewise.
5643
5644 2008-04-21  Bruno Haible  <bruno@clisp.org>
5645
5646         Fix test failure on mingw.
5647         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
5648
5649 2008-04-21  Bruno Haible  <bruno@clisp.org>
5650
5651         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
5652         Actually assign a value.
5653
5654 2008-04-20  Bruno Haible  <bruno@clisp.org>
5655
5656         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
5657         take 2.
5658         * lib/canonicalize.c (canonicalize_file_name): Elide if the
5659         'canonicalize-lgpl' module is also used.
5660         * lib/canonicalize-lgpl.c: Undo last change.
5661         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
5662
5663 2008-04-20  Bruno Haible  <bruno@clisp.org>
5664
5665         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
5666         config.h. Provide _mkdir based fallback for mingw.
5667         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
5668         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
5669         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
5670         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
5671         rather than defining mkdir in config.h.
5672         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
5673         (gl_SYS_STAT_H_DEFAULTS): New macro.
5674         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
5675         HAVE_IO_H any more.
5676         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
5677         HAVE_DECL_MKDIR and HAVE_IO_H.
5678
5679 2008-04-20  Bruno Haible  <bruno@clisp.org>
5680
5681         * lib/isapipe.c: Port to native Windows platforms.
5682
5683 2008-04-20  Bruno Haible  <bruno@clisp.org>
5684
5685         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
5686
5687 2008-04-21  Eric Blake  <ebb9@byu.net>
5688
5689         Work around preprocessors that don't handle UINTMAX_MAX.
5690         * lib/memchr2.c (memchr2): Avoid embedded #if.
5691         Reported by Alain Guibert, fix suggested by Bruno Haible.
5692
5693 2008-04-21  Simon Josefsson  <simon@josefsson.org>
5694
5695         * doc/posix-functions/strftime.texi (strftime): Explain better
5696         Windows incompatibility.  Suggested by Micah Cowan
5697         <micah@cowan.name>.
5698
5699 2008-04-20  Bruno Haible  <bruno@clisp.org>
5700
5701         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
5702         unistr/u8-mblen.
5703
5704 2008-04-20  Bruno Haible  <bruno@clisp.org>
5705
5706         Fix test failure on platforms with non-GNU iconv.
5707         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
5708         (U_TO_U8): Use it, rather than u16_to_u8.
5709         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
5710         units at the end of the input string.
5711         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
5712
5713 2008-04-20  Bruno Haible  <bruno@clisp.org>
5714
5715         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
5716         when the resulting length is 0.
5717         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
5718
5719 2008-04-20  Bruno Haible  <bruno@clisp.org>
5720
5721         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
5722         works.
5723         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
5724
5725 2008-04-20  Bruno Haible  <bruno@clisp.org>
5726
5727         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
5728         * modules/tsearch-tests (configure.ac): Test for initstate function.
5729
5730 2008-04-20  Bruno Haible  <bruno@clisp.org>
5731
5732         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
5733         for nlink_t if missing.
5734         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
5735
5736 2008-04-19  Bruno Haible  <bruno@clisp.org>
5737
5738         Work around snprintf bug on Linux libc5.
5739         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
5740         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
5741         gl_SNPRINTF_SIZE1.
5742         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5743         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
5744         that test failed.
5745         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
5746         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
5747         * modules/snprintf (Files): Add m4/printf.m4.
5748         * modules/vsnprintf (Files): Likewise.
5749         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
5750         * doc/posix-functions/vsnprintf.texi: Likewise.
5751
5752 2008-04-19  Bruno Haible  <bruno@clisp.org>
5753
5754         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
5755         from 0.0058 to less than 10^-7.
5756
5757 2008-04-19  Bruno Haible  <bruno@clisp.org>
5758
5759         Fix rounding when a precision is given.
5760         * lib/vasnprintf.c (is_borderline): New function.
5761         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
5762         9...9x.
5763         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
5764         %e, %g.
5765         * tests/test-vasprintf-posix.c (test_function): Likewise.
5766         * tests/test-snprintf-posix.h (test_function): Likewise.
5767         * tests/test-sprintf-posix.h (test_function): Likewise.
5768         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
5769         * tests/test-printf-posix.h (test_function): Likewise.
5770         * tests/test-printf-posix.output: Update.
5771         Reported by John Darrington <john@darrington.wattle.id.au> via
5772         Ben Pfaff <blp@cs.stanford.edu>.
5773
5774 2008-04-18  Simon Josefsson  <simon@josefsson.org>
5775
5776         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
5777         Suggested by Bruno Haible <bruno@clisp.org>.
5778
5779 2008-04-17  Bruno Haible  <bruno@clisp.org>
5780
5781         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
5782         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
5783         implementation.
5784         Patch by Bruce Merry <bmerry@gmail.com>.
5785
5786 2008-04-17  Simon Josefsson  <simon@josefsson.org>
5787
5788         * doc/posix-functions/strftime.texi (strftime): Mention that %e
5789         doesn't work under Windows.
5790
5791 2008-04-16  Bruno Haible  <bruno@clisp.org>
5792
5793         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
5794         New macros.
5795         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
5796         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
5797         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
5798         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
5799         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
5800         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
5801         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
5802         macros.
5803         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
5804         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
5805         Northern Sotho, Uighur.
5806
5807 2008-04-16  Bruno Haible  <bruno@clisp.org>
5808
5809         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
5810         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
5811         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
5812         Reported by Daniel Bergström <daniel@octocode.com>.
5813
5814 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
5815             Bruno Haible  <bruno@clisp.org>
5816
5817         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
5818         function.
5819         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
5820         New functions, mostly extracted from gl_locale_name_default.
5821         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
5822
5823 2008-04-16  Eric Blake  <ebb9@byu.net>
5824
5825         Adjust strtod detection to catch glibc 2.7 bug.
5826         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
5827         Reported by John Gatewood Ham.
5828
5829 2008-04-16  Bruno Haible  <bruno@clisp.org>
5830
5831         Add tentative support for Linux libc5.
5832         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
5833         * lib/fpurge.c (fpurge): Likewise.
5834         * lib/freadable.c (freadable): Likewise.
5835         * lib/freadahead.c (freadahead): Likewise.
5836         * lib/freading.c (freading): Likewise.
5837         * lib/freadptr.c (freadptr): Likewise.
5838         * lib/freadseek.c (freadptrinc): Likewise.
5839         * lib/fseeko.c (rpl_fseeko): Likewise.
5840         * lib/fseterr.c (fseterr): Likewise.
5841         * lib/fwritable.c (fwritable): Likewise.
5842         * lib/fwriting.c (fwriting): Likewise.
5843         Reported by Alain Guibert <alguibert+bts@free.fr>.
5844
5845 2008-04-15  Bruno Haible  <bruno@clisp.org>
5846
5847         * modules/mathl (configure.ac): Define module indicator.
5848
5849 2008-04-15  Bruno Haible  <bruno@clisp.org>
5850
5851         * lib/logl.c (logl): Remove unused variables.
5852
5853 2008-04-15  Bruno Haible  <bruno@clisp.org>
5854
5855         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
5856         fails.
5857
5858 2008-04-15  Bruno Haible  <bruno@clisp.org>
5859
5860         * lib/trim.c (trim2): Fix argument of isspace() macro.
5861
5862 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
5863
5864         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
5865         to 0.
5866         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
5867
5868 2008-04-14  Bruno Haible  <bruno@clisp.org>
5869
5870         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
5871         AC_LANG_PROGRAM argument.
5872         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
5873         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
5874         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
5875         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5876         * m4/math_h.m4 (gl_MATH_H): Likewise.
5877         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
5878         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5879         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
5880         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
5881         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
5882         * m4/regex.m4 (gl_REGEX): Likewise.
5883         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
5884         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
5885         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5886         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
5887         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5888         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5889         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5890         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
5891
5892 2008-04-14  Jim Meyering  <meyering@redhat.com>
5893
5894         test-strtod: fix typos: s/abs/fabs/
5895         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
5896
5897 2008-04-13  Bruno Haible  <bruno@clisp.org>
5898
5899         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
5900         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
5901         module is also used and while not building the reloc-wrapper.
5902
5903 2008-04-13  Bruno Haible  <bruno@clisp.org>
5904
5905         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
5906
5907 2008-04-13  Bruno Haible  <bruno@clisp.org>
5908
5909         Fix AIX compilation failure introduced on 2008-04-02.
5910         * tests/test-frexp.c (exp): Undefine before redefining.
5911         * tests/test-frexpl.c (exp): Likewise.
5912
5913 2008-04-13  Bruno Haible  <bruno@clisp.org>
5914
5915         Work around a HP-UX stdio bug.
5916         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
5917         * tests/test-ftello.c (main): Likewise.
5918         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
5919         * doc/posix-functions/ftello.texi: Likewise.
5920
5921 2008-04-13  Bruno Haible  <bruno@clisp.org>
5922
5923         Make test-signbit pass on HP-UX/hppa.
5924         * tests/test-signbit.c (minus_zerol): New variable.
5925         (test_signbitl): Use it.
5926
5927 2008-04-13  Bruno Haible  <bruno@clisp.org>
5928
5929         Make truncl work on OSF/1 4.0.
5930         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
5931         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
5932         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
5933         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
5934         HAVE_DECL_TRUNCL.
5935         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
5936         HAVE_DECL_TRUNCL.
5937         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
5938
5939 2008-04-13  Bruno Haible  <bruno@clisp.org>
5940
5941         * lib/unictype.h: Remove trailing comma from enumeration definitions.
5942
5943 2008-04-13  Bruno Haible  <bruno@clisp.org>
5944
5945         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
5946         expression, so as to avoid HP-UX 11 cc compiler bug.
5947
5948 2008-04-13  Bruno Haible  <bruno@clisp.org>
5949
5950         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
5951
5952 2008-04-13  Bruno Haible  <bruno@clisp.org>
5953
5954         * lib/git-merge-changelog.c: Remove empty declaration outside of
5955         functions.
5956
5957 2008-04-13  Bruno Haible  <bruno@clisp.org>
5958
5959         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
5960
5961 2008-04-13  Bruno Haible  <bruno@clisp.org>
5962
5963         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
5964         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
5965         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
5966         also if it exists but lacks definitions of the SHUT_* macros.
5967         * modules/sys_socket (Description): Update.
5968         Reported by Elbert Pol <e.pol@chello.nl>.
5969
5970 2008-04-13  Bruno Haible  <bruno@clisp.org>
5971
5972         * lib/localcharset.c (OS2): Don't redefine if already defined.
5973         Reported by Elbert Pol <e.pol@chello.nl>.
5974
5975 2008-04-13  Bruno Haible  <bruno@clisp.org>
5976
5977         * lib/binary-io.h [__EMX__]: Include <io.h>.
5978         Reported by Elbert Pol <e.pol@chello.nl>.
5979
5980 2008-04-12  Bruno Haible  <bruno@clisp.org>
5981
5982         * lib/fpucw.h: Enable the definitions also for x86_64.
5983         Needed for NetBSD/x86_64.
5984         Reported by Thomas Klausner <tk@giga.or.at>.
5985
5986 2008-04-12  Bruno Haible  <bruno@clisp.org>
5987
5988         * tests/test-strtod.c: Include isnand.h.
5989         (main): Use isnand instead of isnan.
5990         Reported by Jim Meyering.
5991
5992 2008-04-12  Bruno Haible  <bruno@clisp.org>
5993
5994         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
5995         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5996
5997 2008-04-12  Jim Meyering  <meyering@redhat.com>
5998
5999         * m4/math_h.m4 (gl_MATH_H): Fix typos.
6000
6001 2008-04-12  Bruno Haible  <bruno@clisp.org>
6002
6003         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
6004         Reported by Elbert Pol <e.pol@chello.nl>.
6005
6006 2008-04-12  Eric Blake  <ebb9@byu.net>
6007
6008         Work around Solaris 10 math.h bug.
6009         * m4/math_h.m4 (gl_MATH_H): Check for bug.
6010         (gl_MATH_H_DEFAULTS): Set up default.
6011         * modules/math (Makefile.am): Replace new indicators.
6012         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
6013         * tests/test-math.c (main): Test this.
6014         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
6015         * doc/posix-headers/math.texi (math.h): Mention bug.
6016         Reported by Nelson H. F. Beebe and Jim Meyering.
6017
6018 2008-04-11  Bruno Haible  <bruno@clisp.org>
6019
6020         Adapt to future versions of Apple GCC.
6021         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
6022         Reported by Peter O'Gorman <peter@pogma.com>.
6023
6024 2008-04-11  Bruno Haible  <bruno@clisp.org>
6025
6026         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
6027
6028 2008-04-11  Bruno Haible  <bruno@clisp.org>
6029
6030         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
6031
6032         * modules/getaddrinfo-tests (Makefile.am): Define
6033         test_getaddrinfo_LDADD.
6034
6035 2008-04-11  Bruno Haible  <bruno@clisp.org>
6036
6037         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
6038         (init): Fix syntax error.
6039         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
6040         is declared.
6041
6042 2008-04-11  Bruno Haible  <bruno@clisp.org>
6043
6044         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
6045         * modules/glob (Depends-on): Add stdbool.
6046
6047 2008-04-11  Bruno Haible  <bruno@clisp.org>
6048
6049         * lib/trim.c: Include <string.h>.
6050
6051 2008-04-11  Eric Blake  <ebb9@byu.net>
6052
6053         Avoid compile failure on OS/2.
6054         * lib/regex_internal.h (internal_function): Disable optimization
6055         on OS/2 (__EMX__), where it caused compiler error.
6056         Reported by Elbert Pol.
6057
6058 2008-04-11  Bruno Haible  <bruno@clisp.org>
6059
6060         Flush the standard error stream before aborting. Needed on mingw.
6061         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
6062         * tests/test-array_list.c (ASSERT): Likewise.
6063         * tests/test-array_oset.c (ASSERT): Likewise.
6064         * tests/test-avltree_list.c (ASSERT): Likewise.
6065         * tests/test-avltree_oset.c (ASSERT): Likewise.
6066         * tests/test-avltreehash_list.c (ASSERT): Likewise.
6067         * tests/test-binary-io.c (ASSERT): Likewise.
6068         * tests/test-byteswap.c (ASSERT): Likewise.
6069         * tests/test-c-ctype.c (ASSERT): Likewise.
6070         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
6071         * tests/test-c-strcasestr.c (ASSERT): Likewise.
6072         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
6073         * tests/test-c-strstr.c (ASSERT): Likewise.
6074         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
6075         * tests/test-canonicalize.c (ASSERT): Likewise.
6076         * tests/test-carray_list.c (ASSERT): Likewise.
6077         * tests/test-ceilf1.c (ASSERT): Likewise.
6078         * tests/test-ceilf2.c (ASSERT): Likewise.
6079         * tests/test-ceill.c (ASSERT): Likewise.
6080         * tests/test-count-one-bits.c (ASSERT): Likewise.
6081         * tests/test-fbufmode.c (ASSERT): Likewise.
6082         * tests/test-fflush2.c (ASSERT): Likewise.
6083         * tests/test-floorf1.c (ASSERT): Likewise.
6084         * tests/test-floorf2.c (ASSERT): Likewise.
6085         * tests/test-floorl.c (ASSERT): Likewise.
6086         * tests/test-fopen.c (ASSERT): Likewise.
6087         * tests/test-fpending.c (ASSERT): Likewise.
6088         * tests/test-fprintf-posix.c (ASSERT): Likewise.
6089         * tests/test-fpurge.c (ASSERT): Likewise.
6090         * tests/test-freadable.c (ASSERT): Likewise.
6091         * tests/test-freadahead.c (ASSERT): Likewise.
6092         * tests/test-freading.c (ASSERT): Likewise.
6093         * tests/test-freadptr.c (ASSERT): Likewise.
6094         * tests/test-freadptr2.c (ASSERT): Likewise.
6095         * tests/test-freadseek.c (ASSERT): Likewise.
6096         * tests/test-freopen.c (ASSERT): Likewise.
6097         * tests/test-frexp.c (ASSERT): Likewise.
6098         * tests/test-frexpl.c (ASSERT): Likewise.
6099         * tests/test-fseek.c (ASSERT): Likewise.
6100         * tests/test-fseeko.c (ASSERT): Likewise.
6101         * tests/test-fstrcmp.c (ASSERT): Likewise.
6102         * tests/test-ftell.c (ASSERT): Likewise.
6103         * tests/test-ftello.c (ASSERT): Likewise.
6104         * tests/test-func.c (ASSERT): Likewise.
6105         * tests/test-fwritable.c (ASSERT): Likewise.
6106         * tests/test-fwriting.c (ASSERT): Likewise.
6107         * tests/test-getdelim.c (ASSERT): Likewise.
6108         * tests/test-getline.c (ASSERT): Likewise.
6109         * tests/test-i-ring.c (ASSERT): Likewise.
6110         * tests/test-iconv-utf.c (ASSERT): Likewise.
6111         * tests/test-iconv.c (ASSERT): Likewise.
6112         * tests/test-isfinite.c (ASSERT): Likewise.
6113         * tests/test-isnand.c (ASSERT): Likewise.
6114         * tests/test-isnanf.c (ASSERT): Likewise.
6115         * tests/test-isnanl.h (ASSERT): Likewise.
6116         * tests/test-ldexpl.c (ASSERT): Likewise.
6117         * tests/test-linked_list.c (ASSERT): Likewise.
6118         * tests/test-linkedhash_list.c (ASSERT): Likewise.
6119         * tests/test-localename.c (ASSERT): Likewise.
6120         * tests/test-lseek.c (ASSERT): Likewise.
6121         * tests/test-mbscasecmp.c (ASSERT): Likewise.
6122         * tests/test-mbscasestr1.c (ASSERT): Likewise.
6123         * tests/test-mbscasestr2.c (ASSERT): Likewise.
6124         * tests/test-mbscasestr3.c (ASSERT): Likewise.
6125         * tests/test-mbscasestr4.c (ASSERT): Likewise.
6126         * tests/test-mbschr.c (ASSERT): Likewise.
6127         * tests/test-mbscspn.c (ASSERT): Likewise.
6128         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
6129         * tests/test-mbspbrk.c (ASSERT): Likewise.
6130         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
6131         * tests/test-mbsrchr.c (ASSERT): Likewise.
6132         * tests/test-mbsspn.c (ASSERT): Likewise.
6133         * tests/test-mbsstr1.c (ASSERT): Likewise.
6134         * tests/test-mbsstr2.c (ASSERT): Likewise.
6135         * tests/test-mbsstr3.c (ASSERT): Likewise.
6136         * tests/test-memchr2.c (ASSERT): Likewise.
6137         * tests/test-memmem.c (ASSERT): Likewise.
6138         * tests/test-open.c (ASSERT): Likewise.
6139         * tests/test-printf-frexp.c (ASSERT): Likewise.
6140         * tests/test-printf-frexpl.c (ASSERT): Likewise.
6141         * tests/test-printf-posix.c (ASSERT): Likewise.
6142         * tests/test-quotearg.c (ASSERT): Likewise.
6143         * tests/test-rbtree_list.c (ASSERT): Likewise.
6144         * tests/test-rbtree_oset.c (ASSERT): Likewise.
6145         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
6146         * tests/test-round1.c (ASSERT): Likewise.
6147         * tests/test-roundf1.c (ASSERT): Likewise.
6148         * tests/test-roundl.c (ASSERT): Likewise.
6149         * tests/test-signbit.c (ASSERT): Likewise.
6150         * tests/test-sleep.c (ASSERT): Likewise.
6151         * tests/test-snprintf-posix.c (ASSERT): Likewise.
6152         * tests/test-snprintf.c (ASSERT): Likewise.
6153         * tests/test-sprintf-posix.c (ASSERT): Likewise.
6154         * tests/test-stat-time.c (ASSERT): Likewise.
6155         * tests/test-strcasestr.c (ASSERT): Likewise.
6156         * tests/test-strerror.c (ASSERT): Likewise.
6157         * tests/test-striconv.c (ASSERT): Likewise.
6158         * tests/test-striconveh.c (ASSERT): Likewise.
6159         * tests/test-striconveha.c (ASSERT): Likewise.
6160         * tests/test-strsignal.c (ASSERT): Likewise.
6161         * tests/test-strstr.c (ASSERT): Likewise.
6162         * tests/test-strtod.c (ASSERT): Likewise.
6163         * tests/test-trunc1.c (ASSERT): Likewise.
6164         * tests/test-trunc2.c (ASSERT): Likewise.
6165         * tests/test-truncf1.c (ASSERT): Likewise.
6166         * tests/test-truncf2.c (ASSERT): Likewise.
6167         * tests/test-truncl.c (ASSERT): Likewise.
6168         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
6169         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
6170         * tests/test-vasnprintf.c (ASSERT): Likewise.
6171         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
6172         * tests/test-vasprintf.c (ASSERT): Likewise.
6173         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
6174         * tests/test-vprintf-posix.c (ASSERT): Likewise.
6175         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
6176         * tests/test-vsnprintf.c (ASSERT): Likewise.
6177         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
6178         * tests/test-wcwidth.c (ASSERT): Likewise.
6179         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
6180         * tests/test-xprintf-posix.c (ASSERT): Likewise.
6181         * tests/test-xvasprintf.c (ASSERT): Likewise.
6182         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
6183         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
6184         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
6185         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
6186         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
6187         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
6188         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
6189         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
6190         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
6191         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
6192         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
6193         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
6194         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
6195         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
6196         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
6197         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
6198         * tests/unictype/test-block_list.c (ASSERT): Likewise.
6199         * tests/unictype/test-block_of.c (ASSERT): Likewise.
6200         * tests/unictype/test-block_test.c (ASSERT): Likewise.
6201         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
6202         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
6203         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
6204         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
6205         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
6206         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
6207         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
6208         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
6209         * tests/unictype/test-combining.c (ASSERT): Likewise.
6210         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
6211         * tests/unictype/test-digit.c (ASSERT): Likewise.
6212         * tests/unictype/test-mirror.c (ASSERT): Likewise.
6213         * tests/unictype/test-numeric.c (ASSERT): Likewise.
6214         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
6215         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
6216         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
6217         * tests/unictype/test-scripts.c (ASSERT): Likewise.
6218         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
6219         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
6220         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
6221         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
6222         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
6223         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
6224         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
6225         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
6226         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
6227         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
6228         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
6229         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
6230         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
6231         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
6232         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
6233         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
6234         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
6235         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
6236         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
6237         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
6238         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
6239         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
6240         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
6241         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
6242         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
6243         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
6244         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
6245         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
6246         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
6247         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
6248         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
6249         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
6250         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
6251         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
6252         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
6253         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
6254         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
6255         Reported by Eric Blake.
6256
6257 2008-04-11  Bruno Haible  <bruno@clisp.org>
6258
6259         * lib/wchar.in.h: Tweak comment.
6260
6261 2008-04-11  Bruno Haible  <bruno@clisp.org>
6262
6263         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
6264         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
6265         gl_COMMON.
6266         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
6267
6268 2008-04-11  Bruno Haible  <bruno@clisp.org>
6269
6270         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
6271
6272 2008-04-11  Simon Josefsson  <simon@josefsson.org>
6273
6274         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
6275         of attempting to use non-existing /dev/*random.  Based on patch
6276         from Adam Strzelecki <ono@java.pl> in
6277         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
6278
6279 2008-04-08  Bruno Haible  <bruno@clisp.org>
6280
6281         Add tentative support for emx+gcc.
6282         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
6283         * lib/fpurge.c (fpurge): Likewise.
6284         * lib/freadable.c (freadable): Likewise.
6285         * lib/freadahead.c (freadahead): Likewise.
6286         * lib/freading.c (freading): Likewise.
6287         * lib/freadptr.c (freadptr): Likewise.
6288         * lib/freadseek.c (freadptrinc): Likewise.
6289         * lib/fseeko.c (rpl_fseeko): Likewise.
6290         * lib/fseterr.c (fseterr): Likewise.
6291         * lib/fwritable.c (fwritable): Likewise.
6292         * lib/fwriting.c (fwriting): Likewise.
6293         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
6294
6295 2008-04-09  Eric Blake  <ebb9@byu.net>
6296
6297         Avoid some autoconf warnings.
6298         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
6299         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
6300         * m4/afs.m4 (gl_AFS): Likewise.
6301         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
6302         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
6303         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6304         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
6305         (gl_INTEGER_TYPE_SUFFIX): Likewise.
6306         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
6307         (AC_CHECK_DECLS_ONCE): Likewise.
6308         Rename file...
6309         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
6310         gnulib-tool requires autoconf 2.59 or better.
6311         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
6312
6313 2008-04-08  Eric Blake  <ebb9@byu.net>
6314
6315         Use 'git describe --match' if present (added in git 1.5.5).
6316         * build-aux/git-version-gen: Limit result to tags that match 'v*'
6317         if possible.
6318
6319 2008-04-08  Bruno Haible  <bruno@clisp.org>
6320
6321         Add tentative support for OpenServer.
6322         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
6323         _ptr, _cnt.
6324         * lib/fpurge.c (fpurge): Likewise.
6325         * lib/freadable.c (freadable): Likewise.
6326         * lib/freadahead.c (freadahead): Likewise.
6327         * lib/freading.c (freading): Likewise.
6328         * lib/freadptr.c (freadptr): Likewise.
6329         * lib/freadseek.c (freadptrinc): Likewise.
6330         * lib/fseeko.c (rpl_fseeko): Likewise.
6331         * lib/fseterr.c (fseterr): Likewise.
6332         * lib/fwritable.c (fwritable): Likewise.
6333         * lib/fwriting.c (fwriting): Likewise.
6334         Reported by Roger Cornelius <rac@tenzing.org> and
6335         Brian K. White <brian@aljex.com>.
6336
6337 2008-04-06  Jim Meyering  <meyering@redhat.com>
6338
6339         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
6340
6341 2008-04-06  Bruno Haible  <bruno@clisp.org>
6342
6343         Avoid possible error with non-ASCII bytes in UTF-8 locales.
6344         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
6345         * tests/test-printf-posix.sh: Likewise.
6346         * tests/test-vfprintf-posix.sh: Likewise.
6347         * tests/test-vprintf-posix.sh: Likewise.
6348         * tests/test-xprintf-posix.sh: Likewise.
6349
6350 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6351
6352         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
6353         hide error from 'ls', needed on OS/2.
6354         Report by Elbert Pol <elbert.pol@gmail.com>.
6355
6356 2008-04-04  Eric Blake  <ebb9@byu.net>
6357
6358         Make test-fseeko.c failures meaningful.
6359         * tests/test-fseeko.c: Print line number on failure.
6360         * tests/test-fseek.c: Likewise.
6361         Reported by Nelson H. F. Beebe.
6362
6363         Improve strtod bug detection check.
6364         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
6365         required for Solaris 10.
6366         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
6367
6368 2008-04-04  Bruno Haible  <bruno@clisp.org>
6369
6370         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
6371         by m4/setenv.m4.
6372
6373 2008-04-03  Eric Blake  <ebb9@byu.net>
6374
6375         Ensure sane .version contents.
6376         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
6377         version string.
6378         * build-aux/git-version-gen: Improve documentation.
6379
6380         Make GNU make output nicer.
6381         * top/GNUmakefile [!_have-Makefile]: Add dependency on
6382         MAKECMDGOALS to enforce message for all command line targets.  Set
6383         srcdir for use in maint.mk.
6384
6385         Another maintainer tweak.
6386         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
6387         a target that regenerates version.
6388
6389 2008-04-03  Jim Meyering  <meyering@redhat.com>
6390
6391         vc-list-files: don't cause coreutils "make po-check" failure
6392         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
6393
6394 2008-04-03  Eric Blake  <ebb9@byu.net>
6395
6396         Allow VPATH usage of vc-list-files.
6397         * build-aux/vc-list-files (scriptversion): Add timestamp.
6398         (options): Add --help, --version, -C.
6399         (CVS): Support installed cvsu.
6400
6401 2008-04-02  Bruno Haible  <bruno@clisp.org>
6402
6403         Avoid some "statement with no effect" warnings from gcc.
6404         * tests/test-wctype.c (main): Explicitly ignore unused values.
6405         Reported by Jim Meyering.
6406
6407 2008-04-02  Jim Meyering  <meyering@redhat.com>
6408
6409         Avoid some warnings from "gcc -Wshadow".
6410         * tests/test-frexp.c (exp): Define to a different identifier.
6411         * tests/test-frexpl.c (exp): Likewise.
6412
6413 2008-04-03  Jim Meyering  <meyering@redhat.com>
6414
6415         bootstrap: remove dangling *.[ch] symlinks from lib
6416         * build-aux/bootstrap [dangling symlink removal]: Move find's
6417         -depth option to precede all others, to avoid a warning.
6418         Remove *.[ch] files too, and from "$source_base" (usually lib/).
6419
6420 2008-04-02  Bruno Haible  <bruno@clisp.org>
6421
6422         Avoid some warnings from "gcc -Wshadow".
6423         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
6424         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
6425         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
6426         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
6427         Reported by Jim Meyering.
6428
6429 2008-04-01  Bruno Haible  <bruno@clisp.org>
6430
6431         Fix test to work on IRIX 6.5 with cc.
6432         * tests/test-math.c (numeric_equal): New function.
6433         (main): Use it.
6434
6435 2008-04-01  Bruno Haible  <bruno@clisp.org>
6436
6437         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
6438
6439 2008-04-01  Bruno Haible  <bruno@clisp.org>
6440
6441         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
6442         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6443         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
6444         (Depends-on): Remove math.
6445
6446         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
6447         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6448         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
6449         (Depends-on): Remove math.
6450
6451         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
6452         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6453         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
6454         (Depends-on): Remove math.
6455         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
6456         (Depends-on): Remove math.
6457
6458         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
6459         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
6460         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
6461         (Depends-on): Remove math.
6462         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
6463         (Depends-on): Remove math.
6464
6465         * tests/test-round1.c: Include nan.h.
6466         (main): Use NaNd instead of NAN.
6467         * modules/round-tests (Files): Add tests/nan.h.
6468
6469         * tests/test-trunc1.c: Include nan.h.
6470         (main): Use NaNd instead of NAN.
6471         * modules/trunc-tests (Files): Add tests/nan.h.
6472
6473         * tests/test-roundf1.c: Include nan.h.
6474         (main): Use NaNf instead of NAN.
6475         * modules/roundf-tests (Files): Add tests/nan.h.
6476
6477         * tests/test-truncf1.c: Include nan.h.
6478         (main): Use NaNf instead of NAN.
6479         * modules/truncf-tests (Files): Add tests/nan.h.
6480
6481         * tests/test-ceilf1.c: Include nan.h.
6482         (main): Use NaNf instead of NAN.
6483         * modules/ceilf-tests (Files): Add tests/nan.h.
6484
6485         * tests/test-floorf1.c: Include nan.h.
6486         (main): Use NaNf instead of NAN.
6487         * modules/floorf-tests (Files): Add tests/nan.h.
6488
6489         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
6490         (main): Use NaNf instead of NAN.
6491         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
6492
6493         * tests/test-isnand.c: Include nan.h instead of <math.h>.
6494         (main): Use NaNd instead of NAN.
6495         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
6496
6497         * tests/test-frexp.c: Include nan.h.
6498         (main): Use NaNd instead of NAN.
6499         * modules/frexp-tests (Files): Add tests/nan.h.
6500
6501         * lib/isnan.c: Don't include <math.h>.
6502         (FUNC): Don't use NAN macro.
6503         * modules/isnand-nolibm (Depends-on): Remove math.
6504         * modules/isnanf-nolibm (Depends-on): Remove math.
6505         * modules/isnanl (Depends-on): Remove math.
6506         * modules/isnanl-nolibm (Depends-on): Remove math.
6507
6508         * tests/nan.h: New file.
6509
6510 2008-04-01  Eric Blake  <ebb9@byu.net>
6511
6512         Fix typos.
6513         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
6514         values to be the right type.
6515
6516         For now, cater to gnulib strtod inaccuracies.
6517         * tests/test-strtod.c (main): Allow 1-ulp error on expected
6518         fractional results.  While not as nice from a QoI perspective, it
6519         is a quicker patch than correctly implementing decimal to binary
6520         rounding.
6521
6522 2008-03-31  Eric Blake  <ebb9@byu.net>
6523
6524         Guarantee a definition of NAN.
6525         * lib/math.in.h (NAN): Define if missing.
6526         * tests/test-math.c (main): Test it.
6527         * doc/posix-headers/math.texi (math.h): Document this.
6528         * lib/isnan.c (rpl_isnand): Use it.
6529         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
6530         * tests/test-floorf1.c (NaN): Likewise.
6531         * tests/test-frexp.c (NaN): Likewise.
6532         * tests/test-isnand.c (NaN): Likewise.
6533         * tests/test-isnanf.c (NaN): Likewise.
6534         * tests/test-round1.c (NaN): Likewise.
6535         * tests/test-roundf1.c (NaN): Likewise.
6536         * tests/test-snprintf-posix.h (NaN): Likewise.
6537         * tests/test-sprintf-posix.h (NaN): Likewise.
6538         * tests/test-trunc1.c (NaN): Likewise.
6539         * tests/test-truncf1.c (NaN): Likewise.
6540         * tests/test-vasnprintf-posix.c (NaN): Likewise.
6541         * tests/test-vasprintf-posix.c (NaN): Likewise.
6542         * modules/isnand-nolibm (Depends-on): Add math.
6543         * modules/isnanf-nolibm (Depends-on): Likewise.
6544         * modules/isnanl (Depends-on): Likewise.
6545         * modules/isnanl-nolibm (Depends-on): Likewise.
6546         * modules/snprintf-posix-tests (Depends-on): Likewise.
6547         * modules/sprintf-posix-tests (Depends-on): Likewise.
6548         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
6549         * modules/vsprintf-posix-tests (Depends-on): Likewise.
6550         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
6551         * modules/vasprintf-posix-tests (Depends-on): Likewise.
6552
6553 2008-03-31  Bruno Haible  <bruno@clisp.org>
6554
6555         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
6556         * doc/posix-functions/strtod.texi: Likewise.
6557
6558 2008-03-31  Bruno Haible  <bruno@clisp.org>
6559
6560         * tests/test-strtod.c (main): Don't use C99 syntax.
6561
6562 2008-03-31  Bruno Haible  <bruno@clisp.org>
6563
6564         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
6565         Reported by Eric Blake.
6566
6567 2008-03-31  Jim Meyering  <meyering@redhat.com>
6568
6569         Don't compare actual signbit return values.
6570         * tests/test-strtod.c (main): Rather, compare only their
6571         zero/non-zero nature.
6572
6573 2008-03-31  Eric Blake  <ebb9@byu.net>
6574
6575         More strtod documentation.
6576         * doc/posix-functions/strtod.texi (strtod): Interpret more test
6577         failures as distinct bugs.
6578
6579 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
6580
6581         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
6582         Problem reported by Erik Benada in
6583         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
6584
6585 2008-03-30  Bruno Haible  <bruno@clisp.org>
6586
6587         * tests/test-strtod.c: Add comments about which assertion fails on which
6588         platform.
6589         * doc/posix-functions/strtod.texi: Add info about many more platforms.
6590
6591 2008-03-30  Eric Blake  <ebb9@byu.net>
6592
6593         Test signbit behavior on zeros.
6594         * tests/test-signbit.c (test_signbitf): Add tests for zero.
6595         (test_signbitd, test_signbitl): Likewise.
6596
6597         More strtod touchups.
6598         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
6599         sign of negative underflow, for now.  Use .5, not .1.
6600         * doc/posix-functions/strtod.texi (strtod): Mention these
6601         limitations.
6602         Reported by Jim Meyering.
6603
6604 2008-03-30  Bruno Haible  <bruno@clisp.org>
6605
6606         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
6607         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
6608
6609 2008-03-30  Bruno Haible  <bruno@clisp.org>
6610
6611         Avoid failure when attempting to return empty iconv results on some
6612         platforms.
6613         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
6614         allocation, don't report ENOMEM when the resulting string is empty.
6615
6616 2008-03-30  Bruno Haible  <bruno@clisp.org>
6617
6618         Fix buffer overrun.
6619         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
6620         Don't consider the width for tmp_length. Check count against tmp_length
6621         before doing the padding. Ensure enough allocation during padding.
6622
6623 2008-03-30  Eric Blake  <ebb9@byu.net>
6624
6625         strtod touchups.
6626         * lib/strtod.c (strtod): Avoid compiler warnings.
6627         Reported by Jim Meyering.
6628
6629 2008-03-30  Bruno Haible  <bruno@clisp.org>
6630
6631         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
6632         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
6633         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
6634         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
6635         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
6636         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
6637         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
6638         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
6639
6640         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
6641         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
6642         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
6643         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
6644         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
6645         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
6646         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
6647         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
6648
6649         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
6650         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
6651         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
6652         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
6653         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
6654         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
6655         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
6656         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
6657
6658         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
6659         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
6660
6661         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
6662         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
6663
6664         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
6665         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
6666
6667         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
6668         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
6669         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
6670
6671         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
6672         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
6673         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
6674
6675         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
6676         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
6677         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
6678
6679         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
6680         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
6681         * modules/vasprintf (Depends-on): Add EOVERFLOW.
6682
6683         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
6684         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
6685         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
6686         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
6687         (Depends-on): Add EOVERFLOW.
6688         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
6689         (Depends-on): Add EOVERFLOW.
6690         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6691         (Depends-on): Add EOVERFLOW.
6692         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
6693         (Depends-on): Add EOVERFLOW.
6694         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6695         (Depends-on): Add EOVERFLOW.
6696         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
6697         (Depends-on): Add EOVERFLOW.
6698         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6699         (Depends-on): Add EOVERFLOW.
6700         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
6701         (Depends-on): Add EOVERFLOW.
6702
6703         * lib/sprintf.c (EOVERFLOW): Remove fallback.
6704         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
6705         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
6706
6707         * lib/snprintf.c (EOVERFLOW): Remove fallback.
6708         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
6709         * modules/snprintf (Depends-on): Add EOVERFLOW.
6710
6711         * lib/poll.c (EOVERFLOW): Remove fallback.
6712         * modules/poll (Depends-on): Add EOVERFLOW.
6713
6714         * lib/getugroups.c (EOVERFLOW): Remove fallback.
6715         * modules/getugroups (Depends-on): Add EOVERFLOW.
6716
6717         * lib/getdelim.c (EOVERFLOW): Remove fallback.
6718         * modules/getdelim (Depends-on): Add EOVERFLOW.
6719
6720         * lib/ftell.c (EOVERFLOW): Remove fallback.
6721         * modules/ftell (Depends-on): Add EOVERFLOW.
6722
6723         * lib/fprintf.c (EOVERFLOW): Remove fallback.
6724         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
6725         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
6726
6727         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
6728
6729         * modules/EOVERFLOW-tests: New file.
6730         * tests/test-EOVERFLOW.c: New file.
6731
6732         * modules/EOVERFLOW: New file.
6733         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
6734
6735 2008-03-30  Bruno Haible  <bruno@clisp.org>
6736
6737         Fix bug introduced on 2007-06-10.
6738         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
6739         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
6740
6741 2008-03-30  Bruno Haible  <bruno@clisp.org>
6742
6743         Improve freadseek's efficiency after ungetc.
6744         * lib/freadseek.c: Include freadahead.h.
6745         (freadptrinc): New function, extracted from freadseek.
6746         (freadseek): Use it in a loop. Use freadahead to determine the number
6747         of loop iterations.
6748         * modules/freadseek (Depends-on): Add freadahead.
6749         (configure.ac): Require AC_C_INLINE.
6750
6751 2008-03-30  Bruno Haible  <bruno@clisp.org>
6752
6753         * lib/freadseek.c (freadseek): Don't ignore the return value of
6754         freadptr.
6755
6756 2008-03-29  Eric Blake  <ebb9@byu.net>
6757
6758         Add hex float support.
6759         * modules/strtod (Depends-on): Add c-ctype.
6760         (Link): Mention POW_LIB.
6761         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
6762         whitespace between 'e' and exponent.
6763         * tests/test-strtod.c (main): Enable hex float tests.
6764         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
6765         now provides.
6766
6767         Document various strtod bugs, with some fixes.
6768         * doc/posix-functions/strtod.texi (strtod): Document bugs with
6769         "-0x", "inf", "nan", and hex constants.
6770         * doc/posix-functions/atof.texi (atof): Likewise.
6771         * modules/stdlib (Makefile.am): Support strtod.
6772         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
6773         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
6774         detect additional strtod bugs.
6775         * lib/stdlib.in.h (rpl_strtod): Add declarations.
6776         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
6777         bool where appropriate.  Parse 'inf' and 'nan'.
6778         * tests/test-strtod.c: New file.
6779         * modules/strtod (Depends-on): Add stdbool, stdlib.
6780         (configure.ac): Turn on module indicator.
6781         * modules/strtod-tests: New module.
6782
6783 2008-03-29  Eric Blake  <ebb9@byu.net>
6784
6785         Fix ftell on mingw.
6786         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
6787         * modules/ftell-tests (Depends-on): Add binary-io.
6788         * modules/ftello-tests (Depends-on): Likewise.
6789         * tests/test-ftell.c (main): Enhance test to cover behavior after
6790         ungetc.  Enforce binary mode.
6791         * tests/test-ftello.c (main): Likewise.
6792
6793         Pass test-freadseek on cygwin.
6794         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
6795         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
6796         ungetc buffer.
6797
6798         * tests/test-fflush2.c (main): Fix typo.
6799
6800 2008-03-29  Bruno Haible  <bruno@clisp.org>
6801
6802         * tests/test-fflush2.c (main): Temporarily disable the contents of
6803         this test.
6804         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
6805         Reported by Eric Blake.
6806
6807 2008-03-28  Simon Josefsson  <simon@josefsson.org>
6808
6809         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
6810         (GC_SHA224_DIGEST_SIZE): Add.
6811
6812         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
6813         (gc_hash_digest_length): Likewise.
6814         (gc_hash_buffer): Likewise.
6815
6816 2008-03-25  Bruno Haible  <bruno@clisp.org>
6817
6818         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
6819         detail which gettext release to use.
6820         Reported by Simon Josefsson.
6821
6822 2008-03-26  Jim Meyering  <meyering@redhat.com>
6823
6824         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
6825         * modules/gnumakefile (clean-GNUmakefile): Also, use
6826         test ... && ... || : syntax rather than if-then ... fi.
6827
6828         gnumakefile: Don't double-quote-expand $(VPATH) value.
6829         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
6830
6831 2008-03-24  Eric Blake  <ebb9@byu.net>
6832
6833         Alter GNUmakefile to install into top directory.
6834         * modules/maintainer-makefile: Split, and add dependency...
6835         * modules/gnumakefile: to this new module.
6836         * build-aux/GNUmakefile: Move...
6837         * top/GNUmakefile: ...here.
6838         * build-aux/maint.mk: Move...
6839         * top/maint.mk: ...here.
6840         * MODULES.html.sh (Support for maintaining...): Document new
6841         module.
6842
6843 2008-03-23  Bruno Haible  <bruno@clisp.org>
6844
6845         * gnulib-tool: New options --vc-files, --no-vc-files.
6846         (func_usage): Document them.
6847         (vc_files): New variable.
6848         (func_import): Consider vc_files.
6849         (func_create_testdir): Set vc_files to empty.
6850         Suggested by Jim Meyering and Karl Berry.
6851
6852 2008-03-23  Bruno Haible  <bruno@clisp.org>
6853
6854         Fix regex compilation error on HP-UX 11.
6855         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
6856         * modules/regex (Files): Add m4/mbstate_t.m4.
6857         Reported by Ton Voon <ton.voon@altinity.com>.
6858
6859 2008-03-23  Bruno Haible  <bruno@clisp.org>
6860
6861         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
6862
6863 2008-03-23  Eric Blake  <ebb9@byu.net>
6864             Bruno Haible  <bruno@clisp.org>
6865
6866         Install files from top/ in the destination directory.
6867         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6868         augmentation also for the files from top/.
6869         (func_import, func_create_testdir): Rewrite file names:
6870         top/filename -> filename.
6871
6872 2008-03-23  Bruno Haible  <bruno@clisp.org>
6873
6874         Tweak "gnulib --version" output.
6875         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
6876
6877 2008-03-23  Bruno Haible  <bruno@clisp.org>
6878
6879         Tweak "gnulib --version" output.
6880         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
6881         rather than contents of ChangeLog, when possible.
6882
6883 2008-03-21  Eric Blake  <ebb9@byu.net>
6884
6885         More --version tweaks.
6886         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
6887         date of last ChangeLog entry.
6888
6889 2008-03-21  Jim Meyering  <meyering@redhat.com>
6890
6891         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
6892
6893 2008-03-20  Eric Blake  <ebb9@byu.net>
6894
6895         VPATH fix.
6896         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
6897
6898 2008-03-20  Simon Josefsson  <simon@josefsson.org>
6899
6900         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
6901         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
6902
6903 2008-03-20  Eric Blake  <ebb9@byu.net>
6904
6905         Sync GNUmakefile with coreutils.
6906         * build-aux/GNUmakefile (have-Makefile): Rename...
6907         (_have-Makefile): ...to this, for namespace consideration.
6908         (GNUmakefile.cfg): Include, if present.
6909         (_autoreconf): Define a default.
6910         (_is-dist-target): New rule for rebuilds to pick up intra-release
6911         version.
6912         (maint-cfg.mk): Rename...
6913         (cfg.mk): ...to this.
6914
6915 2008-03-18  Jim Meyering  <meyering@redhat.com>
6916
6917         New script and module: mktempd
6918         * MODULES.html.sh (maint+release support): Add mktempd.
6919         * build-aux/mktempd: New file.
6920         * modules/mktempd: New file.
6921
6922 2008-03-15  Jim Meyering  <meyering@redhat.com>
6923
6924         Undo last change.
6925         * lib/sha1.c, lib/md5.c: 63 != ~63.
6926         Reported by Andreas Schwab.
6927
6928         sha1.c, md5.c: Hoist a redundant expression.
6929         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
6930         "ctx->buflen" only once, before calling *_process_block.
6931         * lib/md5.c (md5_process_bytes): Likewise.
6932
6933 2008-03-14  Eric Blake  <ebb9@byu.net>
6934
6935         Bump copyright year in files generated by gnulib-tool.
6936         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
6937         gnulib-tool, rather than hard-coding it.
6938
6939         Fix 'gnulib-tool --version' output to work with git.
6940         * gnulib-tool (func_gnulib_dir): New function, extracted from...
6941         (startup): ...here.
6942         (func_version): Use it to invoke git-version-gen, rather than
6943         relying on CVS keyword expansion.  Modernize wording.
6944         (cvsdatestamp, last_checkin_date, version): Kill unused
6945         variables.
6946
6947 2008-03-12  Jim Meyering  <meyering@redhat.com>
6948
6949         Recognize optional cast of the argument to free.
6950         * build-aux/useless-if-before-free: Update regexps.
6951
6952         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
6953
6954 2008-03-11  Bruno Haible  <bruno@clisp.org>
6955
6956         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
6957         by a single package.
6958         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
6959         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
6960         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
6961         Reported by Sam Steingold <sds@gnu.org>.
6962
6963 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6964
6965         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
6966         repositories.
6967
6968 2008-03-11  Bruno Haible  <bruno@clisp.org>
6969
6970         Avoid conflicts between local macro definitions.
6971         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
6972         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
6973
6974 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
6975             Bruno Haible  <bruno@clisp.org>
6976
6977         Make va_copy work with some version of xlc on AIX 5.1.
6978         * lib/stdarg.in.h: New file.
6979         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
6980         On AIX, use a <stdarg.h> file substitute.
6981         * modules/stdarg (Files): Add lib/stdarg.in.h.
6982         (Depends-on): Add include_next.
6983         (Makefile.am): Build a stdarg.h substitute if requested.
6984         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
6985
6986 2008-03-10  Bruno Haible  <bruno@clisp.org>
6987
6988         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
6989         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
6990         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
6991
6992 2008-03-10  Bruno Haible  <bruno@clisp.org>
6993
6994         * modules/stdlib (Depends-on): Add include_next, remove
6995         absolute-header.
6996
6997 2008-03-09  Bruno Haible  <bruno@clisp.org>
6998
6999         * lib/freadahead.h (freadahead): Document more precisely.
7000         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
7001         the sum of both buffer sizes.
7002         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
7003         * NEWS: Document the change.
7004
7005 2008-03-09  Bruno Haible  <bruno@clisp.org>
7006
7007         Extend freadptr to return also the buffer size.
7008         * lib/freadptr.h (freadptr): Add sizep argument.
7009         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
7010         (freadptr): Add sizep argument. Determine buffer size like freadahead
7011         does.
7012         * tests/test-freadptr.c: Don't include freadahead.h.
7013         (main): Adapt for new calling convention of freadptr.
7014         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
7015         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
7016         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
7017         tests/test-freadptr2.sh.
7018         (Depends): Remove freadahead.
7019         (TESTS): Add test-freadptr2.sh.
7020         (check_PROGRAMS): Add test-freadptr2.
7021
7022 2008-03-09  Bruno Haible  <bruno@clisp.org>
7023
7024         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
7025         Report and solution by Simon Josefsson.
7026
7027 2008-03-06  Bruno Haible  <bruno@clisp.org>
7028
7029         Make fflush after ungetc work on BSD platforms.
7030         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
7031         * tests/test-fflush2.c: New file.
7032         * tests/test-fflush2.sh: New file.
7033         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
7034         tests/test-fflush2.c.
7035         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
7036         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
7037
7038 2008-03-06  Eric Blake  <ebb9@byu.net>
7039
7040         Likewise for ftello.
7041         * modules/ftello (Dependencies): Add extensions.
7042         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
7043
7044 2008-03-06  Bruno Haible  <bruno@clisp.org>
7045
7046         * modules/fseeko (Dependencies): Add extensions.
7047         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
7048         Needed on glibc systems.
7049
7050 2008-03-06  Bruno Haible  <bruno@clisp.org>
7051
7052         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
7053         email address.
7054         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7055
7056 2008-03-06  Bruno Haible  <bruno@clisp.org>
7057
7058         * users.txt: Add libgnupdf.
7059
7060 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
7061
7062         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
7063         (Header File Substitutes, Function Substitutes,
7064         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
7065         (Build robot for gnulib): Fix typo.
7066
7067 2008-03-06  Bruno Haible  <bruno@clisp.org>
7068
7069         * doc/gnulib-tool.texi (VCS Issues): Small updates.
7070         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
7071
7072 2008-03-06  Bruno Haible  <bruno@clisp.org>
7073
7074         * doc/func.texi: New file, extracted from doc/gnulib.texi.
7075         * doc/gnulib.texi: Include it.
7076
7077 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7078
7079         * modules/func (License): Change license to unlimited; there was
7080         no LGPL parts in the module anyway.
7081
7082 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7083
7084         * modules/__func__: Renamed to modules/func.
7085         * modules/__func__-tests: Renamed to modules/func-tests.
7086         * tests/test-__func__.c: Renamed to tests/test-func.c.
7087         * m4/__func__.m4: Renamed to m4/func.m4.
7088         * doc/gnulib.texi (__func__): Section renamed to func.
7089         Suggested by Eric Blake <ebb9@byu.net>.
7090
7091 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7092
7093         * doc/gnulib.texi (__func__): Use C99 terminology when talking
7094         about __func__.  Make example self-contained.  Suggested by Eric
7095         Blake <ebb9@byu.net>.
7096
7097         * tests/test-__func__.c (main): Avoid extraneous () around __func.
7098         Suggested by Eric Blake <ebb9@byu.net>.
7099
7100 2008-03-06  Simon Josefsson  <simon@josefsson.org>
7101
7102         * modules/__func__: New file.
7103         * modules/__func__-tests: New file.
7104         * tests/test-__func__.c: New file.
7105         * m4/__func__.m4: New file.
7106         * doc/gnulib.texi (__func__): Document __func__ module.
7107
7108 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7109
7110         * modules/byteswap (License): Re-license as LGPLv2+.
7111
7112 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7113
7114         * doc/Makefile: Add pdf target.
7115
7116 2008-03-05  Simon Josefsson  <simon@josefsson.org>
7117
7118         * modules/inline (License): Use 'unlimited', since there are only
7119         *.m4 files in this module.
7120
7121 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7122             Bruno Haible  <bruno@clisp.org>
7123
7124         Add support for HP C 7.1 on OpenVMS 8.3.
7125         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
7126
7127 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
7128
7129         Update VMS specifics.
7130         * lib/getopt.c [VMS]: Remove include of unixlib.h.
7131
7132 2008-03-02  Jim Meyering  <meyering@redhat.com>
7133
7134         Remove the last dependency on the "free" module.
7135         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
7136         Reported by Bob Proulx.
7137
7138         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
7139
7140         Remove useless "if" tests before free.  Deprecate "free" module.
7141         * doc/posix-functions/free.texi: Mention that this
7142         module is no longer useful.
7143         * modules/free (Notice): Say this module is obsolete.
7144         * modules/readutmp (Depends-on): Remove free.
7145         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
7146         * lib/putenv.c (putenv): Likewise.
7147         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
7148         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
7149         * tests/test-c-strcasestr.c (main): Likewise.
7150         * tests/test-c-strstr.c (main): Likewise.
7151         * tests/test-mbscasestr1.c (main): Likewise.
7152         * tests/test-mbscasestr2.c (main): Likewise.
7153         * tests/test-mbsstr1.c (main): Likewise.
7154         * tests/test-mbsstr2.c (main): Likewise.
7155         * tests/test-memmem.c (main): Likewise.
7156         * tests/test-strcasestr.c (main): Likewise.
7157         * tests/test-striconv.c (main): Likewise.
7158         * tests/test-striconveh.c (main): Likewise.
7159         * tests/test-striconveha.c (main): Likewise.
7160         * tests/test-strstr.c (main): Likewise.
7161
7162         * build-aux/git-version-gen: Adjust a comment and the Usage string.
7163
7164         bootstrap: sync from coreutils again
7165         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
7166
7167 2008-03-01  Jim Meyering  <meyering@redhat.com>
7168
7169         bootstrap: sync from coreutils
7170         * build-aux/bootstrap (update_po_files): Copy a .po file into place
7171         also when the target doesn't exist.
7172
7173 2008-03-01  Eric Blake  <ebb9@byu.net>
7174
7175         Fix bugs in last patch.
7176         * lib/memchr2.c (memchr2): Fix typo.
7177         * tests/test-memchr2.c: Test previous bug, and don't use GNU
7178         extension.
7179         Reported by Bruce Korb.
7180
7181         New module 'memchr2'.
7182         * modules/memchr2: New file.
7183         * modules/memchr2-tests: Likewise.
7184         * lib/memchr2.h: Likewise.
7185         * lib/memchr2.c: Likewise, based on memchr.c.
7186         * tests/test-memchr2.c: New test.
7187         * MODULES.html.sh (String handling): Add memchr2.
7188
7189 2008-02-29  Bruno Haible  <bruno@clisp.org>
7190
7191         * modules/freadseek-tests: New file.
7192         * tests/test-freadseek.sh: New file.
7193         * tests/test-freadseek.c: New file.
7194
7195         New module 'freadseek'.
7196         * modules/freadseek: New file.
7197         * lib/freadseek.h: New file.
7198         * lib/freadseek.c: New file.
7199         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
7200
7201 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
7202
7203         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
7204         wydawca.
7205
7206         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
7207         program_invocation_name and program_invocation_short_name are
7208         present.
7209
7210 2008-02-28  Bruno Haible  <bruno@clisp.org>
7211
7212         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
7213         * tests/test-freadptr.sh: Also test non-seekable stdin.
7214
7215 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
7216
7217         * build-aux/bootstrap (source_base, m4_base)
7218         (doc_base, tests_base): New variables.
7219         (gnulib_tool_options): Do not hardcode base directories, use
7220         the above variables instead.
7221
7222 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
7223
7224         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
7225
7226 2008-02-28  Bruno Haible  <bruno@clisp.org>
7227
7228         * modules/freadptr-tests: New file.
7229         * tests/test-freadptr.sh: New file.
7230         * tests/test-freadptr.c: New file.
7231
7232         New module 'freadptr'.
7233         * modules/freadptr: New file.
7234         * lib/freadptr.h: New file.
7235         * lib/freadptr.c: New file.
7236         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
7237
7238 2008-02-26  Karl Berry  <karl@freefriends.org>
7239
7240         Sync from Libtool:
7241         * libltdl/argz.c (argz_add, argz_count): New functions.
7242         * libltdl/argz.in.h: Declare them.
7243         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
7244
7245 2008-02-22  Bruno Haible  <bruno@clisp.org>
7246
7247         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
7248         is a pointer type.  Needed for HP-UX 10.
7249         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
7250         * doc/posix-functions/gmtime_r.texi: Likewise.
7251         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
7252
7253 2008-02-24  Bruno Haible  <bruno@clisp.org>
7254
7255         * modules/environ-tests: New file.
7256         * tests/test-environ.c: New file.
7257
7258         New module 'environ'.
7259         * modules/environ: New file.
7260         * lib/unistd.in.h (environ): New declaration.
7261         * m4/environ.m4: New file.
7262         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
7263         after use.
7264         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
7265         HAVE_DECL_ENVIRON.
7266         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
7267         HAVE_DECL_ENVIRON.
7268         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
7269         wrong claim that 'environ' is missing on some systems.
7270         * modules/execute (Depends-on): Add environ.
7271         * lib/execute.c (environ): Remove fallback declaration.
7272         * modules/pipe (Depends-on): Add environ.
7273         * lib/pipe.c (environ): Remove fallback declaration.
7274         * modules/setenv (Depends-on): Add environ.
7275         * lib/setenv.c (environ): Remove fallback declaration.
7276         * modules/unsetenv (Depends-on): Add environ.
7277         * lib/unsetenv.c (environ): Remove fallback declaration.
7278         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
7279         m4/environ.m4.
7280         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
7281         (gl_PREREQ_UNSETENV): Likewise.
7282
7283 2008-02-24  Bruno Haible  <bruno@clisp.org>
7284
7285         * doc/posix-functions/environ.texi: Document the MacOS X problem.
7286
7287 2008-02-20  Bob Proulx  <bob@proulx.com>
7288
7289         Enable use of older two part flavor 'git describe'.
7290         * build-aux/git-version-gen: If using the older two part flavor of
7291         git version then recreate the third part now present in the
7292         newer three part flavor of git describe.
7293
7294 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
7295
7296         * lib/fts.c (fts_build): Typo correction to comment.
7297
7298 2008-02-17  Bruno Haible  <bruno@clisp.org>
7299
7300         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
7301         generating no-op conflicts.
7302
7303 2008-02-17  Bruno Haible  <bruno@clisp.org>
7304
7305         Speed up by 10%.
7306         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
7307         result_entries, rather than an index-based loop.
7308
7309 2008-02-17  Bruno Haible  <bruno@clisp.org>
7310
7311         Speed up by 25%.
7312         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
7313         'hashcode_cached'.
7314         (entry_create): New function.
7315         (entry_hashcode): Use the cached hashcode if possible.
7316         (read_changelog_file, try_split_merged_entry): Use entry_create.
7317
7318 2008-02-17  Bruno Haible  <bruno@clisp.org>
7319
7320         Speed up from O(n^2) to O(n) for long ChangeLog files.
7321         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
7322         (read_changelog_file): Change implementation of entries_reversed list
7323         to rbtreehash.
7324         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
7325
7326 2008-02-17  Bruno Haible  <bruno@clisp.org>
7327
7328         New option --split-merged-entry.
7329         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
7330         (find_paragraph_end, try_split_merged_entry): New functions.
7331         (long_options): Add option --split-merged-entry.
7332         (usage): Document option --split-merged-entry.
7333         (main): Implement option --split-merged-entry.
7334         Reported by Eric Blake.
7335
7336 2008-02-17  Bruno Haible  <bruno@clisp.org>
7337
7338         * lib/git-merge-changelog.c: Include c-strstr.h.
7339         (main): Support the "git pull --rebase" situation.
7340         * modules/git-merge-changelog (Depends-on): Add c-strstr.
7341         Reported by Eric Blake.
7342
7343 2008-02-16  Eric Blake  <ebb9@byu.net>
7344
7345         Avoid doubling \ in common case of "c-maybe" quoting style.
7346         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
7347         eliding outer quotes.
7348         * lib/quotearg.h: Document this.
7349         * tests/test-quotearg.c (result_strings, inputs, results_g)
7350         (flag_results, locale_results): Test it by adding a new string to
7351         each test group.
7352         (compare_strings): Test new string.
7353
7354 2008-02-13  Eric Blake  <ebb9@byu.net>
7355
7356         Avoid trigraph quoting in default output.
7357         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
7358         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
7359         unless explicitly requested.
7360         * tests/test-quotearg.c (flag_results, main): Add additional tests.
7361
7362 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
7363
7364         Don't rely on signed integer overflowing to negative value.
7365         * lib/getugroups.c (getugroups): Include <limits.h>.
7366         Instead, compare against INT_MAX, and increment only if the test passes.
7367
7368 2008-02-13  Jim Meyering  <meyering@redhat.com>
7369         and Eric Blake  <ebb9@byu.net>
7370
7371         Avoid shadowing warning and compile errors on Linux.
7372         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
7373         forwarding macros on Linux.
7374         (dcgettext): Define a stub, for Linux.
7375         (results_g, main): Avoid warnings.
7376
7377 2008-02-12  Eric Blake  <ebb9@byu.net>
7378
7379         Silence warning in last patch.
7380         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
7381
7382         Quotearg part 4: add tests, fix c-maybe colon quoting.
7383         * lib/quotearg.h: Improve documentation.
7384         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
7385         escapes when adding outer quotes.  When quoting trigraphs, use
7386         valid C notation.  When quoting NUL, omit extra characters if next
7387         character is not digit.  Alter prototype.
7388         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
7389         callers.
7390         * modules/quotearg-tests: New module.
7391         * tests/test-quotearg.c: New test.
7392
7393 2008-02-07  Eric Blake  <ebb9@byu.net>
7394
7395         Quotearg part 3: add flag to control outer quote elision.
7396         * lib/quotearg.h (c_maybe_quoting_style): New style.
7397         (enum quoting_flags): Better documentation of flags.
7398         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
7399         c-maybe style.
7400         (quotearg_buffer_restyled): Handle new flag to elide outer
7401         quotes.
7402
7403         Quotearg part 2: add flag that can control NUL elision.
7404         * lib/quotearg.h (set_quoting_flags): New prototype.
7405         * lib/quotearg.c (struct quoting_options): Add flag field.
7406         (set_quoting_flags): New function.
7407         (quotearg_buffer_restyled): Add flags parameter.
7408         (quotearg_alloc_mem): Set the flag if length cannot be returned.
7409         (quotearg_n_options): Set the flag, since length cannot be
7410         returned.
7411         (quoting_options_from_style): Default flags correctly.
7412
7413         Quotearg part 1: more wrappers, restore quotearg_char state.
7414         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
7415         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
7416         (quotearg_colon_mem): New wrappers.
7417         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
7418         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
7419         functions.
7420         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
7421         (quotearg_colon_mem): New functions.
7422
7423 2008-02-11  Bruno Haible  <bruno@clisp.org>
7424
7425         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
7426         library in the current directory: it does not work with parallel make.
7427         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7428
7429 2008-02-11  Bruno Haible  <bruno@clisp.org>
7430
7431         * .gitattributes: New file.
7432
7433 2008-02-11  Jim Meyering  <meyering@redhat.com>
7434
7435         useless-if-before-free: Fix reversed exit values.
7436         * build-aux/useless-if-before-free: Use correct values
7437         for EXIT_MATCH and EXIT_NO_MATCH.
7438
7439         * build-aux/useless-if-before-free: Close stdout carefully.
7440
7441 2008-02-10  Bruno Haible  <bruno@clisp.org>
7442
7443         New module 'git-merge-changelog'.
7444         * modules/git-merge-changelog: New file.
7445         * lib/git-merge-changelog.c: New file.
7446
7447 2008-02-10  Jim Meyering  <meyering@redhat.com>
7448
7449         useless-if-before-free: New option: --list (-l).
7450
7451         useless-if-before-free: Don't exit immediately upon open failure.
7452         * build-aux/useless-if-before-free: Exit 2 for errors.
7453         Upon failure to open a file, don't exit immediately.
7454         Rather, just warn and continue with any remaining files.
7455
7456 2008-02-10  Bruno Haible  <bruno@clisp.org>
7457
7458         New abstract list operation 'node_set_value'.
7459         * lib/gl_list.h (gl_list_node_set_value): New function.
7460         (struct gl_list_implementation): New field node_set_value.
7461         * lib/gl_list.c (gl_list_node_set_value): New function.
7462         * lib/gl_array_list.c (gl_array_node_set_value): New function.
7463         (gl_array_list_implementation): Update.
7464         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
7465         (gl_carray_list_implementation): Update.
7466         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
7467         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7468         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7469         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
7470         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7471         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7472         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7473         Update.
7474         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7475         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
7476         (gl_sublist_list_implementation): Update.
7477
7478 2008-02-10  Bruno Haible  <bruno@clisp.org>
7479
7480         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
7481         Needed when ELEMENT is #defined to 'some_type *'.
7482
7483 2008-02-10  Jim Meyering  <meyering@redhat.com>
7484
7485         New script and module: useless-if-before-free
7486         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
7487         * build-aux/useless-if-before-free: New file.
7488         * modules/useless-if-before-free: New file.
7489
7490         * build-aux/gitlog-to-changelog: Use committer date, not author date.
7491
7492         xstrtol_error: Fix typo.
7493         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
7494         s/exit_failure/exit_status/.
7495
7496 2008-02-09  Jim Meyering  <meyering@redhat.com>
7497
7498         New script and module: gitlog-to-changelog
7499         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
7500         * modules/gitlog-to-changelog: New file.
7501         * build-aux/gitlog-to-changelog: New file.
7502
7503 2008-02-08  Jim Meyering  <meyering@redhat.com>
7504
7505         Avoid two "parameter unused" warnings.
7506         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
7507         Mark "st" as used.
7508
7509         Use "git COMMAND", not "git-COMMAND".
7510         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
7511         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
7512         * build-aux/git-version-gen: Use "git status", not "git-status".
7513
7514 2008-02-07  Bruno Haible  <bruno@clisp.org>
7515
7516         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
7517         Avoids a crash on Windows Vista.
7518         Reported by Adam Strzelecki <ono@java.pl> via
7519         Simon Josefsson <simon@josefsson.org>.
7520
7521 2008-02-06  Bruno Haible  <bruno@clisp.org>
7522
7523         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
7524         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
7525         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
7526         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
7527         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
7528         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7529         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
7530         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
7531         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7532         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7533         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7534         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7535         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7536         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7537         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7538         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
7539         left-adjust flag.
7540         * tests/test-snprintf-posix.h (test_function): Likewise.
7541         * tests/test-sprintf-posix.h (test_function): Likewise.
7542         * tests/test-vasprintf-posix.c (test_function): Likewise.
7543         * doc/posix-functions/fprintf.texi: Update.
7544         * doc/posix-functions/printf.texi: Update.
7545         * doc/posix-functions/snprintf.texi: Update.
7546         * doc/posix-functions/sprintf.texi: Update.
7547         * doc/posix-functions/vfprintf.texi: Update.
7548         * doc/posix-functions/vprintf.texi: Update.
7549         * doc/posix-functions/vsnprintf.texi: Update.
7550         * doc/posix-functions/vsprintf.texi: Update.
7551         Reported by Peter Fales <psfales@alcatel-lucent.com>.
7552
7553 2008-02-06  Bruno Haible  <bruno@clisp.org>
7554
7555         Fix bug introduced on 2008-01-26.
7556         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
7557
7558 2008-02-06  Bruno Haible  <bruno@clisp.org>
7559
7560         Fix bug introduced on 2007-06-10.
7561         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
7562         !NEED_PRINTF_FLAG_ZERO.
7563
7564 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
7565
7566         getloadavg: use libperfstat on AIX5
7567         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
7568
7569 2008-02-03  Bruno Haible  <bruno@clisp.org>
7570
7571         * lib/diffseq.h: Add comments about required #includes.
7572         Reported by Michael Biggs <gnulib@doubleplum.net>.
7573
7574 2008-02-01  Bruno Haible  <bruno@clisp.org>
7575
7576         * users.txt: Add gnuit.
7577
7578 2008-01-31  Bruno Haible  <bruno@clisp.org>
7579
7580         * lib/md4.c (set_uint32): Mark as inline.
7581         * lib/md5.c (set_uint32): Likewise.
7582         * lib/sha1.c (set_uint32): Likewise.
7583         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
7584         * m4/md5.m4 (gl_MD5): Likewise.
7585         * m4/sha1.m4 (gl_SHA1): Likewise.
7586
7587 2008-01-31  Jim Meyering  <meyering@redhat.com>
7588
7589         Use "sizeof VAR", rather than a literal "4".
7590         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
7591         * lib/md4.c (md4_read_ctx): Likewise.
7592         * lib/sha1.c (sha1_read_ctx): Likewise.
7593
7594 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7595
7596         * tests/test-sha1.c: New file, based on test-md5.c.
7597
7598         * modules/crypto/sha1-tests: New file.
7599
7600 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7601
7602         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
7603
7604 2008-01-31  Jim Meyering  <meyering@redhat.com>
7605
7606         Prefer "sizeof v" over the equivalent "4".
7607         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
7608         * lib/md5.c (set_uint32): Likewise.
7609         * lib/sha1.c (set_uint32): Likewise.
7610
7611 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7612
7613         * lib/sha1.c (set_uint32): Mark function as static.
7614
7615 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7616
7617         md2: clarify comments to say that alignment is not required.
7618         * lib/md2.h: Remove warning about alignment in comment.
7619         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
7620         never been required.
7621
7622 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7623
7624         md4: adapt alignment constraint fix from sha1.
7625         * lib/md4.c (set_uint32): New function, from sha1.c
7626         (md4_read_ctx): Use it.
7627         (md4_finish_ctx): Doc fix.
7628         * lib/md4.h: Doc fix.
7629
7630 2008-01-31  Simon Josefsson  <simon@josefsson.org>
7631
7632         md5: adapt alignment constraint fix from sha1.
7633         * lib/md5.c (set_uint32): New function, from sha1.c
7634         (md5_read_ctx): Use it.
7635         (md5_finish_ctx): Doc fix.
7636         * lib/md5.h: Doc fix.
7637
7638 2008-01-30  Peter Palfrader  <weasel@debian.org>
7639
7640         sha1: remove the result buffer alignment constraint
7641         * lib/sha1.c (set_uint32): New function.
7642         (sha1_read_ctx): Rewrite to remove the result buffer alignment
7643         constraint.
7644         (sha1_finish_ctx): Remove comment warning about alignment constraint.
7645         * lib/sha1.h: Likewise.
7646
7647 2008-01-30  Andreas Schwab  <schwab@suse.de>
7648             Bruno Haible  <bruno@clisp.org>
7649
7650         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
7651         correct definition of LDBL_MIN_EXP.
7652
7653 2008-01-30  Karl Berry  <karl@gnu.org>
7654
7655         * config/srclist-update: try to preserve x bit on updates.
7656         * config/srclistvars.sh: update for karl.
7657
7658 2008-01-29  Jim Meyering  <meyering@redhat.com>
7659
7660         vasnprintf.c: Avoid warning about unused label
7661         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
7662         "overflow" label definition and associated code with the
7663         same cpp condition that guards the sole use of that label.
7664
7665 2008-01-26  Bruno Haible  <bruno@clisp.org>
7666
7667         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
7668         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
7669         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
7670         * lib/isnanl-nolibm.h (isnanl): Likewise.
7671         Reported by Paul Eggert <eggert@cs.ucla.edu>.
7672
7673 2008-01-26  Bruno Haible  <bruno@clisp.org>
7674
7675         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
7676         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
7677
7678 2008-01-26  Bruno Haible  <bruno@clisp.org>
7679
7680         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
7681         GCC >= 4.0 built-in.
7682         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
7683
7684 2008-01-26  Bruno Haible  <bruno@clisp.org>
7685
7686         Rename isnan, applicable to 'double' only, to isnand.
7687         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
7688         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
7689         (configure.ac): Update.
7690         (Include): Replace "isnan.h" with "isnand.h".
7691         * m4/isnand.m4: Renamed from m4/isnan.m4.
7692         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
7693         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
7694         instead of isnan.c.
7695         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
7696         instead of HAVE_ISNAN_IN_LIBC.
7697         (isnand): Renamed from isnan.
7698         * lib/isnand.c: New file.
7699         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
7700         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
7701         (Makefile.am): Update.
7702         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
7703         Include isnand.h instead of isnan.h.
7704         (main): Test isnand instead of isnan.
7705         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
7706         isnan-nolibm.
7707         * modules/frexp (Depends-on): Likewise.
7708         * modules/frexp-tests (Depends-on): Likewise.
7709         * modules/frexp-nolibm (Depends-on): Likewise.
7710         * modules/frexp-nolibm-tests (Depends-on): Likewise.
7711         * modules/isfinite (Depends-on): Likewise.
7712         * modules/round-tests (Depends-on): Likewise.
7713         * modules/signbit (Depends-on): Likewise.
7714         * modules/signbit-tests (Depends-on): Likewise.
7715         * modules/snprintf-posix (Depends-on): Likewise.
7716         * modules/sprintf-posix (Depends-on): Likewise.
7717         * modules/trunc-tests (Depends-on): Likewise.
7718         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7719         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7720         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7721         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7722         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7723         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7724         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7725         * modules/vasnprintf-posix (Depends-on): Likewise.
7726         * modules/vasprintf-posix (Depends-on): Likewise.
7727         * modules/vfprintf-posix (Depends-on): Likewise.
7728         * modules/vsnprintf-posix (Depends-on): Likewise.
7729         * modules/vsprintf-posix (Depends-on): Likewise.
7730         * lib/frexp.c: Include isnand.h instead of isnan.h.
7731         (ISNAN): Set to isnand instead of isnan.
7732         * lib/isfinite.c: Include isnand.h instead of isnan.h.
7733         (gl_isfinited): Use isnand instead of isnan.
7734         * lib/signbitd.c: Include isnand.h instead of isnan.h.
7735         (gl_signbitd): Use isnand instead of isnan.
7736         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
7737         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
7738         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
7739         (main): Use isnand instead of isnan.
7740         * tests/test-round1.c: Include isnand.h.
7741         (main): Use isnand instead of isnan.
7742         * tests/test-round2.c: Include isnand.h instead of isnan.h.
7743         (ISNAN): Set to isnand instead of isnan.
7744         * tests/test-trunc1.c: Include isnand.h.
7745         (main): Use isnand instead of isnan.
7746         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
7747         (equal): Use isnand instead of isnan.
7748         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
7749         isnand-nolibm.
7750         * NEWS: Mention the change.
7751
7752 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7753             Bruno Haible  <bruno@clisp.org>
7754
7755         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
7756         the GCC builtins for signbits are present and set
7757         REPLACE_SIGNBIT_USING_GCC if so.
7758         * lib/math.in.h (signbit): Define using GCC builtins if
7759         REPLACE_SIGNBIT_USING_GCC is set.
7760         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
7761         REPLACE_SIGNBIT_USING_GCC.
7762         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
7763
7764 2008-01-25  Jim Meyering  <meyering@redhat.com>
7765
7766         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
7767         * lib/poll.c: Include <config.h>, not "config.h".
7768         * tests/test-getaddrinfo.c: Likewise.
7769
7770 2008-01-25  Simon Josefsson  <simon@josefsson.org>
7771
7772         * modules/sockets-tests: New file.
7773
7774 2008-01-24  Simon Josefsson  <simon@josefsson.org>
7775
7776         * modules/sockets: New module, can be used to call WSA_Startup and
7777         WSA_Cleanup when needed.
7778
7779         * lib/sockets.h, lib/sockets.c: New files.
7780
7781         * m4/sockets.m4: New file.
7782
7783         * tests/test-sockets.c: New file.
7784
7785 2008-01-19  Bruno Haible  <bruno@clisp.org>
7786
7787         * doc/posix-headers: Renamed from doc/headers.
7788         * doc/posix-functions: Renamed from doc/functions.
7789         * doc/gnulib.texi: Update.
7790
7791 2008-01-19  Bruno Haible  <bruno@clisp.org>
7792
7793         * doc/glibc-functions/strcasestr.texi: Include contents of
7794         doc/functions/strcasestr.texi, fixing the list of platforms.
7795         * doc/functions/strcasestr.texi: Remove file.
7796
7797 2008-01-19  Bruno Haible  <bruno@clisp.org>
7798
7799         * doc/glibc-functions/memmem.texi: Include contents of
7800         doc/functions/memmem.texi.
7801         * doc/functions/memmem.texi: Remove file.
7802
7803 2008-01-18  Bruno Haible  <bruno@clisp.org>
7804
7805         * doc/glibc-functions/*.texi: New files.
7806         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
7807         to use the new files.
7808
7809 2008-01-17  Bruno Haible  <bruno@clisp.org>
7810
7811         * tests/test-gethostname.c (main): Fix printf statement.
7812
7813 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7814
7815         * modules/gethostname-tests: New file.
7816
7817         * tests/test-gethostname.c: New file.
7818
7819 2008-01-17  Simon Josefsson  <simon@josefsson.org>
7820
7821         * lib/gethostname.c: Include string.h unconditionally, strncpy is
7822         used by the UNAME case.  Reported by Bruno Haible
7823         <bruno@clisp.org>.
7824
7825 2008-01-17  Eric Blake  <ebb9@byu.net>
7826
7827         Convert c-strcasestr to be more efficient.
7828         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
7829         (Depends-on): Add c-strcase, remove malloca, strnlen.
7830         * tests/test-c-strcasestr.c (main): Enhance test.
7831         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
7832
7833 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7834
7835         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
7836         Use it in creating po/Makevars.
7837
7838 2008-01-15  Simon Josefsson  <simon@josefsson.org>
7839
7840         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
7841         Applications that requires it should initialize libgcrypt
7842         manually.
7843
7844 2008-01-16  Simon Josefsson  <simon@josefsson.org>
7845
7846         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
7847
7848 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
7849
7850         Fix problem with getdate on mingw32 reported by Simon Josefsson
7851         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
7852         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
7853         tzname", when deciding whether to declare tzname.
7854         * lib/strftime.c (tzname): Likewise.
7855
7856 2008-01-15  Bruno Haible  <bruno@clisp.org>
7857
7858         Work around a MacOS X 10.5 bug in frexpl().
7859         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
7860         * doc/functions/frexpl.texi: Document the bug.
7861         Reported by Elias Pipping <pipping@gentoo.org>.
7862
7863 2008-01-14  Eric Blake  <ebb9@byu.net>
7864
7865         Touch up previous patch.
7866         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
7867         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
7868
7869         Convert strcasestr module to use Two-Way algorithm.
7870         * modules/strcasestr-simple: New module, based on the old
7871         strcasestr, but with Two-Way rather than KMP.
7872         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
7873         * lib/string.in.h (rpl_strcasestr): Declare.
7874         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
7875         performance.
7876         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
7877         * modules/string (Makefile.am): Support strcasestr.
7878         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
7879         * modules/strcasestr-tests (Depends-on): Check for alarm.
7880         * tests/test-strcasestr.c: Augment test.
7881         * lib/str-two-way.h: Clean up stray macro.
7882         * NEWS: Document new module.
7883         * MODULES.html.sh (string handling): Likewise.
7884         * doc/functions/strcasestr.texi: New file.
7885         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
7886         here, since it is not a POSIX function.
7887
7888 2008-01-14  Colin Watson  <cjwatson@debian.org>
7889             Bruno Haible  <bruno@clisp.org>
7890
7891         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
7892         works fine; if not, set REPLACE_STRSIGNAL.
7893         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
7894         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7895         REPLACE_STRSIGNAL.
7896         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
7897         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
7898         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
7899
7900 2008-01-14  Bruno Haible  <bruno@clisp.org>
7901
7902         * modules/strsignal (Include): Change to <string.h>.
7903
7904 2008-01-14  Colin Watson  <cjwatson@debian.org>
7905
7906         * modules/argp (Notice): Add a notice recommending to change
7907         XGETTEXT_OPTIONS.
7908         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
7909
7910 2008-01-13  Colin Watson  <cjwatson@debian.org>
7911
7912         * modules/strsignal-tests: New file.
7913         * tests/test-strsignal.c: New file.
7914
7915         * lib/strsignal.c: New file, from glibc with modifications.
7916         * lib/siglist.h: New file, from glibc with modifications.
7917         * lib/string.in.h (strsignal): New declaration.
7918         * m4/strsignal.m4: New file.
7919         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7920         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
7921         * modules/strsignal: New file.
7922         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
7923         HAVE_DECL_STRSIGNAL.
7924
7925 2008-01-13  Bruno Haible  <bruno@clisp.org>
7926
7927         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
7928         locale encoding is not ASCII. Needed for OpenBSD 4.0.
7929         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
7930         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
7931
7932 2008-01-13  Bruno Haible  <bruno@clisp.org>
7933
7934         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
7935         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
7936         * lib/argp.h (__attribute__): Likewise.
7937         * lib/c-stack.c (__attribute__): Likewise.
7938         * lib/error.h (__attribute__): Likewise.
7939         * lib/fts.c (__attribute__): Likewise.
7940         * lib/openat.h (__attribute__): Likewise.
7941         * lib/stdio.in.h (__attribute__): Likewise.
7942         * lib/string.in.h (__attribute__): Likewise.
7943         * lib/utimens.c (__attribute__): Likewise.
7944         * lib/vasnprintf.h (__attribute__): Likewise.
7945         * lib/xalloc.h (__attribute__): Likewise.
7946         * lib/xprintf.h (__attribute__): Likewise.
7947         * lib/xstrtol.h (__attribute__): Likewise.
7948         * lib/xvasprintf.h (__attribute__): Likewise.
7949
7950 2008-01-12  Bruno Haible  <bruno@clisp.org>
7951
7952         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
7953         * doc/glibc-headers/a.out.texi: New file.
7954         * doc/glibc-headers/aliases.texi: New file.
7955         * doc/glibc-headers/alloca.texi: New file.
7956         * doc/glibc-headers/ar.texi: New file.
7957         * doc/glibc-headers/argp.texi: New file.
7958         * doc/glibc-headers/argz.texi: New file.
7959         * doc/glibc-headers/byteswap.texi: New file.
7960         * doc/glibc-headers/crypt.texi: New file.
7961         * doc/glibc-headers/endian.texi: New file.
7962         * doc/glibc-headers/envz.texi: New file.
7963         * doc/glibc-headers/err.texi: New file.
7964         * doc/glibc-headers/error.texi: New file.
7965         * doc/glibc-headers/execinfo.texi: New file.
7966         * doc/glibc-headers/fpu_control.texi: New file.
7967         * doc/glibc-headers/fstab.texi: New file.
7968         * doc/glibc-headers/fts.texi: New file.
7969         * doc/glibc-headers/getopt.texi: New file.
7970         * doc/glibc-headers/ieee754.texi: New file.
7971         * doc/glibc-headers/ifaddrs.texi: New file.
7972         * doc/glibc-headers/libintl.texi: New file.
7973         * doc/glibc-headers/mcheck.texi: New file.
7974         * doc/glibc-headers/mntent.texi: New file.
7975         * doc/glibc-headers/obstack.texi: New file.
7976         * doc/glibc-headers/paths.texi: New file.
7977         * doc/glibc-headers/printf.texi: New file.
7978         * doc/glibc-headers/pty.texi: New file.
7979         * doc/glibc-headers/resolv.texi: New file.
7980         * doc/glibc-headers/shadow.texi: New file.
7981         * doc/glibc-headers/sysexits.texi: New file.
7982         * doc/glibc-headers/ttyent.texi: New file.
7983
7984 2008-01-12  Jim Meyering  <meyering@redhat.com>
7985
7986         announce-gen: emit Gnulib's git-based version string.
7987         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
7988         New option --gnulib-version=V, where V is expected to be
7989         the output of running git describe in the gnulib directory.
7990         (get_tool_versions): Request feedback on xdelta.  I suspect it's
7991         not useful, and plan to stop publishing an xdelta file with each
7992         coreutils release.
7993
7994         * build-aux/announce-gen: Also check for lzma-compressed files.
7995
7996 2008-01-11  Bruno Haible  <bruno@clisp.org>
7997
7998         * tests/test-memmem.c (main): Increase maximum allowed time.
7999         * tests/test-strstr.c (main): Likewise.
8000
8001 2008-01-11  Bruno Haible  <bruno@clisp.org>
8002
8003         * doc/functions/memmem.texi: Add more precisions about platforms.
8004         * doc/functions/strstr.texi: Likewise.
8005
8006 2008-01-10  Eric Blake  <ebb9@byu.net>
8007
8008         * m4/strstr.m4: Delete cruft from copy-n-paste.
8009         Reported by Bruno Haible.
8010
8011 2008-01-10  Bruno Haible  <bruno@clisp.org>
8012
8013         Make c-strstr rely on strstr.
8014         * lib/c-strstr.c: Don't include str-kmp.h.
8015         (c_strstr): Define in terms of strstr.
8016         * modules/c-strstr (Files): Remove lib/str-kmp.h.
8017         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
8018
8019 2008-01-10  Bruno Haible  <bruno@clisp.org>
8020
8021         * doc/gnulib.texi (String Functions in C Locale): New section.
8022         * doc/c-ctype.texi: New file.
8023         * doc/c-strcase.texi: New file.
8024         * doc/c-strcaseeq.texi: New file.
8025         * doc/c-strcasestr.texi: New file.
8026         * doc/c-strstr.texi: New file.
8027         * doc/c-strtod.texi: New file.
8028         * doc/c-strtold.texi: New file.
8029
8030 2008-01-10  Eric Blake  <ebb9@byu.net>
8031
8032         * lib/relocatable.h: Fix a comment.
8033
8034 2008-01-10  Eric Blake  <ebb9@byu.net>
8035
8036         Share two-way algorithm.
8037         * lib/str-two-way.h: New file, merged from...
8038         * lib/memmem.c: ...here...
8039         * lib/strstr.c: ...and here.
8040         * modules/memmem (Files): Use it.
8041         * modules/strstr (Files): Likewise.
8042
8043         Avoid quadratic strstr implementations.
8044         * lib/strstr.c: New file.
8045         * m4/strstr.m4: Likewise.
8046         * modules/strstr: Likewise.
8047         * modules/strstr-tests: Likewise.
8048         * tests/test-strstr.c: Likewise.
8049         * lib/string.in.h (rpl_strstr): Declare.
8050         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
8051         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
8052         * modules/string (Makefile.am): Likewise.
8053         * MODULES.html.sh (string handling): Mention new module.
8054         * doc/functions/strstr.texi (strstr): Document the bug.
8055
8056 2008-01-10  Bruno Haible  <bruno@clisp.org>
8057
8058         * lib/relocatable.h (relocate): State whether result is freshly
8059         allocated or not.
8060         * lib/relocatable.c (relocate): Return a freshly allocated string
8061         instead of a pointer to a privately held string.
8062         Reported by Sylvain Beucler <beuc@gnu.org>.
8063
8064 2008-01-10  Colin Watson  <cjwatson@debian.org>
8065
8066         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
8067         s/S_ISNLK/S_ISLNK/.
8068
8069 2008-01-09  Bruno Haible  <bruno@clisp.org>
8070
8071         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
8072         and other files.
8073         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
8074         if it's only a guess.
8075         * modules/memmem: Simplify by depending on memmem-simple.
8076
8077 2008-01-09  Bruno Haible  <bruno@clisp.org>
8078
8079         Work around OpenBSD 4.0 tdelete() bug.
8080         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
8081         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
8082         macros and don't redefine the enum values.
8083         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
8084         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
8085         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
8086
8087 2008-01-09  Bruno Haible  <bruno@clisp.org>
8088
8089         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
8090         (main): Don't perform the tests if setlocale did not install a UTF-8
8091         locale. Needed on OpenBSD 4.0.
8092         * modules/wcwidth-tests (Depends-on): Add localcharset.
8093
8094 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8095
8096         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
8097         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
8098         * NEWS: announce this.
8099         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
8100
8101 2008-01-09  Simon Josefsson  <simon@josefsson.org>
8102         and Eric Blake  <ebb9@byu.net>
8103
8104         Add memmem-simple module.
8105         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
8106         (gl_FUNC_MEMMEM): Separate performance from presence checks.
8107         * modules/memmem-simple: New file.
8108         * modules/memmem (Description): Tweak.
8109         * MODULES.html.sh (string handling): Mention new module.
8110         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
8111         addressed by memmem-simple.
8112         * NEWS: Document the difference.
8113
8114 2008-01-09  Eric Blake  <ebb9@byu.net>
8115
8116         Give gcc some memmem optimization hints.
8117         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
8118         (strcasestr): Declare as pure.
8119         * modules/memmem (Maintainer): Claim my implementation.
8120
8121 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8122
8123         Support AIX 6.1 and higher.
8124         * build-aux/config.libpath: Likewise.
8125         * build-aux/config.rpath: Likewise.
8126
8127 2008-01-08  Jim Meyering  <meyering@redhat.com>
8128             Bruno Haible  <bruno@clisp.org>
8129
8130         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
8131         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
8132         Reported by Peter Fales in
8133         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
8134
8135 2008-01-08  Bruno Haible  <bruno@clisp.org>
8136
8137         * modules/unictype/category-of (Depends-on): Add
8138         unictype/category-none.
8139         * modules/unictype/category-and-tests (Depends-on): Add
8140         unictype/category-{L,N,Lu,Nd}.
8141         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
8142         * modules/unictype/category-or-tests (Depends-on): Add
8143         unictype/category-{L,N}.
8144         * modules/unictype/category-name-tests (Depends-on): Add
8145         unictype/category-{Z,Nl}.
8146         Reported by Simon Josefsson.
8147
8148 2008-01-08  Bruno Haible  <bruno@clisp.org>
8149
8150         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
8151         convention better.
8152         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
8153         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
8154         Reported by Peter Miller <millerp@canb.auug.org.au>.
8155
8156 2008-01-08  Eric Blake  <ebb9@byu.net>
8157
8158         Rewrite memmem to guarantee linear complexity without malloc.
8159         * lib/memmem.c (memmem): Use Two-Way rather than
8160         Knuth-Morris-Pratt, to allow O(1) space usage.
8161         (critical_factorization, two_way_short_needle)
8162         (two_way_long_needle): New functions.
8163         (knuth_morris_pratt): Delete.
8164         * modules/memmem (Depends-on): No longer need malloca or stdbool.
8165         Add stdint.
8166         * tests/test-memmem.c (main): Add tests for periodic needle and
8167         sublinear performance.
8168         * doc/functions/memmem.texi (memmem): Document other deficiencies
8169         in cygwin and older glibc.
8170
8171 2008-01-08  Bruno Haible  <bruno@clisp.org>
8172
8173         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
8174         augmentation.
8175
8176 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
8177
8178         Add a configure time option: --disable-acl.
8179         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
8180         AC_ARG_ENABLE(acl).
8181
8182 2008-01-06  Simon Josefsson  <simon@josefsson.org>
8183
8184         * tests/test-localename.c: Don't include obsolete "setenv.h".
8185
8186         * modules/localename-tests (Depends-on): Need unsetenv.
8187
8188 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8189
8190         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
8191
8192 2008-01-06  Colin Watson  <cjwatson@debian.org>
8193
8194         * users.txt: Add man-db.
8195
8196 2008-01-07  Bruno Haible  <bruno@clisp.org>
8197
8198         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
8199         previous section name.
8200
8201 2008-01-07  Bruno Haible  <bruno@clisp.org>
8202
8203         * lib/progname.c (set_program_name): Don't strip off a leading
8204         "lt-" prefix outside a .libs directory.
8205         Suggested by Paul Eggert.
8206
8207 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
8208             Bruno Haible  <bruno@clisp.org>
8209
8210         Improve memory cleanup in 'relocatable' module.
8211         * lib/relocatable.h (compute_curr_prefix): Change return type to
8212         'char *'.
8213         * lib/relocatable.c (compute_curr_prefix): Change return type to
8214         'char *'. Free curr_installdir after use.
8215         (relocate): Free curr_prefix_better after use.
8216         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
8217
8218 2008-01-01  Bruno Haible  <bruno@clisp.org>
8219
8220         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
8221         failure on older glibc systems.
8222         Reported by Peter Fales <psfales@alcatel-lucent.com>.
8223
8224 2008-01-05  Eric Blake  <ebb9@byu.net>
8225
8226         Avoid quadratic system memmem.
8227         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
8228         Reported by Ralf Wildenhues.
8229
8230         Fix memmem test for mingw.
8231         * modules/memmem-tests (configure.ac): Check for alarm.
8232         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
8233         it.
8234         * doc/functions/memmem.texi: New file.
8235         * doc/gnulib.texi (Function Substitutes): Add memmem.
8236         Reported by Bruno Haible.
8237
8238 2008-01-04  Bruno Haible  <bruno@clisp.org>
8239
8240         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
8241         Require gl_HEADER_STRINGS_H_DEFAULTS, not
8242         gl_HEADER_STRING_H_DEFAULTS.
8243
8244 2008-01-04  Eric Blake  <ebb9@byu.net>
8245
8246         Shorten duration of memmem test.
8247         * tests/test-memmem.c (main): Use alarm to declare failure if test
8248         is taking too long.
8249         Reported by Ralf Wildenhues.
8250
8251 2007-12-21  Simon Josefsson  <simon@josefsson.org>
8252
8253         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
8254         string, needed by strerror.
8255
8256 2008-01-03  Colin Watson  <cjwatson@debian.org>
8257             Bruno Haible  <bruno@clisp.org>
8258
8259         * doc/gnulib-tool.texi (Localization): New section.
8260
8261 2008-01-02  Bruno Haible  <bruno@clisp.org>
8262
8263         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
8264         variables to 'unsigned char *' type.
8265         Reported by Paul Eggert.
8266
8267 2008-01-02  Jim Meyering  <jim@meyering.net>
8268
8269         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
8270
8271 2007-12-31  Jim Meyering  <jim@meyering.net>
8272
8273         Avoid use of private FTS type name.
8274         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
8275
8276 2007-12-30  Karl Berry  <karl@gnu.org>
8277
8278         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
8279         work around defect in Texinfo and/or the standalone Info browser.
8280
8281 2007-12-30  Bruno Haible  <bruno@clisp.org>
8282
8283         Unify 5 copies of the KMP code.
8284         * lib/str-kmp.h: New file.
8285         * lib/c-strcasestr.c: Include str-kmp.h.
8286         (knuth_morris_pratt): Remove function.
8287         (c_strcasestr): Update.
8288         * lib/c-strstr.c: Include str-kmp.h.
8289         (knuth_morris_pratt): Remove function.
8290         (c_strcasestr): Update.
8291         * lib/mbscasestr.c: Include str-kmp.h.
8292         (knuth_morris_pratt_unibyte): Remove function.
8293         * lib/mbsstr.c: Include str-kmp.h.
8294         (knuth_morris_pratt_unibyte): Remove function.
8295         * lib/strcasestr.c: Include str-kmp.h.
8296         (knuth_morris_pratt): Remove function.
8297         (strcasestr): Update.
8298         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
8299         * modules/c-strstr (Files): Likewise.
8300         * modules/mbscasestr (Files): Likewise.
8301         * modules/mbsstr (Files): Likewise.
8302         * modules/strcasestr (Files): Likewise.
8303         Suggested by Paul Eggert.
8304
8305 2007-12-30  Bruno Haible  <bruno@clisp.org>
8306
8307         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
8308         defined.
8309
8310 2007-12-30  Bruno Haible  <bruno@clisp.org>
8311
8312         * lib/xmalloca.h: Include xalloc.h.
8313         (xnmalloca): New macro.
8314
8315 2007-12-30  Bruno Haible  <bruno@clisp.org>
8316
8317         * lib/malloca.h (nmalloca): New macro.
8318         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
8319         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
8320         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
8321         knuth_morris_pratt_multibyte): Likewise.
8322         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
8323         knuth_morris_pratt_multibyte): Likewise.
8324         * lib/memmem.c (knuth_morris_pratt): Likewise.
8325         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
8326
8327 2007-12-25  Bruno Haible  <bruno@clisp.org>
8328
8329         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
8330         * lib/glob.c: Don't include openat.h.
8331         (link_exists2_p): Add back the code that deals with the
8332         !GLOB_ALTDIRFUNC case.
8333         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
8334         let it do the filename concatenation.
8335         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
8336         * modules/glob (Depends-on): Remove openat.
8337
8338 2007-12-31  Bruno Haible  <bruno@clisp.org>
8339
8340         * modules/dirfd (License): Change to LGPLv2+.
8341         Approved by Jim Meyering.
8342
8343 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8344
8345         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
8346         when multiplying M by sizeof (size_t).
8347
8348 2007-12-10  Martin Lambers  <marlam@marlam.de>
8349
8350         Override getpagesize on mingw.
8351         * lib/getpagesize.c: New file.
8352         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
8353         * modules/getpagesize (Files): Add lib/getpagesize.c.
8354         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
8355         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8356         REPLACE_GETPAGESIZE.
8357         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
8358
8359 2007-12-25  Bruno Haible  <bruno@clisp.org>
8360
8361         * modules/localcharset (Notice): New field.
8362         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
8363         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
8364
8365 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8366             Bruno Haible  <bruno@clisp.org>
8367
8368         Avoid using the syntax symbol() in formatted documentation.
8369         * MODULES.html.sh (func_module): When replacing symbol() with a
8370         hyperlink, remove the parentheses. Show an error if some remain.
8371         Recognize and render the '...' syntax.
8372         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
8373         Rework. Add paragraph about GCC's inlining.
8374         * doc/alloca.texi: Likewise.
8375         * doc/error.texi: Remove parentheses from symbol reference.
8376         * doc/gnulib-intro.texi: Likewise.
8377         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
8378         * modules/fnmatch (Description): Reword to say "the ... function".
8379         * modules/full-read (Description): Likewise.
8380         * modules/full-write (Description): Likewise.
8381         * modules/safe-read (Description): Likewise.
8382         * modules/safe-write (Description): Likewise.
8383         * modules/strchrnul (Description): Likewise.
8384         * modules/trim (Description): Likewise.
8385         * modules/error (Description): Remove parentheses from symbol
8386         references.
8387         * modules/verror (Description): Likewise.
8388         Reported by Karl Berry.
8389
8390 2007-12-25  Bruno Haible  <bruno@clisp.org>
8391
8392         Fixup after 2007-10-16 commit.
8393         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
8394
8395 2007-12-24  Bruno Haible  <bruno@clisp.org>
8396
8397         Make --enable-relocatable work with DESTDIR.
8398         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
8399         to compute installdir from destprog.
8400         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
8401         also set the RELOC_DESTDIR variable.
8402         Reported by Левашев Иван <octagram@bluebottle.com>.
8403
8404 2007-12-24  Bruno Haible  <bruno@clisp.org>
8405
8406         Fix link error due to xalloc_die().
8407         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
8408         of xreadlink.
8409         * lib/relocwrapper.c: Update comments.
8410         * build-aux/install-reloc: Remove xreadlink.c from file list.
8411         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
8412         xreadlink.c.
8413         Reported by Левашев Иван <octagram@bluebottle.com>.
8414
8415 2007-12-24  Bruno Haible  <bruno@clisp.org>
8416
8417         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
8418         * lib/setenv.h: Remove file.
8419         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
8420         lib/setenv.h.
8421         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
8422         (Depends-on): Add stdlib.
8423         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
8424         gl_FUNC_UNSETENV.
8425         (Include): Replace setenv.h with <stdlib.h>.
8426         * modules/unsetenv: New file.
8427         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
8428         * lib/unsetenv.c: Include <stdlib.h> first.
8429         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
8430         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
8431         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
8432         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
8433         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
8434         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8435         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
8436         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
8437         * doc/functions/unsetenv.texi: Update.
8438         * modules/xsetenv (Depends-on): Add unsetenv.
8439         * modules/getdate (Depends-on): Likewise.
8440         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
8441         * lib/xsetenv.c: Don't include setenv.h.
8442         * lib/getdate.y: Likewise.
8443         * lib/relocwrapper.c: Likewise.
8444         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
8445         (Depends-on): Add stdlib.
8446         * NEWS: Mention the changes.
8447         Reported by Левашев Иван <octagram@bluebottle.com>.
8448
8449 2007-12-23  Bruno Haible  <bruno@clisp.org>
8450
8451         * lib/memmem.c (memmem): Use lowercase variable names. Tab
8452         indentation.
8453
8454 2007-12-23  Bruno Haible  <bruno@clisp.org>
8455
8456         * lib/c-strcasestr.c: Add more comments.
8457         * lib/c-strstr.c: Likewise.
8458         * lib/mbscasestr.c: Likewise.
8459         * lib/mbsstr.c: Likewise.
8460         * lib/strcasestr.c: Likewise.
8461         * lib/memmem.c: Likewise.
8462
8463 2007-12-23  Bruno Haible  <bruno@clisp.org>
8464
8465         * tests/test-memmem.c: Include <string.h> first.
8466
8467 2007-12-22  Bruno Haible  <bruno@clisp.org>
8468
8469         * gnulib-tool (func_create_testdir): Change $auxdir while generating
8470         the contents of $testsbase.
8471         Reported by Ralf Wildenhues.
8472
8473 2007-12-22  Bruno Haible  <bruno@clisp.org>
8474
8475         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
8476         two variables local_ldadd_before, local_ldadd_last.
8477
8478 2007-12-20  Eric Blake  <ebb9@byu.net>
8479
8480         Work around circular library issue when cross-compiling.
8481         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
8482         that progname.o does not need to pull in rpl_memcmp.
8483
8484 2007-12-19  Eric Blake  <ebb9@byu.net>
8485
8486         Fix memmem to avoid O(n^2) worst-case complexity.
8487         * lib/memmem.c (knuth_morris_pratt): New function.
8488         (memmem): Use it if first few naive iterations fail.
8489         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
8490         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
8491         * modules/memchr (License): Likewise.
8492         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
8493         malloca.
8494         * tests/test-memmem.c: Rewrite, borrowing ideas from
8495         test-mbsstr1.c; the old version wouldn't even compile!
8496         * modules/memmem-tests: New file.
8497         * lib/string.in.h (rpl_memmem): Add declaration.
8498         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
8499         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
8500         REPLACE_MEMMEM.
8501
8502 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8503
8504         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
8505         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
8506         before any system include files, and undef after them all.  This
8507         should fix a problem on VMS reported by John E. Malmberg in
8508         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
8509
8510 2007-12-17  Eric Blake  <ebb9@byu.net>
8511
8512         Revert addition of verify, for BSD/OS.
8513         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
8514         can't handle large files, for the sake of obsolete platforms.
8515         * modules/fseeko (Depends-on): Remove verify.
8516         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
8517         * doc/functions/ftello.texi (ftello): Likewise.
8518         * doc/functions/fgetpos.texi (fgetpos): Likewise.
8519         Reported by Larry Jones.
8520
8521 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
8522
8523         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
8524         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
8525
8526 2007-12-17  Jim Meyering  <meyering@redhat.com>
8527
8528         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
8529         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
8530         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
8531         * modules/getcwd (Depends-on): Add openat.
8532         Reported by Petr Salinger.
8533
8534 2007-12-17  Bruno Haible  <bruno@clisp.org>
8535
8536         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
8537         avoid a segmentation fault of the configure test on x86_64 systems.
8538
8539 2007-12-15  Jim Meyering  <meyering@redhat.com>
8540
8541         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
8542
8543 2007-12-13  Eric Blake  <ebb9@byu.net>
8544
8545         Another fseek test.
8546         * tests/test-fseek.c (main): Also test ungetc handling.
8547         * tests/test-fseeko.c (main): Likewise.
8548         * modules/fseeko (Depends-on): Add verify.
8549         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
8550         large.
8551         Reported by Larry Jones.
8552
8553         Fix fseeko on mingw.
8554         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
8555         seek.
8556
8557         Beef up fseek tests.
8558         * tests/test-fseek.c (main): Also test eof handling.
8559         * tests/test-fseeko.c (main): Likewise.
8560         Reported by Larry Jones.
8561
8562 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
8563
8564         Fix fseeko on BSD-based platforms.
8565         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
8566         successful seek.
8567
8568 2007-12-12  Eric Blake  <ebb9@byu.net>
8569
8570         Allow circular dependency of separate libtests.a
8571         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
8572         when use_libtests.
8573
8574 2007-12-11  Eric Blake  <ebb9@byu.net>
8575
8576         Fix bug with -0.0L in previous patch.
8577         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
8578         * tests/test-isnan.c (main): Also test on zeroes.
8579         * tests/test-isnanf.c (main): Likewise.
8580         * tests/test-isnanl.h (main): Likewise.
8581
8582         Detect pseudo-denormals on x86 even when cross-compiling.
8583         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
8584         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
8585         invalid bit patterns that happen to satisfy ==.
8586
8587         Avoid link failures with separate libtests.a.
8588         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
8589         last, to satisfy circular dependencies.
8590
8591 2007-12-11  Eric Blake  <ebb9@byu.net>
8592         and Bruno Haible  <bruno@clisp.org>
8593
8594         Fix OpenBSD 4.0 <float.h> handling of long double.
8595         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
8596         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
8597         * doc/headers/float.texi (float.h): Document OpenBSD bug.
8598
8599 2007-12-11  Jim Meyering  <meyering@redhat.com>
8600
8601         * users.txt: Add libvirt.
8602
8603         Support versions of autoconf prior to 2.59c.
8604         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
8605         if it is not already defined.
8606
8607 2007-12-09  Bruno Haible  <bruno@clisp.org>
8608
8609         Let 'gnulib-tool --import' collect sources needed for the tests in
8610         tests/ rather than in lib/.
8611         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
8612         argument. If true, add rules to generate libtests.a, and put libtests.a
8613         into $(LDADD). Consider source files in subdirectories and set
8614         uses_subdirs.
8615         (func_emit_initmacro_start, func_emit_initmacro_end,
8616         func_emit_initmacro_done): Pass all arguments explicitly.
8617         (func_import): Determine two module lists main_modules,
8618         testsrelated_modules. Determine use_libtests. Determine two variables
8619         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
8620         instead of just sed_transform_lib_file. Determine two variables
8621         main_files and testsrelated_files. Compute 'files' as the union of
8622         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
8623         func_add_or_update. In the generated gnulib-comp.m4, collect the
8624         object files for tests/ in different variables than those for lib/.
8625         Substitute LIBTESTS_LIBDEPS.
8626         (func_create_testdir): Combine the uses_subdirs results from
8627         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
8628
8629 2007-12-09  Bruno Haible  <bruno@clisp.org>
8630
8631         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
8632         the build-aux directory.
8633
8634 2007-12-09  Bruno Haible  <bruno@clisp.org>
8635
8636         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
8637         introduced on 2006-09-09.
8638
8639 2007-12-07  Jim Meyering  <meyering@redhat.com>
8640
8641         Let these macros work also with autoconf-2.59.
8642         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
8643         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
8644         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
8645
8646 2007-12-06  Jim Meyering  <meyering@redhat.com>
8647
8648         Avoid a configure-time syntax error in gl_FUNC_ACL.
8649         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
8650         function in each branch, before testing the cache variable.
8651
8652 2007-12-04  Eric Blake  <ebb9@byu.net>
8653
8654         Make scripts executable.
8655         * build-aux/config.guess: Add execute permissions.
8656         * build-aux/config.sub: Likewise.
8657         * build-aux/gendocs.sh: Likewise.
8658
8659         Fix frexp on mingw.
8660         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
8661         cross-compiling.
8662         * doc/functions/frexp.texi (frexp): Document the bug.
8663
8664         Make cygwin fseeko check more reliable.
8665         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
8666         version numbers, rather than unrelated feature check.
8667         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
8668         * doc/functions/ftello.texi (ftello): Likewise.
8669         Reported by Bruno Haible.
8670
8671         * m4/strerror.m4: Bump version number.
8672
8673 2007-12-03  Bruno Haible  <bruno@clisp.org>
8674
8675         * doc/functions/mprotect.texi: Mention the mingw problem.
8676
8677 2007-12-03  Eric Blake  <ebb9@byu.net>
8678
8679         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
8680         REPLACE_STRERROR is initialized before this macro.
8681
8682 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8683
8684         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
8685         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
8686         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
8687         put -lsec in even for programs other than 'ls'.  This fixes a problem
8688         for gettext reported by Bruno Haible in
8689         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
8690         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
8691         Add support for Solaris 10.  This isn't efficient, but should get the
8692         job done for now.
8693
8694 2007-12-03  James Youngman  <jay@gnu.org>
8695
8696         * doc/regexprops-generic.texi: change "an close-group" to "a
8697         close-group" and "illegal" to "not allowed".
8698
8699 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8700
8701         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
8702         pr_byname.h. Needed for the rare case when the maintainer has done
8703         "make maintainer-clean" in the source directory and then attempts a
8704         build outside the source directory.
8705         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
8706         scripts_byname.h.
8707
8708 2007-12-02  Martin Lambers <marlam@marlam.de>
8709             Bruno Haible  <bruno@clisp.org>
8710
8711         * lib/getpagesize.h: Remove file.
8712         * lib/unistd.in.h: Include declaration of getpagesize here.
8713         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
8714         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
8715         HAVE_SYS_PARAM_H.
8716         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
8717         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8718         * modules/getpagesize (Files): Remove lib/getpagesize.h.
8719         (Depends-on): Add unistd.
8720         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
8721         (Include): Use <unistd.h> instead of getpagesize.h.
8722         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
8723         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
8724         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
8725         gl_GETPAGESIZE invocation, already handled by module dependency.
8726         * lib/pagealign_alloc.c: Don't include getpagesize.h.
8727
8728 2007-12-02  Bruno Haible  <bruno@clisp.org>
8729
8730         * modules/strings-tests: New file.
8731         * tests/test-strings.c: New file.
8732
8733         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
8734         * lib/strings.in.h: New file.
8735         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
8736         * m4/strings_h.m4: New file.
8737         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
8738         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
8739         * modules/strings: New file.
8740         * modules/string (Makefile.am): Update.
8741         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
8742         Reported by Karl Berry.
8743
8744 2007-12-01  Eric Blake  <ebb9@byu.net>
8745
8746         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
8747         accomodate fix in cygwin 1.5.25.
8748
8749 2007-12-01  Jim Meyering  <meyering@redhat.com>
8750
8751         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
8752         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
8753         that would inhibit utf8-optimization of a regexp containing line-
8754         or buffer-anchors, e.g., `^', `$'.
8755
8756 2007-11-30  Bruno Haible  <bruno@clisp.org>
8757
8758         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
8759         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
8760         glthread_recursive_lock_init.
8761         * lib/lock.c (glthread_recursive_lock_init)
8762         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
8763         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8764
8765 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
8766
8767         New function qset_acl, like set_acl but with syscall semantics.
8768         * lib/acl.h (qset_acl): New decl.
8769         * lib/acl.c (qset_acl): New function.
8770         (set_acl): Use new function.  Use more-consistent diagnostics.
8771
8772 2007-11-28  Jim Meyering  <meyering@redhat.com>
8773
8774         * modules/physmem (License): Change from GPL to LGPLv2+.
8775
8776 2007-11-26  Bruno Haible  <bruno@clisp.org>
8777
8778         * lib/vasnprintf.c (decode_long_double): Don't abort if the
8779         'long double' type has excess precision.
8780         Reported by Jim Meyering in
8781         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
8782
8783 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8784
8785         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
8786         Sync from <http://gnu.org/licenses>.
8787         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
8788         with license text from same location.
8789         * doc/maintain.texi, doc/standards.texi:  Sync from
8790         <http://savannah.gnu.org/projects/gnustandards>.
8791
8792 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
8793         and Jim Meyering  <meyering@redhat.com>
8794
8795         Adjust getdate' grammar to accept a slightly more regular language.
8796         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
8797         Before, the former was rejected.
8798         * lib/getdate.y (digits_to_date_time): New function, factored
8799         out of ...
8800         (number): ...here.  Just call digits_to_date_time.
8801         (hybrid): New non-terminal to handle an <unsigned number,
8802         signed relative offset> sequence consistently.
8803
8804 2007-11-18  Jim Meyering  <meyering@redhat.com>
8805
8806         Pull my changes from coreutils:
8807         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
8808         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
8809         use of $gnulib_tool_option_extras, so that it's separated from the
8810         preceding argument.
8811
8812         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
8813         * build-aux/bootstrap (cp_mark_as_generated): Create any required
8814         parent destination directories before copying a file into place.
8815
8816 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
8817
8818         bootstrap: work also with 4-argument variant of AC_INIT
8819         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
8820
8821 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8822
8823         Port test-getaddrinfo to Solaris.
8824         Problem reported by Bruno Haible in
8825         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
8826         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
8827         explanation of setting 'hints'.
8828         Don't reject an implementation merely because it returns EAI_SERVICE.
8829         (EAI_SERVICE): Define to 0 if not defined.
8830
8831 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8832
8833         The license of gnu-make and posix-shell is now "GPLed build tool".
8834         * modules/gnu-make (License): Likewise.
8835         * modules/posix-shell (License): Likewise.
8836
8837         New module posix-shell, for determining a POSIX shell
8838         or perhaps something that is close enough to a POSIX shell.
8839         * m4/posix-shell.m4: New file.
8840         * modules/posix-shell: New file.
8841
8842         * MODULES.html.sh: Mention new module.
8843
8844         New module gnu-make, for determining whether we're using GNU Make.
8845         * m4/gnu-make.m4: New file.
8846         * modules/gnu-make: New file.
8847         * MODULES.html.sh: Mention new module.
8848
8849 2007-11-14  Jim Meyering  <meyering@redhat.com>
8850
8851         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
8852         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
8853         use this macro to create a function _definition_.
8854         Remove useless "#undef ARGMATCH_DIE".
8855
8856 2007-11-14  Bruno Haible  <bruno@clisp.org>
8857
8858         * lib/config.charset: Update for OpenBSD 4.1.
8859         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
8860
8861 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
8862
8863         Document 64-bit #if problems in stdint.texi.
8864         * doc/headers/stdint.texi (stdint.h): Mention problems with
8865         64-bit-#if, and how to work around them.
8866
8867         Don't insist on 'long long int' support in the preprocessor.  It
8868         breaks too many things.  For example, PRIdMAX still uses a 'long
8869         long int' format with the latest Sun compiler, even though
8870         HAVE_LONG_LONG_INT isn't defined due to that compiler's
8871         preprocessor problem.  This causes the latest coreutils to dump
8872         core on Solaris 10 sparc with the Sun C compiler.
8873         Instead, fix the 2007-10-16 problem in a different way, by evaluating
8874         the troublesome expressions at configure-time, not at #if-time.
8875         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
8876         preprocessor.
8877         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
8878         compile-time C checks, done at 'configure'-time.
8879         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
8880         * modules/inttypes (Makefile): Substitute the new symbols that
8881         gl_INTTYPES_H now generates.
8882         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
8883
8884 2007-11-12  Bruno Haible  <bruno@clisp.org>
8885
8886         Tests for Unicode character classification functions.
8887
8888         * modules/unictype/bidicategory-byname-tests: New file.
8889         * modules/unictype/bidicategory-name-tests: New file.
8890         * modules/unictype/bidicategory-of-tests: New file.
8891         * modules/unictype/bidicategory-test-tests: New file.
8892         * modules/unictype/block-list-tests: New file.
8893         * modules/unictype/block-of-tests: New file.
8894         * modules/unictype/block-test-tests: New file.
8895         * modules/unictype/category-C-tests: New file.
8896         * modules/unictype/category-Cc-tests: New file.
8897         * modules/unictype/category-Cf-tests: New file.
8898         * modules/unictype/category-Cn-tests: New file.
8899         * modules/unictype/category-Co-tests: New file.
8900         * modules/unictype/category-Cs-tests: New file.
8901         * modules/unictype/category-L-tests: New file.
8902         * modules/unictype/category-Ll-tests: New file.
8903         * modules/unictype/category-Lm-tests: New file.
8904         * modules/unictype/category-Lo-tests: New file.
8905         * modules/unictype/category-Lt-tests: New file.
8906         * modules/unictype/category-Lu-tests: New file.
8907         * modules/unictype/category-M-tests: New file.
8908         * modules/unictype/category-Mc-tests: New file.
8909         * modules/unictype/category-Me-tests: New file.
8910         * modules/unictype/category-Mn-tests: New file.
8911         * modules/unictype/category-N-tests: New file.
8912         * modules/unictype/category-Nd-tests: New file.
8913         * modules/unictype/category-Nl-tests: New file.
8914         * modules/unictype/category-No-tests: New file.
8915         * modules/unictype/category-P-tests: New file.
8916         * modules/unictype/category-Pc-tests: New file.
8917         * modules/unictype/category-Pd-tests: New file.
8918         * modules/unictype/category-Pe-tests: New file.
8919         * modules/unictype/category-Pf-tests: New file.
8920         * modules/unictype/category-Pi-tests: New file.
8921         * modules/unictype/category-Po-tests: New file.
8922         * modules/unictype/category-Ps-tests: New file.
8923         * modules/unictype/category-S-tests: New file.
8924         * modules/unictype/category-Sc-tests: New file.
8925         * modules/unictype/category-Sk-tests: New file.
8926         * modules/unictype/category-Sm-tests: New file.
8927         * modules/unictype/category-So-tests: New file.
8928         * modules/unictype/category-Z-tests: New file.
8929         * modules/unictype/category-Zl-tests: New file.
8930         * modules/unictype/category-Zp-tests: New file.
8931         * modules/unictype/category-Zs-tests: New file.
8932         * modules/unictype/category-and-not-tests: New file.
8933         * modules/unictype/category-and-tests: New file.
8934         * modules/unictype/category-byname-tests: New file.
8935         * modules/unictype/category-name-tests: New file.
8936         * modules/unictype/category-none-tests: New file.
8937         * modules/unictype/category-of-tests: New file.
8938         * modules/unictype/category-or-tests: New file.
8939         * modules/unictype/category-test-withtable-tests: New file.
8940         * modules/unictype/combining-class-tests: New file.
8941         * modules/unictype/ctype-alnum-tests: New file.
8942         * modules/unictype/ctype-alpha-tests: New file.
8943         * modules/unictype/ctype-blank-tests: New file.
8944         * modules/unictype/ctype-cntrl-tests: New file.
8945         * modules/unictype/ctype-digit-tests: New file.
8946         * modules/unictype/ctype-graph-tests: New file.
8947         * modules/unictype/ctype-lower-tests: New file.
8948         * modules/unictype/ctype-print-tests: New file.
8949         * modules/unictype/ctype-punct-tests: New file.
8950         * modules/unictype/ctype-space-tests: New file.
8951         * modules/unictype/ctype-upper-tests: New file.
8952         * modules/unictype/ctype-xdigit-tests: New file.
8953         * modules/unictype/decimal-digit-tests: New file.
8954         * modules/unictype/digit-tests: New file.
8955         * modules/unictype/mirror-tests: New file.
8956         * modules/unictype/numeric-tests: New file.
8957         * modules/unictype/property-alphabetic-tests: New file.
8958         * modules/unictype/property-ascii-hex-digit-tests: New file.
8959         * modules/unictype/property-bidi-arabic-digit-tests: New file.
8960         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
8961         * modules/unictype/property-bidi-block-separator-tests: New file.
8962         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
8963         * modules/unictype/property-bidi-common-separator-tests: New file.
8964         * modules/unictype/property-bidi-control-tests: New file.
8965         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
8966         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
8967         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
8968         * modules/unictype/property-bidi-european-digit-tests: New file.
8969         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
8970         * modules/unictype/property-bidi-left-to-right-tests: New file.
8971         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
8972         * modules/unictype/property-bidi-other-neutral-tests: New file.
8973         * modules/unictype/property-bidi-pdf-tests: New file.
8974         * modules/unictype/property-bidi-segment-separator-tests: New file.
8975         * modules/unictype/property-bidi-whitespace-tests: New file.
8976         * modules/unictype/property-byname-tests: New file.
8977         * modules/unictype/property-combining-tests: New file.
8978         * modules/unictype/property-composite-tests: New file.
8979         * modules/unictype/property-currency-symbol-tests: New file.
8980         * modules/unictype/property-dash-tests: New file.
8981         * modules/unictype/property-decimal-digit-tests: New file.
8982         * modules/unictype/property-default-ignorable-code-point-tests: New file.
8983         * modules/unictype/property-deprecated-tests: New file.
8984         * modules/unictype/property-diacritic-tests: New file.
8985         * modules/unictype/property-extender-tests: New file.
8986         * modules/unictype/property-format-control-tests: New file.
8987         * modules/unictype/property-grapheme-base-tests: New file.
8988         * modules/unictype/property-grapheme-extend-tests: New file.
8989         * modules/unictype/property-grapheme-link-tests: New file.
8990         * modules/unictype/property-hex-digit-tests: New file.
8991         * modules/unictype/property-hyphen-tests: New file.
8992         * modules/unictype/property-id-continue-tests: New file.
8993         * modules/unictype/property-id-start-tests: New file.
8994         * modules/unictype/property-ideographic-tests: New file.
8995         * modules/unictype/property-ids-binary-operator-tests: New file.
8996         * modules/unictype/property-ids-trinary-operator-tests: New file.
8997         * modules/unictype/property-ignorable-control-tests: New file.
8998         * modules/unictype/property-iso-control-tests: New file.
8999         * modules/unictype/property-join-control-tests: New file.
9000         * modules/unictype/property-left-of-pair-tests: New file.
9001         * modules/unictype/property-line-separator-tests: New file.
9002         * modules/unictype/property-logical-order-exception-tests: New file.
9003         * modules/unictype/property-lowercase-tests: New file.
9004         * modules/unictype/property-math-tests: New file.
9005         * modules/unictype/property-non-break-tests: New file.
9006         * modules/unictype/property-not-a-character-tests: New file.
9007         * modules/unictype/property-numeric-tests: New file.
9008         * modules/unictype/property-other-alphabetic-tests: New file.
9009         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
9010         * modules/unictype/property-other-grapheme-extend-tests: New file.
9011         * modules/unictype/property-other-id-continue-tests: New file.
9012         * modules/unictype/property-other-id-start-tests: New file.
9013         * modules/unictype/property-other-lowercase-tests: New file.
9014         * modules/unictype/property-other-math-tests: New file.
9015         * modules/unictype/property-other-uppercase-tests: New file.
9016         * modules/unictype/property-paired-punctuation-tests: New file.
9017         * modules/unictype/property-paragraph-separator-tests: New file.
9018         * modules/unictype/property-pattern-syntax-tests: New file.
9019         * modules/unictype/property-pattern-white-space-tests: New file.
9020         * modules/unictype/property-private-use-tests: New file.
9021         * modules/unictype/property-punctuation-tests: New file.
9022         * modules/unictype/property-quotation-mark-tests: New file.
9023         * modules/unictype/property-radical-tests: New file.
9024         * modules/unictype/property-sentence-terminal-tests: New file.
9025         * modules/unictype/property-soft-dotted-tests: New file.
9026         * modules/unictype/property-space-tests: New file.
9027         * modules/unictype/property-terminal-punctuation-tests: New file.
9028         * modules/unictype/property-test-tests: New file.
9029         * modules/unictype/property-titlecase-tests: New file.
9030         * modules/unictype/property-unassigned-code-value-tests: New file.
9031         * modules/unictype/property-unified-ideograph-tests: New file.
9032         * modules/unictype/property-uppercase-tests: New file.
9033         * modules/unictype/property-variation-selector-tests: New file.
9034         * modules/unictype/property-white-space-tests: New file.
9035         * modules/unictype/property-xid-continue-tests: New file.
9036         * modules/unictype/property-xid-start-tests: New file.
9037         * modules/unictype/property-zero-width-tests: New file.
9038         * modules/unictype/scripts-tests: New file.
9039         * modules/unictype/syntax-c-ident-tests: New file.
9040         * modules/unictype/syntax-c-whitespace-tests: New file.
9041         * modules/unictype/syntax-java-ident-tests: New file.
9042         * modules/unictype/syntax-java-whitespace-tests: New file.
9043         * tests/unictype/test-bidi_byname.c: New file.
9044         * tests/unictype/test-bidi_name.c: New file.
9045         * tests/unictype/test-bidi_of.c: New file.
9046         * tests/unictype/test-bidi_test.c: New file.
9047         * tests/unictype/test-block_list.c: New file.
9048         * tests/unictype/test-block_of.c: New file.
9049         * tests/unictype/test-block_test.c: New file.
9050         * tests/unictype/test-categ_and.c: New file.
9051         * tests/unictype/test-categ_and_not.c: New file.
9052         * tests/unictype/test-categ_byname.c: New file.
9053         * tests/unictype/test-categ_name.c: New file.
9054         * tests/unictype/test-categ_none.c: New file.
9055         * tests/unictype/test-categ_of.c: New file.
9056         * tests/unictype/test-categ_or.c: New file.
9057         * tests/unictype/test-categ_test_withtable.c: New file.
9058         * tests/unictype/test-combining.c: New file.
9059         * tests/unictype/test-decdigit.c: New file.
9060         * tests/unictype/test-digit.c: New file.
9061         * tests/unictype/test-mirror.c: New file.
9062         * tests/unictype/test-numeric.c: New file.
9063         * tests/unictype/test-pr_byname.c: New file.
9064         * tests/unictype/test-pr_test.c: New file.
9065         * tests/unictype/test-predicate-part1.h: New file.
9066         * tests/unictype/test-predicate-part2.h: New file.
9067         * tests/unictype/test-scripts.c: New file.
9068         * tests/unictype/test-sy_c_ident.c: New file.
9069         * tests/unictype/test-sy_java_ident.c: New file.
9070
9071         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
9072         for Unicode 5.0.0.
9073         * tests/unictype/test-categ_Cc.c: Likewise.
9074         * tests/unictype/test-categ_Cf.c: Likewise.
9075         * tests/unictype/test-categ_Cn.c: Likewise.
9076         * tests/unictype/test-categ_Co.c: Likewise.
9077         * tests/unictype/test-categ_Cs.c: Likewise.
9078         * tests/unictype/test-categ_L.c: Likewise.
9079         * tests/unictype/test-categ_Ll.c: Likewise.
9080         * tests/unictype/test-categ_Lm.c: Likewise.
9081         * tests/unictype/test-categ_Lo.c: Likewise.
9082         * tests/unictype/test-categ_Lt.c: Likewise.
9083         * tests/unictype/test-categ_Lu.c: Likewise.
9084         * tests/unictype/test-categ_M.c: Likewise.
9085         * tests/unictype/test-categ_Mc.c: Likewise.
9086         * tests/unictype/test-categ_Me.c: Likewise.
9087         * tests/unictype/test-categ_Mn.c: Likewise.
9088         * tests/unictype/test-categ_N.c: Likewise.
9089         * tests/unictype/test-categ_Nd.c: Likewise.
9090         * tests/unictype/test-categ_Nl.c: Likewise.
9091         * tests/unictype/test-categ_No.c: Likewise.
9092         * tests/unictype/test-categ_P.c: Likewise.
9093         * tests/unictype/test-categ_Pc.c: Likewise.
9094         * tests/unictype/test-categ_Pd.c: Likewise.
9095         * tests/unictype/test-categ_Pe.c: Likewise.
9096         * tests/unictype/test-categ_Pf.c: Likewise.
9097         * tests/unictype/test-categ_Pi.c: Likewise.
9098         * tests/unictype/test-categ_Po.c: Likewise.
9099         * tests/unictype/test-categ_Ps.c: Likewise.
9100         * tests/unictype/test-categ_S.c: Likewise.
9101         * tests/unictype/test-categ_Sc.c: Likewise.
9102         * tests/unictype/test-categ_Sk.c: Likewise.
9103         * tests/unictype/test-categ_Sm.c: Likewise.
9104         * tests/unictype/test-categ_So.c: Likewise.
9105         * tests/unictype/test-categ_Z.c: Likewise.
9106         * tests/unictype/test-categ_Zl.c: Likewise.
9107         * tests/unictype/test-categ_Zp.c: Likewise.
9108         * tests/unictype/test-categ_Zs.c: Likewise.
9109         * tests/unictype/test-ctype_alnum.c: Likewise.
9110         * tests/unictype/test-ctype_alpha.c: Likewise.
9111         * tests/unictype/test-ctype_blank.c: Likewise.
9112         * tests/unictype/test-ctype_cntrl.c: Likewise.
9113         * tests/unictype/test-ctype_digit.c: Likewise.
9114         * tests/unictype/test-ctype_graph.c: Likewise.
9115         * tests/unictype/test-ctype_lower.c: Likewise.
9116         * tests/unictype/test-ctype_print.c: Likewise.
9117         * tests/unictype/test-ctype_punct.c: Likewise.
9118         * tests/unictype/test-ctype_space.c: Likewise.
9119         * tests/unictype/test-ctype_upper.c: Likewise.
9120         * tests/unictype/test-ctype_xdigit.c: Likewise.
9121         * tests/unictype/test-decdigit.h: Likewise.
9122         * tests/unictype/test-digit.h: Likewise.
9123         * tests/unictype/test-numeric.h: Likewise.
9124         * tests/unictype/test-pr_alphabetic.c: Likewise.
9125         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
9126         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
9127         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
9128         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
9129         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
9130         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
9131         * tests/unictype/test-pr_bidi_control.c: Likewise.
9132         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
9133         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
9134         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
9135         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
9136         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
9137         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
9138         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
9139         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
9140         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
9141         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
9142         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
9143         * tests/unictype/test-pr_combining.c: Likewise.
9144         * tests/unictype/test-pr_composite.c: Likewise.
9145         * tests/unictype/test-pr_currency_symbol.c: Likewise.
9146         * tests/unictype/test-pr_dash.c: Likewise.
9147         * tests/unictype/test-pr_decimal_digit.c: Likewise.
9148         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
9149         * tests/unictype/test-pr_deprecated.c: Likewise.
9150         * tests/unictype/test-pr_diacritic.c: Likewise.
9151         * tests/unictype/test-pr_extender.c: Likewise.
9152         * tests/unictype/test-pr_format_control.c: Likewise.
9153         * tests/unictype/test-pr_grapheme_base.c: Likewise.
9154         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
9155         * tests/unictype/test-pr_grapheme_link.c: Likewise.
9156         * tests/unictype/test-pr_hex_digit.c: Likewise.
9157         * tests/unictype/test-pr_hyphen.c: Likewise.
9158         * tests/unictype/test-pr_id_continue.c: Likewise.
9159         * tests/unictype/test-pr_id_start.c: Likewise.
9160         * tests/unictype/test-pr_ideographic.c: Likewise.
9161         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
9162         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
9163         * tests/unictype/test-pr_ignorable_control.c: Likewise.
9164         * tests/unictype/test-pr_iso_control.c: Likewise.
9165         * tests/unictype/test-pr_join_control.c: Likewise.
9166         * tests/unictype/test-pr_left_of_pair.c: Likewise.
9167         * tests/unictype/test-pr_line_separator.c: Likewise.
9168         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
9169         * tests/unictype/test-pr_lowercase.c: Likewise.
9170         * tests/unictype/test-pr_math.c: Likewise.
9171         * tests/unictype/test-pr_non_break.c: Likewise.
9172         * tests/unictype/test-pr_not_a_character.c: Likewise.
9173         * tests/unictype/test-pr_numeric.c: Likewise.
9174         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
9175         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
9176         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
9177         * tests/unictype/test-pr_other_id_continue.c: Likewise.
9178         * tests/unictype/test-pr_other_id_start.c: Likewise.
9179         * tests/unictype/test-pr_other_lowercase.c: Likewise.
9180         * tests/unictype/test-pr_other_math.c: Likewise.
9181         * tests/unictype/test-pr_other_uppercase.c: Likewise.
9182         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
9183         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
9184         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
9185         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
9186         * tests/unictype/test-pr_private_use.c: Likewise.
9187         * tests/unictype/test-pr_punctuation.c: Likewise.
9188         * tests/unictype/test-pr_quotation_mark.c: Likewise.
9189         * tests/unictype/test-pr_radical.c: Likewise.
9190         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
9191         * tests/unictype/test-pr_soft_dotted.c: Likewise.
9192         * tests/unictype/test-pr_space.c: Likewise.
9193         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
9194         * tests/unictype/test-pr_titlecase.c: Likewise.
9195         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
9196         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
9197         * tests/unictype/test-pr_uppercase.c: Likewise.
9198         * tests/unictype/test-pr_variation_selector.c: Likewise.
9199         * tests/unictype/test-pr_white_space.c: Likewise.
9200         * tests/unictype/test-pr_xid_continue.c: Likewise.
9201         * tests/unictype/test-pr_xid_start.c: Likewise.
9202         * tests/unictype/test-pr_zero_width.c: Likewise.
9203         * tests/unictype/test-sy_c_whitespace.c: Likewise.
9204         * tests/unictype/test-sy_java_whitespace.c: Likewise.
9205
9206 2007-11-12  Bruno Haible  <bruno@clisp.org>
9207
9208         Unicode character classification functions.
9209         * lib/unictype.h: New file.
9210         * modules/unictype/base: New file.
9211         * modules/unictype/category-L: New file.
9212         * modules/unictype/category-Lu: New file.
9213         * modules/unictype/category-Ll: New file.
9214         * modules/unictype/category-Lt: New file.
9215         * modules/unictype/category-Lm: New file.
9216         * modules/unictype/category-Lo: New file.
9217         * modules/unictype/category-M: New file.
9218         * modules/unictype/category-Mn: New file.
9219         * modules/unictype/category-Mc: New file.
9220         * modules/unictype/category-Me: New file.
9221         * modules/unictype/category-N: New file.
9222         * modules/unictype/category-Nd: New file.
9223         * modules/unictype/category-Nl: New file.
9224         * modules/unictype/category-No: New file.
9225         * modules/unictype/category-P: New file.
9226         * modules/unictype/category-Pc: New file.
9227         * modules/unictype/category-Pd: New file.
9228         * modules/unictype/category-Ps: New file.
9229         * modules/unictype/category-Pe: New file.
9230         * modules/unictype/category-Pi: New file.
9231         * modules/unictype/category-Pf: New file.
9232         * modules/unictype/category-Po: New file.
9233         * modules/unictype/category-S: New file.
9234         * modules/unictype/category-Sm: New file.
9235         * modules/unictype/category-Sc: New file.
9236         * modules/unictype/category-Sk: New file.
9237         * modules/unictype/category-So: New file.
9238         * modules/unictype/category-Z: New file.
9239         * modules/unictype/category-Zs: New file.
9240         * modules/unictype/category-Zl: New file.
9241         * modules/unictype/category-Zp: New file.
9242         * modules/unictype/category-C: New file.
9243         * modules/unictype/category-Cc: New file.
9244         * modules/unictype/category-Cf: New file.
9245         * modules/unictype/category-Cs: New file.
9246         * modules/unictype/category-Co: New file.
9247         * modules/unictype/category-Cn: New file.
9248         * modules/unictype/category-or: New file.
9249         * modules/unictype/category-of: New file.
9250         * modules/unictype/category-test: New file.
9251         * modules/unictype/category-test-withtable: New file.
9252         * modules/unictype/category-byname: New file.
9253         * modules/unictype/category-none: New file.
9254         * modules/unictype/category-and: New file.
9255         * modules/unictype/category-and-not: New file.
9256         * modules/unictype/category-name: New file.
9257         * modules/unictype/combining-class: New file.
9258         * modules/unictype/category-all: New file.
9259         * modules/unictype/bidicategory-all: New file.
9260         * modules/unictype/bidicategory-byname: New file.
9261         * modules/unictype/bidicategory-name: New file.
9262         * modules/unictype/bidicategory-of: New file.
9263         * modules/unictype/bidicategory-test: New file.
9264         * modules/unictype/decimal-digit: New file.
9265         * modules/unictype/digit: New file.
9266         * modules/unictype/numeric: New file.
9267         * modules/unictype/mirror: New file.
9268         * modules/unictype/property-white-space: New file.
9269         * modules/unictype/property-alphabetic: New file.
9270         * modules/unictype/property-other-alphabetic: New file.
9271         * modules/unictype/property-not-a-character: New file.
9272         * modules/unictype/property-default-ignorable-code-point: New file.
9273         * modules/unictype/property-other-default-ignorable-code-point: New
9274         file.
9275         * modules/unictype/property-deprecated: New file.
9276         * modules/unictype/property-logical-order-exception: New file.
9277         * modules/unictype/property-variation-selector: New file.
9278         * modules/unictype/property-private-use: New file.
9279         * modules/unictype/property-unassigned-code-value: New file.
9280         * modules/unictype/property-uppercase: New file.
9281         * modules/unictype/property-other-uppercase: New file.
9282         * modules/unictype/property-lowercase: New file.
9283         * modules/unictype/property-other-lowercase: New file.
9284         * modules/unictype/property-titlecase: New file.
9285         * modules/unictype/property-soft-dotted: New file.
9286         * modules/unictype/property-id-start: New file.
9287         * modules/unictype/property-other-id-start: New file.
9288         * modules/unictype/property-id-continue: New file.
9289         * modules/unictype/property-other-id-continue: New file.
9290         * modules/unictype/property-xid-start: New file.
9291         * modules/unictype/property-xid-continue: New file.
9292         * modules/unictype/property-pattern-white-space: New file.
9293         * modules/unictype/property-pattern-syntax: New file.
9294         * modules/unictype/property-join-control: New file.
9295         * modules/unictype/property-grapheme-base: New file.
9296         * modules/unictype/property-grapheme-extend: New file.
9297         * modules/unictype/property-other-grapheme-extend: New file.
9298         * modules/unictype/property-grapheme-link: New file.
9299         * modules/unictype/property-bidi-control: New file.
9300         * modules/unictype/property-bidi-left-to-right: New file.
9301         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
9302         * modules/unictype/property-bidi-arabic-right-to-left: New file.
9303         * modules/unictype/property-bidi-european-digit: New file.
9304         * modules/unictype/property-bidi-eur-num-separator: New file.
9305         * modules/unictype/property-bidi-eur-num-terminator: New file.
9306         * modules/unictype/property-bidi-arabic-digit: New file.
9307         * modules/unictype/property-bidi-common-separator: New file.
9308         * modules/unictype/property-bidi-block-separator: New file.
9309         * modules/unictype/property-bidi-segment-separator: New file.
9310         * modules/unictype/property-bidi-whitespace: New file.
9311         * modules/unictype/property-bidi-non-spacing-mark: New file.
9312         * modules/unictype/property-bidi-boundary-neutral: New file.
9313         * modules/unictype/property-bidi-pdf: New file.
9314         * modules/unictype/property-bidi-embedding-or-override: New file.
9315         * modules/unictype/property-bidi-other-neutral: New file.
9316         * modules/unictype/property-hex-digit: New file.
9317         * modules/unictype/property-ascii-hex-digit: New file.
9318         * modules/unictype/property-ideographic: New file.
9319         * modules/unictype/property-unified-ideograph: New file.
9320         * modules/unictype/property-radical: New file.
9321         * modules/unictype/property-ids-binary-operator: New file.
9322         * modules/unictype/property-ids-trinary-operator: New file.
9323         * modules/unictype/property-zero-width: New file.
9324         * modules/unictype/property-space: New file.
9325         * modules/unictype/property-non-break: New file.
9326         * modules/unictype/property-iso-control: New file.
9327         * modules/unictype/property-format-control: New file.
9328         * modules/unictype/property-dash: New file.
9329         * modules/unictype/property-hyphen: New file.
9330         * modules/unictype/property-punctuation: New file.
9331         * modules/unictype/property-line-separator: New file.
9332         * modules/unictype/property-paragraph-separator: New file.
9333         * modules/unictype/property-quotation-mark: New file.
9334         * modules/unictype/property-sentence-terminal: New file.
9335         * modules/unictype/property-terminal-punctuation: New file.
9336         * modules/unictype/property-currency-symbol: New file.
9337         * modules/unictype/property-math: New file.
9338         * modules/unictype/property-other-math: New file.
9339         * modules/unictype/property-paired-punctuation: New file.
9340         * modules/unictype/property-left-of-pair: New file.
9341         * modules/unictype/property-combining: New file.
9342         * modules/unictype/property-composite: New file.
9343         * modules/unictype/property-decimal-digit: New file.
9344         * modules/unictype/property-numeric: New file.
9345         * modules/unictype/property-diacritic: New file.
9346         * modules/unictype/property-extender: New file.
9347         * modules/unictype/property-ignorable-control: New file.
9348         * modules/unictype/property-test: New file.
9349         * modules/unictype/property-byname: New file.
9350         * modules/unictype/property-all: New file.
9351         * modules/unictype/scripts: New file.
9352         * modules/unictype/scripts-all: New file.
9353         * modules/unictype/block-of: New file.
9354         * modules/unictype/block-test: New file.
9355         * modules/unictype/block-list: New file.
9356         * modules/unictype/block-all: New file.
9357         * modules/unictype/syntax-c-whitespace: New file.
9358         * modules/unictype/syntax-java-whitespace: New file.
9359         * modules/unictype/syntax-c-ident: New file.
9360         * modules/unictype/syntax-java-ident: New file.
9361         * modules/unictype/ctype-alnum: New file.
9362         * modules/unictype/ctype-alpha: New file.
9363         * modules/unictype/ctype-cntrl: New file.
9364         * modules/unictype/ctype-digit: New file.
9365         * modules/unictype/ctype-graph: New file.
9366         * modules/unictype/ctype-lower: New file.
9367         * modules/unictype/ctype-print: New file.
9368         * modules/unictype/ctype-punct: New file.
9369         * modules/unictype/ctype-space: New file.
9370         * modules/unictype/ctype-upper: New file.
9371         * modules/unictype/ctype-xdigit: New file.
9372         * modules/unictype/ctype-blank: New file.
9373         * lib/unictype/bidi_byname.c: New file.
9374         * lib/unictype/bidi_name.c: New file.
9375         * lib/unictype/bidi_of.c: New file.
9376         * lib/unictype/bidi_test.c: New file.
9377         * lib/unictype/bitmap.h: New file.
9378         * lib/unictype/block_test.c: New file.
9379         * lib/unictype/blocks.c: New file.
9380         * lib/unictype/categ_C.c: New file.
9381         * lib/unictype/categ_Cc.c: New file.
9382         * lib/unictype/categ_Cf.c: New file.
9383         * lib/unictype/categ_Cn.c: New file.
9384         * lib/unictype/categ_Co.c: New file.
9385         * lib/unictype/categ_Cs.c: New file.
9386         * lib/unictype/categ_L.c: New file.
9387         * lib/unictype/categ_Ll.c: New file.
9388         * lib/unictype/categ_Lm.c: New file.
9389         * lib/unictype/categ_Lo.c: New file.
9390         * lib/unictype/categ_Lt.c: New file.
9391         * lib/unictype/categ_Lu.c: New file.
9392         * lib/unictype/categ_M.c: New file.
9393         * lib/unictype/categ_Mc.c: New file.
9394         * lib/unictype/categ_Me.c: New file.
9395         * lib/unictype/categ_Mn.c: New file.
9396         * lib/unictype/categ_N.c: New file.
9397         * lib/unictype/categ_Nd.c: New file.
9398         * lib/unictype/categ_Nl.c: New file.
9399         * lib/unictype/categ_No.c: New file.
9400         * lib/unictype/categ_P.c: New file.
9401         * lib/unictype/categ_Pc.c: New file.
9402         * lib/unictype/categ_Pd.c: New file.
9403         * lib/unictype/categ_Pe.c: New file.
9404         * lib/unictype/categ_Pf.c: New file.
9405         * lib/unictype/categ_Pi.c: New file.
9406         * lib/unictype/categ_Po.c: New file.
9407         * lib/unictype/categ_Ps.c: New file.
9408         * lib/unictype/categ_S.c: New file.
9409         * lib/unictype/categ_Sc.c: New file.
9410         * lib/unictype/categ_Sk.c: New file.
9411         * lib/unictype/categ_Sm.c: New file.
9412         * lib/unictype/categ_So.c: New file.
9413         * lib/unictype/categ_Z.c: New file.
9414         * lib/unictype/categ_Zl.c: New file.
9415         * lib/unictype/categ_Zp.c: New file.
9416         * lib/unictype/categ_Zs.c: New file.
9417         * lib/unictype/categ_and.c: New file.
9418         * lib/unictype/categ_and_not.c: New file.
9419         * lib/unictype/categ_byname.c: New file.
9420         * lib/unictype/categ_name.c: New file.
9421         * lib/unictype/categ_none.c: New file.
9422         * lib/unictype/categ_of.c: New file.
9423         * lib/unictype/categ_or.c: New file.
9424         * lib/unictype/categ_test.c: New file.
9425         * lib/unictype/combining.c: New file.
9426         * lib/unictype/ctype_alnum.c: New file.
9427         * lib/unictype/ctype_alpha.c: New file.
9428         * lib/unictype/ctype_blank.c: New file.
9429         * lib/unictype/ctype_cntrl.c: New file.
9430         * lib/unictype/ctype_digit.c: New file.
9431         * lib/unictype/ctype_graph.c: New file.
9432         * lib/unictype/ctype_lower.c: New file.
9433         * lib/unictype/ctype_print.c: New file.
9434         * lib/unictype/ctype_punct.c: New file.
9435         * lib/unictype/ctype_space.c: New file.
9436         * lib/unictype/ctype_upper.c: New file.
9437         * lib/unictype/ctype_xdigit.c: New file.
9438         * lib/unictype/decdigit.c: New file.
9439         * lib/unictype/digit.c: New file.
9440         * lib/unictype/identsyntaxmap.h: New file.
9441         * lib/unictype/mirror.c: New file.
9442         * lib/unictype/numeric.c: New file.
9443         * lib/unictype/pr_alphabetic.c: New file.
9444         * lib/unictype/pr_ascii_hex_digit.c: New file.
9445         * lib/unictype/pr_bidi_arabic_digit.c: New file.
9446         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
9447         * lib/unictype/pr_bidi_block_separator.c: New file.
9448         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
9449         * lib/unictype/pr_bidi_common_separator.c: New file.
9450         * lib/unictype/pr_bidi_control.c: New file.
9451         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
9452         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
9453         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
9454         * lib/unictype/pr_bidi_european_digit.c: New file.
9455         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
9456         * lib/unictype/pr_bidi_left_to_right.c: New file.
9457         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
9458         * lib/unictype/pr_bidi_other_neutral.c: New file.
9459         * lib/unictype/pr_bidi_pdf.c: New file.
9460         * lib/unictype/pr_bidi_segment_separator.c: New file.
9461         * lib/unictype/pr_bidi_whitespace.c: New file.
9462         * lib/unictype/pr_byname.c: New file.
9463         * lib/unictype/pr_byname.gperf: New file.
9464         * lib/unictype/pr_combining.c: New file.
9465         * lib/unictype/pr_composite.c: New file.
9466         * lib/unictype/pr_currency_symbol.c: New file.
9467         * lib/unictype/pr_dash.c: New file.
9468         * lib/unictype/pr_decimal_digit.c: New file.
9469         * lib/unictype/pr_default_ignorable_code_point.c: New file.
9470         * lib/unictype/pr_deprecated.c: New file.
9471         * lib/unictype/pr_diacritic.c: New file.
9472         * lib/unictype/pr_extender.c: New file.
9473         * lib/unictype/pr_format_control.c: New file.
9474         * lib/unictype/pr_grapheme_base.c: New file.
9475         * lib/unictype/pr_grapheme_extend.c: New file.
9476         * lib/unictype/pr_grapheme_link.c: New file.
9477         * lib/unictype/pr_hex_digit.c: New file.
9478         * lib/unictype/pr_hyphen.c: New file.
9479         * lib/unictype/pr_id_continue.c: New file.
9480         * lib/unictype/pr_id_start.c: New file.
9481         * lib/unictype/pr_ideographic.c: New file.
9482         * lib/unictype/pr_ids_binary_operator.c: New file.
9483         * lib/unictype/pr_ids_trinary_operator.c: New file.
9484         * lib/unictype/pr_ignorable_control.c: New file.
9485         * lib/unictype/pr_iso_control.c: New file.
9486         * lib/unictype/pr_join_control.c: New file.
9487         * lib/unictype/pr_left_of_pair.c: New file.
9488         * lib/unictype/pr_line_separator.c: New file.
9489         * lib/unictype/pr_logical_order_exception.c: New file.
9490         * lib/unictype/pr_lowercase.c: New file.
9491         * lib/unictype/pr_math.c: New file.
9492         * lib/unictype/pr_non_break.c: New file.
9493         * lib/unictype/pr_not_a_character.c: New file.
9494         * lib/unictype/pr_numeric.c: New file.
9495         * lib/unictype/pr_other_alphabetic.c: New file.
9496         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
9497         * lib/unictype/pr_other_grapheme_extend.c: New file.
9498         * lib/unictype/pr_other_id_continue.c: New file.
9499         * lib/unictype/pr_other_id_start.c: New file.
9500         * lib/unictype/pr_other_lowercase.c: New file.
9501         * lib/unictype/pr_other_math.c: New file.
9502         * lib/unictype/pr_other_uppercase.c: New file.
9503         * lib/unictype/pr_paired_punctuation.c: New file.
9504         * lib/unictype/pr_paragraph_separator.c: New file.
9505         * lib/unictype/pr_pattern_syntax.c: New file.
9506         * lib/unictype/pr_pattern_white_space.c: New file.
9507         * lib/unictype/pr_private_use.c: New file.
9508         * lib/unictype/pr_punctuation.c: New file.
9509         * lib/unictype/pr_quotation_mark.c: New file.
9510         * lib/unictype/pr_radical.c: New file.
9511         * lib/unictype/pr_sentence_terminal.c: New file.
9512         * lib/unictype/pr_soft_dotted.c: New file.
9513         * lib/unictype/pr_space.c: New file.
9514         * lib/unictype/pr_terminal_punctuation.c: New file.
9515         * lib/unictype/pr_test.c: New file.
9516         * lib/unictype/pr_titlecase.c: New file.
9517         * lib/unictype/pr_unassigned_code_value.c: New file.
9518         * lib/unictype/pr_unified_ideograph.c: New file.
9519         * lib/unictype/pr_uppercase.c: New file.
9520         * lib/unictype/pr_variation_selector.c: New file.
9521         * lib/unictype/pr_white_space.c: New file.
9522         * lib/unictype/pr_xid_continue.c: New file.
9523         * lib/unictype/pr_xid_start.c: New file.
9524         * lib/unictype/pr_zero_width.c: New file.
9525         * lib/unictype/scripts.c: New file.
9526         * lib/unictype/sy_c_ident.c: New file.
9527         * lib/unictype/sy_c_whitespace.c: New file.
9528         * lib/unictype/sy_java_ident.c: New file.
9529         * lib/unictype/sy_java_whitespace.c: New file.
9530
9531         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
9532         Unicode 5.0.0.
9533         * lib/unictype/blocks.h: Likewise.
9534         * lib/unictype/categ_C.h: Likewise.
9535         * lib/unictype/categ_Cc.h: Likewise.
9536         * lib/unictype/categ_Cf.h: Likewise.
9537         * lib/unictype/categ_Cn.h: Likewise.
9538         * lib/unictype/categ_Co.h: Likewise.
9539         * lib/unictype/categ_Cs.h: Likewise.
9540         * lib/unictype/categ_L.h: Likewise.
9541         * lib/unictype/categ_Ll.h: Likewise.
9542         * lib/unictype/categ_Lm.h: Likewise.
9543         * lib/unictype/categ_Lo.h: Likewise.
9544         * lib/unictype/categ_Lt.h: Likewise.
9545         * lib/unictype/categ_Lu.h: Likewise.
9546         * lib/unictype/categ_M.h: Likewise.
9547         * lib/unictype/categ_Mc.h: Likewise.
9548         * lib/unictype/categ_Me.h: Likewise.
9549         * lib/unictype/categ_Mn.h: Likewise.
9550         * lib/unictype/categ_N.h: Likewise.
9551         * lib/unictype/categ_Nd.h: Likewise.
9552         * lib/unictype/categ_Nl.h: Likewise.
9553         * lib/unictype/categ_No.h: Likewise.
9554         * lib/unictype/categ_P.h: Likewise.
9555         * lib/unictype/categ_Pc.h: Likewise.
9556         * lib/unictype/categ_Pd.h: Likewise.
9557         * lib/unictype/categ_Pe.h: Likewise.
9558         * lib/unictype/categ_Pf.h: Likewise.
9559         * lib/unictype/categ_Pi.h: Likewise.
9560         * lib/unictype/categ_Po.h: Likewise.
9561         * lib/unictype/categ_Ps.h: Likewise.
9562         * lib/unictype/categ_S.h: Likewise.
9563         * lib/unictype/categ_Sc.h: Likewise.
9564         * lib/unictype/categ_Sk.h: Likewise.
9565         * lib/unictype/categ_Sm.h: Likewise.
9566         * lib/unictype/categ_So.h: Likewise.
9567         * lib/unictype/categ_Z.h: Likewise.
9568         * lib/unictype/categ_Zl.h: Likewise.
9569         * lib/unictype/categ_Zp.h: Likewise.
9570         * lib/unictype/categ_Zs.h: Likewise.
9571         * lib/unictype/categ_of.h: Likewise.
9572         * lib/unictype/combining.h: Likewise.
9573         * lib/unictype/ctype_alnum.h: Likewise.
9574         * lib/unictype/ctype_alpha.h: Likewise.
9575         * lib/unictype/ctype_blank.h: Likewise.
9576         * lib/unictype/ctype_cntrl.h: Likewise.
9577         * lib/unictype/ctype_digit.h: Likewise.
9578         * lib/unictype/ctype_graph.h: Likewise.
9579         * lib/unictype/ctype_lower.h: Likewise.
9580         * lib/unictype/ctype_print.h: Likewise.
9581         * lib/unictype/ctype_punct.h: Likewise.
9582         * lib/unictype/ctype_space.h: Likewise.
9583         * lib/unictype/ctype_upper.h: Likewise.
9584         * lib/unictype/ctype_xdigit.h: Likewise.
9585         * lib/unictype/decdigit.h: Likewise.
9586         * lib/unictype/digit.h: Likewise.
9587         * lib/unictype/mirror.h: Likewise.
9588         * lib/unictype/numeric.h: Likewise.
9589         * lib/unictype/pr_alphabetic.h: Likewise.
9590         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
9591         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
9592         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
9593         * lib/unictype/pr_bidi_block_separator.h: Likewise.
9594         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
9595         * lib/unictype/pr_bidi_common_separator.h: Likewise.
9596         * lib/unictype/pr_bidi_control.h: Likewise.
9597         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
9598         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
9599         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
9600         * lib/unictype/pr_bidi_european_digit.h: Likewise.
9601         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
9602         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
9603         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
9604         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
9605         * lib/unictype/pr_bidi_pdf.h: Likewise.
9606         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
9607         * lib/unictype/pr_bidi_whitespace.h: Likewise.
9608         * lib/unictype/pr_combining.h: Likewise.
9609         * lib/unictype/pr_composite.h: Likewise.
9610         * lib/unictype/pr_currency_symbol.h: Likewise.
9611         * lib/unictype/pr_dash.h: Likewise.
9612         * lib/unictype/pr_decimal_digit.h: Likewise.
9613         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
9614         * lib/unictype/pr_deprecated.h: Likewise.
9615         * lib/unictype/pr_diacritic.h: Likewise.
9616         * lib/unictype/pr_extender.h: Likewise.
9617         * lib/unictype/pr_format_control.h: Likewise.
9618         * lib/unictype/pr_grapheme_base.h: Likewise.
9619         * lib/unictype/pr_grapheme_extend.h: Likewise.
9620         * lib/unictype/pr_grapheme_link.h: Likewise.
9621         * lib/unictype/pr_hex_digit.h: Likewise.
9622         * lib/unictype/pr_hyphen.h: Likewise.
9623         * lib/unictype/pr_id_continue.h: Likewise.
9624         * lib/unictype/pr_id_start.h: Likewise.
9625         * lib/unictype/pr_ideographic.h: Likewise.
9626         * lib/unictype/pr_ids_binary_operator.h: Likewise.
9627         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
9628         * lib/unictype/pr_ignorable_control.h: Likewise.
9629         * lib/unictype/pr_iso_control.h: Likewise.
9630         * lib/unictype/pr_join_control.h: Likewise.
9631         * lib/unictype/pr_left_of_pair.h: Likewise.
9632         * lib/unictype/pr_line_separator.h: Likewise.
9633         * lib/unictype/pr_logical_order_exception.h: Likewise.
9634         * lib/unictype/pr_lowercase.h: Likewise.
9635         * lib/unictype/pr_math.h: Likewise.
9636         * lib/unictype/pr_non_break.h: Likewise.
9637         * lib/unictype/pr_not_a_character.h: Likewise.
9638         * lib/unictype/pr_numeric.h: Likewise.
9639         * lib/unictype/pr_other_alphabetic.h: Likewise.
9640         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
9641         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
9642         * lib/unictype/pr_other_id_continue.h: Likewise.
9643         * lib/unictype/pr_other_id_start.h: Likewise.
9644         * lib/unictype/pr_other_lowercase.h: Likewise.
9645         * lib/unictype/pr_other_math.h: Likewise.
9646         * lib/unictype/pr_other_uppercase.h: Likewise.
9647         * lib/unictype/pr_paired_punctuation.h: Likewise.
9648         * lib/unictype/pr_paragraph_separator.h: Likewise.
9649         * lib/unictype/pr_pattern_syntax.h: Likewise.
9650         * lib/unictype/pr_pattern_white_space.h: Likewise.
9651         * lib/unictype/pr_private_use.h: Likewise.
9652         * lib/unictype/pr_punctuation.h: Likewise.
9653         * lib/unictype/pr_quotation_mark.h: Likewise.
9654         * lib/unictype/pr_radical.h: Likewise.
9655         * lib/unictype/pr_sentence_terminal.h: Likewise.
9656         * lib/unictype/pr_soft_dotted.h: Likewise.
9657         * lib/unictype/pr_space.h: Likewise.
9658         * lib/unictype/pr_terminal_punctuation.h: Likewise.
9659         * lib/unictype/pr_titlecase.h: Likewise.
9660         * lib/unictype/pr_unassigned_code_value.h: Likewise.
9661         * lib/unictype/pr_unified_ideograph.h: Likewise.
9662         * lib/unictype/pr_uppercase.h: Likewise.
9663         * lib/unictype/pr_variation_selector.h: Likewise.
9664         * lib/unictype/pr_white_space.h: Likewise.
9665         * lib/unictype/pr_xid_continue.h: Likewise.
9666         * lib/unictype/pr_xid_start.h: Likewise.
9667         * lib/unictype/pr_zero_width.h: Likewise.
9668         * lib/unictype/scripts.h: Likewise.
9669         * lib/unictype/scripts_byname.gperf: Likewise.
9670         * lib/unictype/sy_c_ident.h: Likewise.
9671         * lib/unictype/sy_c_whitespace.h: Likewise.
9672         * lib/unictype/sy_java_ident.h: Likewise.
9673         * lib/unictype/sy_java_whitespace.h: Likewise.
9674
9675         * lib/unictype/Makefile: New file.
9676         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
9677         glibc.
9678         * lib/unictype/3level.h: New file, copied from glibc.
9679         * lib/unictype/3levelbit.h: New file.
9680
9681 2007-11-11  Bruno Haible  <bruno@clisp.org>
9682
9683         * modules/gperf: New file.
9684         * modules/iconv_open (Depends-on): Add it.
9685         (Makefile.am): Remove the GPERF definition.
9686
9687 2007-11-11  Bruno Haible  <bruno@clisp.org>
9688
9689         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
9690         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
9691
9692 2007-11-11  Bruno Haible  <bruno@clisp.org>
9693
9694         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
9695         (usage): Remove function.
9696
9697 2007-11-11  Bruno Haible  <bruno@clisp.org>
9698
9699         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
9700         gl_FUNC_CEILF_LIBS.
9701         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
9702         gl_FUNC_CEIL_LIBS.
9703         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
9704         gl_FUNC_CEILL_LIBS.
9705         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
9706         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
9707         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
9708
9709 2007-11-11  Bruno Haible  <bruno@clisp.org>
9710
9711         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
9712         roundf were declared but do not exist on functions.
9713         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
9714         roundl were declared but do not exist on functions.
9715         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
9716         HAVE_FLOORL_AND_CEILL, respectively.
9717         Needed for Sun C on Solaris 10.
9718
9719 2007-11-11  Bruno Haible  <bruno@clisp.org>
9720
9721         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
9722         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
9723         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
9724         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
9725         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
9726         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
9727         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
9728         HAVE_DECL_ROUNDF.
9729         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
9730         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
9731         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
9732         of HAVE_DECL_ROUND*.
9733         * modules/math (Makefile.am): Update.
9734
9735 2007-11-10  Bruno Haible  <bruno@clisp.org>
9736
9737         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
9738         ptrdiff_t as m4/intl.m4.
9739
9740 2007-11-10  Jim Meyering  <meyering@redhat.com>
9741
9742         Avoid link failure for the argmatch test.
9743         * tests/test-argmatch.c (usage): Define function to avoid a link
9744         failure: argmatch_die requires a usage function.
9745
9746 2007-11-09  Bruno Haible  <bruno@clisp.org>
9747
9748         * doc/functions/snprintf.texi: Mention BeOS deficiency.
9749         * doc/functions/vsnprintf.texi: Likewise.
9750         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
9751         with a size argument < 2.
9752
9753 2007-11-09  Bruno Haible  <bruno@clisp.org>
9754
9755         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
9756         buffer. Fixes an inefficiency introduced on 2007-11-03.
9757
9758 2007-11-09  Bruno Haible  <bruno@clisp.org>
9759
9760         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
9761         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
9762
9763 2007-11-08  Jim Meyering  <meyering@redhat.com>
9764
9765         Change cache variable name prefix "jm_" to "gl_" everywhere.
9766         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
9767         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
9768         * m4/uptime.m4: s/gl_/jm_/
9769
9770 2007-11-07  Bruno Haible  <bruno@clisp.org>
9771
9772         Update to GNU gettext 0.17.
9773         * m4/intl.m4: Update to GNU gettext 0.17.
9774         * m4/po.m4: Likewise.
9775         * modules/gettext (Files): Remove m4/ulonglong.m4.
9776         (configure.ac): Require gettext infrastructure from version 0.17.
9777
9778 2007-11-06  Bruno Haible  <bruno@clisp.org>
9779
9780         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
9781         symbolic values are not defined in a public header.
9782         * lib/freadable.c (freadable) [QNX]: Likewise.
9783         * lib/freadahead.c (freadahead) [QNX]: Likewise.
9784         * lib/freading.c (freading) [QNX]: Likewise.
9785         * lib/fseterr.c (fseterr) [QNX]: Likewise.
9786         * lib/fwritable.c (fwritable) [QNX]: Likewise.
9787         * lib/fwriting.c (fwriting) [QNX]: Likewise.
9788         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
9789         Reported by Alain Magloire.
9790
9791         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
9792
9793 2007-11-05  Bruno Haible  <bruno@clisp.org>
9794
9795         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
9796         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
9797         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
9798         Reported by Eric Blake.
9799
9800 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9801             Bruno Haible  <bruno@clisp.org>
9802
9803         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
9804         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
9805         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
9806         (malloc): Undefine also before including <stdlib.h>.
9807         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
9808         Needed on OSF/1 4.0.
9809
9810 2007-11-05  Jim Meyering  <meyering@redhat.com>
9811
9812         git-version-gen: sync from coreutils.
9813         * build-aux/git-version-gen: Add comments.
9814         Change the first '-' to '.' in the snapshot version string,
9815         e.g., 6.9-377-08144 -> 6.9.377-08144
9816         Remove first parameter.
9817         Don't declare a version "-dirty" merely because a time
9818         stamp has changed.
9819
9820 2007-11-04  Bruno Haible  <bruno@clisp.org>
9821
9822         * lib/lock.h: Protect all macro definitions containing an 'if'
9823         statement through a "do { ... } while (0)".
9824         * lib/tls.h: Likewise.
9825
9826 2007-11-04  Bruno Haible  <bruno@clisp.org>
9827
9828         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
9829
9830 2007-11-04  Bruno Haible  <bruno@clisp.org>
9831
9832         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
9833         * modules/fprintf-posix (Depends-on): Add nocrash.
9834         * modules/snprintf-posix (Depends-on): Likewise.
9835         * modules/sprintf-posix (Depends-on): Likewise.
9836         * modules/vasnprintf-posix (Depends-on): Likewise.
9837         * modules/vasprintf-posix (Depends-on): Likewise.
9838         * modules/vfprintf-posix (Depends-on): Likewise.
9839         * modules/vsnprintf-posix (Depends-on): Likewise.
9840         * modules/vsprintf-posix (Depends-on): Likewise.
9841         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
9842         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
9843         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
9844         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
9845         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
9846         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
9847         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
9848
9849 2007-11-04  Bruno Haible  <bruno@clisp.org>
9850
9851         * modules/nocrash: New file.
9852         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
9853         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
9854
9855 2007-11-04  Bruno Haible  <bruno@clisp.org>
9856
9857         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
9858         precision handling.
9859         * tests/test-vasprintf-posix.c (test_function): Likewise.
9860         * tests/test-snprintf-posix.h (test_function): Likewise.
9861         * tests/test-sprintf-posix.h (test_function): Likewise.
9862
9863         Fix *printf behaviour for large precisions on mingw and BeOS.
9864         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
9865         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
9866         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
9867         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9868         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9869         gl_PRINTF_PRECISION and test its result. Invoke
9870         gl_PREREQ_VASNPRINTF_PRECISION.
9871         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9872         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9873         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9874         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9875         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9876         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9877         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9878         * doc/functions/fprintf.texi: Update.
9879         * doc/functions/printf.texi: Update.
9880         * doc/functions/snprintf.texi: Update.
9881         * doc/functions/sprintf.texi: Update.
9882         * doc/functions/vfprintf.texi: Update.
9883         * doc/functions/vprintf.texi: Update.
9884         * doc/functions/vsnprintf.texi: Update.
9885         * doc/functions/vsprintf.texi: Update.
9886
9887 2007-11-04  Bruno Haible  <bruno@clisp.org>
9888
9889         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
9890
9891 2007-11-04  Bruno Haible  <bruno@clisp.org>
9892
9893         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
9894         Reported by Sylvain Beucler <beuc@gnu.org>.
9895
9896 2007-11-03  Bruno Haible  <bruno@clisp.org>
9897
9898         * tests/test-fprintf-posix2.sh: New file.
9899         * tests/test-fprintf-posix2.c: New file.
9900         * modules/fprintf-posix-tests (Files): Add them.
9901         (TESTS): Add test-fprintf-posix2.sh.
9902         (configure.ac): Check for getrlimit and setrlimit.
9903         (check_PROGRAMS): Add test-fprintf-posix2.
9904
9905         * tests/test-printf-posix2.sh: New file.
9906         * tests/test-printf-posix2.c: New file.
9907         * modules/printf-posix-tests (Files): Add them.
9908         (TESTS): Add test-printf-posix2.sh.
9909         (configure.ac): Check for getrlimit and setrlimit.
9910         (check_PROGRAMS): Add test-printf-posix2.
9911
9912         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
9913         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
9914         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
9915         (decode_double): New function, copied from decode_long_double.
9916         (scale10_round_decimal_decoded): New function, extracted from
9917         scale10_round_decimal_long_double.
9918         (scale10_round_decimal_long_double): Use it.
9919         (scale10_round_decimal_double): New function.
9920         (floorlog10): New function.
9921         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
9922         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
9923         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
9924         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9925         gl_PRINTF_ENOMEM and test its result. Invoke
9926         gl_PREREQ_VASNPRINTF_ENOMEM.
9927         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9928         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9929         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9930         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9931         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9932         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9933         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9934         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
9935         * modules/snprintf-posix (Depends-on): Likewise.
9936         * modules/sprintf-posix (Depends-on): Likewise.
9937         * modules/vasnprintf-posix (Depends-on): Likewise.
9938         * modules/vasprintf-posix (Depends-on): Likewise.
9939         * modules/vfprintf-posix (Depends-on): Likewise.
9940         * modules/vsnprintf-posix (Depends-on): Likewise.
9941         * modules/vsprintf-posix (Depends-on): Likewise.
9942         * doc/functions/fprintf.texi: Update.
9943         * doc/functions/printf.texi: Update.
9944         * doc/functions/snprintf.texi: Update.
9945         * doc/functions/sprintf.texi: Update.
9946         * doc/functions/vfprintf.texi: Update.
9947         * doc/functions/vprintf.texi: Update.
9948         * doc/functions/vsnprintf.texi: Update.
9949         * doc/functions/vsprintf.texi: Update.
9950
9951 2007-11-03  Bruno Haible  <bruno@clisp.org>
9952
9953         * modules/frexp-nolibm-tests: New file.
9954
9955         * modules/frexp-nolibm: New file.
9956         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
9957
9958 2007-11-03  Bruno Haible  <bruno@clisp.org>
9959
9960         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
9961         value is C99 compliant.
9962         Needed for OSF/1 5.1.
9963
9964 2007-11-03  Bruno Haible  <bruno@clisp.org>
9965
9966         Fix out-of-memory handling of vasnprintf.
9967         * lib/printf-parse.c: Include <errno.h>.
9968         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
9969         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
9970         is already set.
9971
9972 2007-11-02  Eric Blake  <ebb9@byu.net>
9973
9974         Fix tests on cygwin.
9975         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
9976
9977 2007-11-01  Bruno Haible  <bruno@clisp.org>
9978
9979         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
9980         warning.
9981         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
9982         needed for POSIX compatibility.
9983
9984 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
9985
9986         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
9987         for compatibility with GNU.
9988
9989 2007-11-01  Bruno Haible  <bruno@clisp.org>
9990
9991         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
9992         (putenv): Renamed from rpl_putenv. Change argument type from
9993         'const char *' to 'char *'.
9994         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
9995         of defining putenv in config.h, just set REPLACE_PUTENV.
9996         * modules/putenv (Depends-on): Add stdlib.
9997         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9998         (Include): Use <stdlib.h>.
9999         * lib/stdlib.in.h (putenv): New declaration.
10000         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
10001         REPLACE_PUTENV.
10002         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
10003         REPLACE_PUTENV.
10004         Needed for MacOS X 10.5.0.
10005         Reported by Peter O'Gorman <peter@pogma.com>.
10006
10007 2007-11-01  Jim Meyering  <meyering@redhat.com>
10008
10009         Treat an empty date string exactly like "0".
10010         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
10011         if the remaining date string (to be parsed) is empty, use "0".
10012         Reported by Mischa Molhoek and discussed in this thread:
10013         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
10014
10015 2007-10-31  Bruno Haible  <bruno@clisp.org>
10016
10017         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
10018         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
10019         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
10020         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
10021         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
10022         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
10023
10024 2007-10-31  Bruno Haible  <bruno@clisp.org>
10025
10026         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
10027         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
10028         (AC_TYPE_LONG_LONG_INT): Use it.
10029         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
10030         it as well.
10031         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
10032         to m4/longlong.m4.
10033         * modules/stdint (Files): Remove m4/ulonglong.m4.
10034         * modules/strtoull (Files): Use m4/longlong.m4 instead of
10035         m4/ulonglong.m4.
10036         * modules/strtoumax (Files): Likewise.
10037
10038 2007-10-30  Bruno Haible  <bruno@clisp.org>
10039
10040         * modules/xvasprintf-posix: New file.
10041         Suggested by Eric Blake.
10042
10043 2007-10-30  Bruno Haible  <bruno@clisp.org>
10044
10045         * modules/xprintf-posix-tests: New file.
10046         * tests/test-xprintf-posix.sh: New file.
10047         * tests/test-xprintf-posix.c: New file.
10048         * tests/test-xfprintf-posix.c: New file.
10049
10050         * modules/xprintf-posix: New file.
10051
10052 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10053
10054         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
10055         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
10056         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
10057
10058 2007-10-29  Bruno Haible  <bruno@clisp.org>
10059
10060         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
10061         contain the special marker '_cv_'.
10062         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
10063         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
10064         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
10065         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
10066         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
10067         Reported by Ralf Wildenhues.
10068
10069 2007-10-29  Bruno Haible  <bruno@clisp.org>
10070
10071         * gnulib-tool (func_import): When --lgpl is not specified, set
10072         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
10073         GPLv3.
10074         Reported by Simon Josefsson.
10075
10076 2007-10-28  Bruno Haible  <bruno@clisp.org>
10077
10078         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
10079         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
10080         HAVE_DECL_ISFINITE.
10081         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10082         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
10083         HAVE_DECL_ISFINITE.
10084
10085 2007-10-28  Bruno Haible  <bruno@clisp.org>
10086
10087         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
10088         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
10089
10090 2007-10-28  Bruno Haible  <bruno@clisp.org>
10091
10092         Fix link errors with Sun C 5.0 on Solaris 10.
10093         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
10094         function is declared but not present in the compiler's libm.
10095         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
10096         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
10097         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
10098         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
10099         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
10100         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
10101         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
10102         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
10103         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
10104         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
10105         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
10106         HAVE_DECL_FLOORL.
10107
10108 2007-10-28  Bruno Haible  <bruno@clisp.org>
10109
10110         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
10111         gl_FUNC_FLOORL. Cache the result.
10112         (gl_FUNC_FLOORL): Use it.
10113         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
10114         gl_FUNC_CEILL. Cache the result.
10115         (gl_FUNC_CEILL): Use it.
10116
10117         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
10118         gl_FUNC_FLOOR. Cache the result.
10119         (gl_FUNC_FLOOR): Use it.
10120         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
10121         gl_FUNC_CEIL. Cache the result.
10122         (gl_FUNC_CEIL): Use it.
10123
10124         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
10125         gl_FUNC_FLOORF. Cache the result.
10126         (gl_FUNC_FLOORF): Use it.
10127         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
10128         gl_FUNC_CEILF. Cache the result.
10129         (gl_FUNC_CEILF): Use it.
10130
10131 2007-10-28  Bruno Haible  <bruno@clisp.org>
10132
10133         * gnulib-tool: Allow specifying the LGPL version number through
10134         --lgpl=2 or --lgpl=3.
10135         (func_usage): Document --lgpl with argument.
10136         Handle --lgpl=... arguments.
10137         (func_import): Recognize also gl_LGPL calls with an argument. When
10138         --lgpl=2 is used and the module's license is just LGPL, report an
10139         error. Set sed_transform_lib_file according to the lgpl variable. In
10140         the generated files, use --lgpl or gl_LGPL invocations with argument,
10141         if necessary.
10142         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
10143         an LGPv2+ license.
10144         * doc/gnulib-tool.texi (Modified imports): Update explanation of
10145         gl_LGPL macro.
10146
10147 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10148             Bruno Haible  <bruno@clisp.org>
10149
10150         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
10151         (u16_uctomb_aux): Likewise.
10152         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
10153         !HAVE_INLINE.
10154         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
10155
10156 2007-10-28  Bruno Haible  <bruno@clisp.org>
10157
10158         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
10159         Invoke AM_GETTEXT_OPTION if it exists.
10160         * modules/vasprintf: Likewise.
10161         * modules/verror: Likewise.
10162         * modules/xprintf: Likewise.
10163         * modules/xvasprintf: Likewise.
10164
10165 2007-10-27  Ben Pfaff  <blp@gnu.org>
10166
10167         * lib/math.in.h: Define isfinite macro and prototypes for
10168         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
10169         implementations.
10170         * m4/math_h.m4: New substitutions for isfinite module.
10171         * lib/isfinite.c: New file.
10172         * m4/isfinite.m4: New file.
10173         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
10174         * modules/isfinite: New file.
10175         * modules/isfinite-tests: New file.
10176         * tests/tests-isfinite.c: New file.
10177         * doc/functions/isfinite.texi: Mention isfinite module.
10178         * MODULES.html.sh: Mention new module.
10179
10180 2007-10-27  Ben Pfaff  <blp@gnu.org>
10181
10182         Ralf Wildenhues reported that Tru64 4.0D declares the round
10183         functions but does not have definitions.
10184         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
10185         cannot be found in any library, set the output variable to
10186         "missing" instead of "".
10187         * m4/round.m4: Also use our substitute if we cannot find round in
10188         any library, even if it is declared.
10189         * m4/roundf.m4: Likewise for roundf.
10190         * m4/roundl.m4: Likewise for roundl.
10191         * lib/math.in.h: Undefine roundf, round, roundl before defining
10192         their replacements, to allow for hypothetical systems where these
10193         may be defined as macros but not available in libraries.
10194
10195 2007-10-27  Bruno Haible  <bruno@clisp.org>
10196
10197         * doc/gnulib.texi: Invoke @firstparagraphindent.
10198         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
10199         changes in gnulib.
10200         (Source changes): New section.
10201
10202 2007-10-26  Bruno Haible  <bruno@clisp.org>
10203
10204         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
10205         borrowed from autoconf.
10206
10207 2007-10-26  Bruno Haible  <bruno@clisp.org>
10208
10209         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
10210         strerror returned the empty string. Needed on HP-UX 11.00.
10211
10212 2007-10-24  Micah Cowan  <micah@cowan.name>
10213
10214         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
10215         * build-aux/bootstrap: Remove support for now-unnecessary option,
10216         --cvs-user, and envvars CVS_USER, CVS_RSH.
10217
10218 2007-10-24  Jim Meyering  <meyering@redhat.com>
10219
10220         Avoid diagnostics from sha1sum when there is no cached checksum.
10221         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
10222         if the po.s1 file hasn't been created yet.
10223
10224         * build-aux/bootstrap: Sync from coreutils:
10225         2007-10-24  Jim Meyering  <meyering@redhat.com>
10226         Get gnulib from the git repository, not from an obsolete cvs one.
10227         * build-aux/bootstrap: Suggestion from Micah Cowan.
10228         2007-10-04  Jim Meyering  <jim@meyering.net>
10229         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
10230         (update_po_files): Work also when there are no .po files in po/.
10231
10232 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10233
10234         * README: Append ".git" to git and cg examples.
10235         Problem reported by Benoit Sigoure.
10236
10237 2007-10-23  Micah Cowan  <micah@cowan.name>
10238
10239         * users.txt: Add wget.
10240
10241 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10242
10243         Fix linking of some unistdio tests on FreeBSD.
10244         * modules/unistdio/u16-vsnprintf-tests
10245         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
10246         * modules/unistdio/u16-vsprintf-tests
10247         (test_u16_vsnprintf1_LDADD): Likewise.
10248         * modules/unistdio/u32-vsnprintf-tests
10249         (test_u32_vsnprintf1_LDADD): Likewise.
10250         * modules/unistdio/u32-vsprintf-tests
10251         (test_u32_vsprintf1_LDADD): Likewise.
10252         * modules/unistdio/u8-vsnprintf-tests
10253         (test_u8_vsnprintf1_LDADD): Likewise.
10254         * modules/unistdio/u8-vsprintf-tests
10255         (test_u8_vsprintf1_LDADD): Likewise.
10256         * modules/unistdio/ulc-vsnprintf-tests
10257         (test_ulc_vsnprintf1_LDADD): Likewise.
10258         * modules/unistdio/ulc-vsprintf-tests
10259         (test_ulc_vsprintf1_LDADD): Likewise.
10260
10261         Fix linking of some uniconv tests on FreeBSD.
10262         * modules/uniconv/u16-conv-from-enc-tests
10263         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
10264         * modules/uniconv/u16-conv-to-enc-tests
10265         (test_u16_conv_to_enc_LDADD): Likewise.
10266         * modules/uniconv/u16-strconv-from-enc-tests
10267         (test_u16_strconv_from_enc_LDADD): Likewise.
10268         * modules/uniconv/u16-strconv-to-enc-tests
10269         (test_u16_strconv_to_enc_LDADD): Likewise.
10270         * modules/uniconv/u32-conv-from-enc-tests
10271         (test_u32_conv_from_enc_LDADD): Likewise.
10272         * modules/uniconv/u32-conv-to-enc-tests
10273         (test_u32_conv_to_enc_LDADD): Likewise.
10274         * modules/uniconv/u32-strconv-from-enc-tests
10275         (test_u32_strconv_from_enc_LDADD): Likewise.
10276         * modules/uniconv/u32-strconv-to-enc-tests
10277         (test_u32_strconv_to_enc_LDADD): Likewise.
10278         * modules/uniconv/u8-conv-from-enc-tests
10279         (test_u8_conv_from_enc_LDADD): Likewise.
10280         * modules/uniconv/u8-conv-to-enc-tests
10281         (test_u8_conv_to_enc_LDADD): Likewise.
10282         * modules/uniconv/u8-strconv-from-enc-tests
10283         (test_u8_strconv_from_enc_LDADD): Likewise.
10284         * modules/uniconv/u8-strconv-to-enc-tests
10285         (test_u8_strconv_to_enc_LDADD): Likewise.
10286
10287 2007-10-22  Bruno Haible  <bruno@clisp.org>
10288
10289         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
10290         size.
10291
10292 2007-10-22  Eric Blake  <ebb9@byu.net>
10293
10294         Tweak x*printf documentation.
10295         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
10296         variable name and comments.
10297         Suggested by Bruno Haible.
10298
10299 2007-10-22  Bruno Haible  <bruno@clisp.org>
10300
10301         * lib/acl.c (copy_acl): Fix file name in comment.
10302
10303 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10304
10305         Fix Tru64 problem with stdbool.h.
10306         * lib/stdbool.in.h (false, true):
10307         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
10308         Don't declare as an enum in this situation; it runs afoul of Tru64.
10309         Problem reported by Steven M. Schweda in
10310         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
10311
10312 2007-10-22  Eric Blake  <ebb9@byu.net>
10313
10314         Also wrap vf?printf.
10315         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
10316         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
10317         (xvprintf, xvfprintf): New functions.
10318
10319 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10320
10321         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
10322         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
10323
10324         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
10325         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
10326
10327 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10328
10329         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
10330         by Bruno Haible.
10331
10332 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10333
10334         * lib/getloadavg.c
10335         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
10336         Undef `sys' after including sys/table.h, for Tru64 4.0D.
10337
10338         * tests/test-i-ring.c: Work for C89.
10339
10340 2007-10-22  Bruno Haible  <bruno@clisp.org>
10341
10342         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
10343         -1u, in preprocessor expression, so that we don't test for the bug
10344         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
10345         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
10346
10347 2007-10-22  Eric Blake  <ebb9@byu.net>
10348
10349         * tests/test-yesno.sh: Silence stderr during test.
10350
10351 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10352
10353         * modules/crypto/gc-camellia: New file.
10354
10355         * m4/gc-camellia.m4: New file.
10356
10357         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
10358
10359         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
10360
10361 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10362
10363         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
10364         --help to stdout.  Reported by sms@antinode.org (Steven
10365         M. Schweda).
10366
10367 2007-10-22  Simon Josefsson  <simon@josefsson.org>
10368
10369         * users.txt: Fix link to libksba.
10370
10371 2007-10-21  Ben Pfaff  <blp@gnu.org>
10372
10373         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
10374         round.c roundf implementation that depends on floorf and ceilf to
10375         be tested unconditionally.
10376
10377 2007-10-21  Ben Pfaff  <blp@gnu.org>
10378
10379         * m4/check-libm-func.m4: Removed.
10380         * m4/check-math-lib.m4: New file.
10381         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
10382         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
10383         definition and lack of AC_LIBOBJ([roundf]).
10384         * m4/roundl.m4: Ditto, and similarly for roundl.
10385         * modules/round: Reference new m4 file.
10386         * modules/roundf: Ditto.
10387         * modules/roundl: Ditto.
10388         * tests/test-round2.c (main): Use ROUND instead of round.
10389         Bug report from Bruno Haible.
10390
10391 2007-10-21  Bruno Haible  <bruno@clisp.org>
10392
10393         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
10394         context.
10395
10396 2007-10-21  Bruno Haible  <bruno@clisp.org>
10397
10398         * tests/test-wcwidth.c (main): Allow negative result for some control
10399         characters.
10400
10401         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
10402         Needed on OSF/1 5.1.
10403
10404 2007-10-21  Bruno Haible  <bruno@clisp.org>
10405
10406         * tests/test-floorf1.c: Include isnanf.h.
10407         (main): Use isnanf() instead of isnan().
10408         * tests/test-ceilf1.c: Include isnanf.h.
10409         (main): Use isnanf() instead of isnan().
10410         * tests/test-truncf1.c: Include isnanf.h.
10411         (main): Use isnanf() instead of isnan().
10412         * tests/test-roundf1.c: Include isnanf.h.
10413         (main): Use isnanf() instead of isnan().
10414
10415 2007-10-21  Eric Blake  <ebb9@byu.net>
10416
10417         * users.txt: Update URL for m4.
10418
10419 2007-10-21  Bruno Haible  <bruno@clisp.org>
10420
10421         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
10422
10423 2007-10-21  Bruno Haible  <bruno@clisp.org>
10424
10425         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
10426         Git's management files if the CVS files are not present.
10427
10428 2007-10-20  Bruno Haible  <bruno@clisp.org>
10429
10430         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
10431         gcc-3.4.x.
10432
10433 2007-10-20  Ben Pfaff  <blp@gnu.org>
10434
10435         * lib/math.in.h: Declare round, roundf, roundl if we are providing
10436         implementations.
10437         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
10438         * lib/round.c: New file.
10439         * lib/roundf.c: New file.
10440         * lib/roundl.c: New file.
10441         * m4/round.m4: New file.
10442         * m4/roundf.m4: New file.
10443         * m4/roundl.m4: New file.
10444         * m4/check-libm-func-m4: New file.
10445         * modules/math: Replace round, roundf, roundl related @VARS@ in
10446         math.in.h.
10447         * modules/round: New file.
10448         * modules/round-tests: New file.
10449         * modules/roundf: New file.
10450         * modules/roundf-tests: New file.
10451         * modules/roundl: New file.
10452         * modules/roundl-tests: New file.
10453         * tests/test-round1.c: New file.
10454         * tests/test-round2.c: New file.
10455         * tests/test-roundf1.c: New file.
10456         * tests/test-roundf2.c: New file.
10457         * tests/test-roundl.c: New file.
10458         * doc/functions/round.texi: Mention round module.
10459         * doc/functions/roundf.texi: Mention roundf module.
10460         * doc/functions/roundl.texi: Mention roundl module.
10461         * MODULES.html.sh: Mention new modules.
10462         Thanks to Bruno Haible for suggestions.
10463
10464 2007-10-20  Jim Meyering  <meyering@redhat.com>
10465
10466         * lib/xprintf.c: Include <config.h> unconditionally.
10467
10468         Change xprintf's license to GPL.
10469         * modules/xprintf (License): s/LGPL/GPL/, since this module
10470         depends on modules (exit and exitfail) which are GPL.
10471         Suggestion from Bruno Haible.
10472
10473         xprintf fixes.
10474         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
10475         Use a clearer diagnostic.
10476         Patch from Bruno Haible.
10477
10478 2007-10-20  Bruno Haible  <bruno@clisp.org>
10479
10480         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
10481         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
10482         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10483
10484 2007-10-20  Bruno Haible  <bruno@clisp.org>
10485
10486         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
10487         precision in the comparison result > x - 1 or similar.
10488         * tests/test-ceilf2.c (correct_result_p): Likewise.
10489         * tests/test-truncf2.c (correct_result_p): Likewise.
10490         * tests/test-trunc2.c (correct_result_p): Likewise.
10491         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10492
10493 2007-10-20  Bruno Haible  <bruno@clisp.org>
10494
10495         * modules/ceil: New file.
10496         * m4/ceil.m4: New file.
10497         * doc/functions/ceil.texi: Mention the 'ceil' module.
10498
10499 2007-10-20  Bruno Haible  <bruno@clisp.org>
10500
10501         * modules/floor: New file.
10502         * m4/floor.m4: New file.
10503         * doc/functions/floor.texi: Mention the 'floor' module.
10504
10505 2007-10-20  Bruno Haible  <bruno@clisp.org>
10506
10507         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
10508         of %a.
10509         * modules/floorf-tests (Depends-on): Likewise.
10510         * modules/truncf-tests (Depends-on): Likewise.
10511         * modules/trunc-tests (Depends-on): Likewise.
10512         Reported by Ben Pfaff.
10513
10514 2007-10-19  Jim Meyering  <meyering@redhat.com>
10515
10516         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
10517         Don't bother testing specific errno values.  Just test ferror.
10518
10519         New module: xprintf
10520         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
10521
10522 2007-10-19  Bruno Haible  <bruno@clisp.org>
10523
10524         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
10525         syntax.
10526         * modules/javaexec (Makefile.am): Likewise.
10527         * modules/relocatable-prog (Makefile.am): Likewise.
10528         Suggested by Jim Meyering.
10529
10530 2007-10-18  Bruno Haible  <bruno@clisp.org>
10531
10532         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
10533         Reported by Jim Meyering.
10534
10535 2007-10-18  Eric Blake  <ebb9@byu.net>
10536
10537         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
10538
10539 2007-10-18  Bruno Haible  <bruno@clisp.org>
10540
10541         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
10542         the format string into writable memory. Needed in Fortify conditions.
10543
10544 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
10545             Bruno Haible  <bruno@clisp.org>
10546
10547         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
10548         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
10549         * modules/trim (Depends-on): Add mbchar.
10550         (configure.ac): Add gl_FUNC_MBRTOWC.
10551         (Makefile.am): Augment lib_SOURCES.
10552
10553 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10554
10555         Modify glob.c to use fstatat and dirfd, to simplify it.
10556         Suggested by Eric Blake.
10557         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
10558         Don't include <stdbool.h>; not used.
10559         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
10560         (link_exists_p): Simplify implementation, since we can now assume
10561         dirfd and fstatat.
10562         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
10563
10564 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10565
10566         * gnulib-tool (func_get_dependencies): Fix sed script to
10567         match only tests.
10568
10569 2007-10-17  Bruno Haible  <bruno@clisp.org>
10570
10571         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
10572         allow locale names without encoding suffix.
10573         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
10574         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10575
10576 2007-10-16  Bruno Haible  <bruno@clisp.org>
10577
10578         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
10579         * lib/getgroups.c (getgroups): Likewise.
10580         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
10581
10582 2007-10-16  Bruno Haible  <bruno@clisp.org>
10583
10584         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
10585         * modules/malloc-posix (License): Likewise.
10586         * modules/realloc-posix (License): Likewise.
10587         * modules/calloc-posix (License): Likewise.
10588         * modules/intprops (License): Change from GPL to LGPL, with
10589         Paul Eggert's approval.
10590
10591 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10592
10593         Merge glibc changes into lib/glob.c.
10594
10595         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
10596         2007-10-15 04:59:03 UTC.  Here are the changes:
10597
10598         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
10599
10600         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
10601
10602         * lib/glob.c: Add some branch prediction throughout.
10603
10604         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
10605
10606         [BZ #5103]
10607         * lib/glob.c (glob): Recognize patterns starting \/.
10608
10609         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10610
10611         [BZ #3996]
10612         * lib/glob.c (attribute_hidden): Define if not defined.
10613         (glob): Unescape dirname, filename or username when needed and not
10614         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10615         is NULL.  Handle unescaped [ in pattern without closing ].
10616         Don't pass GLOB_CHECK down to recursive glob for directories.
10617         (__glob_pattern_type): New function.
10618         (__glob_pattern_p): Implement using __glob_pattern_type.
10619         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10620         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10621         Remove unreachable code.
10622
10623         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
10624
10625         * lib/glob.c (glob_in_dir): Add some comments and asserts to
10626         explain why there are no leaks.
10627
10628         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
10629
10630         [BZ #3253]
10631         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
10632         time, rather allocate increasingly bigger arrays of pointers, if
10633         possible with alloca, if too large with malloc.
10634
10635 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10636
10637         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
10638         Problem reported by H.Merijn Brand in
10639         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
10640         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
10641         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10642
10643 2007-10-15  Bruno Haible  <bruno@clisp.org>
10644
10645         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
10646         with explicit rpl_ prefix.
10647         * lib/fopen.c (fopen): Likewise.
10648         * lib/freopen.c (freopen): Likewise.
10649         * lib/iconv.c (iconv): Likewise.
10650         * lib/iconv_close.c (iconv_close): Likewise.
10651
10652 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10653
10654         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
10655
10656 2007-10-15  Bruno Haible  <bruno@clisp.org>
10657
10658         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
10659         <stddef.h> instead of <stdlib.h> since we only need NULL.
10660         Reported by Ben Pfaff <blp@cs.stanford.edu>.
10661
10662 2007-10-15  Bruno Haible  <bruno@clisp.org>
10663
10664         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
10665         Replace paragraph talking about LIBOBJS.
10666         Reported by Colin Watson <cjwatson@debian.org>.
10667
10668 2007-10-15  Bruno Haible  <bruno@clisp.org>
10669
10670         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
10671         <stdlib.h> before using NULL.
10672
10673 2007-10-15  Simon Josefsson  <simon@josefsson.org>
10674
10675         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
10676         Reported by Albert Chin <china@thewrittenword.com>.
10677
10678 2007-10-14  Bruno Haible  <bruno@clisp.org>
10679
10680         * modules/iconv_open-utf-tests: New file.
10681         * tests/test-iconv-utf.c: New file.
10682
10683         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
10684         * modules/iconv_open-utf: New file.
10685         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
10686         (iconv, iconv_close): New declarations.
10687         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
10688         be defined.
10689         (iconv_open): Add special handling of conversion between UTF-8 and
10690         UTF-{16,32}{BE,LE}.
10691         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
10692         * lib/iconv_close.c: New file.
10693         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
10694         gl_FUNC_ICONV_OPEN.
10695         (gl_FUNC_ICONV_OPEN): Use it.
10696         (gl_FUNC_ICONV_OPEN_UTF): New macro.
10697         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
10698         and REPLACE_ICONV_UTF.
10699         * modules/iconv_open (Depends-on): Add c-strcase.
10700         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
10701         ICONV_CONST.
10702         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
10703
10704 2007-10-13  Albert Chin  <china@thewrittenword.com>
10705             Bruno Haible  <bruno@clisp.org>
10706
10707         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
10708         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
10709
10710 2007-10-13  Bruno Haible  <bruno@clisp.org>
10711
10712         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
10713         defined, use the ISO C99 inline semantics.
10714         * lib/argp.h (ARGP_EI): Likewise.
10715
10716 2007-10-13  Bruno Haible  <bruno@clisp.org>
10717
10718         Handle 'inline' change in gcc 4.3.0.
10719         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
10720         argp_fmtstream_write, argp_fmtstream_set_lmargin,
10721         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
10722         argp_fmtstream_point): Disable 'extern' declaration if the function
10723         definition is going to be provided inline.
10724         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
10725         semantics, not the ISO C99 inline semantics.
10726         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
10727         'extern' declaration if the function definition is going to be provided
10728         inline.
10729         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
10730         the GNU C inline semantics, not the ISO C99 inline semantics. With
10731         GCC 4.2, avoid a warning.
10732
10733 2007-10-13  Bruno Haible  <bruno@clisp.org>
10734
10735         * lib/freading.h (freading): Enable the use of __freading for
10736         glibc >= 2.7.
10737         * lib/freading.c (freading): Likewise.
10738
10739 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10740
10741         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
10742         "warning: C99 inline functions are not supported; using GNU89".
10743
10744 2007-10-12  Bruno Haible  <bruno@clisp.org>
10745
10746         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
10747         of 2.
10748         * tests/test-ceilf2.c: New file.
10749         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
10750
10751         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
10752         * modules/ceilf-tests: Update.
10753
10754 2007-10-12  Bruno Haible  <bruno@clisp.org>
10755
10756         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
10757         of 2.
10758         * tests/test-floorf2.c: New file.
10759         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
10760
10761         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
10762         * modules/floorf-tests: Update.
10763
10764 2007-10-12  Bruno Haible  <bruno@clisp.org>
10765
10766         * tests/test-trunc2.c: New file.
10767         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
10768
10769         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
10770         * modules/trunc-tests: Update.
10771
10772 2007-10-12  Bruno Haible  <bruno@clisp.org>
10773
10774         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
10775         of 2.
10776         * tests/test-truncf2.c: New file.
10777         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
10778
10779         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
10780         * modules/truncf-tests: Update.
10781
10782 2007-10-11  Eric Blake  <ebb9@byu.net>
10783
10784         Don't claim strerror is broken on Interix.
10785         * doc/functions/strerror.texi (strerror): Known broken systems are
10786         now Solaris 8, and not Interix.
10787         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
10788         Interix on cross-compile.
10789         Reported by Martin Koeppe in
10790         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
10791
10792 2007-10-11  Bruno Haible  <bruno@clisp.org>
10793
10794         * modules/i-ring-tests: New file.
10795         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
10796         instead of assert.
10797
10798 2007-10-11  Bruno Haible  <bruno@clisp.org>
10799
10800         * modules/filenamecat-tests: New file.
10801         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
10802         * lib/filenamecat.c: Remove test code.
10803
10804 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10805
10806         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
10807
10808         * lib/strerror.c: Include <string.h> always, to test interface,
10809         and to remove the need for the dummy.
10810         Include intprops.h to compute width instead of doing it ourselves
10811         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
10812         (strerror): Define it to return NULL if there's no system strerror.
10813         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
10814         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
10815         ancient pre-strerror Unix systems well any more.  Saying "unknown
10816         system error" is enough.
10817         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
10818         simpler strerror.c implementation.
10819         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
10820         Simplify the tests to reflect the simpler strerror implementation.
10821         * modules/strerror (Depends-on): Add intprops.
10822
10823 2007-10-09  Eric Blake  <ebb9@byu.net>
10824
10825         Silence test-fpending.
10826         * modules/fpending-tests (Files): Add wrapper script.
10827         * tests/test-fpending.sh: New file.
10828
10829 2007-10-09  Bruno Haible  <bruno@clisp.org>
10830
10831         * MODULES.html.sh (func_module): Don't create a hyperlink for
10832         function names like 'printf_frexp'.
10833         (Misc): Add crc, memxor.
10834         (Characteristics of floating types): New section.
10835         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
10836         isnanf-nolibm, signbit, trunc, truncf, truncl.
10837         (Enhancements for ISO C 99 functions): New subsection Input/output.
10838         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
10839         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
10840         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
10841         (Compatibility checks for POSIX:2001 functions): Add clock-time.
10842         (Enhancements for POSIX:2001 functions): Add chdir-long.
10843         (File system functions): Add areadlink, chdir-safer, read-file.
10844         Remove cycle-check.
10845         (File system as inode set): New section.
10846         (Date and time): Add gethrxtime.
10847         (Multithreading): Add openmp.
10848         (Internationalization functions): Add localename.
10849         (Unicode string functions): Add unistr/u*-mbsnlen.
10850         (Support for maintaining and releasing projects): Add git-version-gen.
10851         (Lone files): Remove directories.
10852
10853 2007-10-08  Ben Pfaff  <blp@gnu.org>
10854
10855         * lib/xmalloca.h: Fix typo in comment.
10856
10857 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10858
10859         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
10860         when avoiding problems with integer overflow.  Use a portable test
10861         instead.
10862
10863 2007-10-08  Simon Josefsson  <simon@josefsson.org>
10864
10865         * modules/dummy (License): Change to LGPLv2+.
10866         * modules/float (License): Likewise
10867         * modules/realloc (License): Likewise
10868         * modules/stdlib (License): Likewise
10869
10870 2007-10-07  Bruno Haible  <bruno@clisp.org>
10871
10872         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
10873         * floor.c (TWO_MANT_DIG): Likewise.
10874         * ceil.c (TWO_MANT_DIG): Likewise.
10875         Reported by Ben Pfaff.
10876
10877 2007-10-07  Bruno Haible  <bruno@clisp.org>
10878
10879         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
10880         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
10881         * lib/frexp.c (FUNC): Likewise.
10882         * lib/printf-frexp.h (printf_frexp): Likewise.
10883         * lib/printf-frexpl.h (printf_frexpl): Likewise.
10884         * lib/printf-frexp.c (FUNC): Likewise.
10885         Suggested by Jim Meyering.
10886
10887 2007-10-07  Jim Meyering  <meyering@redhat.com>
10888
10889         Make xnanosleep's integer overflow test more robust.
10890         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
10891         so that gcc-4.3.0 doesn't optimize away this test for overflow.
10892
10893 2007-10-07  Bruno Haible  <bruno@clisp.org>
10894
10895         * NEWS: Mention the license change.
10896
10897         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
10898         abbreviations in the modules files.
10899
10900         Change copyright notice from GPLv2+ to GPLv3+.
10901         * README: Change copyright notice.
10902         * MODULES.html.sh: Likewise.
10903         * build-aux/bootstrap.conf: Likewise.
10904         * build-aux/config.libpath: Likewise.
10905         * build-aux/csharpcomp.sh.in: Likewise.
10906         * build-aux/csharpexec.sh.in: Likewise.
10907         * build-aux/install-reloc: Likewise.
10908         * build-aux/javacomp.sh.in: Likewise.
10909         * build-aux/javaexec.sh.in: Likewise.
10910         * build-aux/ldd.sh.in: Likewise.
10911         * build-aux/reloc-ldflags: Likewise.
10912         * build-aux/relocatable.sh.in: Likewise.
10913         * build-aux/x-to-1.in: Likewise.
10914         * check-module: Likewise.
10915         * config/srclistvars.sh: Likewise.
10916         * gnulib-tool: Likewise.
10917         * lib/acl-internal.h: Likewise.
10918         * lib/acl.c: Likewise.
10919         * lib/acl.h: Likewise.
10920         * lib/acl_entries.c: Likewise.
10921         * lib/areadlink-with-size.c: Likewise.
10922         * lib/areadlink.c: Likewise.
10923         * lib/areadlink.h: Likewise.
10924         * lib/argmatch.c: Likewise.
10925         * lib/argmatch.h: Likewise.
10926         * lib/argp-ba.c: Likewise.
10927         * lib/argp-eexst.c: Likewise.
10928         * lib/argp-fmtstream.c: Likewise.
10929         * lib/argp-fmtstream.h: Likewise.
10930         * lib/argp-fs-xinl.c: Likewise.
10931         * lib/argp-help.c: Likewise.
10932         * lib/argp-namefrob.h: Likewise.
10933         * lib/argp-parse.c: Likewise.
10934         * lib/argp-pin.c: Likewise.
10935         * lib/argp-pv.c: Likewise.
10936         * lib/argp-pvh.c: Likewise.
10937         * lib/argp-xinl.c: Likewise.
10938         * lib/argp.h: Likewise.
10939         * lib/at-func.c: Likewise.
10940         * lib/atanl.c: Likewise.
10941         * lib/backupfile.c: Likewise.
10942         * lib/backupfile.h: Likewise.
10943         * lib/basename.c: Likewise.
10944         * lib/binary-io.h: Likewise.
10945         * lib/byteswap.in.h: Likewise.
10946         * lib/c-stack.c: Likewise.
10947         * lib/c-stack.h: Likewise.
10948         * lib/c-strcasestr.c: Likewise.
10949         * lib/c-strcasestr.h: Likewise.
10950         * lib/c-strstr.c: Likewise.
10951         * lib/c-strstr.h: Likewise.
10952         * lib/c-strtod.c: Likewise.
10953         * lib/calloc.c: Likewise.
10954         * lib/canon-host.c: Likewise.
10955         * lib/canon-host.h: Likewise.
10956         * lib/canonicalize-lgpl.c: Likewise.
10957         * lib/canonicalize.c: Likewise.
10958         * lib/canonicalize.h: Likewise.
10959         * lib/ceil.c: Likewise.
10960         * lib/ceilf.c: Likewise.
10961         * lib/ceill.c: Likewise.
10962         * lib/chdir-long.c: Likewise.
10963         * lib/chdir-long.h: Likewise.
10964         * lib/chdir-safer.c: Likewise.
10965         * lib/chdir-safer.h: Likewise.
10966         * lib/chown.c: Likewise.
10967         * lib/classpath.c: Likewise.
10968         * lib/classpath.h: Likewise.
10969         * lib/clean-temp.c: Likewise.
10970         * lib/clean-temp.h: Likewise.
10971         * lib/cloexec.c: Likewise.
10972         * lib/close-stream.c: Likewise.
10973         * lib/closein.c: Likewise.
10974         * lib/closein.h: Likewise.
10975         * lib/closeout.c: Likewise.
10976         * lib/closeout.h: Likewise.
10977         * lib/concat-filename.c: Likewise.
10978         * lib/copy-file.c: Likewise.
10979         * lib/copy-file.h: Likewise.
10980         * lib/count-one-bits.h: Likewise.
10981         * lib/crc.c: Likewise.
10982         * lib/crc.h: Likewise.
10983         * lib/creat-safer.c: Likewise.
10984         * lib/csharpcomp.c: Likewise.
10985         * lib/csharpcomp.h: Likewise.
10986         * lib/csharpexec.c: Likewise.
10987         * lib/csharpexec.h: Likewise.
10988         * lib/cycle-check.c: Likewise.
10989         * lib/cycle-check.h: Likewise.
10990         * lib/diacrit.c: Likewise.
10991         * lib/diacrit.h: Likewise.
10992         * lib/diffseq.h: Likewise.
10993         * lib/dirchownmod.c: Likewise.
10994         * lib/dirent.in.h: Likewise.
10995         * lib/dirfd.c: Likewise.
10996         * lib/dirfd.h: Likewise.
10997         * lib/dirname.c: Likewise.
10998         * lib/dirname.h: Likewise.
10999         * lib/dummy.c: Likewise.
11000         * lib/dup-safer.c: Likewise.
11001         * lib/dup2.c: Likewise.
11002         * lib/eealloc.h: Likewise.
11003         * lib/error.c: Likewise.
11004         * lib/error.h: Likewise.
11005         * lib/euidaccess.c: Likewise.
11006         * lib/exclude.c: Likewise.
11007         * lib/exclude.h: Likewise.
11008         * lib/execute.c: Likewise.
11009         * lib/execute.h: Likewise.
11010         * lib/exitfail.c: Likewise.
11011         * lib/exitfail.h: Likewise.
11012         * lib/expl.c: Likewise.
11013         * lib/fatal-signal.c: Likewise.
11014         * lib/fatal-signal.h: Likewise.
11015         * lib/fbufmode.c: Likewise.
11016         * lib/fbufmode.h: Likewise.
11017         * lib/fchdir.c: Likewise.
11018         * lib/fchmodat.c: Likewise.
11019         * lib/fchownat.c: Likewise.
11020         * lib/fcntl--.h: Likewise.
11021         * lib/fcntl-safer.h: Likewise.
11022         * lib/fcntl.in.h: Likewise.
11023         * lib/fd-safer.c: Likewise.
11024         * lib/fflush.c: Likewise.
11025         * lib/file-has-acl.c: Likewise.
11026         * lib/file-set.c: Likewise.
11027         * lib/file-type.c: Likewise.
11028         * lib/file-type.h: Likewise.
11029         * lib/fileblocks.c: Likewise.
11030         * lib/filemode.c: Likewise.
11031         * lib/filemode.h: Likewise.
11032         * lib/filename.h: Likewise.
11033         * lib/filenamecat.c: Likewise.
11034         * lib/filenamecat.h: Likewise.
11035         * lib/findprog.c: Likewise.
11036         * lib/findprog.h: Likewise.
11037         * lib/float.in.h: Likewise.
11038         * lib/floor.c: Likewise.
11039         * lib/floorf.c: Likewise.
11040         * lib/floorl.c: Likewise.
11041         * lib/fopen-safer.c: Likewise.
11042         * lib/fopen.c: Likewise.
11043         * lib/fpending.c: Likewise.
11044         * lib/fpending.h: Likewise.
11045         * lib/fprintf.c: Likewise.
11046         * lib/fprintftime.h: Likewise.
11047         * lib/fpucw.h: Likewise.
11048         * lib/fpurge.c: Likewise.
11049         * lib/fpurge.h: Likewise.
11050         * lib/freadable.c: Likewise.
11051         * lib/freadable.h: Likewise.
11052         * lib/freadahead.c: Likewise.
11053         * lib/freadahead.h: Likewise.
11054         * lib/freading.c: Likewise.
11055         * lib/freading.h: Likewise.
11056         * lib/free.c: Likewise.
11057         * lib/freopen.c: Likewise.
11058         * lib/frexp.c: Likewise.
11059         * lib/frexpl.c: Likewise.
11060         * lib/fseek.c: Likewise.
11061         * lib/fseterr.c: Likewise.
11062         * lib/fseterr.h: Likewise.
11063         * lib/fstatat.c: Likewise.
11064         * lib/fstrcmp.c: Likewise.
11065         * lib/fstrcmp.h: Likewise.
11066         * lib/fsusage.c: Likewise.
11067         * lib/fsusage.h: Likewise.
11068         * lib/ftell.c: Likewise.
11069         * lib/ftello.c: Likewise.
11070         * lib/fts-cycle.c: Likewise.
11071         * lib/fts.c: Likewise.
11072         * lib/fts_.h: Likewise.
11073         * lib/full-read.c: Likewise.
11074         * lib/full-read.h: Likewise.
11075         * lib/full-write.c: Likewise.
11076         * lib/full-write.h: Likewise.
11077         * lib/fwritable.c: Likewise.
11078         * lib/fwritable.h: Likewise.
11079         * lib/fwriteerror.c: Likewise.
11080         * lib/fwriteerror.h: Likewise.
11081         * lib/fwriting.c: Likewise.
11082         * lib/fwriting.h: Likewise.
11083         * lib/gcd.c: Likewise.
11084         * lib/gcd.h: Likewise.
11085         * lib/getcwd.c: Likewise.
11086         * lib/getdate.h: Likewise.
11087         * lib/getdate.y: Likewise.
11088         * lib/getdomainname.c: Likewise.
11089         * lib/getdomainname.h: Likewise.
11090         * lib/getgroups.c: Likewise.
11091         * lib/gethostname.c: Likewise.
11092         * lib/gethrxtime.c: Likewise.
11093         * lib/gethrxtime.h: Likewise.
11094         * lib/getloadavg.c: Likewise.
11095         * lib/getndelim2.c: Likewise.
11096         * lib/getndelim2.h: Likewise.
11097         * lib/getnline.c: Likewise.
11098         * lib/getnline.h: Likewise.
11099         * lib/getopt.c: Likewise.
11100         * lib/getopt.in.h: Likewise.
11101         * lib/getopt1.c: Likewise.
11102         * lib/getopt_int.h: Likewise.
11103         * lib/getpagesize.h: Likewise.
11104         * lib/getsubopt.c: Likewise.
11105         * lib/gettime.c: Likewise.
11106         * lib/getugroups.c: Likewise.
11107         * lib/getugroups.h: Likewise.
11108         * lib/getusershell.c: Likewise.
11109         * lib/gl_anyavltree_list1.h: Likewise.
11110         * lib/gl_anyavltree_list2.h: Likewise.
11111         * lib/gl_anyhash_list1.h: Likewise.
11112         * lib/gl_anyhash_list2.h: Likewise.
11113         * lib/gl_anylinked_list1.h: Likewise.
11114         * lib/gl_anylinked_list2.h: Likewise.
11115         * lib/gl_anyrbtree_list1.h: Likewise.
11116         * lib/gl_anyrbtree_list2.h: Likewise.
11117         * lib/gl_anytree_list1.h: Likewise.
11118         * lib/gl_anytree_list2.h: Likewise.
11119         * lib/gl_anytree_oset.h: Likewise.
11120         * lib/gl_anytreehash_list1.h: Likewise.
11121         * lib/gl_anytreehash_list2.h: Likewise.
11122         * lib/gl_array_list.c: Likewise.
11123         * lib/gl_array_list.h: Likewise.
11124         * lib/gl_array_oset.c: Likewise.
11125         * lib/gl_array_oset.h: Likewise.
11126         * lib/gl_avltree_list.c: Likewise.
11127         * lib/gl_avltree_list.h: Likewise.
11128         * lib/gl_avltree_oset.c: Likewise.
11129         * lib/gl_avltree_oset.h: Likewise.
11130         * lib/gl_avltreehash_list.c: Likewise.
11131         * lib/gl_avltreehash_list.h: Likewise.
11132         * lib/gl_carray_list.c: Likewise.
11133         * lib/gl_carray_list.h: Likewise.
11134         * lib/gl_linked_list.c: Likewise.
11135         * lib/gl_linked_list.h: Likewise.
11136         * lib/gl_linkedhash_list.c: Likewise.
11137         * lib/gl_linkedhash_list.h: Likewise.
11138         * lib/gl_list.c: Likewise.
11139         * lib/gl_list.h: Likewise.
11140         * lib/gl_oset.c: Likewise.
11141         * lib/gl_oset.h: Likewise.
11142         * lib/gl_rbtree_list.c: Likewise.
11143         * lib/gl_rbtree_list.h: Likewise.
11144         * lib/gl_rbtree_oset.c: Likewise.
11145         * lib/gl_rbtree_oset.h: Likewise.
11146         * lib/gl_rbtreehash_list.c: Likewise.
11147         * lib/gl_rbtreehash_list.h: Likewise.
11148         * lib/gl_sublist.c: Likewise.
11149         * lib/gl_sublist.h: Likewise.
11150         * lib/group-member.c: Likewise.
11151         * lib/group-member.h: Likewise.
11152         * lib/hard-locale.c: Likewise.
11153         * lib/hard-locale.h: Likewise.
11154         * lib/hash-pjw.c: Likewise.
11155         * lib/hash-pjw.h: Likewise.
11156         * lib/hash-triple.c: Likewise.
11157         * lib/hash.c: Likewise.
11158         * lib/hash.h: Likewise.
11159         * lib/human.c: Likewise.
11160         * lib/human.h: Likewise.
11161         * lib/i-ring.c: Likewise.
11162         * lib/i-ring.h: Likewise.
11163         * lib/idcache.c: Likewise.
11164         * lib/imaxabs.c: Likewise.
11165         * lib/imaxdiv.c: Likewise.
11166         * lib/inet_pton.c: Likewise.
11167         * lib/inet_pton.h: Likewise.
11168         * lib/intprops.h: Likewise.
11169         * lib/inttostr.c: Likewise.
11170         * lib/inttostr.h: Likewise.
11171         * lib/inttypes.in.h: Likewise.
11172         * lib/isapipe.c: Likewise.
11173         * lib/isdir.c: Likewise.
11174         * lib/isnan.c: Likewise.
11175         * lib/isnan.h: Likewise.
11176         * lib/isnanf.c: Likewise.
11177         * lib/isnanf.h: Likewise.
11178         * lib/isnanl-nolibm.h: Likewise.
11179         * lib/isnanl.c: Likewise.
11180         * lib/isnanl.h: Likewise.
11181         * lib/javacomp.c: Likewise.
11182         * lib/javacomp.h: Likewise.
11183         * lib/javaexec.c: Likewise.
11184         * lib/javaexec.h: Likewise.
11185         * lib/javaversion.c: Likewise.
11186         * lib/javaversion.h: Likewise.
11187         * lib/javaversion.java: Likewise.
11188         * lib/lbrkprop.h: Likewise.
11189         * lib/lchmod.h: Likewise.
11190         * lib/lchown.c: Likewise.
11191         * lib/ldexpl.c: Likewise.
11192         * lib/linebreak.c: Likewise.
11193         * lib/linebreak.h: Likewise.
11194         * lib/linebuffer.c: Likewise.
11195         * lib/linebuffer.h: Likewise.
11196         * lib/locale.in.h: Likewise.
11197         * lib/logl.c: Likewise.
11198         * lib/long-options.c: Likewise.
11199         * lib/long-options.h: Likewise.
11200         * lib/lstat.c: Likewise.
11201         * lib/lstat.h: Likewise.
11202         * lib/math.in.h: Likewise.
11203         * lib/mbchar.c: Likewise.
11204         * lib/mbchar.h: Likewise.
11205         * lib/mbfile.h: Likewise.
11206         * lib/mbiter.h: Likewise.
11207         * lib/mbscasecmp.c: Likewise.
11208         * lib/mbscasestr.c: Likewise.
11209         * lib/mbschr.c: Likewise.
11210         * lib/mbscspn.c: Likewise.
11211         * lib/mbslen.c: Likewise.
11212         * lib/mbsncasecmp.c: Likewise.
11213         * lib/mbsnlen.c: Likewise.
11214         * lib/mbspbrk.c: Likewise.
11215         * lib/mbspcasecmp.c: Likewise.
11216         * lib/mbsrchr.c: Likewise.
11217         * lib/mbssep.c: Likewise.
11218         * lib/mbsspn.c: Likewise.
11219         * lib/mbsstr.c: Likewise.
11220         * lib/mbstok_r.c: Likewise.
11221         * lib/mbswidth.c: Likewise.
11222         * lib/mbswidth.h: Likewise.
11223         * lib/mbuiter.h: Likewise.
11224         * lib/memcasecmp.c: Likewise.
11225         * lib/memcasecmp.h: Likewise.
11226         * lib/memchr.c: Likewise.
11227         * lib/memcmp.c: Likewise.
11228         * lib/memcoll.c: Likewise.
11229         * lib/memcoll.h: Likewise.
11230         * lib/memcpy.c: Likewise.
11231         * lib/memrchr.c: Likewise.
11232         * lib/mkancesdirs.c: Likewise.
11233         * lib/mkdir-p.c: Likewise.
11234         * lib/mkdir-p.h: Likewise.
11235         * lib/mkdir.c: Likewise.
11236         * lib/mkdirat.c: Likewise.
11237         * lib/mkdtemp.c: Likewise.
11238         * lib/mkstemp-safer.c: Likewise.
11239         * lib/mkstemp.c: Likewise.
11240         * lib/modechange.c: Likewise.
11241         * lib/modechange.h: Likewise.
11242         * lib/mountlist.c: Likewise.
11243         * lib/mountlist.h: Likewise.
11244         * lib/mpsort.c: Likewise.
11245         * lib/nanosleep.c: Likewise.
11246         * lib/obstack.c: Likewise.
11247         * lib/obstack.h: Likewise.
11248         * lib/open-safer.c: Likewise.
11249         * lib/open.c: Likewise.
11250         * lib/openat-die.c: Likewise.
11251         * lib/openat-priv.h: Likewise.
11252         * lib/openat-proc.c: Likewise.
11253         * lib/openat.c: Likewise.
11254         * lib/openat.h: Likewise.
11255         * lib/pagealign_alloc.c: Likewise.
11256         * lib/pagealign_alloc.h: Likewise.
11257         * lib/physmem.c: Likewise.
11258         * lib/physmem.h: Likewise.
11259         * lib/pipe-safer.c: Likewise.
11260         * lib/pipe.c: Likewise.
11261         * lib/pipe.h: Likewise.
11262         * lib/posixtm.c: Likewise.
11263         * lib/posixtm.h: Likewise.
11264         * lib/posixver.c: Likewise.
11265         * lib/printf-frexp.c: Likewise.
11266         * lib/printf-frexp.h: Likewise.
11267         * lib/printf-frexpl.c: Likewise.
11268         * lib/printf-frexpl.h: Likewise.
11269         * lib/printf.c: Likewise.
11270         * lib/progname.c: Likewise.
11271         * lib/progname.h: Likewise.
11272         * lib/progreloc.c: Likewise.
11273         * lib/putenv.c: Likewise.
11274         * lib/quote.c: Likewise.
11275         * lib/quote.h: Likewise.
11276         * lib/quotearg.c: Likewise.
11277         * lib/quotearg.h: Likewise.
11278         * lib/raise.c: Likewise.
11279         * lib/readline.c: Likewise.
11280         * lib/readline.h: Likewise.
11281         * lib/readlink.c: Likewise.
11282         * lib/readtokens.c: Likewise.
11283         * lib/readtokens.h: Likewise.
11284         * lib/readtokens0.c: Likewise.
11285         * lib/readtokens0.h: Likewise.
11286         * lib/readutmp.c: Likewise.
11287         * lib/readutmp.h: Likewise.
11288         * lib/realloc.c: Likewise.
11289         * lib/relocwrapper.c: Likewise.
11290         * lib/rename-dest-slash.c: Likewise.
11291         * lib/rename.c: Likewise.
11292         * lib/rmdir.c: Likewise.
11293         * lib/rpmatch.c: Likewise.
11294         * lib/safe-read.c: Likewise.
11295         * lib/safe-read.h: Likewise.
11296         * lib/safe-write.c: Likewise.
11297         * lib/safe-write.h: Likewise.
11298         * lib/same-inode.h: Likewise.
11299         * lib/same.c: Likewise.
11300         * lib/same.h: Likewise.
11301         * lib/save-cwd.c: Likewise.
11302         * lib/save-cwd.h: Likewise.
11303         * lib/savedir.c: Likewise.
11304         * lib/savedir.h: Likewise.
11305         * lib/savewd.c: Likewise.
11306         * lib/savewd.h: Likewise.
11307         * lib/search.in.h: Likewise.
11308         * lib/setenv.c: Likewise.
11309         * lib/setenv.h: Likewise.
11310         * lib/settime.c: Likewise.
11311         * lib/sh-quote.c: Likewise.
11312         * lib/sh-quote.h: Likewise.
11313         * lib/sig2str.c: Likewise.
11314         * lib/sig2str.h: Likewise.
11315         * lib/signal.in.h: Likewise.
11316         * lib/signbitd.c: Likewise.
11317         * lib/signbitf.c: Likewise.
11318         * lib/signbitl.c: Likewise.
11319         * lib/sigprocmask.c: Likewise.
11320         * lib/sincosl.c: Likewise.
11321         * lib/sleep.c: Likewise.
11322         * lib/sprintf.c: Likewise.
11323         * lib/sqrtl.c: Likewise.
11324         * lib/stat-time.h: Likewise.
11325         * lib/stdio--.h: Likewise.
11326         * lib/stdio-safer.h: Likewise.
11327         * lib/stdlib--.h: Likewise.
11328         * lib/stdlib-safer.h: Likewise.
11329         * lib/stdlib.in.h: Likewise.
11330         * lib/stpcpy.c: Likewise.
11331         * lib/stpncpy.c: Likewise.
11332         * lib/strchrnul.c: Likewise.
11333         * lib/strcspn.c: Likewise.
11334         * lib/strerror.c: Likewise.
11335         * lib/strftime.c: Likewise.
11336         * lib/strftime.h: Likewise.
11337         * lib/striconveh.c: Likewise.
11338         * lib/striconveh.h: Likewise.
11339         * lib/striconveha.c: Likewise.
11340         * lib/striconveha.h: Likewise.
11341         * lib/stripslash.c: Likewise.
11342         * lib/strnlen1.c: Likewise.
11343         * lib/strnlen1.h: Likewise.
11344         * lib/strtod.c: Likewise.
11345         * lib/strtoimax.c: Likewise.
11346         * lib/strtok_r.c: Likewise.
11347         * lib/strtol.c: Likewise.
11348         * lib/strtoll.c: Likewise.
11349         * lib/strtoul.c: Likewise.
11350         * lib/strtoull.c: Likewise.
11351         * lib/sysexits.in.h: Likewise.
11352         * lib/tempname.c: Likewise.
11353         * lib/tempname.h: Likewise.
11354         * lib/timespec.h: Likewise.
11355         * lib/tls.c: Likewise.
11356         * lib/tls.h: Likewise.
11357         * lib/tmpdir.c: Likewise.
11358         * lib/tmpdir.h: Likewise.
11359         * lib/tmpfile-safer.c: Likewise.
11360         * lib/tmpfile.c: Likewise.
11361         * lib/trigl.c: Likewise.
11362         * lib/trigl.h: Likewise.
11363         * lib/trim.c: Likewise.
11364         * lib/trim.h: Likewise.
11365         * lib/trunc.c: Likewise.
11366         * lib/truncf.c: Likewise.
11367         * lib/truncl.c: Likewise.
11368         * lib/tsearch.c: Likewise.
11369         * lib/unicodeio.c: Likewise.
11370         * lib/unicodeio.h: Likewise.
11371         * lib/unistd--.h: Likewise.
11372         * lib/unistd-safer.h: Likewise.
11373         * lib/unistdio/ulc-fprintf.c: Likewise.
11374         * lib/unistdio/ulc-vfprintf.c: Likewise.
11375         * lib/unlinkdir.c: Likewise.
11376         * lib/unlinkdir.h: Likewise.
11377         * lib/unlocked-io.h: Likewise.
11378         * lib/unsetenv.c: Likewise.
11379         * lib/userspec.c: Likewise.
11380         * lib/utime.c: Likewise.
11381         * lib/utimecmp.c: Likewise.
11382         * lib/utimecmp.h: Likewise.
11383         * lib/utimens.c: Likewise.
11384         * lib/verify.h: Likewise.
11385         * lib/verror.c: Likewise.
11386         * lib/verror.h: Likewise.
11387         * lib/version-etc-fsf.c: Likewise.
11388         * lib/version-etc.c: Likewise.
11389         * lib/version-etc.h: Likewise.
11390         * lib/vfprintf.c: Likewise.
11391         * lib/vprintf.c: Likewise.
11392         * lib/vsprintf.c: Likewise.
11393         * lib/w32spawn.h: Likewise.
11394         * lib/wait-process.c: Likewise.
11395         * lib/wait-process.h: Likewise.
11396         * lib/wcwidth.c: Likewise.
11397         * lib/write-any-file.c: Likewise.
11398         * lib/xalloc-die.c: Likewise.
11399         * lib/xalloc.h: Likewise.
11400         * lib/xasprintf.c: Likewise.
11401         * lib/xgetcwd.c: Likewise.
11402         * lib/xgetcwd.h: Likewise.
11403         * lib/xgetdomainname.c: Likewise.
11404         * lib/xgetdomainname.h: Likewise.
11405         * lib/xgethostname.c: Likewise.
11406         * lib/xmalloc.c: Likewise.
11407         * lib/xmalloca.c: Likewise.
11408         * lib/xmalloca.h: Likewise.
11409         * lib/xmemcoll.c: Likewise.
11410         * lib/xnanosleep.c: Likewise.
11411         * lib/xreadlink.c: Likewise.
11412         * lib/xreadlink.h: Likewise.
11413         * lib/xsetenv.c: Likewise.
11414         * lib/xsetenv.h: Likewise.
11415         * lib/xstriconv.c: Likewise.
11416         * lib/xstriconv.h: Likewise.
11417         * lib/xstrndup.c: Likewise.
11418         * lib/xstrndup.h: Likewise.
11419         * lib/xstrtod.c: Likewise.
11420         * lib/xstrtod.h: Likewise.
11421         * lib/xstrtol-error.c: Likewise.
11422         * lib/xstrtol.c: Likewise.
11423         * lib/xstrtol.h: Likewise.
11424         * lib/xtime.h: Likewise.
11425         * lib/xvasprintf.c: Likewise.
11426         * lib/xvasprintf.h: Likewise.
11427         * lib/yesno.c: Likewise.
11428         * lib/yesno.h: Likewise.
11429         * posix-modules: Likewise.
11430         * tests/test-alloca-opt.c: Likewise.
11431         * tests/test-arcfour.c: Likewise.
11432         * tests/test-arctwo.c: Likewise.
11433         * tests/test-argmatch.c: Likewise.
11434         * tests/test-argp-2.sh: Likewise.
11435         * tests/test-argp.c: Likewise.
11436         * tests/test-arpa_inet.c: Likewise.
11437         * tests/test-array_list.c: Likewise.
11438         * tests/test-array_oset.c: Likewise.
11439         * tests/test-atexit.c: Likewise.
11440         * tests/test-avltree_list.c: Likewise.
11441         * tests/test-avltree_oset.c: Likewise.
11442         * tests/test-avltreehash_list.c: Likewise.
11443         * tests/test-base64.c: Likewise.
11444         * tests/test-binary-io.c: Likewise.
11445         * tests/test-byteswap.c: Likewise.
11446         * tests/test-c-ctype.c: Likewise.
11447         * tests/test-c-strcasecmp.c: Likewise.
11448         * tests/test-c-strcasestr.c: Likewise.
11449         * tests/test-c-strncasecmp.c: Likewise.
11450         * tests/test-c-strstr.c: Likewise.
11451         * tests/test-canonicalize-lgpl.c: Likewise.
11452         * tests/test-canonicalize.c: Likewise.
11453         * tests/test-carray_list.c: Likewise.
11454         * tests/test-ceilf.c: Likewise.
11455         * tests/test-ceill.c: Likewise.
11456         * tests/test-count-one-bits.c: Likewise.
11457         * tests/test-crc.c: Likewise.
11458         * tests/test-dirname.c: Likewise.
11459         * tests/test-fbufmode.c: Likewise.
11460         * tests/test-fcntl.c: Likewise.
11461         * tests/test-fflush.c: Likewise.
11462         * tests/test-floorf.c: Likewise.
11463         * tests/test-floorl.c: Likewise.
11464         * tests/test-fopen.c: Likewise.
11465         * tests/test-fprintf-posix.c: Likewise.
11466         * tests/test-fprintf-posix.h: Likewise.
11467         * tests/test-fpurge.c: Likewise.
11468         * tests/test-freadable.c: Likewise.
11469         * tests/test-freadahead.c: Likewise.
11470         * tests/test-freading.c: Likewise.
11471         * tests/test-freopen.c: Likewise.
11472         * tests/test-frexp.c: Likewise.
11473         * tests/test-frexpl.c: Likewise.
11474         * tests/test-fseek.c: Likewise.
11475         * tests/test-fseeko.c: Likewise.
11476         * tests/test-fseterr.c: Likewise.
11477         * tests/test-fstrcmp.c: Likewise.
11478         * tests/test-ftell.c: Likewise.
11479         * tests/test-ftello.c: Likewise.
11480         * tests/test-fwritable.c: Likewise.
11481         * tests/test-fwriting.c: Likewise.
11482         * tests/test-getaddrinfo.c: Likewise.
11483         * tests/test-getpass.c: Likewise.
11484         * tests/test-gettimeofday.c: Likewise.
11485         * tests/test-hmac-md5.c: Likewise.
11486         * tests/test-hmac-sha1.c: Likewise.
11487         * tests/test-iconv.c: Likewise.
11488         * tests/test-iconvme.c: Likewise.
11489         * tests/test-inttypes.c: Likewise.
11490         * tests/test-isnan.c: Likewise.
11491         * tests/test-isnanf.c: Likewise.
11492         * tests/test-isnanl-nolibm.c: Likewise.
11493         * tests/test-isnanl.c: Likewise.
11494         * tests/test-isnanl.h: Likewise.
11495         * tests/test-ldexpl.c: Likewise.
11496         * tests/test-linked_list.c: Likewise.
11497         * tests/test-linkedhash_list.c: Likewise.
11498         * tests/test-locale.c: Likewise.
11499         * tests/test-localename.c: Likewise.
11500         * tests/test-lock.c: Likewise.
11501         * tests/test-lseek.c: Likewise.
11502         * tests/test-malloca.c: Likewise.
11503         * tests/test-math.c: Likewise.
11504         * tests/test-mbscasecmp.c: Likewise.
11505         * tests/test-mbscasestr1.c: Likewise.
11506         * tests/test-mbscasestr2.c: Likewise.
11507         * tests/test-mbscasestr3.c: Likewise.
11508         * tests/test-mbscasestr4.c: Likewise.
11509         * tests/test-mbschr.c: Likewise.
11510         * tests/test-mbscspn.c: Likewise.
11511         * tests/test-mbsncasecmp.c: Likewise.
11512         * tests/test-mbspbrk.c: Likewise.
11513         * tests/test-mbspcasecmp.c: Likewise.
11514         * tests/test-mbsrchr.c: Likewise.
11515         * tests/test-mbsspn.c: Likewise.
11516         * tests/test-mbsstr1.c: Likewise.
11517         * tests/test-mbsstr2.c: Likewise.
11518         * tests/test-mbsstr3.c: Likewise.
11519         * tests/test-md5.c: Likewise.
11520         * tests/test-memmem.c: Likewise.
11521         * tests/test-netinet_in.c: Likewise.
11522         * tests/test-open.c: Likewise.
11523         * tests/test-printf-frexp.c: Likewise.
11524         * tests/test-printf-frexpl.c: Likewise.
11525         * tests/test-printf-posix.c: Likewise.
11526         * tests/test-printf-posix.h: Likewise.
11527         * tests/test-rbtree_list.c: Likewise.
11528         * tests/test-rbtree_oset.c: Likewise.
11529         * tests/test-rbtreehash_list.c: Likewise.
11530         * tests/test-read-file.c: Likewise.
11531         * tests/test-rijndael.c: Likewise.
11532         * tests/test-search.c: Likewise.
11533         * tests/test-signbit.c: Likewise.
11534         * tests/test-sleep.c: Likewise.
11535         * tests/test-snprintf-posix.c: Likewise.
11536         * tests/test-snprintf-posix.h: Likewise.
11537         * tests/test-snprintf.c: Likewise.
11538         * tests/test-sprintf-posix.c: Likewise.
11539         * tests/test-sprintf-posix.h: Likewise.
11540         * tests/test-stat-time.c: Likewise.
11541         * tests/test-stdbool.c: Likewise.
11542         * tests/test-stdint.c: Likewise.
11543         * tests/test-stdio.c: Likewise.
11544         * tests/test-stdlib.c: Likewise.
11545         * tests/test-stpncpy.c: Likewise.
11546         * tests/test-strcasestr.c: Likewise.
11547         * tests/test-striconv.c: Likewise.
11548         * tests/test-striconveh.c: Likewise.
11549         * tests/test-striconveha.c: Likewise.
11550         * tests/test-string.c: Likewise.
11551         * tests/test-sys_select.c: Likewise.
11552         * tests/test-sys_socket.c: Likewise.
11553         * tests/test-sys_stat.c: Likewise.
11554         * tests/test-sys_time.c: Likewise.
11555         * tests/test-sysexits.c: Likewise.
11556         * tests/test-time.c: Likewise.
11557         * tests/test-tls.c: Likewise.
11558         * tests/test-trunc.c: Likewise.
11559         * tests/test-truncf.c: Likewise.
11560         * tests/test-truncl.c: Likewise.
11561         * tests/test-unistd.c: Likewise.
11562         * tests/test-vasnprintf-posix.c: Likewise.
11563         * tests/test-vasnprintf-posix2.c: Likewise.
11564         * tests/test-vasnprintf.c: Likewise.
11565         * tests/test-vasprintf-posix.c: Likewise.
11566         * tests/test-vasprintf.c: Likewise.
11567         * tests/test-verify.c: Likewise.
11568         * tests/test-vfprintf-posix.c: Likewise.
11569         * tests/test-vprintf-posix.c: Likewise.
11570         * tests/test-vsnprintf-posix.c: Likewise.
11571         * tests/test-vsnprintf.c: Likewise.
11572         * tests/test-vsprintf-posix.c: Likewise.
11573         * tests/test-wchar.c: Likewise.
11574         * tests/test-wctype.c: Likewise.
11575         * tests/test-wcwidth.c: Likewise.
11576         * tests/test-xstrtol.c: Likewise.
11577         * tests/test-xvasprintf.c: Likewise.
11578         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
11579         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
11580         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
11581         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
11582         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
11583         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
11584         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
11585         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
11586         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
11587         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
11588         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
11589         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
11590         * tests/uniname/test-uninames.c: Likewise.
11591         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
11592         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
11593         * tests/unistdio/test-u16-printf1.h: Likewise.
11594         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
11595         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
11596         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
11597         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
11598         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
11599         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
11600         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
11601         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
11602         * tests/unistdio/test-u32-printf1.h: Likewise.
11603         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
11604         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
11605         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
11606         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
11607         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
11608         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
11609         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
11610         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
11611         * tests/unistdio/test-u8-printf1.h: Likewise.
11612         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
11613         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
11614         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
11615         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
11616         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
11617         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
11618         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
11619         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
11620         * tests/unistdio/test-ulc-printf1.h: Likewise.
11621         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
11622         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
11623         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
11624         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
11625         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
11626         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
11627         * tests/uniwidth/test-u16-strwidth.c: Likewise.
11628         * tests/uniwidth/test-u16-width.c: Likewise.
11629         * tests/uniwidth/test-u32-strwidth.c: Likewise.
11630         * tests/uniwidth/test-u32-width.c: Likewise.
11631         * tests/uniwidth/test-u8-strwidth.c: Likewise.
11632         * tests/uniwidth/test-u8-width.c: Likewise.
11633         * tests/uniwidth/test-uc_width.c: Likewise.
11634         * config/srclist-update: Likewise.
11635         (fixlicense): Update to GPLv3+.
11636
11637         Change copyright notice from LGPLv2.1+ to LGPLv3+.
11638         * tests/test-tsearch.c: Change copyright notice.
11639
11640         Change copyright notice from LGPLv2.0+ to LGPLv3+.
11641         * lib/c-strcaseeq.h: Change copyright notice.
11642         * lib/streq.h: Likewise.
11643         * lib/uniconv.h: Likewise.
11644         * lib/uniconv/u-conv-from-enc.h: Likewise.
11645         * lib/uniconv/u-conv-to-enc.h: Likewise.
11646         * lib/uniconv/u-strconv-from-enc.h: Likewise.
11647         * lib/uniconv/u-strconv-to-enc.h: Likewise.
11648         * lib/uniconv/u16-conv-from-enc.c: Likewise.
11649         * lib/uniconv/u16-conv-to-enc.c: Likewise.
11650         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
11651         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
11652         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
11653         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
11654         * lib/uniconv/u32-conv-from-enc.c: Likewise.
11655         * lib/uniconv/u32-conv-to-enc.c: Likewise.
11656         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
11657         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
11658         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
11659         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
11660         * lib/uniconv/u8-conv-from-enc.c: Likewise.
11661         * lib/uniconv/u8-conv-to-enc.c: Likewise.
11662         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
11663         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
11664         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
11665         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
11666         * lib/uniname.h: Likewise.
11667         * lib/uniname/uniname.c: Likewise.
11668         * lib/unistdio.h: Likewise.
11669         * lib/unistdio/u-asnprintf.h: Likewise.
11670         * lib/unistdio/u-asprintf.h: Likewise.
11671         * lib/unistdio/u-printf-args.c: Likewise.
11672         * lib/unistdio/u-printf-args.h: Likewise.
11673         * lib/unistdio/u-printf-parse.h: Likewise.
11674         * lib/unistdio/u-snprintf.h: Likewise.
11675         * lib/unistdio/u-sprintf.h: Likewise.
11676         * lib/unistdio/u-vasprintf.h: Likewise.
11677         * lib/unistdio/u-vsnprintf.h: Likewise.
11678         * lib/unistdio/u-vsprintf.h: Likewise.
11679         * lib/unistdio/u16-asnprintf.c: Likewise.
11680         * lib/unistdio/u16-asprintf.c: Likewise.
11681         * lib/unistdio/u16-printf-parse.c: Likewise.
11682         * lib/unistdio/u16-snprintf.c: Likewise.
11683         * lib/unistdio/u16-sprintf.c: Likewise.
11684         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
11685         * lib/unistdio/u16-u16-asprintf.c: Likewise.
11686         * lib/unistdio/u16-u16-snprintf.c: Likewise.
11687         * lib/unistdio/u16-u16-sprintf.c: Likewise.
11688         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
11689         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
11690         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
11691         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
11692         * lib/unistdio/u16-vasnprintf.c: Likewise.
11693         * lib/unistdio/u16-vasprintf.c: Likewise.
11694         * lib/unistdio/u16-vsnprintf.c: Likewise.
11695         * lib/unistdio/u16-vsprintf.c: Likewise.
11696         * lib/unistdio/u32-asnprintf.c: Likewise.
11697         * lib/unistdio/u32-asprintf.c: Likewise.
11698         * lib/unistdio/u32-printf-parse.c: Likewise.
11699         * lib/unistdio/u32-snprintf.c: Likewise.
11700         * lib/unistdio/u32-sprintf.c: Likewise.
11701         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
11702         * lib/unistdio/u32-u32-asprintf.c: Likewise.
11703         * lib/unistdio/u32-u32-snprintf.c: Likewise.
11704         * lib/unistdio/u32-u32-sprintf.c: Likewise.
11705         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
11706         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
11707         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
11708         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
11709         * lib/unistdio/u32-vasnprintf.c: Likewise.
11710         * lib/unistdio/u32-vasprintf.c: Likewise.
11711         * lib/unistdio/u32-vsnprintf.c: Likewise.
11712         * lib/unistdio/u32-vsprintf.c: Likewise.
11713         * lib/unistdio/u8-asnprintf.c: Likewise.
11714         * lib/unistdio/u8-asprintf.c: Likewise.
11715         * lib/unistdio/u8-printf-parse.c: Likewise.
11716         * lib/unistdio/u8-snprintf.c: Likewise.
11717         * lib/unistdio/u8-sprintf.c: Likewise.
11718         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
11719         * lib/unistdio/u8-u8-asprintf.c: Likewise.
11720         * lib/unistdio/u8-u8-snprintf.c: Likewise.
11721         * lib/unistdio/u8-u8-sprintf.c: Likewise.
11722         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
11723         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
11724         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
11725         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
11726         * lib/unistdio/u8-vasnprintf.c: Likewise.
11727         * lib/unistdio/u8-vasprintf.c: Likewise.
11728         * lib/unistdio/u8-vsnprintf.c: Likewise.
11729         * lib/unistdio/u8-vsprintf.c: Likewise.
11730         * lib/unistdio/ulc-asnprintf.c: Likewise.
11731         * lib/unistdio/ulc-asprintf.c: Likewise.
11732         * lib/unistdio/ulc-printf-parse.c: Likewise.
11733         * lib/unistdio/ulc-snprintf.c: Likewise.
11734         * lib/unistdio/ulc-sprintf.c: Likewise.
11735         * lib/unistdio/ulc-vasnprintf.c: Likewise.
11736         * lib/unistdio/ulc-vasprintf.c: Likewise.
11737         * lib/unistdio/ulc-vsnprintf.c: Likewise.
11738         * lib/unistdio/ulc-vsprintf.c: Likewise.
11739         * lib/unistr.h: Likewise.
11740         * lib/unistr/u-cpy-alloc.h: Likewise.
11741         * lib/unistr/u-cpy.h: Likewise.
11742         * lib/unistr/u-endswith.h: Likewise.
11743         * lib/unistr/u-move.h: Likewise.
11744         * lib/unistr/u-set.h: Likewise.
11745         * lib/unistr/u-startswith.h: Likewise.
11746         * lib/unistr/u-stpcpy.h: Likewise.
11747         * lib/unistr/u-stpncpy.h: Likewise.
11748         * lib/unistr/u-strcat.h: Likewise.
11749         * lib/unistr/u-strcpy.h: Likewise.
11750         * lib/unistr/u-strcspn.h: Likewise.
11751         * lib/unistr/u-strdup.h: Likewise.
11752         * lib/unistr/u-strlen.h: Likewise.
11753         * lib/unistr/u-strncat.h: Likewise.
11754         * lib/unistr/u-strncpy.h: Likewise.
11755         * lib/unistr/u-strnlen.h: Likewise.
11756         * lib/unistr/u-strpbrk.h: Likewise.
11757         * lib/unistr/u-strspn.h: Likewise.
11758         * lib/unistr/u-strstr.h: Likewise.
11759         * lib/unistr/u-strtok.h: Likewise.
11760         * lib/unistr/u16-check.c: Likewise.
11761         * lib/unistr/u16-chr.c: Likewise.
11762         * lib/unistr/u16-cmp.c: Likewise.
11763         * lib/unistr/u16-cpy-alloc.c: Likewise.
11764         * lib/unistr/u16-cpy.c: Likewise.
11765         * lib/unistr/u16-endswith.c: Likewise.
11766         * lib/unistr/u16-mblen.c: Likewise.
11767         * lib/unistr/u16-mbsnlen.c: Likewise.
11768         * lib/unistr/u16-mbtouc-aux.c: Likewise.
11769         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
11770         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
11771         * lib/unistr/u16-mbtouc.c: Likewise.
11772         * lib/unistr/u16-mbtoucr.c: Likewise.
11773         * lib/unistr/u16-move.c: Likewise.
11774         * lib/unistr/u16-next.c: Likewise.
11775         * lib/unistr/u16-prev.c: Likewise.
11776         * lib/unistr/u16-set.c: Likewise.
11777         * lib/unistr/u16-startswith.c: Likewise.
11778         * lib/unistr/u16-stpcpy.c: Likewise.
11779         * lib/unistr/u16-stpncpy.c: Likewise.
11780         * lib/unistr/u16-strcat.c: Likewise.
11781         * lib/unistr/u16-strchr.c: Likewise.
11782         * lib/unistr/u16-strcmp.c: Likewise.
11783         * lib/unistr/u16-strcpy.c: Likewise.
11784         * lib/unistr/u16-strcspn.c: Likewise.
11785         * lib/unistr/u16-strdup.c: Likewise.
11786         * lib/unistr/u16-strlen.c: Likewise.
11787         * lib/unistr/u16-strmblen.c: Likewise.
11788         * lib/unistr/u16-strmbtouc.c: Likewise.
11789         * lib/unistr/u16-strncat.c: Likewise.
11790         * lib/unistr/u16-strncmp.c: Likewise.
11791         * lib/unistr/u16-strncpy.c: Likewise.
11792         * lib/unistr/u16-strnlen.c: Likewise.
11793         * lib/unistr/u16-strpbrk.c: Likewise.
11794         * lib/unistr/u16-strrchr.c: Likewise.
11795         * lib/unistr/u16-strspn.c: Likewise.
11796         * lib/unistr/u16-strstr.c: Likewise.
11797         * lib/unistr/u16-strtok.c: Likewise.
11798         * lib/unistr/u16-to-u32.c: Likewise.
11799         * lib/unistr/u16-to-u8.c: Likewise.
11800         * lib/unistr/u16-uctomb-aux.c: Likewise.
11801         * lib/unistr/u16-uctomb.c: Likewise.
11802         * lib/unistr/u32-check.c: Likewise.
11803         * lib/unistr/u32-chr.c: Likewise.
11804         * lib/unistr/u32-cmp.c: Likewise.
11805         * lib/unistr/u32-cpy-alloc.c: Likewise.
11806         * lib/unistr/u32-cpy.c: Likewise.
11807         * lib/unistr/u32-endswith.c: Likewise.
11808         * lib/unistr/u32-mblen.c: Likewise.
11809         * lib/unistr/u32-mbsnlen.c: Likewise.
11810         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
11811         * lib/unistr/u32-mbtouc.c: Likewise.
11812         * lib/unistr/u32-mbtoucr.c: Likewise.
11813         * lib/unistr/u32-move.c: Likewise.
11814         * lib/unistr/u32-next.c: Likewise.
11815         * lib/unistr/u32-prev.c: Likewise.
11816         * lib/unistr/u32-set.c: Likewise.
11817         * lib/unistr/u32-startswith.c: Likewise.
11818         * lib/unistr/u32-stpcpy.c: Likewise.
11819         * lib/unistr/u32-stpncpy.c: Likewise.
11820         * lib/unistr/u32-strcat.c: Likewise.
11821         * lib/unistr/u32-strchr.c: Likewise.
11822         * lib/unistr/u32-strcmp.c: Likewise.
11823         * lib/unistr/u32-strcpy.c: Likewise.
11824         * lib/unistr/u32-strcspn.c: Likewise.
11825         * lib/unistr/u32-strdup.c: Likewise.
11826         * lib/unistr/u32-strlen.c: Likewise.
11827         * lib/unistr/u32-strmblen.c: Likewise.
11828         * lib/unistr/u32-strmbtouc.c: Likewise.
11829         * lib/unistr/u32-strncat.c: Likewise.
11830         * lib/unistr/u32-strncmp.c: Likewise.
11831         * lib/unistr/u32-strncpy.c: Likewise.
11832         * lib/unistr/u32-strnlen.c: Likewise.
11833         * lib/unistr/u32-strpbrk.c: Likewise.
11834         * lib/unistr/u32-strrchr.c: Likewise.
11835         * lib/unistr/u32-strspn.c: Likewise.
11836         * lib/unistr/u32-strstr.c: Likewise.
11837         * lib/unistr/u32-strtok.c: Likewise.
11838         * lib/unistr/u32-to-u16.c: Likewise.
11839         * lib/unistr/u32-to-u8.c: Likewise.
11840         * lib/unistr/u32-uctomb.c: Likewise.
11841         * lib/unistr/u8-check.c: Likewise.
11842         * lib/unistr/u8-chr.c: Likewise.
11843         * lib/unistr/u8-cmp.c: Likewise.
11844         * lib/unistr/u8-cpy-alloc.c: Likewise.
11845         * lib/unistr/u8-cpy.c: Likewise.
11846         * lib/unistr/u8-endswith.c: Likewise.
11847         * lib/unistr/u8-mblen.c: Likewise.
11848         * lib/unistr/u8-mbsnlen.c: Likewise.
11849         * lib/unistr/u8-mbtouc-aux.c: Likewise.
11850         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
11851         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
11852         * lib/unistr/u8-mbtouc.c: Likewise.
11853         * lib/unistr/u8-mbtoucr.c: Likewise.
11854         * lib/unistr/u8-move.c: Likewise.
11855         * lib/unistr/u8-next.c: Likewise.
11856         * lib/unistr/u8-prev.c: Likewise.
11857         * lib/unistr/u8-set.c: Likewise.
11858         * lib/unistr/u8-startswith.c: Likewise.
11859         * lib/unistr/u8-stpcpy.c: Likewise.
11860         * lib/unistr/u8-stpncpy.c: Likewise.
11861         * lib/unistr/u8-strcat.c: Likewise.
11862         * lib/unistr/u8-strchr.c: Likewise.
11863         * lib/unistr/u8-strcmp.c: Likewise.
11864         * lib/unistr/u8-strcpy.c: Likewise.
11865         * lib/unistr/u8-strcspn.c: Likewise.
11866         * lib/unistr/u8-strdup.c: Likewise.
11867         * lib/unistr/u8-strlen.c: Likewise.
11868         * lib/unistr/u8-strmblen.c: Likewise.
11869         * lib/unistr/u8-strmbtouc.c: Likewise.
11870         * lib/unistr/u8-strncat.c: Likewise.
11871         * lib/unistr/u8-strncmp.c: Likewise.
11872         * lib/unistr/u8-strncpy.c: Likewise.
11873         * lib/unistr/u8-strnlen.c: Likewise.
11874         * lib/unistr/u8-strpbrk.c: Likewise.
11875         * lib/unistr/u8-strrchr.c: Likewise.
11876         * lib/unistr/u8-strspn.c: Likewise.
11877         * lib/unistr/u8-strstr.c: Likewise.
11878         * lib/unistr/u8-strtok.c: Likewise.
11879         * lib/unistr/u8-to-u16.c: Likewise.
11880         * lib/unistr/u8-to-u32.c: Likewise.
11881         * lib/unistr/u8-uctomb-aux.c: Likewise.
11882         * lib/unistr/u8-uctomb.c: Likewise.
11883         * lib/unitypes.h: Likewise.
11884         * lib/uniwidth.h: Likewise.
11885         * lib/uniwidth/cjk.h: Likewise.
11886         * lib/uniwidth/u16-strwidth.c: Likewise.
11887         * lib/uniwidth/u16-width.c: Likewise.
11888         * lib/uniwidth/u32-strwidth.c: Likewise.
11889         * lib/uniwidth/u32-width.c: Likewise.
11890         * lib/uniwidth/u8-strwidth.c: Likewise.
11891         * lib/uniwidth/u8-width.c: Likewise.
11892         * lib/uniwidth/width.c: Likewise.
11893
11894 2007-10-07  Bruno Haible  <bruno@clisp.org>
11895
11896         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
11897         The file is still under LGPL (see modules/inttypes).
11898
11899 2007-10-06  Bruno Haible  <bruno@clisp.org>
11900
11901         * modules/trunc (Dependencies): Add 'extensions'.
11902         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
11903         Reported by Ben Pfaff <blp@gnu.org>.
11904
11905 2007-10-06  Bruno Haible  <bruno@clisp.org>
11906
11907         * modules/freopen-tests: New file.
11908         * tests/test-freopen.c: New file.
11909
11910         * modules/fopen-tests: New file.
11911         * tests/test-fopen.c: New file.
11912
11913         * modules/fopen: New file.
11914         * lib/fopen.c: New file.
11915         * m4/fopen.m4: New file.
11916         * modules/freopen: New file.
11917         * lib/freopen.c: New file.
11918         * m4/freopen.m4: New file.
11919         * lib/stdio.in.h (fopen, freopen): New declarations.
11920         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
11921         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
11922         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
11923         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
11924         * doc/functions/fopen.texi: Mention the 'fopen' module.
11925         * doc/functions/freopen.texi: Mention the 'freopen' module.
11926
11927 2007-10-06  Bruno Haible  <bruno@clisp.org>
11928
11929         * modules/open-tests: New file.
11930         * tests/test-open.c: New file.
11931
11932         * modules/open: New file.
11933         * lib/open.c: New file.
11934         * m4/open.m4: New file.
11935         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
11936         lib/open.c does.
11937         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
11938         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
11939         macros.
11940         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
11941         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
11942         REPLACE_OPEN.
11943         * doc/functions/open.texi: Mention the 'open' module.
11944
11945 2007-10-04  Bruno Haible  <bruno@clisp.org>
11946
11947         * modules/ceill-tests: New file.
11948         * tests/test-ceill.c: New file.
11949
11950         * modules/ceill: New file.
11951         * lib/ceill.c: Replace entire file.
11952         * m4/ceill.m4: New file.
11953         * lib/math.in.h (ceill): Replace declaration.
11954         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
11955         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
11956         * doc/functions/ceill.texi: Mention the 'ceill' module.
11957         * modules/mathl (Files): Remove lib/ceill.c.
11958         (Depends-on): Add ceill.
11959
11960 2007-10-04  Bruno Haible  <bruno@clisp.org>
11961
11962         * modules/ceilf-tests: New file.
11963         * tests/test-ceilf.c: New file.
11964
11965         * modules/ceilf: New file.
11966         * lib/ceil.c: New file.
11967         * lib/ceilf.c: New file.
11968         * m4/ceilf.m4: New file.
11969         * lib/math.in.h (ceilf): New declaration.
11970         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
11971         HAVE_DECL_CEILF.
11972         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
11973         HAVE_DECL_CEILF.
11974         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
11975
11976 2007-10-04  Bruno Haible  <bruno@clisp.org>
11977
11978         * modules/floorl-tests: New file.
11979         * tests/test-floorl.c: New file.
11980
11981         * modules/floorl: New file.
11982         * lib/floorl.c: Replace entire file.
11983         * m4/floorl.m4: New file.
11984         * lib/math.in.h (floorl): Replace declaration.
11985         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
11986         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
11987         * doc/functions/floorl.texi: Mention the 'floorl' module.
11988         * modules/mathl (Files): Remove lib/floorl.c.
11989         (Depends-on): Add floorl.
11990
11991 2007-10-04  Bruno Haible  <bruno@clisp.org>
11992
11993         * modules/floorf-tests: New file.
11994         * tests/test-floorf.c: New file.
11995
11996         * modules/floorf: New file.
11997         * lib/floor.c: New file.
11998         * lib/floorf.c: New file.
11999         * m4/floorf.m4: New file.
12000         * lib/math.in.h (floorf): New declaration.
12001         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
12002         HAVE_DECL_FLOORF.
12003         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
12004         HAVE_DECL_FLOORF.
12005         * doc/functions/floorf.texi: Mention the 'floorf' module.
12006
12007 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
12008             Bruno Haible  <bruno@clisp.org>
12009
12010         Advertise for the Git server instead of the CVS server.
12011         * doc/gnulib-intro.texi (Steady Development): Mention the Git
12012         repository instead of the CVS one.
12013         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
12014         about all VCS systems generically.
12015         * doc/gnulib.texi (Introduction): Capitalize `Git'.
12016
12017 2007-10-04  Bruno Haible  <bruno@clisp.org>
12018
12019         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
12020         means.
12021         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
12022
12023 2007-10-04  Bruno Haible  <bruno@clisp.org>
12024
12025         * modules/truncl-tests: New file.
12026         * tests/test-truncl.c: New file.
12027
12028         * modules/truncl: New file.
12029         * lib/truncl.c: New file.
12030         * m4/truncl.m4: New file.
12031         * lib/math.in.h (truncl): New declaration.
12032         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
12033         HAVE_DECL_TRUNCL.
12034         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
12035         HAVE_DECL_TRUNCL.
12036         * doc/functions/truncl.texi: Mention the 'truncl' module.
12037
12038 2007-10-04  Bruno Haible  <bruno@clisp.org>
12039
12040         * modules/truncf-tests: New file.
12041         * tests/test-truncf.c: New file.
12042
12043         * modules/truncf: New file.
12044         * lib/trunc.c: Make paramerizable through USE_* macros.
12045         * lib/truncf.c: New file.
12046         * m4/truncf.m4: New file.
12047         * lib/math.in.h (truncf): New declaration.
12048         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
12049         HAVE_DECL_TRUNCF.
12050         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
12051         HAVE_DECL_TRUNCF.
12052         * doc/functions/truncf.texi: Mention the 'truncf' module.
12053
12054 2007-10-03  Bruno Haible  <bruno@clisp.org>
12055
12056         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
12057         augmentation also for tests modules.
12058         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
12059         * modules/atexit-tests (Makefile.am): Likewise.
12060         * modules/binary-io-tests (Makefile.am): Likewise.
12061         * modules/c-strcase-tests (Makefile.am): Likewise.
12062         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
12063         * modules/canonicalize-tests (Makefile.am): Likewise.
12064         * modules/closein-tests (Makefile.am): Likewise.
12065         * modules/fprintf-posix-tests (Makefile.am): Likewise.
12066         * modules/freadahead-tests (Makefile.am): Likewise.
12067         * modules/fseek-tests (Makefile.am): Likewise.
12068         * modules/fseeko-tests (Makefile.am): Likewise.
12069         * modules/ftell-tests (Makefile.am): Likewise.
12070         * modules/ftello-tests (Makefile.am): Likewise.
12071         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
12072         * modules/isnanl-tests (Makefile.am): Likewise.
12073         * modules/lseek-tests (Makefile.am): Likewise.
12074         * modules/mbscasecmp-tests (Makefile.am): Likewise.
12075         * modules/mbscasestr-tests (Makefile.am): Likewise.
12076         * modules/mbschr-tests (Makefile.am): Likewise.
12077         * modules/mbscspn-tests (Makefile.am): Likewise.
12078         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
12079         * modules/mbspbrk-tests (Makefile.am): Likewise.
12080         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
12081         * modules/mbsrchr-tests (Makefile.am): Likewise.
12082         * modules/mbsspn-tests (Makefile.am): Likewise.
12083         * modules/mbsstr-tests (Makefile.am): Likewise.
12084         * modules/printf-posix-tests (Makefile.am): Likewise.
12085         * modules/snprintf-posix-tests (Makefile.am): Likewise.
12086         * modules/sprintf-posix-tests (Makefile.am): Likewise.
12087         * modules/tsearch-tests (Makefile.am): Likewise.
12088         * modules/uniname/uniname-tests (Makefile.am): Likewise.
12089         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
12090         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
12091         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
12092         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
12093         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
12094         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
12095         * modules/vprintf-posix-tests (Makefile.am): Likewise.
12096         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
12097         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
12098         * modules/xstrtoimax-tests (Makefile.am): Likewise.
12099         * modules/xstrtol-tests (Makefile.am): Likewise.
12100         * modules/xstrtoumax-tests (Makefile.am): Likewise.
12101         * modules/yesno-tests (Makefile.am): Likewise.
12102
12103 2007-10-03  Bruno Haible  <bruno@clisp.org>
12104
12105         * modules/trunc-tests: New file.
12106         * tests/test-trunc.c: New file.
12107
12108         * modules/trunc: New file.
12109         * lib/trunc.c: New file.
12110         * m4/trunc.m4: New file.
12111         * lib/math.in.h (trunc): New declaration.
12112         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
12113         HAVE_DECL_TRUNC.
12114         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
12115         HAVE_DECL_TRUNC.
12116         * doc/functions/trunc.texi: Mention the 'trunc' module.
12117
12118 2007-10-03  Bruno Haible  <bruno@clisp.org>
12119
12120         * tests/test-fpending.c: New file, mostly copied
12121         from coreutils/lib/t-fpending.c.
12122         * modules/fpending-tests: New file.
12123
12124 2007-10-03  Bruno Haible  <bruno@clisp.org>
12125
12126         Port the stdio extensions to QNX (untested).
12127         * lib/fseterr.c (fseterr): Add support for QNX.
12128         * lib/fbufmode.c (fbufmode): Likewise.
12129         * lib/freadable.c (freadable): Likewise.
12130         * lib/fwritable.c (fwritable): Likewise.
12131         * lib/freading.c (freading): Likewise.
12132         * lib/fwriting.c (fwriting): Likewise.
12133         * lib/freadahead.c (freadahed): Likewise.
12134         * lib/fpurge.c (fpurge): Likewise.
12135         * lib/fseeko.c (rpl_fseeko): Likewise.
12136
12137 2007-10-03  Bruno Haible  <bruno@clisp.org>
12138             Jim Meyering  <jim@meyering.net>
12139             Eric Blake  <ebb9@byu.net>
12140
12141         * doc/relocatable.texi: Use @command instead of @program.
12142
12143 2007-10-02  Jim Meyering  <jim@meyering.net>
12144
12145         Perform one more "_.h" -> ".in.h" substitution.
12146         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
12147         instead of unistd_.h here, too.
12148
12149 2007-10-01  Bruno Haible  <bruno@clisp.org>
12150
12151         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
12152         Needed for the alloca-opt module.
12153
12154 2007-09-30  Bruno Haible  <bruno@clisp.org>
12155
12156         * lib/alloca.in.h: Renamed from lib/alloca_.h.
12157         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
12158         alloca_.h.
12159         * lib/argz.in.h: Renamed from lib/argz_.h.
12160         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
12161         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
12162         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
12163         byteswap_.h.
12164         * lib/dirent.in.h: Renamed from lib/dirent_.h.
12165         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
12166         dirent_.h.
12167         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
12168         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
12169         fcntl_.h.
12170         * lib/float.in.h: Renamed from lib/float_.h.
12171         * modules/float (Files, Makefile.am): Use float.in.h instead of
12172         float_.h.
12173         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
12174         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
12175         fnmatch_.h.
12176         * lib/getopt.in.h: Renamed from lib/getopt_.h.
12177         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
12178         getopt_.h.
12179         * lib/glob.in.h: Renamed from lib/glob_.h.
12180         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
12181         * lib/iconv.in.h: Renamed from lib/iconv_.h.
12182         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
12183         iconv_.h.
12184         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
12185         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
12186         inttypes_.h.
12187         * lib/locale.in.h: Renamed from lib/locale_.h.
12188         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
12189         locale_.h.
12190         * lib/math.in.h: Renamed from lib/math_.h.
12191         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
12192         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
12193         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
12194         of netinet_in_.h. Add dependency.
12195         * lib/poll.in.h: Renamed from lib/poll_.h.
12196         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
12197         * lib/search.in.h: Renamed from lib/search_.h.
12198         * modules/search (Files, Makefile.am): Use search.in.h instead of
12199         search_.h.
12200         * lib/signal.in.h: Renamed from lib/signal_.h.
12201         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
12202         _signal.h.
12203         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
12204         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
12205         stdbool_.h.
12206         * lib/stdint.in.h: Renamed from lib/stdint_.h.
12207         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
12208         stdint_.h.
12209         * lib/stdio.in.h: Renamed from lib/stdio_.h.
12210         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
12211         stdio_.h.
12212         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
12213         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
12214         stdlib_.h.
12215         * lib/string.in.h: Renamed from lib/string_.h.
12216         * modules/string (Files, Makefile.am): Use string.in.h instead of
12217         string_.h.
12218         * doc/gnulib-tool.texi (Initial import): Update.
12219         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
12220         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
12221         of sys_select_.h. Add dependency.
12222         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
12223         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
12224         of sys_socket_.h.
12225         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
12226         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
12227         sys_stat_.h.
12228         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
12229         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
12230         sys_time_.h.
12231         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
12232         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
12233         sysexits_.h.
12234         * lib/time.in.h: Renamed from lib/time_.h.
12235         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
12236         * lib/unistd.in.h: Renamed from lib/unistd_.h.
12237         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
12238         unistd_.h.
12239         * lib/wchar.in.h: Renamed from lib/wchar_.h.
12240         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
12241         wchar_.h.
12242         * lib/wctype.in.h: Renamed from lib/wctype_.h.
12243         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
12244         wctype_.h.
12245         * build-aux/bootstrap (slurp): Update.
12246         * lib/.cppi-disable: Update.
12247
12248 2007-09-30  Bruno Haible  <bruno@clisp.org>
12249
12250         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
12251         Needed on BeOS.
12252
12253 2007-09-30  Bruno Haible  <bruno@clisp.org>
12254
12255         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
12256
12257 2007-09-29  Bruno Haible  <bruno@clisp.org>
12258
12259         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
12260
12261 2007-09-29  Bruno Haible  <bruno@clisp.org>
12262
12263         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
12264         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
12265         * build-aux/install-reloc: Compile also areadlink.c.
12266         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
12267
12268 2007-09-29  Bruno Haible  <bruno@clisp.org>
12269
12270         * gnulib-tool (func_emit_initmacro_done): Indentation.
12271
12272 2007-09-29  Bruno Haible  <bruno@clisp.org>
12273
12274         * README: Add CVS checkout update instructions.
12275         Info from Bob Proulx <bob@proulx.com>.
12276
12277 2007-09-28  Eric Blake  <ebb9@byu.net>
12278
12279         Provide move-if-change.
12280         * build-aux/move-if-change: New file, based on best practice
12281         rather than any canonical upstream location.
12282
12283 2007-09-28  Jim Meyering  <jim@meyering.net>
12284
12285         Fix canonicalize loop-detection corner case.
12286         Do not attempt to stat the symlink values stored via seen_triple.
12287         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
12288         on linux-2.6.18, (but not 2.6.22).
12289         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
12290         triple_compare.  The former compares dev,ino,filename, while the latter
12291         would actually stat dirname(filename) when dev and ino were equal.
12292         * lib/hash-triple.c: Install <string.h>.
12293         (STREQ): Define.
12294         (triple_compare_ino_str): New function.
12295         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
12296
12297 2007-09-28  Eric Blake  <ebb9@byu.net>
12298
12299         Enforce that AC_REPLACE_FUNCS files exist.
12300         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
12301         override check for typos.
12302
12303         Fix test-closein on Solaris 10.
12304         * tests/test-closein.c (main): Don't assume stdin can be inherited
12305         closed on all systems.
12306         * tests/test-closein.sh: Likewise.
12307         Reported by Piotr Tarnowski.
12308
12309 2007-09-28  Jim Meyering  <jim@meyering.net>
12310
12311         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
12312
12313 2007-09-27  Jim Meyering  <jim@meyering.net>
12314
12315         canonicalize: Avoid a false-positive cycle failure.
12316         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
12317         Sort.  Remove cycle-check.
12318         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
12319         not cycle-check.h.
12320         (seen_triple): New function.
12321         (canonicalize_filename_mode): Use it instead of cycle-check.
12322         * tests/test-canonicalize.c: Add a test for this bug.
12323         * tests/test-canonicalize.sh: Set up and run the test.
12324
12325         New module, file-set, from coreutils.
12326         * modules/file-set: Define it.
12327         * lib/file-set.c, lib/file-set.h: Implement.
12328
12329         New module, hash-triple, from coreutils.
12330         * modules/hash-triple: Define it.
12331         * lib/hash-triple.c, lib/hash-triple.h: Implement.
12332
12333 2007-09-25  Eric Blake  <ebb9@byu.net>
12334
12335         Fix strerror on Interix.
12336         * lib/string_.h (strerror): Declare replacement.
12337         * doc/functions/strerror.texi (strerror): Document the Interix
12338         shortcoming.
12339         * modules/string (Makefile.am): Support new hooks.
12340         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
12341         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
12342         gl_FUNC_STRERROR_SEPARATE.
12343         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
12344         * lib/strerror.c (rpl_strerror): Provide replacement.
12345         * modules/strerror (Depends-on): Add string.
12346         (configure.ac): Detect use of module.
12347         * tests/test-strerror.c: New file.
12348         * modules/strerror-tests: New test module.
12349         * modules/argp (Depends-on): Add strerror.
12350         * modules/error (Depends-on): Likewise.
12351         Reported by Martin Koeppe.
12352
12353 2007-09-24  Bruno Haible  <bruno@clisp.org>
12354
12355         * README: Update git instructions.
12356
12357 2007-09-24  Eric Blake  <ebb9@byu.net>
12358
12359         Revert fpending breakage from 2007-09-08.
12360         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
12361         __fpending.c.
12362
12363 2007-09-24  Jim Meyering  <jim@meyering.net>
12364
12365         filenamecat.c: Add a test.
12366         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
12367         showing how the function works when DIR is the empty string.
12368
12369 2007-09-21  Simon Josefsson  <simon@josefsson.org>
12370
12371         * tests/test-canonicalize.sh: Turn on executable bit.
12372
12373 2007-09-19  Eric Blake  <ebb9@byu.net>
12374
12375         * README: Update CVS instructions.
12376
12377 2007-09-18  Bruno Haible  <bruno@clisp.org>
12378
12379         * modules/areadlink: New file.
12380         * lib/areadlink.h (areadlink): New declaration.
12381         * lib/areadlink.c: New file, based on lib/xreadlink.c.
12382
12383 2007-09-17  Jim Meyering  <jim@meyering.net>
12384
12385         * lib/savewd.c (ESTALE) [!defined]: Define.
12386         Reported to be required on Interix by Martin Koeppe.
12387
12388 2007-09-17  Bruno Haible  <bruno@clisp.org>
12389
12390         * gnulib-tool (func_version): Use $version.
12391
12392 2007-09-16  Bruno Haible  <bruno@clisp.org>
12393
12394         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
12395         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
12396         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
12397         Reported by Greg Schafer <gschafer@zip.com.au>.
12398
12399 2007-09-15  Bruno Haible  <bruno@clisp.org>
12400
12401         * gnulib-tool (sed): Try a little harder to make bash understand the
12402         alias.
12403         Reported by Bruce Korb <bruce.korb@gmail.com>.
12404
12405 2007-09-13  Eric Blake  <ebb9@byu.net>
12406
12407         * ChangeLog: Remove conflict markers.
12408
12409 2007-09-13  Simon Josefsson  <simon@josefsson.org>
12410
12411         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
12412         Reported by Bruno Haible <bruno@clisp.org>.
12413
12414 2007-09-12  Bruno Haible  <bruno@clisp.org>
12415
12416         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
12417         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
12418         is not defined.
12419
12420 2007-09-12  Eric Blake  <ebb9@byu.net>
12421
12422         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
12423         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
12424         Autoconf definition.
12425         * modules/euidaccess (Depends-on): Add extensions, for
12426         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
12427         * modules/fnmatch (Depends-on): Likewise.
12428         * modules/getaddrinfo (Depends-on): Likewise.
12429         * modules/getdelim (Depends-on): Likewise.
12430         * modules/getline (Depends-on): Likewise.
12431         * modules/getsubopt (Depends-on): Likewise.
12432         * modules/gettext (Depends-on): Likewise.
12433         * modules/group-member (Depends-on): Likewise.
12434         * modules/mbchar (Depends-on): Likewise.
12435         * modules/memmem (Depends-on): Likewise.
12436         * modules/mempcpy (Depends-on): Likewise.
12437         * modules/memrchr (Depends-on): Likewise.
12438         * modules/pagealign_alloc (Depends-on): Likewise.
12439         * modules/readutmp (Depends-on): Likewise.
12440         * modules/stpcpy (Depends-on): Likewise.
12441         * modules/stpncpy (Depends-on): Likewise.
12442         * modules/strchrnul (Depends-on): Likewise.
12443         * modules/strndup (Depends-on): Likewise.
12444         * modules/strsep (Depends-on): Likewise.
12445         * modules/strverscmp (Depends-on): Likewise.
12446         * modules/vasprintf (Depends-on): Likewise.
12447         * modules/wcwidth (Depends-on): Likewise.
12448         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
12449         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
12450         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
12451         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
12452         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
12453         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12454         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
12455         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12456         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
12457         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
12458         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
12459         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12460         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12461         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
12462         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
12463         * m4/readutmp.m4 (gl_READUTMP): Likewise.
12464         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12465         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12466         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12467         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12468         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12469         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12470         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12471         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
12472         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
12473         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12474         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
12475         so that lock.m4 can be used in gettext without extensions module.
12476
12477 2007-09-11  Bruno Haible  <bruno@clisp.org>
12478
12479         * m4/isc-posix.m4: Remove file.
12480         Suggested by Eric Blake.
12481
12482 2007-09-11  Eric Blake  <ebb9@byu.net>
12483
12484         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
12485
12486 2007-09-10  Bruno Haible  <bruno@clisp.org>
12487
12488         * posix-modules: Fix typo in error message.
12489         Reported by Matt <mkraai@beckman.com>.
12490
12491 2007-09-09  Bruno Haible  <bruno@clisp.org>
12492
12493         * doc/functions/getdelim.texi: Update list of platforms lacking the
12494         function.
12495         * doc/functions/getline.texi: Likewise.
12496
12497 2007-09-09  Jim Meyering  <jim@meyering.net>
12498
12499         * lib/hash.c (hash_initialize): Detect calloc failure.
12500         Reported by Bruno Haible.
12501
12502 2007-09-09  Bruno Haible  <bruno@clisp.org>
12503
12504         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
12505         malloc or realloc fails.
12506
12507 2007-09-09  Bruno Haible  <bruno@clisp.org>
12508
12509         * modules/getcwd (Depends-on): Add malloc-posix.
12510         * modules/glob (Depends-on): Likewise.
12511         * modules/putenv (Depends-on): Likewise.
12512         * modules/strdup (Depends-on): Likewise.
12513         * modules/getdelim (Depends-on): Add realloc-posix.
12514         * modules/read-file (Depends-on): Likewise.
12515
12516 2007-09-09  Bruno Haible  <bruno@clisp.org>
12517
12518         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
12519         (gl_FUNC_MALLOC_POSIX): Require it.
12520         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
12521         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
12522         * modules/realloc (Files): Add m4/malloc.m4.
12523         * modules/calloc (Files): Likewise.
12524
12525 2007-09-09  Bruno Haible  <bruno@clisp.org>
12526
12527         * modules/malloc-posix: New file.
12528         * modules/malloc (Depends-on): Add malloc-posix.
12529         * lib/malloc.c: Include errno.h.
12530         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
12531         and a POSIX-compatible malloc into a single function. Set ENOMEM
12532         when returning NULL.
12533         * m4/malloc.m4: New file.
12534         * doc/functions/malloc.texi: Mention the malloc-posix module.
12535         * lib/stdlib_.h (malloc): New declaration.
12536         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12537         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
12538         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
12539         and HAVE_MALLOC_POSIX.
12540
12541 2007-09-09  Bruno Haible  <bruno@clisp.org>
12542
12543         * modules/realloc-posix: New file.
12544         * modules/realloc (Depends-on): Add realloc-posix.
12545         * lib/realloc.c: Include errno.h.
12546         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
12547         and a POSIX-compatible realloc into a single function. Set ENOMEM
12548         when returning NULL.
12549         * m4/realloc.m4: New file.
12550         * doc/functions/realloc.texi: Mention the realloc-posix module.
12551         * lib/stdlib_.h (realloc): New declaration.
12552         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12553         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
12554         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
12555         and HAVE_REALLOC_POSIX.
12556
12557 2007-09-09  Bruno Haible  <bruno@clisp.org>
12558
12559         * modules/calloc-posix: New file.
12560         * modules/calloc (Depends-on): Add calloc-posix.
12561         * lib/calloc.c: Include errno.h.
12562         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
12563         and a POSIX-compatible calloc into a single function. Set ENOMEM
12564         when returning NULL.
12565         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
12566         * doc/functions/calloc.texi: Mention the calloc-posix module.
12567         * lib/stdlib_.h (calloc): New declaration.
12568         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
12569         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
12570         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
12571         and HAVE_CALLOC_POSIX.
12572
12573 2007-09-09  Bruno Haible  <bruno@clisp.org>
12574
12575         Allow for modules to show an arbitrary notice.
12576         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
12577         * gnulib-tool: New option --extract-notice.
12578         (func_usage): Document it.
12579         (sed_extract_prog): Update.
12580         (func_get_notice): New function.
12581         (func_modules_notice): New function.
12582         (func_import, func_create_testdir): Invoke it.
12583         Suggested by Jim Meyering.
12584
12585 2007-09-09  Bruno Haible  <bruno@clisp.org>
12586
12587         * gnulib-tool: New options --verbose, --quiet.
12588         (func_usage): Document them.
12589         (verbose): New variable.
12590         (func_execute_command): New function.
12591         (func_import): Don't show the module list and the file list if
12592         $verbose < 0.
12593         (func_create_testdir): Likewise. Use func_execute_command.
12594         (func_create_megatestdir): Use func_execute_command.
12595
12596 2007-09-08  Bruno Haible  <bruno@clisp.org>
12597
12598         * gnulib-tool (func_import): Prefer rsync over wget when available,
12599         for fetching the PO files.
12600
12601 2007-09-08  Bruno Haible  <bruno@clisp.org>
12602
12603         * posix-modules: New file. Portions copied from gnulib-tool.
12604         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
12605
12606 2007-09-08  Jim Meyering  <jim@meyering.net>
12607
12608         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
12609         * lib/fpending.h: Rename from __fpending.h.
12610         * lib/fpending.c: Rename from __fpending.c.
12611         Include "fpending.h", not "__fpending.h".
12612         * lib/__fpending.h, lib/__fpending.c: Remove files.
12613         * modules/fpending (Files): Reflect new file names.
12614         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
12615
12616 2007-09-08  Bruno Haible  <bruno@clisp.org>
12617
12618         * m4/inttypes-h.m4: Remove stub file.
12619
12620 2007-09-07  Simon Josefsson  <simon@josefsson.org>
12621
12622         * doc/headers/stdint.texi: Discuss #include_next issue.
12623
12624 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
12625
12626         * build-aux/bootstrap: Remove obsolete comment about wget --help.
12627
12628 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12629
12630         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
12631         in variable name.
12632
12633 2007-09-03  Jim Meyering  <jim@meyering.net>
12634
12635         New module: git-version-gen.
12636         * modules/git-version-gen: New file.
12637
12638         Import changes from coreutils for bootstrap script.
12639
12640         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
12641
12642         bootstrap: uses rsync to download the .po files
12643         * build-aux/bootstrap (po_download_command_format): New global.
12644         (download_po_files): Use rsync.
12645         (update_po_files): Don't remove .po files after download,
12646         so future rsync runs can take advantage of the copies.
12647
12648         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
12649
12650         Solve the unnecessary-.po-file-regeneration problem once and for all.
12651         * build-aux/bootstrap (download_po_files): New function, renamed from
12652         get_translations.  Now, downloads, but doesn't update LINGUAS.
12653         (update_po_files): New function.
12654
12655         bootstrap: Ignore more.
12656         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
12657         uniwidth to e.g., lib/.gitignore.
12658         (slurp): Handle the sys_stat_.h -> sys mapping, too.
12659
12660         * build-aux/bootstrap: New setting: vc_ignore.
12661         (insert_sorted_if_absent): Create $file if absent.
12662         Adapt to new, possibly empty, list: $vc_ignore.
12663
12664         bootstrap: generate more ignorable names
12665         * build-aux/bootstrap (slurp): When generating ignorable names,
12666         also map .sin to .sed, .gperf to .c, and .y to .c.
12667
12668 2007-09-03  Jim Meyering  <jim@meyering.net>
12669
12670         * build-aux/git-version-gen: New file, from coreutils.  For details, see
12671         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
12672
12673 2007-09-02  Bruno Haible  <bruno@clisp.org>
12674
12675         Fix mis-recognition of 'mcs' on QNX 6.
12676         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
12677         output contains the string "Mono".
12678         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
12679         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
12680
12681 2007-09-01  Bruno Haible  <bruno@clisp.org>
12682
12683         Fix collision between uniwidth/* and linebreak modules.
12684         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
12685         u32_width): Remove declarations.
12686         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
12687         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
12688         streq3, streq2, streq1, streq0): Remove functions.
12689         (STREQ): Remove macro.
12690         (is_cjk_encoding): Remove function.
12691         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
12692         (uc_width, u8_width, u16_width, u32_width): Remove functions.
12693         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
12694         * NEWS: Document the change.
12695
12696 2007-09-01  Bruno Haible  <bruno@clisp.org>
12697
12698         * lib/streq.h: Add double-inclusion guard.
12699
12700 2007-09-01  Karl Berry  <karl@gnu.org>
12701
12702         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
12703
12704 2007-08-28  Jim Meyering  <jim@meyering.net>
12705
12706         Rename mreadlink_with_size to areadlink_with_size.
12707         * NEWS: Document the change.
12708         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
12709         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
12710         * lib/mreadlink.h: Rename this to...
12711         * lib/areadlink.h: ...this.
12712         * modules/mreadlink-with-size: Rename this to...
12713         * modules/areadlink-with-size: ...this.
12714         * lib/canonicalize.c: Reflect the renaming.
12715         * modules/canonicalize: Likewise.
12716
12717 2007-08-26  Bruno Haible  <bruno@clisp.org>
12718
12719         * gnulib-tool (func_import): When deciding which files to remove,
12720         consider also dangling symbolic links.
12721         Reported by Eric Blake.
12722
12723 2007-08-26  Bruno Haible  <bruno@clisp.org>
12724
12725         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
12726
12727 2007-08-23  Simon Josefsson  <simon@josefsson.org>
12728
12729         * lib/readline.c: Don't include getline.h, the prototype is now
12730         found in stdio.h.
12731
12732 2007-08-23  Jim Meyering  <jim@meyering.net>
12733
12734         Getdelim touchup.
12735         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
12736         around the funlockfile call, since funlockfile never sets errno.
12737         Don't set errno upon failed realloc.
12738
12739 2007-08-22  Eric Blake  <ebb9@byu.net>
12740
12741         Getline touchups.
12742         * lib/getdelim.c (getdelim): Revert regression that required *n to
12743         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
12744         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
12745         getdelim, rather than whether implementation is missing.
12746         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
12747         * lib/stdio_.h (getline): Also declare if replacement is
12748         required.
12749         * doc/functions/getdelim.texi: New file.
12750         * doc/functions/getline.texi: Likewise.
12751         * doc/gnulib.texi (Function Substitutes): Add new files.
12752         Reported by Bruno Haible.
12753
12754 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
12755
12756         * users.txt: Add Guile.
12757
12758 2007-08-22  Eric Blake  <ebb9@byu.net>
12759
12760         * tests/test-getdelim.c (main): Use remove, not unlink.
12761         * tests/test-getline.c (main): Likewise.
12762
12763         Move getline and getdelim into stdio.h, per POSIX 200x.
12764         * modules/getline (Files): Remove getline.h.
12765         (Depends-on): Add stdio.
12766         (configure.ac): Add module indicator.
12767         * modules/getdelim (Files): Remove getdelim.h.
12768         (Depends-on): Add stdio.
12769         (configure.ac): Add module indicator.
12770         * modules/stdio (Makefile.am): Work with new indicators.
12771         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
12772         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
12773         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12774         * lib/getdelim.h: Delete.
12775         * lib/getline.h: Delete.
12776         * lib/stdio_.h (getdelim, getline): Declare.
12777         * modules/getdelim-tests: New module.
12778         * modules/getline-tests: Likewise.
12779         * tests/test-getdelim.c: New file.
12780         * tests/test-getline.c: Likewise.
12781         * NEWS: Document the change.
12782         * lib/getline.c: Update choice of header.
12783         * lib/csharpcomp.c: Likewise.
12784         * lib/getpass.c: Likewise.
12785         * lib/javacomp.c: Likewise.
12786         * lib/javaversion.c: Likewise.
12787         * lib/yesno.c: Likewise.
12788         * lib/getdelim.c: Likewise.
12789         (getdelim): Set errno on failure, and avoid memory leak.
12790
12791 2007-08-19  Bruno Haible  <bruno@clisp.org>
12792
12793         * modules/closein (Depends-on): Add freadahead.
12794         * lib/closein.c: Include freadahead.h.
12795         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
12796         is zero.
12797
12798 2007-08-19  Bruno Haible  <bruno@clisp.org>
12799
12800         * modules/freadahead-tests: New file.
12801         * tests/test-freadahead.sh: New file.
12802         * tests/test-freadahead.c: New file.
12803
12804         * modules/freadahead: New file.
12805         * lib/freadahead.h: New file.
12806         * lib/freadahead.c: New file.
12807         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
12808         fbufmode, fpurge, freadable, fwritable.
12809
12810 2007-08-19  Eric Blake  <ebb9@byu.net>
12811
12812         Test yesno in combination with closein.
12813         * lib/yesno.c (yesno): Document use of stdin.
12814         * modules/yesno-tests (Files): New module.
12815         * tests/test-yesno.c (main): New file.
12816         * tests/test-yesno.sh: Likewise.
12817
12818 2007-08-19  Bruno Haible  <bruno@clisp.org>
12819
12820         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
12821         * lib/fseeko.c (rpl_fseeko): Likewise.
12822         * lib/fseterr.c (fseterr): Likewise.
12823
12824 2007-08-19  Bruno Haible  <bruno@clisp.org>
12825
12826         * tests/test-lseek.c (main): Disable a test for BeOS.
12827         * doc/functions/lseek.texi: Document the BeOS bug.
12828
12829 2007-08-19  Bruno Haible  <bruno@clisp.org>
12830             Eric Blake  <ebb9@byu.net>
12831
12832         * lib/lseek.c: Include <sys/stat.h>.
12833         (rpl_lseek): Add workaround code also for Unix platforms.
12834         Needed for BeOS.
12835         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
12836         * doc/functions/lseek.texi: Document BeOS definiency.
12837
12838 2007-08-18  Bruno Haible  <bruno@clisp.org>
12839
12840         * modules/fstrcmp-tests: New file.
12841         * tests/test-fstrcmp.c: New file.
12842
12843 2007-08-18  Bruno Haible  <bruno@clisp.org>
12844
12845         * modules/fstrcmp: New file, from GNU gettext with modifications.
12846         * lib/fstrcmp.h: New file, from GNU gettext.
12847         * lib/fstrcmp.c: New file, from GNU gettext.
12848         * MODULES.html.sh (String handling): Add fstrcmp.
12849
12850 2007-08-18  Bruno Haible  <bruno@clisp.org>
12851
12852         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
12853         'bool'.
12854         (diag, compareseq): Remove const from the ctxt argument.
12855         (USE_HEURISTIC): Undefine at the end.
12856
12857 2007-08-18  Jim Meyering  <jim@meyering.net>
12858
12859         New file: lib/idcache.h
12860         * NEWS: Mention the addition.
12861         * modules/idcache (Files): Add lib/idcache.h
12862         * lib/idcache.c: Include "idcache.h".
12863         Don't include <sys/types.h>.
12864         Add a FIXME comment.
12865         Move file-scoped "static" declarations to the top.
12866         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
12867
12868 2007-08-17  Bruno Haible  <bruno@clisp.org>
12869         and Paul Eggert  <eggert@cs.ucla.edu>
12870
12871         * MODULES.html.sh: Add diffseq.
12872         * modules/diffseq: New file.
12873         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
12874         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
12875
12876 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12877
12878         Import changes from coreutils for bootstrap script.
12879
12880         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
12881
12882         * build-aux/bootstrap (slurp): Work even in environments where
12883         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
12884         current code does not slurp files whose names start with ".", and
12885         this looks like it might be a troublesome area.
12886
12887         2007-07-11  Jim Meyering  <jim@meyering.net>
12888
12889         If there's a GPL vN copyright comment, require that N == 3.
12890
12891         2007-07-08  Jim Meyering  <jim@meyering.net>
12892
12893         Run the coreutils-specific code only if tests/Makefile.am.in exists.
12894         * build-aux/bootstrap (mam_template): Move definition out of loop.
12895
12896         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
12897
12898         * build-aux/bootstrap (symlink_to_dir): Rename function from
12899         symlink_to_gnulib.  Add a directory parameter.  Update all
12900         callers.
12901         (cp_mark_as_generated): Also check for -- and link to -- files in
12902         gl/.
12903
12904         2007-07-08  Jim Meyering  <jim@meyering.net>
12905
12906         Adapt to deeper hierarchy in gnulib.
12907         * build-aux/bootstrap (symlink_to_dir): If the destination
12908         directory doesn't exist, create it. This is required at least for
12909         "lib/uniwidth/cjk.h".
12910
12911         2007-05-15  Jim Meyering  <jim@meyering.net>
12912
12913         * build-aux/bootstrap: Now that generated Makefile.am files
12914         are no longer under version control, they must be created at
12915         bootstrap time.
12916
12917 2007-08-14  Ben Pfaff  <blp@gnu.org>
12918
12919         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
12920
12921 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12922
12923         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
12924         given the changes below.
12925         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
12926         even on hosts that have padding bits beyond the supported 64.
12927
12928 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12929
12930         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
12931         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
12932         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
12933         depends on it.
12934         (xstrtol_error): Remove.
12935         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
12936         but with a different signature.
12937         (ATTRIBUTE_NORETURN, __attribute__): New macros.
12938         * lib/xstrtol-error.c: Include exitfail.h.
12939         (xstrtol_fatal): New function, with a different signature from the
12940         old xstrtol_error, so that the caller need not worry about passing
12941         in an exit status, or about storage management of the option argument.
12942         (xstrtol_error): Now a static function.  Redo signature to
12943         implement xstrtol_fatal.  Output the correct number of hyphens in
12944         front of the option so that the caller need not worry about
12945         storage management.
12946         (N_): New macro.
12947         (_): Remove; not used now.
12948         * modules/xstrtol: Depend on getopt.
12949         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
12950         of old STRTOL_FATAL_ERROR macro.
12951         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
12952         of test program.
12953         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
12954         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
12955
12956 2007-08-08  Eric Blake  <ebb9@byu.net>
12957
12958         * lib/xstrtol-error.c: Add missing include.
12959
12960         Move xstrtol messages into gnulib domain, when --pobase is used.
12961         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
12962         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
12963         * modules/xstrtol (Files): Distribute new file.
12964         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
12965         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
12966         * tests/test-xstrtol.c: ...into new file.
12967         * tests/test-xstrtoul.c: Also test xstrtoul.
12968         * tests/test-xstrtoimax.c: Also test xstrtoimax.
12969         * tests/test-xstrtoumax.c: Also test xstrtoumax.
12970         * tests/test-xstrtol.sh: Drive the tests.
12971         * tests/test-xstrtoimax.sh: Likewise.
12972         * tests/test-xstrtoumax.sh: Likewise.
12973         * modules/xstrtol-tests: New module.
12974         * modules/xstrtoimax-tests: Likewise.
12975         * modules/xstrtoumax-tests: Likewise.
12976
12977 2007-08-08  Jim Meyering  <jim@meyering.net>
12978
12979         New function: mfile_name_concat.
12980         * lib/filenamecat.c (mfile_name_concat): New function, just like
12981         file_name_concat, but return NULL upon failure rather than exiting
12982         with a diagnostic.
12983         * lib/filenamecat.h: Declare it.
12984
12985 2007-08-07  Bruno Haible  <bruno@clisp.org>
12986
12987         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
12988         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
12989         warning from gcc.
12990         Reported by Eric Blake.
12991
12992 2007-08-07  Simon Josefsson  <simon@josefsson.org>
12993
12994         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
12995         * modules/crypto/arcfour (License): Likewise.
12996         * modules/crypto/des-tests (License): Likewise.
12997         * modules/crypto/gc-arctwo-tests (License): Likewise.
12998         * modules/crypto/gc-des-tests (License): Likewise.
12999         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
13000         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
13001         * modules/crypto/gc-md2-tests (License): Likewise.
13002         * modules/crypto/gc-md4-tests (License): Likewise.
13003         * modules/crypto/gc-md5-tests (License): Likewise.
13004         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
13005         * modules/crypto/gc-rijndael-tests (License): Likewise.
13006         * modules/crypto/gc-sha1-tests (License): Likewise.
13007         * modules/crypto/gc-tests (License): Likewise.
13008         * modules/crypto/hmac-md5 (License): Likewise.
13009         * modules/crypto/hmac-sha1 (License): Likewise.
13010         * modules/crypto/md2-tests (License): Likewise.
13011         * modules/crypto/md4-tests (License): Likewise.
13012         * modules/crypto/md5 (License): Likewise.
13013         * modules/crypto/rijndael (License): Likewise.
13014         * modules/crypto/sha1 (License): Likewise.
13015         * modules/memxor (License): Likewise.
13016
13017 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13018         and Bruno Haible  <bruno@clisp.org>
13019
13020         * NEWS: Describe interface changes to human, xstrtol.
13021         * lib/human.h: Include <xstrtol.h>.
13022         (human_options): Return enum strtol_error, not int.  Remove
13023         bool arg; take int * instead.
13024         * lib/human.c: Don't include "gettext.h".
13025         (_): Remove; no longer used.
13026         Don't include <xstrtol.h>, since human.h does it.
13027         (human_options): Adjust to abovementioned interface changes.
13028         Do not report error to stderr; that's now the caller's
13029         responsibility.
13030         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
13031         interface change.
13032         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
13033         Str, Argument_type_string.  All uses changed.  Put " argument"
13034         in diagnostics to make them clearer.  Change wording of suffix
13035         message for clarity.
13036         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
13037         Argument_type_string.
13038         (STRTOL_FATAL_WARN): Remove; no longer used.
13039         * modules/human (Depends-on): Remove gettext-h.
13040
13041 2007-08-06  Simon Josefsson  <simon@josefsson.org>
13042
13043         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
13044
13045 2007-07-31  Bruno Haible  <bruno@clisp.org>
13046
13047         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
13048         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
13049         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
13050
13051 2007-07-31  Bruno Haible  <bruno@clisp.org>
13052
13053         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
13054         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
13055
13056 2007-07-30  Bruno Haible  <bruno@clisp.org>
13057
13058         * modules/base64 (License): Use the synonymous term "LGPLv2+".
13059         * modules/c-ctype (License): Likewise.
13060         * modules/c-strcase (License): Likewise.
13061         * modules/check-version (License): Likewise.
13062         * modules/iconv (License): Likewise.
13063         * modules/iconv_open (License): Likewise.
13064         * modules/read-file (License): Likewise.
13065         * modules/striconv (License): Likewise.
13066         * modules/strverscmp (License): Likewise.
13067         * modules/vasprintf (License): Likewise.
13068         * modules/crypto/des (License): Likewise.
13069         * modules/crypto/gc (License): Likewise.
13070         * modules/crypto/gc-arcfour (License): Likewise.
13071         * modules/crypto/gc-arctwo (License): Likewise.
13072         * modules/crypto/gc-des (License): Likewise.
13073         * modules/crypto/gc-hmac-md5 (License): Likewise.
13074         * modules/crypto/gc-hmac-sha1 (License): Likewise.
13075         * modules/crypto/gc-md2 (License): Likewise.
13076         * modules/crypto/gc-md4 (License): Likewise.
13077         * modules/crypto/gc-md5 (License): Likewise.
13078         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
13079         * modules/crypto/gc-random (License): Likewise.
13080         * modules/crypto/gc-rijndael (License): Likewise.
13081         * modules/crypto/gc-sha1 (License): Likewise.
13082         * modules/crypto/md2 (License): Likewise.
13083         * modules/crypto/md4 (License): Likewise.
13084
13085 2007-07-30  Jim Meyering  <jim@meyering.net>
13086
13087         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
13088         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
13089         it has valid stat data.  This bug would cause du not to count the
13090         sizes of inaccessible directories.
13091         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
13092         in <http://bugzilla.redhat.com/250077>.
13093
13094 2007-07-25  Peter O'Gorman  <peter@pogma.com>
13095             Bruno Haible  <bruno@clisp.org>
13096
13097         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
13098         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
13099         #include_next, gives a diagnostic about it, but reports no error in
13100         the exit code.
13101         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
13102
13103 2007-07-24  Ben Pfaff  <blp@gnu.org>
13104
13105         Improve name: "count-one-bits" is better than "popcount".
13106         * MODULES.html.sh: Update name.
13107         * lib/popcount.h: Renamed lib/count-one-bits.h.
13108         (popcount): Renamed count_one_bits.
13109         (popcountl): Renamed count_one_bits_l.
13110         (popcountll): Renamed count_one_bits_ll.
13111         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
13112         * modules/popcount: Renamed module/count-one-bits.
13113         * modules/popcount-tests: Renamed module/count-one-bits-tests.
13114         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
13115
13116 2007-07-23  Ben Pfaff  <blp@gnu.org>
13117
13118         * lib/popcount.h (popcount32): Reduce size of constants, to allow
13119         better code generation, and add U to large constants to avoid
13120         warnings, in non-GCC case.
13121         Suggested by Bruno Haible.
13122
13123 2007-07-23  Ben Pfaff  <blp@gnu.org>
13124
13125         * lib/popcount.h: Use verify_true instead of if...abort.
13126         * modules/popcount: Depend on verify module.
13127         Suggested by Jim Meyering.
13128
13129 2007-07-23  Bruno Haible  <bruno@clisp.org>
13130
13131         * gnulib-tool (func_import): Create a .cvsignore file also when the
13132         directory is not yet in CVS but the toplevel directory is. When
13133         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
13134         Reported by Karl Berry.
13135
13136 2007-07-22  Ben Pfaff  <blp@gnu.org>
13137
13138         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
13139         case.
13140         Suggested by Eric Blake.
13141
13142 2007-07-22  Ben Pfaff  <blp@gnu.org>
13143
13144         New module: popcount.
13145         * MODULES.html.sh: Add popcount.
13146         * modules/popcount: New file.
13147         * modules/popcount-tests: New file.
13148         * tests/test-popcount.c: New file.
13149         * lib/popcount.h: New file.
13150         * m4/popcount.m4: New file.
13151
13152 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13153
13154         * build-aux/announce-gen: Update to GPLv3.
13155
13156         * build-aux/config.guess: Update from config.
13157
13158 2007-07-21  Bruno Haible  <bruno@clisp.org>
13159
13160         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
13161         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
13162
13163 2007-07-20  Jim Meyering  <jim@meyering.net>
13164
13165         * check-module: Diagnose a self-dependency.
13166
13167 2007-07-19  Bruno Haible  <bruno@clisp.org>
13168
13169         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
13170         empty.
13171         Reported by Eric Blake.
13172
13173 2007-07-18  Bruno Haible  <bruno@clisp.org>
13174
13175         * gnulib-tool: New options --po-base, --po-domain.
13176         (func_usage): Document them.
13177         (pobase, po_domain): New variables.
13178         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
13179         DEFAULT_TEXT_DOMAIN.
13180         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
13181         (func_import): Consider pobase and po_domain. Create a po/ directory.
13182         (func_create_testdir): Set pobase and po_domain to empty.
13183         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
13184         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
13185
13186 2007-07-18  Bruno Haible  <bruno@clisp.org>
13187
13188         * gnulib-tool (func_get_automake_snippet): Synthesize also an
13189         EXTRA_DIST augmentation for files in build-aux/.
13190
13191 2007-07-16  Bruno Haible  <bruno@clisp.org>
13192
13193         * modules/lseek (License): Use the synonymous term "LGPLv2+".
13194         * modules/getdelim (License): Likewise.
13195
13196 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13197
13198         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
13199         * modules/d-type (License): Likewise.
13200         * modules/extensions (License): Likewise.
13201         * modules/fnmatch (License): Likewise.
13202         * modules/fseeko (License): Likewise.
13203         * modules/getaddrinfo (License): Likewise.
13204         * modules/getline (License): Likewise.
13205         * modules/getlogin_r (License): Likewise.
13206         * modules/getpass (License): Likewise.
13207         * modules/gettimeofday (License): Likewise.
13208         * modules/glob (License): Likewise.
13209         * modules/inet_ntop (License): Likewise.
13210         * modules/malloc (License): Likewise.
13211         * modules/malloca (License): Likewise.
13212         * modules/memmem (License): Likewise.
13213         * modules/mempcpy (License): Likewise.
13214         * modules/memset (License): Likewise.
13215         * modules/minmax (License): Likewise.
13216         * modules/mktime (License): Likewise.
13217         * modules/netinet_in (License): Likewise.
13218         * modules/pathmax (License): Likewise.
13219         * modules/poll (License): Likewise.
13220         * modules/regex (License): Likewise.
13221         * modules/snprintf (License): Likewise.
13222         * modules/stdbool (License): Likewise.
13223         * modules/stdint (License): Likewise.
13224         * modules/stdio (License): Likewise.
13225         * modules/strcase (License): Likewise.
13226         * modules/strcasestr (License): Likewise.
13227         * modules/strdup (License): Likewise.
13228         * modules/string (License): Likewise.
13229         * modules/strndup (License): Likewise.
13230         * modules/strnlen (License): Likewise.
13231         * modules/strpbrk (License): Likewise.
13232         * modules/strptime (License): Likewise.
13233         * modules/strsep (License): Likewise.
13234         * modules/sys_select (License): Likewise.
13235         * modules/sys_socket (License): Likewise.
13236         * modules/sys_stat (License): Likewise.
13237         * modules/sys_time (License): Likewise.
13238         * modules/time (License): Likewise.
13239         * modules/time_r (License): Likewise.
13240         * modules/timegm (License): Likewise.
13241         * modules/unistd (License): Likewise.
13242         * modules/vsnprintf (License): Likewise.
13243         * modules/wctype (License): Likewise.
13244
13245 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13246
13247         * modules/argz (License): LGPLv2+.
13248
13249 2007-07-15  Karl Berry  <karl@gnu.org>
13250
13251         * doc/gnulib.texi: revise node structure per new fdl.texi.
13252
13253 2007-07-14  Bruno Haible  <bruno@clisp.org>
13254
13255         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
13256         the output file.
13257         * lib/uniname/uninames.h: Regenerated.
13258
13259 2007-07-14  Karl Berry  <karl@gnu.org>
13260
13261         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
13262         omitting sectioning and index commands.
13263
13264 2007-07-13  Bruno Haible  <bruno@clisp.org>
13265
13266         New gnulib-tool option --more-symlinks.
13267         * gnulib-tool (func_usage): Document --more-symlinks.
13268         (do_copyrights): New variable.
13269         Recognize option --more-symlinks.
13270         (func_import): Don't add a copyright notice transform to
13271         sed_transform_lib_file if do_copyrights is empty.
13272
13273 2007-07-13  Bruno Haible  <bruno@clisp.org>
13274
13275         * lib/vasnprintf.c (decimal_point_char): Define also if
13276         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
13277         && !NEED_PRINTF_DIRECTIVE_A.
13278         Reported by Clemens Koller <clemens.koller@anagramm.de> via
13279         Gary V. Vaughan <gary@gnu.org>.
13280
13281 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
13282
13283         * lib/inttypes_.h: Undo previous change, since it was fixed
13284         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
13285
13286 2007-07-13  Bruno Haible  <bruno@clisp.org>
13287
13288         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
13289         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
13290
13291 2007-07-13  Jim Meyering  <jim@meyering.net>
13292
13293         df: Don't fail for Tru64's "file-on-file mount".
13294         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
13295         so we fall through and use statfs instead.  Details here:
13296         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
13297         Reported by Albert Chin.
13298
13299 2007-07-13  Bruno Haible  <bruno@clisp.org>
13300
13301         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
13302         * modules/configmake (License): Likewise.
13303         * modules/gettext (License): Likewise.
13304         * modules/gettext-h (License): Likewise.
13305         * modules/include_next (License): Likewise.
13306         * modules/link-warning (License): Likewise.
13307         * modules/localcharset (License): Likewise.
13308         * modules/localename (License): Likewise.
13309         * modules/lock (License): Likewise.
13310         * modules/relocatable-lib-lgpl (License): Likewise.
13311         * modules/size_max (License): Likewise.
13312         * modules/vasnprintf (License): Likewise.
13313         * modules/wchar (License): Likewise.
13314         * modules/xsize (License): Likewise.
13315
13316 2007-07-13  Bruno Haible  <bruno@clisp.org>
13317
13318         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
13319         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
13320
13321 2007-07-12  Bruno Haible  <bruno@clisp.org>
13322
13323         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
13324         in the modules files.
13325
13326 2007-07-11  Karl Berry  <karl@gnu.org>
13327
13328         * MODULES.html.sh (func_module): use
13329          sed -e '\|^'"${includefile}"'$|d'
13330          instead of /.../d, to avoid errors on $includefile's containing /.
13331
13332 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
13333
13334         * gnulib-tool (func_import): Avoid duplication of --avoid
13335         statements
13336         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
13337         names to `_' in variable names.
13338
13339 2007-07-10  Eric Blake  <ebb9@byu.net>
13340
13341         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
13342         * NEWS: Document this change.
13343
13344 2007-07-08  Bruno Haible  <bruno@clisp.org>
13345
13346         Update to Unicode 5.0.
13347         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
13348         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
13349         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
13350         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
13351         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
13352         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
13353         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
13354         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
13355         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
13356         U+10A3F, U+1D242..U+1D244.
13357         (nonspacing_table_ind): Update.
13358         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
13359         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
13360
13361 2007-07-08  Bruno Haible  <bruno@clisp.org>
13362
13363         Update to Unicode 5.0.
13364         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
13365         code transform. Extend the name index field of unicode_name_to_code and
13366         unicode_code_to_name from 16 to 24 bits.
13367         * lib/uniname/uniname.c (unicode_character_name,
13368         unicode_name_character): Add the range 0x12xxx to the code transform.
13369         * lib/uniname/uninames.h: Regenerated.
13370         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
13371
13372 2007-07-07  Bruno Haible  <bruno@clisp.org>
13373
13374         * modules/wcwidth-tests: New file.
13375         * tests/test-wcwidth.c: New file.
13376
13377         Work around MacOS X wcwidth() bug.
13378         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
13379         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
13380         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
13381         original wcwidth in non-UTF-8 locales.
13382         * modules/wcwidth (Depends-on): Add localcharset, streq,
13383         uniwidth/width.
13384         * doc/functions/wcwidth.texi: Update.
13385
13386 2007-07-07  Bruno Haible  <bruno@clisp.org>
13387
13388         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
13389         (wcwidth): New declaration.
13390         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
13391         macros.
13392         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
13393         here. Prepare for creating <wchar.h> unconditionally.
13394         * modules/wchar (Depends-on): Add link-warning.
13395         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
13396         REPLACE_WCWIDTH, and GL_LINK_WARNING.
13397         * lib/wcwidth.h: Remove file.
13398         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
13399         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
13400         * modules/wcwidth (Files): Remove lib/wcwidth.h.
13401         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
13402         (Include): Replace wcwidth.h with <wchar.h>.
13403         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
13404         * lib/mbchar.h: Don't include wcwidth.h.
13405         * lib/mbswidth.c: Likewise.
13406         * NEWS: Mention the change.
13407
13408 2007-07-07  Bruno Haible  <bruno@clisp.org>
13409
13410         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
13411         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
13412         definition with an external declaration.
13413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
13414         defined as a function. Remove AC_C_INLINE requirement.
13415         * modules/wcwidth (Files): Add lib/wcwidth.c.
13416         (Makefile.am): Remove redundant statement.
13417
13418 2007-07-07  Bruno Haible  <bruno@clisp.org>
13419
13420         * MODULES.html.sh (Unicode string functions): Add the new modules.
13421
13422         * tests/uniwidth/test-u32-strwidth.c: New file.
13423         * modules/uniwidth/u32-strwidth-tests: New file.
13424
13425         * lib/uniwidth/u32-strwidth.c: New file.
13426         * modules/uniwidth/u32-strwidth: New file.
13427
13428         * tests/uniwidth/test-u16-strwidth.c: New file.
13429         * modules/uniwidth/u16-strwidth-tests: New file.
13430
13431         * lib/uniwidth/u16-strwidth.c: New file.
13432         * modules/uniwidth/u16-strwidth: New file.
13433
13434         * tests/uniwidth/test-u8-strwidth.c: New file.
13435         * modules/uniwidth/u8-strwidth-tests: New file.
13436
13437         * lib/uniwidth/u8-strwidth.c: New file.
13438         * modules/uniwidth/u8-strwidth: New file.
13439
13440         * tests/uniwidth/test-u32-width.c: New file.
13441         * modules/uniwidth/u32-width-tests: New file.
13442
13443         * lib/uniwidth/u32-width.c: New file.
13444         * modules/uniwidth/u32-width: New file.
13445
13446         * tests/uniwidth/test-u16-width.c: New file.
13447         * modules/uniwidth/u16-width-tests: New file.
13448
13449         * lib/uniwidth/u16-width.c: New file.
13450         * modules/uniwidth/u16-width: New file.
13451
13452         * tests/uniwidth/test-u8-width.c: New file.
13453         * modules/uniwidth/u8-width-tests: New file.
13454
13455         * lib/uniwidth/u8-width.c: New file.
13456         * modules/uniwidth/u8-width: New file.
13457
13458         * tests/uniwidth/test-uc_width.c: New file.
13459         * modules/uniwidth/width-tests: New file.
13460
13461         * lib/uniwidth/width.c: New file, from GNU libiconv.
13462         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
13463         * modules/uniwidth/width: New file.
13464
13465         * lib/uniwidth.h: New file, from GNU libiconv.
13466         * modules/uniwidth/base: New file.
13467
13468 2007-07-07  Bruno Haible  <bruno@clisp.org>
13469
13470         * lib/uniname.h: New file, from GNU gettext.
13471         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
13472         * lib/uniname/uninames.h: New file, from GNU gettext.
13473         * lib/uniname/uniname.c: New file, from GNU gettext.
13474         * tests/uniname/test-uninames.sh: New file.
13475         * tests/uniname/test-uninames.c: New file, from GNU gettext.
13476         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
13477         * modules/uniname/base: New file.
13478         * modules/uniname/uniname: New file.
13479         * modules/uniname/uniname-tests: New file.
13480         * MODULES.html.sh (Unicode string functions): Add the new modules.
13481
13482 2007-07-06  Bruno Haible  <bruno@clisp.org>
13483
13484         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
13485
13486 2007-07-06  Bruno Haible  <bruno@clisp.org>
13487
13488         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
13489         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
13490         includes <cygwin/sys_time.h> which includes <sys/select.h> which
13491         include <sys/time.h>.
13492         Reported by Eric Blake.
13493
13494 2007-07-06  Eric Blake  <ebb9@byu.net>
13495
13496         Fix testing canonicalize on cygwin.
13497         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13498         Revert patch from 2007-06-19.
13499         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
13500         canonicalize module is also in use.
13501         * tests/test-canonicalize.c: New file.
13502         * tests/test-canonicalize.sh: Likewise.
13503         * modules/canonicalize-tests: Likewise.
13504
13505 2007-07-06  Jim Meyering  <jim@meyering.net>
13506
13507         * lib/getugroups.c (getugroups): Detect getgrent failure.
13508         Adjust comment to reflect reality: this function may return -1.
13509
13510 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
13511
13512         * build-aux/bootstrap (TP_URL,get_translations): Update to use
13513         the new TP address.
13514         (usage): Fix typo
13515         (gnulib_mk): New variable.
13516
13517 2007-07-05  Jim Meyering  <jim@meyering.net>
13518
13519         Don't let endgrent clobber errno, no matter how improbable.
13520         * lib/getugroups.c (getugroups): Save and restore errno around
13521         endgrent call.
13522
13523         Close the group DB even when failing with 2^31 or more members.
13524         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
13525
13526 2007-07-04  Jim Meyering  <jim@meyering.net>
13527
13528         * lib/getugroups.h: New file.
13529         * lib/getugroups.c: Include "getugroups.h".
13530         Remove uses of "register" keyword.
13531         Move local variable, "cp", down into scope where used.
13532         Give "username" parameter the "const" attribute.
13533         * modules/getugroups (Files): Add lib/getugroups.h
13534
13535 2007-07-04  Karl Berry  <karl@gnu.org>
13536
13537         * MODULES.html.sh (func_all_modules): Complete rename of
13538         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
13539
13540 2007-07-02  Bruno Haible  <bruno@clisp.org>
13541
13542         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
13543         mode, when inttypes.h comes from gnulib.
13544         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13545
13546 2007-07-02  Simon Josefsson  <simon@josefsson.org>
13547
13548         * NEWS: Mention lgpl module name change.
13549
13550         * modules/lgpl-2.1: Renamed from lgpl.
13551
13552         * NEWS: Mention gpl module name change.
13553
13554         * modules/gpl-3.0: New file, based on gpl-2.0.
13555
13556         * modules/gpl-2.0: Renamed from gpl.
13557
13558         * modules/gpl: Fix filename, doc/gpl.texi is now found at
13559         doc/gpl-2.0.texi.
13560
13561 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13562
13563         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
13564         #define __STDC_LIMIT_MACROS temporarily while including
13565         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
13566         Problem reported by Joel E. Denny in
13567         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
13568
13569 2007-07-01  Bruno Haible  <bruno@clisp.org>
13570
13571         * lib/unistdio.h: New file.
13572         * lib/unistdio/u-asnprintf.h: New file.
13573         * lib/unistdio/u-asprintf.h: New file.
13574         * lib/unistdio/u-printf-args.c: New file.
13575         * lib/unistdio/u-printf-args.h: New file.
13576         * lib/unistdio/u-printf-parse.h: New file.
13577         * lib/unistdio/u-snprintf.h: New file.
13578         * lib/unistdio/u-sprintf.h: New file.
13579         * lib/unistdio/u-vasprintf.h: New file.
13580         * lib/unistdio/u-vsnprintf.h: New file.
13581         * lib/unistdio/u-vsprintf.h: New file.
13582         * lib/unistdio/ulc-asnprintf.c: New file.
13583         * lib/unistdio/ulc-asprintf.c: New file.
13584         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
13585         * lib/unistdio/ulc-printf-parse.c: New file.
13586         * lib/unistdio/ulc-snprintf.c: New file.
13587         * lib/unistdio/ulc-sprintf.c: New file.
13588         * lib/unistdio/ulc-vasnprintf.c: New file.
13589         * lib/unistdio/ulc-vasprintf.c: New file.
13590         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
13591         * lib/unistdio/ulc-vsnprintf.c: New file.
13592         * lib/unistdio/ulc-vsprintf.c: New file.
13593         * lib/unistdio/u8-asnprintf.c: New file.
13594         * lib/unistdio/u8-asprintf.c: New file.
13595         * lib/unistdio/u8-printf-parse.c: New file.
13596         * lib/unistdio/u8-snprintf.c: New file.
13597         * lib/unistdio/u8-sprintf.c: New file.
13598         * lib/unistdio/u8-vasnprintf.c: New file.
13599         * lib/unistdio/u8-vasprintf.c: New file.
13600         * lib/unistdio/u8-vsnprintf.c: New file.
13601         * lib/unistdio/u8-vsprintf.c: New file.
13602         * lib/unistdio/u8-u8-asnprintf.c: New file.
13603         * lib/unistdio/u8-u8-asprintf.c: New file.
13604         * lib/unistdio/u8-u8-snprintf.c: New file.
13605         * lib/unistdio/u8-u8-sprintf.c: New file.
13606         * lib/unistdio/u8-u8-vasnprintf.c: New file.
13607         * lib/unistdio/u8-u8-vasprintf.c: New file.
13608         * lib/unistdio/u8-u8-vsnprintf.c: New file.
13609         * lib/unistdio/u8-u8-vsprintf.c: New file.
13610         * lib/unistdio/u16-asnprintf.c: New file.
13611         * lib/unistdio/u16-asprintf.c: New file.
13612         * lib/unistdio/u16-printf-parse.c: New file.
13613         * lib/unistdio/u16-snprintf.c: New file.
13614         * lib/unistdio/u16-sprintf.c: New file.
13615         * lib/unistdio/u16-vasnprintf.c: New file.
13616         * lib/unistdio/u16-vasprintf.c: New file.
13617         * lib/unistdio/u16-vsnprintf.c: New file.
13618         * lib/unistdio/u16-vsprintf.c: New file.
13619         * lib/unistdio/u16-u16-asnprintf.c: New file.
13620         * lib/unistdio/u16-u16-asprintf.c: New file.
13621         * lib/unistdio/u16-u16-snprintf.c: New file.
13622         * lib/unistdio/u16-u16-sprintf.c: New file.
13623         * lib/unistdio/u16-u16-vasnprintf.c: New file.
13624         * lib/unistdio/u16-u16-vasprintf.c: New file.
13625         * lib/unistdio/u16-u16-vsnprintf.c: New file.
13626         * lib/unistdio/u16-u16-vsprintf.c: New file.
13627         * lib/unistdio/u32-asnprintf.c: New file.
13628         * lib/unistdio/u32-asprintf.c: New file.
13629         * lib/unistdio/u32-printf-parse.c: New file.
13630         * lib/unistdio/u32-snprintf.c: New file.
13631         * lib/unistdio/u32-sprintf.c: New file.
13632         * lib/unistdio/u32-vasnprintf.c: New file.
13633         * lib/unistdio/u32-vasprintf.c: New file.
13634         * lib/unistdio/u32-vsnprintf.c: New file.
13635         * lib/unistdio/u32-vsprintf.c: New file.
13636         * lib/unistdio/u32-u32-asnprintf.c: New file.
13637         * lib/unistdio/u32-u32-asprintf.c: New file.
13638         * lib/unistdio/u32-u32-snprintf.c: New file.
13639         * lib/unistdio/u32-u32-sprintf.c: New file.
13640         * lib/unistdio/u32-u32-vasnprintf.c: New file.
13641         * lib/unistdio/u32-u32-vasprintf.c: New file.
13642         * lib/unistdio/u32-u32-vsnprintf.c: New file.
13643         * lib/unistdio/u32-u32-vsprintf.c: New file.
13644         * tests/unistdio/test-ulc-asnprintf1.c: New file.
13645         * tests/unistdio/test-ulc-asnprintf1.h: New file.
13646         * tests/unistdio/test-ulc-printf1.h: New file.
13647         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
13648         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
13649         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
13650         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
13651         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
13652         * tests/unistdio/test-ulc-vasprintf1.c: New file.
13653         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
13654         * tests/unistdio/test-ulc-vsprintf1.c: New file.
13655         * tests/unistdio/test-u8-asnprintf1.c: New file.
13656         * tests/unistdio/test-u8-asnprintf1.h: New file.
13657         * tests/unistdio/test-u8-printf1.h: New file.
13658         * tests/unistdio/test-u8-vasnprintf1.c: New file.
13659         * tests/unistdio/test-u8-vasnprintf2.c: New file.
13660         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
13661         * tests/unistdio/test-u8-vasnprintf3.c: New file.
13662         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
13663         * tests/unistdio/test-u8-vasprintf1.c: New file.
13664         * tests/unistdio/test-u8-vsnprintf1.c: New file.
13665         * tests/unistdio/test-u8-vsprintf1.c: New file.
13666         * tests/unistdio/test-u16-asnprintf1.c: New file.
13667         * tests/unistdio/test-u16-asnprintf1.h: New file.
13668         * tests/unistdio/test-u16-printf1.h: New file.
13669         * tests/unistdio/test-u16-vasnprintf1.c: New file.
13670         * tests/unistdio/test-u16-vasnprintf2.c: New file.
13671         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
13672         * tests/unistdio/test-u16-vasnprintf3.c: New file.
13673         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
13674         * tests/unistdio/test-u16-vasprintf1.c: New file.
13675         * tests/unistdio/test-u16-vsnprintf1.c: New file.
13676         * tests/unistdio/test-u16-vsprintf1.c: New file.
13677         * tests/unistdio/test-u32-asnprintf1.c: New file.
13678         * tests/unistdio/test-u32-asnprintf1.h: New file.
13679         * tests/unistdio/test-u32-printf1.h: New file.
13680         * tests/unistdio/test-u32-vasnprintf1.c: New file.
13681         * tests/unistdio/test-u32-vasnprintf2.c: New file.
13682         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
13683         * tests/unistdio/test-u32-vasnprintf3.c: New file.
13684         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
13685         * tests/unistdio/test-u32-vasprintf1.c: New file.
13686         * tests/unistdio/test-u32-vsnprintf1.c: New file.
13687         * tests/unistdio/test-u32-vsprintf1.c: New file.
13688         * modules/unistdio/base: New file.
13689         * modules/unistdio/u-printf-args: New file.
13690         * modules/unistdio/ulc-asnprintf: New file.
13691         * modules/unistdio/ulc-asprintf: New file.
13692         * modules/unistdio/ulc-fprintf: New file.
13693         * modules/unistdio/ulc-printf-parse: New file.
13694         * modules/unistdio/ulc-snprintf: New file.
13695         * modules/unistdio/ulc-sprintf: New file.
13696         * modules/unistdio/ulc-vasnprintf: New file.
13697         * modules/unistdio/ulc-vasprintf: New file.
13698         * modules/unistdio/ulc-vfprintf: New file.
13699         * modules/unistdio/ulc-vsnprintf: New file.
13700         * modules/unistdio/ulc-vsprintf: New file.
13701         * modules/unistdio/u8-asnprintf: New file.
13702         * modules/unistdio/u8-asprintf: New file.
13703         * modules/unistdio/u8-printf-parse: New file.
13704         * modules/unistdio/u8-snprintf: New file.
13705         * modules/unistdio/u8-sprintf: New file.
13706         * modules/unistdio/u8-vasnprintf: New file.
13707         * modules/unistdio/u8-vasprintf: New file.
13708         * modules/unistdio/u8-vsnprintf: New file.
13709         * modules/unistdio/u8-vsprintf: New file.
13710         * modules/unistdio/u8-u8-asnprintf: New file.
13711         * modules/unistdio/u8-u8-asprintf: New file.
13712         * modules/unistdio/u8-u8-snprintf: New file.
13713         * modules/unistdio/u8-u8-sprintf: New file.
13714         * modules/unistdio/u8-u8-vasnprintf: New file.
13715         * modules/unistdio/u8-u8-vasprintf: New file.
13716         * modules/unistdio/u8-u8-vsnprintf: New file.
13717         * modules/unistdio/u8-u8-vsprintf: New file.
13718         * modules/unistdio/u16-asnprintf: New file.
13719         * modules/unistdio/u16-asprintf: New file.
13720         * modules/unistdio/u16-printf-parse: New file.
13721         * modules/unistdio/u16-snprintf: New file.
13722         * modules/unistdio/u16-sprintf: New file.
13723         * modules/unistdio/u16-vasnprintf: New file.
13724         * modules/unistdio/u16-vasprintf: New file.
13725         * modules/unistdio/u16-vsnprintf: New file.
13726         * modules/unistdio/u16-vsprintf: New file.
13727         * modules/unistdio/u16-u16-asnprintf: New file.
13728         * modules/unistdio/u16-u16-asprintf: New file.
13729         * modules/unistdio/u16-u16-snprintf: New file.
13730         * modules/unistdio/u16-u16-sprintf: New file.
13731         * modules/unistdio/u16-u16-vasnprintf: New file.
13732         * modules/unistdio/u16-u16-vasprintf: New file.
13733         * modules/unistdio/u16-u16-vsnprintf: New file.
13734         * modules/unistdio/u16-u16-vsprintf: New file.
13735         * modules/unistdio/u32-asnprintf: New file.
13736         * modules/unistdio/u32-asprintf: New file.
13737         * modules/unistdio/u32-printf-parse: New file.
13738         * modules/unistdio/u32-snprintf: New file.
13739         * modules/unistdio/u32-sprintf: New file.
13740         * modules/unistdio/u32-vasnprintf: New file.
13741         * modules/unistdio/u32-vasprintf: New file.
13742         * modules/unistdio/u32-vsnprintf: New file.
13743         * modules/unistdio/u32-vsprintf: New file.
13744         * modules/unistdio/u32-u32-asnprintf: New file.
13745         * modules/unistdio/u32-u32-asprintf: New file.
13746         * modules/unistdio/u32-u32-snprintf: New file.
13747         * modules/unistdio/u32-u32-sprintf: New file.
13748         * modules/unistdio/u32-u32-vasnprintf: New file.
13749         * modules/unistdio/u32-u32-vasprintf: New file.
13750         * modules/unistdio/u32-u32-vsnprintf: New file.
13751         * modules/unistdio/u32-u32-vsprintf: New file.
13752         * modules/unistdio/ulc-asnprintf-tests: New file.
13753         * modules/unistdio/ulc-vasnprintf-tests: New file.
13754         * modules/unistdio/ulc-vasprintf-tests: New file.
13755         * modules/unistdio/ulc-vsnprintf-tests: New file.
13756         * modules/unistdio/ulc-vsprintf-tests: New file.
13757         * modules/unistdio/u8-asnprintf-tests: New file.
13758         * modules/unistdio/u8-vasnprintf-tests: New file.
13759         * modules/unistdio/u8-vasprintf-tests: New file.
13760         * modules/unistdio/u8-vsnprintf-tests: New file.
13761         * modules/unistdio/u8-vsprintf-tests: New file.
13762         * modules/unistdio/u16-asnprintf-tests: New file.
13763         * modules/unistdio/u16-vasnprintf-tests: New file.
13764         * modules/unistdio/u16-vasprintf-tests: New file.
13765         * modules/unistdio/u16-vsnprintf-tests: New file.
13766         * modules/unistdio/u16-vsprintf-tests: New file.
13767         * modules/unistdio/u32-asnprintf-tests: New file.
13768         * modules/unistdio/u32-vasnprintf-tests: New file.
13769         * modules/unistdio/u32-vasprintf-tests: New file.
13770         * modules/unistdio/u32-vsnprintf-tests: New file.
13771         * modules/unistdio/u32-vsprintf-tests: New file.
13772         * MODULES.html.sh (Unicode string functions): Add the new modules.
13773
13774 2007-07-01  Bruno Haible  <bruno@clisp.org>
13775
13776         * lib/sprintf.c (sprintf): Limit the available length estimation,
13777         to avoid address wraparound.
13778         * lib/vsprintf.c (vsprintf): Likewise.
13779         * modules/sprintf-posix (Dependencies): Add stdint.
13780         * modules/vsprintf-posix (Dependencies): Likewise.
13781
13782 2007-07-01  Bruno Haible  <bruno@clisp.org>
13783
13784         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
13785         Windows PATH as well. Conservative double-quoting. Comments.
13786
13787 2007-07-01  Bruno Haible  <bruno@clisp.org>
13788             Eric Blake  <ebb9@byu.net>
13789             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13790
13791         * gnulib-tool (self_abspathname): Fix algorithm to cope with
13792         empty components in $PATH, denoting '.'.
13793
13794 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13795
13796         * gnulib-tool: Fix indentation.
13797         (func_create_megatestdir): Likewise.
13798         Report by Bruno Haible.
13799
13800 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13801
13802         Sync from Automake.
13803         * build-aux/gnupload: Fix shell portability issues with for loops.
13804         Report by Karl Berry.
13805
13806 2007-06-29  Simon Josefsson  <simon@josefsson.org>
13807
13808         * build-aux/maint.mk (POURL): Use translationproject.org.
13809
13810 2007-06-27  Simon Josefsson  <simon@josefsson.org>
13811             Bruno Haible  <bruno@clisp.org>
13812
13813         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
13814         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
13815         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
13816         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
13817         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
13818
13819 2007-06-27  Bruno Haible  <bruno@clisp.org>
13820
13821         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
13822         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
13823
13824 2007-06-26  Karl Berry  <karl@gnu.org>
13825
13826         * MODULES.html.sh: remove xreadlink-with-size.
13827
13828 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13829
13830         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
13831         method that I hope also handles the double-include problem noted
13832         by Bruno Haible in
13833         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
13834
13835 2007-06-23  Bruno Haible  <bruno@clisp.org>
13836
13837         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13838         Don't let the 'mostlyclean' target fail if the last subdirectory could
13839         not be removed.
13840         Reported by Karl Berry.
13841
13842 2007-06-23  Bruno Haible  <bruno@clisp.org>
13843
13844         * gnulib-tool (echo): Add a speedier workaround for ksh.
13845         * tests/test-echo.sh: Likewise.
13846
13847 2007-06-23  Bruno Haible  <bruno@clisp.org>
13848
13849         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
13850         * tests/test-echo.sh: Likewise.
13851
13852 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13853
13854         * gnulib-tool (IFS): Initialize early, so we don't set it to
13855         empty later.
13856         (self_abspathname): Rewrite algorithm to set it, reindent.
13857         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
13858         (func_create_megatestdir): Merge some sed scripts.
13859
13860 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13861
13862         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
13863         exposed by Sun Studio 11 cc on Solaris 8.
13864
13865 2007-06-22  Bruno Haible  <bruno@clisp.org>
13866
13867         * gnulib-tool (echo): Ensure the echo primitive does not interpret
13868         backslashes.
13869         * tests/test-echo.sh: New file.
13870
13871 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13872
13873         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
13874         simplify `sed_replace_build_aux' scripts, they are portable but
13875         echoing them with `echo' is not.
13876         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
13877
13878 2007-06-21  Karl Berry  <karl@gnu.org>
13879
13880         * config/srclist.txt: guess we can't handle the licenses via
13881         srclist at the moment.
13882
13883 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
13884
13885         * MODULES.html.sh: Add include_next.
13886         * modules/include_next: New file.
13887
13888 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13889
13890         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
13891         INCLUDE_NEXT.
13892         (gl_CHECK_NEXT_HEADERS): New macro.
13893         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
13894         the obsolescent gl_ABSOLUTE_HEADER.
13895         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
13896         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
13897         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
13898         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
13899         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
13900         * m4/math_h.m4 (gl_MATH_H): Likewise.
13901         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
13902         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
13903         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
13904         * m4/stdint.m4 (gl_STDINT_H): Likewise.
13905         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
13906         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
13907         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
13908         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
13909         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
13910         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
13911         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
13912         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
13913         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
13914         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
13915         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13916         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
13917         * m4/inttypes.m4 (gl_INTTYPES_H): Define
13918         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
13919         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
13920         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
13921         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
13922         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
13923         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
13924         * lib/float_.h: Likewise.
13925         * lib/inttypes_.h: Likewise.
13926         * lib/math_.h: Likewise.
13927         * lib/search_.h: Likewise.
13928         * lib/signal_.h: Likewise.
13929         * lib/stdint_.h: Likewise.
13930         * lib/stdio_.h: Likewise.
13931         * lib/stdlib_.h: Likewise.
13932         * lib/string_.h: Likewise.
13933         * lib/sys_stat_.h: Likewise.
13934         * lib/sys_time_.h: Likewise.
13935         * lib/time_.h: Likewise.
13936         * lib/unistd_.h: Likewise.
13937         * lib/wchar_.h: Likewise.
13938         * lib/wctype_.h: Likewise.
13939         * lib/dirent_.h: Likewise.
13940         * lib/iconv_.h: Likewise.
13941         * lib/locale_.h: Likewise.
13942         * lib/netinet_in_.h: Likewise.
13943         * lib/sys_select_.h: Likewise.
13944         * lib/sys_socket_.h: Likewise.
13945         * lib/sysexits_.h: Likewise.
13946         * modules/fcntl (Depends-on): Depend on include_next, not
13947         absolute_header.
13948         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
13949         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
13950         * modules/fchdir: Likewise.
13951         * modules/float: Likewise.
13952         * modules/iconv_open: Likewise.
13953         * modules/inttypes: Likewise.
13954         * modules/locale: Likewise.
13955         * modules/math: Likewise.
13956         * modules/netinet_in: Likewise.
13957         * modules/search: Likewise.
13958         * modules/signal: Likewise.
13959         * modules/stdint: Likewise.
13960         * modules/stdio: Likewise.
13961         * modules/stdlib: Likewise.
13962         * modules/string: Likewise.
13963         * modules/sys_select: Likewise.
13964         * modules/sys_socket: Likewise.
13965         * modules/sys_stat: Likewise.
13966         * modules/sys_time: Likewise.
13967         * modules/sysexits: Likewise.
13968         * modules/time: Likewise.
13969         * modules/unistd: Likewise.
13970         * modules/wchar: Likewise.
13971         * modules/wctype: Likewise.
13972         * modules/sys_stat: Change maintainer to "all".
13973         * modules/unistd: Likewise.
13974
13975 2007-06-20  Karl Berry  <karl@gnu.org>
13976
13977         * config/srclist.txt: track www changes in license files.
13978
13979 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
13980
13981         * build-aux/bootstrap: Remove stray dot.
13982         Make sure build_aux settings are honored when linking
13983         gnulib_extra_files.
13984
13985 2007-06-19  Eric Blake  <ebb9@byu.net>
13986
13987         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
13988         Allow compilation on cygwin.
13989
13990 2007-06-19  Jim Meyering  <jim@meyering.net>
13991
13992         xreadlink-with-size: Remove module.  No longer used.
13993         Ex-callers now use xreadlink or mreadlink-with-size.
13994         * modules/xreadlink-with-size: Remove module.
13995         * lib/xreadlink-with-size.c: Remove file.
13996         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
13997         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
13998         just before the function definition *is* accurate.
13999
14000         Eliminate one way canonicalize_filename_mode could exit.
14001         * lib/canonicalize.c (canonicalize_filename_mode):
14002         Use mreadlink_with_size, not xreadlink_with_size.
14003
14004 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
14005
14006         Detect porting problems to FreeBSD/arm, which has time_t wider than
14007         long int.  Original problem reported for GNU diff by Xin Li in
14008         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
14009         * modules/getdate (Depends-on): Add intprops, verify.
14010         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
14011         is an integer type no wider than long int.
14012
14013 2007-06-18  Jim Meyering  <jim@meyering.net>
14014
14015         New module: mreadlink-with-size.
14016         * MODULES.html.sh: Add mreadlink-with-size.
14017         * modules/mreadlink-with-size: New module
14018         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
14019         not xreadlink-with-size.
14020         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
14021
14022 2007-06-16  Bruno Haible  <bruno@clisp.org>
14023
14024         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
14025         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
14026         Reported by Gary V. Vaughan <gary@gnu.org>.
14027
14028 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
14029
14030         Revamp lchown so that it lives in unistd.h where it belongs.
14031         * lib/lchown.h: Remove.
14032         * lib/dirchownmod.c: Don't include lib/lchown.h.
14033         * lib/fchownat.c: Likewise.
14034         * lib/openat.c: Likewise.
14035         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
14036         does not follow symlinks.
14037         (EOPNOTSUPP): Define if not defined.
14038         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
14039         is defined to 0.
14040         (lchown): New decl.
14041         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
14042         Do not check for lchown decl.
14043         Set REPLACE_LCHOWN.
14044         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
14045         REPLACE_LCHOWN.
14046         * modules/chown: Make it clear it follows symlinks.
14047         * modules/lchown: Make it clear it doesn't follow symlinks.
14048         (Files): Remove lib/lchown.h
14049         (Depends-on): Add unistd.
14050         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
14051         (Include): Include <unistd.h>, not "lchown.h".
14052         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
14053         REPLACE_LCHOWN.
14054
14055 2007-06-15  Jim Meyering  <jim@meyering.net>
14056
14057         Change license (GPL to LGPL) of fsusage and dependents.
14058         * modules/fsusage (License): Change to LGPL.
14059         * modules/full-read (License): Likewise.
14060         * modules/full-write (License): Likewise.
14061         * modules/safe-read (License): Likewise.
14062         * modules/safe-write (License): Likewise.
14063
14064 2007-06-14  Ben Pfaff  <blp@gnu.org>
14065
14066         Missing part of allocsa -> malloca transition.
14067         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
14068         gl_MALLOCA.
14069
14070 2007-06-12  Bruno Haible  <bruno@clisp.org>
14071
14072         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
14073         to ia64, x86_64, i386.
14074         Reported by Eric Blake.
14075
14076 2007-06-12  Bruno Haible  <bruno@clisp.org>
14077
14078         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
14079         cross-compiling to x86_64.
14080
14081 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
14082
14083         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
14084         glitch reported by Ralf Wildenhues in
14085         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
14086
14087         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
14088         Vin Shelton.
14089
14090 2007-06-11  Bruno Haible  <bruno@clisp.org>
14091
14092         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
14093         replacement string.
14094         Reported by Eric Blake.
14095
14096 2007-06-10  Bruno Haible  <bruno@clisp.org>
14097
14098         Prepare vasnprintf code for use with Unicode strings.
14099         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
14100         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
14101         TYPE_U32_STRING.
14102         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
14103         a_u32_string variants.
14104         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14105         * lib/printf-args.c: Don't include config.h and the specification
14106         header if PRINTF_FETCHARGS is already defined.
14107         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
14108         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
14109         TYPE_U16_STRING, TYPE_U32_STRING.
14110         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
14111         u16_directive, u16_directives, u32_directive, u32_directives): New
14112         types.
14113         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
14114         New declarations.
14115         * lib/printf-parse.c: Don't include config.h and the specification
14116         header if PRINTF_PARSE is already defined. Eliminate the set of
14117         parameters for WIDE_CHAR_VERSION; the user of this file must provide
14118         them now. Include c-ctype.h.
14119         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
14120         directive and CHAR_T_ONLY_ASCII.
14121         * lib/vasnprintf.c: Don't include config.h and the specification header
14122         if VASNPRINTF is already defined.
14123         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
14124         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
14125         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
14126         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
14127         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
14128         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
14129         code accordingly.
14130         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
14131         pad_ourselves also in this case, with the 'c' and 's' directives, and
14132         with a different notion of "width".
14133         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
14134
14135 2007-06-10  Bruno Haible  <bruno@clisp.org>
14136
14137         * modules/unistr/u32-mbsnlen: New file.
14138         * lib/unistr/u32-mbsnlen.c: New file.
14139
14140         * modules/unistr/u16-mbsnlen: New file.
14141         * lib/unistr/u16-mbsnlen.c: New file.
14142
14143         * modules/unistr/u8-mbsnlen: New file.
14144         * lib/unistr/u8-mbsnlen.c: New file.
14145
14146         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
14147         declarations.
14148
14149 2007-06-10  Bruno Haible  <bruno@clisp.org>
14150
14151         * lib/string_.h (mbsnlen): New declaration.
14152         * lib/mbsnlen.c: New file.
14153         * m4/mbsnlen.m4: New file.
14154         * modules/mbsnlen: New file.
14155         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
14156         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
14157         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
14158
14159 2007-06-10  Bruno Haible  <bruno@clisp.org>
14160
14161         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
14162
14163 2007-06-10  Bruno Haible  <bruno@clisp.org>
14164
14165         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
14166         * lib/mbuiter.h: Likewise.
14167
14168 2007-06-10  Bruno Haible  <bruno@clisp.org>
14169
14170         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
14171         declaration.
14172
14173 2007-06-10  Karl Berry  <karl@gnu.org>
14174
14175         * config/srclist.txt: remove gettext entries, Bruno prefers
14176         to update individually.
14177
14178 2007-06-10  Bruno Haible  <bruno@clisp.org>
14179
14180         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
14181         'maxlen'. Ensure only length + width bytes are allocated, not
14182         length + 1 + width.
14183
14184 2007-06-09  Bruno Haible  <bruno@clisp.org>
14185
14186         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
14187         (CHAR_T): Remove macro.
14188         (VASNPRINTF): Update.
14189
14190 2007-06-09  Bruno Haible  <bruno@clisp.org>
14191
14192         * MODULES.html.sh (Unicode string functions): Add the new modules.
14193
14194         * modules/uniconv/u32-conv-to-enc: New file.
14195         * lib/uniconv/u32-conv-to-enc.c: New file.
14196         * modules/uniconv/u32-conv-to-enc-tests: New file.
14197         * tests/uniconv/test-u32-conv-to-enc.c: New file.
14198
14199         * modules/uniconv/u16-conv-to-enc: New file.
14200         * lib/uniconv/u16-conv-to-enc.c: New file.
14201         * lib/uniconv/u-conv-to-enc.h: New file.
14202         * modules/uniconv/u16-conv-to-enc-tests: New file.
14203         * tests/uniconv/test-u16-conv-to-enc.c: New file.
14204
14205         * modules/uniconv/u8-conv-to-enc: New file.
14206         * lib/uniconv/u8-conv-to-enc.c: New file.
14207         * modules/uniconv/u8-conv-to-enc-tests: New file.
14208         * tests/uniconv/test-u8-conv-to-enc.c: New file.
14209
14210         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14211         u32_conv_to_encoding): New declarations.
14212
14213 2007-06-09  Bruno Haible  <bruno@clisp.org>
14214
14215         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
14216
14217 2007-06-09  Bruno Haible  <bruno@clisp.org>
14218
14219         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
14220         * modules/malloca: Renamed from modules/allocsa, updated.
14221         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
14222         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
14223         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
14224         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
14225         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
14226         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
14227         * modules/xmalloca: Renamed from modules/xallocsa, updated.
14228         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
14229         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
14230         * modules/c-strcasestr (Depends-on): Update.
14231         * lib/c-strcasestr.c: Update.
14232         * modules/c-strstr (Depends-on): Update.
14233         * lib/c-strstr.c: Update.
14234         * modules/canonicalize-lgpl (Depends-on): Update.
14235         * lib/canonicalize-lgpl.c: Update.
14236         * modules/clean-temp (Depends-on): Update.
14237         * lib/clean-temp.c: Update.
14238         * modules/csharpcomp (Depends-on): Update.
14239         * lib/csharpcomp.c: Update.
14240         * modules/csharpexec (Depends-on): Update.
14241         * lib/csharpexec.c: Update.
14242         * modules/javacomp (Depends-on): Update.
14243         * lib/javacomp.c: Update.
14244         * modules/javaexec (Depends-on): Update.
14245         * lib/javaexec.c: Update.
14246         * modules/mbscasestr (Depends-on): Update.
14247         * lib/mbscasestr.c: Update.
14248         * modules/mbsstr (Depends-on): Update.
14249         * lib/mbsstr.c: Update.
14250         * modules/setenv (Depends-on): Update.
14251         * lib/setenv.c: Update.
14252         * modules/strcasestr (Depends-on): Update.
14253         * lib/strcasestr.c: Update.
14254         * modules/striconveha (Depends-on): Update.
14255         * lib/striconveha.c: Update.
14256         * modules/relocatable-prog-wrapper (Files): Update.
14257         * lib/relocwrapper.c: Update.
14258         * build-aux/install-reloc: Update.
14259         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
14260
14261 2007-06-08  Bruno Haible  <bruno@clisp.org>
14262
14263         Port to uClibc.
14264         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
14265         * lib/fpurge.c (fpurge): Likewise.
14266         * lib/freading.c (freading): Likewise.
14267         * lib/fseeko.c (rpl_fseeko): Likewise.
14268         * lib/fseterr.c (fseterr): Likewise.
14269         * lib/fwriting.c (fwriting): Likewise.
14270         * tests/test-fflush.c (main): Avoid a failure on uClibc.
14271
14272 2007-06-08  Bruno Haible  <bruno@clisp.org>
14273
14274         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
14275         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
14276         * modules/gettext (Files): Add m4/intlmacosx.m4.
14277
14278 2007-06-07  Bruno Haible  <bruno@clisp.org>
14279
14280         * modules/localename-tests: New file.
14281         * tests/test-localename.c: New file.
14282
14283         New module 'localename'.
14284         * lib/localename.h: New file.
14285         * lib/localename.c: New file, from GNU gettext.
14286         * m4/localename.m4: New file.
14287         * modules/localename: New file.
14288
14289 2007-06-07  Bruno Haible  <bruno@clisp.org>
14290
14291         Work around the lack of <wchar.h> on some builds of uClibc.
14292         * doc/headers/wchar.texi: Update.
14293         * lib/wchar_.h: Include <wchar.h> only if it exists.
14294         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
14295         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
14296         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
14297         doesn't exist.
14298         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
14299         * modules/mbfile (Depends-on): Add wchar.
14300         * modules/mbiter (Depends-on): Likewise.
14301         * modules/mbuiter (Depends-on): Likewise.
14302         Reported by Simon Josefsson.
14303
14304 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14305
14306         Work around problem reported by Steven M. Schweda in
14307         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
14308         Tru64 5.1B with the Compaq compiler environment installed declares
14309         an 'isblank' function but does not define it in the C library.
14310         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
14311         * lib/regex_internal.h (isblank): Likewise.
14312         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
14313         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14314
14315 2007-06-05  Bruno Haible  <bruno@clisp.org>
14316
14317         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
14318         ia64.
14319         * modules/printf-safe: New file.
14320         * modules/fprintf-posix (Depends-on): Add printf-safe.
14321         * modules/printf-posix (Depends-on): Likewise.
14322         * modules/snprintf-posix (Depends-on): Likewise.
14323         * modules/sprintf-posix (Depends-on): Likewise.
14324         * modules/vasnprintf-posix (Depends-on): Likewise.
14325         * modules/vasprintf-posix (Depends-on): Likewise.
14326         * modules/vfprintf-posix (Depends-on): Likewise.
14327         * modules/vprintf-posix (Depends-on): Likewise.
14328         * modules/vsnprintf-posix (Depends-on): Likewise.
14329         * modules/vsprintf-posix (Depends-on): Likewise.
14330         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
14331         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
14332         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
14333         "no" on i386, x86_64, ia64.
14334         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
14335         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14336         on i386, x86_64, ia64.
14337         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
14338         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14339         on i386, x86_64, ia64.
14340         * tests/test-vasnprintf-posix.c: Include float.h.
14341         (LDBL80_WORDS): New macro.
14342         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14343         on i386, x86_64, ia64.
14344         * tests/test-vasprintf-posix.c: Include float.h.
14345         (LDBL80_WORDS): New macro.
14346         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
14347         on i386, x86_64, ia64.
14348         * tests/test-snprintf-posix.c: Include float.h.
14349         * tests/test-sprintf-posix.c: Likewise.
14350         * tests/test-vsnprintf-posix.c: Likewise.
14351         * tests/test-vsprintf-posix.c: Likewise.
14352
14353 2007-06-05  Bruno Haible  <bruno@clisp.org>
14354
14355         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
14356         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
14357         non-IEEE numbers on i386, x86_64, ia64.
14358         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
14359         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
14360         * tests/test-isnanl.h: Include float.h.
14361         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
14362
14363 2007-06-05  Bruno Haible  <bruno@clisp.org>
14364
14365         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
14366         also the %a / %A. Handle the %a / %A code before this extra handling.
14367
14368 2007-06-05  Bruno Haible  <bruno@clisp.org>
14369
14370         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
14371         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
14372
14373 2007-06-05  Bruno Haible  <bruno@clisp.org>
14374
14375         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
14376         typo in variable name.
14377
14378 2007-06-05  Eric Blake  <ebb9@byu.net>
14379
14380         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
14381         Reported by Simon Josefsson.
14382
14383 2007-06-04  Bruno Haible  <bruno@clisp.org>
14384
14385         Avoid test failures on some PowerPC platforms.
14386         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
14387         Define differently for PowerPC.
14388         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
14389         Reported by Gary V. Vaughan <gary@gnu.org>.
14390
14391 2007-06-02  Bruno Haible  <bruno@clisp.org>
14392
14393         Fix test-stdint failure on FreeBSD/ia64.
14394         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
14395         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
14396         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
14397         * doc/headers/stdint.texi: Update.
14398
14399 2007-06-01  Bruno Haible  <bruno@clisp.org>
14400
14401         * tests/test-binary-io.c (main): Pass a third argument to open().
14402         Reported by Gary V. Vaughan <gary@gnu.org>.
14403
14404 2007-06-01  Bruno Haible  <bruno@clisp.org>
14405
14406         * doc/functions/frexpl.texi: Update for mingw.
14407
14408 2007-06-01  Bruno Haible  <bruno@clisp.org>
14409
14410         * tests/test-lseek.c (main): Disable test of errno for invalid third
14411         argument.
14412         * doc/functions/lseek.texi: Update.
14413         Reported by Gary V. Vaughan <gary@gnu.org>.
14414
14415 2007-05-28  Bruno Haible  <bruno@clisp.org>
14416
14417         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
14418
14419 2007-05-31  Eric Blake  <ebb9@byu.net>
14420
14421         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
14422         cross compiling.
14423
14424 2007-05-30  Eric Blake  <ebb9@byu.net>
14425         and Bruno Haible  <bruno@clisp.org>
14426
14427         Work around mingw test failures exposed by m4-1.4.9b.
14428         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
14429         * tests/test-unistd.c: Disable uid_t and git_t tests for the
14430         moment.
14431
14432 2007-05-30  Bruno Haible  <bruno@clisp.org>
14433
14434         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
14435         assuming that they are closed. Needed on HP-UX 11.
14436
14437 2007-05-29  Bruno Haible  <bruno@clisp.org>
14438
14439         Fix a problem with #include_next.
14440         * lib/dirent_.h: Split the double-inclusion guard.
14441         * lib/fcntl_.h: Likewise.
14442         * lib/float_.h: Likewise.
14443         * lib/iconv_.h: Likewise.
14444         * lib/inttypes_.h: Likewise.
14445         * lib/locale_.h: Likewise.
14446         * lib/math_.h: Likewise.
14447         * lib/netinet_in_.h: Likewise.
14448         * lib/search_.h: Likewise.
14449         * lib/signal_.h: Likewise.
14450         * lib/stdint_.h: Likewise.
14451         * lib/stdio_.h: Likewise.
14452         * lib/stdlib_.h: Likewise.
14453         * lib/string_.h: Likewise.
14454         * lib/sys_select_.h: Likewise.
14455         * lib/sys_socket_.h: Likewise.
14456         * lib/sys_stat_.h: Likewise.
14457         * lib/sys_time_.h: Likewise.
14458         * lib/sysexits_.h: Likewise.
14459         * lib/time_.h: Likewise.
14460         * lib/unistd_.h: Likewise.
14461         * lib/wchar_.h: Likewise.
14462         * lib/wctype_.h: Likewise.
14463
14464 2007-05-29  Bruno Haible  <bruno@clisp.org>
14465
14466         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
14467         for the moment.
14468
14469 2007-05-29  Bruno Haible  <bruno@clisp.org>
14470
14471         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
14472         invocation.
14473         Reported by Eric Blake.
14474
14475 2007-05-29  Bruno Haible  <bruno@clisp.org>
14476
14477         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
14478         compiling case.
14479
14480 2007-05-29  Eric Blake  <ebb9@byu.net>
14481             Bruno Haible  <bruno@clisp.org>
14482
14483         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
14484         cross compiles.
14485
14486 2007-05-28  Eric Blake  <ebb9@byu.net>
14487
14488         * modules/closein-tests (test_closein_LDADD): Support test on
14489         cygwin with libtool.
14490
14491 2007-05-28  Bruno Haible  <bruno@clisp.org>
14492
14493         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
14494         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
14495         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
14496         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
14497         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
14498         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
14499         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
14500         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
14501         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
14502
14503 2007-05-28  Eric Blake  <ebb9@byu.net>
14504
14505         Unconditionally include <config.h> in unit tests.
14506         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
14507         * tests/test-allocsa.c, tests/test-arcfour.c,
14508         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
14509         tests/test-array_list.c, tests/test-array_oset.c,
14510         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
14511         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
14512         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
14513         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
14514         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
14515         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
14516         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
14517         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
14518         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
14519         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
14520         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
14521         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
14522         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
14523         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
14524         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
14525         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
14526         test-md5.c, test-memmem.c, test-printf-posix.c,
14527         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
14528         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
14529         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
14530         test-strcasestr.c, test-striconv.c, test-striconveh.c,
14531         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
14532         test-vasnprintf-posix2.c, test-vasnprintf.c,
14533         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
14534         test-vfprintf-posix.c, test-vprintf-posix.c,
14535         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
14536         test-xvasprintf.c: Likewise.
14537
14538 2007-05-28  Bruno Haible  <bruno@clisp.org>
14539
14540         * gnulib-tool (func_import): Remember the --with-tests command-line
14541         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
14542         Reported by Eric Blake.
14543
14544 2007-05-28  Bruno Haible  <bruno@clisp.org>
14545
14546         * modules/ftell-tests: New file.
14547         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
14548         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
14549
14550         * lib/ftell.c: New file.
14551         * modules/ftell: New file.
14552         * m4/ftell.m4: New file.
14553         * doc/functions/ftell.texi: Update.
14554         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
14555         REPLACE_FTELL.
14556         * lib/stdio_.h (rpl_ftell): New declaration.
14557         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
14558         REPLACE_FTELL.
14559
14560 2007-05-28  Eric Blake  <ebb9@byu.net>
14561
14562         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
14563
14564 2007-05-28  Bruno Haible  <bruno@clisp.org>
14565
14566         * modules/fseek-tests: New file.
14567         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
14568         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
14569
14570         * lib/fseek.c: New file.
14571         * modules/fseek: New file.
14572         * m4/fseek.m4: New file.
14573         * doc/functions/fseek.texi: Update.
14574         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
14575         REPLACE_FSEEK.
14576         * lib/stdio_.h (rpl_fseek): New declaration.
14577         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
14578         REPLACE_FSEEK.
14579
14580 2007-05-28  Bruno Haible  <bruno@clisp.org>
14581
14582         * lib/stdio_.h (fflush): More comments.
14583
14584 2007-05-28  Bruno Haible  <bruno@clisp.org>
14585
14586         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
14587         runtime test.
14588
14589 2007-05-28  Eric Blake  <ebb9@byu.net>
14590
14591         Improve lseek module.
14592         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
14593         * lib/unistd_.h (lseek): Scale back link warning message.
14594         * tests/test-lseek.c: Beef up test.
14595         * tests/test-lseek.sh: Exercise more facets of lseek.
14596         Reported by Bruno Haible.
14597
14598 2007-05-28  Bruno Haible  <bruno@clisp.org>
14599
14600         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
14601         to define.
14602
14603 2007-05-27  Bruno Haible  <bruno@clisp.org>
14604
14605         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
14606
14607 2007-05-27  Bruno Haible  <bruno@clisp.org>
14608
14609         * modules/openmp: New file.
14610         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
14611         Noah Misch.
14612
14613 2007-05-26  Bruno Haible  <bruno@clisp.org>
14614
14615         * modules/chdir-long (Depends-on): Add fchdir.
14616         * modules/chdir-safer (Depends-on): Likewise.
14617         * modules/fts (Depends-on): Likewise.
14618         * modules/fts-lgpl (Depends-on): Likewise.
14619         * modules/openat (Depends-on): Likewise.
14620         * modules/savewd (Depends-on): Likewise.
14621
14622 2007-05-24  Eric Blake  <ebb9@byu.net>
14623
14624         Fix lseek on mingw.
14625         * modules/lseek: New module.
14626         * m4/lseek.m4: New file.
14627         * lib/lseek.c: New file.
14628         * modules/lseek-tests: New file.
14629         * tests/test-lseek.c: New file.
14630         * tests/test-lseek.sh: New file.
14631         * MODULES.html.sh: Document lseek module.
14632         * modules/fflush (Depends-on): Add lseek, fseeko.
14633         * modules/fseeko (Depends-on): Likewise.
14634         * modules/ftello (Depends-on): Likewise.
14635         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
14636         broken.
14637         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
14638         broken.
14639         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
14640         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
14641         * lib/ftello.c (rpl_ftello): Likewise.
14642         * tests/test-fseeko.c (main): Test this.
14643         * tests/test-fseeko.sh: Likewise.
14644         * tests/test-ftello.c (main): Likewise.
14645         * tests/test-ftello.sh: Likewise.
14646         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
14647         implies replacing fseek.
14648         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
14649         HAVE_FTELLO.
14650         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
14651         * modules/unistd (Makefile.am): Likewise.
14652         * lib/unistd_.h (lseek): Declare a replacement.
14653         * doc/functions/lseek.texi (lseek): Document this fix.
14654         * doc/functions/fseek.texi (fseek): Likewise.
14655         * doc/functions/ftell.texi (ftell): Likewise.
14656
14657 2007-05-24  Bruno Haible  <bruno@clisp.org>
14658
14659         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
14660         in the printed representation of a NaN.
14661         * tests/test-vasprintf-posix.c (test_function): Likewise.
14662         * tests/test-snprintf-posix.h (test_function): Likewise.
14663         * tests/test-sprintf-posix.h (test_function): Likewise.
14664         Reported by Eric Blake.
14665
14666 2007-05-23  Eric Blake  <ebb9@byu.net>
14667
14668         Fix fseeko/ftello on cygwin 1.5.24.
14669         * doc/functions/fseeko.texi (fseeko): Document the fix.
14670         * doc/functions/ftello.texi (ftello): Document the fix.
14671         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
14672         * doc/functions/stdout.text (stdout): New file.
14673         * doc/functions/stderr.text (stderr): New file.
14674         * doc/gnulib.texi (Function Substitutes): Use new files.
14675         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
14676         prior to 1.7.0.
14677         * tests/test-ftello.c (main): Likewise for ftello.
14678         * tests/test-fseeko.sh: New file.
14679         * tests/test-ftello.sh: New file.
14680         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
14681         with seekable stdin.
14682         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
14683         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
14684         (gl_REPLACE_FSEEKO): New macro.
14685         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
14686         * modules/fseeko (Files): Distribute fseeko.c.
14687         * modules/ftello (Files): Distribute ftello.c.
14688         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
14689         mode.
14690         * lib/ftello.c (rpl_ftello): New file.
14691         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
14692         fseeko, ftello.
14693         (gl_STDIN_LARGE_OFFSET): New macro.
14694         * modules/stdio (Makefile.am): Perform the replacement.
14695         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
14696
14697 2007-05-23  Bruno Haible  <bruno@clisp.org>
14698
14699         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
14700         GNULIB_POSIXCHECK is defined.
14701
14702 2007-05-21  Bruno Haible  <bruno@clisp.org>
14703
14704         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
14705         Check also the output for NaN arguments. When cross-compiling, guess
14706         no on IRIX.
14707         * lib/vasnprintf.c: Update comments.
14708         * tests/test-vasnprintf-posix.c (strisnan): New function.
14709         (test_function): Use it.
14710         * tests/test-vasprintf-posix.c (strisnan): New function.
14711         (test_function): Use it.
14712         * tests/test-snprintf-posix.h (strisnan): New function.
14713         (test_function): Use it.
14714         * tests/test-sprintf-posix.h (strisnan): New function.
14715         (test_function): Use it.
14716         Reported by Eric Blake.
14717
14718 2007-05-20  Bruno Haible  <bruno@clisp.org>
14719
14720         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
14721         numbers that fails on BeOS.
14722         * doc/functions/frexpl.texi: Update.
14723
14724 2007-05-20  Jim Meyering  <jim@meyering.net>
14725
14726         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
14727         forced upon us by glibc-2.6.
14728
14729 2007-05-20  Bruno Haible  <bruno@clisp.org>
14730
14731         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
14732         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
14733         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
14734         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
14735         NEED_PRINTF_INFINITE.
14736         (is_infinitel): New function.
14737         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
14738         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
14739         gl_PREREQ_VASNPRINTF_INFINITE.
14740         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
14741         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14742         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
14743         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
14744         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
14745         gl_PREREQ_VASNPRINTF_INFINITE.
14746         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14747         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14748         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14749         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14750         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14751         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14752         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14753         * doc/functions/fprintf.texi: Update.
14754         * doc/functions/printf.texi: Update.
14755         * doc/functions/snprintf.texi: Update.
14756         * doc/functions/sprintf.texi: Update.
14757         * doc/functions/vfprintf.texi: Update.
14758         * doc/functions/vprintf.texi: Update.
14759         * doc/functions/vsnprintf.texi: Update.
14760         * doc/functions/vsprintf.texi: Update.
14761
14762 2007-05-20  Bruno Haible  <bruno@clisp.org>
14763
14764         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
14765         was not found in libc.
14766         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
14767
14768 2007-05-20  Bruno Haible  <bruno@clisp.org>
14769
14770         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14771         printed as "-nan" instead of "nan".
14772         * tests/test-vasprintf-posix.c (test_function): Likewise.
14773         * tests/test-snprintf-posix.h (test_function): Likewise.
14774         * tests/test-sprintf-posix.h (test_function): Likewise.
14775         Needed for HP-UX 11.
14776
14777 2007-05-20  Jim Meyering  <jim@meyering.net>
14778
14779         Fix buggy test for the fchownat-deref bug.
14780         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
14781         symlink required for the run-test.  Without it, this test would
14782         always declare that fchownat doesn't work, and client code would
14783         unnecessarily use the replacement function with fixed libc.
14784         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
14785         Reported by Greg Schafer.
14786
14787 2007-05-19  Bruno Haible  <bruno@clisp.org>
14788
14789         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
14790         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
14791         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
14792         Needed for IRIX 6.5 and Solaris 2.5.1.
14793
14794 2007-05-19  Bruno Haible  <bruno@clisp.org>
14795
14796         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
14797         (test_function): Skip tests involving -0.0 on platforms where
14798         -0.0 = 0.0.
14799         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
14800         (test_function): Skip tests involving -0.0 on platforms where
14801         -0.0 = 0.0.
14802         * tests/test-snprintf-posix.h (have_minus_zero): New function.
14803         (test_function): Skip tests involving -0.0 on platforms where
14804         -0.0 = 0.0.
14805         * tests/test-sprintf-posix.h (have_minus_zero): New function.
14806         (test_function): Skip tests involving -0.0 on platforms where
14807         -0.0 = 0.0.
14808         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
14809         tests.
14810         * tests/test-printf-posix.h (test_function): Likewise.
14811         * tests/test-printf-posix.output: Remove all -0.0 related results.
14812         Needed for IRIX 6.5.
14813
14814 2007-05-19  Bruno Haible  <bruno@clisp.org>
14815
14816         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
14817         printed as "nan0x7fffffff" instead of "nan".
14818         * tests/test-vasprintf-posix.c (test_function): Likewise.
14819         * tests/test-snprintf-posix.h (test_function): Likewise.
14820         * tests/test-sprintf-posix.h (test_function): Likewise.
14821         * tests/test-fprintf-posix.h (NaN): Remove macro.
14822         (test_function): Remove all NaN related tests.
14823         * tests/test-printf-posix.h (NaN): Remove macro.
14824         (test_function): Remove all NaN related tests.
14825         * tests/test-printf-posix.output: Remove all NaN related results.
14826         Needed for IRIX 6.5.
14827
14828 2007-05-19  Bruno Haible  <bruno@clisp.org>
14829
14830         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
14831         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
14832
14833 2007-05-19  Bruno Haible  <bruno@clisp.org>
14834
14835         * lib/float_.h: New file.
14836         * m4/float_h.m4: New file.
14837         * modules/float: New file.
14838         * modules/isnanl (Dependencies): Add float.
14839         * modules/isnanl-nolibm (Dependencies): Likewise.
14840         * modules/mathl (Dependencies): Likewise.
14841         * modules/printf-frexpl (Dependencies): Likewise.
14842         * modules/signbit (Dependencies): Likewise.
14843         * modules/vasnprintf (Dependencies): Likewise.
14844         * doc/headers/float.texi: Update.
14845
14846 2007-05-19  Jim Meyering  <jim@meyering.net>
14847
14848         * lib/utimens.c (gl_futimens): Rename from futimens,
14849         now that glibc-2.6 declares futimens.
14850         * lib/utimens.h: Likewise.
14851
14852 2007-05-19  Bruno Haible  <bruno@clisp.org>
14853
14854         Avoid test failures on mingw.
14855         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
14856         * tests/test-printf-posix.sh: Likewise.
14857         * tests/test-vfprintf-posix.sh: Likewise.
14858         * tests/test-vprintf-posix.sh: Likewise.
14859
14860 2007-05-19  Bruno Haible  <bruno@clisp.org>
14861
14862         Fix *printf result for NaN, Inf, -0.0 on mingw.
14863         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
14864         * lib/vasnprintf.c: Include math.h and isnan.h.
14865         (is_infinite_or_zero): New function.
14866         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
14867         values in the %f, %F, %e, %E, %g, %G directives.
14868         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
14869         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14870         gl_PRINTF_INFINITE and test its result. Invoke
14871         gl_PREREQ_VASNPRINTF_INFINITE.
14872         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14873         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14874         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14875         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14876         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14877         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14878         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14879         * doc/functions/fprintf.texi: Update.
14880         * doc/functions/printf.texi: Update.
14881         * doc/functions/snprintf.texi: Update.
14882         * doc/functions/sprintf.texi: Update.
14883         * doc/functions/vfprintf.texi: Update.
14884         * doc/functions/vprintf.texi: Update.
14885         * doc/functions/vsnprintf.texi: Update.
14886         * doc/functions/vsprintf.texi: Update.
14887
14888 2007-05-19  Bruno Haible  <bruno@clisp.org>
14889
14890         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
14891         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
14892         Instead of multiplying with 10^k, set extra_zeroes to k.
14893         (scale10_round_long_double): Remove function.
14894
14895 2007-05-18  Bruno Haible  <bruno@clisp.org>
14896
14897         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
14898         introduced on 2007-05-06.
14899
14900 2007-05-18  Bruno Haible  <bruno@clisp.org>
14901
14902         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
14903         %g directives.
14904         * tests/test-vasprintf-posix.c (test_function): Likewise.
14905         * tests/test-snprintf-posix.h (test_function): Likewise.
14906         * tests/test-sprintf-posix.h (test_function): Likewise.
14907
14908 2007-05-18  Bruno Haible  <bruno@clisp.org>
14909
14910         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
14911         (strmatch): New function.
14912         (test_function): Test the %f directive on numbers of various exponents.
14913         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
14914         (strmatch): New function.
14915         (test_function): Test the %f directive on numbers of various exponents.
14916         * tests/test-snprintf-posix.h (strmatch): New function.
14917         (test_function): Test the %f directive on numbers of various exponents.
14918         * tests/test-sprintf-posix.h (strmatch): New function.
14919         (test_function): Test the %f directive on numbers of various exponents.
14920         * tests/test-snprintf-posix.c (SIZEOF): New macro.
14921         * tests/test-sprintf-posix.c (SIZEOF): New macro.
14922         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
14923         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
14924
14925 2007-05-18  Bruno Haible  <bruno@clisp.org>
14926
14927         Add support for 'long double' number output.
14928         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
14929         * lib/vasnprintf.c: Include math.h and float+.h.
14930         (mp_limb_t): New type.
14931         (GMP_LIMB_BITS): New macro.
14932         (mp_twolimb_t): New type.
14933         (GMP_TWOLIMB_BITS): New macro.
14934         (mpn_t): New type.
14935         (multiply, divide, convert_to_decimal, decode_long_double,
14936         scale10_round_long_double, scale10_round_decimal_long_double,
14937         floorlog10l): New functions.
14938         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
14939         for the %f, %F, %e, %E, %g, %G directives.
14940         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
14941         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14942         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
14943         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
14944         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14945         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14946         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14947         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14948         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14949         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14950         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14951         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
14952         * modules/snprintf-posix (Depends-on): Likewise.
14953         * modules/sprintf-posix (Depends-on): Likewise.
14954         * modules/vasnprintf-posix (Depends-on): Likewise.
14955         * modules/vasprintf-posix (Depends-on): Likewise.
14956         * modules/vfprintf-posix (Depends-on): Likewise.
14957         * modules/vsnprintf-posix (Depends-on): Likewise.
14958         * modules/vsprintf-posix (Depends-on): Likewise.
14959         * modules/vasnprintf (Files): Add lib/float+.h.
14960         * doc/functions/fprintf.texi: Update.
14961         * doc/functions/printf.texi: Update.
14962         * doc/functions/snprintf.texi: Update.
14963         * doc/functions/sprintf.texi: Update.
14964         * doc/functions/vfprintf.texi: Update.
14965         * doc/functions/vprintf.texi: Update.
14966         * doc/functions/vsnprintf.texi: Update.
14967         * doc/functions/vsprintf.texi: Update.
14968
14969 2007-05-18  Bruno Haible  <bruno@clisp.org>
14970
14971         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
14972
14973 2007-05-18  Bruno Haible  <bruno@clisp.org>
14974
14975         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
14976         for printing 64-bit integers. Needed for mingw.
14977
14978 2007-05-18  Bruno Haible  <bruno@clisp.org>
14979
14980         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
14981         gl_FUNC_FREXPL_WORKS.
14982         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
14983
14984 2007-05-18  Bruno Haible  <bruno@clisp.org>
14985
14986         * modules/frexpl-nolibm-tests: New file.
14987
14988         * modules/frexpl-nolibm: New file.
14989         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
14990
14991 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14992
14993         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
14994         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
14995         GCC 4.2, which otherwise issues a lot of warnings.
14996         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
14997         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
14998         Likewise.
14999         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
15000         * modules/iconv_open (iconv.h): Likewise.
15001         * modules/locale (locale.h): Likewise.
15002         * modules/netinet_in (netinet/in.h): Likewise.
15003         * modules/sys_select (sys_select.h): Likewise.
15004         * modules/sys_socket (sys/socket.h): Likewise.
15005         * modules/sys_stat (sys/stat.h): Likewise.
15006         * modules/sysexits (sysexits.h): Likewise.
15007         * modules/unistd (unistd.h): Likewise.
15008
15009 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15010
15011         * modules/closein-tests (Makefile.am): Distribute
15012         `test-closein.sh'.
15013
15014 2007-05-17  Bruno Haible  <bruno@clisp.org>
15015
15016         * tests/test-printf-posix.output: Renamed from
15017         tests/test-fprintf-posix.out.
15018         * modules/fprintf-posix-tests: Update.
15019         * modules/printf-posix-tests: Update.
15020         * modules/vfprintf-posix-tests: Update.
15021         * modules/vprintf-posix-tests: Update.
15022         * tests/test-fprintf-posix.sh: Update.
15023         * tests/test-printf-posix.sh: Update.
15024         * tests/test-vfprintf-posix.sh: Update.
15025         * tests/test-vprintf-posix.sh: Update.
15026         Reported by Ralf Wildenhues.
15027
15028 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15029
15030         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
15031         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
15032         GCC 4.2, which otherwise issues a lot of warnings.
15033         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
15034         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
15035         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
15036         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
15037         it should no longer be needed.
15038         * lib/string_.h: Likewise.
15039         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
15040         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
15041         * modules/inttypes (inttypes.h): Likewise.
15042         * modules/math (math.h): Likewise.
15043         * modules/search (search.h): Likewise.
15044         * modules/signal (signal.h): Likewise.
15045         * modules/stdint (stdint.h): Likewise.
15046         * modules/stdio (stdio.h): Likewise.
15047         * modules/stdlib (stdlib.h): Likewise.
15048         * modules/string (string.h): Likewise.
15049         * modules/sys_time (sys/time.h): Likewise.
15050         * modules/time (time.h): Likewise.
15051         * modules/wchar (wchar.h): Likewise.
15052         * modules/wctype (wtype.h): Likewise.
15053
15054 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
15055
15056         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
15057
15058 2007-05-13  Bruno Haible  <bruno@clisp.org>
15059
15060         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
15061         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
15062         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
15063         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
15064         (gl_PREREQ_STRTOK_R): Don't require it here.
15065
15066 2007-05-13  Bruno Haible  <bruno@clisp.org>
15067
15068         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
15069         when used in C++ mode.
15070
15071 2007-05-12  Bruno Haible  <bruno@clisp.org>
15072
15073         * lib/linebuffer.h: Tweak doc.
15074         * lib/linebuffer.c: Likewise.
15075
15076 2007-05-12  James Youngman  <jay@gnu.org>
15077
15078         * lib/linebuffer.c (readlinebuffer_delim): New function,
15079         like readlinebuffer, but use a caller-specified delimiter.
15080         (readlinebuffer): Just call readlinebuffer_delim with '\n'
15081         as the delimiter.
15082         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
15083
15084 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15085
15086         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
15087         * modules/openat (Files): Remove openat-die.c.
15088         (Depends-on): Add openat-die.
15089         * modules/openat-die: New module.
15090
15091 2007-05-06  Bruno Haible  <bruno@clisp.org>
15092
15093         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
15094         Update with info about Cygwin.
15095         * doc/functions/fprintf.texi: Update.
15096         * doc/functions/printf.texi: Update.
15097         * doc/functions/snprintf.texi: Update.
15098         * doc/functions/sprintf.texi: Update.
15099         * doc/functions/vfprintf.texi: Update.
15100         * doc/functions/vprintf.texi: Update.
15101         * doc/functions/vsnprintf.texi: Update.
15102         * doc/functions/vsprintf.texi: Update.
15103         Reported by Eric Blake.
15104
15105 2007-05-06  Bruno Haible  <bruno@clisp.org>
15106
15107         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
15108         padding ourselves for the floating-point directives.
15109         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
15110         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
15111         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15112         gl_PRINTF_FLAG_ZERO and test its result. Invoke
15113         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
15114         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15115         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15116         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15117         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15118         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15119         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15120         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15121         * tests/test-snprintf-posix.h (test_function): Also check the width
15122         and some flags in the %f directive.
15123         * tests/test-sprintf-posix.h (test_function): Likewise.
15124         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15125         * tests/test-vasprintf-posix.c (test_function): Likewise.
15126         * doc/functions/fprintf.texi: Update.
15127         * doc/functions/printf.texi: Update.
15128         * doc/functions/snprintf.texi: Update.
15129         * doc/functions/sprintf.texi: Update.
15130         * doc/functions/vfprintf.texi: Update.
15131         * doc/functions/vprintf.texi: Update.
15132         * doc/functions/vsnprintf.texi: Update.
15133         * doc/functions/vsprintf.texi: Update.
15134
15135 2007-05-06  Bruno Haible  <bruno@clisp.org>
15136
15137         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
15138         pass the ' flag character to sprintf or snprintf.
15139         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
15140         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
15141         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15142         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
15143         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
15144         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15145         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
15146         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15147         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15148         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15149         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15150         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15151         * tests/test-snprintf-posix.h (test_function): Also check the grouping
15152         flag.
15153         * tests/test-sprintf-posix.h (test_function): Likewise.
15154         * tests/test-vasnprintf-posix.c (test_function): Likewise.
15155         * tests/test-vasprintf-posix.c (test_function): Likewise.
15156         * doc/functions/fprintf.texi: Update.
15157         * doc/functions/printf.texi: Update.
15158         * doc/functions/snprintf.texi: Update.
15159         * doc/functions/sprintf.texi: Update.
15160         * doc/functions/vfprintf.texi: Update.
15161         * doc/functions/vprintf.texi: Update.
15162         * doc/functions/vsnprintf.texi: Update.
15163         * doc/functions/vsprintf.texi: Update.
15164
15165 2007-05-01  Bruno Haible  <bruno@clisp.org>
15166
15167         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
15168
15169 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
15170
15171         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
15172         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
15173
15174 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15175
15176         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
15177         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
15178         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
15179
15180 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
15181
15182         * lib/argp-help.c (struct hol_entry): New member `ord'.
15183         (HOL_ENTRY_PTRCMP): Use ord for comparison
15184         (hol_sort): Initialize ord.
15185
15186 2007-05-01  Bruno Haible  <bruno@clisp.org>
15187
15188         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
15189         Reported by Eric Blake.
15190         * doc/gnulib.texi (Function Substitutes): Update.
15191
15192 2007-05-01  Bruno Haible  <bruno@clisp.org>
15193
15194         * doc/functions.texi: Remove file, now redundant through
15195         doc/functions/*.texi.
15196
15197 2007-05-01  Bruno Haible  <bruno@clisp.org>
15198
15199         * modules/argp (Depends-on): Add sleep.
15200
15201 2007-05-01  Bruno Haible  <bruno@clisp.org>
15202
15203         * modules/sleep-tests: New file.
15204         * tests/test-sleep.c: New file.
15205
15206         * modules/sleep: New file.
15207         * lib/sleep.c: New file.
15208         * m4/sleep.m4: New file.
15209         * lib/unistd_.h (sleep): New declaration.
15210         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
15211         HAVE_SLEEP.
15212         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
15213         * doc/functions/sleep.texi: Document the sleep module.
15214
15215 2007-05-01  Bruno Haible  <bruno@clisp.org>
15216
15217         * lib/sigprocmask.h: Remove file.
15218         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
15219         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
15220         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
15221         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
15222         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
15223         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
15224         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
15225         HAVE_SIGSET_T as a shell variable.
15226         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
15227         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
15228         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
15229         (Depends-on): Add signal. Remove verify.
15230         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
15231         (Include): Mention <signal.h> instead of sigprocmask.h.
15232         * NEWS: Mention the change.
15233         * lib/fatal-signal.c: Don't include sigprocmask.h.
15234
15235 2007-05-01  Bruno Haible  <bruno@clisp.org>
15236
15237         * modules/signal: New file.
15238         * lib/signal_.h: New file.
15239         * m4/signal_h.m4: New file.
15240
15241 2007-05-01  Bruno Haible  <bruno@clisp.org>
15242
15243         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
15244         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
15245         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
15246         HAVE_WCTYPE_CTMP_BUG into wctype.h.
15247
15248 2007-05-01  Bruno Haible  <bruno@clisp.org>
15249
15250         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
15251         configure time.
15252         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
15253         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
15254         * modules/sys_stat (Makefile.am): Substitute their values into
15255         sys/stat.h.
15256
15257 2007-05-01  Bruno Haible  <bruno@clisp.org>
15258
15259         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
15260         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
15261         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
15262
15263 2007-05-01  Bruno Haible  <bruno@clisp.org>
15264
15265         * doc/header/assert.texi: Undo last change: don't mention the gnulib
15266         'assert' module here.
15267
15268 2007-05-01  Bruno Haible  <bruno@clisp.org>
15269
15270         * doc/functions/*.texi: New files.
15271         * doc/functions/google-ranking.txt: New file.
15272         * doc/gnulib.texi (Function Substitutes): New chapter.
15273         (ctime, inet_ntoa): Remove sections.
15274         * doc/ctime.texi: Remove file.
15275         * doc/inet_ntoa.texi: Remove file.
15276         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
15277         dependencies.
15278         (%.info): New rule, specifying a --reference-limit.
15279
15280 2007-05-01  Bruno Haible  <bruno@clisp.org>
15281
15282         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
15283
15284 2007-05-01  Bruno Haible  <bruno@clisp.org>
15285
15286         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
15287         the portability of 'mkdir' to mingw systems.
15288
15289 2007-05-01  Bruno Haible  <bruno@clisp.org>
15290
15291         * doc/headers/google-ranking.txt: New file.
15292
15293 2007-04-30  Eric Blake  <ebb9@byu.net>
15294
15295         Prefer fseeko to fseek.
15296         * modules/getpass (Depends-on): Add fseeko.
15297         * lib/getpass.c (getpass): Use fseeko, not fseek.
15298
15299 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
15300
15301         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
15302         assumes the sorting is stable, while most qsort implementations
15303         are not.  Use argument addresses to ensure they never compare as
15304         equal.
15305
15306         * tests/test-argp-2.sh (usage-indent test): Fix output
15307         (func_compare): Restore diff options
15308         * tests/test-argp.c: Restore #include "progname.h"
15309
15310 2007-04-29  Bruno Haible  <bruno@clisp.org>
15311
15312         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
15313         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15314         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
15315         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15316         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
15317         (configure.ac): Define CHECK_SNPRINTF_POSIX.
15318         (TESTS, check_PROGRAMS): Add test-snprintf.
15319         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
15320         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
15321         (TESTS, check_PROGRAMS): Add test-vsnprintf.
15322         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
15323         assertions that fail on HP-UX, OSF/1, or IRIX.
15324         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
15325
15326 2007-04-29  Bruno Haible  <bruno@clisp.org>
15327
15328         * MODULES.html.sh (posix_functions): Remove 'contents'.
15329
15330 2007-04-29  Karl Berry  <karl@gnu.org>
15331
15332         * config/srclist.txt (gendocs_template_min): new entry.
15333
15334 2007-04-29  Bruno Haible  <bruno@clisp.org>
15335
15336         Work around fpurge bug on BSD systems.
15337         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
15338         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
15339         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
15340         fpurge to rpl_fpurge if the system already has this function.
15341         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
15342         the case where the system already has this function. Correct invariants
15343         on BSD systems.
15344         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
15345         BSD systems.
15346
15347 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
15348
15349         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
15350         proposed by Sven Verdoolaege.
15351
15352         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
15353         options.
15354         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
15355         (usage and help tests): Update
15356
15357 2007-04-29  Bruno Haible  <bruno@clisp.org>
15358
15359         * tests/test-fflush.c (main): Use a file of size 17, not 10.
15360         Print more information in case of failure. Disable a test on BeOS.
15361
15362 2007-04-29  Bruno Haible  <bruno@clisp.org>
15363
15364         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
15365         This helps debugging on systems on which no gdb is available.
15366
15367 2007-04-29  Bruno Haible  <bruno@clisp.org>
15368
15369         * lib/freading.h: Improve comments.
15370         * lib/fwriting.h: Likewise.
15371         * tests/test-freading.c (main): Don't check freading immediately after
15372         repositioning. Needed for glibc.
15373
15374 2007-04-29  Bruno Haible  <bruno@clisp.org>
15375
15376         * lib/freading.c (freading): Trivial simplification.
15377
15378 2007-04-28  Bruno Haible  <bruno@clisp.org>
15379
15380         * tests/test-fwriting.c (main): Also test the interaction between
15381         fflush and fwriting.
15382         * modules/fwriting-tests (Depends-on): Add fflush.
15383
15384         * tests/test-freading.c (main): Also test the interaction between
15385         fflush and freading.
15386         * modules/freading-tests (Depends-on): Add fflush.
15387
15388 2007-04-28  Bruno Haible  <bruno@clisp.org>
15389
15390         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
15391         fseeko and ftello.
15392         Suggested by Eric Blake.
15393
15394 2007-04-28  Jim Meyering  <jim@meyering.net>
15395
15396         Avoid false-negative in gl_STDINT_H's C99 conformance test.
15397         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
15398         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
15399
15400 2007-04-27  Eric Blake  <ebb9@byu.net>
15401
15402         * doc/headers/assert.texi (assert.h): Document assert module use.
15403
15404 2007-04-27  Bruno Haible  <bruno@clisp.org>
15405
15406         * doc/headers/*.texi: New files.
15407         * doc/gnulib.texi (Header File Substitutes): New chapter.
15408         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
15409         dependencies.
15410         (standards.info ,standards.html, standards.dvi): Update dependencies.
15411         (mostlyclean, clean): New targets.
15412
15413 2007-04-27  Bruno Haible  <bruno@clisp.org>
15414
15415         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
15416         * modules/sysexits (Files, Makefile.am): Update.
15417
15418         * lib/sys_socket_.h: Renamed from lib/socket_.h.
15419         * modules/sys_socket (Files, Makefile.am): Update.
15420
15421         * lib/sys_stat_.h: Renamed from lib/stat_.h.
15422         * modules/sys_stat (Files, Makefile.am): Update.
15423
15424 2007-04-27  Eric Blake  <ebb9@byu.net>
15425
15426         * lib/freading.h: Improve comments.
15427         * lib/fwriting.h: Likewise.
15428         * lib/fflush.c: Likewise.
15429
15430         Fix closein for mingw.
15431         * modules/closein-tests: Add tests for closein.
15432         * tests/test-closein.c: New file.
15433         * tests/test-closein.sh: Likewise.
15434         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
15435         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
15436
15437 2007-04-27  Bruno Haible  <bruno@clisp.org>
15438
15439         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
15440         version is < 6.
15441         * lib/math_.h [__DECC]: Likewise.
15442         * lib/stdio_.h [__DECC]: Likewise.
15443         * lib/stdlib_.h [__DECC]: Likewise.
15444         * lib/string_.h [__DECC]: Likewise.
15445         * lib/time_.h [__DECC]: Likewise.
15446         * lib/wchar_.h [__DECC]: Likewise.
15447         * lib/wctype_.h [__DECC]: Likewise.
15448
15449 2007-04-27  Bruno Haible  <bruno@clisp.org>
15450
15451         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
15452
15453 2007-04-27  Bruno Haible  <bruno@clisp.org>
15454
15455         * lib/fflush.c: Add comments.
15456         * modules/fpurge-tests (Depends-on): Add fflush.
15457         * modules/freadable-tests (Depends-on): Likewise.
15458         * modules/fwritable-tests (Depends-on): Likewise.
15459
15460 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
15461
15462         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
15463         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
15464         Report by Bruno Haible <bruno@clisp.org>.
15465
15466 2007-04-26  Eric Blake  <ebb9@byu.net>
15467
15468         Fix fflush on mingw.
15469         * modules/fflush (Depends-on): Add freading.
15470         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
15471         but unread data.
15472
15473 2007-04-26  Eric Blake  <ebb9@byu.net>
15474         and Bruno Haible  <bruno@clisp.org>
15475
15476         Implement freading and fwriting.
15477         * lib/freading.c: New file.
15478         * lib/freading.h: Likewise.
15479         * m4/freading.m4: Likewise.
15480         * modules/freading: Likewise.
15481         * modules/freading-tests: Likewise.
15482         * tests/test-freading.c: Likewise.
15483         * lib/fwriting.c: New file.
15484         * lib/fwriting.h: Likewise.
15485         * m4/fwriting.m4: Likewise.
15486         * modules/fwriting: Likewise.
15487         * modules/fwriting-tests: Likewise.
15488         * tests/test-fwriting.c: Likewise.
15489         * MODULES.html.sh (File stream based Input/Output): Mention them.
15490
15491 2007-04-26  Bruno Haible  <bruno@clisp.org>
15492
15493         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
15494         'long' when we assume it.
15495         Suggested by Eric Blake.
15496
15497 2007-04-26  Bruno Haible  <bruno@clisp.org>
15498
15499         Ensure fseeko, ftello are declared on glibc systems.
15500         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
15501         * modules/fseeko (configure.ac-early): Likewise.
15502         * modules/ftello (configure.ac-early): Likewise.
15503         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
15504         AC_FUNC_FSEEKO for this.
15505         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
15506         (gl_CHECK_FSEEKO): Remove macro.
15507
15508 2007-04-26  Bruno Haible  <bruno@clisp.org>
15509
15510         * tests/test-fflush.c (main): Also check the ftell result after
15511         fflush and fseek/fseeko.
15512         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
15513         file descriptor position cache in the stream.
15514         * lib/fseeko.c (rpl_fseeko): Likewise.
15515
15516 2007-04-26  Bruno Haible  <bruno@clisp.org>
15517
15518         * modules/fflush-tests (Depends-on): Add fseeko.
15519
15520 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
15521             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15522
15523         * lib/argz_.h: ensure error_t definition is obtained in same
15524         mechanism system argz.h would have.
15525         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
15526         argz facilities are known bad.  Err on the side of caution if
15527         cross-compiling.
15528
15529 2007-04-25  Eric Blake  <ebb9@byu.net>
15530
15531         * lib/fpurge.c (includes): Use stdlib.h for free.
15532         * tests/test-fflush.c (main): Also test fflush-fseeko.
15533
15534 2007-04-25  Bruno Haible  <bruno@clisp.org>
15535
15536         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
15537         * lib/fseeko.c: New file.
15538         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
15539         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
15540         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
15541         gl_FUNC_FSEEKO.
15542         (gl_FUNC_FSEEKO): Invoke it.
15543         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
15544         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
15545         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
15546
15547 2007-04-25  Bruno Haible  <bruno@clisp.org>
15548
15549         * modules/fflush (Depends-on): Add ftello.
15550
15551 2007-04-25  Bruno Haible  <bruno@clisp.org>
15552
15553         * modules/ftello-tests: New file.
15554         * tests/test-ftello.c: New file.
15555
15556         * modules/ftello: New file.
15557         * m4/ftello.m4: New file.
15558         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
15559         HAVE_FTELLO.
15560         * lib/stdio_.h (ftello): New declaration.
15561         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
15562         HAVE_FTELLO.
15563
15564 2007-04-25  Bruno Haible  <bruno@clisp.org>
15565
15566         * modules/fseeko-tests: New file.
15567         * tests/test-fseeko.c: New file.
15568
15569         * modules/fseeko: New file.
15570         * m4/fseeko.m4: New file.
15571         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
15572         HAVE_FSEEKO.
15573         * lib/stdio_.h (fseeko): New declaration.
15574         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
15575         HAVE_FSEEKO.
15576
15577 2007-04-25  Bruno Haible  <bruno@clisp.org>
15578
15579         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
15580
15581 2007-04-25  Bruno Haible  <bruno@clisp.org>
15582
15583         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
15584         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
15585         * tests/test-unistd.c: Likewise.
15586         * tests/test-fcntl.c: Likewise.
15587
15588 2007-04-23  Eric Blake  <ebb9@byu.net>
15589
15590         * lib/fflush.c: Fix missing include.
15591         Reported by Bruno Haible.
15592
15593 2007-04-23  Bruno Haible  <bruno@clisp.org>
15594
15595         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
15596         Reported by Eric Blake.
15597
15598 2007-04-23  Bruno Haible  <bruno@clisp.org>
15599
15600         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
15601
15602 2007-04-23  Bruno Haible  <bruno@clisp.org>
15603
15604         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
15605
15606 2007-04-23  Bruno Haible  <bruno@clisp.org>
15607
15608         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
15609         Needed on HP-UX 11.
15610
15611 2007-04-16  Eric Blake  <ebb9@byu.net>
15612
15613         Make fflush rely on fpurge.
15614         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
15615         open coding all variants.
15616         * modules/fflush (Depends-on): Add fpurge and unistd.
15617         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
15618         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
15619
15620         Fix --with-tests compilation on cygwin.
15621         * modules/argmatch-tests (Makefile.am): List gnulib library first
15622         in LDADD.
15623         * modules/argp-tests (Makefile.am): Likewise.
15624         * modules/array-list-tests (Makefile.am): Likewise.
15625         * modules/array-oset-tests (Makefile.am): Likewise.
15626         * modules/avltree-list-tests (Makefile.am): Likewise.
15627         * modules/avltree-oset-tests (Makefile.am): Likewise.
15628         * modules/avltreehash-list-tests (Makefile.am): Likewise.
15629         * modules/carray-list-tests (Makefile.am): Likewise.
15630         * modules/dirname-tests (Makefile.am): Likewise.
15631         * modules/frexp-tests (Makefile.am): Likewise.
15632         * modules/isnanl-tests (Makefile.am): Likewise.
15633         * modules/linked-list-tests (Makefile.am): Likewise.
15634         * modules/linkedhash-list-tests (Makefile.am): Likewise.
15635         * modules/lock-tests (Makefile.am): Likewise.
15636         * modules/rbtree-list-tests (Makefile.am): Likewise.
15637         * modules/rbtree-oset-tests (Makefile.am): Likewise.
15638         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
15639         * modules/tls-tests (Makefile.am): Likewise.
15640         * modules/tsearch-tests (Makefile.am): Likewise.
15641         * modules/xvasprintf-tests (Makefile.am): Likewise.
15642
15643         Fix fpurge for cygwin.
15644         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
15645         value.
15646         * modules/fpurge-tests (Depends-on): Clean up trash.
15647
15648 2007-04-16  Simon Josefsson  <simon@josefsson.org>
15649
15650         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
15651
15652         * m4/autobuild.m4: Re-indent.
15653
15654 2007-04-13  Bruno Haible  <bruno@clisp.org>
15655
15656         * modules/fpurge-tests: New file.
15657         * tests/test-fpurge.c: New file.
15658
15659         * modules/fpurge: New file.
15660         * lib/fpurge.h: New file.
15661         * lib/fpurge.c: New file.
15662         * m4/fpurge.m4: New file.
15663
15664 2007-04-13  Bruno Haible  <bruno@clisp.org>
15665
15666         * modules/fbufmode-tests: New file.
15667         * tests/test-fbufmode.c: New file.
15668
15669         * modules/fbufmode: New file.
15670         * lib/fbufmode.h: New file.
15671         * lib/fbufmode.c: New file.
15672         * m4/fbufmode.m4: New file.
15673
15674 2007-04-13  Bruno Haible  <bruno@clisp.org>
15675
15676         * modules/fwritable-tests: New file.
15677         * tests/test-fwritable.c: New file.
15678
15679         * modules/fwritable: New file.
15680         * lib/fwritable.h: New file.
15681         * lib/fwritable.c: New file.
15682         * m4/fwritable.m4: New file.
15683
15684 2007-04-13  Bruno Haible  <bruno@clisp.org>
15685
15686         * modules/freadable-tests: New file.
15687         * tests/test-freadable.c: New file.
15688
15689         * modules/freadable: New file.
15690         * lib/freadable.h: New file.
15691         * lib/freadable.c: New file.
15692         * m4/freadable.m4: New file.
15693
15694 2007-04-13  Bruno Haible  <bruno@clisp.org>
15695
15696         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
15697         MOSTLYCLEANFILES.
15698
15699 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15700
15701         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
15702         gzip bootstrap.conf to avoid dragging in i18n machinery.
15703         (gnulib_tool_option): Use it.
15704
15705 2007-04-13  Bruno Haible  <bruno@clisp.org>
15706
15707         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
15708         %F directives.
15709         * tests/test-vasprintf-posix.c (test_function): Likewise.
15710         * tests/test-snprintf-posix.h (test_function): Likewise.
15711         * tests/test-sprintf-posix.h (test_function): Likewise.
15712         * tests/test-fprintf-posix.h (test_function): Likewise.
15713         * tests/test-printf-posix.h (test_function): Likewise.
15714         * tests/test-fprintf-posix.out: Likewise.
15715
15716 2007-04-13  Bruno Haible  <bruno@clisp.org>
15717
15718         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
15719         * modules/tls-tests (configure.ac): Likewise.
15720         Reported by Arto C. Nirkko <anirkko@insel.ch>.
15721
15722 2007-04-13  Bruno Haible  <bruno@clisp.org>
15723
15724         * lib/tls.c (glthread_tls_get): Fix return type.
15725         Patch by Arto C. Nirkko <anirkko@insel.ch>.
15726
15727 2007-04-12  Eric Blake  <ebb9@byu.net>
15728
15729         * modules/gettime (Depends-on): Remove gettime.
15730         Reported by Dmitry V. Levin.
15731
15732 2007-04-12  Bruno Haible  <bruno@clisp.org>
15733
15734         * modules/fflush (Include): Mention <stdio.h>.
15735         * modules/strtoimax (Include): Mention <inttypes.h>.
15736         * modules/strtoumax (Include): Likewise.
15737
15738 2007-04-12  Eric Blake  <ebb9@byu.net>
15739
15740         * .cvsignore: New file.
15741         * .gitignore: Likewise.
15742
15743 2007-04-12  Bruno Haible  <bruno@clisp.org>
15744
15745         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
15746         not before, since $(LDADD) often contains libgnu.a.
15747         * modules/striconv-tests (test_striconv_LDADD): Likewise.
15748         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
15749         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
15750         Needed on Cygwin.
15751
15752 2007-04-12  Eric Blake  <ebb9@byu.net>
15753
15754         Work around glibc's failure to flush stdin on fclose.
15755         * lib/closein.c (close_stdin): Flush stdin before closing.
15756
15757         Work around glibc's failure to reset seekable stdin on exit.
15758         * modules/closein: New module.
15759         * lib/closein.c: New file.
15760         * lib/closein.h: Likewise.
15761         * m4/closein.m4: Likewise.
15762         * MODULES.html.sh (File stream based Input/Output): Document it.
15763
15764 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15765
15766         * gnulib-tool: Rename generated 'autobuild' script to
15767         'do-autobuild' in --create-megatestdir output.
15768
15769         * doc/gnulib.texi (Build robot for gnulib): Fix.
15770
15771 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15772
15773         * modules/sysexits (Depends-on): Add absolute-header.
15774
15775 2007-04-12  Eric Blake  <ebb9@byu.net>
15776
15777         No need to preserve errno on success.
15778         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
15779         Reported by Bruno Haible.
15780
15781 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15782
15783         * MODULES.html.sh (Support for maintaining and releasing
15784         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
15785
15786 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15787
15788         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
15789
15790 2007-04-12  Simon Josefsson  <simon@josefsson.org>
15791
15792         * modules/autobuild: New module.
15793
15794         * m4/autobuild.m4: New file.
15795
15796 2007-04-11  Bruno Haible  <bruno@clisp.org>
15797
15798         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
15799         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
15800         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
15801         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
15802         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15803         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15804         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15805         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
15806         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15807         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15808         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
15809         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15810         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15811         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
15812         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15813         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15814         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
15815         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15816         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15817         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
15818         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15819         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15820         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
15821         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15822         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15823         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
15824         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
15825         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
15826         Reported by Eric Blake.
15827
15828 2007-04-11  Bruno Haible  <bruno@clisp.org>
15829
15830         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
15831
15832 2007-04-10  Bruno Haible  <bruno@clisp.org>
15833
15834         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
15835         for NaN and Infinity. Needed on FreeBSD 6.1.
15836         * tests/test-vasnprintf-posix.c (test_function): Undo last change
15837         regarding results for "%010a" of Infinity and NaN.
15838         * tests/test-vasprintf-posix.c (test_function): Likewise.
15839         * tests/test-snprintf-posix.h (test_function): Likewise.
15840         * tests/test-sprintf-posix.h (test_function): Likewise.
15841         * tests/test-fprintf-posix.h (test_function): Likewise.
15842         * tests/test-printf-posix.h (test_function): Likewise.
15843         * tests/test-fprintf-posix.out: Likewise.
15844
15845 2007-04-10  Bruno Haible  <bruno@clisp.org>
15846
15847         * modules/locale-tests: New file.
15848         * tests/test-locale.c: New file.
15849
15850         * modules/locale: New file.
15851         * lib/locale_.h: New file.
15852         * m4/locale_h.m4: New file.
15853
15854 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
15855             Bruno Haible  <bruno@clisp.org>
15856
15857         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
15858         be determined, test for availability of the copysignf, copysign,
15859         copysignl functions.
15860         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
15861         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
15862         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
15863
15864 2007-04-09  Eric Blake  <ebb9@byu.net>
15865
15866         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
15867         * modules/stdio (Makefile.am): Support fflush.
15868         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
15869         * modules/fflush: New file.
15870         * lib/fflush.c: Likewise.
15871         * m4/fflush.m4: Likewise.
15872         * modules/fflush-tests: New test.
15873         * tests/test-fflush.c: Likewise.
15874         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
15875
15876 2007-04-06  Bruno Haible  <bruno@clisp.org>
15877
15878         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
15879         (VASNPRINTF): Use signbit for faster determination whether to print a
15880         minus sign.
15881         * modules/vasnprintf (Files): Remove lib/float+.h.
15882         * modules/fprintf-posix (Depends-on): Add signbit.
15883         * modules/snprintf-posix (Depends-on): Likewise.
15884         * modules/sprintf-posix (Depends-on): Likewise.
15885         * modules/vasnprintf-posix (Depends-on): Likewise.
15886         * modules/vasprintf-posix (Depends-on): Likewise.
15887         * modules/vfprintf-posix (Depends-on): Likewise.
15888         * modules/vsnprintf-posix (Depends-on): Likewise.
15889         * modules/vsprintf-posix (Depends-on): Likewise.
15890
15891 2007-04-06  Bruno Haible  <bruno@clisp.org>
15892
15893         * tests/test-frexp.c (main): Test also the sign bit of zero results.
15894         * tests/test-frexpl.c (main): Likewise.
15895         * tests/test-ldexpl.c (main): Likewise.
15896         * modules/frexp-tests (Depends-on): Add signbit.
15897         * modules/frexpl-tests (Depdends-on): Likewise.
15898         * modules/ldexpl-tests (Depdends-on): Likewise.
15899
15900 2007-04-06  Bruno Haible  <bruno@clisp.org>
15901
15902         * modules/signbit-tests: New file.
15903         * tests/test-signbit.c: New file.
15904
15905         * modules/signbit: New file.
15906         * lib/signbitf.c: New file.
15907         * lib/signbitd.c: New file.
15908         * lib/signbitl.c: New file.
15909         * m4/signbit.m4: New file.
15910         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
15911         (signbit): New macro.
15912         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
15913         REPLACE_SIGNBIT.
15914         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
15915         REPLACE_FREXPL into math.h.
15916
15917 2007-04-06  Bruno Haible  <bruno@clisp.org>
15918
15919         * modules/isnanf-nolibm-tests: New file.
15920         * tests/test-isnanf.c: New file.
15921
15922         * modules/isnanf-nolibm: New file.
15923         * lib/isnanf.h: New file.
15924         * lib/isnanf.c: New file.
15925         * lib/isnan.c: Consider the USE_FLOAT macro.
15926         * m4/isnanf.m4: New file.
15927
15928 2007-04-06  Bruno Haible  <bruno@clisp.org>
15929
15930         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
15931         (Link): New section.
15932
15933         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
15934
15935 2007-04-06  Bruno Haible  <bruno@clisp.org>
15936
15937         Assume the 'long double' type.
15938         * m4/longdouble.m4: Remove file.
15939         * config/srclist.txt: Don't mention longdouble.m4.
15940         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
15941         * lib/float+.h: Likewise.
15942         * lib/frexp.c: Likewise.
15943         * lib/printf-args.h: Likewise.
15944         * lib/printf-args.c: Likewise.
15945         * lib/printf-frexp.c: Likewise.
15946         * lib/printf-parse.c: Likewise.
15947         * lib/vasnprintf.c: Likewise.
15948         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
15949         * m4/intl.m4: Likewise.
15950         * m4/isnanl.m4: Likewise.
15951         * m4/printf.m4: Likewise.
15952         * m4/printf-frexpl.m4: Likewise.
15953         * m4/vasnprintf.m4: Likewise.
15954         * modules/allocsa (Files): Remove m4/longdouble.m4.
15955         * modules/gettext (Files): Likewise.
15956         * modules/relocatable-prog-wrapper (Files): Likewise.
15957         * modules/vasnprintf (Files): Likewise.
15958         * modules/isnanl (Files): Likewise.
15959         (Include): Simplify.
15960         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
15961         (Include): Simplify.
15962         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
15963         (Include): Simplify.
15964         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
15965         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15966         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
15967         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15968         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
15969         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15970         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
15971         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15972         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
15973         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15974         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
15975         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
15976         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
15977         * tests/test-isnanl.c: Likewise.
15978         * tests/test-snprintf-posix.h: Likewise.
15979         * tests/test-sprintf-posix.h: Likewise.
15980         * tests/test-vasnprintf-posix.c: Likewise.
15981         * tests/test-vasnprintf-posix2.c: Likewise.
15982         * tests/test-vasprintf-posix.c: Likewise.
15983
15984 2007-04-06  Bruno Haible  <bruno@clisp.org>
15985
15986         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
15987         * lib/math_.h [__DECC]: Include the overridden include file through
15988         #include_next, outside the double-inclusion guard.
15989         * lib/stdio_.h [__DECC]: Likewise.
15990         * lib/stdlib_.h [__DECC]: Likewise.
15991         * lib/string_.h [__DECC]: Likewise.
15992         * lib/time_.h [__DECC]: Likewise.
15993         * lib/wchar_.h [__DECC]: Likewise.
15994         * lib/wctype_.h [__DECC]: Likewise.
15995         * lib/inttypes_.h [__DECC]: Likewise.
15996         Reported by Albert Chin <china@thewrittenword.com> in
15997         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
15998
15999 2007-04-04  Eric Blake  <ebb9@byu.net>
16000
16001         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
16002         1.5.x.
16003
16004 2007-04-04  Bruno Haible  <bruno@clisp.org>
16005
16006         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
16007         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
16008
16009 2007-04-04  Bruno Haible  <bruno@clisp.org>
16010
16011         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
16012         results for "%010a" of Infinity and NaN.
16013         * tests/test-vasprintf-posix.c (test_function): Likewise.
16014         * tests/test-snprintf-posix.h (test_function): Likewise.
16015         * tests/test-sprintf-posix.h (test_function): Likewise.
16016         * tests/test-fprintf-posix.h (test_function): Remove these tests.
16017         * tests/test-printf-posix.h (test_function): Likewise.
16018         * tests/test-fprintf-posix.out: Update.
16019         Needed for FreeBSD 6.1.
16020
16021 2007-04-04  Bruno Haible  <bruno@clisp.org>
16022
16023         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
16024         directly used by the gnulib modules nor by gnulib-tool.
16025
16026 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
16027
16028         * DEPENDENCIES: Give overall description of version dependency
16029         desirability.  Use more-typical names for apps.
16030         Add shell, coreutils, diffutils, grep, tar, gzip.
16031
16032 2007-04-04  Simon Josefsson  <simon@josefsson.org>
16033
16034         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
16035
16036 2007-04-04  Karl Berry  <karl@gnu.org>
16037
16038         * MODULES.html.sh (func_module): missing '.
16039
16040 2007-04-03  Bruno Haible  <bruno@clisp.org>
16041
16042         * modules/argmatch-tests (Makefile.am): New variable
16043         test_argmatch_LDADD.
16044         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
16045         * modules/array-list-tests (Makefile.am): New variable
16046         test_array_list_LDADD.
16047         * modules/array-oset-tests (Makefile.am): New variable
16048         test_array_oset_LDADD.
16049         * modules/avltree-list-tests (Makefile.am): New variable
16050         test_avltree_list_LDADD.
16051         * modules/avltree-oset-tests (Makefile.am): New variable
16052         test_avltree_oset_LDADD.
16053         * modules/avltreehash-list-tests (Makefile.am): New variable
16054         test_avltreehash_list_LDADD.
16055         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
16056         test_canonicalize_lgpl_LDADD.
16057         * modules/carray-list-tests (Makefile.am): New variable
16058         test_carray_list_LDADD.
16059         * modules/dirname-tests (Makefile.am): New variable
16060         test_dirname_LDADD.
16061         * modules/linked-list-tests (Makefile.am): New variable
16062         test_linked_list_LDADD.
16063         * modules/linkedhash-list-tests (Makefile.am): New variable
16064         test_linkedhash_list_LDADD.
16065         * modules/rbtree-list-tests (Makefile.am): New variable
16066         test_rbtree_list_LDADD.
16067         * modules/rbtree-oset-tests (Makefile.am): New variable
16068         test_rbtree_oset_LDADD.
16069         * modules/rbtreehash-list-tests (Makefile.am): New variable
16070         test_rbtreehash_list_LDADD.
16071         * modules/xvasprintf-tests (Makefile.am): New variable
16072         test_xvasprintf_LDADD.
16073         Reported by Eric Blake.
16074
16075 2007-04-03  Eric Blake  <ebb9@byu.net>
16076
16077         * DEPENDENCIES: Weaken m4 requirements.
16078
16079 2007-04-03  Bruno Haible  <bruno@clisp.org>
16080
16081         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
16082         * modules/isnanl-tests (configure.ac): Likewise.
16083
16084 2007-04-03  Ben Pfaff  <blp@gnu.org>
16085
16086         * modules/iconv_open: Add $(srcdir)/ to source directory
16087         references in Makefile fragments that call gperf, to fix VPATH
16088         builds.
16089
16090 2007-04-03  Bruno Haible  <bruno@clisp.org>
16091
16092         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
16093         * lib/ldexpl.c: Undo last change.
16094
16095 2007-04-03  Bruno Haible  <bruno@clisp.org>
16096
16097         * modules/printf-frexpl (Depends-on): Undo last change.
16098         (Files): Add m4/ldexpl.m4.
16099
16100 2007-04-03  Bruno Haible  <bruno@clisp.org>
16101
16102         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
16103         * modules/isnanl (Link): New section.
16104
16105         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
16106         * modules/frexp (Link): New section.
16107
16108         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
16109         * modules/frexpl (Link): New section.
16110
16111         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
16112         * modules/ldexpl (Link): New section.
16113
16114 2007-04-03  Bruno Haible  <bruno@clisp.org>
16115
16116         * modules/TEMPLATE-EXTENDED: New file.
16117         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
16118
16119 2007-04-03  Bruno Haible  <bruno@clisp.org>
16120
16121         * DEPENDENCIES: New file.
16122         Suggested by Simon Josefsson.
16123
16124 2007-04-03  Bruno Haible  <bruno@clisp.org>
16125
16126         * doc/gnulib.texi: Escape @.
16127
16128 2007-04-03  James Youngman  <jay@gnu.org>
16129         and Paul Eggert  <eggert@cs.ucla.edu>
16130
16131         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
16132         birthtime on all systems that have birthtime, not just those which
16133         use st_birthtimensec rather than st_birthtim.  Putting zero in
16134         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
16135         that the birth time is not available for files on an NFS mount.
16136
16137 2007-04-03  Simon Josefsson  <simon@josefsson.org>
16138
16139         * modules/memxor: Move back from crypto/, suggested by Bruno.
16140         * modules/crypto/hmac-sha1: Fix memxor dependency.
16141
16142         * modules/crypto/gc: Moved from ../.
16143
16144 2007-04-02  Eric Blake  <ebb9@byu.net>
16145
16146         * lib/ldexpl.c (includes): Avoid libm.
16147
16148         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
16149
16150 2007-04-02  Bruno Haible  <bruno@clisp.org>
16151
16152         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
16153         on IRIX.
16154
16155 2007-04-02  Bruno Haible  <bruno@clisp.org>
16156
16157         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
16158         x86 or x86_64 platforms running MacOS X.
16159         Reported by Ryan Schmidt <@ryandesign.com>.
16160
16161 2007-04-02  Bruno Haible  <bruno@clisp.org>
16162
16163         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
16164         i386.
16165
16166 2007-04-01  Simon Josefsson  <simon@josefsson.org>
16167
16168         * modules/crypto/arcfour: Moved from ../.
16169         * modules/crypto/arcfour-tests: Moved from ../.
16170         * modules/crypto/arctwo: Moved from ../.
16171         * modules/crypto/arctwo-tests: Moved from ../.
16172         * modules/crypto/des: Moved from ../.
16173         * modules/crypto/des-tests: Moved from ../.
16174         * modules/crypto/gc-arcfour: Moved from ../.
16175         * modules/crypto/gc-arcfour-tests: Moved from ../.
16176         * modules/crypto/gc-arctwo: Moved from ../.
16177         * modules/crypto/gc-arctwo-tests: Moved from ../.
16178         * modules/crypto/gc-des: Moved from ../.
16179         * modules/crypto/gc-des-tests: Moved from ../.
16180         * modules/crypto/gc-hmac-md5: Moved from ../.
16181         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
16182         * modules/crypto/gc-hmac-sha1: Moved from ../.
16183         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
16184         * modules/crypto/gc-md2: Moved from ../.
16185         * modules/crypto/gc-md2-tests: Moved from ../.
16186         * modules/crypto/gc-md4: Moved from ../.
16187         * modules/crypto/gc-md4-tests: Moved from ../.
16188         * modules/crypto/gc-md5: Moved from ../.
16189         * modules/crypto/gc-md5-tests: Moved from ../.
16190         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
16191         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
16192         * modules/crypto/gc-random: Moved from ../.
16193         * modules/crypto/gc-rijndael: Moved from ../.
16194         * modules/crypto/gc-rijndael-tests: Moved from ../.
16195         * modules/crypto/gc-sha1: Moved from ../.
16196         * modules/crypto/gc-sha1-tests: Moved from ../.
16197         * modules/crypto/gc-tests: Moved from ../.
16198         * modules/crypto/hmac-md5: Moved from ../.
16199         * modules/crypto/hmac-md5-tests: Moved from ../.
16200         * modules/crypto/hmac-sha1: Moved from ../.
16201         * modules/crypto/hmac-sha1-tests: Moved from ../.
16202         * modules/crypto/md2: Moved from ../.
16203         * modules/crypto/md2-tests: Moved from ../.
16204         * modules/crypto/md4: Moved from ../.
16205         * modules/crypto/md4-tests: Moved from ../.
16206         * modules/crypto/md5: Moved from ../.
16207         * modules/crypto/md5-tests: Moved from ../.
16208         * modules/crypto/memxor: Moved from ../.
16209         * modules/crypto/rijndael: Moved from ../.
16210         * modules/crypto/rijndael-tests: Moved from ../.
16211         * modules/crypto/sha1: Moved from ../.
16212
16213 2007-03-30  James Youngman  <jay@gnu.org>
16214
16215         * tests/test-stat-time.c (prepare_test): use chmod() rather than
16216         rename() to change the ctime of a file (because ctime is unaffected
16217         by rename on jfs2 on AIX 5.1).
16218         (main): Start by doing cleanup, in case a previous run failed leaving
16219         test files behind.
16220
16221 2007-03-31  Bruno Haible  <bruno@clisp.org>
16222
16223         Support old proprietary implementations of iconv.
16224         * modules/iconv_open: New file.
16225         * lib/iconv_.h: New file.
16226         * m4/iconv_h.m4: New file.
16227         * lib/iconv_open.c: New file.
16228         * lib/iconv_open-aix.gperf: New file.
16229         * lib/iconv_open-hpux.gperf: New file.
16230         * lib/iconv_open-irix.gperf: New file.
16231         * lib/iconv_open-osf.gperf: New file.
16232         * m4/iconv_open.m4: New file.
16233         * modules/linebreak (Depends-on): Add iconv_open.
16234         * modules/striconv (Depends-on): Likewise.
16235         * modules/striconveh (Depends-on): Likewise.
16236         * modules/unicodeio (Depends-on): Likewise.
16237         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
16238         (iconv_t)(-1).
16239         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
16240         conversion if cd is (iconv_t)(-1).
16241         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
16242         is not possible.
16243
16244 2007-03-31  Bruno Haible  <bruno@clisp.org>
16245
16246         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16247         work on Solaris either. Protect also second use of "autodetect_jp".
16248
16249 2007-03-31  Bruno Haible  <bruno@clisp.org>
16250
16251         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
16252         the function is not present.
16253
16254 2007-03-31  Bruno Haible  <bruno@clisp.org>
16255
16256         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
16257         the function is not present.
16258
16259 2007-03-31  Bruno Haible  <bruno@clisp.org>
16260
16261         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
16262         a bug in HP-UX iconv_open().
16263
16264 2007-03-31  Bruno Haible  <bruno@clisp.org>
16265
16266         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
16267         (Mathematics <math.h>): New section, add fpieee.
16268         (Input/output <stdio.h>): Add fseterr.
16269         (Mathematics <math.h>): New section, add printf-frexp.
16270         (Container data structures): Add sublist.
16271         (Core language properties): Add fpucw, inline.
16272         (Functions for greatest-width integer types <inttypes.h>): Add
16273         imaxabs, imaxdiv, inttypes.
16274         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
16275         isnanl-nolibm, ldexp.
16276         (Mathematics <math.h>): New section, add printf-frexpl.
16277         (Support for systems lacking POSIX:2001): Add fprintf-posix,
16278         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
16279         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
16280         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
16281         (Unicode string functions): Add unistr/u*-mbtoucr.
16282         (Java): Add javacomp-script, javaexec-script.
16283         (C#): Add csharpcomp-script, csharpexec-script.
16284         (Support for building libraries and executables): Add havelib,
16285         relocatable-*.
16286         (Support for maintaining and releasing projects): Renamed from
16287         'Support for maintaining and release projects'. Add announce-gen.
16288
16289 2007-03-31  Bruno Haible  <bruno@clisp.org>
16290
16291         * README: Talk primarily about git.
16292         (git and CVS): Renamed from CVS.
16293         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
16294         gnulib is available through git.
16295         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
16296
16297 2007-03-30  Bruno Haible  <bruno@clisp.org>
16298
16299         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
16300         * lib/poll_.h: Likewise.
16301         * lib/stat_.h: Likewise.
16302         * lib/sys_time_.h: Likewise.
16303         * lib/sysexit_.h: Likewise.
16304         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
16305         * lib/stdbool_.h: Likewise.
16306         * lib/byteswap_.h: Add double-inclusion guard.
16307
16308 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
16309
16310         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
16311
16312 2007-03-30  Karl Berry  <karl@gnu.org>
16313
16314         * config/srclist-update: double space after USA in the license
16315         substitution, since that's how it's usually (?) written.
16316
16317 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
16318
16319         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
16320         reported by Bruno Haible.
16321
16322 2007-03-29  Bruno Haible  <bruno@clisp.org>
16323
16324         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
16325         a bug in AIX iconv().
16326
16327 2007-03-29  Bruno Haible  <bruno@clisp.org>
16328
16329         * modules/ldexpl-tests: New file.
16330         * tests/test-ldexpl.c: New file.
16331
16332 2007-03-29  Bruno Haible  <bruno@clisp.org>
16333
16334         * lib/ldexpl.c: Include fpucw.h.
16335         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
16336         multiplication.
16337         * modules/ldexpl (Depends-on): Add fpucw.
16338
16339 2007-03-29  Bruno Haible  <bruno@clisp.org>
16340
16341         * modules/ldexpl: New file.
16342         * m4/ldexpl.m4: New file.
16343         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
16344         set.
16345         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
16346         REPLACE_LDEXPL.
16347         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
16348         REPLACE_LDEXPL.
16349         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
16350         gl_FUNC_LDEXPL_WORKS.
16351         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
16352         * modules/mathl (Files): Remove lib/ldexpl.c.
16353         (Depends-on): Add ldexpl.
16354
16355 2007-03-29  Bruno Haible  <bruno@clisp.org>
16356
16357         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
16358
16359 2007-03-29  Bruno Haible  <bruno@clisp.org>
16360
16361         * tests/test-striconveh.c (main): Don't assume that a direct conversion
16362         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
16363         and possibly also HP-UX.
16364         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
16365         work on AIX, IRIX, HP-UX, OSF/1.
16366         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
16367         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
16368         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
16369         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
16370         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
16371         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
16372
16373 2007-03-29  Bruno Haible  <bruno@clisp.org>
16374
16375         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
16376
16377 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16378
16379         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
16380         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
16381
16382 2007-03-29  Eric Blake  <ebb9@byu.net>
16383
16384         * lib/acl-internal.h: Remove redundant include.
16385         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
16386         Cygwin when a file is locked.
16387
16388 2007-03-29  Bruno Haible  <bruno@clisp.org>
16389
16390         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
16391         file.
16392         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
16393
16394 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
16395
16396         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
16397         try to remove a parent directory if the child couldn't be removed
16398         (except for the first rmdir, which could fail because the child
16399         doesn't exist).  Problem reported by Jeff Blaine in
16400         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
16401
16402 2007-03-28  Bruno Haible  <bruno@clisp.org>
16403
16404         * lib/striconveh.c (utf8conv_carefully): New function.
16405         (mem_cd_iconveh_internal): Invoke it.
16406
16407 2007-03-28  Bruno Haible  <bruno@clisp.org>
16408
16409         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
16410         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
16411         input.
16412         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
16413         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
16414         unistr/u8-uctomb.
16415
16416 2007-03-28  Bruno Haible  <bruno@clisp.org>
16417
16418         * modules/unistr/u8-mbtoucr: New file.
16419         * lib/unistr/u8-mbtoucr.c: New file.
16420         * modules/unistr/u16-mbtoucr: New file.
16421         * lib/unistr/u16-mbtoucr.c: New file.
16422         * modules/unistr/u16-mbtoucr: New file.
16423         * lib/unistr/u16-mbtoucr.c: New file.
16424         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
16425
16426 2007-03-27  Simon Josefsson  <simon@josefsson.org>
16427             Bruno Haible  <bruno@clisp.org>
16428
16429         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
16430         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
16431         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
16432
16433         * m4/stdio_h.m4: Add stubs for vasprintf too.
16434
16435         * modules/stdio: Support vasprintf in sed command.
16436
16437         * modules/vasprintf: Depend on stdio for prototypes.  Remove
16438         vasprintf.h.  Add stdio module indicator.
16439
16440         * lib/stdio_.h: Declare asprintf and vasprintf, based on
16441         vasprintf.h.
16442
16443         * lib/vasprintf.h: File removed.
16444
16445         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
16446         * lib/vasprintf.c: Ditto.
16447         * lib/xvasprintf.c: Ditto.
16448         * tests/test-vasprintf-posix.c: Ditto.
16449         * tests/test-vasprintf.c: Ditto.
16450
16451 2007-03-27  Bruno Haible  <bruno@clisp.org>
16452
16453         Make vasnprintf multithread-safe.
16454         * lib/vasnprintf.c (decimal_point_char): New function.
16455         (VASNPRINTF): Use it.
16456         Suggested by Simon Josefsson.
16457
16458 2007-03-27  Eric Blake  <ebb9@byu.net>
16459
16460         Support sub-second birthtime on cygwin.
16461         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
16462         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
16463         (get_stat_birthtime): Also work with st_birthtim.
16464
16465 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
16466
16467         * lib/stat-time.h (USE_BIRTHTIME): Remove.
16468         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
16469         (get_stat_birthtime_ns): Do not try to use "spare" fields.
16470         (get_stat_birthtime_ns): Simplify compile-time tests.
16471         (get_stat_birthtime): Change the API to look like
16472         get_stat_mtime etc., except return a negative tv_nsec on error.
16473         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
16474         Don't check for "spare" fields.
16475         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
16476         or for struct stat.st_birthtime, as these tests aren't used.
16477         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
16478
16479 2007-03-27  Bruno Haible  <bruno@clisp.org>
16480
16481         * lib/stat-time.h: Include <sys/stat.h>.
16482
16483 2007-03-27  James Youngman  <jay@gnu.org>
16484
16485         * lib/stat-time.h (get_stat_birthtime): New function for
16486           retrieving st_birthtime as provided by UFS2 (hence *BSD).
16487         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
16488           and its variants.
16489         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
16490         * modules/stat-time-test: New file.
16491         * tests/test-stat-time.c: New test, devised by Bruno Haible.
16492
16493 2007-03-26  Bruno Haible  <bruno@clisp.org>
16494
16495         Better support of signalling NaNs.
16496         * lib/atanl.c: Include isnanl.h.
16497         (atanl): Perform test for NaN at the beginning of the function and
16498         through a call to isnanl.
16499         * lib/cosl.c: Include isnanl.h.
16500         (cosl): Perform test for NaN at the beginning of the function and
16501         through a call to isnanl.
16502         * lib/ldexpl.c: Include isnanl.h.
16503         (ldexpl): Perform test for NaN through a call to isnanl.
16504         * lib/logl.c: Include isnanl.h.
16505         (logl): Perform test for NaN at the beginning of the function and
16506         through a call to isnanl.
16507         * lib/sinl.c: Include isnanl.h.
16508         (sinl): Perform test for NaN at the beginning of the function and
16509         through a call to isnanl.
16510         * lib/sqrtl.c: Include isnanl.h.
16511         (sqrtl): Perform test for NaN at the beginning of the function and
16512         through a call to isnanl.
16513         * lib/tanl.c: Include isnanl.h.
16514         (tanl): Perform test for NaN at the beginning of the function and
16515         through a call to isnanl.
16516         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
16517         * modules/mathl (Depends-on): Add isnanl.
16518
16519 2007-03-26  Eric Blake  <ebb9@byu.net>
16520
16521         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
16522         regression in logic sense of previous patch.
16523
16524 2007-03-26  Bruno Haible  <bruno@clisp.org>
16525
16526         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
16527         unportable shell command "if ! ...".
16528         Reported by Ralf Wildenhues.
16529
16530 2007-03-25  Bruno Haible  <bruno@clisp.org>
16531
16532         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
16533         <sysexits.h> file, and only add EX_CONFIG.
16534         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
16535         absolute file name and whether it is sufficient. Substitute also
16536         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
16537         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
16538         ABSOLUTE_SYSEXITS_H into sysexits.h.
16539
16540 2007-03-25  Bruno Haible  <bruno@clisp.org>
16541
16542         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
16543         hints is NULL.
16544
16545 2007-03-25  Bruno Haible  <bruno@clisp.org>
16546
16547         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
16548         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
16549
16550 2007-03-25  Bruno Haible  <bruno@clisp.org>
16551
16552         * lib/vasnprintf.c: Include langinfo.h.
16553         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
16554         multithread-safe.
16555         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
16556         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
16557         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16558         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16559         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16560         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16561         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16562         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
16563         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16564         Reported by Simon Josefsson.
16565
16566 2007-03-25  Bruno Haible  <bruno@clisp.org>
16567
16568         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
16569         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
16570         * modules/vasnprintf (Depends-on): Add stdint.
16571
16572 2007-03-25  Bruno Haible  <bruno@clisp.org>
16573
16574         * modules/fpieee: New file.
16575         * m4/fpieee.m4: New file.
16576         * modules/isnan-nolibm (Depends-on): Add fpieee.
16577         * modules/isnanl-nolibm (Depends-on): Add fpieee.
16578         * modules/isnanl (Depends-on): Add fpieee.
16579
16580 2007-03-25  Bruno Haible  <bruno@clisp.org>
16581
16582         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
16583
16584 2007-03-25  Bruno Haible  <bruno@clisp.org>
16585
16586         Avoid test failures on IRIX 6.5.
16587         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
16588         (main): Use it.
16589         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
16590         macros.
16591         (main): Use them.
16592
16593 2007-03-25  Bruno Haible  <bruno@clisp.org>
16594
16595         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
16596         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
16597         exists but doesn't work.
16598         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
16599         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
16600         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
16601         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
16602
16603 2007-03-25  Bruno Haible  <bruno@clisp.org>
16604
16605         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
16606         returns inf. Needed on IRIX 6.5.
16607
16608 2007-03-25  Bruno Haible  <bruno@clisp.org>
16609
16610         * tests/test-frexpl.c: Include isnanl-nolibm.h.
16611         (main): Use isnanl instead of x != x idiom.
16612         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
16613
16614         * tests/test-frexp.c: Include isnan.h.
16615         (main): Use isnan instead of x != x idiom.
16616         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
16617
16618 2007-03-25  Bruno Haible  <bruno@clisp.org>
16619
16620         * tests/test-frexp.c (NaN): New function/macro.
16621         (main): Use it instead of 0.0 / 0.0.
16622         * tests/test-isnan.c (NaN): New function/macro.
16623         (main): Use it instead of 0.0 / 0.0.
16624         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
16625         (test_function): Use it instead of 0.0 / 0.0.
16626         * tests/test-vasprintf-posix.c (NaN): New function/macro.
16627         (test_function): Use it instead of 0.0 / 0.0.
16628         * tests/test-snprintf-posix.h (NaN): New function/macro.
16629         (test_function): Use it instead of 0.0 / 0.0.
16630         * tests/test-sprintf-posix.h (NaN): New function/macro.
16631         (test_function): Use it instead of 0.0 / 0.0.
16632         * tests/test-fprintf-posix.h (NaN): New function/macro.
16633         (test_function): Use it instead of 0.0 / 0.0.
16634         * tests/test-printf-posix.h (NaN): New function/macro.
16635         (test_function): Use it instead of 0.0 / 0.0.
16636
16637         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
16638
16639 2007-03-25  Bruno Haible  <bruno@clisp.org>
16640
16641         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
16642
16643 2007-03-25  Bruno Haible  <bruno@clisp.org>
16644
16645         * lib/regexec.c (merge_state_with_log): Make static.
16646
16647 2007-03-25  Bruno Haible  <bruno@clisp.org>
16648
16649         * lib/trigl.c (kernel_rem_pio2): Make static.
16650
16651 2007-03-25  Bruno Haible  <bruno@clisp.org>
16652
16653         * lib/sincosl.c (sincosl_table): Make static.
16654
16655 2007-03-25  Bruno Haible  <bruno@clisp.org>
16656
16657         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
16658         if the compiler does not support C99.
16659
16660 2007-03-25  Bruno Haible  <bruno@clisp.org>
16661
16662         * modules/time (Makefile.am): Ensure all rule action lines start with a
16663         tab.
16664
16665 2007-03-24  Bruno Haible  <bruno@clisp.org>
16666
16667         * modules/tsearch-tests: New file.
16668         * tests/test-tsearch.sh: New file.
16669         * tests/test-tsearch.c: New file, mostly copied from glibc.
16670
16671         * modules/search-tests: New file.
16672         * tests/test-search.c: New file.
16673
16674         * modules/search: New file.
16675         * lib/search_.h: New file, incorporating lib/tsearch.h.
16676         * m4/search_h.m4: New file.
16677         * lib/tsearch.h: Remove file.
16678         * lib/tsearch.c: Include search.h instead of tsearch.h.
16679         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
16680         HAVE_TSEARCH.
16681         * modules/tsearch (Files): Remove lib/tsearch.h.
16682         (Depends-on): Add search.
16683         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
16684         (Include): Change tsearch.h into search.h.
16685
16686 2007-03-24  Bruno Haible  <bruno@clisp.org>
16687
16688         * modules/fpucw: New file.
16689         * lib/fpucw.h: New file.
16690         * lib/frexp.c: Include fpucw.h.
16691         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16692         (FUNC): Use them.
16693         * lib/printf-frexp.c: Include fpucw.h.
16694         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
16695         (FUNC): Use them.
16696         * lib/vasnprintf.c: Include fpucw.h.
16697         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
16698         'long double' calculations.
16699         * tests/test-frexpl.c: Include fpucw.h.
16700         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16701         * tests/test-printf-frexpl.c: Include fpucw.h.
16702         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
16703         * modules/frexpl (Depends-on): Add fpucw.
16704         * modules/printf-frexpl (Depends-on): Likewise.
16705         * modules/fprintf-posix (Depends-on): Likewise.
16706         * modules/snprintf-posix (Depends-on): Likewise.
16707         * modules/sprintf-posix (Depends-on): Likewise.
16708         * modules/vasnprintf-posix (Depends-on): Likewise.
16709         * modules/vasprintf-posix (Depends-on): Likewise.
16710         * modules/vfprintf-posix (Depends-on): Likewise.
16711         * modules/vsnprintf-posix (Depends-on): Likewise.
16712         * modules/vsprintf-posix (Depends-on): Likewise.
16713         * modules/frexpl-tests (Depends-on): Likewise.
16714         * modules/printf-frexpl-tests (Depends-on): Likewise.
16715
16716 2007-03-24  Bruno Haible  <bruno@clisp.org>
16717
16718         * lib/float+.h: New file.
16719         * lib/isnan.c: Include float+.h.
16720         (SIZE): New macro.
16721         (FUNC): Compare only SIZE bytes of the value.
16722         * lib/vasnprintf.c: Include float+.h.
16723         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
16724         SIZEOF_LDBL or SIZEOF_DBL bytes.
16725         * modules/isnan-nolibm (Files): Add lib/float+.h.
16726         * modules/isnanl-nolibm (Files): Add lib/float+.h.
16727         * modules/isnanl (Files): Add lib/float+.h.
16728         * modules/vasnprintf (Files): Add lib/float+.h.
16729
16730 2007-03-24  Bruno Haible  <bruno@clisp.org>
16731
16732         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
16733         include isnanl-nolibm.h.
16734
16735 2007-03-24  Bruno Haible  <bruno@clisp.org>
16736
16737         * tests/test-read-file.c (main): Don't produce spurious output for
16738         expected situations. Make the test fail if it encountered unexpected
16739         results.
16740
16741 2007-03-24  Bruno Haible  <bruno@clisp.org>
16742
16743         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
16744         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
16745
16746 2007-03-24  Bruno Haible  <bruno@clisp.org>
16747
16748         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
16749
16750 2007-03-24  Bruno Haible  <bruno@clisp.org>
16751
16752         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
16753         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
16754
16755         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
16756         * modules/utf8-ucs4: Turn into a symbolic link to module
16757         unistr/u8-mbtouc.
16758
16759         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
16760         utf8-ucs4-unsafe.
16761         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
16762         unistr/u8-mbtouc-unsafe.
16763
16764         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
16765         * modules/utf16-ucs4: Turn into a symbolic link to module
16766         unistr/u16-mbtouc.
16767
16768         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
16769         utf16-ucs4-unsafe.
16770         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
16771         unistr/u16-mbtouc-unsafe.
16772
16773         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
16774         * modules/ucs4-utf8: Turn into a symbolic link to module
16775         unistr/u8-ubtomb.
16776
16777         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
16778         * modules/ucs4-utf16: Turn into a symbolic link to module
16779         unistr/u16-ubtomb.
16780
16781 2007-03-24  Bruno Haible  <bruno@clisp.org>
16782
16783         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
16784         Enable the function only if HAVE_INLINE.
16785         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
16786         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16787         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
16788         Enable the function only if HAVE_INLINE.
16789         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
16790         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
16791         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
16792         Enable the function only if HAVE_INLINE.
16793         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
16794         Enable the function only if HAVE_INLINE.
16795         * modules/utf8-ucs4: Update.
16796         * modules/utf8-ucs4-unsafe: Update.
16797         * modules/utf16-ucs4: Update.
16798         * modules/utf16-ucs4-unsafe: Update.
16799         * modules/ucs4-utf8: Update.
16800         * modules/ucs4-utf16: Update.
16801
16802 2007-03-24  Bruno Haible  <bruno@clisp.org>
16803
16804         * lib/utf8-ucs4.h: Remove file.
16805         * lib/utf8-ucs4-unsafe.h: Remove file.
16806         * lib/utf16-ucs4.h: Remove file.
16807         * lib/utf16-ucs4-unsafe.h: Remove file.
16808         * lib/ucs4-utf8.h: Remove file.
16809         * lib/ucs4-utf16.h: Remove file.
16810         * lib/unistr.h: Include their previous contents.
16811         * m4/utf-ucs4.m4: Remove file.
16812         * m4/ucs4-utf.m4: Remove file.
16813         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
16814         (Depends-on): Add unistr/base.
16815         (configure.ac): Remove gl_UTF_UCS4.
16816         (Makefile.am): Update.
16817         (Include): Change to unistr.h.
16818         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
16819         (Depends-on): Add unistr/base.
16820         (configure.ac): Remove gl_UTF_UCS4.
16821         (Makefile.am): Update.
16822         (Include): Change to unistr.h.
16823         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
16824         (Depends-on): Add unistr/base.
16825         (configure.ac): Remove gl_UTF_UCS4.
16826         (Makefile.am): Update.
16827         (Include): Change to unistr.h.
16828         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
16829         (Depends-on): Add unistr/base.
16830         (configure.ac): Remove gl_UTF_UCS4.
16831         (Makefile.am): Update.
16832         (Include): Change to unistr.h.
16833         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
16834         (Depends-on): Add unistr/base.
16835         (configure.ac): Remove gl_UCS4_UTF.
16836         (Makefile.am): Update.
16837         (Include): Change to unistr.h.
16838         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
16839         (Depends-on): Add unistr/base.
16840         (configure.ac): Remove gl_UCS4_UTF.
16841         (Makefile.am): Update.
16842         (Include): Change to unistr.h.
16843         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
16844         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
16845         utf8-ucs4-unsafe.h.
16846         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
16847         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
16848         utf16-ucs4-unsafe.h.
16849         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
16850         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
16851         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
16852         * lib/unistr/u8-strchr.c: Likewise.
16853         * lib/unistr/u8-strrchr.c: Likewise.
16854         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
16855         * lib/unistr/u16-strchr.c: Likewise.
16856         * lib/unistr/u16-strrchr.c: Likewise.
16857         * lib/striconveh.c: Update.
16858         * lib/linebreak.c: Update.
16859
16860 2007-03-24  Bruno Haible  <bruno@clisp.org>
16861
16862         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
16863         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
16864
16865 2007-03-22  Bruno Haible  <bruno@clisp.org>
16866
16867         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
16868
16869 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
16870
16871         * MODULES.html.sh (File system functions): New module write-any-file.
16872         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
16873         * m4/write-any-file.m4: New files.
16874
16875 2007-03-23  Eric Blake  <ebb9@byu.net>
16876
16877         * gnulib-tool: Rearrange space-tab sequences, since some editors
16878         like to eat them.
16879
16880 2007-03-23  Eric Blake  <ebb9@byu.net>
16881
16882         * lib/version-etc.c (version_etc_va): Update license wording to
16883         be more concise.  Recommended by Richard Stallman.
16884
16885 2007-03-22  Bruno Haible  <bruno@clisp.org>
16886
16887         * lib/poll.c (MSG_PEEK): New fallback definition.
16888
16889 2007-03-22  Bruno Haible  <bruno@clisp.org>
16890
16891         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
16892         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
16893         (main): Update.
16894         Fixes a compilation error on BeOS.
16895
16896 2007-03-22  Bruno Haible  <bruno@clisp.org>
16897
16898         * modules/frexpl-tests: New file.
16899         * tests/test-frexpl.c: New file.
16900
16901         * modules/frexpl: New file.
16902         * m4/frexpl.m4: New file.
16903         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
16904         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
16905         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
16906         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
16907         (Depends-on): Add frexpl. Remove isnanl-nolibm.
16908         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
16909
16910 2007-03-22  Bruno Haible  <bruno@clisp.org>
16911
16912         * lib/frexpl.c: Share code with lib/frexp.c.
16913         * modules/mathl (Files): Add lib/frexp.c.
16914         (Depends-on): Add isnanl-nolibm.
16915
16916 2007-03-22  Bruno Haible  <bruno@clisp.org>
16917
16918         * modules/printf-frexp (Files): Add m4/frexp.m4.
16919         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
16920         only if the found frexp function actually works.
16921
16922 2007-03-22  Bruno Haible  <bruno@clisp.org>
16923
16924         * lib/frexp.c: Remove older implementation that uses divisions.
16925
16926 2007-03-21  Bruno Haible  <bruno@clisp.org>
16927
16928         * modules/frexp-tests: New file.
16929         * tests/test-frexp.c: New file.
16930
16931         * modules/frexp: New file.
16932         * lib/frexp.c: New file.
16933         * m4/frexp.m4: New file.
16934         * lib/math_.h (frexp): New declaration.
16935         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
16936         REPLACE_FREXP.
16937         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
16938
16939 2007-03-21  Bruno Haible  <bruno@clisp.org>
16940
16941         * modules/isnanl-tests: New file.
16942         * tests/test-isnanl.c: New file.
16943
16944         * modules/isnanl: New file.
16945         * lib/isnanl.h: New file.
16946         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
16947         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
16948         gl_FUNC_ISNANL_WORKS.
16949         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
16950         New macros.
16951
16952 2007-03-21  Bruno Haible  <bruno@clisp.org>
16953
16954         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
16955         lib/isnanl.h.
16956         (Include): Update.
16957         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
16958         * lib/vasnprintf.c: Update.
16959         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
16960         tests/test-isnanl.h, remove tests/test-isnanl.c.
16961         (Makefile.am): Update.
16962         * tests/test-isnanl-nolibm.c: New file.
16963         * tests/test-isnanl.h: New file.
16964         * tests/test-isnanl.c: Remove file.
16965
16966 2007-03-21  Jim Meyering  <jim@meyering.net>
16967
16968         When trying to open ".", treat ESTALE like EACCES.
16969         * lib/savewd.c (savewd_save): Resort to forking not just upon
16970         failure with EACCES, but also when errno is ESTALE.
16971
16972 2007-03-20  Bruno Haible  <bruno@clisp.org>
16973
16974         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
16975         Needed on AIX 5.1. Reported by Matthew Woehlke.
16976
16977 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
16978
16979         Suggestions by Bruno Haible:
16980         * lib/acl-internal.h: Include "gettext.h" rather than rolling
16981         our own.
16982         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
16983         * modules/acl (Depends-on): Add gettext.
16984
16985 2007-03-19  Bruno Haible  <bruno@clisp.org>
16986
16987         * modules/iconvme: Remove file.
16988         * lib/iconvme.h: Remove file.
16989         * lib/iconvme.c: Remove file.
16990         * m4/iconvme.m4: Remove file.
16991
16992 2007-03-19  Bruno Haible  <bruno@clisp.org>
16993
16994         * doc/relocatable-maint.texi: Break long shell script line.
16995         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
16996
16997 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
16998
16999         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
17000         handle file_has_acl.
17001         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
17002         * lib/acl.c: Move header inclusions and related macro defns into
17003         lib/acl-internal.h.
17004         (S_ISLNK): Remove defn, since that's now done for us.
17005         (file_has_acl): Move to lib/file-has-acl.c.
17006         Call acl_trivial if available.  This is the crucial part of the fix.
17007         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
17008         shared within the library.  Rewrite a bit, partly to make it compatible
17009         with the GNU coding style.
17010         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
17011         Remove unnecessary double-quotes.
17012         Don't test for acl_to_text; the build will catch that.
17013         Replace acl_entries if it doesn't exist and it is needed.
17014         Check for -lsec and acl_trivial (as used on Solaris 10).
17015         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
17016         lib/file-has-acl.c.
17017         (Depends-on): Add sys_stat, for S_ISLNK.
17018
17019 2007-03-19  Ben Pfaff  <blp@gnu.org>
17020
17021         * doc/gnulib.texi: Fix typos.
17022         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
17023
17024 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
17025
17026         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
17027         If size is zero here, buf must be zero.
17028
17029 2007-03-19  Simon Josefsson  <simon@josefsson.org>
17030
17031         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
17032         <bruno@clisp.org>.
17033
17034 2007-03-18  Bruno Haible  <bruno@clisp.org>
17035
17036         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
17037         Suggested by Eric Blake.
17038
17039 2007-03-18  Ben Pfaff  <blp@gnu.org>
17040
17041         * doc/relocatable.texi: Recommend using as prefix a directory
17042         that does not exist and will never be created.  Based on
17043         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
17044         and others.
17045
17046 2007-03-17  Bruno Haible  <bruno@clisp.org>
17047
17048         * lib/fchownat.c: Include lchown.h.
17049
17050 2007-03-17  Bruno Haible  <bruno@clisp.org>
17051
17052         Fix endless loop when the given allocated size was > INT_MAX.
17053         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
17054         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
17055         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
17056         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
17057         * lib/sprintf.c (sprintf): Likewise.
17058
17059 2007-03-17  Bruno Haible  <bruno@clisp.org>
17060
17061         * tests/test-argp-2.sh (func_compare): Output a context diff.
17062
17063 2007-03-17  Bruno Haible  <bruno@clisp.org>
17064
17065         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
17066         locale's decimal-point character.
17067
17068 2007-03-17  Bruno Haible  <bruno@clisp.org>
17069
17070         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
17071         before comparing it. Needed because on some platforms (e.g. x86) a
17072         'long double' occupies less bytes than sizeof (long double).
17073
17074 2007-03-17  Bruno Haible  <bruno@clisp.org>
17075
17076         * tests/test-crc.c (main): Make printf statements 64-bit clean.
17077         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
17078         * tests/test-getaddrinfo.c (simple): Likewise.
17079         * tests/test-read-file.c (main): Likewise.
17080
17081 2007-03-17  Bruno Haible  <bruno@clisp.org>
17082
17083         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
17084
17085 2007-03-17  Bruno Haible  <bruno@clisp.org>
17086
17087         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
17088         unused variable.
17089
17090 2007-03-17  Bruno Haible  <bruno@clisp.org>
17091
17092         * tests/test-c-strcasecmp.c: Include c-strcase.h.
17093         * tests/test-c-strncasecmp.c: Likewise.
17094
17095 2007-03-17  Bruno Haible  <bruno@clisp.org>
17096
17097         * modules/stdlib (Depends-on): Add unistd.
17098         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
17099         Needed for MacOS X 10.3.
17100
17101 2007-03-17  Bruno Haible  <bruno@clisp.org>
17102
17103         * lib/unistr/u-strdup.h: Include <stdlib.h>.
17104
17105 2007-03-17  Bruno Haible  <bruno@clisp.org>
17106
17107         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
17108
17109 2007-03-17  Bruno Haible  <bruno@clisp.org>
17110
17111         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
17112         to reflect files copied from gnulib (with or without modifications).
17113         Suggested by Jim Meyering.
17114
17115 2007-03-17  Eric Blake  <ebb9@byu.net>
17116
17117         * NEWS: Document stdlib change from 2007-02-18.
17118
17119 2007-03-17  Jim Meyering  <jim@meyering.net>
17120
17121         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
17122         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
17123         someone uses a name containing shell meta-characters.
17124         Reported by Alfred M. Szmidt.
17125
17126         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
17127
17128 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17129
17130         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
17131         and copy gettext configuration files only if configure.ac contains
17132         a use of AM_GNU_GETTEXT_VERSION.
17133
17134 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
17135
17136         * build-aux/bootstrap (gnulib_name): New variable.
17137         (gnulib_tool_options): Use it.
17138
17139 2007-03-13  Simon Josefsson  <simon@josefsson.org>
17140
17141         * tests/test-des.c: Use new namespace.
17142
17143 2007-03-15  Bruno Haible  <bruno@clisp.org>
17144
17145         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
17146         Reported by James Youngman <jay@gnu.org>.
17147
17148 2007-03-15  Bruno Haible  <bruno@clisp.org>
17149
17150         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
17151         declared prototype. Needed with cc on OSF/1 5.1.
17152
17153 2007-03-15  Bruno Haible  <bruno@clisp.org>
17154
17155         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
17156         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
17157         (struct gl_list_implementation): Add dispose_fn argument to the
17158         'create_empty', 'create' methods.
17159         (struct gl_list_impl_base): Add field 'dispose_fn'.
17160         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
17161         argument.
17162         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
17163         dispose_fn argument.
17164         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
17165         dispose_fn on the dropped values.
17166         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
17167         dispose_fn argument.
17168         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
17169         dropped values.
17170         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
17171         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17172         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
17173         (gl_tree_remove_node): Call dispose_fn on the dropped value.
17174         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
17175         argument.
17176         (gl_tree_list_free): Call dispose_fn on the dropped values.
17177         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
17178         the dropped values.
17179         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
17180         Add dispose_fn argument.
17181         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
17182         Call dispose_fn on the dropped values.
17183         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
17184         Add dispose_fn argument.
17185         (gl_sublist_create): Initialize the 'dispose_fn' field.
17186         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
17187         * tests/test-array_list.c (main): Update.
17188         * tests/test-carray_list.c (main): Update.
17189         * tests/test-avltree_list.c (main): Update.
17190         * tests/test-rbtree_list.c (main): Update.
17191         * tests/test-avltreehash_list.c (main): Update.
17192         * tests/test-rbtreehash_list.c (main): Update.
17193         * tests/test-linked_list.c (main): Update.
17194         * tests/test-linkedhash_list.c (main): Update.
17195         * tests/test-array_oset.c (main): Update.
17196
17197 2007-03-15  Bruno Haible  <bruno@clisp.org>
17198
17199         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
17200         (gl_oset_create_empty): Add dispose_fn argument.
17201         (struct gl_oset_implementation): Add dispose_fn argument to
17202         'create_empty' method.
17203         (struct gl_oset_impl_base): Add dispose_fn field.
17204         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
17205         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
17206         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
17207         values.
17208         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
17209         (gl_tree_oset_free): Call dispose_fn on the dropped values.
17210         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17211         dropped value.
17212         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
17213         dropped value.
17214         * tests/test-array_oset.c (main): Update.
17215         * tests/test-avltree_oset.c (main): Update.
17216         * tests/test-rbtree_oset.c (main): Update.
17217         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
17218
17219 2007-03-13  Bruno Haible  <bruno@clisp.org>
17220
17221         * tests/test-stdbool.c (i): Update after last patch.
17222
17223 2007-03-12  Bruno Haible  <bruno@clisp.org>
17224
17225         * lib/quotearg.c: Include <wctype.h> early, before the definition of
17226         the iswprint macro. Needed on Solaris 2.5.1.
17227
17228 2007-03-12  Bruno Haible  <bruno@clisp.org>
17229
17230         * tests/test-printf-frexp.c (main): Declare x as volatile.
17231
17232 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17233
17234         * doc/gnulib.texi (Build robot for gnulib): New section.
17235
17236 2007-03-12  Jim Meyering  <jim@meyering.net>
17237
17238         * build-aux/bootstrap: New file.
17239         * build-aux/bootstrap.conf: New file, from coreutils.
17240
17241 2007-03-11  Bruno Haible  <bruno@clisp.org>
17242
17243         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
17244
17245 2007-03-12  Simon Josefsson  <simon@josefsson.org>
17246
17247         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
17248         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
17249         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
17250
17251 2007-03-11  Bruno Haible  <bruno@clisp.org>
17252
17253         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
17254         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
17255
17256 2007-03-11  Bruno Haible  <bruno@clisp.org>
17257
17258         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
17259         formula. Needed for SunPRO C 5.0.
17260
17261 2007-03-11  Bruno Haible  <bruno@clisp.org>
17262
17263         * modules/long-options (Depends-on): Add getopt.
17264
17265 2007-03-11  Bruno Haible  <bruno@clisp.org>
17266
17267         * modules/modechange (Depends-on): Add stdbool.
17268
17269 2007-03-11  Bruno Haible  <bruno@clisp.org>
17270
17271         * modules/i-ring (Depends-on): Add stdbool.
17272
17273 2007-03-11  Bruno Haible  <bruno@clisp.org>
17274
17275         * modules/gc-des (Depends-on): Add stdbool.
17276
17277 2007-03-11  Bruno Haible  <bruno@clisp.org>
17278
17279         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
17280
17281 2007-03-11  Bruno Haible  <bruno@clisp.org>
17282
17283         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
17284
17285 2007-03-11  Bruno Haible  <bruno@clisp.org>
17286
17287         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
17288
17289 2007-03-11  Bruno Haible  <bruno@clisp.org>
17290
17291         * lib/vasnprintf.c (sprintf): Undefine.
17292
17293 2007-03-11  Bruno Haible  <bruno@clisp.org>
17294
17295         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
17296         initializers in SunPRO C and Compaq C compilers.
17297
17298 2007-03-11  Bruno Haible  <bruno@clisp.org>
17299
17300         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
17301         decrementing code ANSI C compliant.
17302
17303 2007-03-11  Bruno Haible  <bruno@clisp.org>
17304
17305         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
17306         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
17307
17308 2007-03-11  Bruno Haible  <bruno@clisp.org>
17309
17310         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
17311         <stdbool.h> substitute doesn't pass.
17312
17313 2007-03-11  Bruno Haible  <bruno@clisp.org>
17314
17315         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
17316
17317 2007-03-11  Bruno Haible  <bruno@clisp.org>
17318
17319         * gnulib-tool (func_create_megatestdir): Create also an autobuild
17320         script, for submission to autobuild.josefsson.org.
17321
17322 2007-03-10  Bruno Haible  <bruno@clisp.org>
17323
17324         * modules/canonicalize-lgpl-tests: New file.
17325         * tests/test-canonicalize-lgpl.sh: New file.
17326         * tests/test-canonicalize-lgpl.c: New file.
17327
17328         * modules/c-strcase-tests: New file.
17329         * tests/test-c-strcase.sh: New file.
17330         * tests/test-c-strcasecmp.c: New file.
17331         * tests/test-c-strncasecmp.c: New file.
17332
17333         * modules/atexit-tests: New file.
17334         * tests/test-atexit.sh: New file.
17335         * tests/test-atexit.c: New file.
17336
17337 2007-03-10  Bruno Haible  <bruno@clisp.org>
17338
17339         * tests/test-binary-io.sh: Use temporary filenames that are not so
17340         likely to clash with those of other tests (in a parallel make).
17341         * tests/test-binary-io.c: Likewise.
17342
17343 2007-03-10  Bruno Haible  <bruno@clisp.org>
17344
17345         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
17346         fallback; use #error instead.
17347         Suggested by Simon Josefsson.
17348
17349 2007-03-10  Bruno Haible  <bruno@clisp.org>
17350
17351         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
17352         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
17353         first and the last.
17354
17355 2007-03-10  Bruno Haible  <bruno@clisp.org>
17356
17357         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
17358
17359 2007-03-10  Bruno Haible  <bruno@clisp.org>
17360
17361         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
17362         "make distcheck".
17363         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
17364         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
17365         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
17366
17367 2007-03-10  Bruno Haible  <bruno@clisp.org>
17368
17369         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
17370         variable.
17371         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
17372         variable.
17373
17374 2007-03-09  Eric Blake  <ebb9@byu.net>
17375         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
17376
17377         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
17378         types are not being provided by gnulib.
17379         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
17380         types are supported.
17381
17382 2007-03-10  Bruno Haible  <bruno@clisp.org>
17383
17384         * lib/stdio_.h (__attribute__): New macro.
17385         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
17386         vsprintf): Specify __attribute__ __format__ for GCC.
17387         Suggested by Eric Blake.
17388
17389 2007-03-09  Bruno Haible  <bruno@clisp.org>
17390
17391         * modules/printf-posix-tests: New file.
17392         * tests/test-printf-posix.sh: New file.
17393         * tests/test-printf-posix.c: New file.
17394
17395         * modules/printf-posix: New file.
17396         * lib/printf.c: New file.
17397         * m4/printf-posix-rpl.m4: New file.
17398         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
17399         REPLACE_PRINTF.
17400         * lib/stdio_.h (printf): New declaration.
17401         (format, __format__, ____printf____, ____scanf____, ____strftime____,
17402         ____strfmon____): New macros.
17403         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
17404         REPLACE_PRINTF.
17405
17406 2007-03-09  Bruno Haible  <bruno@clisp.org>
17407
17408         * tests/test-vasnprintf-posix2.sh: New file.
17409         * tests/test-vasnprintf-posix2.c: New file.
17410         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
17411         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17412         (Makefile.am): Activate test-vasnprintf-posix2.sh.
17413
17414         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
17415         a locale dependent decimal point, rather than always '.'.
17416
17417 2007-03-09  Eric Blake  <ebb9@byu.net>
17418
17419         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
17420         spite of platforms like Tandem/NSK that define it to -1.
17421
17422 2007-03-08  Bruno Haible  <bruno@clisp.org>
17423
17424         * modules/vprintf-posix-tests: New file.
17425         * tests/test-vprintf-posix.sh: New file.
17426         * tests/test-vprintf-posix.c: New file.
17427         * tests/test-printf-posix.h: New file.
17428
17429         * modules/vprintf-posix: New file.
17430         * lib/vprintf.c: New file.
17431         * m4/vprintf-posix.m4: New file.
17432         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
17433         REPLACE_VPRINTF.
17434         * lib/stdio_.h (vprintf): New declaration.
17435         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
17436         REPLACE_VPRINTF.
17437
17438 2007-03-08  Bruno Haible  <bruno@clisp.org>
17439
17440         * modules/fprintf-posix-tests: New file.
17441         * tests/test-fprintf-posix.sh: New file.
17442         * tests/test-fprintf-posix.c: New file.
17443
17444         * modules/fprintf-posix: New file.
17445         * lib/fprintf.c: New file.
17446         * m4/fprintf-posix.m4: New file.
17447         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
17448         REPLACE_FPRINTF.
17449         * lib/stdio_.h (fprintf): New declaration.
17450         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
17451         REPLACE_FPRINTF.
17452
17453 2007-03-08  Bruno Haible  <bruno@clisp.org>
17454
17455         * modules/vfprintf-posix-tests: New file.
17456         * tests/test-vfprintf-posix.sh: New file.
17457         * tests/test-vfprintf-posix.c: New file.
17458         * tests/test-fprintf-posix.h: New file.
17459         * tests/test-fprintf-posix.out: New file.
17460
17461         * modules/vfprintf-posix: New file.
17462         * lib/vfprintf.c: New file.
17463         * m4/vfprintf-posix.m4: New file.
17464         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
17465         REPLACE_VFPRINTF.
17466         * lib/stdio_.h (vfprintf): New declaration.
17467         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
17468         REPLACE_VFPRINTF.
17469
17470 2007-03-08  Bruno Haible  <bruno@clisp.org>
17471
17472         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
17473
17474 2007-03-08  Bruno Haible  <bruno@clisp.org>
17475
17476         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
17477         instead of 'expr' invocations.
17478         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17479         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17480         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17481         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17482         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17483         Suggested by Paul Eggert.
17484
17485 2007-03-08  Bruno Haible  <bruno@clisp.org>
17486
17487         * modules/fseterr-tests: New file.
17488         * tests/test-fseterr.c: New file.
17489
17490         * modules/fseterr: New file.
17491         * lib/fseterr.h: New file.
17492         * lib/fseterr.c: New file.
17493
17494 2007-03-08  Bruno Haible  <bruno@clisp.org>
17495
17496         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
17497         * lib/getopt_.h: Likewise.
17498         * lib/mbswidth.h: Likewise.
17499         * lib/setenv.h: Likewise.
17500         * lib/vasnprintf.h: Likewise.
17501         * lib/vasprintf.h: Likewise.
17502         * lib/verror.h: Likewise.
17503         * lib/xsetenv.h: Likewise.
17504         * lib/xvasprintf.h: Likewise.
17505
17506 2007-03-08  Jim Meyering  <jim@meyering.net>
17507
17508         * users.txt: Add parted.
17509
17510         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
17511
17512 2007-03-07  Bruno Haible  <bruno@clisp.org>
17513
17514         * m4/printf.m4: Make the shell script snippets copy&pastable.
17515
17516 2007-03-02  Bruno Haible  <bruno@clisp.org>
17517
17518         * lib/netinet_in_.h: New file.
17519         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
17520         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
17521         * modules/netinet_in (Files): Add lib/netinet_in_.h.
17522         (Depends-on): Add absolute-header.
17523         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
17524         into netinet/in.h.
17525
17526 2007-03-03  Bruno Haible  <bruno@clisp.org>
17527
17528         * lib/sys_select_.h: New file.
17529         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
17530         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
17531         * modules/sys_select (Files): Add lib/sys_select_.h.
17532         (Depends-on): Add absolute-header.
17533         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
17534         into sys/select.h.
17535
17536 2007-03-02  Bruno Haible  <bruno@clisp.org>
17537
17538         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
17539         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
17540         values.
17541         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
17542         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
17543         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
17544         * modules/sys_socket (Depends-on): Add absolute-header.
17545         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
17546         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
17547         (Include): Remove requirement of inclusion of <sys/types.h>.
17548
17549 2007-03-02  Bruno Haible  <bruno@clisp.org>
17550
17551         * lib/byteswap_.h (bswap_32): Fix formula.
17552
17553 2007-03-06  Bruno Haible  <bruno@clisp.org>
17554
17555         * modules/sprintf-posix-tests: New file.
17556         * tests/test-sprintf-posix.c: New file.
17557
17558         * modules/sprintf-posix: New file.
17559         * lib/sprintf.c: New file.
17560         * m4/sprintf-posix.m4: New file.
17561         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
17562         REPLACE_SPRINTF.
17563         * lib/stdio_.h (sprintf): New declaration.
17564         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
17565         REPLACE_SPRINTF.
17566
17567 2007-03-06  Bruno Haible  <bruno@clisp.org>
17568
17569         * modules/vsprintf-posix-tests: New file.
17570         * tests/test-vsprintf-posix.c: New file.
17571         * tests/test-sprintf-posix.h: New file.
17572
17573         * modules/vsprintf-posix: New file.
17574         * lib/vsprintf.c: New file.
17575         * m4/vsprintf-posix.m4: New file.
17576         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
17577         REPLACE_VSPRINTF.
17578         * lib/stdio_.h (vsprintf): New declaration.
17579         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
17580         REPLACE_VSPRINTF.
17581
17582 2007-03-06  Bruno Haible  <bruno@clisp.org>
17583
17584         * modules/vsnprintf (Depend-on): Remove minmax.
17585
17586 2007-03-06  Bruno Haible  <bruno@clisp.org>
17587
17588         * modules/snprintf-posix-tests: New file.
17589         * tests/test-snprintf-posix.c: New file.
17590
17591         * modules/snprintf-posix: New file.
17592         * m4/snprintf-posix.m4: New file.
17593         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
17594         gl_FUNC_SNPRINTF.
17595         (gl_FUNC_SNPRINTF): Invoke it.
17596         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
17597         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
17598         is set.
17599         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
17600
17601 2007-03-06  Bruno Haible  <bruno@clisp.org>
17602
17603         * modules/vsnprintf-posix-tests: New file.
17604         * tests/test-vsnprintf-posix.c: New file.
17605         * tests/test-snprintf-posix.h: New file.
17606
17607         * modules/vsnprintf-posix: New file.
17608         * m4/vsnprintf-posix.m4: New file.
17609         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
17610         gl_FUNC_VSNPRINTF.
17611         (gl_FUNC_VSNPRINTF): Invoke it.
17612         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
17613         * lib/stdio_.h (vsnprintf): Define as a replacement if
17614         REPLACE_VSNPRINTF is set.
17615         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
17616
17617 2007-03-06  Bruno Haible  <bruno@clisp.org>
17618
17619         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
17620         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
17621
17622 2007-03-06  Bruno Haible  <bruno@clisp.org>
17623
17624         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
17625         (asinl): Declare also if HAVE_DECL_ASINL is set.
17626         (atanl): Declare also if HAVE_DECL_ATANL is set.
17627         (ceill): Declare also if HAVE_DECL_CEILL is set.
17628         (cosl): Declare also if HAVE_DECL_COSL is set.
17629         (expl): Declare also if HAVE_DECL_EXPL is set.
17630         (floorl): Declare also if HAVE_DECL_FLOORL is set.
17631         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
17632         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
17633         (logl): Declare also if HAVE_DECL_LOGL is set.
17634         (sinl): Declare also if HAVE_DECL_SINL is set.
17635         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
17636         (tanl): Declare also if HAVE_DECL_TANL is set.
17637         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
17638         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
17639         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
17640         declaration of frexpl, ldexpl.
17641         * modules/printf-frexpl (Depends-on): Add math.
17642         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
17643
17644 2007-03-05  Bruno Haible  <bruno@clisp.org>
17645
17646         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
17647         frexpl and ldexpl are declared.
17648         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
17649
17650 2007-03-05  Bruno Haible  <bruno@clisp.org>
17651
17652         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
17653         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
17654
17655 2007-03-05  Bruno Haible  <bruno@clisp.org>
17656
17657         * lib/stdio_.h: Include <stddef.h>.
17658
17659 2007-03-05  Bruno Haible  <bruno@clisp.org>
17660
17661         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
17662
17663 2007-03-05  Bruno Haible  <bruno@clisp.org>
17664
17665         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
17666         NetBSD 4, from Ralf Wildenhues.
17667
17668 2007-03-04  Bruno Haible  <bruno@clisp.org>
17669
17670         * lib/vasprintf.h: Update #if logic for the case when the functions
17671         exist but are overridden.
17672
17673 2007-03-04  Bruno Haible  <bruno@clisp.org>
17674
17675         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
17676         implementations: glibc-2.4 and MacOS X 10.3.
17677         * tests/test-vasnprintf-posix.c (test_function): Test also the case
17678         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
17679         * tests/test-vasprintf-posix.c (test_function): Likewise.
17680
17681 2007-03-04  Bruno Haible  <bruno@clisp.org>
17682
17683         * modules/vasprintf-posix-tests: New file.
17684         * tests/test-vasprintf-posix.c: New file.
17685
17686         * modules/vasprintf-posix: New file.
17687         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
17688         defined.
17689         * m4/vasprintf-posix.m4: New file.
17690         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
17691         gl_FUNC_VASPRINTF.
17692         (gl_FUNC_VASPRINTF): Invoke it.
17693         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
17694         here.
17695         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
17696
17697 2007-03-04  Bruno Haible  <bruno@clisp.org>
17698
17699         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
17700         REPLACE_GETTIMEOFDAY.
17701         * modules/sys_time (Makefile.am): Likewise.
17702         * m4/sys_time_h.m4: Likewise.
17703         * m4/gettimeofday.m4: Likewise.
17704
17705 2007-03-04  Bruno Haible  <bruno@clisp.org>
17706
17707         * modules/vasnprintf-posix-tests: New file.
17708         * tests/test-vasnprintf-posix.c: New file.
17709
17710         * modules/vasnprintf-posix: New file.
17711         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
17712         printf-frexpl.h.
17713         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
17714         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
17715         REPLACE_VASNPRINTF is defined.
17716         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
17717         gl_FUNC_VASNPRINTF.
17718         (gl_FUNC_VASNPRINTF): Invoke it.
17719         * m4/vasnprintf-posix.m4: New file.
17720         * m4/printf.m4: New file.
17721
17722 2007-03-04  Bruno Haible  <bruno@clisp.org>
17723
17724         Compile progreloc.c only if --enable-relocatable is specified.
17725         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
17726         if --enable-relocatable was specified.
17727         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
17728         lib_SOURCES.
17729
17730 2007-03-04  Jim Meyering  <jim@meyering.net>
17731
17732         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
17733         Use it consistently, rather than enumerating errno constants.
17734
17735 2007-03-04  Bruno Haible  <bruno@clisp.org>
17736
17737         * modules/xvasprintf-tests: New file.
17738         * tests/test-xvasprintf.c: New file.
17739
17740         * modules/vasprintf-tests: New file.
17741         * tests/test-vasprintf.c: New file.
17742
17743         * modules/vasnprintf-tests: New file.
17744         * tests/test-vasnprintf.c: New file.
17745
17746         * modules/vsnprintf-tests: New file.
17747         * tests/test-vsnprintf.c: New file.
17748
17749         * modules/snprintf-tests: New file.
17750         * tests/test-snprintf.c: New file.
17751
17752 2007-03-04  Bruno Haible  <bruno@clisp.org>
17753
17754         Compile relocatable.c only if --enable-relocatable is specified.
17755         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
17756         gl_RELOCATABLE_LIBRARY.
17757         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
17758         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
17759         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
17760         gl_RELOCATABLE_LIBRARY.
17761         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
17762         (Makefile.am): Remove lib_SOURCES.
17763         * modules/relocatable-lib-lgpl (configure.ac): Invoke
17764         gl_RELOCATABLE_LIBRARY.
17765         (Makefile.am): Remove lib_SOURCES.
17766         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
17767         always.
17768         * modules/relocatable-prog-wrapper (configure.ac): Invoke
17769         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
17770
17771 2007-03-04  Bruno Haible  <bruno@clisp.org>
17772
17773         * modules/argmatch-tests: New file.
17774         * tests/test-argmatch.c: New file.
17775
17776         * tests/test-allocsa.c (main): Halve the number of loop runs.
17777
17778         * modules/alloca-opt-tests: New file.
17779         * tests/test-alloca-opt.c: New file.
17780
17781 2007-03-04  Jim Meyering  <jim@meyering.net>
17782
17783         Work around difference between Linux ACLs and Solaris 10 ZFS.
17784         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
17785         for EINVAL.
17786
17787 2007-03-03  Bruno Haible  <bruno@clisp.org>
17788
17789         * modules/relocatable-prog (Depends-on): Add back progreloc's
17790         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
17791
17792 2007-03-03  Bruno Haible  <bruno@clisp.org>
17793
17794         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
17795         * modules/relocatable-lib: New file.
17796
17797 2007-03-03  Bruno Haible  <bruno@clisp.org>
17798
17799         * modules/relocatable-prog: Renamed from modules/relocatable.
17800         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
17801
17802 2007-03-03  Bruno Haible  <bruno@clisp.org>
17803
17804         * modules/relocatable-script (Files): Add doc/relocatable.texi,
17805         m4/relocatable-lib.m4.
17806         (Depends-on): Remove 'relocatable'.
17807         (configure.ac): Add gl_RELOCATABLE_NOP.
17808
17809 2007-03-03  Bruno Haible  <bruno@clisp.org>
17810
17811         * modules/relocatable-prog-wrapper: New file.
17812         * modules/relocatable (Depends-on): Add it. Remove all other
17813         dependencies except progname.
17814         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
17815
17816         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
17817         (gl_FUNC_STRERROR): Nop.
17818         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
17819
17820         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
17821         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
17822
17823         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
17824         (gl_FUNC_READLINK): Update.
17825
17826         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
17827
17828 2007-03-03  Bruno Haible  <bruno@clisp.org>
17829
17830         * lib/xreadlink.c: Include <unistd.h> unconditionally.
17831         * modules/xreadlink (Depends-on): Add unistd.
17832         * modules/xreadlink-with-size (Depends-on): Likewise.
17833
17834 2007-03-03  Bruno Haible  <bruno@clisp.org>
17835
17836         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
17837         extracted from gt_FUNC_SETENV.
17838         (gt_FUNC_SETENV): Remove macro.
17839         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
17840         remove gt_FUNC_SETENV.
17841
17842 2007-03-03  Bruno Haible  <bruno@clisp.org>
17843
17844         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
17845         ENABLE_RELOCATABLE here.
17846         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
17847
17848 2007-03-03  Bruno Haible  <bruno@clisp.org>
17849
17850         * modules/rbtreehash-list-tests (Depends-on): Add progname.
17851         * tests/test-rbtreehash_list.c: Include progname.h.
17852         (main): Call set_program_name.
17853
17854         * modules/rbtree-oset-tests (Depends-on): Add progname.
17855         * tests/test-rbtree_oset.c: Include progname.h.
17856         (main): Call set_program_name.
17857
17858         * modules/rbtree-list-tests (Depends-on): Add progname.
17859         * tests/test-rbtree_list.c: Include progname.h.
17860         (main): Call set_program_name.
17861
17862         * modules/linked-list-tests (Depends-on): Add progname.
17863         * tests/test-linked_list.c: Include progname.h.
17864         (main): Call set_program_name.
17865
17866 2007-03-03  Bruno Haible  <bruno@clisp.org>
17867
17868         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
17869         All uses of __restrict changed to _Restrict_.
17870         * lib/glob_.h (__restrict): Remove macro.
17871
17872 2007-03-02  Bruno Haible  <bruno@clisp.org>
17873
17874         * modules/gettext (configure.ac): Require gettext infrastructure
17875         from version 0.16.1.
17876
17877 2007-03-02  Bruno Haible  <bruno@clisp.org>
17878
17879         * modules/linkedhash-list-tests (Depends-on): Add progname.
17880         * tests/test-linkedhash_list.c: Include progname.h.
17881         (main): Call set_program_name.
17882
17883         * modules/carray-list-tests (Depends-on): Add progname.
17884         * tests/test-carray_list.c: Include progname.h.
17885         (main): Call set_program_name.
17886
17887         * modules/avltreehash-list-tests (Depends-on): Add progname.
17888         * tests/test-avltreehash_list.c: Include progname.h.
17889         (main): Call set_program_name.
17890
17891         * modules/avltree-oset-tests (Depends-on): Add progname.
17892         * tests/test-avltree_oset.c: Include progname.h.
17893         (main): Call set_program_name.
17894
17895         * modules/avltree-list-tests (Depends-on): Add progname.
17896         * tests/test-avltree_list.c: Include progname.h.
17897         (main): Call set_program_name.
17898
17899         * modules/array-oset-tests (Depends-on): Add progname.
17900         * tests/test-array_oset.c: Include progname.h.
17901         (main): Call set_program_name.
17902
17903         * modules/array-list-tests (Depends-on): Add progname.
17904         * tests/test-array_list.c: Include progname.h.
17905         (main): Call set_program_name.
17906
17907         * modules/argp-tests (Depends-on): Add progname.
17908         * tests/test-argp.c: Include argp.h first. Include progname.h.
17909         (main): Call set_program_name.
17910
17911 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
17912
17913         * doc/gnulib-tool.texi (Initial import): Reword description of
17914         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
17915         limited effect even if defined after the first system include.
17916
17917 2007-03-01  Bruno Haible  <bruno@clisp.org>
17918
17919         * build-aux/config.libpath: Update to libtool-1.5.22.
17920         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17921
17922 2007-03-01  Bruno Haible  <bruno@clisp.org>
17923
17924         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
17925         foo_CFLAGS.
17926         Reported by Ralf Wildenhues.
17927
17928 2007-03-01  Bruno Haible  <bruno@clisp.org>
17929
17930         * build-aux/install-reloc: Remove object files left over by some
17931         compilers.
17932         Reported by Ralf Wildenhues.
17933
17934 2007-03-01  Bruno Haible  <bruno@clisp.org>
17935
17936         * build-aux/install-reloc: Break long lines.
17937
17938 2007-03-01  Bruno Haible  <bruno@clisp.org>
17939
17940         * doc/relocatable.texi: Document that it may not work on OpenBSD.
17941         Reported by Ralf Wildenhues.
17942
17943 2007-03-01  Bruno Haible  <bruno@clisp.org>
17944
17945         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
17946         include ordering constraints.
17947
17948 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17949
17950         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
17951         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
17952         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
17953         as another example.
17954         * lib/time_.h: Fix misspelling.
17955         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
17956         Require gl_HEADER_TIME_H_DEFAULTS.
17957         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
17958         * m4/time_r.m4 (gl_TIME_R): Likewise.
17959         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
17960
17961 2007-03-01  Bruno Haible  <bruno@clisp.org>
17962
17963         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
17964         * m4/utimens.m4 (gl_UTIMENS): Likewise.
17965
17966 2007-03-01  Jim Meyering  <jim@meyering.net>
17967
17968         * modules/xreadlink (Maintainer): Add my name.
17969         * modules/xreadlink-with-size (Depends-on): Alphabetize.
17970
17971 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
17972             Bruno Haible  <bruno@clisp.org>
17973
17974         * build-aux/install-reloc: Compile also c-ctype.c.
17975         * build-aux/relocatable.sh.in: New file.
17976         * doc/relocatable.texi: New file.
17977         * doc/relocatable-maint.texi: New file.
17978         * doc/gnulib.texi: Include relocatable-maint.texi.
17979         * lib/progreloc.c: Include unistd.h unconditionally.
17980         * lib/relocwrapper.c: Include unistd.h unconditionally.
17981         Include c-ctype.h.
17982         (add_dotbin): Use c_tolower.
17983         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
17984         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
17985         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
17986         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
17987         to m4/relocatable-lib.m4.
17988         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
17989         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
17990         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
17991         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
17992         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
17993         * modules/relocatable: New file.
17994         * modules/relocatable-lib: New file.
17995         * modules/relocatable-script: New file.
17996
17997 2007-02-28  Bruno Haible  <bruno@clisp.org>
17998
17999         Import --enable-relocatable infrastructure.
18000         * build-aux/config.libpath: New file, from GNU gettext.
18001         * build-aux/install-reloc: New file, from GNU gettext.
18002         * build-aux/reloc-ldflags: New file, from GNU gettext.
18003         * lib/relocatable.h: New file, from GNU gettext.
18004         * lib/relocatable.c: New file, from GNU gettext.
18005         * lib/relocwrapper.c: New file, from GNU gettext.
18006         * m4/relocatable.m4: New file, from GNU gettext.
18007
18008 2007-02-28  Bruno Haible  <bruno@clisp.org>
18009
18010         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
18011
18012         * modules/xreadlink: New file, from GNU gettext with modifications.
18013         * lib/xreadlink.c: New file, from GNU gettext.
18014         * lib/xreadlink.h: Add comments.
18015         (xreadlink): New declaration.
18016
18017         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
18018         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
18019         lib/xreadlink-with-size.c.
18020         (configure.ac): Remove gl_XREADLINK invocation.
18021         (Makefile.am): Augment lib_SOURCES.
18022         * m4/xreadlink.m4: Remove file.
18023         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
18024         (xreadlink_with_size): Renamed from xreadink.
18025         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
18026         * modules/canonicalize (Depends-on): Replace xreadlink with
18027         xreadlink-with-size.
18028         * lib/canonicalize.c (canonicalize_filename_mode): Update.
18029
18030 2007-02-25  Jim Meyering  <jim@meyering.net>
18031
18032         * build-aux/announce-gen: When complaining about excess arguments,
18033         list them.
18034
18035 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
18036
18037         * README: Document signed integer overflow situation more
18038         accurately.
18039
18040 2007-02-25  Bruno Haible  <bruno@clisp.org>
18041
18042         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
18043         'a' or 'A' conversion.
18044
18045 2007-02-25  Bruno Haible  <bruno@clisp.org>
18046
18047         * modules/filename: Renamed from modules/pathname.
18048         (Files): Replace lib/pathname.h with lib/filename.h. Replace
18049         lib/concatpath.c with lib/concat-filename.c.
18050         (Makefile.am): Update.
18051         (Include): Replace pathname.h with filename.h.
18052         * lib/filename.h: Renamed from lib/pathname.h.
18053         (concatenated_filename): Renamed from concatenated_pathname.
18054         * lib/concat-filename.c: Renamed from lib/concatpath.c.
18055         (concatenated_filename): Renamed from concatenated_pathname.
18056         * lib/findprog.c: Include filename.h instead of pathname.h.
18057         (find_in_path): Update.
18058         * lib/javacomp.c: Include filename.h instead of pathname.h.
18059         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
18060         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
18061         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
18062         is_oldgcj_14_13_usable, is_javac_usable): Update.
18063         * lib/javaexec.c: Include filename.h instead of pathname.h.
18064         (execute_java_class): Update.
18065         * modules/findprog: Update.
18066         * modules/javacomp: Update.
18067         * modules/javaexec: Update.
18068         * MODULES.html.sh (File system functions): Add 'filename', remove
18069         'pathname'.
18070
18071 2007-02-25  Bruno Haible  <bruno@clisp.org>
18072
18073         * modules/printf-frexpl-tests: New file.
18074         * tests/test-printf-frexpl.c: New file.
18075
18076         * modules/printf-frexpl: New file.
18077         * lib/printf-frexpl.h: New file.
18078         * lib/printf-frexpl.c: New file.
18079         * m4/printf-frexpl.m4: New file.
18080
18081 2007-02-25  Bruno Haible  <bruno@clisp.org>
18082
18083         * modules/printf-frexp-tests: New file.
18084         * tests/test-printf-frexp.c: New file.
18085
18086         * modules/printf-frexp: New file.
18087         * lib/printf-frexp.h: New file.
18088         * lib/printf-frexp.c: New file.
18089         * m4/printf-frexp.m4: New file.
18090
18091 2007-02-25  Bruno Haible  <bruno@clisp.org>
18092
18093         Assume automake >= 1.10 for the tests.
18094         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
18095         * modules/arctwo-tests: Likewise.
18096         * modules/argp-tests: Likewise.
18097         * modules/avltree-list-tests: Likewise.
18098         * modules/avltree-oset-tests: Likewise.
18099         * modules/avltreehash-list-tests: Likewise.
18100         * modules/carray-list-tests: Likewise.
18101         * modules/crc-tests: Likewise.
18102         * modules/des-tests: Likewise.
18103         * modules/gc-arcfour-tests: Likewise.
18104         * modules/gc-arctwo-tests: Likewise.
18105         * modules/gc-des-tests: Likewise.
18106         * modules/gc-hmac-md5-tests: Likewise.
18107         * modules/gc-hmac-sha1-tests: Likewise.
18108         * modules/gc-md2-tests: Likewise.
18109         * modules/gc-md4-tests: Likewise.
18110         * modules/gc-md5-tests: Likewise.
18111         * modules/gc-pbkdf2-sha1-tests: Likewise.
18112         * modules/gc-rijndael-tests: Likewise.
18113         * modules/gc-sha1-tests: Likewise.
18114         * modules/gc-tests: Likewise.
18115         * modules/getaddrinfo-tests: Likewise.
18116         * modules/hmac-md5-tests: Likewise.
18117         * modules/hmac-sha1-tests: Likewise.
18118         * modules/linked-list-tests: Likewise.
18119         * modules/linkedhash-list-tests: Likewise.
18120         * modules/lock-tests: Likewise.
18121         * modules/md2-tests: Likewise.
18122         * modules/md4-tests: Likewise.
18123         * modules/md5-tests: Likewise.
18124         * modules/rbtree-list-tests: Likewise.
18125         * modules/rbtree-oset-tests: Likewise.
18126         * modules/rbtreehash-list-tests: Likewise.
18127         * modules/read-file-tests: Likewise.
18128         * modules/rijndael-tests: Likewise.
18129         * modules/stdint-tests: Likewise.
18130         * modules/tls-tests: Likewise.
18131
18132 2007-02-24  Bruno Haible  <bruno@clisp.org>
18133
18134         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
18135         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
18136         function; instead check whether isnan with a double argument links.
18137         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
18138         function; instead check whether isnan with a 'long double' argument
18139         links.
18140         Reported by Eric Blake <ebb9@byu.net>.
18141
18142 2007-02-24  Bruno Haible  <bruno@clisp.org>
18143
18144         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
18145         defined.
18146         * lib/isnanl.c: Remove all code. Just include isnan.c.
18147         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
18148
18149 2007-02-25  Jim Meyering  <jim@meyering.net>
18150
18151         Avoid conflicting types for 'unsetenv' on FreeBSD.
18152         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
18153         conflicting with FreeBSD's (5.0 and 6.1) function declaration
18154         in stdlib.h.
18155
18156 2007-02-24  Bruno Haible  <bruno@clisp.org>
18157
18158         * modules/isnanl-nolibm-tests: New file.
18159         * tests/test-isnanl.c: New file.
18160
18161         * modules/isnanl-nolibm: New file.
18162         * lib/isnanl.h: New file.
18163         * lib/isnanl.c: New file.
18164         * m4/isnanl.m4: New file.
18165
18166 2007-02-24  Bruno Haible  <bruno@clisp.org>
18167
18168         * modules/isnan-nolibm-tests: New file.
18169         * tests/test-isnan.c: New file.
18170
18171         * modules/isnan-nolibm: New file.
18172         * lib/isnan.h: New file.
18173         * lib/isnan.c: New file.
18174         * m4/isnan.m4: New file.
18175
18176 2007-02-24  Bruno Haible  <bruno@clisp.org>
18177
18178         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
18179         assume that an exponent fits in 20 bits.
18180
18181 2007-02-24  Jim Meyering  <jim@meyering.net>
18182
18183         * m4/regex.m4: Update the description of the configure-time option,
18184         --without-included-regex, to state accurately what the defaults are,
18185         and perhaps to give people an idea why using this option is risky.
18186
18187 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
18188
18189         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
18190         loops on small arguments.  This attempts to avoid the problem
18191         Bruno Haible reported for AIX 4.3.2 in
18192         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
18193
18194 2007-02-23  Bruno Haible  <bruno@clisp.org>
18195
18196         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
18197         Needed for help2man.
18198
18199 2007-02-23  Karl Berry  <karl@gnu.org>
18200
18201         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
18202         exists, foo.h should be cvs-ignored, not committed.
18203
18204 2007-02-23  Eric Blake  <ebb9@byu.net>
18205
18206         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
18207         * lib/stat-time.h (includes): Likewise.
18208         * lib/utimecmp.c (includes): Likewise.
18209         * lib/utimens.h (includes): Likewise.
18210         * lib/getdate.y (includes): Also include "timespec.h" for use
18211         internal to the module.
18212         * modules/utimens (Depends-on): Revert yesterday's patch.
18213         * modules/nanosleep (Depends-on): Add missing dependency.
18214
18215 2007-02-22  Bruno Haible  <bruno@clisp.org>
18216
18217         * lib/glob.c: Don't include getlogin_r.h.
18218
18219 2007-02-22  Jim Meyering  <jim@meyering.net>
18220
18221         * modules/utimens (Depends-on): Add timespec, required for
18222         utimens.h's inclusion of timespec.h.
18223
18224 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
18225
18226         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
18227         long unreadable paths in GNU/Linux.  Problem reported by Andreas
18228         Schwab in
18229         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
18230         I'll try to think of a better way to fix the Solaris problem.
18231
18232         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
18233         like glibc; on Solaris 10, it fails with errno == EINVAL.
18234         POSIX says the behavior is unspecified if the first argument is NULL,
18235         so play it safe and never pass NULL to the system getcwd.
18236
18237 2007-02-21  Jim Meyering  <jim@meyering.net>
18238
18239         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
18240         of gettimeofday.  It would conflict with the one now always
18241         provided via sys_time_.h.  Reported by Matthew Woehlke, as
18242         an IRIX 6.5 build failure.
18243
18244 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
18245
18246         Minor fixups to port to Solaris 10 with Sun C 5.8.
18247         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
18248         * modules/getcwd (Depends-on): Add dirfd.
18249         * lib/putenv.c (putenv): #undef it.
18250         (rpl_putenv): New decl.
18251         (malloc, free): Include <stdlib.h> rather than prototyping separately.
18252
18253 2007-02-20  Bruno Haible  <bruno@clisp.org>
18254
18255         * modules/stdio-tests: New file.
18256         * tests/test-stdio.c: New file.
18257
18258         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
18259         (Depends-on): Add stdio.
18260         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18261         (Include): Use <stdio.h> instead of vsnprintf.h.
18262         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18263         HAVE_DECL_VSNPRINTF.
18264         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
18265
18266         * modules/snprintf (Files): Remove lib/snprintf.h.
18267         (Depends-on): Add stdio.
18268         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
18269         (Include): Use <stdio.h> instead of snprintf.h.
18270         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
18271         HAVE_DECL_SNPRINTF.
18272         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
18273         * lib/getaddrinfo.c: Likewise.
18274
18275         * modules/stdio: New file.
18276         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
18277         * lib/snprintf.h: Remove file.
18278         * lib/vsnprintf.h: Remove file.
18279         * lib/.cppi-disable: Remove snprintf.h.
18280         * m4/stdio_h.m4: New file.
18281         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
18282
18283 2007-02-20  Jim Meyering  <jim@meyering.net>
18284
18285         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
18286         used by e.g., mingw.  From Bruno Haible.
18287
18288 2007-02-19  Bruno Haible  <bruno@clisp.org>
18289
18290         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
18291         warnings.
18292         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18293
18294 2007-02-19  Bruno Haible  <bruno@clisp.org>
18295
18296         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
18297         from mingw users.
18298
18299 2007-02-19  Bruno Haible  <bruno@clisp.org>
18300
18301         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
18302         warnings.
18303         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
18304
18305 2007-02-19  Jim Meyering  <jim@meyering.net>
18306
18307         Don't use FD after a successful "fdopendir (fd)".
18308         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
18309         Reset it by calling dirfd on the just-obtained DIR*.
18310
18311         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
18312         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
18313
18314 2007-02-18  Bruno Haible  <bruno@clisp.org>
18315
18316         * lib/readlink.c: Include <unistd.h>.
18317         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
18318         HAVE_READLINK.
18319         * modules/readlink (Depends-on): Add unistd.
18320         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18321         (Include): Add <unistd.h>.
18322
18323         * lib/getlogin_r.h: Remove file.
18324         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
18325         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
18326         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
18327         HAVE_DECL_GETLOGIN_R.
18328         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
18329         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18330         (Include): Use <unistd.h> instead of getlogin_r.h.
18331
18332         * lib/getcwd.h: Remove file.
18333         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
18334         * lib/xgetcwd.c: Likewise.
18335         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
18336         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
18337         * modules/getcwd (Files): Remove lib/getcwd.h.
18338         (Depends-on): Add unistd.
18339         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18340         (Include): Use <unistd.h> instad of getcwd.h.
18341
18342         * lib/ftruncate.c: Include <unistd.h> first.
18343         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
18344         Set HAVE_FTRUNCATE.
18345         * modules/ftruncate (Depends-on): Add unistd.
18346         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18347
18348         * lib/fchdir.c: Include <unistd.h> first.
18349         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
18350         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
18351         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
18352         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18353         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
18354
18355         * lib/dup2.c: Include <unistd.h> first.
18356         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
18357         HAVE_DUP2.
18358         * modules/dup2 (Depends-on): Add unistd.
18359         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18360
18361         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
18362         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
18363         REPLACE_CHOWN. Don't define chown as a macro here.
18364         * modules/chown (Depends-on): Add unistd.
18365         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18366
18367         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
18368         Add definition for GL_LINK_WARNING.
18369         (chown, dup2): New declarations.
18370         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
18371         link warning.
18372         (ftruncate): New declaration.
18373         (getcwd): New declaration, taken from old getcwd.h.
18374         (getlogin_r): New declaration, taken from old getlogin_r.h.
18375         (readlink): New declaration.
18376         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
18377         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
18378         (gl_PREREQ_UNISTD): Remove macro.
18379         (gl_UNISTD_MODULE_INDICATOR): New macro.
18380         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
18381         many new variables. Don't set UNISTD_H.
18382         * modules/unistd (Description): Change.
18383         (Depends-on): Add link-warning.
18384         (configure.ac): Update.
18385         (Makefile.am): Create unistd.h always. Substitute many new variables
18386         into it.
18387
18388 2007-02-18  Bruno Haible  <bruno@clisp.org>
18389
18390         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
18391         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
18392         HAVE_GETSUBOPT.
18393         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
18394         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
18395         * lib/getsubopt.h: Remove file.
18396         * modules/getsubopt (Files): Remove lib/getsubopt.h.
18397         (Depends-on): Add stdlib.
18398         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18399         (Includes): Use <stdlib.h> instead of getsubopt.h.
18400         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
18401         Set HAVE_GETSUBOPT.
18402         * lib/getsubopt.c: Don't include getsubopt.h.
18403
18404 2007-02-18  Bruno Haible  <bruno@clisp.org>
18405
18406         * modules/fchdir (Depends-on): Add dup2.
18407
18408 2007-02-18  Bruno Haible  <bruno@clisp.org>
18409
18410         * lib/stdlib_.h: Handle glibc's special invocation convention
18411         specially.
18412
18413 2007-02-18  Bruno Haible  <bruno@clisp.org>
18414
18415         * modules/stdlib-tests: New file.
18416         * tests/test-stdlib.c: New file.
18417
18418         * modules/mkstemp (Files): Remove lib/mkstemp.h.
18419         (Depends-on): Add stdlib.
18420         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18421         (Includes): Use <stdlib.h> instead of mkstemp.h.
18422         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18423         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
18424         * lib/mkstemp.c: Don't include mkstemp.h.
18425         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
18426         * lib/stdlib--.h: Don't include mkstemp.h.
18427
18428         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
18429         (Depends-on): Add stdlib.
18430         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18431         (Includes): Use <stdlib.h> instead of mkdtemp.h.
18432         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
18433         HAVE_MKDTEMP.
18434         * lib/mkdtemp.c: Don't include mkdtemp.h.
18435         * lib/clean-temp.c: Don't include mkdtemp.h.
18436
18437         * modules/exit (Files): Remove lib/exit.h.
18438         (Depends-on): Add stdlib.
18439         (Makefile.am): Remove lib_SOURCES.
18440         (Include): Use <stdlib.h> instead of exit.h.
18441         * lib/argmatch.c: Don't include exit.h.
18442         * lib/execute.c: Likewise.
18443         * lib/pagealign_alloc.c: Likewise.
18444         * lib/pipe.c: Likewise.
18445         * lib/wait-process.c: Likewise.
18446         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
18447         * lib/exitfail.c: Likewise.
18448         * lib/savewd.c: Likewise.
18449         * lib/xsetenv.c: Likewise.
18450
18451         * modules/stdlib: New file.
18452         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
18453         and extra comments about mkstemp().
18454         * lib/exit.h: Remove file.
18455         * lib/mkdtemp.h: Remove file.
18456         * lib/mkstemp.h: Remove file.
18457         * m4/stdlib_h.m4: New file.
18458         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
18459
18460 2007-02-18  Bruno Haible  <bruno@clisp.org>
18461
18462         * modules/math-tests: New file.
18463         * tests/test-math.c: New file.
18464
18465         * modules/math: New file.
18466         * modules/mathl (Files): Remove lib/mathl.h.
18467         (Depends-on): Add math.
18468         (Makefile.am): Don't mention mathl.h.
18469         (Include): Use <math.h> instead of mathl.h.
18470         * lib/math_.h: New file.
18471         * lib/mathl.h: Remove file.
18472         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
18473         mathl.h.
18474         * lib/asinl.c: Likewise.
18475         * lib/atanl.c: Likewise.
18476         * lib/ceill.c: Likewise.
18477         * lib/cosl.c: Likewise.
18478         * lib/expl.c: Likewise.
18479         * lib/floorl.c: Likewise.
18480         * lib/frexpl.c: Likewise.
18481         * lib/ldexpl.c: Likewise.
18482         * lib/logl.c: Likewise.
18483         * lib/sincosl.c: Likewise.
18484         * lib/sinl.c: Likewise.
18485         * lib/sqrtl.c: Likewise.
18486         * lib/tanl.c: Likewise.
18487         * lib/trigl.c: Likewise.
18488         * m4/math_h.m4: New file.
18489         * MODULES.html.sh (Mathematics): Add math.
18490
18491 2007-02-17  Bruno Haible  <bruno@clisp.org>
18492
18493         * modules/wctype-tests: New file.
18494         * tests/test-wctype.c: New file.
18495
18496         * modules/wchar-tests: New file.
18497         * tests/test-wchar.c: New file.
18498
18499         * modules/unistd-tests: New file.
18500         * tests/test-unistd.c: New file.
18501
18502         * modules/time-tests: New file.
18503         * tests/test-time.c: New file.
18504
18505         * modules/sysexits-tests: New file.
18506         * tests/test-sysexits.c: New file.
18507
18508         * modules/sys_time-tests: New file.
18509         * tests/test-sys_time.c: New file.
18510
18511         * modules/sys_stat-tests: New file.
18512         * tests/test-sys_stat.c: New file.
18513
18514         * modules/sys_socket-tests: New file.
18515         * tests/test-sys_socket.c: New file.
18516
18517         * modules/sys_select-tests: New file.
18518         * tests/test-sys_select.c: New file.
18519
18520         * modules/string-tests: New file.
18521         * tests/test-string.c: New file.
18522
18523         * modules/stdbool-tests: New file.
18524         * tests/test-stdbool.c: New file.
18525
18526         * modules/netinet_in-tests: New file.
18527         * tests/test-netinet_in.c: New file.
18528
18529         * modules/inttypes-tests: New file.
18530         * tests/test-inttypes.c: New file.
18531
18532         * modules/fcntl-tests: New file.
18533         * tests/test-fcntl.c: New file.
18534
18535         * modules/byteswap-tests: New file.
18536         * tests/test-byteswap.c: New file.
18537
18538         * modules/arpa_inet-tests: New file.
18539         * tests/test-arpa_inet.c: New file.
18540
18541 2007-02-17  Bruno Haible  <bruno@clisp.org>
18542
18543         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
18544         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
18545         if the corresponding module is not enabled. Emit link warnings if
18546         the function is used nevertheless.
18547         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
18548         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
18549         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
18550         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
18551         * modules/inttypes (Depends-on): Add link-warning.
18552         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18553         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
18554         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
18555         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
18556         * modules/imaxdiv (configure.ac): Likewise.
18557         * modules/strtoimax (configure.ac): Likewise.
18558         * modules/strtoumax (configure.ac): Likewise.
18559
18560 2007-02-17  Bruno Haible  <bruno@clisp.org>
18561
18562         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
18563         gl_STRING_MODULE_INDICATOR_DEFAULTS.
18564         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
18565         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
18566
18567 2007-02-17  Bruno Haible  <bruno@clisp.org>
18568
18569         * modules/link-warning: New file.
18570         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
18571         * lib/string_.h (GL_LINK_WARNING): Remove definition.
18572         * modules/string (Depends-on): Add link-warning.
18573         (Makefile.am): Copy the contents of build-aux/link-warning.h into
18574         string.h.
18575         * MODULES.html.sh (Support for building libraries and executables): Add
18576         link-warning.
18577
18578 2007-02-17  Bruno Haible  <bruno@clisp.org>
18579
18580         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
18581         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
18582         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
18583         long lines.
18584
18585 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
18586             Bruno Haible  <bruno@clisp.org>
18587
18588         * modules/tmpfile: New file.
18589         * lib/tmpfile.c: New file.
18590         * m4/tmpfile.m4: New file.
18591         * MODULES.html.sh (func_all_modules): New section "Input/output".
18592
18593 2007-02-15  Bruno Haible  <bruno@clisp.org>
18594
18595         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
18596         (supports_delete_on_close): New function.
18597         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
18598
18599 2007-02-14  Bruno Haible  <bruno@clisp.org>
18600
18601         * modules/mbspcasecmp-tests: New file.
18602         * tests/test-mbspcasecmp.sh: New file.
18603         * tests/test-mbspcasecmp.c: New file.
18604
18605         New module mbspcasecmp.
18606         * modules/mbspcasecmp: New file.
18607         * lib/mbspcasecmp.c: New file.
18608         * lib/string_.h (strncasecmp): Change warning message.
18609         (mbspcasecmp): New declaration.
18610         * m4/mbspcasecmp.m4: New file.
18611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18612         GNULIB_MBSPCASECMP.
18613         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
18614         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
18615
18616 2007-02-14  Bruno Haible  <bruno@clisp.org>
18617
18618         * modules/mbsncasecmp-tests: New file.
18619         * tests/test-mbsncasecmp.sh: New file.
18620         * tests/test-mbsncasecmp.c: New file.
18621
18622         New module mbsncasecmp.
18623         * modules/mbsncasecmp: New file.
18624         * lib/mbsncasecmp.c: New file.
18625         * lib/string_.h (mbsncasecmp): New declaration.
18626         * m4/mbsncasecmp.m4: New file.
18627         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18628         GNULIB_MBSNCASECMP.
18629         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
18630         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
18631
18632 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
18633
18634         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
18635         Verify that it doesn't overlap with our flags.
18636         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
18637         do not have the desired effect in multibyte locales; instead, use
18638         mbscasecmp.
18639         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
18640         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
18641         we don't require GNU fnmatch ourselves (if our users require it, they
18642         should do so explicitly).
18643
18644         Fix regex code so it doesn't rely on strcasecmp.
18645         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
18646         Otherwise, include gnulib's langinfo.h.
18647         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
18648         undesirable behavior in non-C locales.  Instead, rely on localecharset.
18649         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
18650         * modules/regex (FILES): Remove m4/codeset.m4.
18651         (Depends-on): Add localcharset.  Remove strcase.
18652
18653 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18654
18655         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
18656         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
18657
18658 2007-02-13  Bruno Haible  <bruno@clisp.org>
18659
18660         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
18661         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18662
18663 2007-02-12  Bruno Haible  <bruno@clisp.org>
18664
18665         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
18666         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
18667         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
18668         time warning rather than a link error.
18669
18670 2007-02-12  Bruno Haible  <bruno@clisp.org>
18671
18672         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
18673         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
18674         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18675
18676 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18677
18678         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
18679         args, not 2.
18680
18681 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
18682
18683         New module 'time', so that apps can include <time.h> as per
18684         POSIX and GNU instead of separate include files like time_r.h
18685         and timegm.h.  This implementation tries out a simpler approach
18686         for replacing decls in standard include files (as compared to
18687         the string module), somewhat as an experiment.
18688
18689         * config/srclist.txt: Comment out mktime.c for now.
18690         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
18691         since it doesn't apply any more.  Use generic wording instead.
18692         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
18693         'time'.
18694         * lib/time_.h, m4/time_h.m4, modules/time: New files.
18695         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
18696         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
18697         Don't include <sys/types.h>; no longer needed since we assume C89.
18698         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
18699         * lib/strftime.c: Likewise.
18700         * lib/time_r.c: Likewise.
18701         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
18702         * lib/nanosleep.c: Include <time.h> first, to check interface.
18703         * lib/strptime.c: Likewise.
18704         * lib/time_r.c: Likewise.
18705         * lib/timegm.c: Likewise.
18706         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
18707         needed.
18708         * lib/timegm.c: Don't include timegm.h; no longer needed.
18709         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
18710         time.h now handles any problems in that area.
18711         (struct timespec, nanosleep): Remove; time.h now arranges for these.
18712         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
18713         that time.h defines struct timespec.
18714         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
18715         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
18716         handles that.
18717         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
18718         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
18719         needed.  Set REPLACE_LOCALTIME.
18720         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
18721         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
18722         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
18723         nanosleep; time_h.m4 now does that.  Don't require
18724         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
18725         module handles this now.
18726         * modules/getdate (Depends-on): Remove timespec.  Add time.
18727         * modules/nanosleep (Depends-on): Likewise.
18728         * modules/stat-time (Depends-on): Likewise.
18729         * modules/nanosleep (Include): Include time.h, not timespec.h.
18730         * modules/strptime (Files): Remove lib/strptime.h.
18731         (Depends-on): Add extensions, time.
18732         (Include): Include time.h, not strptime.h.
18733         * modules/time_r (Files): Remove lib/time_r.h.
18734         (Depends-on): Add time.
18735         (Include): Include time.h, not time_r.h.
18736         * modules/timegm: Likewise.
18737         * modules/timespec (Description): Now does timespec-related decls
18738         of our own, instead of struct timespec itself.
18739         (Depends-on): Add time; remove extensions.
18740         (Maintainer): Add self.
18741         * modules/utimecmp (Depends-on): Add time; remove timespec.
18742         * modules/utimens (Depends-on): Likewise.
18743         * modules/xnanosleep (Depends-on): Likewise.
18744
18745 2007-02-11  Bruno Haible  <bruno@clisp.org>
18746
18747         * lib/c-strstr.c: Include allocsa.h.
18748         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18749         * lib/c-strcasestr.c: Include allocsa.h.
18750         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18751         * lib/strcasestr.c: Include allocsa.h.
18752         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
18753         * lib/mbsstr.c: Include allocsa.h.
18754         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18755         allocsa/freesa instead of malloc/free.
18756         * lib/mbscasestr.c: Include allocsa.h.
18757         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
18758         allocsa/freesa instead of malloc/free.
18759         * modules/c-strstr (Depends-on): Add allocsa.
18760         * modules/c-strcasestr (Depends-on): Likewise.
18761         * modules/strcasestr (Depends-on): Likewise.
18762         * modules/mbsstr (Depends-on): Likewise.
18763         * modules/mbscasestr (Depends-on): Likewise.
18764
18765 2007-02-11  Bruno Haible  <bruno@clisp.org>
18766
18767         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
18768
18769         * modules/mbsspn-tests: New file.
18770         * tests/test-mbsspn.sh: New file.
18771         * tests/test-mbsspn.c: New file.
18772
18773 2007-02-11  Bruno Haible  <bruno@clisp.org>
18774
18775         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
18776
18777         * modules/mbspbrk-tests: New file.
18778         * tests/test-mbspbrk.sh: New file.
18779         * tests/test-mbspbrk.c: New file.
18780
18781 2007-02-11  Bruno Haible  <bruno@clisp.org>
18782
18783         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
18784         unneeded cast.
18785
18786         * modules/mbscspn-tests: New file.
18787         * tests/test-mbscspn.sh: New file.
18788         * tests/test-mbscspn.c: New file.
18789
18790 2007-02-11  Bruno Haible  <bruno@clisp.org>
18791
18792         * modules/mbscasecmp-tests: New file.
18793         * tests/test-mbscasecmp.sh: New file.
18794         * tests/test-mbscasecmp.c: New file.
18795
18796 2007-02-11  Bruno Haible  <bruno@clisp.org>
18797
18798         Ensure O(n) worst-case complexity of mbscasestr.
18799         * lib/mbscasestr.c: Include stdbool.h.
18800         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18801         functions.
18802         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
18803         the bookkeeping indicates that it's worth it.
18804         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
18805
18806         * modules/mbscasestr-tests: New file.
18807         * tests/test-mbscasestr1.c: New file.
18808         * tests/test-mbscasestr2.sh: New file.
18809         * tests/test-mbscasestr2.c: New file.
18810         * tests/test-mbscasestr3.sh: New file.
18811         * tests/test-mbscasestr3.c: New file.
18812         * tests/test-mbscasestr4.sh: New file.
18813         * tests/test-mbscasestr4.c: New file.
18814         * m4/locale-tr.m4: New file.
18815
18816 2007-02-11  Bruno Haible  <bruno@clisp.org>
18817
18818         Ensure O(n) worst-case complexity of mbsstr.
18819         * lib/mbsstr.c: Include stdbool.h.
18820         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
18821         functions.
18822         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
18823         bookkeeping indicates that it's worth it.
18824         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
18825
18826         * modules/mbsstr-tests: New file.
18827         * tests/test-mbsstr1.c: New file.
18828         * tests/test-mbsstr2.sh: New file.
18829         * tests/test-mbsstr2.c: New file.
18830         * tests/test-mbsstr3.sh: New file.
18831         * tests/test-mbsstr3.c: New file.
18832         * m4/locale-fr.m4: New file.
18833
18834 2007-02-11  Bruno Haible  <bruno@clisp.org>
18835
18836         * lib/mbsrchr.c (mbsrchr): Fix bug.
18837
18838         * modules/mbsrchr-tests: New file.
18839         * tests/test-mbsrchr.sh: New file.
18840         * tests/test-mbsrchr.c: New file.
18841
18842 2007-02-11  Bruno Haible  <bruno@clisp.org>
18843
18844         * lib/mbschr.c (mbschr): Fix bug.
18845
18846         * modules/mbschr-tests: New file.
18847         * tests/test-mbschr.sh: New file.
18848         * tests/test-mbschr.c: New file.
18849         * m4/locale-zh.m4: New file.
18850
18851 2007-02-11  Bruno Haible  <bruno@clisp.org>
18852
18853         Support for copying multibyte string iterators.
18854         * lib/mbiter.h: Include <string.h>.
18855         (mbiter_multi_copy): New function.
18856         (mbi_copy): New macro.
18857         * lib/mbuiter.h: Include <string.h>.
18858         (mbuiter_multi_copy): New function.
18859         (mbui_copy): New macro.
18860
18861 2007-02-11  Bruno Haible  <bruno@clisp.org>
18862
18863         New module mbslen.
18864         * modules/mbslen: New file.
18865         * lib/mbslen.c: New file.
18866         * lib/string_.h (mbslen): New declaration.
18867         * m4/mbslen.m4: New file.
18868         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18869         GNULIB_MBSLEN.
18870         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
18871         * MODULES.html.sh (Internationalization functions): Add mbslen.
18872
18873 2007-02-11  Bruno Haible  <bruno@clisp.org>
18874
18875         Ensure O(n) worst-case complexity of strcasestr substitute.
18876         * lib/strcasestr.c: Include stdbool.h.
18877         (knuth_morris_pratt): New function.
18878         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
18879         bookkeeping indicates that it's worth it.
18880         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
18881
18882         * modules/strcasestr-tests: New file.
18883         * tests/test-strcasestr.c: New file.
18884
18885 2007-02-11  Bruno Haible  <bruno@clisp.org>
18886
18887         Ensure O(n) worst-case complexity of c_strcasestr.
18888         * lib/c-strcasestr.c: Include stdbool.h, string.h.
18889         (knuth_morris_pratt): New function.
18890         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
18891         the bookkeeping indicates that it's worth it.
18892         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
18893
18894         * modules/c-strcasestr-tests: New file.
18895         * tests/test-c-strcasestr.c: New file.
18896
18897 2007-02-11  Bruno Haible  <bruno@clisp.org>
18898
18899         Ensure O(n) worst-case complexity of c_strstr.
18900         * lib/c-strstr.c: Include stdbool.h, string.h.
18901         (knuth_morris_pratt): New function.
18902         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
18903         bookkeeping indicates that it's worth it.
18904         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
18905
18906         * lib/c-strstr.c: Complete rewrite for maintainability.
18907
18908         * modules/c-strstr-tests: New file.
18909         * tests/test-c-strstr.c: New file.
18910
18911 2007-02-11  Bruno Haible  <bruno@clisp.org>
18912
18913         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
18914         5.2.1 and earlier, whereby \055 was treated just like the range
18915         delimiter '-'.
18916         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18917
18918 2007-02-08  Bruno Haible  <bruno@clisp.org>
18919
18920         * modules/regex (Depends-on): Add stdbool.
18921         Reported by Dalibor Topic <robilad@kaffe.org>.
18922
18923 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
18924
18925         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
18926         Prefer returning from main to exiting from it.
18927         Remove unnecessary parens after sizeof.
18928
18929 2007-02-05  Bruno Haible  <bruno@clisp.org>
18930
18931         New module mbssep.
18932         * modules/mbssep: New file.
18933         * lib/mbssep.c: New file.
18934         * lib/string_.h (strsep): Add a conditional link warning.
18935         (mbssep): New declaration.
18936         * m4/mbssep.m4: New file.
18937         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18938         GNULIB_MBSSEP.
18939         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
18940         * MODULES.html.sh (Internationalization functions): Add mbssep.
18941
18942 2007-02-05  Bruno Haible  <bruno@clisp.org>
18943
18944         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
18945         Optimize search in case of 1 delimiter.
18946
18947 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
18948
18949         * lib/acl.h: Include sys/types.h before sys/acl.h.
18950
18951 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
18952
18953         Merge upstream fix for glibc bugzilla #3957:
18954
18955         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
18956
18957         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
18958         bit for RE_HAT_LISTS_NOT_NEWLINE.
18959         (build_charclass_op): Remove bogus comment.
18960
18961 2007-02-05  Simon Josefsson  <simon@josefsson.org>
18962
18963         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
18964
18965 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
18966
18967         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
18968         * lib/memmem.c [!defined _LIBC]: Include config.h.
18969
18970 2007-02-04  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
18973         warning message.
18974
18975 2007-02-04  Bruno Haible  <bruno@clisp.org>
18976
18977         New module mbstok_r.
18978         * modules/mbstok_r: New file.
18979         * lib/mbstok_r.c: New file.
18980         * lib/string_.h (strtok_r): Change argument names to match the
18981         comments. Add a conditional link warning.
18982         (mbstok_r): New declaration.
18983         * m4/mbstok_r.m4: New file.
18984         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18985         GNULIB_MBSTOK_R.
18986         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
18987         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
18988
18989 2007-02-04  Bruno Haible  <bruno@clisp.org>
18990
18991         New module mbsspn.
18992         * modules/mbsspn: New file.
18993         * lib/mbsspn.c: New file.
18994         * lib/string_.h (strspn): Add a conditional link warning.
18995         (mbsspn): New declaration.
18996         * m4/mbsspn.m4: New file.
18997         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
18998         GNULIB_MBSSPN.
18999         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
19000         * MODULES.html.sh (Internationalization functions): Add mbsspn.
19001
19002 2007-02-04  Bruno Haible  <bruno@clisp.org>
19003
19004         New module mbspbrk.
19005         * modules/mbspbrk: New file.
19006         * lib/mbspbrk.c: New file.
19007         * lib/string_.h (strpbrk): Add a conditional link warning.
19008         (mbspbrk): New declaration.
19009         * m4/mbspbrk.m4: New file.
19010         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19011         GNULIB_MBSPBRK.
19012         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
19013         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
19014
19015 2007-02-04  Bruno Haible  <bruno@clisp.org>
19016
19017         New module mbscspn.
19018         * modules/mbscspn: New file.
19019         * lib/mbscspn.c: New file.
19020         * lib/string_.h (strcspn): Add a conditional link warning.
19021         (mbscspn): New declaration.
19022         * m4/mbscspn.m4: New file.
19023         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19024         GNULIB_MBSCSPN.
19025         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
19026         * MODULES.html.sh (Internationalization functions): Add mbscspn.
19027
19028 2007-02-04  Bruno Haible  <bruno@clisp.org>
19029
19030         New module mbscasestr, reduced goal of strcasestr.
19031         * modules/mbscasestr: New file.
19032         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
19033         (mbscasestr): Renamed from strcasestr.
19034         * lib/strcasestr.c: Don't include mbuiter.h.
19035         (strcasestr): Remove support for multibyte locales.
19036         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
19037         Change the conditional link warning.
19038         (mbscasestr): New declaration.
19039         * m4/mbscasestr.m4: New file.
19040         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
19041         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
19042         REPLACE_STRCASESTR.
19043         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
19044         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19045         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19046         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
19047         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
19048         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
19049         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
19050         (Depends-on): Remove mbuiter.
19051         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
19052
19053 2007-02-04  Bruno Haible  <bruno@clisp.org>
19054
19055         Simplify handling of strncasecmp.
19056         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
19057         the conditional link warning.
19058         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
19059         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
19060         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
19061         * modules/strcase (configure.ac): Don't invoke
19062         gl_STRING_MODULE_INDICATOR.
19063         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
19064
19065 2007-02-04  Bruno Haible  <bruno@clisp.org>
19066
19067         New module mbscasecmp, reduced goal of strcasecmp.
19068         * modules/mbscasecmp: New file.
19069         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
19070         (mbscasecmp): Renamed from strcasecmp.
19071         * lib/strcasecmp.c: Don't include mbuiter.h.
19072         (strcasecmp): Remove support for multibyte locales.
19073         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
19074         Change the conditional link warning.
19075         (mbscasecmp): New declaration.
19076         * m4/mbscasecmp.m4: New file.
19077         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
19078         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
19079         REPLACE_STRCASECMP.
19080         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
19081         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19082         GNULIB_MBSCASECMP.
19083         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
19084         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
19085         * modules/strcase (Files): Remove m4/mbrtowc.m4.
19086         (Depends-on): Remove mbuiter.
19087         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
19088
19089 2007-02-04  Bruno Haible  <bruno@clisp.org>
19090
19091         New module mbsstr. Remove module strstr.
19092         * modules/mbsstr: New file.
19093         * modules/strstr: Remove file.
19094         * lib/mbsstr.c: Renamed from lib/strstr.c.
19095         (mbsstr): Renamed from strstr.
19096         * lib/string_.h (strstr): Remove declaration. Change the conditional
19097         link warning.
19098         (mbsstr): New declaration.
19099         * m4/mbsstr.m4: New file.
19100         * m4/strstr.m4: Remove file.
19101         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
19102         REPLACE_STRSTR.
19103         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
19104         Don't initialize GNULIB_STRSTR.
19105         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
19106         substitute GNULIB_STRSTR and REPLACE_STRSTR.
19107         * MODULES.html.sh (Internationalization functions): Add mbsstr.
19108         (Support for systems lacking ANSI C 89): Remove strstr.
19109
19110 2007-02-04  Bruno Haible  <bruno@clisp.org>
19111
19112         New module mbsrchr.
19113         * modules/mbsrchr: New file.
19114         * lib/mbsrchr.c: New file.
19115         * lib/string_.h (strrchr): Add a conditional link warning.
19116         (mbsrchr): New declaration.
19117         * m4/mbsrchr.m4: New file.
19118         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19119         GNULIB_MBSRCHR.
19120         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
19121         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
19122
19123 2007-02-04  Bruno Haible  <bruno@clisp.org>
19124
19125         New module mbschr.
19126         * modules/mbschr: New file.
19127         * lib/mbschr.c: New file.
19128         * lib/string_.h (strchr): Add a conditional link warning.
19129         (mbschr): New declaration.
19130         * m4/mbschr.m4: New file.
19131         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
19132         GNULIB_MBSCHR.
19133         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
19134         * MODULES.html.sh (Internationalization functions): Add mbschr.
19135
19136 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
19137
19138         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
19139
19140         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
19141
19142 2007-02-04  Bruno Haible  <bruno@clisp.org>
19143
19144         New module description section 'configure.ac-early'.
19145         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
19146         (func_get_autoconf_early_snippet): New function.
19147         (func_import, func_create_testdir): Use it. Remove special cases for
19148         modules 'extensions' and 'lock'.
19149         * modules/extensions (configure.ac-early): Require
19150         gl_USE_SYSTEM_EXTENSIONS.
19151         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
19152
19153 2007-02-04  Bruno Haible  <bruno@clisp.org>
19154
19155         Make use of gcj-4.3's -fsource and -ftarget option.
19156         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
19157         and if so try the options -fsource and -ftarget.
19158         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
19159         source_version, ftarget_option, target_version arguments.
19160         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
19161         (is_envjavac_oldgcj_14_14_usable): Renamed from
19162         is_envjavac_gcj_14_14_usable.
19163         (is_envjavac_oldgcj_14_13_usable): Renamed from
19164         is_envjavac_gcj_14_13_usable.
19165         (is_gcj_present): Update.
19166         (is_gcj_43, is_gcj43_usable): New functions.
19167         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
19168         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
19169         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
19170         try the options -fsource and -ftarget.
19171
19172 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19173
19174         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
19175         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
19176         larger value.
19177
19178 2007-02-03  Jim Meyering  <jim@meyering.net>
19179
19180         Give tools a better chance to allocate space for very large buffers.
19181         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
19182
19183         Make pwd and readlink work also when run with an unreadable parent dir
19184         on systems with openat support.
19185         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
19186         provided getcwd function, even when we have openat support.
19187         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
19188
19189 2007-02-02  Bruno Haible  <bruno@clisp.org>
19190
19191         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
19192         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
19193         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
19194         portability problems if one of these functions is only used on specific
19195         platforms.
19196         Reported by Paul Eggert.
19197
19198 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
19199
19200         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
19201         is causing more trouble than it's curing.
19202         * lib/regex_internal.h (__mempcpy): Remove.
19203         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
19204         (and make the code a tad smaller to boot).
19205         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
19206
19207 2007-02-02  Jim Meyering  <jim@meyering.net>
19208
19209         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
19210         section, not in the Makefile.am: one.
19211
19212 2007-02-02  Eric Blake  <ebb9@byu.net>
19213
19214         * lib/strchrnul.c: Always include config.h first.
19215
19216         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
19217         gnulib strstr is not necessary here.
19218
19219 2007-02-02  Simon Josefsson  <simon@josefsson.org>
19220
19221         * m4/socklen.m4: Fix typo.
19222
19223 2007-02-02  Eric Blake  <ebb9@byu.net>
19224
19225         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
19226         * modules/netinet_in (Makefile.am): Likewise.
19227
19228 2007-02-01  Bruno Haible  <bruno@clisp.org>
19229
19230         * lib/string_.h (GL_LINK_WARNING): New macro.
19231         (strcasecmp, strstr, strcasestr): If provided by the system,
19232         conditionally define as a macro that leads to a warning instead of to
19233         an error.
19234         (strncasecmp): Conditionally define as a macro that leads to a warning.
19235
19236 2007-02-01  Karl Berry  <karl@gnu.org>
19237
19238         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
19239
19240 2007-02-01  Bruno Haible  <bruno@clisp.org>
19241
19242         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
19243         renamings.
19244
19245 2007-02-01  Eric Blake  <ebb9@byu.net>
19246
19247         * modules/regex (Depends-on): Revert dependence on mempcpy.
19248         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
19249         module's definition of mempcpy.
19250         Reported by Paul Eggert.
19251
19252 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
19253
19254         * lib/string_.h: If the gnulib module XYZ is not present, undefine
19255         the symbol XYZ before redefining it.  This fixes a problem with
19256         programs that don't use XYZ, when compiled on systems that define
19257         XYZ to something else.
19258
19259 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
19260
19261         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
19262         occurs when "mkdir -m foo" creates a setgid directory that is (1)
19263         writeable to group or other and (2) is intended to have a special
19264         mode bit that is set or cleared.  In such a case, the directory
19265         should be neither group- nor other-writeable until the special
19266         mode bits are right.
19267
19268 2007-01-31  Eric Blake  <ebb9@byu.net>
19269
19270         * modules/mountlist (Depends-on): Add strstr.
19271
19272         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
19273         bug.
19274         * modules/string (Makefile.am): Remove redundant replacement.
19275         * modules/regex (Depends-on): Add mempcpy.
19276
19277 2007-01-31  Bruno Haible  <bruno@clisp.org>
19278
19279         New module description field 'Link'.
19280         * gnulib-tool (func_usage): Document --extract-link-directive.
19281         (sed_extract_prog): Recognize 'Link' directive.
19282         (func_get_link_directive): New function.
19283         (func_import): Show summary of link directives.
19284         Handle --extract-link-directive option.
19285         * modules/acl (Link): New section.
19286         * modules/clock-time (Link): New section.
19287         * modules/euidaccess (Link): New section.
19288         * modules/gettext (Link): New section.
19289         * modules/iconv (Link): New section.
19290         * modules/lock (Link): New section.
19291         * modules/nanosleep (Link): New section.
19292         * modules/readline (Link): New section.
19293
19294 2007-01-27  Bruno Haible  <bruno@clisp.org>
19295
19296         Enforce the use of gnulib modules for unportable <string.h> functions.
19297         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
19298         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
19299         (gl_HEADER_STRING_H_BODY): Require it.
19300         * lib/string_.h: If the gnulib module XYZ is not present, redefine
19301         the symbol XYZ to one that gives a link error.
19302         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
19303         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
19304         * modules/mempcpy (configure.ac): Likewise.
19305         * modules/memrchr (configure.ac): Likewise.
19306         * modules/stpcpy (configure.ac): Likewise.
19307         * modules/stpncpy (configure.ac): Likewise.
19308         * modules/strcase (configure.ac): Likewise.
19309         * modules/strcasestr (configure.ac): Likewise.
19310         * modules/strchrnul (configure.ac): Likewise.
19311         * modules/strdup (configure.ac): Likewise.
19312         * modules/strndup (configure.ac): Likewise.
19313         * modules/strnlen (configure.ac): Likewise.
19314         * modules/strpbrk (configure.ac): Likewise.
19315         * modules/strsep (configure.ac): Likewise.
19316         * modules/strstr (configure.ac): Likewise.
19317         * modules/strtok_r (configure.ac): Likewise.
19318
19319 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
19320
19321         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
19322
19323 2007-01-30  Jim Meyering  <jim@meyering.net>
19324
19325         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
19326
19327 2007-01-29  Bruno Haible  <bruno@clisp.org>
19328
19329         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
19330         * lib/execute.c: Likewise.
19331         * lib/pipe.c: Likewise.
19332         * lib/printf-args.h: Likewise.
19333         * lib/printf-args.c: Likewise.
19334         * lib/printf-parse.c: Likewise.
19335         * lib/vasnprintf.c: Likewise.
19336
19337 2007-01-29  Eric Blake  <ebb9@byu.net>
19338
19339         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
19340         declaration.
19341
19342 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
19343
19344         * lib/strptime.h (strptime): Use 'restrict' for args where
19345         POSIX requires this.
19346         * lib/strptime.c (strptime): Likewise.
19347         Change license notice from LGPL to GPL, since gnulib-tool will
19348         change this as needed.
19349         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
19350         defined.
19351         Include "strptime.h" first, to check interface.
19352         Do not #undef _LIBC and _NL_CURRENT.
19353         Do not include <stdlib.h>; no longer needed.
19354         Include "time_r.h" and declare ptime_locale_status
19355         only if _LIBC is not defined.
19356         (__P): Remove unused macro.
19357         (match_string): Bring back glibc version, but use it only if _LIBC
19358         is defined.
19359         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
19360         Remove unnecessary assertion and abort() call.
19361         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
19362         * m4/strptime.m4: Fix serial number comment.
19363         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
19364         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
19365         (Depends-on): Add time_r.
19366
19367 2007-01-29  Bruno Haible  <bruno@clisp.org>
19368
19369         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19370         strptime.
19371         * modules/strptime (Depends-on): Add stdbool.
19372         * lib/strptime.h: Include <time.h> always. Add comments.
19373
19374 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
19375
19376         * modules/strptime: New file.
19377         * lib/strptime.h: New file.
19378         * lib/strptime.c: New file.
19379         * m4/strptime.m4: New file.
19380
19381 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19382
19383         * MODULES.html.sh: New module mpsort.
19384         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
19385
19386         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
19387         a circularity problem with HP-UX ia64 reported by Bob Proulx in
19388         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
19389         All uses changed.
19390         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
19391         All uses changed.
19392         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
19393         to _Restrict_.
19394         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
19395         the parameter matches the prototype.
19396
19397 2007-01-28  Jim Meyering  <jim@meyering.net>
19398
19399         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
19400         sys/time.h here, reverting that part of the previous patch:
19401         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
19402
19403 2007-01-28  Bruno Haible  <bruno@clisp.org>
19404
19405         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
19406         value of $(SYS_TIME_H).
19407         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
19408         remove it conditionally, too. [added by Jim Meyering]
19409         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
19410         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
19411         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
19412         GETTIMEOFDAY_REPLACEMENT to 1.
19413
19414 2007-01-28  Bruno Haible  <bruno@clisp.org>
19415
19416         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
19417         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
19418         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
19419         Set UNISTD_H instead of UNISTD_H2.
19420         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
19421
19422 2007-01-28  Bruno Haible  <bruno@clisp.org>
19423
19424         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
19425         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
19426
19427 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19428
19429         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
19430         (func_create_testdir): Ensure C locale for `grep' and `tr'
19431         character ranges.
19432         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
19433         ACLOCAL_AMFLAGS parsing state machine.
19434
19435 2007-01-27  Bruno Haible  <bruno@clisp.org>
19436
19437         * modules/unistr/base: Update.
19438
19439 2007-01-27  Bruno Haible  <bruno@clisp.org>
19440
19441         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
19442         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
19443         * modules/unistr/u32-mbtouc-unsafe: Renamed from
19444         modules/unistr/u32-mbtouc.
19445         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
19446         * lib/unistr.h: Update.
19447         * lib/linebreak.c: Update.
19448         * modules/unistr/u32-mbtouc: Renamed from
19449         modules/unistr/u32-mbtouc-safe.
19450         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
19451         * lib/unistr.h: Update.
19452         * lib/unistr/u32-to-u8.c: Update.
19453         * lib/unistr/u32-to-u16.c: Update.
19454
19455 2007-01-27  Bruno Haible  <bruno@clisp.org>
19456
19457         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
19458         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
19459         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
19460         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
19461         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
19462         * modules/unistr/u16-mbtouc-unsafe: Renamed from
19463         modules/unistr/u16-mbtouc.
19464         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
19465         * lib/unistr.h: Update.
19466         * lib/linebreak.c: Update.
19467         * modules/linebreak: Update.
19468         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
19469         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
19470         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
19471         * modules/unistr/u16-mbtouc: Renamed from
19472         modules/unistr/u16-mbtouc-safe.
19473         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
19474         * lib/unistr.h: Update.
19475         * lib/unistr/u16-to-u8.c: Update.
19476         * modules/unistr/u16-to-u8: Update.
19477         * lib/unistr/u16-to-u32.c: Update.
19478         * modules/unistr/u16-to-u32: Update.
19479
19480 2007-01-27  Bruno Haible  <bruno@clisp.org>
19481
19482         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
19483         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
19484         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
19485         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
19486         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
19487         * modules/unistr/u8-mbtouc-unsafe: Renamed from
19488         modules/unistr/u8-mbtouc.
19489         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
19490         * lib/unistr.h: Update.
19491         * lib/striconveh.c: Update.
19492         * modules/striconveh: Update.
19493         * lib/linebreak.c: Update.
19494         * modules/linebreak: Update.
19495         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
19496         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
19497         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
19498         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
19499         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
19500         * lib/unistr.h: Update.
19501         * lib/striconveh.c: Update.
19502         * modules/striconveh: Update.
19503         * lib/unistr/u8-to-u16.c: Update.
19504         * modules/unistr/u8-to-u16: Update.
19505         * lib/unistr/u8-to-u32.c: Update.
19506         * modules/unistr/u8-to-u32: Update.
19507
19508 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19509
19510         Sync from Libtool.
19511         * lib/argz.c: Do not include strings.h nor memory.h, include
19512         string.h unconditionally.  Patch by Simon Josefsson.
19513
19514 2007-01-27  Bruno Haible  <bruno@clisp.org>
19515
19516         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
19517         from gl_HEADER_STRING_H_BODY.
19518         (gl_HEADER_STRING_H_BODY): Require it.
19519         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
19520         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
19521         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
19522         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
19523         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19524         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
19525         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
19526         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
19527         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
19528         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
19529         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
19530         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
19531         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
19532         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
19533         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19534
19535 2007-01-27  Bruno Haible  <bruno@clisp.org>
19536
19537         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
19538         check_PROGRAMS into noinst_PROGRAMS.
19539         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
19540         check_PROGRAMS in this case.
19541         (func_import): Set for_test to false.
19542         (func_create_testdir): Set for_test to true.
19543
19544 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
19545             Bruno Haible  <bruno@clisp.org>
19546
19547         * modules/strcasestr (Files): Remove lib/strcasestr.h.
19548         (Depends-on): Add string.
19549         (Includes): Use <string.h> instead of strcasestr.h.
19550         * modules/string (Makefile.am): Also substitute the value of
19551         REPLACE_STRCASESTR.
19552         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
19553         assume strcasestr is declared in <string.h> not <strings.h>. Also
19554         set REPLACE_STRCASESTR.
19555         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
19556         REPLACE_STRCASESTR.
19557         * lib/strcasestr.h: Remove file.
19558         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
19559         * lib/string_.h (strcasestr): New declaration.
19560
19561 2007-01-27  Bruno Haible  <bruno@clisp.org>
19562
19563         * lib/string_.h: Use 'extern'.
19564
19565 2007-01-27  Jim Meyering  <jim@meyering.net>
19566
19567         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
19568         of set-but-not-used local, "q".
19569
19570         * lib/mempcpy.c: Include <config.h> before <string.h>.
19571         This fixes a compilation error on HP-UX, due to the system's
19572         "restrict"-using mempcpy prototype.
19573
19574 2007-01-26  Bruno Haible  <bruno@clisp.org>
19575
19576         Small optimization.
19577         * lib/javacomp.c: Include c-strstr.h.
19578          (is_envjavac_gcj): Use c_strstr instead of strstr.
19579         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
19580
19581 2007-01-26  Bruno Haible  <bruno@clisp.org>
19582
19583         * MODULES.html.sh (Unicode string functions): Add the new modules.
19584
19585         * modules/uniconv/u32-strconv-to-locale: New file.
19586         * lib/uniconv/u32-strconv-to-locale.c: New file.
19587
19588         * modules/uniconv/u16-strconv-to-locale: New file.
19589         * lib/uniconv/u16-strconv-to-locale.c: New file.
19590
19591         * modules/uniconv/u8-strconv-to-locale: New file.
19592         * lib/uniconv/u8-strconv-to-locale.c: New file.
19593
19594         * modules/uniconv/u32-strconv-from-locale: New file.
19595         * lib/uniconv/u32-strconv-from-locale.c: New file.
19596
19597         * modules/uniconv/u16-strconv-from-locale: New file.
19598         * lib/uniconv/u16-strconv-from-locale.c: New file.
19599
19600         * modules/uniconv/u8-strconv-from-locale: New file.
19601         * lib/uniconv/u8-strconv-from-locale.c: New file.
19602
19603         * modules/uniconv/u32-strconv-to-enc: New file.
19604         * lib/uniconv/u32-strconv-to-enc.c: New file.
19605         * modules/uniconv/u32-strconv-to-enc-tests: New file.
19606         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
19607
19608         * modules/uniconv/u16-strconv-to-enc: New file.
19609         * lib/uniconv/u16-strconv-to-enc.c: New file.
19610         * lib/uniconv/u-strconv-to-enc.h: New file.
19611         * modules/uniconv/u16-strconv-to-enc-tests: New file.
19612         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
19613
19614         * modules/uniconv/u8-strconv-to-enc: New file.
19615         * lib/uniconv/u8-strconv-to-enc.c: New file.
19616         * modules/uniconv/u8-strconv-to-enc-tests: New file.
19617         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
19618
19619         * modules/uniconv/u32-strconv-from-enc: New file.
19620         * lib/uniconv/u32-strconv-from-enc.c: New file.
19621         * modules/uniconv/u32-strconv-from-enc-tests: New file.
19622         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
19623
19624         * modules/uniconv/u16-strconv-from-enc: New file.
19625         * lib/uniconv/u16-strconv-from-enc.c: New file.
19626         * modules/uniconv/u16-strconv-from-enc-tests: New file.
19627         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
19628
19629         * modules/uniconv/u8-strconv-from-enc: New file.
19630         * lib/uniconv/u8-strconv-from-enc.c: New file.
19631         * lib/uniconv/u-strconv-from-enc.h: New file.
19632         * modules/uniconv/u8-strconv-from-enc-tests: New file.
19633         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
19634
19635         * modules/uniconv/u32-conv-from-enc: New file.
19636         * lib/uniconv/u32-conv-from-enc.c: New file.
19637         * modules/uniconv/u32-conv-from-enc-tests: New file.
19638         * tests/uniconv/test-u32-conv-from-enc.c: New file.
19639
19640         * modules/uniconv/u16-conv-from-enc: New file.
19641         * lib/uniconv/u16-conv-from-enc.c: New file.
19642         * lib/uniconv/u-conv-from-enc.h: New file.
19643         * modules/uniconv/u16-conv-from-enc-tests: New file.
19644         * tests/uniconv/test-u16-conv-from-enc.c: New file.
19645
19646         * modules/uniconv/u8-conv-from-enc: New file.
19647         * lib/uniconv/u8-conv-from-enc.c: New file.
19648         * modules/uniconv/u8-conv-from-enc-tests: New file.
19649         * tests/uniconv/test-u8-conv-from-enc.c: New file.
19650
19651         * modules/uniconv/base: New file.
19652         * lib/uniconv.h: New file.
19653
19654 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19655
19656         * doc/gnulib-tool.texi (Initial import): Update to match current
19657         behavior with strdup module.
19658         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
19659         * lib/memmem.h: Remove; all uses removed.  This is now done
19660         by <string.h>.
19661         * lib/mempcpy.h: Likewise.
19662         * lib/memrchr.h: Likewise.
19663         * lib/stpcpy.h: Likewise.
19664         * lib/stpncpy.h: Likewise.
19665         * lib/strcase.h: Likewise.
19666         * lib/strchrnul.h: Likewise.
19667         * lib/strdup.h: Likewise.
19668         * lib/strndup.h: Likewise.
19669         * lib/strnlen.h: Likewise.
19670         * lib/strpbrk.h: Likewise.
19671         * lib/strsep.h: Likewise.
19672         * lib/strstr.h: Likewise.
19673         * lib/strtok_r.h: Likewise.
19674         * lib/string_.h: New file.
19675         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
19676         Rely on <string.h> instead.
19677         * lib/canon-host.c: Likewise.
19678         * lib/chdir-long.c: Likewise.
19679         * lib/concatpath.c: Likewise.
19680         * lib/exclude.c: Likewise.
19681         * lib/fchdir.c: Likewise.
19682         * lib/getaddrinfo.c: Likewise.
19683         * lib/getcwd.c: Likewise.
19684         * lib/getsubopt.c: Likewise.
19685         * lib/glob.c: Likewise.
19686         * lib/hard-locale.c: Likewise.
19687         * lib/iconvme.c: Likewise.
19688         * lib/javacomp.c: Likewise.
19689         * lib/mempcpy.c: Likewise.
19690         * lib/memrchr.c: Likewise.
19691         * lib/regex_internal.h: Likewise.
19692         * lib/stpncpy.c: Likewise.
19693         * lib/strcasecmp.c: Likewise.
19694         * lib/strchrnul.c: Likewise.
19695         * lib/strdup.c: Likewise.
19696         * lib/striconv.c: Likewise.
19697         * lib/striconveh.c: Likewise.
19698         * lib/striconveha.c: Likewise.
19699         * lib/strncasecmp.c: Likewise.
19700         * lib/strndup.c: Likewise.
19701         * lib/strnlen.c: Likewise.
19702         * lib/strsep.c: Likewise.
19703         * lib/strstr.c: Likewise.
19704         * lib/strtok_r.c: Likewise.
19705         * lib/userspec.c: Likewise.
19706         * lib/w32spawn.h: Likewise.
19707         * lib/xstrndup.c: Likewise.
19708         * lib/mountlist.c (strstr): Remove decl.
19709         * m4/string_h.m4: New file.
19710         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
19711         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
19712         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
19713         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
19714         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
19715         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
19716         Set REPLACE_STRCASECMP if necessary.
19717         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
19718         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
19719         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
19720         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
19721         HAVE_DECL_STRDUP if necessary.
19722         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
19723         since gl_FUNC_STRNDUP does that now.
19724         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
19725         Check for decl here...
19726         (gl_PREREQ_STRNLEN): ... not here.
19727         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
19728         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
19729         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
19730         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
19731         necessary.
19732         * modules/string: New file.
19733         * modules/memmem (Files): Remove special-purpose include file.
19734         (Depends-on): Add string.
19735         (Include): Include <string.h>, not the removed file.
19736         * modules/mempcpy: Likewise.
19737         * modules/memrchr: Likewise.
19738         * modules/stpcpy: Likewise.
19739         * modules/stpncpy: Likewise.
19740         * modules/strcase: Likewise.
19741         * modules/strchrnul: Likewise.
19742         * modules/strdup: Likewise.
19743         * modules/strndup: Likewise.
19744         * modules/strnlen: Likewise.
19745         * modules/strpbrk: Likewise.
19746         * modules/strsep: Likewise.
19747         * modules/strstr: Likewise.
19748         * modules/strtok_r: Likewise.
19749         * tests/test-dirname.c: Don't include "strdup.h", since
19750         <string.h> now suffices.
19751         * tests/test-memmem.c: Don't include "memmem.h", since
19752         <string.h> now suffices.
19753
19754 2007-01-25  Bruno Haible  <bruno@clisp.org>
19755
19756         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
19757         *resultp is 0.
19758
19759         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
19760         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
19761         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
19762         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
19763
19764         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
19765         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
19766         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
19767         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
19768         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
19769         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
19770
19771 2007-01-24  Bruno Haible  <bruno@clisp.org>
19772
19773         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
19774         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
19775         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
19776         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
19777         gl_FUNC_FTS_CORE.
19778         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
19779         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
19780         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19781         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
19782         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
19783         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
19784         gl_FUNC_FCHOWNAT.
19785         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
19786         gl_FUNC_STRFTIME.
19787         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
19788         Reported by Ralf Wildenhues.
19789
19790 2007-01-24  Bruno Haible  <bruno@clisp.org>
19791
19792         Drop AC_REQUIRE calls that are redundant with the module dependencies.
19793         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
19794         gl_GETADDRINFO.
19795         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
19796         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
19797         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
19798
19799 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
19800
19801         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
19802         Don't use 'exit'; just return from 'main'.
19803         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
19804
19805         * lib/fnmatch_.h: Readjust white space and comments to match
19806         glibc, to avoid spurious diffs.
19807
19808 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19809
19810         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
19811         2004-12-01 change by Jakub Jelinek, since this code won't compile
19812         if !LIBC.  Problem reported by Bob Proulx.
19813
19814 2007-01-23  Bruno Haible  <bruno@clisp.org>
19815
19816         * lib/striconveh.c: Include c-strcaseeq.h.
19817         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
19818         * modules/striconveh (Depends-on): Add c-strcaseeq.
19819
19820 2007-01-23  Bruno Haible  <bruno@clisp.org>
19821
19822         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
19823
19824         * modules/c-strcaseeq: New file.
19825         * lib/c-strcaseeq.h: New file.
19826
19827         * modules/streq: New file.
19828         * lib/streq.h: New file.
19829
19830 2007-01-23  Bruno Haible  <bruno@clisp.org>
19831
19832         * modules/striconveha-tests: New file.
19833         * tests/test-striconveha.c: New file.
19834
19835         * lib/striconveha.h: Include <stdbool.h>.
19836         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
19837         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
19838         (mem_iconveha_notranslit): Renamed from mem_iconveha.
19839         (mem_iconveha): New function.
19840         (str_iconveha_notranslit): Renamed from str_iconveha.
19841         (str_iconveha): New function.
19842         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
19843         c-strcase.
19844
19845 2007-01-23  Bruno Haible  <bruno@clisp.org>
19846
19847         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
19848         encodings without forgiving before trying any encoding with handler.
19849         (str_iconveha): Try all encodings without forgiving before trying any
19850         encoding with handler.
19851
19852 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19853
19854         Import the following changes from libc.
19855
19856         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
19857
19858         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
19859
19860         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
19861
19862         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
19863         normal_bracket label.
19864
19865         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
19866
19867         [BZ #361]
19868         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
19869         to normal_bracket after fetching the next character.
19870
19871 2007-01-22  Bruno Haible  <bruno@clisp.org>
19872
19873         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
19874         argument.
19875         * lib/striconveh.c (iconv_carefully_1): New function.
19876         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
19877         argument.
19878         (str_cd_iconveh): Update.
19879         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
19880         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
19881         * tests/test-striconveh.c (MAGIC): New macro.
19882         (new_offsets): New function.
19883         (main): Test call with and without offsets.
19884
19885 2007-01-22  Bruno Haible  <bruno@clisp.org>
19886
19887         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
19888         * modules/sys_select (Makefile.am): Likewise.
19889         * modules/sys_socket (Makefile.am): Likewise.
19890         * modules/sys_time (Makefile.am): Likewise.
19891
19892 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
19893
19894         * modules/gettimeofday (License): Change from GPL to LGPL, since
19895         gettimeofday is a library function.
19896
19897 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19898
19899         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
19900
19901 2007-01-21  Bruno Haible  <bruno@clisp.org>
19902
19903         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
19904
19905 2007-01-21  Bruno Haible  <bruno@clisp.org>
19906
19907         * modules/striconveha: New file.
19908         * lib/striconveha.h: New file.
19909         * lib/striconveha.c: New file.
19910         * MODULES.html.sh (Internationalization functions): Add striconveha.
19911         * lib/striconv.c (str_iconv): Optimize the case of an empty input
19912         string.
19913         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
19914
19915 2007-01-21  Bruno Haible  <bruno@clisp.org>
19916
19917         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
19918         * lib/striconveh.c (str_iconveh): Likewise.
19919
19920 2007-01-21  Bruno Haible  <bruno@clisp.org>
19921
19922         * lib/striconveh.h (mem_iconveh): New declaration.
19923         * lib/striconveh.c (mem_iconveh): New function.
19924         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
19925
19926 2007-01-21  Bruno Haible  <bruno@clisp.org>
19927
19928         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
19929
19930         * lib/striconveh.h (mem_cd_iconveh): Change specification.
19931         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
19932         original result buffer.
19933         (str_cd_iconveh): Update.
19934         * tests/test-striconveh.c (main): Update.
19935
19936         * lib/striconv.h (mem_cd_iconv): Change specification.
19937         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
19938         result buffer.
19939         (str_cd_iconv): Update.
19940         * tests/test-striconv.c (main): Update.
19941
19942 2007-01-21  Bruno Haible  <bruno@clisp.org>
19943
19944         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
19945
19946 2007-01-20  Jim Meyering  <jim@meyering.net>
19947
19948         * lib/userspec.c (parse_with_separator): If a user or group string
19949         starts with "+", skip the corresponding name-to-ID look-up, since
19950         such a look-up must fail: user and group names may not include "+".
19951
19952 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
19953
19954         * lib/poll.c: Include sys/time.h and time.h unconditionally,
19955         since we now assume the sys_time module.
19956         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
19957         check for sys/time.h; no longer needed.
19958         * modules/poll (Depends-on): Depend on sys_time.
19959
19960 2007-01-18  Bruno Haible  <bruno@clisp.org>
19961
19962         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
19963         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
19964
19965         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
19966         gettimeofday.
19967
19968         * tests/test-gettimeofday.c: Include <time.h>.
19969         (dummy): Remove variable.
19970
19971         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
19972         gl_HEADER_SYS_TIME_H.
19973         (gl_HEADER_SYS_TIME_H): New macro.
19974
19975         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
19976         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19977         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
19978         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
19979         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19980         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
19981         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
19982         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19983         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
19984         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
19985         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
19986
19987         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
19988         last change; it caused a compilation error when cross-compiling to
19989         Cygwin.
19990
19991 2007-01-18  Jim Meyering  <jim@meyering.net>
19992
19993         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
19994         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
19995         than the race-prone "test -d sys || mkdir sys".
19996         (configure.ac): Use AC_PROG_MKDIR_P.
19997         * modules/sys_select: Likewise.
19998         * modules/sys_socket: Likewise.
19999         * modules/sys_time: Likewise.
20000
20001 2007-01-18  Eric Blake  <ebb9@byu.net>
20002
20003         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
20004         replace gettimeofday.
20005         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
20006         name, to avoid infinite recursion.
20007
20008 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
20009
20010         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
20011         module sys_time.
20012         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
20013         assume timespec.h defines struct timeval.
20014         * lib/settime.c: Likewise.
20015         * lib/utimens.c: Likewise.
20016         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
20017         since we now assume the gettimeofday module.
20018         * lib/tempname.c (__gen_tempname): Likewise.
20019         * lib/gettimeofday.h: Remove.
20020         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
20021         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
20022         Include <time.h>, for 'time()'.
20023         (localtime_buffer_addr): Also use this workaround if
20024         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
20025         to simplify the uses.  All uses changed.
20026         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
20027         that #undef is inside {}, and 'const' follows type name consistently.
20028         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
20029         (gettimeofday): Do not use the maximum possible value for
20030         tv->tv_usec, since that might break usages other than ls.c.
20031         Instead, we'll leave ls.c alone.  This undoes today's patch
20032         by Bruno.  Add a compile-time warning for 1s-clock resolution;
20033         we've never observed the problem but might as well keep the
20034         canary.
20035         * lib/nanosleep.c: Include timespec.h first, for interface check.
20036         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
20037         now assume the sys_time module.
20038         * lib/tempname.c: Likewise.
20039         * lib/timespec.h: Likewise.
20040         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
20041         needed.
20042         * lib/strftime.c: Likewise.
20043         * lib/timespec.h: Likewise.
20044         * lib/posixtm.c: Include posixtm.h first, for interface check.
20045         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
20046         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
20047         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
20048         * lib/sys_time_.h: New file.
20049         * lib/timespec.h (struct timespec): Use long int, not long.
20050         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
20051         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
20052         Remove obsolescent call to AC_HEADER_TIME.
20053         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
20054         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20055         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
20056         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
20057         Likewise.
20058         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
20059         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
20060         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
20061         into the sys_time module.  Check for gettimeofday just once.
20062         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
20063         for gettimeofday signature to just check the signature.  Merely
20064         compile it, since linking doesn't test signature.  Improve test for
20065         whether gettimeofday.o is actually needed.
20066         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
20067         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
20068         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
20069         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20070         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
20071         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
20072         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
20073         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
20074         than worrying about sys/time.h.
20075         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
20076         Don't bother worrying about TIME_WITH_SYS_TIME.
20077         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
20078         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
20079         * m4/sys_time_h.m4: New file.
20080         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
20081         Don't include sys/time.h.  Return from main rather than exiting.
20082         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
20083         all uses changed.
20084         * modules/gethrxtime (Depends-on): Add sys_time.
20085         * modules/gettime (Depends-on): Likewise.
20086         * modules/gettimeofday (Depends-on): Likewise.
20087         * modules/nanosleep (Depends-on): Likewise.
20088         * modules/settime (Depends-on): Likewise.
20089         * modules/tempname (Depends-on): Likewise.
20090         * modules/utimens (Depends-on): Likewise.
20091         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
20092         (Include:) Change back to <sys/time.h>.
20093         (Maintainer:) Add self.
20094         * modules/sys_time: New file.
20095         * modules/tempname (Depends-on): Add gettimeofday.
20096         * tests/test-gettimeofday.c: Include <sys/time.h>
20097         rather than gettimeofday.h.
20098
20099 2007-01-17  Bruno Haible  <bruno@clisp.org>
20100
20101         * gnulib-tool (func_get_license): Revert last patch. Instead, let
20102         the license default to GPL.
20103         (func_create_testdir): Don't complain if a module is LGPL and its
20104         tests module depends on GPLed modules.
20105
20106 2007-01-17  Bruno Haible  <bruno@clisp.org>
20107
20108         * lib/gettimeofday.c (gettimeofday): Add code for the case
20109         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
20110         maximum possible value for tv->tv_usec, rather than the minimum one.
20111
20112 2005-10-08  Martin Lambers  <marlam@marlam.de>
20113 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
20114 2007-01-16  Bruno Haible  <bruno@clisp.org>
20115
20116         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
20117         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
20118         gl_FUNC_GETTIMEOFDAY.
20119         (Include): Add gettimeofday.h.
20120         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
20121         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
20122         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
20123         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
20124         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
20125         * lib/gettimeofday.h: New file.
20126         * lib/gettimeofday.c: Include <sys/timeb.h>.
20127         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
20128         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
20129         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
20130         fall back on time().
20131
20132         * tests/test-gettimeofday.c: New file.
20133         * modules/gettimeofday-tests: New file.
20134
20135 2007-01-16  Eric Blake  <ebb9@byu.net>
20136
20137         * modules/fnmatch (Depends-on): Depend on wchar.
20138         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
20139         * m4/fnmatch.m4: Likewise.
20140         * modules/mbchar (Makefile.am): Assume <wchar.h>.
20141         * m4/mbchar.m4: Likewise.
20142         * modules/mbswidth (Depends-on): Depend on wchar.
20143         * lib/mbswidth.c: Assume <wchar.h>.
20144         * m4/mbswidth.m4: Likewise.
20145         * modules/quotearg (Depends-on): Depend on wchar.
20146         * lib/quotearg.c: Assume <wchar.h>.
20147         * m4/quotearg.m4: Likewise.
20148         * modules/regex (Depends-on): Depend on wchar.
20149         * lib/regex_internal.h: Assume <wchar.h>.
20150         * m4/regex.m4: Likewise.
20151         * modules/stdint (Depends-on): Depend on wchar.
20152         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
20153         * m4/stdint.m4: Likewise.
20154         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
20155         * modules/strftime (Depends-on): Depend on wchar.
20156         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
20157         * modules/strtol (Depends-on): Depend on wchar.
20158         * lib/strtol.c: Assume <wchar.h>.
20159         * modules/wcwidth (Depends-on): Depend on wchar.
20160         * lib/wcwidth.h: Assume <wchar.h>.
20161         * m4/wcwidth.m4: Likewise.
20162
20163 2007-01-16  Bruno Haible  <bruno@clisp.org>
20164
20165         * modules/csharpexec-script: New, created from...
20166         * modules/csharpexec: ... this.
20167
20168 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
20169
20170         * modules/javaexec-script: New, created from...
20171         * modules/javaexec: ... this.
20172
20173 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20174
20175         * modules/poll (Dependencies): Add sys_select.
20176
20177 2007-01-15  Jim Meyering  <jim@meyering.net>
20178
20179         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
20180         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
20181         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
20182         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
20183
20184 2007-01-15  Bruno Haible  <bruno@clisp.org>
20185
20186         * modules/striconveh: New file.
20187         * lib/striconveh.h: New file.
20188         * lib/striconveh.c: New file.
20189         * MODULES.html.sh (Internationalization functions): Add striconveh.
20190
20191         * modules/striconveh-tests: New file.
20192         * tests/test-striconveh.c: New file.
20193
20194 2007-01-15  Bruno Haible  <bruno@clisp.org>
20195
20196         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
20197         not from GNU libiconv or GNU libc.
20198
20199 2007-01-15  Bruno Haible  <bruno@clisp.org>
20200
20201         * doc/gnulib-intro.texi (Copyright): Explain the different license
20202         terms for module descriptions, autoconf macros, tests, documentation.
20203
20204 2007-01-14  Bruno Haible  <bruno@clisp.org>
20205
20206         * modules/striconv-tests: New file.
20207         * tests/test-striconv.c: New file.
20208
20209 2007-01-14  Bruno Haible  <bruno@clisp.org>
20210
20211         * modules/iconv-tests: New file.
20212         * tests/test-iconv.c: New file.
20213
20214 2007-01-14  Bruno Haible  <bruno@clisp.org>
20215
20216         * gnulib-tool (func_get_license): For test modules, use the license of
20217         the main module.
20218
20219 2007-01-14  Bruno Haible  <bruno@clisp.org>
20220
20221         * modules/iconv (Include): Clarify that <iconv.h> can only be included
20222         if iconv is found to exist.
20223
20224 2007-01-14  Bruno Haible  <bruno@clisp.org>
20225
20226         * modules/c-ctype-tests: New file.
20227         * tests/test-c-ctype.c: New file.
20228
20229 2007-01-14  Bruno Haible  <bruno@clisp.org>
20230
20231         * modules/binary-io-tests: New file.
20232         * tests/test-binary-io.sh: New file.
20233         * tests/test-binary-io.c: New file.
20234
20235 2007-01-14  Bruno Haible  <bruno@clisp.org>
20236
20237         * modules/array-oset-tests: New file.
20238         * tests/test-array_oset.c: New file.
20239
20240 2007-01-14  Bruno Haible  <bruno@clisp.org>
20241
20242         * modules/array-list-tests: New file.
20243         * tests/test-array_list.c: New file.
20244
20245 2007-01-14  Bruno Haible  <bruno@clisp.org>
20246
20247         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
20248         and make.
20249         Reported by Simon Josefsson in
20250         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
20251
20252 2007-01-14  Bruno Haible  <bruno@clisp.org>
20253
20254         * modules/allocsa-tests: New file.
20255         * tests/test-allocsa.c: New file.
20256
20257 2007-01-14  Bruno Haible  <bruno@clisp.org>
20258
20259         * modules/fchdir (Depends-on): Add absolute-header.
20260         * modules/unistd (Depends-on): Likewise.
20261
20262 2006-12-30  Bruno Haible  <bruno@clisp.org>
20263
20264         * modules/fchdir: New file.
20265         * modules/unistd (Files): Add lib/unistd_.h.
20266         (Makefile.am): Generate unistd.h from unistd_.h.
20267         * lib/fchdir.c: New file.
20268         * lib/dirent_.h: New file.
20269         * lib/unistd_.h: New file.
20270         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
20271         * m4/fchdir.m4: New file.
20272         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
20273         (gl_HEADER_UNISTD): Invoke it.
20274         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
20275         function.
20276         * lib/backupfile.c (opendir, closedir): Undefine.
20277         * lib/chown.c (open, close): Undefine.
20278         * lib/clean-temp.c (open, close): Undefine.
20279         * lib/copy-file.c (open, close): Undefine.
20280         * lib/execute.c (open, close): Undefine.
20281         * lib/fsusage.c (open, close): Undefine.
20282         * lib/gc-gnulib.c (open, close): Undefine.
20283         * lib/getcwd.c (opendir, closedir): Undefine.
20284         * lib/glob.c (opendir, closedir): Undefine.
20285         * lib/javacomp.c (open, close): Undefine.
20286         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
20287         * lib/openat-proc.c (open, close): Undefine.
20288         * lib/pagealign_alloc.c (open, close): Undefine.
20289         * lib/pipe.c (open, close): Undefine.
20290         * lib/progreloc.c (open, close): Undefine.
20291         * lib/savedir.c (opendir, closedir): Undefine.
20292         * lib/utime.c (open, close): Undefine.
20293         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
20294
20295 2007-01-10  Bruno Haible  <bruno@clisp.org>
20296
20297         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
20298
20299 2007-01-12  Eric Blake  <ebb9@byu.net>
20300
20301         Provide a robust <wchar.h>.  Further simplifications are now
20302         possible in other modules, but not included here.
20303         * modules/wchar: New module.
20304         * m4/wchar.m4: New file.
20305         * lib/wchar_.h: Likewise.
20306         * modules/mbchar (Depends-on): Depend on wchar, as the first use
20307         of the new module.
20308         * MODULES.html.sh (Extended multibyte and wide character utilities):
20309         New section.
20310
20311 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
20312
20313         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
20314         to a reasonable default for memory allocation.
20315         (xreadlink): Don't allocate a huge buffer, to work around a buggy
20316         file system that reports garbage st_size values for symlinks.
20317         Problem reported by Liyang Hu.
20318
20319 2007-01-11  Simon Josefsson  <simon@josefsson.org>
20320
20321         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
20322         Emacs .#* auto-save files).
20323
20324 2007-01-11  Bruno Haible  <bruno@clisp.org>
20325
20326         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
20327         directory.
20328
20329 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20330
20331         Use @...@ consistently in lib/wctype_.h.
20332         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
20333         on it being set to 1 or 0.
20334         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
20335         go back to AC_SUBSTing it.
20336         * modules/wctype (Makefile.am): Undo previous change.
20337
20338 2007-01-10  Eric Blake  <ebb9@byu.net>
20339
20340         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
20341         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
20342         * modules/wctype (Makefile.am): Likewise.
20343         Reported by Chris McGuire.
20344
20345 2007-01-10  Jim Meyering  <jim@meyering.net>
20346
20347         fts.c: a small readability/maintainability improvement
20348         * lib/fts.c (fts_read): Make this code slightly more readable and
20349         maintainable by hoisting the "sp->fts_cur = p" assignments to
20350         immediately follow the statements that set P.  Derived from
20351         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
20352
20353 2007-01-10  Eric Blake  <ebb9@byu.net>
20354
20355         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
20356         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
20357         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20358         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
20359         Reported by Chris McGuire.
20360
20361 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20362
20363         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
20364         in sed script.
20365
20366 2007-01-09  Bruno Haible  <bruno@clisp.org>
20367
20368         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
20369         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
20370         variables.
20371         (func_module): Use them.
20372
20373 2007-01-09  Bruno Haible  <bruno@clisp.org>
20374
20375         * modules/unistr/base: New file.
20376         * lib/unistr.h: New file.
20377
20378         * modules/unistr/u8-to-u16: New file.
20379         * lib/unistr/u8-to-u16.c: New file.
20380
20381         * modules/unistr/u8-to-u32: New file.
20382         * lib/unistr/u8-to-u32.c: New file.
20383
20384         * modules/unistr/u16-to-u8: New file.
20385         * lib/unistr/u16-to-u8.c: New file.
20386
20387         * modules/unistr/u16-to-u32: New file.
20388         * lib/unistr/u16-to-u32.c: New file.
20389
20390         * modules/unistr/u32-to-u8: New file.
20391         * lib/unistr/u32-to-u8.c: New file.
20392
20393         * modules/unistr/u32-to-u16: New file.
20394         * lib/unistr/u32-to-u16.c: New file.
20395
20396         * modules/unistr/u8-check: New file.
20397         * modules/unistr/u16-check: New file.
20398         * modules/unistr/u32-check: New file.
20399         * lib/unistr/u8-check.c: New file.
20400         * lib/unistr/u16-check.c: New file.
20401         * lib/unistr/u32-check.c: New file.
20402
20403         * modules/unistr/u8-chr: New file.
20404         * modules/unistr/u16-chr: New file.
20405         * modules/unistr/u32-chr: New file.
20406         * lib/unistr/u8-chr.c: New file.
20407         * lib/unistr/u16-chr.c: New file.
20408         * lib/unistr/u32-chr.c: New file.
20409
20410         * modules/unistr/u8-cmp: New file.
20411         * modules/unistr/u16-cmp: New file.
20412         * modules/unistr/u32-cmp: New file.
20413         * lib/unistr/u8-cmp.c: New file.
20414         * lib/unistr/u16-cmp.c: New file.
20415         * lib/unistr/u32-cmp.c: New file.
20416
20417         * modules/unistr/u8-cpy: New file.
20418         * modules/unistr/u16-cpy: New file.
20419         * modules/unistr/u32-cpy: New file.
20420         * lib/unistr/u8-cpy.c: New file.
20421         * lib/unistr/u16-cpy.c: New file.
20422         * lib/unistr/u32-cpy.c: New file.
20423         * lib/unistr/u-cpy.h: New file.
20424
20425         * modules/unistr/u8-cpy-alloc: New file.
20426         * modules/unistr/u16-cpy-alloc: New file.
20427         * modules/unistr/u32-cpy-alloc: New file.
20428         * lib/unistr/u8-cpy-alloc.c: New file.
20429         * lib/unistr/u16-cpy-alloc.c: New file.
20430         * lib/unistr/u32-cpy-alloc.c: New file.
20431         * lib/unistr/u-cpy-alloc.h: New file.
20432
20433         * modules/unistr/u8-endswith: New file.
20434         * modules/unistr/u16-endswith: New file.
20435         * modules/unistr/u32-endswith: New file.
20436         * lib/unistr/u8-endswith.c: New file.
20437         * lib/unistr/u16-endswith.c: New file.
20438         * lib/unistr/u32-endswith.c: New file.
20439         * lib/unistr/u-endswith.h: New file.
20440
20441         * modules/unistr/u8-mblen: New file.
20442         * modules/unistr/u16-mblen: New file.
20443         * modules/unistr/u32-mblen: New file.
20444         * lib/unistr/u8-mblen.c: New file.
20445         * lib/unistr/u16-mblen.c: New file.
20446         * lib/unistr/u32-mblen.c: New file.
20447
20448         * modules/unistr/u8-mbtouc: New file.
20449         * modules/unistr/u16-mbtouc: New file.
20450         * modules/unistr/u32-mbtouc: New file.
20451         * lib/unistr/u8-mbtouc.c: New file.
20452         * lib/unistr/u16-mbtouc.c: New file.
20453         * lib/unistr/u32-mbtouc.c: New file.
20454
20455         * modules/unistr/u8-mbtouc-safe: New file.
20456         * modules/unistr/u16-mbtouc-safe: New file.
20457         * modules/unistr/u32-mbtouc-safe: New file.
20458         * lib/unistr/u8-mbtouc-safe.c: New file.
20459         * lib/unistr/u16-mbtouc-safe.c: New file.
20460         * lib/unistr/u32-mbtouc-safe.c: New file.
20461
20462         * modules/unistr/u8-move: New file.
20463         * modules/unistr/u16-move: New file.
20464         * modules/unistr/u32-move: New file.
20465         * lib/unistr/u8-move.c: New file.
20466         * lib/unistr/u16-move.c: New file.
20467         * lib/unistr/u32-move.c: New file.
20468         * lib/unistr/u-move.h: New file.
20469
20470         * modules/unistr/u8-next: New file.
20471         * modules/unistr/u16-next: New file.
20472         * modules/unistr/u32-next: New file.
20473         * lib/unistr/u8-next.c: New file.
20474         * lib/unistr/u16-next.c: New file.
20475         * lib/unistr/u32-next.c: New file.
20476
20477         * modules/unistr/u8-prev: New file.
20478         * modules/unistr/u16-prev: New file.
20479         * modules/unistr/u32-prev: New file.
20480         * lib/unistr/u8-prev.c: New file.
20481         * lib/unistr/u16-prev.c: New file.
20482         * lib/unistr/u32-prev.c: New file.
20483
20484         * modules/unistr/u8-set: New file.
20485         * modules/unistr/u16-set: New file.
20486         * modules/unistr/u32-set: New file.
20487         * lib/unistr/u8-set.c: New file.
20488         * lib/unistr/u16-set.c: New file.
20489         * lib/unistr/u32-set.c: New file.
20490         * lib/unistr/u-set.h: New file.
20491
20492         * modules/unistr/u8-startswith: New file.
20493         * modules/unistr/u16-startswith: New file.
20494         * modules/unistr/u32-startswith: New file.
20495         * lib/unistr/u8-startswith.c: New file.
20496         * lib/unistr/u16-startswith.c: New file.
20497         * lib/unistr/u32-startswith.c: New file.
20498         * lib/unistr/u-startswith.h: New file.
20499
20500         * modules/unistr/u8-stpcpy: New file.
20501         * modules/unistr/u16-stpcpy: New file.
20502         * modules/unistr/u32-stpcpy: New file.
20503         * lib/unistr/u8-stpcpy.c: New file.
20504         * lib/unistr/u16-stpcpy.c: New file.
20505         * lib/unistr/u32-stpcpy.c: New file.
20506         * lib/unistr/u-stpcpy.h: New file.
20507
20508         * modules/unistr/u8-stpncpy: New file.
20509         * modules/unistr/u16-stpncpy: New file.
20510         * modules/unistr/u32-stpncpy: New file.
20511         * lib/unistr/u8-stpncpy.c: New file.
20512         * lib/unistr/u16-stpncpy.c: New file.
20513         * lib/unistr/u32-stpncpy.c: New file.
20514         * lib/unistr/u-stpncpy.h: New file.
20515
20516         * modules/unistr/u8-strcat: New file.
20517         * modules/unistr/u16-strcat: New file.
20518         * modules/unistr/u32-strcat: New file.
20519         * lib/unistr/u8-strcat.c: New file.
20520         * lib/unistr/u16-strcat.c: New file.
20521         * lib/unistr/u32-strcat.c: New file.
20522         * lib/unistr/u-strcat.h: New file.
20523
20524         * modules/unistr/u8-strchr: New file.
20525         * modules/unistr/u16-strchr: New file.
20526         * modules/unistr/u32-strchr: New file.
20527         * lib/unistr/u8-strchr.c: New file.
20528         * lib/unistr/u16-strchr.c: New file.
20529         * lib/unistr/u32-strchr.c: New file.
20530
20531         * modules/unistr/u8-strcmp: New file.
20532         * modules/unistr/u16-strcmp: New file.
20533         * modules/unistr/u32-strcmp: New file.
20534         * lib/unistr/u8-strcmp.c: New file.
20535         * lib/unistr/u16-strcmp.c: New file.
20536         * lib/unistr/u32-strcmp.c: New file.
20537
20538         * modules/unistr/u8-strcpy: New file.
20539         * modules/unistr/u16-strcpy: New file.
20540         * modules/unistr/u32-strcpy: New file.
20541         * lib/unistr/u8-strcpy.c: New file.
20542         * lib/unistr/u16-strcpy.c: New file.
20543         * lib/unistr/u32-strcpy.c: New file.
20544         * lib/unistr/u-strcpy.h: New file.
20545
20546         * modules/unistr/u8-strcspn: New file.
20547         * modules/unistr/u16-strcspn: New file.
20548         * modules/unistr/u32-strcspn: New file.
20549         * lib/unistr/u8-strcspn.c: New file.
20550         * lib/unistr/u16-strcspn.c: New file.
20551         * lib/unistr/u32-strcspn.c: New file.
20552         * lib/unistr/u-strcspn.h: New file.
20553
20554         * modules/unistr/u8-strdup: New file.
20555         * modules/unistr/u16-strdup: New file.
20556         * modules/unistr/u32-strdup: New file.
20557         * lib/unistr/u8-strdup.c: New file.
20558         * lib/unistr/u16-strdup.c: New file.
20559         * lib/unistr/u32-strdup.c: New file.
20560         * lib/unistr/u-strdup.h: New file.
20561
20562         * modules/unistr/u8-strlen: New file.
20563         * modules/unistr/u16-strlen: New file.
20564         * modules/unistr/u32-strlen: New file.
20565         * lib/unistr/u8-strlen.c: New file.
20566         * lib/unistr/u16-strlen.c: New file.
20567         * lib/unistr/u32-strlen.c: New file.
20568         * lib/unistr/u-strlen.h: New file.
20569
20570         * modules/unistr/u8-strmblen: New file.
20571         * modules/unistr/u16-strmblen: New file.
20572         * modules/unistr/u32-strmblen: New file.
20573         * lib/unistr/u8-strmblen.c: New file.
20574         * lib/unistr/u16-strmblen.c: New file.
20575         * lib/unistr/u32-strmblen.c: New file.
20576
20577         * modules/unistr/u8-strmbtouc: New file.
20578         * modules/unistr/u16-strmbtouc: New file.
20579         * modules/unistr/u32-strmbtouc: New file.
20580         * lib/unistr/u8-strmbtouc.c: New file.
20581         * lib/unistr/u16-strmbtouc.c: New file.
20582         * lib/unistr/u32-strmbtouc.c: New file.
20583
20584         * modules/unistr/u8-strncat: New file.
20585         * modules/unistr/u16-strncat: New file.
20586         * modules/unistr/u32-strncat: New file.
20587         * lib/unistr/u8-strncat.c: New file.
20588         * lib/unistr/u16-strncat.c: New file.
20589         * lib/unistr/u32-strncat.c: New file.
20590         * lib/unistr/u-strncat.h: New file.
20591
20592         * modules/unistr/u8-strncmp: New file.
20593         * modules/unistr/u16-strncmp: New file.
20594         * modules/unistr/u32-strncmp: New file.
20595         * lib/unistr/u8-strncmp.c: New file.
20596         * lib/unistr/u16-strncmp.c: New file.
20597         * lib/unistr/u32-strncmp.c: New file.
20598
20599         * modules/unistr/u8-strncpy: New file.
20600         * modules/unistr/u16-strncpy: New file.
20601         * modules/unistr/u32-strncpy: New file.
20602         * lib/unistr/u8-strncpy.c: New file.
20603         * lib/unistr/u16-strncpy.c: New file.
20604         * lib/unistr/u32-strncpy.c: New file.
20605         * lib/unistr/u-strncpy.h: New file.
20606
20607         * modules/unistr/u8-strnlen: New file.
20608         * modules/unistr/u16-strnlen: New file.
20609         * modules/unistr/u32-strnlen: New file.
20610         * lib/unistr/u8-strnlen.c: New file.
20611         * lib/unistr/u16-strnlen.c: New file.
20612         * lib/unistr/u32-strnlen.c: New file.
20613         * lib/unistr/u-strnlen.h: New file.
20614
20615         * modules/unistr/u8-strpbrk: New file.
20616         * modules/unistr/u16-strpbrk: New file.
20617         * modules/unistr/u32-strpbrk: New file.
20618         * lib/unistr/u8-strpbrk.c: New file.
20619         * lib/unistr/u16-strpbrk.c: New file.
20620         * lib/unistr/u32-strpbrk.c: New file.
20621         * lib/unistr/u-strpbrk.h: New file.
20622
20623         * modules/unistr/u8-strrchr: New file.
20624         * modules/unistr/u16-strrchr: New file.
20625         * modules/unistr/u32-strrchr: New file.
20626         * lib/unistr/u8-strrchr.c: New file.
20627         * lib/unistr/u16-strrchr.c: New file.
20628         * lib/unistr/u32-strrchr.c: New file.
20629
20630         * modules/unistr/u8-strspn: New file.
20631         * modules/unistr/u16-strspn: New file.
20632         * modules/unistr/u32-strspn: New file.
20633         * lib/unistr/u8-strspn.c: New file.
20634         * lib/unistr/u16-strspn.c: New file.
20635         * lib/unistr/u32-strspn.c: New file.
20636         * lib/unistr/u-strspn.h: New file.
20637
20638         * modules/unistr/u8-strstr: New file.
20639         * modules/unistr/u16-strstr: New file.
20640         * modules/unistr/u32-strstr: New file.
20641         * lib/unistr/u8-strstr.c: New file.
20642         * lib/unistr/u16-strstr.c: New file.
20643         * lib/unistr/u32-strstr.c: New file.
20644         * lib/unistr/u-strstr.h: New file.
20645
20646         * modules/unistr/u8-strtok: New file.
20647         * modules/unistr/u16-strtok: New file.
20648         * modules/unistr/u32-strtok: New file.
20649         * lib/unistr/u8-strtok.c: New file.
20650         * lib/unistr/u16-strtok.c: New file.
20651         * lib/unistr/u32-strtok.c: New file.
20652         * lib/unistr/u-strtok.h: New file.
20653
20654         * modules/unistr/u8-uctomb: New file.
20655         * modules/unistr/u16-uctomb: New file.
20656         * modules/unistr/u32-uctomb: New file.
20657         * lib/unistr/u8-uctomb.c: New file.
20658         * lib/unistr/u16-uctomb.c: New file.
20659         * lib/unistr/u32-uctomb.c: New file.
20660
20661         * MODULES.html.sh (Unicode string functions): Add the new modules.
20662
20663 2007-01-08  Bruno Haible  <bruno@clisp.org>
20664
20665         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
20666         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
20667         subdirectories.
20668
20669 2007-01-08  Karl Berry  <karl@gnu.org>
20670
20671         * doc/error.texi: mention that main() fns must set program_name
20672         when progname is used.
20673
20674 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
20675
20676         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
20677         WCTYPE_H is empty, for the benefit of builds from non-distclean
20678         directories.  Problem reported by Eric Blake in
20679         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
20680
20681 2007-01-08  Bruno Haible  <bruno@clisp.org>
20682
20683         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
20684         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
20685         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
20686         PROVIDE_CANONICALIZE_FILENAME_MODE.
20687         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
20688
20689 2007-01-08  Bruno Haible  <bruno@clisp.org>
20690
20691         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
20692         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
20693         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
20694         * lib/fts.c: Likewise.
20695         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
20696
20697 2006-12-25  Bruno Haible  <bruno@clisp.org>
20698
20699         * modules/utf8-ucs4-safe: New file.
20700         * lib/utf8-ucs4-safe.h: New file.
20701         * lib/unistr/utf8-ucs4-safe.c: New file.
20702
20703         * modules/utf16-ucs4-safe: New file.
20704         * lib/utf16-ucs4-safe.h: New file.
20705         * lib/unistr/utf16-ucs4-safe.c: New file.
20706
20707         * MODULES.html.sh (Unicode string functions): Add the new modules.
20708
20709 2007-01-08  Bruno Haible  <bruno@clisp.org>
20710
20711         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
20712         (Depends-on): Add unitypes.
20713         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20714         (u8_mbtouc_aux): Move out to separate file.
20715         (u8_mbtouc): Use ucs4_t, uint8_t types.
20716         * lib/unistr/utf8-ucs4.c: New file.
20717
20718         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
20719         (Depends-on): Add unitypes.
20720         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
20721         (u16_mbtouc_aux): Move out to separate file.
20722         (u16_mbtouc): Use ucs4_t, uint16_t types.
20723         * lib/unistr/utf16-ucs4.c: New file.
20724
20725         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
20726         (Depends-on): Add unitypes.
20727         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
20728         (u8_uctomb_aux): Move out to separate file.
20729         (u8_uctomb): Use ucs4_t, uint8_t types.
20730         * lib/unistr/ucs4-utf8.c: New file.
20731
20732         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
20733         (Depends-on): Add unitypes.
20734         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
20735         (u16_uctomb_aux): Move out to separate file.
20736         (u16_uctomb): Use ucs4_t, uint16_t types.
20737         * lib/unistr/ucs4-utf16.c: New file.
20738
20739 2006-12-25  Bruno Haible  <bruno@clisp.org>
20740
20741         * modules/unitypes: New file.
20742         * lib/unitypes.h: New file.
20743         * MODULES.html.sh (func_all_modules): New section "Unicode string
20744         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
20745         this section. Add unitypes.
20746
20747 2007-01-08  Bruno Haible  <bruno@clisp.org>
20748
20749         Avoid variable names that conflict with those from libtool.
20750         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
20751         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
20752         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
20753         library_names_spec to acl_library_names_spec, hardcode_* to
20754         acl_hardcode_*.
20755         Reported by Ralf Wildenhues.
20756
20757 2007-01-08  Bruno Haible  <bruno@clisp.org>
20758
20759         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
20760         definition.
20761         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
20762         definition.
20763         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
20764         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
20765         definition.
20766         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
20767         definition.
20768         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
20769         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
20770         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
20771         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
20772         definition.
20773         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
20774         definition.
20775         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
20776         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
20777         GC_USE_<algorithm>.
20778         * lib/gc-libgcrypt.c: Likewise.
20779         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
20780         * modules/gc-arctwo (configure.ac): Likewise.
20781         * modules/gc-des (configure.ac): Likewise.
20782         * modules/gc-hmac-md5 (configure.ac): Likewise.
20783         * modules/gc-hmac-sha1 (configure.ac): Likewise.
20784         * modules/gc-md2 (configure.ac): Likewise.
20785         * modules/gc-md4 (configure.ac): Likewise.
20786         * modules/gc-md5 (configure.ac): Likewise.
20787         * modules/gc-random (configure.ac): Likewise.
20788         * modules/gc-rijndael (configure.ac): Likewise.
20789         * modules/gc-sha1 (configure.ac): Likewise.
20790
20791 2007-01-08  Bruno Haible  <bruno@clisp.org>
20792
20793         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
20794         macro definition.
20795         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
20796         definition.
20797         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
20798         definition.
20799         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
20800         * modules/fcntl-safer (configure.ac): Likewise.
20801         * modules/fopen-safer (configure.ac): Likewise.
20802         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
20803         GNULIB_FWRITEERROR macro definition.
20804
20805 2007-01-08  Bruno Haible  <bruno@clisp.org>
20806
20807         * m4/gnulib-common.m4: New file.
20808         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
20809         (func_get_filelist): Add m4/gnulib-common.m4.
20810
20811 2007-01-08  Bruno Haible  <bruno@clisp.org>
20812
20813         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
20814         command.
20815
20816 2007-01-08  Jim Meyering  <jim@meyering.net>
20817
20818         Use a more robust test for a "can't happen" condition.
20819         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
20820         narrowed the st_size value.  Presuming the "can't happen" condition
20821         is true, that narrowing could conceivably convert an invalid st_size
20822         value into a valid one.  Instead, use a change based on Matthew
20823         Woehlke's original patch.
20824
20825         Slight readability improvement: use an assert-like macro
20826         in place of literal "abort ()" uses.
20827         * lib/fts.c (fts_assert): Define.
20828         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
20829         Use this macro instead of a bare 'abort'.
20830
20831 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
20832
20833         Don't worry about using IRIX 5.3's wctype.h broken definitions;
20834         simply work around them.
20835         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
20836         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
20837         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
20838         declaring.
20839         Don't bother to define as macros, since the standard doesn't require it.
20840         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
20841         longer worry about IRIX 5.3.
20842         (HAVE_WCTYPE_CTMP_BUG): Remove.
20843
20844 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20845
20846         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
20847         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
20848         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
20849         Problems reported by Georg Schwarz for IRIX 5.3.
20850
20851         * gnulib-tool (autoconf_minversion): Take the maximum version number
20852         found, not the minimum.  Problem reported by James Youngman.
20853
20854 2007-01-03  Karl Berry  <karl@gnu.org>
20855
20856         * doc/error.texi: new file, explaining interaction with progname.
20857         * doc/gnulib.texi: include it.  Update copyright.
20858
20859 2007-01-03  Simon Josefsson  <simon@josefsson.org>
20860
20861         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
20862         AC_CANONICAL_HOST, to improve autobuild outputs.
20863
20864 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
20865             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
20866
20867         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
20868         sockets, server sockets, and other file descriptors.  Count errors
20869         to compute the return value.  Reorder the code a bit to be easier
20870         to follow.  Don't set event bits that were not requested (except
20871         POLLERR and POLLHUP).
20872
20873 2007-01-01  Bruno Haible  <bruno@clisp.org>
20874
20875         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
20876
20877 2007-01-03  Jim Meyering  <jim@meyering.net>
20878
20879         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
20880
20881 2007-01-02  Bruno Haible  <bruno@clisp.org>
20882
20883         * modules/settime (Include): Require timespec.h.
20884         * modules/nanosleep (Include): Likewise.
20885
20886 2007-01-01  Bruno Haible  <bruno@clisp.org>
20887
20888         * gnulib-tool (func_emit_copyright_notice): Bump year.
20889         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
20890
20891 2007-01-01  Bruno Haible  <bruno@clisp.org>
20892
20893         Improve support for OpenBSD.
20894         * build-aux/config.rpath (libname_spec): Export.
20895         (library_names_spec): New variable. Export.
20896         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
20897         library_names_spec from the config.rpath output. Locate shared library
20898         through the name pattern in library_names_spec.
20899
20900 2007-01-01  Eric Blake  <ebb9@byu.net>
20901
20902         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
20903
20904 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
20905
20906         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
20907         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
20908         assume the C locale, and avoid an "eval" that could cause trouble.
20909         Problem with SORT reported by Bob Proulx.
20910
20911         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
20912         Define.  Trivial patch from Henning Nielsen Lund, originally
20913         sent to bug-grep@gnu.org today.
20914
20915 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
20916
20917         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
20918         struct stat.  Problem reported by Henning Nielsen Lund.
20919         * lib/acl.c: Include acl.h first, to check interface.  Don't
20920         bother to include sys/types.h and sys/stat.h again.
20921
20922 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
20923
20924         Import the following change from libc; problem reported by
20925         Sven Verdoolaege.
20926
20927         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
20928
20929         [BZ #1373]
20930         * lib/argp.h: Remove __NTH for __argp_usage inline function.
20931
20932 2006-12-28  Jim Meyering  <jim@meyering.net>
20933
20934         * build-aux/announce-gen: Do not assume that the package
20935         builds any of tar.gz, tar.bz2, and .xdelta files.
20936         Suggestion from Simon Josefsson.
20937
20938 2006-12-28  Simon Josefsson  <simon@josefsson.org>
20939
20940         * modules/announce-gen: New file.
20941
20942 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
20943
20944         * lib/mbchar.h: Just include <wctype.h>; the wctype module
20945         handles its gotchas now.
20946         * lib/mbswidth.c: Likewise.
20947         * lib/wcwidth.h: Likewise.
20948         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
20949         and iswcntrl; the wctype module does this stuff now.
20950         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
20951         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
20952         * modules/mbchar (Depends-on): Add wctype.
20953         * modules/mbswidth (Depends-on): Likewise.
20954         * modules/wcwidth (Depends-on): Likewise.
20955
20956 2006-12-27  Eric Blake  <ebb9@byu.net>
20957
20958         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
20959         module uses more than what <wctype.h> is required to provide.
20960
20961 2006-12-26  Eric Blake  <ebb9@byu.net>
20962
20963         * gnulib-tool (sed_extract_prog): Avoid space-tab.
20964
20965 2006-12-26  Eric Blake  <ebb9@byu.net>
20966
20967         * modules/absolute-header: New module.
20968         * modules/fcntl (Depends-on): Depend on it.
20969         * modules/inttypes (Depends-on): Likewise.
20970         * modules/stdint (Depends-on): Likewise.
20971         * modules/sys_stat (Depends-on): Likewise.
20972         * modules/wctype (Depends-on): Likewise.
20973         * MODULES.html.sh (Support for building libraries and
20974         executables): Document it.
20975
20976 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
20977
20978         * gnulib-tool (SED): Remove, undoing previous change.
20979         The problem was that it broke coreutils on Solaris, because
20980         "sed --posix" leaked into a makefile.
20981         (sed): New alias, if 'alias' and GNU sed.
20982
20983 2006-12-24  Jim Meyering  <jim@meyering.net>
20984
20985         Work around an fchownat bug in glibc-2.4:
20986         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
20987         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
20988         in spite of the -P option.
20989         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
20990         New macros.
20991         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
20992         * modules/openat (Files): Add lib/fchownat.c.
20993         * lib/openat.c (fchownat): Don't define here.  Move to...
20994         * lib/fchownat.c: ...this new file.
20995
20996 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
20997
20998         Fix bug reported by Bruno Haible in
20999         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
21000         where quotearg.c didn't compile on Mac OS X 10.2 because it
21001         lacks <wchar.h> and wint_t.
21002         * lib/wctype_.h (__wctype_wint_t): New type.
21003         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
21004         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
21005         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
21006         Arg is now of type __wctype_wint_t, not wint_t.
21007         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
21008         substitute HAVE_WINT_T.
21009         * modules/wctype (Files): Add m4/wint_t.m4.
21010         (wctype.h): Substitute HAVE_WINT_T.
21011
21012 2006-12-23  Bruno Haible  <bruno@clisp.org>
21013
21014         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
21015
21016 2006-12-23  Bruno Haible  <bruno@clisp.org>
21017
21018         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
21019         S_ISLNK.
21020         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
21021         mingw.
21022
21023 2006-12-22  Bruno Haible  <bruno@clisp.org>
21024
21025         * lib/copy-file.c: Include acl.h.
21026         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
21027         Close the file descriptors only after being done with copy_acl.
21028         * modules/copy-file (Depends-on): Add acl.
21029
21030 2006-12-22  Bruno Haible  <bruno@clisp.org>
21031
21032         * gnulib-tool (SED): New variable.
21033         Use $SED instead of sed everywhere.
21034
21035 2006-12-22  Bruno Haible  <bruno@clisp.org>
21036
21037         * modules/no-c++: New file.
21038         * m4/no-c++.m4: New file.
21039         * MODULES.html.sh (Support for building libraries and executables):
21040         Add no-c++.
21041
21042 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
21043
21044         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
21045         Include <limits.h>, and use its INT_MAX to rewrite the
21046         j loop so that it does not overflow 'int'.  Problem reported by
21047         Ralf Wildenhues in
21048         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
21049         Play it safe by shifting left by 1 rather than multiplying by 2,
21050         as GCC is less likely to optimize this away when the value
21051         is signed (when it assumes overflow leads to undefined behavior).
21052         Also, don't assume time_t uses two's complement.
21053
21054 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
21055
21056         * MODULES.html.sh: New module wctype.
21057         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
21058         * lib/fnmatch.c: Don't bother to include <wchar.h> before
21059         <wctype.h>, since the new wctype module should fix this.
21060         * lib/quotearg.c: Include <wctype.h> unconditionally, since
21061         the wctype module should arrange for it.
21062         * lib/regex_internal.h: Likewise.
21063         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
21064         since the wctype module should handle this now.
21065         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
21066         * modules/fnmatch (Depends-on): Add wctype.
21067         * modules/quotearg (Depends-on): Likewise.
21068         * modules/regex (Depends-on): Likewise.
21069
21070 2006-12-19  Bruno Haible  <bruno@clisp.org>
21071
21072         * lib/strdup.h [C++]: Wrap definitions in extern "C".
21073         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
21074
21075 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21076
21077         * modules/savewd (Depends-on): Fix dependency on fcntl.
21078
21079 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21080
21081         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
21082         conforms to C99, rather than relying on the user's environment
21083         setting of STDINT_H.
21084
21085 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
21086         and Eric Blake  <ebb9@byu.net>
21087
21088         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
21089         This is more consistent with the other defines here.
21090         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
21091         Port to z/OS.  Problem reported by Paul Gilmartin.
21092         Change local vars to use gl_ prefix rather than ac_.
21093         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
21094         with other defines.
21095         * modules/double-slash-root: New module.
21096         * modules/dirname (Files): Remove m4/double-slash-root.m4.
21097         (Depends-on): Add double-slash-root.
21098         * MODULES.html.sh (File system functions): Mention new module.
21099
21100 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
21101
21102         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
21103         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
21104         This is for the benefit of gzip, which doesn't do i18n.
21105
21106 2006-12-12  Jim Meyering  <jim@meyering.net>
21107
21108         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
21109         Reported by Andreas Schwab <schwab@suse.de>.
21110
21111 2006-12-12  Bruno Haible  <bruno@clisp.org>
21112
21113         Merge these changes.
21114         2006-09-05  Bruno Haible  <bruno@clisp.org>
21115         * lib/iconvme.c (iconv_string): No need to save and restore errno when
21116         iconv_alloc succeeded.
21117         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
21118         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
21119         test for " && dest " at the end - dest is always != NULL there. Call
21120         iconv with 4xNULL arguments initially, to reset the state. Call iconv
21121         with 2xNULL arguments, also to flush the state storage. Handle the
21122         IRIX iconv behaviour. Realloc the final result, to throw away unused
21123         memory.
21124
21125 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
21126
21127         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
21128         and fchmodat unconditionally, since glibc 2.4 has them.
21129         Problem reported by Arkadiusz Miskiewicz.
21130
21131 2006-12-10  Bruno Haible  <bruno@clisp.org>
21132
21133         * gnulib-tool (func_import): Show the include files only for those
21134         modules that are copied and specified.
21135         Reported by Karl Berry.
21136
21137 2006-12-08  Jim Meyering  <jim@meyering.net>
21138
21139         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
21140         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
21141
21142         * build-aux/announce-gen: Add two new options, both optional:
21143         --bootstrap-tools=TOOL_LIST
21144               a comma-separated list of tools, e.g.,
21145               autoconf,automake,bison,gnulib
21146         --gnulib-snapshot-date=DATE
21147               if gnulib is in the bootstrap tool list,
21148               then report this as the snapshot date.
21149               If not specified, use the current date/time.
21150               If you specify a date here, be sure it's UTC.
21151
21152 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21153
21154         * tests/test-argp-2.sh: Fix test to match actual output.
21155         (func_compare): Fix sed script to be portable.
21156
21157 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
21158
21159         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
21160         workaround for this case.  It is not autoconfigured now; offhand
21161         it's hard to see how to autoconfigure it.
21162
21163 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
21164
21165         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
21166         a directory that is about to be chowned.  Such a directory's
21167         initial file permissions should permit the owner only and this
21168         should not be changed until after the chown, since the group and
21169         other bits would be incorrect if they granted permission before
21170         the chown.
21171
21172         Fix porting problem for iswctype reported by Georg Schwarz in:
21173         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
21174         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
21175         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
21176         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
21177         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
21178
21179 2006-12-03  Jim Meyering  <jim@meyering.net>
21180
21181         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
21182         p->fts_statp may not yet be defined.
21183         (fts_read): Instead, set it in the caller, once p->fts_statp is
21184         sure to be defined, and corresponds to a top-level directory.
21185         This bug made du -x fail.  Here's the coreutils test case:
21186         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
21187         Reported by Mike Frysinger.
21188
21189 2006-12-01  Jim Meyering  <jim@meyering.net>
21190
21191         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
21192         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
21193         Reported by Simon Josefsson.
21194
21195 2006-11-30  Jim Meyering  <jim@meyering.net>
21196
21197         * m4/warning.m4: Use the all-permissive copyright notice
21198         recommended by RMS (rather than LGPL).
21199         * m4/vararrays.m4: Likewise.
21200         * m4/flexmember.m4: Likewise.
21201
21202 2006-11-29  Bruno Haible  <bruno@clisp.org>
21203
21204         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21205         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
21206         using +=.
21207         Reported by Simon Josefsson <simon@josefsson.org>.
21208
21209 2006-11-28  James Youngman <jay@gnu.org>
21210
21211         * README: Advise users that they might find the bug-gnulib@gnu.org
21212         and autotools-announce@gnu.org mailing lists useful.
21213
21214 2006-11-28  Bruno Haible  <bruno@clisp.org>
21215
21216         * m4/ptrdiff_max.m4: Remove file.
21217
21218 2006-11-21  Bruno Haible  <bruno@clisp.org>
21219
21220         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
21221         _AC_COMPUTE_INT.
21222         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21223         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
21224         _AC_COMPUTE_INT.
21225         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21226         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
21227         _AC_COMPUTE_INT.
21228         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21229
21230 2006-11-28  Jim Meyering  <jim@meyering.net>
21231
21232         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
21233         warning from "gcc -Wshadow" about shadowing the builtin.
21234
21235 2006-11-27  Bruno Haible  <bruno@clisp.org>
21236
21237         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
21238         _AC_COMPUTE_INT.
21239         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
21240
21241 2006-11-27  Bruno Haible  <bruno@clisp.org>
21242             Paul Eggert  <eggert@cs.ucla.edu>
21243
21244         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
21245
21246 2006-11-26  Bruno Haible  <bruno@clisp.org>
21247
21248         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
21249         noinst_LTLIBRARIES.
21250
21251 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21252             Bruno Haible  <bruno@clisp.org>
21253
21254         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
21255         if compiling with "gcc -ansi".
21256
21257 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21258
21259         Fix some incompatibilities with gcc -ansi -pedantic.
21260         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
21261         if compiling pedantically with GCC, unless it's C99 or later.
21262         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
21263         it mishandles gcc -ansi -pedantic as well.
21264         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
21265         if gcc -pedantic.
21266         * lib/regexec.c (check_node_accept_bytes): Don't use auto
21267         initializers for struct if -pedantic, unless it's C99 or later.
21268
21269 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
21270
21271         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
21272         Don't close an fd more than once. Identical atimes indicate
21273         success, not failure.
21274
21275 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
21276
21277         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
21278
21279 2006-11-23  Jim Meyering  <jim@meyering.net>
21280
21281         * build-aux/announce-gen: New file.  From coreutils.
21282
21283 2006-11-22  Jim Meyering  <jim@meyering.net>
21284
21285         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
21286         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
21287         (fts_read): Use a temporary to narrow the overused st_size member
21288         before using it in a switch statement.  Reported by Matthew Woehlke.
21289
21290         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
21291         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
21292
21293 2006-11-20  Bruno Haible  <bruno@clisp.org>
21294
21295         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
21296         changequote instead of pairs of brackets.
21297         Reported by Andreas Schwab <schwab@suse.de>.
21298
21299 2006-11-21  Jim Meyering  <jim@meyering.net>
21300
21301         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
21302         so as to remain compatible with older compilers.
21303         Patch from Michael Deutschmann.
21304
21305 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21306
21307         * MODULES.html.sh (File system functions): Add openat.
21308
21309         * lib/openat.h (rpl_fstatat): New macro, if
21310         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
21311         (fstatat): Define to rpl_fstatat under the same conditions,
21312         unless COMPILING_FSTATAT.
21313         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
21314         seems to have the bug.
21315         * lib/fstatat.c: New file.
21316         * modules/openat (Files): Add it.
21317
21318 2006-11-20  Bruno Haible  <bruno@clisp.org>
21319
21320         * Makefile: New file.
21321
21322 2006-11-20  Jim Meyering  <jim@meyering.net>
21323
21324         The beginnings of syntax-related checks for gnulib.
21325         * lib/Makefile: New file.
21326         * lib/t-idcache: New script.  Ensure that the two halves of
21327         idcache.c stay in sync.
21328
21329         * lib/idcache.c: Adjust comments in user- and group- portions to
21330         be more accurate, and to be consistent with one another.
21331
21332 2006-11-20  Jim Meyering  <jim@meyering.net>
21333
21334         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
21335         continue using the flexible array member (thus, this module performs
21336         half as many malloc calls), with the addition that...
21337         (getgroup, getuser): Consistently record a non-match via an empty
21338         "name" string, and map an empty string match to a NULL return value.
21339         * modules/idcache (Depends-on): Re-add flexmember.
21340
21341         * lib/idcache.c (getuser): Remove all uses of the register keyword.
21342         (getuidbyname, getgroup, getgidbyname): Likewise.
21343
21344         Use cleaner syntax: NULL rather than 0.
21345         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
21346
21347 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21348
21349         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
21350         It mishandled the case where the group was missing.
21351         Problem reported by Greg Schafer.
21352         * modules/idcache: Likewise.
21353
21354 2006-11-18  Jim Meyering  <jim@meyering.net>
21355
21356         * check-module (%exempt_header): Add exception for some
21357         conditionally-included headers.
21358
21359         * modules/i-ring (Depends-on): Add verify.
21360         (License): Change to LGPL.
21361
21362 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21363
21364         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
21365         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
21366         and inttostr.h.  Use snprintf rather than uinttostr, so that
21367         LGPLed code doesn't depend on GPLed.
21368
21369 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21370
21371         * modules/inline (License): Change from GPL to LGPL.
21372
21373 2006-11-17  Jim Meyering  <jim@meyering.net>
21374
21375         * modules/d-type (License): Switch to LGPL.
21376
21377 2006-11-15  Bruno Haible  <bruno@clisp.org>
21378
21379         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
21380
21381 2006-11-15  Eric Blake  <ebb9@byu.net>
21382
21383         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
21384         the module dependency.
21385
21386 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21387             Bruno Haible  <bruno@clisp.org>
21388
21389         * gnulib-tool (func_create_testdir): Add license consistency check.
21390
21391 2006-11-15  Eric Blake  <ebb9@byu.net>
21392
21393         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
21394         random "(cached)" in configure output.
21395
21396 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21397
21398         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
21399         test for conforming inttypes.h is both announced and cached.
21400
21401         * MODULES.html.sh (seen_modules, seen_files): New variables.
21402         (func_module): Rewrite to use a few less gnulib-tool and sed
21403         invocations.  Avoid a couple of quadratic algorithms for ...
21404         (missed_modules, missed_files): ... these, with ...
21405         (func_append, func_tmpdir): ... these new functions, from
21406         gnulib-tool.  Analogously, install traps for cleanup.
21407
21408         * tests/test-gc.c (main): Remove unused variables.
21409         * tests/test-read-file.c: Include stdlib.h, for 'free'.
21410
21411 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
21412
21413         * modules/inttostr (License): Change to LGPL.
21414
21415 2006-11-14  Eric Blake  <ebb9@byu.net>
21416
21417         * modules/tempname (License): Change to LGPL.
21418
21419 2006-11-14  Eric Blake  <ebb9@byu.net>
21420
21421         * doc/functions.texi (Function Portability): *printf functions on
21422         Cygwin now understand all POSIX size specifiers.
21423
21424 2006-11-14  Bruno Haible  <bruno@clisp.org>
21425
21426         * modules/c-ctype (License): Change to LGPL.
21427
21428 2006-11-12  Bruno Haible  <bruno@clisp.org>
21429
21430         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
21431         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
21432         for GNOME libraries, for which the include files are installed in
21433         subdirectories of $prefix/include.
21434
21435 2006-11-12  Bruno Haible  <bruno@clisp.org>
21436
21437         * m4/lib-link.m4: Require at least autoconf-2.54.
21438         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
21439         name to underscores for the --with option.
21440
21441 2006-11-13  Bruno Haible  <bruno@clisp.org>
21442
21443         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
21444         the tests directory.
21445         Reported by Ralf Wildenhues.
21446
21447 2006-11-13  Bruno Haible  <bruno@clisp.org>
21448
21449         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
21450         (func_emit_initmacro_end): Undo the override here.
21451         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
21452         Works around the famous automake error in coreutils.
21453
21454 2006-11-13  Eric Blake  <ebb9@byu.net>
21455
21456         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
21457         element, not its node.
21458
21459 2006-11-12  Bruno Haible  <bruno@clisp.org>
21460
21461         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
21462         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
21463
21464 2006-11-12  Bruno Haible  <bruno@clisp.org>
21465
21466         * gnulib-tool: New option --local-symlink.
21467         (func_usage): Document it.
21468         (lsymbolic): New variable.
21469         (func_import, func_create_testdir): If --symlink was not specified,
21470         test whether --local-symlink was specified and the file comes from
21471         the local_gnulib_dir.
21472
21473 2006-11-12  Bruno Haible  <bruno@clisp.org>
21474
21475         * gnulib-tool (func_ln): New function.
21476         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
21477
21478 2006-11-12  Bruno Haible  <bruno@clisp.org>
21479
21480         Finish support for source files in subdirectories.
21481         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
21482         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
21483         AUTOMAKE_OPTIONS.
21484         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
21485
21486 2006-11-12  Bruno Haible  <bruno@clisp.org>
21487
21488         * gnulib-tool (func_get_automake_snippet): Synthesize also an
21489         EXTRA_lib_SOURCES augmentation.
21490         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
21491
21492 2006-11-12  Jim Meyering  <jim@meyering.net>
21493
21494         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
21495         file descriptors.  This also averts a failure on systems with
21496         native openat support when a traversed directory lacks "x" access.
21497         * lib/fts_.h: Include "i-ring.h"
21498         (struct FTS) [fts_fd_ring]: New member.
21499         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
21500         (FCHDIR): Add parentheses.
21501         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
21502         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
21503         When descending, rather than simply closing the previous
21504         fts_cwd_fd value, push that file descriptor onto the ring.
21505         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
21506         (fts_open): Initialize the new fd_ring member.
21507         (fts_close): Clear the ring.
21508         (fts_safe_changedir): When possible, use our new fd_ring to skip
21509         the diropen and fstat and dev/ino comparison that would normally
21510         accompany a virtual `chdir ("..")'.
21511
21512         * modules/fts (Depends-on): Add i-ring.
21513         * modules/i-ring: New module.
21514         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
21515         * m4/i-ring.m4: New file.
21516
21517 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21518
21519         * gnulib-tool (func_create_testdir): Fix replacement of
21520         `build-aux' in configure.ac.  Run autotools in gltests
21521         subdirectory.
21522         (func_create_testdir, func_create_megatestdir, test): There is
21523         no need for '--force' in most autotool invocations in a new
21524         tree.  Actually fail the whole test if any of the tools, or the
21525         configure or make stages fail.
21526
21527         Sync from Automake.
21528         * build-aux/gnupload: Revert last change.  Add pointer to upload
21529         instructions of the GNU Maintenance Instructions.
21530         Suggestion by Karl Berry.
21531
21532 2006-11-10  Jim Meyering  <jim@meyering.net>
21533
21534         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
21535
21536 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21537
21538         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
21539         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
21540         (bind_textdomain_codeset) [! ENABLE_NLS]:
21541         Evaluate all the arguments.  That way, callers get compatible behavior
21542         if the arguments have side effects.  Also, it avoids some GCC
21543         diagnostics in some cases; Joel E. Denny reported problems when Bison
21544         was configured with --enable-gcc-warnigs.
21545
21546 2006-11-10  Jim Meyering  <jim@meyering.net>
21547
21548         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
21549         relevant options in CFLAGS (like -O, -fno-inline) are taken into
21550         account.
21551
21552 2006-11-10  Jim Meyering  <jim@meyering.net>
21553
21554         * modules/inline: New file/module.
21555         * modules/xalloc (Files): Remove m4/inline.m4.
21556         (Depends-on): Add inline, instead.
21557         * modules/oset: Likewise.
21558         * modules/list: Likewise.
21559
21560 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21561
21562         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
21563         Problem reported by Matthew Woehlke.
21564
21565 2006-11-09  Bruno Haible  <bruno@clisp.org>
21566
21567         * lib/tempname.c (gen_tempname): Remove variant that invokes
21568         __gen_tempname.
21569         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
21570         __gen_tempname.
21571
21572 2006-11-08  Bruno Haible  <bruno@clisp.org>
21573
21574         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
21575         to 'yes' instead of 'cross-compiling'.
21576
21577 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
21578
21579         * lib/quotearg.h (quotearg_free): New decl.
21580         * lib/quotearg.c (quotearg_free): New function.
21581         (slot0, nslots, slotvec0, slotvec):
21582         Now file-scope so that quotearg_free can get at them.
21583
21584 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21585
21586         Sync from Automake.
21587         * build-aux/gnupload: Add missing 'gnu' to example URL.
21588         Report by Karl Berry.
21589
21590 2006-11-08  Bruno Haible  <bruno@clisp.org>
21591
21592         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
21593         Suggested by Paul Eggert.
21594
21595 2006-11-08  Jim Meyering  <jim@meyering.net>
21596
21597         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
21598         It's already included if !_LIBC.
21599         (fts_safe_changedir): Add a comment.
21600
21601 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21602
21603         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
21604         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
21605         Matthew Woehlke.
21606
21607         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
21608         definitions up, to avoid colliding with change below.
21609         (static_inline) [HAVE_INLINE]: New macro.
21610         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
21611         Provide extern decls when !HAVE_INLINE.  Do not define unless
21612         static_inline is defined, either by us or by xmalloc.c.  Use
21613         static_inline rather than static inline.
21614         (XCALLOC): Optimize sizeof(T) = 1 case.
21615         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
21616
21617 2006-11-07  Bruno Haible  <bruno@clisp.org>
21618
21619         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
21620         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
21621         AC_C_INLINE.
21622         * modules/xalloc (Files): Add m4/inline.m4.
21623
21624 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21625
21626         * README: Fix typo.
21627         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
21628         (Miscellanous Notes): ...from this.
21629
21630 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
21631
21632         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
21633         Mention that offsetof should be used instead of sizeof.
21634         From Bruno Haible.
21635
21636 2006-11-07  Bruno Haible  <bruno@clisp.org>
21637
21638         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
21639
21640 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21641
21642         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21643         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
21644         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21645         (gl_tree_add_before, gl_tree_add_after):
21646         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
21647         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
21648         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21649         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
21650         (gl_linked_add_after, gl_linked_add_at): Likewise.
21651         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
21652         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
21653         (gl_tree_add_before, gl_tree_add_after): Likewise.
21654         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
21655         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
21656         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
21657
21658 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21659
21660         * lib/gl_oset.h: Use C comment style, not C++ comment style.
21661
21662 2006-11-06  Bruno Haible  <bruno@clisp.org>
21663
21664         * m4/inline.m4: New file.
21665         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
21666         * modules/list (Files): Add m4/inline.m4.
21667         * modules/oset (Files): Likewise.
21668
21669 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
21670
21671         * lib/idcache.c: Include <stddef.h>, for offsetof.
21672         (struct userid.name): Change from char * to a flexible array member.
21673         All uses changed.
21674         * modules/idcache (Depends-on): Add flexmember.
21675
21676         * MODULES.html.sh (Core language properties): New module flexmember.
21677         * modules/flexmember, m4/flexmember.m4: New files.
21678
21679         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
21680         inline functions that are identical with the old xnmalloc_inline,
21681         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
21682         that we can avoid some unnecessary integer multiplications and
21683         divisions in the common case where the element size is known at
21684         compile time.
21685         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
21686         needed.
21687         (xnboundedmalloc): Remove.
21688         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
21689         arguments, for consistency with rest of this header.
21690         (xcharalloc): Rewrite using XNMALLOC.
21691         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
21692         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
21693         versions have been moved to lib/xalloc.h and renamed to be the
21694         non-*_inline versions.
21695         (xmalloc, xrealloc): Implement without reference to the xnmalloc
21696         and xnrealloc functions, since those functions are now inline and
21697         now call us.
21698         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
21699         renaming described above.
21700         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
21701         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
21702         captures the dependency in AC_C_INLINE.
21703
21704         New module canonicalize-lgpl, proposed by Charles Wilson in
21705         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
21706         with a few small changes afterwards.
21707         * MODULES.html.sh (File system functions): New module
21708         canonicalize-lgpl.
21709         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
21710         and canonicalize_file_name.
21711         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
21712         * modules/canonicalize-lgpl: New files.
21713
21714 2006-11-05  Bruno Haible  <bruno@clisp.org>
21715
21716         * gnulib-tool (func_import, func_create_testdir): Create directories
21717         also for files in subdirectories of lib/.
21718
21719 2006-11-05  Bruno Haible  <bruno@clisp.org>
21720
21721         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
21722         ANSI C compliant.
21723
21724 2006-11-03  Bruno Haible  <bruno@clisp.org>
21725
21726         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
21727         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
21728         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
21729         (xnboundedmalloc): New inline function.
21730         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
21731         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
21732         xmalloc.
21733         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
21734         xmalloc.
21735         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
21736         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
21737         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
21738         xmalloc.
21739         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21740         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
21741         xmalloc.
21742         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
21743         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21744         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
21745         xmalloc.
21746         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
21747         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
21748         gl_tree_add_after): Use XMALLOC instead of xmalloc.
21749         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
21750         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
21751         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
21752         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
21753
21754 2006-11-03  Bruno Haible  <bruno@clisp.org>
21755
21756         * lib/c-ctype.h [C++]: Define functions without name mangling.
21757         * lib/fwriteerror.h [C++]: Likewise.
21758         * lib/gcd.h [C++]: Likewise.
21759         * lib/linebreak.h [C++]: Likewise.
21760
21761 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21762
21763         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
21764         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
21765         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
21766         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
21767         Check for functions and headers just once.
21768         Check for declaration of canonicalize_file_name.
21769         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
21770
21771 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
21772
21773         * gnulib-tool (func_import): Fix typo in actioncmd.
21774
21775 2006-11-02  Bruno Haible  <bruno@clisp.org>
21776
21777         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
21778         newline sequence in the Makefile.am snippet as a space, like "make"
21779         does.
21780         Reported by Roger Persson <perrog@gmail.com>.
21781
21782 2006-11-01  Bruno Haible  <bruno@clisp.org>
21783
21784         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
21785         already declared in <string.h>.
21786         * lib/strcase.h (strncasecmp): Don't declare it if yes.
21787
21788 2006-11-01  Bruno Haible  <bruno@clisp.org>
21789
21790         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
21791         * lib/strcase.h: Include <string.h>.
21792         (strcasecmp): Define to rpl_strcasecmp here.
21793
21794 2006-11-01  Bruno Haible  <bruno@clisp.org>
21795
21796         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
21797
21798 2006-11-01  Eric Blake  <ebb9@byu.net>
21799
21800         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
21801
21802         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
21803
21804 2006-10-29  Bruno Haible  <bruno@clisp.org>
21805
21806         Make it compile in C++ mode.
21807         * lib/full-write.c (full_rw): Add a cast.
21808
21809 2006-11-01  Bruno Haible  <bruno@clisp.org>
21810
21811         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
21812         be POSIX compliant.
21813         Reported by Roger Persson <perrog@gmail.com>.
21814
21815 2006-11-01  Eric Blake  <ebb9@byu.net>
21816
21817         * lib/getopt_.h: Fix comments.
21818
21819 2006-10-31  Eric Blake  <ebb9@byu.net>
21820
21821         * modules/tmpdir (Depends-on): Add sys_stat.
21822         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
21823         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
21824         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
21825         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
21826         tempname.
21827
21828 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
21829
21830         Avoid some C++ diagnostics reported by Bruno Haible.
21831         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
21832         xmalloc.
21833         (quotearg_alloc): Use xcharalloc rather than xmalloc.
21834         (struct slotvec): Move to top level.
21835         (quotearg_n_options): Rewrite to avoid xmalloc.
21836         * lib/xalloc.h (xcharalloc): New function.
21837         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
21838         [defined __cplusplus]: Add function template that provides result
21839         type propagation.  This part of the change is from Bruno Haible.
21840
21841 2006-10-29  Bruno Haible  <bruno@clisp.org>
21842
21843         Make it compile in C++ mode.
21844         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
21845         * lib/strnlen1.c (strnlen1): Cast memchr result.
21846         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
21847         * lib/clean-temp.c (string_equals, string_hash): Add casts.
21848         (create_temp_dir): Rename local variable 'template'.
21849         (compile_csharp_using_sscli): Add cast.
21850         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
21851         * lib/findprog.c (find_in_path): Likewise.
21852         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
21853         * lib/wait-process.c (register_slave_subprocess): Likewise.
21854
21855 2006-10-22  Bruno Haible  <bruno@clisp.org>
21856
21857         * modules/tsearch: New file.
21858         * lib/tsearch.h: New file.
21859         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
21860         * m4/tsearch.m4: New file.
21861         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
21862
21863 2006-10-29  Eric Blake  <ebb9@byu.net>
21864
21865         * lib/arcfour.c: Assume config.h.
21866         * lib/arctwo.c: Likewise.
21867         * lib/base64.c: Likewise.
21868         * lib/check-version.c: Likewise.
21869         * lib/crc.c: Likewise.
21870         * lib/des.c: Likewise.
21871         * lib/gc-gnulib.c: Likewise.
21872         * lib/gc-libgcrypt.c: Likewise.
21873         * lib/gc-pbkdf2-sha1.c: Likewise.
21874         * lib/getaddrinfo.c: Likewise.
21875         * lib/getdelim.c: Likewise.
21876         * lib/getline.c: Likewise.
21877         * lib/hmac-md5.c: Likewise.
21878         * lib/hmac-sha1.c: Likewise.
21879         * lib/iconvme.c: Likewise.
21880         * lib/md2.c: Likewise.
21881         * lib/md4.c: Likewise.
21882         * lib/memxor.c: Likewise.
21883         * lib/read-file.c: Likewise.
21884         * lib/readline.c: Likewise.
21885         * lib/rijndael-alg-fst.c: Likewise.
21886         * lib/rijndael-api-fst.c: Likewise.
21887         * lib/xgetdomainname.c: Likewise.
21888
21889 2006-10-28  Eric Blake  <ebb9@byu.net>
21890
21891         * lib/xstrndup.c: Assume config.h.
21892
21893 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
21894
21895         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
21896         stat-macros.h is now for our own macros, whereas stat_h is for
21897         macros in the <sys/stat.h> name space.
21898         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
21899         (STAT_MACROS_H): Remove.
21900         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
21901         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
21902         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
21903         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
21904         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
21905         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
21906         Move these macros to ...
21907         * lib/stat_.h: here.  Don't include stat-macros.h.
21908         * lib/canonicalize.c: Don't include stat-macros.h.
21909         * lib/chown.c: Likewise.
21910         * lib/euidaccess.c: Likewise.
21911         * lib/file-type.c: Likewise.
21912         * lib/filemode.c: Likewise.
21913         * lib/glob.c: Likewise.
21914         * lib/isapipe.c: Likewise.
21915         * lib/lchown.c: Likewise.
21916         * lib/lstat.c: Likewise.
21917         * lib/mkdir-p.c: Likewise.
21918         * lib/rmdir.c: Likewise.
21919         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
21920         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
21921         unless mkdir isn't declared, to speed up 'configure'.
21922         Always create sys/stat.h, since it's unlikely any real sys/stat.h
21923         would define all the S_* symbols.
21924         * modules/canonicalize (Depends-on):
21925         Depend on sys_stat, not stat-macros.
21926         * modules/chown: Likewise.
21927         * modules/euidaccess: Likewise.
21928         * modules/filemode: Likewise.
21929         * modules/file-type: Likewise.
21930         * modules/glob: Likewise.
21931         * modules/isapipe: Likewise.
21932         * modules/lchown: Likewise.
21933         * modules/lstat: Likewise.
21934         * modules/mkancesdirs: Likewise.
21935         * modules/rmdir: Likewise.
21936         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
21937         * modules/modechange: Likewise.
21938         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
21939         (configure.ac): Remove gl_STAT_MACROS.
21940         * modules/sys_stat (Depends-on): Remove stat-macros.
21941
21942 2006-10-27  Bruno Haible  <bruno@clisp.org>
21943
21944         * m4/signed.m4: Remove file.
21945         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
21946         invocation.
21947         * modules/vasnprintf (Files): Remove m4/signed.m4.
21948
21949 2006-10-27  Bruno Haible  <bruno@clisp.org>
21950
21951         Update to GNU gettext 0.16.
21952         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
21953         m4/inttypes-h.m4, m4/signed.m4.
21954         * m4/gettext.m4: Update to GNU gettext 0.16.
21955         * m4/intl.m4: New file, from GNU gettext.
21956         * m4/intldir.m4: New file, from GNU gettext.
21957         * config/srclist.txt: Update
21958
21959 2006-10-27  Eric Blake  <ebb9@byu.net>
21960
21961         * MODULES.html.sh: Document tempname.
21962         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
21963         dependencies.
21964         (Files): Move lib/tempname.c...
21965         * modules/tempname: ...to this new module.
21966         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
21967         (gl_PREREQ_TEMPNAME): Move...
21968         * m4/tempname.m4: ...to this new file.
21969         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
21970         * modules/sys_stat (Depends-on): Add stat-macros.
21971         * lib/stat_.h (includes): Pick up stat macros.
21972         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
21973         if stat macros are broken.
21974         * lib/tempname.c (includes): No need to include "stat-macros.h".
21975         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
21976         (direxists, __path_search) [!_LIBC]: Don't compile these in
21977         gnulib; the tmpdir module covers that.
21978         * lib/tempname.h: New file.
21979
21980 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
21981
21982         * COPYING: Explain how gnulib-tool converts licence headers.
21983         Almost all wording by Eric Blake.
21984
21985 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
21986
21987         * lib/mbchar.h (is_basic_table): Make read-only.
21988         * lib/mbchar.c (is_basic_table): Likewise.
21989         Reported by John Darrington.
21990
21991 2006-10-25  Bruno Haible  <bruno@clisp.org>
21992
21993         * lib/progname.h (set_program_name): Undefine before defining.
21994
21995 2006-10-25  Bruno Haible  <bruno@clisp.org>
21996
21997         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
21998         false for non-gcc C++ compilers.
21999         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
22000
22001 2006-10-24  Bruno Haible  <bruno@clisp.org>
22002
22003         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
22004         iconv implementations like Irix iconv.
22005
22006 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22007
22008         * modules/vararrays: New file.
22009         * m4/vararrays.m4: New file, taken from diffutils.
22010         * MODULES.html.sh: New module vararrays.
22011
22012 2006-10-24  Karl Berry  <karl@gnu.org>
22013
22014         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
22015         Don't call GNU Unix.
22016
22017 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22018
22019         * users.txt: Add Libtool.
22020
22021         Sync from Libtool:
22022
22023         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22024
22025         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
22026         to gnulib's policy of including config.h unconditionally.
22027
22028 2006-10-24  Bruno Haible  <bruno@clisp.org>
22029
22030         * modules/wcwidth (Files): Add m4/wint_t.m4.
22031         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
22032         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
22033
22034 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22035
22036         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
22037         to pacify GCC with some -W flags enabled.  Problem reported by
22038         Bruno Haible.
22039
22040 2006-10-24  Jim Meyering  <jim@meyering.net>
22041
22042         * MODULES.html.sh: Remove uinttostr.  It's not a module.
22043         Reported by Karl Berry.
22044
22045 2006-10-23  Bruno Haible  <bruno@clisp.org>
22046
22047         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
22048
22049 2006-10-24  Bruno Haible  <bruno@clisp.org>
22050
22051         * lib/gl_list.h: Use C comment style, not C++ comment style.
22052
22053 2006-10-23  Eric Blake  <ebb9@byu.net>
22054
22055         * lib/getaddrinfo.c (includes): Add missing include.
22056
22057 2006-10-23  Bruno Haible  <bruno@clisp.org>
22058             Paul Eggert  <eggert@cs.ucla.edu>
22059
22060         Ability to rename obstack_free.
22061         * lib/obstack.h (__obstack_free): New macro. Declare instead of
22062         obstack_free.
22063         (obstack_free): Invoke the __obstack_free macro.
22064         * lib/obstack.c (obstack_free): Use __obstack_free macro.
22065
22066 2006-10-23  Bruno Haible  <bruno@clisp.org>
22067             Paul Eggert  <eggert@cs.ucla.edu>
22068
22069         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
22070         __argc, __argv from the declaration. (They are defined as macros on
22071         mingw.)
22072
22073 2006-10-22  Bruno Haible  <bruno@clisp.org>
22074
22075         * doc/gnulib-intro.texi: New file.
22076         * doc/gnulib.texi: Include it.
22077
22078 2006-10-21  Bruno Haible  <bruno@clisp.org>
22079
22080         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
22081         "Introduction", "Miscellanous Notes", "Particular Modules".
22082
22083 2006-10-21  Bruno Haible  <bruno@clisp.org>
22084
22085         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22086         Change mostlyclean-local rule to avoid sh syntax error from bash
22087         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
22088
22089 2006-10-23  Jim Meyering  <jim@meyering.net>
22090
22091         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
22092         in place of snprintf.
22093
22094         * modules/inttostr (Files): Add lib/uinttostr.c.
22095         * lib/uinttostr.c (inttostr): New file/function.
22096         * lib/inttostr.h (uinttostr): Declare.
22097         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
22098         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22099         Add uinttostr.
22100         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
22101
22102 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22103
22104         * lib/canonicalize.c (ELOOP): Define if not already defined.
22105         Problem reported by Bruno Haible in
22106         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
22107
22108 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
22109
22110         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
22111         Problem reported by Perry Smith and Ville Laurikari.
22112
22113         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
22114         uses.
22115
22116 2006-10-19  Bruno Haible  <bruno@clisp.org>
22117
22118         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
22119         for mingw.
22120
22121 2006-10-19  Bruno Haible  <bruno@clisp.org>
22122
22123         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
22124         Needed for mingw.
22125
22126 2006-10-19  Bruno Haible  <bruno@clisp.org>
22127
22128         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
22129
22130 2006-10-19  Bruno Haible  <bruno@clisp.org>
22131
22132         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
22133         it.
22134
22135 2006-10-19  Bruno Haible  <bruno@clisp.org>
22136
22137         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
22138         invocation.
22139
22140 2006-10-19  Bruno Haible  <bruno@clisp.org>
22141
22142         * gnulib-tool (func_create_testdir): Don't include ftruncate and
22143         mountlist by default.
22144
22145 2006-10-16  Bruno Haible  <bruno@clisp.org>
22146
22147         * lib/c-strstr.c: Include c-strstr.h.
22148
22149 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
22150
22151         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
22152         in a slash.
22153
22154 2006-10-18  Bruno Haible  <bruno@clisp.org>
22155
22156         * lib/lock.h [C++]: Wrap definitions in extern "C".
22157
22158 2006-10-18  Bruno Haible  <bruno@clisp.org>
22159
22160         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
22161         gl_LIBOBJS list.
22162
22163 2006-10-18  Bruno Haible  <bruno@clisp.org>
22164
22165         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
22166
22167 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
22168
22169         * lib/xstrtol.h: Include gettext.h.
22170         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
22171         Problem reported by Eric Blake.
22172         * modules/xstrtol (Depends-on): Add gettext-h.
22173
22174 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
22175
22176         * lib/strftime.c (advance): New macro.
22177         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
22178         incomplete type, so you can't add 0 to it.  Problem and patch
22179         reported by Eelco Dolstra for dietlibc.
22180
22181 2006-10-18  Jim Meyering  <jim@meyering.net>
22182
22183         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
22184         type for a local, and rename it: s/up/user_proc/.
22185
22186 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
22187
22188         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
22189         READ_UTMP_USER_PROCESS.
22190         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
22191
22192 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22193
22194         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
22195         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
22196
22197 2006-10-17  Eric Blake  <ebb9@byu.net>
22198
22199         * lib/sigprocmask.c (sigprocmask): Fix typo.
22200
22201         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
22202
22203         * modules/clean-temp (Makefile.am): Don't add to make output...
22204         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
22205         config.h.
22206
22207 2006-10-17  Bruno Haible  <bruno@clisp.org>
22208
22209         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
22210         differently if DEFAULT_TEXT_DOMAIN is set.
22211
22212 2006-10-16  Bruno Haible  <bruno@clisp.org>
22213
22214         * lib/clean-temp.c: Include fwriteerror.h.
22215
22216 2006-10-16  Bruno Haible  <bruno@clisp.org>
22217
22218         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
22219
22220 2006-10-16  Bruno Haible  <bruno@clisp.org>
22221
22222         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
22223         * lib/sigprocmask.h: Include <sys/types.h>.
22224         (sigset_t): Use the system's definition if present.
22225
22226 2006-10-17  Eric Blake  <ebb9@byu.net>
22227
22228         * lib/xvasprintf.c (includes): Assume config.h.
22229         * lib/xasprintf.c (includes): Likewise.
22230
22231 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
22232
22233         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
22234         at least as wide as intmax_t.
22235
22236 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
22237
22238         (Imported from Automake.)
22239         * build-aux/gnupload: Update to version 1.1 of directive file.
22240
22241 2006-10-16  Eric Blake  <ebb9@byu.net>
22242
22243         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
22244         match Automake 1.10a.
22245
22246 2006-10-14  Bruno Haible  <bruno@clisp.org>
22247
22248         * modules/sigprocmask: New file.
22249         * lib/sigprocmask.h: New file.
22250         * lib/sigprocmask.c: New file.
22251         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
22252         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
22253         request sigprocmask.o.
22254         (gl_PREREQ_SIGPROCMASK): New macro.
22255         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
22256         (Depends-on): Add sigprocmask.
22257         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
22258         gt_SIGNALBLOCKING. Test for 'raise' only once.
22259         * lib/fatal-signal.c: Include sigprocmask.h.
22260         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
22261         unblock_fatal_signals): Define always.
22262         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22263         sigprocmask.
22264
22265 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22266
22267         Sync from Automake.
22268         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
22269         which incorrectly sets the mode of an existing destination
22270         directory.  In some cases the unpatched install-sh could do the
22271         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
22272         system.  We hope this is rare in practice, but it's clearly worth
22273         fixing.  Problem reported by Alex Unleashed in
22274         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
22275         Also, don't bother to check for -m bugs unless we're using -m;
22276         suggested by Stepan Kasal.
22277
22278 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22279
22280         Sync from Automake.
22281         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
22282         `-c' flag, so they appear at the same position as in %FASTDEP%
22283         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
22284         which ignores unknown options only after the first non-option.
22285         Bug report against M4 by Nelson H. F. Beebe.
22286
22287 2006-10-13  Jim Meyering  <jim@meyering.net>
22288
22289         Fix a bug in yesterday's change.
22290         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
22291         p->fts_statp->st_dev would be used uninitialized.
22292         Ensures that we always call fts_stat on the very first entry.
22293         Miklos Szeredi reported that find -xdev stopped working.
22294
22295 2006-10-12  Bruno Haible  <bruno@clisp.org>
22296
22297         * gnulib-tool (func_get_automake_snippet): Append an automatically
22298         computed EXTRA_DIST augmentation.
22299         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
22300         * modules/alloca-opt (Makefile.am): Likewise.
22301         * modules/allocsa (Makefile.am): Likewise.
22302         * modules/arcfour (Makefile.am): Likewise.
22303         * modules/arctwo (Makefile.am): Likewise.
22304         * modules/argmatch (Makefile.am): Likewise.
22305         * modules/argz (Makefile.am): Likewise.
22306         * modules/atexit (Makefile.am): Likewise.
22307         * modules/backupfile (Makefile.am): Likewise.
22308         * modules/byteswap (Makefile.am): Likewise.
22309         * modules/c-strtod (Makefile.am): Likewise.
22310         * modules/c-strtold (Makefile.am): Likewise.
22311         * modules/calloc (Makefile.am): Likewise.
22312         * modules/canon-host (Makefile.am): Likewise.
22313         * modules/canonicalize (Makefile.am): Likewise.
22314         * modules/chdir-long (Makefile.am): Likewise.
22315         * modules/chdir-safer (Makefile.am): Likewise.
22316         * modules/check-version (Makefile.am): Likewise.
22317         * modules/chown (Makefile.am): Likewise.
22318         * modules/cloexec (Makefile.am): Likewise.
22319         * modules/close-stream (Makefile.am): Likewise.
22320         * modules/closeout (Makefile.am): Likewise.
22321         * modules/crc (Makefile.am): Likewise.
22322         * modules/csharpexec (Makefile.am): Likewise.
22323         * modules/cycle-check (Makefile.am): Likewise.
22324         * modules/des (Makefile.am): Likewise.
22325         * modules/dev-ino (Makefile.am): Likewise.
22326         * modules/dirfd (Makefile.am): Likewise.
22327         * modules/dirname (Makefile.am): Likewise.
22328         * modules/dup2 (Makefile.am): Likewise.
22329         * modules/eealloc (Makefile.am): Likewise.
22330         * modules/error (Makefile.am): Likewise.
22331         * modules/euidaccess (Makefile.am): Likewise.
22332         * modules/exclude (Makefile.am): Likewise.
22333         * modules/exitfail (Makefile.am): Likewise.
22334         * modules/fcntl-safer (Makefile.am): Likewise.
22335         * modules/fcntl (Makefile.am): Likewise.
22336         * modules/file-type (Makefile.am): Likewise.
22337         * modules/fileblocks (Makefile.am): Likewise.
22338         * modules/filemode (Makefile.am): Likewise.
22339         * modules/filenamecat (Makefile.am): Likewise.
22340         * modules/fnmatch (Makefile.am): Likewise.
22341         * modules/fopen-safer (Makefile.am): Likewise.
22342         * modules/fpending (Makefile.am): Likewise.
22343         * modules/fprintftime (Makefile.am): Likewise.
22344         * modules/free (Makefile.am): Likewise.
22345         * modules/fsusage (Makefile.am): Likewise.
22346         * modules/ftruncate (Makefile.am): Likewise.
22347         * modules/fts (Makefile.am): Likewise.
22348         * modules/gc-arcfour (Makefile.am): Likewise.
22349         * modules/gc-des (Makefile.am): Likewise.
22350         * modules/gc-hmac-md5 (Makefile.am): Likewise.
22351         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
22352         * modules/gc-md4 (Makefile.am): Likewise.
22353         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22354         * modules/gc-sha1 (Makefile.am): Likewise.
22355         * modules/gc (Makefile.am): Likewise.
22356         * modules/getaddrinfo (Makefile.am): Likewise.
22357         * modules/getcwd (Makefile.am): Likewise.
22358         * modules/getdelim (Makefile.am): Likewise.
22359         * modules/getdomainname (Makefile.am): Likewise.
22360         * modules/getgroups (Makefile.am): Likewise.
22361         * modules/gethostname (Makefile.am): Likewise.
22362         * modules/gethrxtime (Makefile.am): Likewise.
22363         * modules/getline (Makefile.am): Likewise.
22364         * modules/getloadavg (Makefile.am): Likewise.
22365         * modules/getlogin_r (Makefile.am): Likewise.
22366         * modules/getndelim2 (Makefile.am): Likewise.
22367         * modules/getopt (Makefile.am): Likewise.
22368         * modules/getpagesize (Makefile.am): Likewise.
22369         * modules/getpass-gnu (Makefile.am): Likewise.
22370         * modules/getpass (Makefile.am): Likewise.
22371         * modules/getsubopt (Makefile.am): Likewise.
22372         * modules/gettime (Makefile.am): Likewise.
22373         * modules/gettimeofday (Makefile.am): Likewise.
22374         * modules/getugroups (Makefile.am): Likewise.
22375         * modules/getusershell (Makefile.am): Likewise.
22376         * modules/glob (Makefile.am): Likewise.
22377         * modules/group-member (Makefile.am): Likewise.
22378         * modules/hard-locale (Makefile.am): Likewise.
22379         * modules/hash (Makefile.am): Likewise.
22380         * modules/hmac-md5 (Makefile.am): Likewise.
22381         * modules/hmac-sha1 (Makefile.am): Likewise.
22382         * modules/human (Makefile.am): Likewise.
22383         * modules/idcache (Makefile.am): Likewise.
22384         * modules/imaxabs (Makefile.am): Likewise.
22385         * modules/imaxdiv (Makefile.am): Likewise.
22386         * modules/inet_ntop (Makefile.am): Likewise.
22387         * modules/inet_pton (Makefile.am): Likewise.
22388         * modules/intprops (Makefile.am): Likewise.
22389         * modules/inttostr (Makefile.am): Likewise.
22390         * modules/inttypes (Makefile.am): Likewise.
22391         * modules/isapipe (Makefile.am): Likewise.
22392         * modules/javaversion (Makefile.am): Likewise.
22393         * modules/lchmod (Makefile.am): Likewise.
22394         * modules/lchown (Makefile.am): Likewise.
22395         * modules/localcharset (Makefile.am): Likewise.
22396         * modules/long-options (Makefile.am): Likewise.
22397         * modules/lstat (Makefile.am): Likewise.
22398         * modules/malloc (Makefile.am): Likewise.
22399         * modules/mathl (Makefile.am): Likewise.
22400         * modules/mbchar (Makefile.am): Likewise.
22401         * modules/md2 (Makefile.am): Likewise.
22402         * modules/md4 (Makefile.am): Likewise.
22403         * modules/md5 (Makefile.am): Likewise.
22404         * modules/memcasecmp (Makefile.am): Likewise.
22405         * modules/memchr (Makefile.am): Likewise.
22406         * modules/memcmp (Makefile.am): Likewise.
22407         * modules/memcoll (Makefile.am): Likewise.
22408         * modules/memcpy (Makefile.am): Likewise.
22409         * modules/memmem (Makefile.am): Likewise.
22410         * modules/memmove (Makefile.am): Likewise.
22411         * modules/mempcpy (Makefile.am): Likewise.
22412         * modules/memrchr (Makefile.am): Likewise.
22413         * modules/memset (Makefile.am): Likewise.
22414         * modules/memxor (Makefile.am): Likewise.
22415         * modules/mkancesdirs (Makefile.am): Likewise.
22416         * modules/mkdir-p (Makefile.am): Likewise.
22417         * modules/mkdir (Makefile.am): Likewise.
22418         * modules/mkdtemp (Makefile.am): Likewise.
22419         * modules/mkstemp (Makefile.am): Likewise.
22420         * modules/mktime (Makefile.am): Likewise.
22421         * modules/modechange (Makefile.am): Likewise.
22422         * modules/mountlist (Makefile.am): Likewise.
22423         * modules/nanosleep (Makefile.am): Likewise.
22424         * modules/obstack (Makefile.am): Likewise.
22425         * modules/openat (Makefile.am): Likewise.
22426         * modules/pagealign_alloc (Makefile.am): Likewise.
22427         * modules/pathmax (Makefile.am): Likewise.
22428         * modules/physmem (Makefile.am): Likewise.
22429         * modules/poll (Makefile.am): Likewise.
22430         * modules/posixtm (Makefile.am): Likewise.
22431         * modules/posixver (Makefile.am): Likewise.
22432         * modules/putenv (Makefile.am): Likewise.
22433         * modules/quote (Makefile.am): Likewise.
22434         * modules/quotearg (Makefile.am): Likewise.
22435         * modules/raise (Makefile.am): Likewise.
22436         * modules/read-file (Makefile.am): Likewise.
22437         * modules/readline (Makefile.am): Likewise.
22438         * modules/readlink (Makefile.am): Likewise.
22439         * modules/readtokens (Makefile.am): Likewise.
22440         * modules/readutmp (Makefile.am): Likewise.
22441         * modules/realloc (Makefile.am): Likewise.
22442         * modules/regex (Makefile.am): Likewise.
22443         * modules/rename-dest-slash (Makefile.am): Likewise.
22444         * modules/rename (Makefile.am): Likewise.
22445         * modules/rijndael (Makefile.am): Likewise.
22446         * modules/rmdir (Makefile.am): Likewise.
22447         * modules/rpmatch (Makefile.am): Likewise.
22448         * modules/safe-read (Makefile.am): Likewise.
22449         * modules/safe-write (Makefile.am): Likewise.
22450         * modules/same-inode (Makefile.am): Likewise.
22451         * modules/same (Makefile.am): Likewise.
22452         * modules/save-cwd (Makefile.am): Likewise.
22453         * modules/savedir (Makefile.am): Likewise.
22454         * modules/setenv (Makefile.am): Likewise.
22455         * modules/settime (Makefile.am): Likewise.
22456         * modules/sha1 (Makefile.am): Likewise.
22457         * modules/sig2str (Makefile.am): Likewise.
22458         * modules/snprintf (Makefile.am): Likewise.
22459         * modules/stat-macros (Makefile.am): Likewise.
22460         * modules/stat-time (Makefile.am): Likewise.
22461         * modules/stdbool (Makefile.am): Likewise.
22462         * modules/stdint (Makefile.am): Likewise.
22463         * modules/stdlib-safer (Makefile.am): Likewise.
22464         * modules/stpcpy (Makefile.am): Likewise.
22465         * modules/stpncpy (Makefile.am): Likewise.
22466         * modules/strcase (Makefile.am): Likewise.
22467         * modules/strcasestr (Makefile.am): Likewise.
22468         * modules/strchrnul (Makefile.am): Likewise.
22469         * modules/strcspn (Makefile.am): Likewise.
22470         * modules/strdup (Makefile.am): Likewise.
22471         * modules/strerror (Makefile.am): Likewise.
22472         * modules/strftime (Makefile.am): Likewise.
22473         * modules/strndup (Makefile.am): Likewise.
22474         * modules/strnlen (Makefile.am): Likewise.
22475         * modules/strpbrk (Makefile.am): Likewise.
22476         * modules/strsep (Makefile.am): Likewise.
22477         * modules/strstr (Makefile.am): Likewise.
22478         * modules/strtod (Makefile.am): Likewise.
22479         * modules/strtoimax (Makefile.am): Likewise.
22480         * modules/strtok_r (Makefile.am): Likewise.
22481         * modules/strtol (Makefile.am): Likewise.
22482         * modules/strtoll (Makefile.am): Likewise.
22483         * modules/strtoul (Makefile.am): Likewise.
22484         * modules/strtoull (Makefile.am): Likewise.
22485         * modules/strtoumax (Makefile.am): Likewise.
22486         * modules/strverscmp (Makefile.am): Likewise.
22487         * modules/sys_socket (Makefile.am): Likewise.
22488         * modules/sys_stat (Makefile.am): Likewise.
22489         * modules/sysexits (Makefile.am): Likewise.
22490         * modules/time_r (Makefile.am): Likewise.
22491         * modules/timegm (Makefile.am): Likewise.
22492         * modules/timespec (Makefile.am): Likewise.
22493         * modules/tmpfile-safer (Makefile.am): Likewise.
22494         * modules/trim (Makefile.am): Likewise.
22495         * modules/unistd-safer (Makefile.am): Likewise.
22496         * modules/unlinkdir (Makefile.am): Likewise.
22497         * modules/unlocked-io (Makefile.am): Likewise.
22498         * modules/userspec (Makefile.am): Likewise.
22499         * modules/utime (Makefile.am): Likewise.
22500         * modules/utimecmp (Makefile.am): Likewise.
22501         * modules/utimens (Makefile.am): Likewise.
22502         * modules/vasnprintf (Makefile.am): Likewise.
22503         * modules/vasprintf (Makefile.am): Likewise.
22504         * modules/vsnprintf (Makefile.am): Likewise.
22505         * modules/xalloc (Makefile.am): Likewise.
22506         * modules/xgetcwd (Makefile.am): Likewise.
22507         * modules/xnanosleep (Makefile.am): Likewise.
22508         * modules/xreadlink (Makefile.am): Likewise.
22509         * modules/xstrtod (Makefile.am): Likewise.
22510         * modules/xstrtol (Makefile.am): Likewise.
22511         * modules/xstrtold (Makefile.am): Likewise.
22512         * modules/yesno (Makefile.am): Likewise.
22513         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
22514
22515 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22516
22517         * modules/error (Makefile.am): Distribute files through
22518         EXTRA_DIST, not lib_SOURCES.
22519
22520 2006-10-12  Eric Blake  <ebb9@byu.net>
22521
22522         * modules/error (Makefile.am): Distribute files in /lib.
22523         * modules/obstack (Makefile.am): Likewise.
22524
22525 2006-10-12  Bruno Haible  <bruno@clisp.org>
22526
22527         * modules/acl (Makefile.am): Distribute all files in lib/ through
22528         EXTRA_DIST.
22529         * modules/arcfour (Makefile.am): Likewise.
22530         * modules/arctwo (Makefile.am): Likewise.
22531         * modules/argmatch (Makefile.am): Likewise.
22532         * modules/argz (Makefile.am): Likewise.
22533         * modules/atexit (Makefile.am): Likewise.
22534         * modules/backupfile (Makefile.am): Likewise.
22535         * modules/c-strtod (Makefile.am): Likewise.
22536         * modules/c-strtold (Makefile.am): Likewise.
22537         * modules/calloc (Makefile.am): Likewise.
22538         * modules/canon-host (Makefile.am): Likewise.
22539         * modules/canonicalize (Makefile.am): Likewise.
22540         * modules/chdir-long (Makefile.am): Likewise.
22541         * modules/chdir-safer (Makefile.am): Likewise.
22542         * modules/check-version (Makefile.am): Likewise.
22543         * modules/chown (Makefile.am): Likewise.
22544         * modules/cloexec (Makefile.am): Likewise.
22545         * modules/close-stream (Makefile.am): Likewise.
22546         * modules/closeout (Makefile.am): Likewise.
22547         * modules/crc (Makefile.am): Likewise.
22548         * modules/cycle-check (Makefile.am): Likewise.
22549         * modules/des (Makefile.am): Likewise.
22550         * modules/dirfd (Makefile.am): Likewise.
22551         * modules/dirname (Makefile.am): Likewise.
22552         * modules/dup2 (Makefile.am): Likewise.
22553         * modules/euidaccess (Makefile.am): Likewise.
22554         * modules/exclude (Makefile.am): Likewise.
22555         * modules/exitfail (Makefile.am): Likewise.
22556         * modules/fcntl-safer (Makefile.am): Likewise.
22557         * modules/file-type (Makefile.am): Likewise.
22558         * modules/fileblocks (Makefile.am): Likewise.
22559         * modules/filemode (Makefile.am): Likewise.
22560         * modules/filenamecat (Makefile.am): Likewise.
22561         * modules/fnmatch (Makefile.am): Likewise.
22562         * modules/fopen-safer (Makefile.am): Likewise.
22563         * modules/fpending (Makefile.am): Likewise.
22564         * modules/fprintftime (Makefile.am): Likewise.
22565         * modules/free (Makefile.am): Likewise.
22566         * modules/fsusage (Makefile.am): Likewise.
22567         * modules/ftruncate (Makefile.am): Likewise.
22568         * modules/fts (Makefile.am): Likewise.
22569         * modules/gc (Makefile.am): Likewise.
22570         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
22571         * modules/getaddrinfo (Makefile.am): Likewise.
22572         * modules/getcwd (Makefile.am): Likewise.
22573         * modules/getdelim (Makefile.am): Likewise.
22574         * modules/getdomainname (Makefile.am): Likewise.
22575         * modules/getgroups (Makefile.am): Likewise.
22576         * modules/gethostname (Makefile.am): Likewise.
22577         * modules/gethrxtime (Makefile.am): Likewise.
22578         * modules/getline (Makefile.am): Likewise.
22579         * modules/getloadavg (Makefile.am): Likewise.
22580         * modules/getlogin_r (Makefile.am): Likewise.
22581         * modules/getopt (Makefile.am): Likewise.
22582         * modules/getpass (Makefile.am): Likewise.
22583         * modules/getpass-gnu (Makefile.am): Likewise.
22584         * modules/getsubopt (Makefile.am): Likewise.
22585         * modules/gettime (Makefile.am): Likewise.
22586         * modules/gettimeofday (Makefile.am): Likewise.
22587         * modules/getugroups (Makefile.am): Likewise.
22588         * modules/getusershell (Makefile.am): Likewise.
22589         * modules/glob (Makefile.am): Likewise.
22590         * modules/group-member (Makefile.am): Likewise.
22591         * modules/hard-locale (Makefile.am): Likewise.
22592         * modules/hash (Makefile.am): Likewise.
22593         * modules/hmac-md5 (Makefile.am): Likewise.
22594         * modules/hmac-sha1 (Makefile.am): Likewise.
22595         * modules/human (Makefile.am): Likewise.
22596         * modules/idcache (Makefile.am): Likewise.
22597         * modules/imaxabs (Makefile.am): Likewise.
22598         * modules/imaxdiv (Makefile.am): Likewise.
22599         * modules/inet_ntop (Makefile.am): Likewise.
22600         * modules/inet_pton (Makefile.am): Likewise.
22601         * modules/inttostr (Makefile.am): Likewise.
22602         * modules/isapipe (Makefile.am): Likewise.
22603         * modules/lchown (Makefile.am): Likewise.
22604         * modules/long-options (Makefile.am): Likewise.
22605         * modules/lstat (Makefile.am): Likewise.
22606         * modules/malloc (Makefile.am): Likewise.
22607         * modules/mathl (Makefile.am): Likewise.
22608         * modules/mbchar (Makefile.am): Likewise.
22609         * modules/md2 (Makefile.am): Likewise.
22610         * modules/md4 (Makefile.am): Likewise.
22611         * modules/md5 (Makefile.am): Likewise.
22612         * modules/memcasecmp (Makefile.am): Likewise.
22613         * modules/memchr (Makefile.am): Likewise.
22614         * modules/memcmp (Makefile.am): Likewise.
22615         * modules/memcoll (Makefile.am): Likewise.
22616         * modules/memcpy (Makefile.am): Likewise.
22617         * modules/memmem (Makefile.am): Likewise.
22618         * modules/memmove (Makefile.am): Likewise.
22619         * modules/mempcpy (Makefile.am): Likewise.
22620         * modules/memrchr (Makefile.am): Likewise.
22621         * modules/memset (Makefile.am): Likewise.
22622         * modules/memxor (Makefile.am): Likewise.
22623         * modules/mkancesdirs (Makefile.am): Likewise.
22624         * modules/mkdir (Makefile.am): Likewise.
22625         * modules/mkdir-p (Makefile.am): Likewise.
22626         * modules/mkdtemp (Makefile.am): Likewise.
22627         * modules/mkstemp (Makefile.am): Likewise.
22628         * modules/mktime (Makefile.am): Likewise.
22629         * modules/modechange (Makefile.am): Likewise.
22630         * modules/mountlist (Makefile.am): Likewise.
22631         * modules/nanosleep (Makefile.am): Likewise.
22632         * modules/openat (Makefile.am): Likewise.
22633         * modules/pagealign_alloc (Makefile.am): Likewise.
22634         * modules/physmem (Makefile.am): Likewise.
22635         * modules/poll (Makefile.am): Likewise.
22636         * modules/posixtm (Makefile.am): Likewise.
22637         * modules/posixver (Makefile.am): Likewise.
22638         * modules/putenv (Makefile.am): Likewise.
22639         * modules/quote (Makefile.am): Likewise.
22640         * modules/quotearg (Makefile.am): Likewise.
22641         * modules/raise (Makefile.am): Likewise.
22642         * modules/read-file (Makefile.am): Likewise.
22643         * modules/readline (Makefile.am): Likewise.
22644         * modules/readlink (Makefile.am): Likewise.
22645         * modules/readtokens (Makefile.am): Likewise.
22646         * modules/readutmp (Makefile.am): Likewise.
22647         * modules/realloc (Makefile.am): Likewise.
22648         * modules/regex (Makefile.am): Likewise.
22649         * modules/rename (Makefile.am): Likewise.
22650         * modules/rename-dest-slash (Makefile.am): Likewise.
22651         * modules/rijndael (Makefile.am): Likewise.
22652         * modules/rmdir (Makefile.am): Likewise.
22653         * modules/rpmatch (Makefile.am): Likewise.
22654         * modules/safe-read (Makefile.am): Likewise.
22655         * modules/safe-write (Makefile.am): Likewise.
22656         * modules/same (Makefile.am): Likewise.
22657         * modules/save-cwd (Makefile.am): Likewise.
22658         * modules/savedir (Makefile.am): Likewise.
22659         * modules/setenv (Makefile.am): Likewise.
22660         * modules/settime (Makefile.am): Likewise.
22661         * modules/sha1 (Makefile.am): Likewise.
22662         * modules/sig2str (Makefile.am): Likewise.
22663         * modules/snprintf (Makefile.am): Likewise.
22664         * modules/stdlib-safer (Makefile.am): Likewise.
22665         * modules/stpcpy (Makefile.am): Likewise.
22666         * modules/stpncpy (Makefile.am): Likewise.
22667         * modules/strcase (Makefile.am): Likewise.
22668         * modules/strcasestr (Makefile.am): Likewise.
22669         * modules/strchrnul (Makefile.am): Likewise.
22670         * modules/strcspn (Makefile.am): Likewise.
22671         * modules/strdup (Makefile.am): Likewise.
22672         * modules/strerror (Makefile.am): Likewise.
22673         * modules/strftime (Makefile.am): Likewise.
22674         * modules/strndup (Makefile.am): Likewise.
22675         * modules/strnlen (Makefile.am): Likewise.
22676         * modules/strpbrk (Makefile.am): Likewise.
22677         * modules/strsep (Makefile.am): Likewise.
22678         * modules/strstr (Makefile.am): Likewise.
22679         * modules/strtod (Makefile.am): Likewise.
22680         * modules/strtoimax (Makefile.am): Likewise.
22681         * modules/strtok_r (Makefile.am): Likewise.
22682         * modules/strtol (Makefile.am): Likewise.
22683         * modules/strtoll (Makefile.am): Likewise.
22684         * modules/strtoul (Makefile.am): Likewise.
22685         * modules/strtoull (Makefile.am): Likewise.
22686         * modules/strtoumax (Makefile.am): Likewise.
22687         * modules/strverscmp (Makefile.am): Likewise.
22688         * modules/time_r (Makefile.am): Likewise.
22689         * modules/timegm (Makefile.am): Likewise.
22690         * modules/tmpfile-safer (Makefile.am): Likewise.
22691         * modules/unistd-safer (Makefile.am): Likewise.
22692         * modules/unlinkdir (Makefile.am): Likewise.
22693         * modules/userspec (Makefile.am): Likewise.
22694         * modules/utime (Makefile.am): Likewise.
22695         * modules/utimecmp (Makefile.am): Likewise.
22696         * modules/utimens (Makefile.am): Likewise.
22697         * modules/vasnprintf (Makefile.am): Likewise.
22698         * modules/vasprintf (Makefile.am): Likewise.
22699         * modules/vsnprintf (Makefile.am): Likewise.
22700         * modules/xalloc (Makefile.am): Likewise.
22701         * modules/xgetcwd (Makefile.am): Likewise.
22702         * modules/xnanosleep (Makefile.am): Likewise.
22703         * modules/xreadlink (Makefile.am): Likewise.
22704         * modules/xstrtod (Makefile.am): Likewise.
22705         * modules/xstrtol (Makefile.am): Likewise.
22706         * modules/xstrtold (Makefile.am): Likewise.
22707         * modules/yesno (Makefile.am): Likewise.
22708
22709 2006-10-12  Jim Meyering  <jim@meyering.net>
22710
22711         * m4/getloadavg.m4: Revert the change below.
22712
22713         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
22714         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
22715         fail with a symlink, which is what coreutils' ./bootstrap now
22716         creates by default.
22717
22718 2006-10-12  Bruno Haible  <bruno@clisp.org>
22719
22720         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
22721         mingw.
22722         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
22723         MSVC and mingw explicitly.
22724
22725 2006-10-11  Simon Josefsson  <jas@extundo.com>
22726             Bruno Haible  <bruno@clisp.org>
22727
22728         Add support for multiple gnulib-tool invocations in the scope of a
22729         single configure.ac file.
22730         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
22731         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
22732         with the same contents as the _LIBADD variable.
22733         (func_emit_initmacro_start, func_emit_initmacro_end,
22734         func_emit_initmacro_done): New functions.
22735         (func_import, func_create_testdir): Invoke them. Allow the identifiers
22736         gl_LIBOBJS and gl_LTLIBOBJS.
22737
22738 2006-10-11  Bruno Haible  <bruno@clisp.org>
22739
22740         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
22741         (func_create_testdir): Don't create po/Makefile.am, don't invoke
22742         autoreconf. Instead, invoke autopoint explicitly but move back the
22743         *.m4 files from gnulib.
22744
22745 2006-10-11  Bruno Haible  <bruno@clisp.org>
22746
22747         * gnulib-tool (func_usage): Make module names after --create-testdir
22748         optional.
22749         (func_create_testdir): If no module was specified, use nearly all
22750         modules.
22751
22752 2006-10-12  Jim Meyering  <jim@meyering.net>
22753
22754         Big performance improvement for fts-based tools that use FTS_NOSTAT.
22755         Avoid spurious inode-mismatch problems on non-POSIX file systems.
22756         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
22757         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
22758         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
22759         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
22760         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
22761         (fts_set_stat_required): New function.
22762         (fts_open): Defer the calls to fts_stat, if possible or requested.
22763         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
22764         into fts_stat itself.
22765         (fts_read): Perform any required (deferred) fts_stat call.
22766         (fts_build): Likewise, for the directory we're about to open and read.
22767         In the readdir loop, carefully decide whether each entry will require
22768         an eventual call to fts_stat, using dirent.d_type info if available.
22769         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
22770         a command line argument into this function.  Update all callers.
22771         Map a return value of FTS_DOT to FTS_D for a command line argument.
22772         * modules/fts (Depends-on): Add d-type.  Alphabetize.
22773         Thanks to Miklos Szeredi for his tenacity and for the initial
22774         bug report about "find" failing on a FUSE-based file system.
22775
22776         * lib/fts.c (fts_open): Use consistent indentation.
22777
22778 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
22779
22780         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
22781         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
22782         reported by Jim Meyering.  All uses of cache variables renamed
22783         to match Autoconf's.
22784         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
22785         the other one.
22786
22787         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
22788         Fix misspelling in diagnostic.
22789
22790 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22791
22792         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
22793         defined.  Problem reported by Matthew Woehlke.
22794
22795         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
22796         Add support for Tandem NonStop R series.
22797         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
22798         Use new macro.
22799
22800         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
22801         (has_trailing_slash): Omit size arg; all callers changed.
22802         Omit 'inline', since it doesn't help performance and we'd
22803         need to configure it.
22804         Don't count //, ///, etc. as having a trailing slash.
22805         As a side effect, this removes a C99ism reported by Matthew Woehlke.
22806         (rpl_rename_dest_slash): On failure, use rename's errno rather
22807         than (in some cases) an incorrect or junk errno.
22808         Simplify code by removing need to compute length; this does
22809         cause it to make two passes instead of one over the file name,
22810         but it's worth it.
22811
22812         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
22813         change, since Autoconf's version may no longer be appropriate now
22814         that we are using CVS Autoconf's version.  Add support for Tandem.
22815
22816 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
22817             Bruno Haible  <bruno@clisp.org>
22818
22819         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
22820         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
22821         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
22822         gl_AC_TYPE_LONG_LONG.
22823
22824         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
22825         instead of HAVE_LONG_LONG.
22826         * lib/printf-args.c (printf_fetchargs): Likewise.
22827         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
22828         * lib/vasnprintf.c (VASNPRINTF): Likewise.
22829         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
22830         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
22831         gl_AC_TYPE_LONG_LONG.
22832
22833 2006-10-11  Bruno Haible  <bruno@clisp.org>
22834
22835         * m4/longlong.m4: Add comments.
22836         * m4/ulonglong.m4: Likewise.
22837
22838 2006-10-10  Bruno Haible  <bruno@clisp.org>
22839
22840         Make it possible to #define stpcpy, strdup to aliases.
22841         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
22842         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
22843
22844 2006-10-10  Bruno Haible  <bruno@clisp.org>
22845
22846         Make it possible to #define gcd to an alias.
22847         * lib/gcd.c: Include config.h.
22848
22849 2006-10-10  Bruno Haible  <bruno@clisp.org>
22850
22851         Make it possible to #define c_isascii to an alias.
22852         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
22853         defined. Undefine the macros before defining them, to avoid gcc
22854         warnings.
22855         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
22856         define NO_C_CTYPE_MACROS early.
22857
22858 2006-10-10  Bruno Haible  <bruno@clisp.org>
22859
22860         Make it possible to #define set_program_name to an alias.
22861         * lib/progname.c: Don't undefine set_program_name; instead, undefine
22862         ENABLE_RELOCATABLE early.
22863
22864 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22865
22866         Port to Tandem NSK OSS, which has 64-bit signed int but at most
22867         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
22868         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
22869         More generally, don't assume that 64-bit signed int is available
22870         if unsigned int is, and vice versa.
22871         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
22872         unsigned symbols, not on their signed counterparts.
22873         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
22874         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
22875         (UINT64_C, UINTMAX_C):
22876         Likewise.
22877         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
22878         unsigned counterparts.
22879         (Have_long_long, Unsigned): New macros.
22880         (Int): Renamed from INT.
22881         (strtoimax): Use the new macros.
22882         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
22883         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
22884         * modules/inttypes (inttypes.h): Substitute
22885         HAVE_UNSIGNED_LONG_LONG_INT.
22886         * modules/stdint (stdint.h): Likewise.
22887         (Files): Add m4/ulonglong.m4.
22888
22889 2006-10-10  Bruno Haible  <bruno@clisp.org>
22890
22891         Fix a gcc -Wshadow warning.
22892         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
22893         to 'bucket'.
22894         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
22895         gl_linked_indexof_from_to): Likewise.
22896         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
22897         Likewise.
22898         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
22899         Likewise.
22900         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
22901         Reported by Eric Blake.
22902
22903 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
22904
22905         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
22906         for NetBSD.  Problem reported by Bruno Haible.
22907
22908 2006-10-09  Jim Meyering  <jim@meyering.net>
22909
22910         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
22911         Patch from Bruno Haible.
22912
22913 2006-10-09  Jim Meyering  <jim@meyering.net>
22914
22915         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
22916         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
22917         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
22918
22919 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
22920
22921         Don't include <config.h> twice; this doesn't work in some cases,
22922         e.g., when config.h has "#define intmax_t long long int" and
22923         we include <config.h>, <inttypes.h>, <config.h> in that order.
22924         Problem reported by Matthew Woehlke in:
22925         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
22926         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
22927         * lib/fts-cycle.c: Don't include config.h.
22928         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
22929         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
22930         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
22931         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
22932         inttypes.h.
22933         * lib/xstrtoumax.c: Likewise.
22934         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
22935         __strtol and the like, so that this module is more like its siblings.
22936         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
22937         Remove; no longer needed now that we assume gnulib inttypes.h.
22938
22939 2006-10-08  Bruno Haible  <bruno@clisp.org>
22940
22941         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
22942         option.
22943
22944 2006-10-07  Jim Meyering  <jim@meyering.net>
22945
22946         * modules/inttypes (inttypes.h): Revert what seems to have been
22947         an inadvertent part of today's change: use "|", not "/" in the
22948         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
22949
22950 2006-10-07  Bruno Haible  <bruno@clisp.org>
22951
22952         * modules/sublist: New file.
22953
22954 2006-10-07  Bruno Haible  <bruno@clisp.org>
22955
22956         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
22957         * modules/argz (argz.h): Likewise.
22958         * modules/arpa_inet (arpa/inet.h): Likewise.
22959         * modules/byteswap (byteswap.h): Likewise.
22960         * modules/configmake (configmake.h): Likewise.
22961         * modules/fcntl (fcntl.h): Likewise.
22962         * modules/fnmatch (fnmatch.h): Likewise.
22963         * modules/getopt (getopt.h): Likewise.
22964         * modules/glob (glob.h): Likewise.
22965         * modules/inttypes (inttypes.h): Likewise.
22966         * modules/netinet_in (netinet/in.h): Likewise.
22967         * modules/poll (poll.h): Likewise.
22968         * modules/stdbool (stdbool.h): Likewise.
22969         * modules/stdint (stdint.h): Likewise.
22970         * modules/sys_select (sys/select.h): Likewise.
22971         * modules/sys_socket (sys/socket.h): Likewise.
22972         * modules/sys_stat (sys/stat.h): Likewise.
22973         * modules/sysexits (sysexits.h): Likewise.
22974         * modules/unistd (unistd.h): Likewise.
22975         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
22976         Add a "DO NOT EDIT" comment to the generated file.
22977         (func_import): Likewise for gnulib-comp.m4.
22978
22979 2006-10-07  Bruno Haible  <bruno@clisp.org>
22980
22981         * lib/gl_sublist.h: New file.
22982         * lib/gl_sublist.c: New file.
22983
22984 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22985
22986         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
22987         name (relative to the original working directory) and the file
22988         name component (relative to the temporary working directory).  All
22989         callers changed.
22990         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
22991         * lib/mkdir-p.c (make_dir_parents): Likewise.
22992         * lib/mkdir-p.h (make_dir_parents): Likewise.
22993
22994 2006-10-06  Eric Blake  <ebb9@byu.net>
22995
22996         Define several macros for use by the clean-temp module.
22997         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
22998         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
22999         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
23000
23001         * lib/clean-temp.h (close_stream_temp): New declaration.
23002         * lib/clean-temp.c (includes): Pull in headers according to what
23003         other modules are in use.
23004         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
23005
23006 2006-10-06  Bruno Haible  <bruno@clisp.org>
23007
23008         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
23009         instead of fopen, fwriteerror.
23010
23011 2006-10-06  Bruno Haible  <bruno@clisp.org>
23012
23013         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
23014         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
23015         int.
23016         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
23017         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
23018         Return an error indicator.
23019         Suggested by Eric Blake.
23020
23021 2006-10-06  Bruno Haible  <bruno@clisp.org>
23022
23023         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
23024         Reported by Eric Blake.
23025
23026 2006-10-06  Bruno Haible  <bruno@clisp.org>
23027
23028         * modules/closeout (Description): Mention stderr too.
23029
23030 2006-10-06  Bruno Haible  <bruno@clisp.org>
23031         and Paul Eggert  <eggert@cs.ucla.edu>
23032
23033         * lib/closeout.c (close_stdout): Also close stderr.
23034         * lib/closeout.h: Update comment.
23035
23036 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
23037
23038         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
23039         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
23040         * lib/dirchownmod.c: Include lchown.h.
23041         * lib/lchown.c: Don't include files that lchown.h now includes.
23042         Don't declare chown, since lchown.h now does that.
23043         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
23044         (lchown): Define to rpl_chown if lchown is declared but
23045         does not exist.  Declare using a prototype if lchown is not
23046         declared.  Add a copyright notice.
23047         * lib/mkstemp.h: Include <unistd.h>.
23048         * lib/openat.c: Include lchown.h.
23049
23050         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
23051         we now test for that separately.
23052         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
23053         rather than O_NOFOLLOW, when testing whether it's possible to
23054         avoid a race condition reliably.
23055         * lib/savewd.c (savewd_chdir): Likewise.
23056
23057         Remove macros that are no longer needed now that stdint.h is
23058         reliable.
23059         * lib/fsusage.c (UINTMAX_MAX): Remove.
23060         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
23061         * lib/utimecmp.c (SIZE_MAX): Remove.
23062
23063         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
23064
23065         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
23066         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
23067         O_NOATIME works.
23068
23069 2006-10-05  Bruno Haible  <bruno@clisp.org>
23070
23071         * lib/gl_list.h (gl_sortedlist_search_from_to,
23072         gl_sortedlist_indexof_from_to): New declarations.
23073         (gl_list_implementation): New fields sortedlist_search_from_to,
23074         sortedlist_indexof_from_to.
23075         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
23076         inline functions.
23077         * lib/gl_list.c (gl_sortedlist_search_from_to,
23078         gl_sortedlist_indexof_from_to): New functions.
23079         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
23080         function.
23081         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
23082         (gl_array_sortedlist_search_from_to): New function.
23083         (gl_array_list_implementation): Update.
23084         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
23085         function.
23086         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
23087         (gl_carray_sortedlist_search_from_to): New function.
23088         (gl_carray_list_implementation): Update.
23089         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
23090         gl_linked_sortedlist_indexof_from_to): New functions.
23091         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23092         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23093         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
23094         gl_tree_sortedlist_indexof_from_to): New functions.
23095         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23096         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23097         Update.
23098         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23099         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
23100         Update.
23101
23102 2006-10-05  Bruno Haible  <bruno@clisp.org>
23103
23104         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
23105         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
23106         (struct gl_list_implementation): Add fields search_from_to,
23107         indexof_from_to. Remove fields search, indexof.
23108         (gl_list_search): Use the search_from_to method.
23109         (gl_list_search_from, gl_list_search_from_to): New functions.
23110         (gl_list_indexof): Use the indexof_from_to method.
23111         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23112         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
23113         (gl_list_search_from, gl_list_search_from_to): New functions.
23114         (gl_list_indexof): Use the indexof_from_to method.
23115         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
23116         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
23117         gl_array_indexof. Add start_index, end_index arguments.
23118         (gl_array_search_from_to): Renamed from gl_array_search. Add
23119         start_index, end_index arguments.
23120         (gl_array_remove, gl_array_list_implementation): Update.
23121         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
23122         gl_carray_indexof. Add start_index, end_index arguments.
23123         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
23124         start_index, end_index arguments.
23125         (gl_carray_remove, gl_carray_list_implementation): Update.
23126         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
23127         gl_linked_search. Add start_index, end_index arguments.
23128         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
23129         start_index, end_index arguments.
23130         (gl_linked_remove): Update.
23131         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23132         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23133         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
23134         field to 'size_t'.
23135         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
23136         gl_tree_search. Add start_index, end_index arguments.
23137         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23138         start_index, end_index arguments.
23139         (gl_tree_remove): Update.
23140         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23141         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23142         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
23143         function.
23144         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
23145         gl_tree_search. Add start_index, end_index arguments.
23146         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
23147         start_index, end_index arguments.
23148         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23149         Update.
23150         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23151
23152 2006-10-05  Bruno Haible  <bruno@clisp.org>
23153
23154         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
23155
23156         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
23157         fwriteerror_temp): New declarations.
23158         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
23159         (descriptors): New variable.
23160         (cleanup): First, close the descriptors.
23161         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
23162         fclose_temp, fwriteerror_temp): New functions.
23163
23164 2006-10-04  Jim Meyering  <jim@meyering.net>
23165
23166         * lib/fts.c (fts_open): Tiny comment change.
23167
23168 2006-10-04  Bruno Haible  <bruno@clisp.org>
23169
23170         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
23171         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
23172         gl_LOCK_BODY.
23173         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
23174         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
23175         gl_LOCK_EARLY_BODY.
23176         (gl_LOCK): Require gl_LOCK_BODY.
23177
23178 2006-10-04  Bruno Haible  <bruno@clisp.org>
23179
23180         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
23181         (gl_oset_search_atleast): New declaration.
23182         (struct gl_oset_implementation): Add field 'search_atleast'.
23183         (gl_oset_search_atleast): New inline function.
23184         * lib/gl_oset.c (gl_oset_search_atleast): New function.
23185         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
23186         (gl_array_oset_implementation): Update.
23187         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
23188         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
23189         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
23190
23191 2006-10-04  Bruno Haible  <bruno@clisp.org>
23192
23193         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
23194
23195 2006-10-03  Bruno Haible  <bruno@clisp.org>
23196
23197         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
23198         from gl_avltreehash_list_implementation.
23199
23200 2006-10-03  Bruno Haible  <bruno@clisp.org>
23201
23202         * lib/gl_oset.c (gl_oset_add): Fix return type.
23203
23204 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
23205
23206         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
23207
23208 2006-10-02  Eric Blake  <ebb9@byu.net>
23209
23210         * modules/strnlen (Depends-on): Add extensions.
23211
23212 2006-10-02  Eric Blake  <ebb9@byu.net>
23213
23214         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
23215         definition in 2.60+.
23216
23217 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
23218
23219         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
23220         checks.
23221
23222 2006-10-02  Bruno Haible  <bruno@clisp.org>
23223
23224         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
23225         to the AUTOMAKE_OPTIONS.
23226         Reported by Jim Meyering.
23227
23228 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
23229
23230         Work around bug in Solaris 10 /proc file system:
23231         /proc/self/fd/NNN/.. isn't the parent directory of
23232         the directory whose file descriptor is NNN.  This needs to
23233         be worked around at run time, not compile time, since a
23234         program might be built on Solaris 8, where things work, and
23235         run on Solaris 10.
23236         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
23237         to use the following interface instead:
23238         (OPENAT_BUFFER_SIZE): New macro.
23239         (openat_proc_name): New function.
23240         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
23241         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
23242         Likewise.
23243         * lib/openat-proc.c: New file.
23244         * modules/openat (Files): Add lib/openat-proc.c.
23245         (Depends-on): Add same-inode, stdbool.
23246         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
23247
23248 2006-09-29  Bruno Haible  <bruno@clisp.org>
23249
23250         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
23251         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
23252         argument. Set stdout_closed before testing for ferror, not after.
23253         (fwriteerror, fwriteerror_no_ebadf): New functions.
23254
23255 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23256
23257         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
23258
23259 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
23260
23261         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
23262         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
23263
23264 2006-09-28  Jim Meyering  <jim@meyering.net>
23265
23266         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
23267         Include <unistd.h>.
23268
23269 2006-09-28  Bruno Haible  <bruno@clisp.org>
23270
23271         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
23272         * modules/linkedhash-list (Depends-on): Likewise.
23273         * modules/rbtreehash-list (Depends-on): Likewise.
23274
23275 2006-09-28  Bruno Haible  <bruno@clisp.org>
23276
23277         * lib/strndup.h: Simplify the redefinition of strndup.
23278         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
23279         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
23280
23281 2006-09-28  Bruno Haible  <bruno@clisp.org>
23282
23283         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
23284         * lib/gl_linkedhash_list.c: Likewise.
23285         * lib/gl_rbtreehash_list.c: Likewise.
23286
23287 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
23288
23289         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
23290         getaddrinfo.
23291
23292         * lib/__fpending.h: Don't include <stdio_ext.h> unless
23293         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
23294         it causes <stdio_ext.h> to cause a compile-time error.
23295         Problem reported by Nelson H. F. Beebe.
23296         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
23297         of HAVE_DECL___PENDING.
23298
23299         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
23300         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
23301         declaration.
23302
23303 2006-09-27  Jim Meyering  <jim@meyering.net>
23304
23305         This file could end up with a definition for a function
23306         named __strndup, rather than rpl_strndup on a system with
23307         incomplete weak_alias support.
23308         * lib/strndup.c (strndup): Rename from __strndup.
23309         Remove #defines that used to map __strndup to strndup.
23310         Don't use K&R prototypes.
23311         Remove LIBC-related code, since this file is not sync'd with glibc.
23312         * lib/strndup.h: Revamp, accordingly.
23313         * m4/strndup.m4: Modernize.
23314
23315 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
23316
23317         * modules/savewd (Depends-on): Add 'raise'.
23318         * lib/savewd.c: Include <signal.h>, for 'raise'.
23319
23320 2006-09-26  Jim Meyering  <jim@meyering.net>
23321
23322         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
23323         when we detect Darwin 8.7.0's acl_get_file bug.
23324         Rearrange to perform the new (below) run-test while $LIBS
23325         contains any acl-related library.  Set USE_ACL at the end.
23326         (gl_ACL_GET_FILE): New function.
23327
23328 2006-09-26  Eric Blake  <ebb9@byu.net>
23329
23330         * lib/verror.c: Include <config.h> unconditionally.
23331
23332 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
23333
23334         * modules/clock-time (Maintainer): Add self.
23335         * modules/getlogin_r (Depends-on): Add extensions.
23336
23337 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23338
23339         * modules/clock-time: New module.
23340         * modules/nanosleep (Depends-on): Add clock-time.
23341         * modules/gethrxtime (Depends-on): Likewise.
23342         * modules/gettime (Depends-on): Likewise.
23343         * modules/settime (Depends-on): Likewise.
23344
23345         * modules/fts-lgpl: Depend on openat.
23346         * modules/mkancesdirs: Depend on savewd.
23347         * modules/mkdir-p: Likewise.
23348
23349 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23350
23351         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
23352
23353         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
23354         `gl_have_arbitrary_file_name_length_limit' to
23355         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
23356         actually works between configure runs.
23357
23358 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23359             Bruno Haible  <bruno@clisp.org>
23360
23361         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
23362
23363 2006-09-25  Jim Meyering  <jim@meyering.net>
23364
23365         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
23366         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
23367
23368 2006-09-25  Eric Blake  <ebb9@byu.net>
23369
23370         * gnulib-tool (func_import, func_create_testdir): Fix typos in
23371         exec's in 2006-09-18 patch when shuffling fds.
23372
23373 2006-09-25  Bruno Haible  <bruno@clisp.org>
23374
23375         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
23376         Reported by Jim Meyering.
23377
23378 2006-09-24  Jim Meyering  <jim@meyering.net>
23379
23380         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
23381         compare a pointer against a literal "0".  That caused failures with
23382         at least HP-UX's hpcc.
23383
23384 2006-09-22  Simon Josefsson  <jas@extundo.com>
23385
23386         * modules/gc-sha1:
23387         * modules/gc-md4:
23388         * modules/gc-hmac-sha1:
23389         * modules/gc-hmac-md5:
23390         * modules/gc-des:
23391         * modules/gc-arcfour: Distribute more files.
23392
23393 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23394
23395         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
23396         (gl_linked_iterator_from_to): Initialize struct completely.
23397         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
23398         (gl_tree_iterator_from_to): Likewise
23399         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
23400         * lib/gl_array_list.c [lint] (gl_array_iterator)
23401         (gl_array_iterator_from_to): Likewise.
23402         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
23403         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
23404         (gl_carray_iterator_from_to): Likewise.
23405
23406         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
23407         * lib/md4.c (md4_process_block): Remove unused variable.
23408         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
23409         parentheses for clarity.
23410
23411 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23412
23413         * modules/bison-i18n (Depends-on): Add gettext.
23414
23415 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23416
23417         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
23418         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
23419         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
23420         also add missing comma that caused broken test.
23421         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
23422         stdlib.h, for `abort'.
23423         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
23424         variables.
23425         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
23426         include unistd.h if present, for `rmdir'.
23427         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
23428         variables.
23429         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
23430         in the process include standard headers for prototypes.
23431         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
23432         gets declared on GNU/Linux.
23433         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
23434         unistd.h, for `rmdir'.
23435         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
23436
23437         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
23438         always true.
23439         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
23440
23441         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
23442
23443 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23444
23445         * gnulib-tool (func_version): Create output all at once.  This
23446         may help avoid triggering unnecessary SIGPIPEs, and at any
23447         rate it doesn't hurt.
23448
23449 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23450             Bruno Haible  <bruno@clisp.org>
23451
23452         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
23453         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
23454         * m4/signed.m4 (bh_C_SIGNED): Likewise.
23455
23456         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
23457         (gl_FUNC_VASPRINTF): Invoke it.
23458
23459 2006-09-22  Bruno Haible  <bruno@clisp.org>
23460
23461         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
23462         getloadavg.c as first argument.
23463
23464 2006-09-22  Bruno Haible  <bruno@clisp.org>
23465
23466         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
23467         at the beginning of the gl_INIT macro.
23468         * modules/getloadavg (configure.ac): Pass $gl_source_base to
23469         gl_GETLOADAVG.
23470
23471 2006-09-22  Bruno Haible  <bruno@clisp.org>
23472
23473         * gnulib-tool (func_create_megatestdir): Don't include the config-h
23474         module.
23475         Suggested by Ralf Wildenhues.
23476
23477 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23478
23479         Import this patch from libc:
23480
23481         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
23482
23483         * lib/regex_internal.c (re_string_reconstruct): Handle
23484         offset < pstr->valid_raw_len && pstr->offsets_needed case.
23485         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
23486         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
23487         re_string_context_at.
23488
23489         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
23490         now requires it.
23491         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
23492         gl_REGEX now does it for us.
23493         (gl_REGEX): Add test taken from
23494         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
23495
23496         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
23497         Check that large offsets work.  Modernize Autoconf usages.
23498         Prefer "yes" to mean a good thing rather than a bad.
23499         Don't put "#define mkstemp" in config.h, as this might interfere
23500         with standard system headers that "#define mkstemp mkstemp64".
23501
23502         * modules/mkstemp (Depends-on): Add extensions, so that
23503         mkstemp is visible on some platforms.
23504         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
23505         (Include): Change to "mkstemp.h" from <stdlib.h>.
23506         (Files): Add mkstemp.h.
23507
23508         * lib/mkstemp.h: New file, since some standard headers
23509         #define mkstemp.
23510         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
23511         Include "mkstemp.h".
23512         Make the _LIBC code resemble glibc original more,
23513         e.g., use K&R style.
23514         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
23515         (mkstemp): Remove, since mkstemp.h does this for us.
23516         * lib/stdlib--.h: Include mkstemp.h.
23517
23518         Import this patch from libc:
23519
23520         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23521
23522         * lib/tempname.c (__gen_tempname): Change attempts_min
23523         into a macro.  Use preprocessor to decide how to initialize
23524         attempts [Coverity CID 67].
23525
23526 2006-09-20  Bruno Haible  <bruno@clisp.org>
23527
23528         * lib/mkdtemp.c: Import from libc.
23529         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
23530                 * sysdeps/posix/tempname.c (__gen_tempname): Change
23531                 attempts_min into a macro.  Use preprocessor to decide how to
23532                 initialize attempts [Coverity CID 67].
23533         2001-11-27  Paul Eggert  <eggert@twinsun.com>
23534                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
23535                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
23536
23537 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23538
23539         * gnulib-tool (func_exit): New function, to allow to pass the
23540         exit status portably through the trap.  Use everywhere.
23541         (--help, --version): Signal a write error.
23542         (trap): catch SIGPIPE, for write errors.
23543         Exit at the end of the trap, with the correct exit status.
23544
23545 2006-09-19  Karl Berry  <karl@gnu.org>
23546
23547         * doc/gnulib.texi: note about the license texinfo files.
23548
23549 2006-09-19  Eric Blake  <ebb9@byu.net>
23550
23551         * gnulib-tool: Avoid space-tab.
23552
23553 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23554
23555         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
23556         that prevented coreutils 6.1 from building.  Problem reported
23557         by Petter Reinholdtsen.
23558
23559 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
23560
23561         * gnulib-tool (avoidlist): Fix typo that broke options like
23562         --avoid=lock that are used by coreutils bootstrap.
23563
23564 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
23565
23566         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
23567         more systematically.
23568
23569 2006-09-18  Jim Meyering  <jim@meyering.net>
23570
23571         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
23572
23573 2006-09-18  Bruno Haible  <bruno@clisp.org>
23574
23575         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
23576
23577 2006-09-18  Bruno Haible  <bruno@clisp.org>
23578
23579         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
23580         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
23581         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
23582         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
23583         * m4/gettext.m4: Require autoconf >= 2.52.
23584         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
23585         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
23586         of gl_cv_header_inttypes_h.
23587
23588 2006-09-18  Bruno Haible  <bruno@clisp.org>
23589
23590         * lib/javaversion.c: Include configmake.h.
23591
23592 2006-09-18  Bruno Haible  <bruno@clisp.org>
23593
23594         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
23595         avoid that the while loops be executed in a subshell.
23596
23597 2006-09-18  Bruno Haible  <bruno@clisp.org>
23598
23599         * MODULES.html.sh (func_module): Break long lines.
23600         Suggested by Bruce Korb <bkorb@gnu.org>.
23601
23602 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23603
23604         Speed up by a factor of 1.12.
23605         * gnulib-tool (nl): New variable.
23606         (func_import): Rewrite include directive extraction to only read each
23607         directive once.
23608
23609 2006-09-17  Bruno Haible  <bruno@clisp.org>
23610
23611         * modules/javaversion (Makefile.am): Remove DEFS setting.
23612         (Depends-on): Add configmake, for PKGDATADIR definition.
23613
23614 2006-09-17  Bruno Haible  <bruno@clisp.org>
23615
23616         * gnulib-tool (func_create_testdir): Rewrite all files at once.
23617
23618 2006-09-17  Bruno Haible  <bruno@clisp.org>
23619
23620         * gnulib-tool (func_append): New function, stolen from libtool.m4.
23621         (func_modules_transitive_closure, func_modules_add_dummy,
23622         func_modules_to_filelist, func_import, func_create_testdir,
23623         func_create_megatestdir, ...): Use it wherever possible.
23624         Suggested by Ralf Wildenhues.
23625
23626 2006-09-16  Karl Berry  <karl@gnu.org>
23627
23628         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
23629         to avoid sectioning errors.
23630         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
23631         [ifinfo]: blank line after @center-ed titles.
23632         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
23633         Spell FSF address consistently with others.
23634         (These changes approved by rms.)
23635
23636 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23637
23638         Speed up by a factor of 1.61.
23639         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
23640         already checked module names again.
23641
23642 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23643
23644         Speed up by a factor of 1.13.
23645         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
23646         for new_files, and the input to func_add_or_update.
23647
23648 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23649
23650         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
23651         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
23652
23653 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23654
23655         * modules/mkancesdirs (Depends-on): Add fcntl.
23656         * modules/savewd: New file.
23657         * MODULES.html.sh (File system functions): Add savewd.
23658
23659         * modules/configmake (Makefile.am): Add support for the
23660         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
23661
23662 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23663
23664         * m4/savewd.m4: New file.
23665
23666 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23667
23668         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
23669         (dirchownmod): New arg FD.  All callers changed.
23670         Use FD rather than opening the directory ourself, as opening is
23671         now the caller's responsibility.
23672         * lib/dirchownmod.h: Likewise.
23673         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
23674         hosts that require <sys/types.h> before <sys/stat.h>.  Include
23675         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
23676         (test_dir): Remove.
23677         (mkancesdirs): Return length of prefix of FILE that has already
23678         been made, or -2 if there is a child doing the work.  Redo
23679         algorithm so that it is O(N) rather than O(N**2).  Optimize away
23680         ".", and treat ".." specially since it might stray back into
23681         already-created areas.  Use a subprocess if necessary.  New arg
23682         WD; all users changed.  MAKE_DIR function should now return 1
23683         if it creates a directory that is not readable.  Return -2 if
23684         a child process is spun off.
23685         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
23686         Adjust signature to match code.
23687         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
23688         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
23689         all users changed.
23690         * lib/savewd.c, lib/savewd.h: New files.
23691
23692 2006-09-15  Jim Meyering  <jim@meyering.net>
23693
23694         * modules/rename-dest-slash: New module.
23695         * MODULES.html.sh (posix_compat): Add it here.
23696
23697         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
23698
23699 2006-09-15  Jim Meyering  <jim@meyering.net>
23700
23701         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
23702         file.
23703
23704         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
23705
23706 2006-09-15  Jim Meyering  <jim@meyering.net>
23707
23708         * lib/rename-dest-slash.c (has_trailing_slash): Use
23709         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
23710         (rpl_rename_dest_slash): Perform the cheaper trailing slash
23711         test before testing whether SRC is a directory.
23712         Suggestions from Bruno Haible.
23713
23714         Avoid a warning about an unused variable.
23715         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
23716         into the #ifdef block where it's used.
23717
23718         * lib/rename-dest-slash.c: New file.
23719
23720 2006-09-14  Bruno Haible  <bruno@clisp.org>
23721
23722         * lib/allocsa.c: Include <config.h> unconditionally.
23723         * lib/asnprintf.c: Likewise.
23724         * lib/asprintf.c: Likewise.
23725         * lib/c-strcasecmp.c: Likewise.
23726         * lib/c-strcasestr.c: Likewise.
23727         * lib/c-strncasecmp.c: Likewise.
23728         * lib/c-strstr.c: Likewise.
23729         * lib/classpath.c: Likewise.
23730         * lib/clean-temp.c: Likewise.
23731         * lib/concatpath.c: Likewise.
23732         * lib/copy-file.c: Likewise.
23733         * lib/csharpcomp.c: Likewise.
23734         * lib/csharpexec.c: Likewise.
23735         * lib/execute.c: Likewise.
23736         * lib/fatal-signal.c: Likewise.
23737         * lib/findprog.c: Likewise.
23738         * lib/fwriteerror.c: Likewise.
23739         * lib/gl_array_list.c: Likewise.
23740         * lib/gl_array_oset.c: Likewise.
23741         * lib/gl_avltree_list.c: Likewise.
23742         * lib/gl_avltree_oset.c: Likewise.
23743         * lib/gl_avltreehash_list.c: Likewise.
23744         * lib/gl_carray_list.c: Likewise.
23745         * lib/gl_linked_list.c: Likewise.
23746         * lib/gl_linkedhash_list.c: Likewise.
23747         * lib/gl_list.c: Likewise.
23748         * lib/gl_oset.c: Likewise.
23749         * lib/gl_rbtree_list.c: Likewise.
23750         * lib/gl_rbtree_oset.c: Likewise.
23751         * lib/gl_rbtreehash_list.c: Likewise.
23752         * lib/imaxabs.c: Likewise.
23753         * lib/imaxdiv.c: Likewise.
23754         * lib/javacomp.c: Likewise.
23755         * lib/javaexec.c: Likewise.
23756         * lib/javaversion.c: Likewise.
23757         * lib/linebreak.c: Likewise.
23758         * lib/localcharset.c: Likewise.
23759         * lib/lock.c: Likewise.
23760         * lib/mbchar.c: Likewise.
23761         * lib/mbswidth.c: Likewise.
23762         * lib/mkdtemp.c: Likewise.
23763         * lib/pipe.c: Likewise.
23764         * lib/printf-args.c: Likewise.
23765         * lib/printf-parse.c: Likewise.
23766         * lib/progname.c: Likewise.
23767         * lib/progreloc.c: Likewise.
23768         * lib/readlink.c: Likewise.
23769         * lib/sh-quote.c: Likewise.
23770         * lib/stpcpy.c: Likewise.
23771         * lib/stpncpy.c: Likewise.
23772         * lib/strcasecmp.c: Likewise.
23773         * lib/strcasestr.c: Likewise.
23774         * lib/strcspn.c: Likewise.
23775         * lib/striconv.c: Likewise.
23776         * lib/strncasecmp.c: Likewise.
23777         * lib/strnlen1.c: Likewise.
23778         * lib/strstr.c: Likewise.
23779         * lib/strtok_r.c: Likewise.
23780         * lib/tls.c: Likewise.
23781         * lib/tmpdir.c: Likewise.
23782         * lib/unicodeio.c: Likewise.
23783         * lib/unsetenv.c: Likewise.
23784         * lib/vasnprintf.c: Likewise.
23785         * lib/vasprintf.c: Likewise.
23786         * lib/wait-process.c: Likewise.
23787         * lib/xallocsa.c: Likewise.
23788         * lib/xsetenv.c: Likewise.
23789         * lib/xstriconv.c: Likewise.
23790
23791 2006-09-13  Simon Josefsson  <jas@extundo.com>
23792
23793         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
23794         that internally, suggested by Ralf Wildenhues
23795         <Ralf.Wildenhues@gmx.de>.
23796
23797 2006-09-13  Simon Josefsson  <jas@extundo.com>
23798
23799         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
23800         @LIBOBJS@.
23801         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23802
23803 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23804
23805         * lib/_fpending.c: Include <config.h> unconditionally, since we no
23806         longer worry about uses that don't define HAVE_CONFIG_H.
23807         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
23808         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
23809         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
23810         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
23811         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
23812         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
23813         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
23814         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
23815         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
23816         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
23817         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
23818         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
23819         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
23820         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
23821         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
23822         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
23823         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
23824         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
23825         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
23826         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
23827         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
23828         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
23829         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
23830         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
23831         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
23832         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
23833         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
23834         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
23835         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
23836         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
23837         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
23838         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
23839         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
23840         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
23841         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
23842         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
23843         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
23844         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
23845         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
23846         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
23847         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
23848         Likewise.
23849
23850 2006-09-13  Eric Blake  <ebb9@byu.net>
23851
23852         * lib/getopt.c: Fix typo in last commit.
23853
23854 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23855
23856         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
23857         dgettext.
23858
23859 2006-09-12  Jim Meyering  <jim@meyering.net>
23860
23861         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
23862         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
23863         Reported by Nelson H. F. Beebe.
23864
23865 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23866
23867         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
23868         program_invocation_name and program_invocation_short_name are
23869         initialized.
23870         * lib/argp-namefrob.h: Move declarations of program_invocation_name
23871         and program_invocation_short_name to argp.h, so they are visible
23872         to user programs.
23873         * lib/argp.h: Likewise
23874
23875 2006-09-10  Bruno Haible  <bruno@clisp.org>
23876
23877         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23878         m4/inttypes_h.m4, m4/uintmax_t.m4.
23879
23880 2006-09-10  Bruno Haible  <bruno@clisp.org>
23881
23882         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
23883         gl_AC_TYPE_UINTMAX_T.
23884
23885 2006-09-10  Bruno Haible  <bruno@clisp.org>
23886
23887         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
23888
23889 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23890
23891         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
23892         convention.  Text proposed by Bruno Haible.
23893         (struct argp_option): Document the use of N_() wrappers.
23894
23895         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
23896         '\v', and translate the two parts separately, instead of feeding
23897         the whole string to gettext.  This allows to exclude
23898         '\v' from the strings visible to the translator by writing doc
23899         strings as N_("..") "\v" N_("..").
23900
23901 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
23902
23903         * config/srclist.txt: Undo latest change; the bug was fixed.
23904
23905 2006-09-09  Bruno Haible  <bruno@clisp.org>
23906
23907         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
23908         assignments if building a library without libtool.
23909         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
23910         in func_emit_lib_Makefile_am.
23911         (func_import): When building a static library libfoo.a, arrange to
23912         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
23913         (func_create_testdir): Likewise.
23914         * modules/gc (configure.ac, Makefile.am): If building statically,
23915         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
23916         * modules/iconvme (configure.ac, Makefile.am): Likewise.
23917         * modules/striconv (configure.ac, Makefile.am): Likewise.
23918         Based on a suggestion by Ralf Wildenhues.
23919
23920 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23921
23922         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
23923         Check for unistd.h too, since Autoconf doesn't assume POSIX.
23924         Also:
23925
23926         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23927         Add year_2050_test to catch glibc bug 2821
23928         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
23929
23930         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23931         Prefer #ifdef to #if.
23932
23933         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
23934         Return from 'main' instead of calling 'exit'.
23935
23936 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23937
23938         * lib/mktime.c (guess_time_tm): Fix bug where mktime
23939         returned the maximum time_t value rather than (time_t) -1.
23940         Problem originally reported by William Bardwell
23941         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
23942
23943         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
23944         Moved to here ...
23945         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
23946         ... from here.
23947
23948 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23949
23950         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
23951         2821 is fixed.
23952
23953 2006-09-08  Jim Meyering  <jim@meyering.net>
23954
23955         Don't make generated files read-only.  That would bother too many
23956         people.  However, do retain the ability to work when targets are
23957         read-only: remove the destination and temporary files before writing
23958         them (when generated via sed or echo), or by using the -f option for
23959         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
23960         * modules/alloca-opt, modules/argz, modules/arpa_inet:
23961         * modules/byteswap, modules/configmake, modules/fcntl:
23962         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
23963         * modules/localcharset, modules/netinet_in, modules/poll:
23964         * modules/stdbool, modules/stdint, modules/sys_select:
23965         * modules/sys_socket, modules/sys_stat, modules/sysexits:
23966
23967 2006-09-08  Jim Meyering  <jim@meyering.net>
23968
23969         Avoid new build failure on FreeBSD 6.0.
23970         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
23971         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
23972         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
23973
23974 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23975
23976         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
23977
23978 2006-09-07  Jim Meyering  <jim@meyering.net>
23979
23980         Fix global typo in last change: use chmod u-w, not chmod u-x.
23981         Spotted by Paul Eggert and Bruce Korb.
23982         * modules/alloca-opt, modules/argz, modules/arpa_inet:
23983         * modules/byteswap, modules/configmake, modules/fcntl:
23984         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
23985         * modules/localcharset, modules/netinet_in, modules/poll:
23986         * modules/stdbool, modules/stdint, modules/sys_select:
23987         * modules/sys_socket, modules/sys_stat, modules/sysexits:
23988
23989 2006-09-06  Jim Meyering  <jim@meyering.net>
23990
23991         Make generated files be read-only.
23992         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
23993         Ensure that each generated file is now read-only.
23994         * modules/argz: Likewise.
23995         * modules/arpa_inet: Likewise.
23996         * modules/byteswap: Likewise.
23997         * modules/configmake: Likewise.
23998         * modules/fcntl: Likewise.
23999         * modules/fnmatch: Likewise.
24000         * modules/getopt: Likewise.
24001         * modules/glob: Likewise.
24002         * modules/inttypes: Likewise.
24003         * modules/netinet_in: Likewise.
24004         * modules/poll: Likewise.
24005         * modules/stdbool: Likewise.
24006         * modules/stdint: Likewise.
24007         * modules/sys_select: Likewise.
24008         * modules/sys_socket: Likewise.
24009         * modules/sys_stat: Likewise.
24010         * modules/sysexits: Likewise.
24011         * modules/localcharset: Same as above, but continue using temporary
24012         file named "t-$@" (why different?) rather than the "$@-t" used
24013         everywhere else.
24014
24015         * modules/sysexits (Makefile.am): Replace literal occurrences
24016         of "sysexit.h" more readable, and more consistent, "$@".
24017
24018 2006-09-06  Bruno Haible  <bruno@clisp.org>
24019
24020         * modules/striconv: New file.
24021         * modules/xstriconv: New file.
24022         * MODULES.html.sh (Internationalization functions): Add striconv,
24023         xstriconv.
24024
24025 2006-09-06  Bruno Haible  <bruno@clisp.org>
24026
24027         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
24028         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
24029         not using libtool correctly.
24030
24031 2006-09-06  Bruno Haible  <bruno@clisp.org>
24032
24033         * lib/striconv.h: New file.
24034         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
24035         iconvstring.c.
24036         * lib/xstriconv.h: New file.
24037         * lib/xstriconv.c: New file.
24038
24039 2006-09-06  Bruno Haible  <bruno@clisp.org>
24040
24041         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
24042         lib_..._LDFLAGS.
24043
24044 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24045
24046         * lib/argz_.h: Sync from Libtool.
24047
24048         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
24049                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24050
24051         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
24052
24053 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24054
24055         * modules/trim: New file.
24056
24057 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
24058
24059         * lib/trim.h: New file.
24060         * lib/trim.c: New file.
24061
24062 2006-09-05  Bruno Haible  <bruno@clisp.org>
24063
24064         * MODULES.html.sh (String handling): Add trim.
24065
24066 2006-09-04  Karl Berry  <karl@gnu.org>
24067
24068         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
24069         until next release.
24070
24071 2006-09-03  Bruno Haible  <bruno@clisp.org>
24072
24073         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
24074         correctly.
24075
24076 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24077
24078         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
24079         not gl_GETLOADAVG.  Omit unneeded semicolons.
24080         Problems reported by Ralf Wildenhues in
24081         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24082         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
24083         at the end, which is the usual gnulib style.
24084
24085         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
24086         of doing all the work ourselves.
24087         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
24088         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
24089
24090 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24091
24092         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
24093         Problem reported by Ralf Wildenhues in
24094         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
24095
24096         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
24097         HAVE_STRUCT_STATFS_F_FSTYPENAME.
24098
24099 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
24100
24101         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
24102         yesterday's patch by changing test -n to test -z.
24103
24104 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24105
24106         * modules/getloadavg (Files): Add m4/getloadavg.m4.
24107         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
24108         the former is now obsolescent.
24109
24110         * modules/chdir-long (Depends-on): Add fcntl.
24111
24112 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24113
24114         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
24115         obsolescent, and programs should use gnulib instead.
24116         * m4/getloadavg.m4: New file, with contents taken from Autoconf
24117         but with prefixes changed.
24118
24119 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
24120
24121         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
24122         or stdbool.h, because they might not exist while configuring.
24123
24124         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
24125         Don't include unistd.h or limits.h; not needed, since chdir-long.h
24126         does that for us.
24127         (O_DIRECTORY): Remove.
24128
24129 2006-08-31  Eric Blake  <ebb9@byu.net>
24130
24131         * gnulib-tool: Don't let emacs change spaces to TAB.
24132
24133 2006-08-31  Bruno Haible  <bruno@clisp.org>
24134
24135         * gnulib-tool: When calling func_import more than once, do it in a
24136         subshell.
24137         Reported by Eric Blake <ebb9@byu.net>.
24138
24139 2006-08-31  Bruno Haible  <bruno@clisp.org>
24140
24141         * gnulib-tool (nl): Remove variable.
24142         (sed_transform_lib_file): Use more robust test for config-h module.
24143         (func_import): Fix typo in 2006-08-25 patch.
24144
24145 2006-08-31  Bruno Haible  <bruno@clisp.org>
24146
24147         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
24148         specified, augment Makefile.am variables instead of assigning them.
24149
24150 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24151
24152         Work around a bug in both the Linux and SunOS 64-bit kernels:
24153         nanosleep mishandles sleeps for longer than 2**31 seconds.
24154         Problem reported by Frank v Waveren in
24155         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24156         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
24157         Check for nanosleep bug.
24158         (LIB_NANOSLEEP): Append clock_gettime library if needed.
24159
24160 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24161
24162         Work around a bug in both the Linux and SunOS 64-bit kernels:
24163         nanosleep mishandles sleeps for longer than 2**31 seconds.
24164         Problem reported by Frank v Waveren in
24165         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
24166         * lib/nanosleep.c (BILLION): New constant.
24167         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
24168         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
24169         implementation.
24170
24171 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24172
24173         * modules/nanosleep (Depends-on): Add gettime.
24174
24175 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
24176         and Simon Josefsson  <jas@extundo.com>
24177         and Oskar Liljeblad  <oskar@osk.mine.nu>
24178
24179         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
24180         * gnulib-tool (func_import): New license type 'unmodifiable license
24181         text'.
24182         * modules/fdl: Use it.  Longer description.
24183         * module/gpl, module/lgpl: New files.
24184
24185 2006-08-30  Jim Meyering  <jim@meyering.net>
24186
24187         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
24188         shadowing the parameter.
24189
24190 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24191
24192         Sync from Libtool:
24193
24194         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24195
24196         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
24197         sharing with gnulib.  Report by Eric Blake.
24198
24199 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24200
24201         * modules/isapipe: New file.
24202         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
24203
24204 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24205
24206         * modules/configmake (Makefile.am): Add a comment, and omit
24207         the CONFIGMAKE_ prefix from generated macro names.  Suggested
24208         by Bruno Haible.
24209
24210 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24211
24212         * m4/isapipe.m4: New file.
24213
24214 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
24215
24216         * lib/isapipe.c, lib/isapipe.h: New files.
24217
24218 2006-08-29  Jim Meyering  <jim@meyering.net>
24219
24220         * modules/configmake (Makefile.am): Make configmake.h depend on
24221         Makefile.  Otherwise, a stale configmake.h could hang around.
24222
24223 2006-08-29  Eric Blake  <ebb9@byu.net>
24224
24225         * lib/error.c (error_at_line, print_errno_message): Match libc, after
24226         resolution of upstream bug 3044.
24227
24228 2006-08-29  Bruno Haible  <bruno@clisp.org>
24229
24230         * modules/localcharset (Depends-on): Add configmake.
24231         (Makefile.am): Remove setting of LIBDIR through DEFS.
24232
24233 2006-08-29  Bruno Haible  <bruno@clisp.org>
24234
24235         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
24236         defined.
24237
24238 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24239
24240         * modules/fcntl: New file.
24241         * modules/chdir-safer (Depends-on): Add fcntl.
24242         * modules/fts: Likewise.
24243         * modules/mkdir-p: Likewise.
24244
24245         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
24246         This undoes the most recent change, since we're now addressing the
24247         problem in a different way.
24248
24249         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
24250         into output, since the output might be called Makefile.am even
24251         if $makefile_name is something different.
24252         (func_import): Use $makefile_am rather than
24253         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
24254         empty.
24255
24256         * modules/inttypes (Files): Add m4/inttypes-h.m4.
24257
24258 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24259
24260         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
24261         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
24262         recent change to stdint.m4, since we're now addressing the problem in a
24263         different way.
24264
24265 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24266
24267         * m4/fcntl_h.m4: New file.
24268
24269 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
24270
24271         * lib/fcntl_.h: New file.
24272         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
24273         the fcntl module.
24274         * lib/dirchownmod.c: Likewise.
24275         * lib/fts.c: Likewise.
24276
24277         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
24278         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
24279         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
24280         just before including <inttypes.h>, to avoid circular inclusion.
24281
24282 2006-08-28  Jim Meyering  <jim@meyering.net>
24283
24284         * doc/visibility.texi: Actually read and correct the grammar of the
24285         sentence affected by yesterday's change.
24286
24287 2006-08-28  Eric Blake  <ebb9@byu.net>
24288
24289         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
24290         needs wrapper.
24291
24292 2006-08-28  Eric Blake  <ebb9@byu.net>
24293
24294         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
24295
24296 2006-08-28  Eric Blake  <ebb9@byu.net>
24297
24298         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
24299
24300 2006-08-28  Bruno Haible  <bruno@clisp.org>
24301
24302         * modules/c-strstr: New file, from GNU gettext.
24303         * MODULES.html.sh (String handling): Add c-strstr.
24304
24305 2006-08-28  Bruno Haible  <bruno@clisp.org>
24306
24307         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
24308         macros.
24309         Reported by Eric Blake.
24310
24311 2006-08-28  Bruno Haible  <bruno@clisp.org>
24312
24313         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
24314         (VASNPRINTF): Return a string of length > INT_MAX without failing.
24315         * lib/vasprintf.c: Include errno.h, limits.h.
24316         (EOVERFLOW): New fallback definition.
24317         (vasprintf): Test here whether the string length is > INT_MAX.
24318         * lib/vsnprintf.c: Include errno.h, limits.h.
24319         (EOVERFLOW): New fallback definition.
24320         (vsnprintf): Fix bug when generated string was too long for the buffer.
24321         Test here whether the string length is > INT_MAX.
24322
24323 2006-08-28  Bruno Haible  <bruno@clisp.org>
24324
24325         * lib/inttypes_.h (SCNX*): Remove definitions.
24326         Reported by Eric Blake.
24327
24328 2006-08-28  Bruno Haible  <bruno@clisp.org>
24329
24330         * lib/c-strstr.h: New file, from GNU gettext.
24331         * lib/c-strstr.c: New file, from GNU gettext.
24332
24333 2006-08-28  Bruno Haible  <bruno@clisp.org>
24334
24335         * gnulib-tool: Reorder some statements.
24336
24337 2006-08-28  Bruno Haible  <bruno@clisp.org>
24338
24339         * gnulib-tool: New option --makefile-name.
24340         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
24341         $makefile_name.
24342         (func_import): Write $makefile_name to the cache file, and read it from
24343         there unless explicitly specified. Use $makefile_name as file name
24344         instead of Makefile.am. Adjust the recommendations accordingly.
24345
24346 2006-08-28  Bruno Haible  <bruno@clisp.org>
24347
24348         * gnulib-tool (func_verify_module): Check against misapplying patch.
24349
24350 2006-08-28  Bruno Haible  <bruno@clisp.org>
24351
24352         * gnulib-tool (func_relativize, func_relconcat): New functions.
24353         Give an error if --local-dir is given with --update.
24354         Remove trailing slashes from $local_gnulib_dir.
24355         (func_import): Store the relativized $local_gnulib_dir in
24356         gnulib-cache.m4, and read it from there if not specified explicitly.
24357
24358 2006-08-28  Bruno Haible  <bruno@clisp.org>
24359
24360         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
24361         is the current directory. Respect also $local_gnulib_dir.
24362
24363 2006-08-28  Bruno Haible  <bruno@clisp.org>
24364             Simon Josefsson  <jas@extundo.com>
24365
24366         BeOS portability.
24367         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
24368
24369 2006-08-27  Jim Meyering  <jim@meyering.net>
24370
24371         * doc/visibility.texi: Remove duplicate word: "pointer".
24372
24373 2006-08-26  Bruno Haible  <bruno@clisp.org>
24374
24375         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
24376         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
24377         (Makefile.am): Create inttypes.h from inttypes_.h.
24378         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
24379
24380         * modules/imaxabs: New file.
24381
24382         * modules/imaxdiv: New file.
24383
24384 2006-08-26  Bruno Haible  <bruno@clisp.org>
24385
24386         * m4/inttypes.m4: New file.
24387         * m4/_inttypes_h.m4: Remove file.
24388         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
24389         PRI_MACROS_BROKEN.
24390         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
24391
24392         * m4/imaxabs.m4: New file.
24393
24394         * m4/imaxdiv.m4: New file.
24395
24396 2006-08-26  Bruno Haible  <bruno@clisp.org>
24397
24398         * lib/inttypes_.h: New file.
24399         * lib/inttypes.h: Remove file.
24400         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
24401
24402         * lib/imaxabs.c: New file.
24403
24404         * lib/imaxdiv.c: New file.
24405
24406 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24407
24408         New config-h module, so that "make" output needn't be cluttered
24409         by -DHAVE_CONFIG_H.
24410         * MODULES.html.sh (Support for building libraries and executables):
24411         Add config-h.
24412         * modules/config-h: New file.
24413         * gnulib-tool (nl, sed_transform_lib_file): New vars.
24414         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
24415         the config-h module is used.
24416
24417         New configmake module, so that "make" output needn't be cluttered
24418         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
24419         * MODULES.html.sh (Support for building libraries and executables):
24420         Add configmake.
24421         * modules/configmake: New file.
24422
24423 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24424
24425         * m4/config-h.m4: New file.
24426
24427 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24428
24429         * config/srclist.txt: Add elisp-comp.
24430
24431 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24432
24433         * MODULES.html.sh (Support for building libraries and executables):
24434         Add elisp-comp.
24435         * build-aux/elisp-comp: New file.
24436         * modules/elisp-comp: New file.
24437
24438 2006-08-24  Bruno Haible  <bruno@clisp.org>
24439
24440         * gnulib-tool (func_create_testdir): Use non-default values of
24441         sourcebase and m4base.
24442
24443 2006-08-24  Bruno Haible  <bruno@clisp.org>
24444
24445         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
24446         HTML structure.
24447
24448 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24449
24450         * modules/openat (Depends-on): Add lchown.
24451
24452 2006-08-23  Bruno Haible  <bruno@clisp.org>
24453
24454         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
24455         of gl_LOCK_EARLY instead of gl_LOCK.
24456
24457 2006-08-23  Bruno Haible  <bruno@clisp.org>
24458
24459         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
24460         on OSF/1 to no.
24461         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
24462
24463 2006-08-23  Bruno Haible  <bruno@clisp.org>
24464
24465         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
24466         as unusable.
24467
24468         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
24469         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
24470         (gl_LOCK): New macro.
24471
24472 2006-08-22  Simon Josefsson  <jas@extundo.com>
24473
24474         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
24475         to md5 module.
24476
24477 2006-08-22  Simon Josefsson  <jas@extundo.com>
24478
24479         * MODULES.html.sh: Add "Support for maintaining and release
24480         projects".
24481
24482         * build-aux/gnupload: New file, from coreutils.
24483
24484 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24485
24486         Avoid the need for AC_LIBSOURCES in m4 macros.
24487         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
24488         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
24489         * modules/check-version (EXTRA_DIST): Add check-version.h.
24490         * modules/crc (EXTRA_DIST): Add crc.h.
24491         * modules/des (EXTRA_DIST): Add des.h.
24492         * modules/gc (EXTRA_DIST): Add gc.h.
24493         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
24494         * modules/getline (EXTRA_DIST): Add getline.h.
24495         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
24496         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
24497         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
24498         * modules/md2 (EXTRA_DIST): Add md2.h.
24499         * modules/md4 (EXTRA_DIST): Add md4.h.
24500         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
24501         * modules/read-file (EXTRA_DIST): Add read-file.h.
24502         * modules/readline (EXTRA_DIST): Add readline.h.
24503         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
24504         rijndael-api-fst.h.
24505
24506 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24507
24508         * m4/rijndael.m4 (gl_ARCFOUR):
24509         * m4/arctwo.m4 (gl_ARCTWO):
24510         * m4/check-version.m4 (gl_CHECK_VERSION):
24511         * m4/crc.m4 (gl_CRC):
24512         * m4/des.m4 (gl_DES):
24513         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
24514         * m4/gc.m4 (gl_GC):
24515         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
24516         * m4/getline.m4 (gl_FUNC_GETLINE):
24517         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
24518         * m4/hmac-md5.m4 (gl_HMAC_MD5):
24519         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
24520         * m4/md2.m4 (gl_MD2):
24521         * m4/md4.m4 (gl_MD4):
24522         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
24523         * m4/read-file.m4 (gl_FUNC_READ_FILE):
24524         * m4/readline.m4 (gl_FUNC_READLINE):
24525         * m4/rijndael.m4 (gl_RIJNDAEL):
24526         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24527         to get the necessary .h files and whatnot.
24528
24529 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
24530
24531         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
24532         gnulib rather than the other way around.
24533         * config/srclistvars.sh (COREUTILS): Remove.
24534
24535 2006-08-22  Jim Meyering  <jim@meyering.net>
24536
24537         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
24538
24539         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
24540
24541 2006-08-22  Eric Blake  <ebb9@byu.net>
24542
24543         * modules/regexprops-generic: New file.
24544         * MODULES.html.sh (Support for building documentation): List it.
24545
24546 2006-08-22  Eric Blake  <ebb9@byu.net>
24547
24548         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
24549         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
24550         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
24551         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
24552
24553 2006-08-22  Bruno Haible  <bruno@clisp.org>
24554
24555         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
24556         and lib_LTLIBRARIES like the other lib_* variables.
24557
24558 2006-08-22  Bruno Haible  <bruno@clisp.org>
24559
24560         * build-aux/x-to-1.in: New file, from GNU gettext.
24561
24562 2006-08-22  Bruno Haible  <bruno@clisp.org>
24563
24564         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
24565         <utmpx.h> exists.
24566
24567 2006-08-22  Bruno Haible  <bruno@clisp.org>
24568
24569         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
24570         <utmpx.h> exists.
24571
24572 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24573
24574         BeOS portability.
24575         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
24576         exist.
24577         Problem reported by Bruno Haible.
24578
24579 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24580
24581         Avoid the need for AC_LIBSOURCES in m4 macros.
24582         * modules/acl (EXTRA_DIST): Add acl.h.
24583         * modules/argmatch (Files): Add m4/argmatch.m4.
24584         (configure.ac): Add gl_ARGMATCH.
24585         (EXTRA_DIST): Renamed from lib_SOURCES, for
24586         consistency with the other modules.  Remove argmatch.c.
24587         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
24588         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
24589         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
24590         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
24591         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
24592         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
24593         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
24594         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
24595         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
24596         * modules/closeout (EXTRA_DIST): Add closeout.h.
24597         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
24598         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
24599         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
24600         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
24601         dirname.h; remove basename.c and stripslash.c.
24602         * modules/exclude (EXTRA_DIST): Add exclude.h.
24603         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
24604         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
24605         * modules/file-type (EXTRA_DIST): Add file-type.h.
24606         * modules/filemode (EXTRA_DIST): Add filemode.h.
24607         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
24608         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24609         * modules/fpending (EXTRA_DIST): Add __fpending.h.
24610         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
24611         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
24612         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
24613         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
24614         * modules/getdate (EXTRA_DIST): Add getdate.c.
24615         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
24616         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
24617         * modules/getpass (EXTRA_DIST): Add getpass.h.
24618         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
24619         * modules/group-member (EXTRA_DIST): Add group-member.h.
24620         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
24621         * modules/hash (EXTRA_DIST): Add hash.h.
24622         * modules/human (EXTRA_DIST): Add human.h.
24623         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
24624         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
24625         * modules/lchown (EXTRA_DIST): Add lchown.h.
24626         * modules/long-options (EXTRA_DIST): Add long-options.h.
24627         * modules/lstat (EXTRA_DIST): Add lstat.h.
24628         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
24629         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
24630         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
24631         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
24632         * modules/memxor (EXTRA_DIST): Add memxor.h.
24633         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
24634         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
24635         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
24636         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
24637         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
24638         * modules/physmem (EXTRA_DIST): Add physmem.h.
24639         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
24640         * modules/posixver (EXTRA_DIST): Add posixver.h.
24641         * modules/quote (EXTRA_DIST): Add quote.h.
24642         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
24643         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
24644         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
24645         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
24646         regex_internal.h regexec.c.
24647         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
24648         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
24649         * modules/same (EXTRA_DIST): Add same.h.
24650         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
24651         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
24652         * modules/savedir (EXTRA_DIST): Add savedir.h.
24653         * modules/sha1 (EXTRA_DIST): Add sha1.h.
24654         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
24655         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
24656         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
24657         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
24658         * modules/strdup (EXTRA_DIST): Add strdup.h.
24659         * modules/strftime (EXTRA_DIST): Add strftime.h.
24660         * modules/strndup (EXTRA_DIST): Add strndup.h.
24661         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
24662         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
24663         * modules/time_r (EXTRA_DIST): Add time_r.h.
24664         * modules/timespec (EXTRA_DIST): Add timespec.h.
24665         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
24666         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
24667         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
24668         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
24669         * modules/userspec (EXTRA_DIST): Add userspec.h.
24670         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
24671         * modules/utimens (EXTRA_DIST): Add utimens.h.
24672         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
24673         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
24674         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
24675         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
24676         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
24677         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
24678         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
24679         * modules/yesno (EXTRA_DIST): Add yesno.h.
24680
24681 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
24682
24683         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
24684
24685         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
24686         * m4/dev-ino.m4, same-inode.m4: Remove.
24687
24688         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
24689         * m4/acl.m4 (AC_FUNC_ACL):
24690         * m4/backupfile.m4 (gl_BACKUPFILE):
24691         * m4/c-strtod.m4 (gl_C99_STRTOLD):
24692         * m4/canon-host.m4 (gl_CANON_HOST):
24693         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
24694         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
24695         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
24696         * m4/cloexec.m4 (gl_CLOEXEC):
24697         * m4/close-stream.m4 (gl_CLOSE_STREAM):
24698         * m4/closeout.m4 (gl_CLOSEOUT):
24699         * m4/dirfd.m4 (gl_FUNC_DIRFD):
24700         * m4/dirname.m4 (gl_DIRNAME):
24701         * m4/exclude.m4 (gl_EXCLUDE):
24702         * m4/exitfail.m4 (gl_EXITFAIL):
24703         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
24704         * m4/file-type.m4 (gl_FILE_TYPE):
24705         * m4/filemode.m4 (gl_FILEMODE):
24706         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
24707         * m4/fpending.m4 (gl_FUNC_FPENDING):
24708         * m4/fprintftime.m4 (gl_FPRINTFTIME):
24709         * m4/fts.m4 (gl_FUNC_FTS):
24710         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
24711         * m4/getdate.m4 (gl_GETDATE):
24712         * m4/gethrxtime.m4 (gl_GETHRXTIME):
24713         * m4/getpagesize.m4 (gl_GETPAGESIZE):
24714         * m4/getpass.m4 (gl_FUNC_GETPASS):
24715         * m4/gettime.m4 (gl_GETTIME):
24716         * m4/getugroups.m4 (gl_GETUGROUPS):
24717         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
24718         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
24719         * m4/hard-locale.m4 (gl_HARD_LOCALE):
24720         * m4/hash.m4 (gl_HASH):
24721         * m4/idcache.m4 (gl_IDCACHE):
24722         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
24723         * m4/lchown.m4 (gl_FUNC_LCHOWN):
24724         * m4/long-options.m4 (gl_LONG_OPTIONS):
24725         * m4/lstat.m4 (gl_FUNC_LSTAT):
24726         * m4/md5.m4 (gl_MD5):
24727         * m4/memcasecmp.m4 (gl_MEMCASECMP):
24728         * m4/memcoll.m4 (gl_MEMCOLL):
24729         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
24730         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
24731         * m4/memxor.m4 (gl_MEMXOR):
24732         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
24733         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
24734         * m4/modechange.m4 (gl_MODECHANGE):
24735         * m4/mountlist.m4 (gl_MOUNTLIST):
24736         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24737         * m4/openat.m4 (gl_FUNC_OPENAT):
24738         * m4/pathmax.m4 (gl_PATHMAX):
24739         * m4/physmem.m4 (gl_PHYSMEM):
24740         * m4/posixtm.m4 (gl_POSIXTM):
24741         * m4/posixver.m4 (gl_POSIXVER):
24742         * m4/quote.m4 (gl_QUOTE):
24743         * m4/quotearg.m4 (gl_QUOTEARG):
24744         * m4/readtokens.m4 (gl_READTOKENS):
24745         * m4/readutmp.m4 (gl_READUTMP):
24746         * m4/regex.m4 (gl_REGEX):
24747         * m4/safe-read.m4 (gl_SAFE_READ):
24748         * m4/safe-write.m4 (gl_SAFE_WRITE):
24749         * m4/same.m4 (gl_SAME):
24750         * m4/save-cwd.m4 (gl_SAVE_CWD):
24751         * m4/savedir.m4 (gl_SAVEDIR):
24752         * m4/settime.m4 (gl_SETTIME):
24753         * m4/sha1.m4 (gl_SHA1):
24754         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
24755         * m4/stat-macros.m4 (gl_STAT_MACROS):
24756         * m4/stat-time.m4 (gl_STAT_TIME):
24757         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
24758         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
24759         * m4/strdup.m4 (gl_FUNC_STRDUP):
24760         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
24761         * m4/strndup.m4 (gl_FUNC_STRNDUP):
24762         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
24763         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
24764         * m4/time_r.m4 (gl_TIME_R):
24765         * m4/timespec.m4 (gl_TIMESPEC):
24766         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
24767         * m4/unlinkdir.m4 (gl_UNLINKDIR):
24768         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
24769         * m4/userspec.m4 (gl_USERSPEC):
24770         * m4/utimecmp.m4 (gl_UTIMECMP):
24771         * m4/utimens.m4 (gl_UTIMENS):
24772         * m4/xalloc.m4 (gl_XALLOC):
24773         * m4/xgetcwd.m4 (gl_XGETCWD):
24774         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
24775         * m4/xreadlink.m4 (gl_XREADLINK):
24776         * m4/xstrtod.m4 (gl_XSTRTOD):
24777         * m4/yesno.m4 (gl_YESNO):
24778         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
24779         to get the necessary .h files and whatnot.
24780
24781 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
24782             Bruno Haible  <bruno@clisp.org>
24783
24784         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
24785         /bin/sh understanding of '!' conditional negation.
24786
24787 2006-08-21  Jim Meyering  <jim@meyering.net>
24788
24789         * modules/openat (Depends-on): Really alphabetize.
24790
24791         * modules/acl (Depends-on): Add error and quote.
24792
24793         * check-module (find_included_lib_files): Add at-func.c to the
24794         ok-to-include-more-than-once white list.
24795
24796         * modules/openat (Depends-on): Add lstat.  Alphabetize.
24797
24798 2006-08-21  Bruno Haible  <bruno@clisp.org>
24799
24800         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
24801         Emit a pkgdata_DATA variable only if some snippets add contents to it.
24802         Reported by Martin Lambers <marlam@marlam.de>.
24803
24804 2006-08-21  Bruno Haible  <bruno@clisp.org>
24805
24806         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
24807         specify an installation location, don't emit a noinst_LIBRARIES or
24808         noinst_LTLIBRARIES assignment.
24809
24810 2006-08-21  Bruno Haible  <bruno@clisp.org>
24811
24812         BeOS portability.
24813         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
24814         BeOS has mbrtowc() but no <wctype.h>.
24815
24816 2006-08-21  Bruno Haible  <bruno@clisp.org>
24817
24818         BeOS portability.
24819         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
24820         exist.
24821
24822 2006-08-21  Bruno Haible  <bruno@clisp.org>
24823
24824         BeOS portability.
24825         * lib/mbchar.h: Include <wctype.h> only if it exists.
24826
24827 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24828
24829         Remove files that are no longer needed by their respective modules.
24830         * m4/obstack.m4: Remove.
24831         * m4/strerror_r.m4: Remove.
24832         * m4/uint32_t.m4: Remove.
24833         * m4/uintptr_t.m4: Remove.
24834         * m4/ullong_max.m4: Remove.
24835         * m4/xstrtoimax.m4: Remove.
24836         * m4/xstrtoumax.m4: Remove.
24837
24838         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
24839         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
24840         dependencies now capture this.
24841
24842         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
24843         Do not use AC_LIBSOURCES, since gnulib modules now do this.
24844         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
24845         * m4/human.m4 (gl_HUMAN): Likewise.
24846         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
24847         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
24848
24849         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
24850
24851         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
24852         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
24853         stdint.
24854         * m4/human.m4 (gl_HUMAN): Likewise.
24855         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
24856         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
24857         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24858         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24859         * m4/xstrtol (gl_XSTRTOL): Likewise.
24860
24861         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
24862         AC_TYPE_LONG_LONG_INT.
24863         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
24864         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
24865         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
24866         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
24867
24868         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
24869         on stdbool.
24870
24871         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
24872         (gl_PREREQ_XSTRTOUL): Remove.
24873
24874         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
24875
24876         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
24877         mode.
24878
24879 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24880
24881         Add and change modules to make it easier for coreutils to use
24882         gnulib-tool.
24883         * modules/backupfile (Files): Remove m4/d-ino.m4.
24884         (Depends-on): Add d-ino.
24885         * modules/cycle-check (Depends-on): Add stdint.
24886         (lib_SOURCES): Add cycle-check.h.
24887         * modules/d-ino: New module.
24888         * modules/d-type: New module.
24889         * modules/error (Files): Remove m4/strerror_r.m4.
24890         * modules/filemode (Files): Add m4/st_dm_mode.m4.
24891         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
24892         m4/inttypes_h.m4, m4/uintmax_t.m4.
24893         (Depends-on): Add stdint.
24894         (lib_SOURCES): Add fsusage.h.
24895         * modules/getcwd (Files): Remove d-ino.m4.
24896         (Depends-on): Add d-ino.
24897         * modules/getndelim2 (Depends-on): Add stdint.
24898         * modules/glob (Files): Remove m4/d-type.m4.
24899         (Depends-on): Add d-type.
24900         * modules/host-os: New module.
24901         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
24902         m4/inttypes_h.m4, m4/uintmax_t.m4.
24903         * Depends-on: Add stdint.
24904         (lib_SOURCES): Add human.h.
24905         * modules/inttostr (Files): Remove m4/intmax_t.m4,
24906         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
24907         m4/uintmax_t.m4, m4/ulonglong.m4.
24908         (Depends-on): Add stdint.
24909         (EXTRA_DIST): Add inttostr.h.
24910         * modules/lchmod: New module.
24911         * modules/link-follow: New module.
24912         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
24913         (Depends-on): Add lchmod.
24914         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
24915         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
24916         (Depends-on): Add stdint.
24917         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
24918         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
24919         (Depends-on): Add stdint.
24920         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
24921         * modules/perl: New module.
24922         * modules/regex (Depends-on): Add stdint.
24923         * modules/rmdir-errno: New module.
24924         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
24925         m4/intmax_t.m4.
24926         (Depends-on): Add stdint.
24927         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
24928         m4/uintmax_t.m4.
24929         (Depends-on): Add stdint.
24930         * modules/unlink-busy: New module.
24931         * modules/utimecmp (Depends-on): Add stdint.
24932         * modules/uptime: New module.
24933         * modules/winsz-ioctl: New module.
24934         * modules/winsz-termios: New module.
24935         * modules/xnanosleep (Depends-on): Add nanosleep.
24936         * modules/ullong_max: Remove.
24937         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
24938         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
24939         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
24940         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
24941         (Depends-on): Add inttypes.
24942         (lib_SOURCES): Add xstrtol.h.
24943         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
24944         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
24945         * MODULES.html.sh: Move 'assert' into the assert section.
24946         Move 'dummy' into the linking section.
24947         Remove ullong_max.
24948         Add section for compatibility checks for POSIX:2001 functions,
24949         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
24950         winsz-ioctl, and winsz-termios into it.
24951         Add lchmod.
24952         Add top-level Misc section and put host-os, perl, and uptime
24953         into it.
24954
24955 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24956
24957         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
24958         now assume the stdint module.  Do not include inttypes.h.
24959         * lib/fsusage.h: Likewise.
24960         * lib/getndelim2.c: Likewise.
24961         * lib/human.h: Likewise.
24962         * lib/inttostr.h: Likewise.
24963         * lib/obstack.c: Likewise.
24964         * lib/regex_internal.h: Likewise.
24965         * lib/tempname.c: Likewise.
24966         * lib/utimecmp.c: Likewise.
24967         * lib/xstrtol.h: Likewise.
24968
24969         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
24970
24971         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
24972         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
24973         * lib/xtime.h: Likewise.
24974
24975 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24976
24977         * modules/openat (Files): Add lib/fchmodat.c.
24978         Fixes problem reported by Jay Youngman.
24979
24980 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24981
24982         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
24983         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
24984
24985 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
24986             Bruno Haible  <bruno@clisp.org>
24987
24988         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
24989         and is a script that invokes bison. Tighten the code. Add comments.
24990
24991 2006-08-18  Jim Meyering  <jim@meyering.net>
24992
24993         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
24994         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
24995         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
24996         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
24997
24998 2006-08-18  Bruno Haible  <bruno@clisp.org>
24999
25000         * modules/bison-i18n: New file.
25001         * MODULES.html.sh (Internationalization functions): Add it.
25002
25003 2006-08-18  Bruno Haible  <bruno@clisp.org>
25004
25005         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
25006         sys/statvfs.h. When getmntinfo was found, check its declaration and
25007         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
25008
25009 2006-08-18  Bruno Haible  <bruno@clisp.org>
25010
25011         * m4/bison-i18n.m4: New file, from bison.
25012
25013 2006-08-18  Bruno Haible  <bruno@clisp.org>
25014
25015         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
25016         (ME_DUMMY): Treat "kernfs" as a dummy.
25017         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
25018
25019 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25020
25021         Update from coreutils.
25022
25023         2006-08-15  Jim Meyering  <jim@meyering.net>
25024
25025         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
25026
25027         2006-01-17  Jim Meyering  <jim@meyering.net>
25028
25029         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
25030
25031         2006-01-11  Jim Meyering  <jim@meyering.net>
25032
25033         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
25034         Check for the lchmod function.
25035
25036 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
25037
25038         Update from coreutils.
25039
25040         * lib/__fpending.h: Add copyright notice.
25041         * lib/fprintftime.h: Likewise.
25042         * lib/savedir.c: Use (C) in copyright notice.
25043         * lib/savedir.h: Likewise.
25044
25045         2006-08-15  Jim Meyering  <jim@meyering.net>
25046
25047         * lib/at-func.c: New file, with the logic of all emulated at-functions.
25048         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
25049         in support of the EXPECTED_ERRNO macro.
25050         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
25051         definitions.  Instead, define the appropriate symbols and include
25052         "at-func.c".
25053         * lib/mkdirat.c (mkdirat): Likewise.
25054         * lib/fchmodat.c (fchmodat): Likewise.
25055         (ENOSYS): Remove definition.
25056         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
25057         it.  Don't include "unistd--.h" -- it wasn't ever used.
25058
25059         2006-01-17  Jim Meyering  <jim@meyering.net>
25060
25061         Rewrite fts.c not to change the current working directory,
25062         by using openat, fstatat, fdopendir, etc..
25063
25064         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
25065         (HAVE_OPENAT_SUPPORT): Define.
25066         [_LIBC] (fchdir): Don't undef or define; no longer used.
25067         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
25068         Now, this `function' always succeeds, and consumes its file descriptor
25069         parameter -- so callers must not close such FDs.  Update callers.
25070         (diropen_fd, opendirat, cwd_advance_fd): New functions.
25071         (diropen): Add parameter, SP.  Adjust all callers.
25072         Implement using diropen_fd, rather than open.
25073         (fts_open): Initialize new member, fts_cwd_fd.
25074         Remove fts_rft-setting code.
25075         (fts_close): Close fts_cwd_fd, if necessary.
25076         (__opendir2): Define in terms of opendir or opendirat,
25077         depending on whether the FST_NOCHDIR flag is set.
25078         (fts_build): Since fts_safe_changedir consumes its FD, and since
25079         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
25080         and close the dup'd file descriptor upon failure.
25081         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
25082         (fts_safe_changedir): Tweak semantics to reflect that this function
25083         now calls cwd_advance_fd and hence consumes its FD argument.
25084         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
25085         [struct FTS] (fts_rft): Remove now-unused member.
25086         [struct FTS] (fts_cycle.state): Improve comment.
25087
25088         * lib/openat.c (openat_needs_fchdir): New function.
25089         * lib/openat.h (openat_needs_fchdir): Declare it.
25090
25091 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
25092
25093         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
25094         Problem and fix reported by Pádraig Brady in
25095         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
25096
25097 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25098
25099         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
25100
25101 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25102
25103         * lib/memcoll.c (memcoll): Optimize for the common case where the
25104         arguments are bytewise equal.
25105
25106 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
25107
25108         * doc/regexprops-generic.texi: Add a copyright notice.
25109
25110 2006-08-15  Bruno Haible  <bruno@clisp.org>
25111
25112         * modules/tmpdir (License): Change to LGPL.
25113
25114 2006-08-15  Bruno Haible  <bruno@clisp.org>
25115
25116         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
25117         module.
25118
25119 2006-08-14  Simon Josefsson  <jas@extundo.com>
25120
25121         * config/srclist.txt: Add gnupload.
25122
25123 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25124
25125         Change copyright notice from LGPL 2 to GPL 2, since that's the
25126         standard form used in the gnulib repository.
25127         * tests/test-lock.c: Likewise.
25128         * tests/test-stdint.c: Likewise.
25129         * tests/test-tls.c: Likewise.
25130
25131         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
25132         prelude-manager.  User shorter URLs for GNU projects, without '?'.
25133         Add copyright notice.
25134
25135         * check-module: Add copyright notice.  Output a copyright
25136         notice if "--version" is specified.
25137         * modules/COPYING: New file.
25138         * tests/test-getaddrinfo.c: Add copyright notice.
25139         * tests/test-verify.c: Likewise.
25140
25141 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25142
25143         Change copyright notice from LGPL 2 to GPL 2, since that's the
25144         standard form used in the gnulib repository.
25145         * lib/lock.c: LGPL -> GPL.
25146         * lib/lock.h: Likewise.
25147         * lib/strnlen1.c: Likewise.
25148         * lib/strnlen1.h: Likewise.
25149         * lib/tls.c: Likewise.
25150         * lib/tls.h: Likewise.
25151         * lib/tmpdir.c: Likewise.
25152
25153         * lib/TODO: Remove; this belongs only in coreutils.
25154
25155 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25156
25157         Add copyright notices to long-enough files that lack them, since
25158         otherwise the files aren't clearly free.  Use the same notice that
25159         getdate.texi already uses.
25160         * doc/alloca-opt.texi: Add copyright notice.
25161         * doc/alloca.texi: Likewise.
25162         * doc/ctime.texi: Likewise.
25163         * doc/functions.texi: Likewise.
25164         * doc/gcd.texi: Likewise.
25165         * doc/gnulib-tool.texi: Likewise.
25166         * doc/inet_ntoa.texi: Likewise.
25167         * doc/visibility.texi: Likewise.
25168
25169         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
25170         * doc/quote.texi: Add copyright notice.
25171
25172         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
25173         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
25174         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
25175         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
25176         is now obsolete, and give a pointer to the Sun list.
25177         Add copyright notice.
25178
25179 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
25180
25181         * config/srclistvars.sh: Add copyright notice.
25182
25183 2006-08-14  Eric Blake  <ebb9@byu.net>
25184
25185         Import the following change from libc:
25186
25187         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
25188
25189         Upstream bug 2997.
25190         * lib/misc/error.c: Add space between program name and message if file
25191         name is missing.
25192
25193 2006-08-12  Karl Berry  <karl@gnu.org>
25194
25195         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
25196         remove, these originate in gnulib now.
25197
25198 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25199
25200         * doc/Makefile (standards.info standards.html standards.dvi):
25201         Also depend on make-stds.texi.
25202
25203 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
25204
25205         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
25206         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
25207
25208         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
25209         in wchar_t.  Problem reported by Eric Blake.
25210
25211         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
25212         LEN is smaller than SIZE.  Suggested by Bruno Haible.
25213         Also, help the compiler to keep LEN in a register.
25214
25215 2006-08-11  Eric Blake  <ebb9@byu.net>
25216
25217         * users.txt: Sort.  Add tar.
25218
25219 2006-08-11  Bruno Haible  <bruno@clisp.org>
25220
25221         * users.txt: New file.
25222
25223 2006-08-11  Bruno Haible  <bruno@clisp.org>
25224
25225         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
25226         before <wchar.h>. Needed for OSF/1 and BSD/OS.
25227
25228 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25229
25230         * modules/snprintf (Depends-on): Remove minmax.
25231         (Maintainer): Add self and Bruno.
25232
25233 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
25234
25235         * lib/.cppi-disable: Add snprintf.h, socket_.h.
25236         * lib/snprintf.c: Include <errno.h> and <limits.h>.
25237         (EOVERFLOW): Define if the system does not.
25238         Do not include "minmax.h"; it wasn't used.
25239         (snprintf): Don't assume size_t promotes to an unsigned type.
25240         Fix bug when generated string was too long for the buffer: the
25241         buffer's contents are supposed to be the initial prefix of the
25242         output.  Don't assume vasnprintf returns EOVERFLOW if the size
25243         exceeds INT_MAX; do the check ourselves.
25244
25245         Import the following changes from libc:
25246
25247         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
25248
25249         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
25250         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
25251         set wc to the byte which couldn't be converted.
25252         (re_string_reconstruct): Don't clear valid_raw_len before calling
25253         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
25254         tip_context using re_string_context_at.
25255
25256         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
25257
25258         * lib/posix/regex.h: g++ still cannot handled [restrict].
25259
25260         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
25261
25262         * lib/posix/regex.h: Remove special handling for VMS.
25263
25264 2006-08-10  Jim Meyering  <jim@meyering.net>
25265
25266         * modules/same-inode: New module.
25267         * modules/dev-ino: New module.
25268         * modules/cycle-check: Depend on these modules, rather than simply
25269         including their .h files.
25270         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
25271         required via m4/cycle-check.m4.
25272         * modules/same: Depend on new same-inode module, rather than
25273         including same-inode.h.
25274         * modules/chdir-safer: New file.
25275
25276         * modules/chown (Depends-on): Add stat-macros.
25277
25278 2006-08-10  Jim Meyering  <jim@meyering.net>
25279
25280         * m4/cycle-check.m4: New file.
25281         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
25282         * m4/dev-ino.m4, m4/same-inode.m4: New files.
25283
25284 2006-08-10  Eric Blake  <ebb9@byu.net>
25285
25286         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
25287         in from original proposal.
25288
25289 2006-08-10  Eric Blake  <ebb9@byu.net>
25290         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
25291
25292         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
25293         namespace.
25294
25295 2006-08-10  Bruno Haible  <bruno@clisp.org>
25296
25297         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
25298         as well.
25299
25300 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25301
25302         Sync from coreutils.
25303
25304         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
25305
25306         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
25307         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
25308
25309 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25310
25311         * modules/restrict: Remove; no longer needed now that we assume
25312         Autoconf 2.59 or later.
25313         * MODULES.html.sh: Remove 'restrict'.
25314         * modules/argp (Depends-on): Remove 'restrict'.
25315         * modules/base64 (Depends-on): Likewise.
25316         * modules/gc (Depends-on): Likewise.
25317         * modules/getaddrinfo (Depends-on): Likewise.
25318         * modules/glob (Depends-on): Likewise.
25319         * modules/inet_ntop (Depends-on): Likewise.
25320         * modules/inet_pton (Depends-on): Likewise.
25321         * modules/memxor (Depends-on): Likewise.
25322         * modules/regex (Depends-on): Likewise.
25323         * modules/strtok_r (Depends-on): Likewise.
25324         * modules/time_r (Depends-on): Likewise.
25325
25326 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
25327
25328         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
25329         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
25330         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
25331         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
25332         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
25333         * m4/memxor.m4 (gl_MEMXOR): Likewise.
25334         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
25335         gl_C_RESTRICT replaced by AC_C_RESTRICT.
25336
25337         Merge from coreutils.
25338         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
25339         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
25340         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
25341         * m4/time_r.m4 (gl_TIME_R): Likewise.
25342
25343 2006-08-09  Karl Berry  <karl@gnu.org>
25344
25345         * config/srclist.txt: no more gettext-tools, per Bruno.
25346
25347 2006-08-08  Eric Blake  <ebb9@byu.net>
25348
25349         * modules/verror: New module.
25350         * MODULES.html.sh: Document it.
25351
25352 2006-08-08  Eric Blake  <ebb9@byu.net>
25353
25354         * lib/verror.h, lib/verror.c: New files.
25355
25356 2006-08-08  Eric Blake  <ebb9@byu.net>
25357
25358         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
25359         verror_at_line output complies with GNU Coding Standards even when
25360         file is NULL.
25361
25362 2006-08-07  Bruno Haible  <bruno@clisp.org>
25363
25364         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
25365         versions of AIX.
25366         Reported by Ralf Wildenhues.
25367
25368 2006-08-07  Bruno Haible  <bruno@clisp.org>
25369
25370         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
25371         in an AC_DEFUN. Needed so that the autoconf snippets can use
25372         AC_REQUIRE.
25373
25374 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25375
25376         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25377         Initialize pkgdata_DATA.
25378         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
25379         overriding it.
25380
25381 2006-08-06  Eric Blake  <ebb9@byu.net>
25382
25383         * lib/error.h: Fold in some upstream changes from glibc.
25384         * lib/error.c: Likewise.
25385
25386 2006-08-04  Bruno Haible  <bruno@clisp.org>
25387
25388         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25389         Make the mostlyclean-local rule depend on mostlyclean-generic.
25390         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
25391
25392 2006-07-31  Bruno Haible  <bruno@clisp.org>
25393
25394         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
25395         <stdlib.h>, <string.h>.
25396
25397 2006-07-30  Bruno Haible  <bruno@clisp.org>
25398
25399         * modules/readlink (License): Change to LGPL.
25400
25401 2006-07-30  Bruno Haible  <bruno@clisp.org>
25402
25403         * modules/javaversion (Makefile.am): Distribute javaversion.java and
25404         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
25405         set PKGDATADIR to point to it.
25406
25407 2006-07-30  Bruno Haible  <bruno@clisp.org>
25408
25409         * modules/csharpexec (configure.ac): Comment out macro invocation.
25410         * modules/javaexec (configure.ac): Likewise.
25411         * modules/javacomp-script (configure.ac): Likewise.
25412
25413         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
25414
25415 2006-07-30  Bruno Haible  <bruno@clisp.org>
25416
25417         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
25418         linked-list.
25419
25420 2006-07-30  Bruno Haible  <bruno@clisp.org>
25421
25422         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
25423
25424 2006-07-30  Bruno Haible  <bruno@clisp.org>
25425
25426         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
25427         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
25428         get removed.
25429
25430 2006-07-29  Bruno Haible  <bruno@clisp.org>
25431
25432         Make it possible for gnulib-tool to work with locally modified or
25433         augmented gnulib repositories.
25434         * gnulib-tool (func_usage): Document --local-dir option.
25435         (local_gnulib_dir): New variable.
25436         Handle --local-dir option.
25437         (func_lookup_file): New function.
25438         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
25439         (func_get_description, func_get_filelist, func_get_description,
25440         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
25441         func_get_automake_snippet, func_get_include_directive,
25442         func_get_license, func_get_maintainer): Use func_lookup_file.
25443         (func_import, func_create_testdir): Use func_lookup_file.
25444
25445 2006-07-29  Bruno Haible  <bruno@clisp.org>
25446
25447         * modules/setenv (Depends-on): Add unistd.
25448
25449 2006-07-29  Bruno Haible  <bruno@clisp.org>
25450
25451         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
25452
25453 2006-07-29  Bruno Haible  <bruno@clisp.org>
25454
25455         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
25456
25457 2006-07-29  Bruno Haible  <bruno@clisp.org>
25458
25459         * gnulib-tool (import, update): If there is no Makefile.am, look at
25460         aclocal.m4, instead of bailing out.
25461
25462 2006-07-29  Bruno Haible  <bruno@clisp.org>
25463
25464         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
25465         Categorize the options by when they are useful.
25466
25467 2006-07-29  Bruno Haible  <bruno@clisp.org>
25468
25469         * gnulib-tool (func_usage): Document option --no-libtool.
25470         Handle option --no-libtool.
25471         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
25472         for changed semantics of $libtool variable.
25473         (func_import): Likewise. If libtool is not used, show this through
25474         an option --no-libtool.
25475         (func_create_testdir): Update.
25476
25477 2006-07-29  Bruno Haible  <bruno@clisp.org>
25478
25479         * gnulib-tool (func_import): Extend error message about missing
25480         --doc-base.
25481
25482 2006-07-29  Bruno Haible  <bruno@clisp.org>
25483
25484         * gnulib-tool (func_import): Don't create the $docbase directory if
25485         there is no file to store there.
25486
25487 2006-07-29  Bruno Haible  <bruno@clisp.org>
25488
25489         * gnulib-tool (autoconf_minversion): If a --dir option is given and
25490         relevant, look for configure.ac there, not in the current directory.
25491         Also use a simple search for AC_PREREQ, not "autoconf --trace".
25492
25493 2006-07-29  Bruno Haible  <bruno@clisp.org>
25494
25495         * gnulib-tool (SORT): New variable.
25496         (func_usage): Undocument --assume-autoconf option.
25497         Remove --assume-autoconf option handling.
25498         (autoconf_minversion): Determine from the contents of configure.ac.
25499         (func_import): Remove autoconf_minversion handling.
25500         Suggested by Eric Blake.
25501
25502 2006-07-29  Bruno Haible  <bruno@clisp.org>
25503
25504         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
25505
25506 2006-07-29  Bruno Haible  <bruno@clisp.org>
25507
25508         * config/srclist.txt (*setenv.[ch]): Remove rules.
25509
25510 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25511
25512         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
25513
25514 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25515
25516         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
25517         arpa/inet.h.
25518
25519 2006-07-28  Simon Josefsson  <jas@extundo.com>
25520
25521         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
25522         * modules/inet_pton (Depends-on): Likewise.
25523
25524 2006-07-28  Simon Josefsson  <jas@extundo.com>
25525
25526         * m4/netinet_in_h.m4: New file.
25527
25528 2006-07-28  Simon Josefsson  <jas@extundo.com>
25529
25530         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
25531         #include's.
25532
25533 2006-07-28  Simon Josefsson  <jas@extundo.com>
25534
25535         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
25536         #include's.
25537
25538 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
25539
25540         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
25541         setgid on directories only if they set these bits.
25542         * lib/modechange.h: Remove obsolete comment about masks.
25543
25544 2006-07-28  Eric Blake  <ebb9@byu.net>
25545
25546         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
25547         macro expansion.
25548
25549 2006-07-28  Bruno Haible  <bruno@clisp.org>
25550
25551         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
25552
25553 2006-07-28  Bruno Haible  <bruno@clisp.org>
25554
25555         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
25556
25557 2006-07-28  Bruno Haible  <bruno@clisp.org>
25558
25559         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25560         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25561         Define fallbacks.
25562         Avoids link error on FreeBSD 4.x.
25563         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25564
25565         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
25566         encoding.
25567         * lib/mbswidth.c (iswcntrl): Likewise.
25568
25569 2006-07-27  Bruno Haible  <bruno@clisp.org>
25570
25571         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
25572         test.
25573
25574 2006-07-27  Bruno Haible  <bruno@clisp.org>
25575
25576         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
25577         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
25578         defined.
25579
25580 2006-07-26  Eric Blake  <ebb9@byu.net>
25581
25582         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
25583
25584 2006-07-26  Eric Blake  <ebb9@byu.net>
25585
25586         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
25587         like mingw that lack mkstemp.
25588         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
25589         avoid compilation warning on mingw.
25590
25591 2006-07-26  Bruno Haible  <bruno@clisp.org>
25592
25593         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
25594         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
25595         INT_FAST*_MIN, INTPTR_MIN.
25596
25597 2006-07-25  Bruno Haible  <bruno@clisp.org>
25598
25599         * modules/version-etc (Depends-on): Add stdarg.
25600
25601 2006-07-25  Bruno Haible  <bruno@clisp.org>
25602
25603         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
25604         complex commands.
25605
25606 2006-07-25  Bruno Haible  <bruno@clisp.org>
25607
25608         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
25609         defined in <stdarg.h> or config.h.
25610
25611 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25612
25613         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
25614         (gl_STDIO_SAFER): Remove.
25615
25616 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
25617
25618         * MODULES.html.sh (File stream based Input/Output):
25619         Add fopen-safer, tmpfile-safer; remove stdio-safer.
25620         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
25621         * modules/fopen-safer, modules/tmpfile-safer: New files.
25622         * modules/stdio-safer: Remove.
25623
25624 2006-07-24  Bruno Haible  <bruno@clisp.org>
25625
25626         * modules/tmpdir: New file.
25627         * MODULES.html.sh (File system functions): Add it.
25628
25629 2006-07-24  Bruno Haible  <bruno@clisp.org>
25630
25631         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
25632         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
25633
25634 2006-07-24  Bruno Haible  <bruno@clisp.org>
25635
25636         * modules/clean-temp: New file.
25637
25638 2006-07-24  Bruno Haible  <bruno@clisp.org>
25639
25640         * m4/tmpdir.m4: New file, from GNU gettext.
25641
25642 2006-07-24  Bruno Haible  <bruno@clisp.org>
25643
25644         * lib/tmpdir.h: New file, from GNU gettext.
25645         * lib/tmpdir.c: New file, from GNU gettext.
25646
25647 2006-07-24  Bruno Haible  <bruno@clisp.org>
25648
25649         * lib/clean-temp.h: New file, from GNU gettext.
25650         * lib/clean-temp.c: New file, from GNU gettext.
25651
25652 2006-07-23  Eric Blake  <ebb9@byu.net>
25653
25654         * modules/stdio-safer (Files): Add tmpfile-safer.c.
25655         (Depends-on): Add binary-io.
25656
25657 2006-07-23  Eric Blake  <ebb9@byu.net>
25658
25659         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
25660
25661 2006-07-23  Eric Blake  <ebb9@byu.net>
25662
25663         * lib/tmpfile-safer.c: New file.
25664         * lib/stdio-safer.h (fopen_safer): Add prototype.
25665         * lib/stdio--.h (tmpfile): Make safer.
25666
25667 2006-07-23  Bruno Haible  <bruno@clisp.org>
25668
25669         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
25670         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
25671         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
25672         gl_linked_remove_at): Use it.
25673
25674 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25675         and Simon Josefsson <jas@extundo.com>
25676
25677         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
25678
25679         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
25680
25681 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25682
25683         * modules/close-stream: New file.
25684         * modules/closeout (Description): Make it clear that it exits
25685         with a diagnostic on error.
25686         (Depends-on): Add close-stream.  Remove fpending, stdbool.
25687         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
25688
25689 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25690
25691         * m4/close-stream.m4: New file.
25692
25693 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
25694
25695         * lib/close-stream.c, lib/close-stream.h: New files.
25696
25697 2006-07-22  Bruno Haible  <bruno@clisp.org>
25698
25699         Merge from GNU gettext 0.15.
25700
25701         2006-05-01  Bruno Haible  <bruno@clisp.org>
25702
25703                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
25704
25705         2006-07-22  Bruno Haible  <bruno@clisp.org>
25706
25707                 * modules/javaversion: New file.
25708                 * MODULES.html.sh (Java): Add javaversion.
25709
25710         2006-03-12  Bruno Haible  <bruno@clisp.org>
25711
25712                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
25713
25714         2005-12-04  Bruno Haible  <bruno@clisp.org>
25715
25716                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
25717                 (untested).
25718
25719         2006-06-21  Bruno Haible  <bruno@clisp.org>
25720
25721                 Avoid warnings from recent versions of mcs.
25722                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
25723                 -o, -L, -r any more. Use options documented since mcs-1.0
25724                 instead. Similarly for -g.
25725
25726         2005-12-04  Bruno Haible  <bruno@clisp.org>
25727
25728                 * build-aux/csharpcomp.sh.in: Suffix for resources is
25729                 .resources, not .resource.
25730
25731         2005-07-09  Bruno Haible  <bruno@clisp.org>
25732
25733                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
25734                 add a .dll suffix.
25735                 Reported by Mark Junker <mjscod@gmx.de>.
25736
25737         2006-07-22  Bruno Haible  <bruno@clisp.org>
25738
25739                 * modules/gettext: Upgrade to gettext-0.15.
25740                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
25741                 m4/visibility.m4.
25742                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
25743
25744 2006-07-22  Bruno Haible  <bruno@clisp.org>
25745
25746         Merge from GNU gettext 0.15.
25747
25748         2006-03-25  Bruno Haible  <bruno@clisp.org>
25749
25750                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
25751
25752         2006-07-21  Bruno Haible  <bruno@clisp.org>
25753
25754                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
25755                 "1.1".
25756
25757         2006-05-09  Bruno Haible  <bruno@clisp.org>
25758
25759                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
25760                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
25761                 for the conftestver execution.
25762
25763         2006-05-01  Bruno Haible  <bruno@clisp.org>
25764
25765                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
25766                 optional target-version argument. Verify that the compiler
25767                 groks source of the specified source-version, or add -source
25768                 option as necessary. Verify that the compiler produces
25769                 bytecode in the specified target-version, or add -target and
25770                 -source options as necessary. Make the result of the test
25771                 available as variable CONF_JAVAC. Also log error output in
25772                 config.log.
25773
25774         2006-03-11  Bruno Haible  <bruno@clisp.org>
25775
25776                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
25777
25778         2006-05-09  Bruno Haible  <bruno@clisp.org>
25779
25780                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
25781                 CLASSPATH_SEPARATOR to a semicolon.
25782
25783         2006-03-12  Bruno Haible  <bruno@clisp.org>
25784
25785                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
25786                 available as variable CONF_JAVA, for subsequent autoconf
25787                 tests. Also log error output in config.log.
25788
25789         2006-07-19  Bruno Haible  <bruno@clisp.org>
25790
25791                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
25792                 that getline works on glibc2 systems. Needed to avoid trouble
25793                 in relocatable.c.
25794                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
25795
25796         2005-12-04  Bruno Haible  <bruno@clisp.org>
25797
25798                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
25799                 launcher (untested).
25800
25801         2005-12-04  Bruno Haible  <bruno@clisp.org>
25802
25803                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
25804
25805         2006-07-22  Bruno Haible  <bruno@clisp.org>
25806
25807                 * gettext.m4: Update from GNU gettext-0.15.
25808                 * nls.m4: Likewise.
25809                 * po.m4: Likewise.
25810                 * inttypes-pri.m4: Likewise.
25811                 * inttypes-h.m4: Renamed from inttypes.m4.
25812                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
25813
25814 2006-07-22  Bruno Haible  <bruno@clisp.org>
25815
25816         Merge from GNU gettext 0.15.
25817
25818         2005-07-05  Bruno Haible  <bruno@clisp.org>
25819
25820                 * printf-args.c (printf_fetchargs): Work around broken
25821                 definition of wint_t on mingw.
25822
25823         2005-02-12  Bruno Haible  <bruno@clisp.org>
25824
25825                 * xallocsa.h: Add extern "C" for C++.
25826
25827         2006-05-17  Bruno Haible  <bruno@clisp.org>
25828
25829                 Cygwin portability.
25830                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
25831
25832         2006-04-30  Bruno Haible  <bruno@clisp.org>
25833
25834                 * progreloc.c: Include <mach-o/dyld.h> if available.
25835                 (find_executable): Use _NSGetExecutablePath when possible.
25836
25837         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
25838
25839                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
25840                 function.
25841
25842         2005-12-29  Bruno Haible  <bruno@clisp.org>
25843
25844                 * progreloc.c (set_program_name_and_installdir): Fix
25845                 compilation error.
25846
25847         2005-12-04  Bruno Haible  <bruno@clisp.org>
25848
25849                 Cygwin portability.
25850                 * progreloc.c: Include <windows.h> also on Cygwin.
25851                 (find_executable): Add support for Cygwin.
25852                 (set_program_name_and_installdir): Handle also platforms with
25853                 nonempty EXEEXT.
25854
25855         2006-07-11  Bruno Haible  <bruno@clisp.org>
25856
25857                 * javacomp.c: Fix a comment.
25858                 Reported by Jim Meyering.
25859
25860         2006-04-30  Bruno Haible  <bruno@clisp.org>
25861
25862                 * javacomp.h (compile_java_class): Add source_version,
25863                 target_version arguments.
25864                 * javacomp.c: Rewritten to choose only a compiler that
25865                 respects the specified source_version and target_version.
25866
25867         2006-06-27  Bruno Haible  <bruno@clisp.org>
25868
25869                 Assume correct S_ISDIR macro.
25870                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
25871
25872         2006-07-22  Bruno Haible  <bruno@clisp.org>
25873
25874                 * javaversion.h: New file, from GNU gettext.
25875                 * javaversion.c: New file, from GNU gettext.
25876                 * javaversion.java: New file, from GNU gettext.
25877                 * javaversion.class: New file, from GNU gettext.
25878
25879         2006-05-17  Bruno Haible  <bruno@clisp.org>
25880
25881                 Cygwin portability.
25882                 * javaexec.c (execute_java_class): Test for jview program
25883                 also on Cygwin.
25884
25885         2006-04-09  Bruno Haible  <bruno@clisp.org>
25886
25887                 * fatal-signal.c: Don't include string.h.
25888                 (at_fatal_signal): Use a copying loop instead of memcpy.
25889
25890         2005-12-04  Bruno Haible  <bruno@clisp.org>
25891
25892                 * csharpexec.c: Add support for 'clix' launcher (untested).
25893                 (execute_csharp_using_sscli): New function.
25894                 (execute_csharp_program): Call it.
25895
25896         2006-06-21  Bruno Haible  <bruno@clisp.org>
25897
25898                 Avoid warnings from recent versions of mcs.
25899                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
25900                 -o, -L, -r any more. Use options documented since mcs-1.0
25901                 instead. Similarly for -g.
25902
25903         2005-07-09  Bruno Haible  <bruno@clisp.org>
25904
25905                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
25906                 add a .dll suffix.
25907                 Reported by Mark Junker <mjscod@gmx.de>.
25908
25909         2006-06-17  Bruno Haible  <bruno@clisp.org>
25910
25911                 * config.charset: Update for NetBSD 3.0.
25912
25913         2006-05-17  Bruno Haible  <bruno@clisp.org>
25914
25915                 Cygwin portability.
25916                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
25917
25918         2006-05-16  Bruno Haible  <bruno@clisp.org>
25919
25920                 * localcharset.c [CYGWIN]: Include <windows.h>.
25921                 (get_charset_aliases): For Cygwin, return the same CPxxx
25922                 aliases list as under WIN32.
25923                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
25924                 the environment variables. Fall back to GetACP().
25925
25926         2006-04-05  Bruno Haible  <bruno@clisp.org>
25927
25928                 * config.charset: Update Juan Manuel Guerrero's address.
25929
25930         2005-02-12  Bruno Haible  <bruno@clisp.org>
25931
25932                 * allocsa.h: Add extern "C" for C++.
25933
25934         2005-02-10  Bruno Haible  <bruno@clisp.org>
25935
25936                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
25937                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
25938
25939         2006-07-22  Bruno Haible  <bruno@clisp.org>
25940
25941                 * gettext.h: Update to GNU gettext-0.15.
25942
25943 2006-07-22  Bruno Haible  <bruno@clisp.org>
25944
25945         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
25946         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
25947         lib-prefix.m4, longdouble.m4, ssize_t.m4.
25948
25949 2006-07-21  Eric Blake  <ebb9@byu.net>
25950
25951         * modules/stdlib-safer: New file.
25952         * MODULES.html.sh (File stream based Input/Output): Add
25953         stdlib-safer.
25954
25955 2006-07-21  Eric Blake  <ebb9@byu.net>
25956
25957         * lib/stdlib-safer.h: New file from coreutils, required by
25958         stdlib--.h.
25959
25960 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
25961
25962         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
25963
25964 2006-07-20  Bruno Haible  <bruno@clisp.org>
25965
25966         * gnulib-tool: Recognize new option --assume-autoconf.
25967         (autoconf_minversion): New variable.
25968         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
25969
25970 2006-07-20  Bruno Haible  <bruno@clisp.org>
25971
25972         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
25973
25974 2006-07-19  Derek R. Price  <derek@ximbiot.com>
25975
25976         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
25977         Reindent and repaginate.
25978
25979 2006-07-19  Derek Price  <derek@ximbiot.com>
25980
25981         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
25982         Correct grammar.
25983
25984 2006-07-17  Bruno Haible  <bruno@clisp.org>
25985
25986         * modules/list: New file.
25987         * modules/array-list: New file.
25988         * modules/carray-list, modules/carray-list-tests: New files.
25989         * modules/linked-list, modules/linked-list-tests: New files.
25990         * modules/avltree-list, modules/avltree-list-tests: New files.
25991         * modules/rbtree-list, modules/rbtree-list-tests: New files.
25992         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
25993         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
25994         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
25995         * modules/oset: New file.
25996         * modules/array-oset: New file.
25997         * modules/avltree-oset, modules/avltree-oset-tests: New files.
25998         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
25999         * tests/test-carray_list.c: New file.
26000         * tests/test-linked_list.c: New file.
26001         * tests/test-avltree_list.c: New file.
26002         * tests/test-rbtree_list.c: New file.
26003         * tests/test-linkedhash_list.c: New file.
26004         * tests/test-avltreehash_list.c: New file.
26005         * tests/test-rbtreehash_list.c: New file.
26006         * tests/test-avltree_oset.c: New file.
26007         * tests/test-rbtree_oset.c: New file.
26008         * MODULES.html.sh (Container data structures): New section.
26009
26010 2006-07-17  Bruno Haible  <bruno@clisp.org>
26011
26012         * m4/gl_list.m4: New file.
26013
26014 2006-07-17  Bruno Haible  <bruno@clisp.org>
26015
26016         * lib/gl_list.h: New file.
26017         * lib/gl_list.c: New file.
26018         * lib/gl_array_list.h: New file.
26019         * lib/gl_array_list.c: New file.
26020         * lib/gl_carray_list.h: New file.
26021         * lib/gl_carray_list.c: New file.
26022         * lib/gl_linked_list.h: New file.
26023         * lib/gl_linked_list.c: New file.
26024         * lib/gl_anylinked_list1.h: New file.
26025         * lib/gl_anylinked_list2.h: New file.
26026         * lib/gl_avltree_list.h: New file.
26027         * lib/gl_avltree_list.c: New file.
26028         * lib/gl_anyavltree_list1.h: New file.
26029         * lib/gl_anyavltree_list2.h: New file.
26030         * lib/gl_rbtree_list.h: New file.
26031         * lib/gl_rbtree_list.c: New file.
26032         * lib/gl_anyrbtree_list1.h: New file.
26033         * lib/gl_anyrbtree_list2.h: New file.
26034         * lib/gl_anytree_list1.h: New file.
26035         * lib/gl_anytree_list2.h: New file.
26036         * lib/gl_linkedhash_list.h: New file.
26037         * lib/gl_linkedhash_list.c: New file.
26038         * lib/gl_anyhash_list1.h: New file.
26039         * lib/gl_anyhash_list2.h: New file.
26040         * lib/gl_avltreehash_list.h: New file.
26041         * lib/gl_avltreehash_list.c: New file.
26042         * lib/gl_rbtreehash_list.h: New file.
26043         * lib/gl_rbtreehash_list.c: New file.
26044         * lib/gl_anytreehash_list1.h: New file.
26045         * lib/gl_anytreehash_list2.h: New file.
26046
26047         * lib/gl_oset.h: New file.
26048         * lib/gl_oset.c: New file.
26049         * lib/gl_array_oset.h: New file.
26050         * lib/gl_array_oset.c: New file.
26051         * lib/gl_avltree_oset.h: New file.
26052         * lib/gl_avltree_oset.c: New file.
26053         * lib/gl_rbtree_oset.h: New file.
26054         * lib/gl_rbtree_oset.c: New file.
26055         * lib/gl_anytree_oset.h: New file.
26056
26057 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26058
26059         * m4/mkancesdirs.m4: New file.
26060         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
26061         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
26062         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
26063         it.
26064
26065 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26066
26067         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
26068         * lib/mkancesdirs.h: New files.
26069         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
26070         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
26071         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
26072         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
26073         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
26074         callers changed.  Revamp internals significantly, by not
26075         attempting to create directories that are temporarily more
26076         permissive than the final results.  Do not attempt to use
26077         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
26078         This removes some race conditions, fixes some bugs, and simplifies
26079         things.  Use new dirchownmod function to do owner and mode changes.
26080         * lib/mkdir-p.h: Likewise.
26081         * lib/modechange.c (octal_to_mode): New function.
26082         (struct mode_change): New member mentioned.
26083         (make_node_op_equals): New arg mentioned.  All callers changed.
26084         (mode_compile): Keep track of which mode bits the user has explicitly
26085         mentioned.
26086         (mode_adjust): New arg DIR, so that we implement the X op correctly.
26087         New arg PMODE_BITS, to keep track of which mode bits the user
26088         mentioned; it treats S_ISUID and S_ISGID speciall.
26089         All callers changed.
26090         * lib/modechange.h: Likewise.
26091
26092 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
26093
26094         * MODULES.html.sh: Add mkancestors.
26095         * modules/mkancesdirs: New module.
26096         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
26097         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
26098         The chdir-safer and afs files are now orphans; I'll remove them
26099         unless someone speaks up.
26100         Add lib/dirchownmod.c, lib/dirchownmod.h.
26101         (Depends-on): Remove alloca, chown, save-cwd, dirname.
26102         Add lchown, mkancesdirs.
26103         (Maintainer): Add self.
26104
26105 2006-07-15  Karl Berry  <karl@gnu.org>
26106
26107         * gnulib-tool: help message wording/arrangement.
26108
26109 2006-07-14  Simon Josefsson  <jas@extundo.com>
26110
26111         * doc/gnulib.texi (Libtool and Windows): New section.
26112
26113 2006-07-12  Simon Josefsson  <jas@extundo.com>
26114
26115         * modules/gendocs (License): Fix license, approved by Karl.
26116
26117 2006-07-12  Eric Blake  <ebb9@byu.net>
26118
26119         * MODULES.html.sh: Add gendocs.
26120
26121 2006-07-11  Eric Blake  <ebb9@byu.net>
26122
26123         * modules/fdl: New module, to install doc/fdl.texi.
26124         * MODULES.html.sh: Add new section for documentation modules.
26125         * gnulib-tool: Avoid space-tab.
26126         (--doc-base): New option, to manage files from doc.
26127
26128 2006-07-11  Eric Blake  <ebb9@byu.net>
26129
26130         * m4/absolute-header.m4: Fix comments to match recent change.
26131
26132 2006-07-11  Eric Blake  <ebb9@byu.net>
26133
26134         * gnulib-tool: List --doc-base before --tests-base.
26135
26136 2006-07-11  Derek R. Price  <derek@ximbiot.com>
26137
26138         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
26139
26140 2006-07-11  Bruno Haible  <bruno@clisp.org>
26141
26142         * README: Mention where to put documentation.
26143
26144 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26145
26146         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
26147
26148 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26149
26150         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
26151         to stdint.m4.
26152
26153 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
26154
26155         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
26156         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
26157         "no/such/file/stdint.h" when there is no such file, so that
26158         the resulting C code can be parsed by dodgy compilers.
26159         Problems reported by Bob Proulx.
26160
26161 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26162
26163         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
26164         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26165         macros into the GNU _D_EXACT_NAMLEN.
26166         * lib/savedir.c:  Likewise.
26167         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
26168
26169 2006-07-10  Derek R. Price  <derek@ximbiot.com>
26170         and Paul Eggert  <eggert@cs.ucla.edu>
26171
26172         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
26173         * m4/savedir.m4:
26174         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
26175         macros into the GNU _D_EXACT_NAMLEN.
26176
26177 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26178
26179         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
26180         around the absolute name, to work around a problem with the HP-UX
26181         11.23 native C compiler, reported by Bob Proulx.
26182
26183 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26184
26185         * doc/maintain.texi, make-stds.texi: Sync from
26186         <http://savannah.gnu.org/projects/gnustandards>.
26187
26188 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
26189
26190         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
26191
26192 2006-07-09  Jim Meyering  <jim@meyering.net>
26193
26194         * m4/glob.m4: Remove a doubled word in a comment.
26195
26196 2006-07-09  Jim Meyering  <jim@meyering.net>
26197
26198         * lib/argp-pv.c: Remove a doubled word in a comment.
26199         * lib/check-version.c (check_version): Likewise.
26200         * lib/javacomp.c (compile_java_class): Likewise.
26201
26202 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26203
26204         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
26205         for the benefit of people using Autoconf 2.60.  If you want to
26206         support older Autoconf versions you can copy m4/onceonly_2_57.m4
26207         (or m4/onceonly.m4, if pre-2.57) manually.
26208
26209 2006-07-08  Jim Meyering  <jim@meyering.net>
26210
26211         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
26212         comment.
26213         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
26214         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
26215         comment.
26216
26217 2006-07-08  Jim Meyering  <jim@meyering.net>
26218
26219         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
26220
26221 2006-07-07  Simon Josefsson  <jas@extundo.com>
26222
26223         * tests/test-crc.c: Change expected crc value, the test vector
26224         were probably computed using the old broken crc.c?
26225
26226 2006-07-06  Simon Josefsson  <jas@extundo.com>
26227
26228         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
26229         now the canonical place for the M4 file).
26230
26231         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
26232         from the sys_socket dependency now.
26233
26234         * modules/inet_pton (Files): Ditto.
26235
26236         * modules/inet_ntop (Files): Ditto.
26237
26238 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26239
26240         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
26241         not gl_PREREQ_GETUSERSHELL.
26242
26243 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26244
26245         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
26246         with only one argument, for Autoconf 2.60.
26247         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
26248         expand to nothing, so add a shell command to avoid syntax error.
26249         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
26250
26251 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26252
26253         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
26254
26255 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26256
26257         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
26258         no longer needed.  Check for isblank decl.
26259         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
26260         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
26261         of existence.
26262
26263 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26264
26265         * lib/getloadavg.c: Use __VMS, not VMS.
26266         * lib/getopt.c: Likewise.
26267         * lib/getpagesize.h: Likewise.
26268         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
26269         and probably does not work.
26270
26271 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26272
26273         * lib/.cppi-disable: Add wcwidth.
26274         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
26275         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
26276         (ISGRAPH): Remove.  All uses changed to isgraph.
26277         (FOLD) [!defined _LIBC]: Remove special case.
26278         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
26279         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
26280         HAVE_ISBLANK.
26281         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
26282         case.
26283
26284 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26285
26286         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
26287         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
26288         brackets.  Other minor changes to suppress some compiler
26289         warnings.
26290
26291 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26292         and Paul Eggert  <eggert@cs.ucla.edu>
26293
26294         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
26295         of invoking obsolescent AC_HEADER_DIRENT macro.
26296         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
26297         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
26298         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
26299         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
26300         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
26301         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
26302         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
26303         * m4/readdir.m4: Remove; no longer needed.
26304
26305 2006-07-06  Derek R. Price  <derek@ximbiot.com>
26306         and Paul Eggert  <eggert@cs.ucla.edu>
26307
26308         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
26309         Don't worry about this obsolete case any more.
26310         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
26311         directories.
26312         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
26313         worry about this obsolete case any more.
26314         * lib/fts.c: Likewise.
26315         * lib/getcwd.c: Likewise.
26316         * lib/glob.h: Likewise.
26317         * lib/savedir.c: Likewise.
26318
26319 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26320
26321         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
26322         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
26323         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
26324         needed.
26325         All uses removed.
26326         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26327         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26328         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
26329         needed.
26330         * m4/getdate.m4 (gl_GETDATE): Likewise.
26331         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26332         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26333         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26334         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26335         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
26336         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26337         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
26338         needed.
26339
26340 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26341
26342         * lib/memcasecmp.c: Include <limits.h>.
26343         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
26344         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
26345         Don't assume isdigit succeeds only on '0' through '9'.
26346
26347 2006-07-05  Eric Blake  <ebb9@byu.net>
26348
26349         * modules/getaddrinfo (Depends-on): Add snprintf.
26350
26351 2006-07-05  Eric Blake  <ebb9@byu.net>
26352
26353         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
26354         to avoid 'header present but could not be compiled' on cygwin.
26355
26356 2006-07-05  Eric Blake  <ebb9@byu.net>
26357
26358         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
26359         missing from netdb.h.
26360         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
26361
26362 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26363
26364         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
26365         no longer needed.
26366         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
26367         * m4/getdate.m4 (gl_GETDATE): Likewise.
26368         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
26369         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
26370         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
26371         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
26372         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26373
26374 2006-07-05  Derek R. Price  <derek@ximbiot.com>
26375
26376         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
26377         All uses of is_space replaced by isspace.
26378         * lib/exit.h: Don't talk about STDC_HEADERS.
26379         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
26380         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
26381         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
26382         replaced by isprint etc.
26383         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
26384         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26385         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
26386         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
26387         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
26388         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
26389
26390 2006-07-05  Bruno Haible  <bruno@clisp.org>
26391
26392         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
26393         the function exists, before testing against AIX.
26394         Reported by Martin Lambers <marlam@marlam.de>.
26395
26396 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26397
26398         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
26399         From Mark D. Baushke.
26400
26401 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
26402
26403         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
26404         to the absolute name, not just one, to bypass Sun C 5.8's
26405         "warning: #include of /usr/include/... may be non-portable".
26406
26407 2006-07-04  Eric Blake  <ebb9@byu.net>
26408
26409         * modules/dirname-tests: New test module.
26410         * tests/test-dirname.c: New file, replacing dirname.c
26411         TEST_DIRNAME section that was recently deleted.
26412
26413 2006-07-04  Bruno Haible  <bruno@clisp.org>
26414
26415         Assume ANSI C header files and <ctype.h> functions.
26416         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
26417         (mbsnwidth): Use isprint, iscntrl instead.
26418
26419 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26420
26421         Merge from coreutils.
26422         * MODULES.html.sh: Add xstrtold.
26423         * modules/xstrtold: New file.
26424         * modules/cycle-check (Files): Add lib/same-inode.h.
26425         * modules/dirname (Files): Add m4/double-slash-root.m4.
26426         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
26427         * modules/mkdir-p (Files): Add lib/same-inode.h.
26428         * modules/same (Files): Add lib/same-inode.h.
26429
26430 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26431
26432         * m4/absolute-header.m4: Renamed from full-header-path.m4.
26433         This is to keep the terminology clean; POSIX talks about
26434         "absolute pathnames", not "full pathnames", but the GNU
26435         Coding Standards say to use "path" for something else;
26436         so use "absolute" to keep both sides happy.
26437         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
26438         Set gl_absolute_header, not gl_full_header_path.
26439         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
26440         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
26441         All uses changed.
26442
26443         Merge from coreutils.
26444
26445         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26446
26447         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
26448         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
26449         want to require the building of c-strtod.o.
26450         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
26451         needs -lm directly.
26452         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
26453
26454         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
26455
26456         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
26457         --as-needed option if available.  Problem reported by Albert Chin in
26458         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
26459         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
26460         cc merely issues a bunch of annoying warnings for --as-needed
26461         (this problem was reported by Bob Proulx).  Also, try linking with
26462         -lm to detect a bug in binutils 2.16 (this problem was reported
26463         by Ralf Wildenhues).
26464
26465         2006-06-18  Jim Meyering  <jim@meyering.net>
26466
26467         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
26468         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
26469         macro.
26470         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
26471         also check for glibc-2.4's abort-inducing bug.
26472
26473         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
26474         Low-probability clean-up should be to use rmdir to get rid of
26475         the just-created directory, not unlink.
26476
26477         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
26478         configure fail, and request a bug report to inform us about it.
26479         Add a comment that, barring reports to the contrary, in 2007 we'll
26480         assume ftruncate is universally available.
26481
26482         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26483
26484         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
26485
26486         2006-03-12  Jim Meyering  <jim@meyering.net>
26487
26488         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
26489         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
26490         * m4/same.m4 (gl_SAME): Likewise.
26491         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
26492
26493         2006-03-11  Eric Blake  <ebb9@byu.net>
26494
26495         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
26496         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
26497         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
26498         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
26499
26500 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26501
26502         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
26503         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
26504         reported by Mark D. Baushke, one in
26505         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
26506
26507         Merge from coreutils.
26508
26509         * lib/.cppi-disable: Add stdint_.h.
26510         * lib/.cvsignore: Add stdint.h.
26511
26512         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
26513
26514         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
26515         both double and long double versions.
26516         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
26517         * lib/xstrtold.c: New file.
26518         * lib/xstrtod.h (xstrtold): New decl.
26519
26520         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
26521
26522         * lib/filemode.c (setst): Remove.
26523         (strmode): Rewrite to avoid setst.  This makes the code shorter,
26524         (arguably) clearer, and the generated code is a bit smaller on my
26525         Debian GNU/Linux stable x86 host.
26526
26527         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
26528
26529         * lib/filemode.c: Include "filemode.h" first, to test the interface.
26530         Assume that filemode.h includes sys/types.h and sys/stat.h.
26531         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
26532         (ftypelet): Reorder to put common cases first, for efficiency.
26533         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
26534         to do 'M'.
26535         (strmode): Renamed from mode_string, and now stores 12 bytes instead
26536         of 10, for compatibility with FreeBSD.  All callers changed.
26537         (filemodestring): Now stores 12 bytes instead of 10, and sets file
26538         types that can't be deduced solely from st_mode.  First arg is now a
26539         const pointer.
26540         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
26541         (strmode): Renamed from mode_string.
26542         (filemodestring): New decl.
26543         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
26544         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
26545         needed.
26546         (S_ISPORT, S_ISWHT): New macros, if not already defined.
26547
26548         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26549
26550         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
26551         fsusage.h now does that.  Include fsusage.h first, to test interface.
26552         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
26553         at most one method (the old code could have generated decls that
26554         didn't conform to C89, not that this was ever exercised).
26555         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
26556
26557         2006-03-19  Jim Meyering  <jim@meyering.net>
26558
26559         Work even in a chroot where d_ino values for entries in "/"
26560         don't match the stat.st_ino values for the same names.
26561         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
26562         number, iterate through all entries again, using lstat instead.
26563         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
26564         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
26565
26566         * lib/getcwd.c (__getcwd): Clarify a comment.
26567         Use memcpy in place of a call to strcpy.
26568
26569         2006-03-12  Jim Meyering  <jim@meyering.net>
26570
26571         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
26572         matches that of the current directory (which we're about to chdir ".."
26573         out of), then save the dev-ino of the parent, instead.
26574
26575         * lib/same-inode.h (SAME_INODE): New file/macro.
26576         * lib/chdir-safer.c (SAME_INODE): Remove definition.
26577         Include "same-inode.h", instead.
26578         * lib/same.c: Likewise.
26579         * lib/cycle-check.h: Include "same-inode.h".
26580         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
26581         * lib/cycle-check.c (SAME_INODE): Remove definition.
26582         * lib/root-dev-ino.h: Include "same-inode.h".
26583
26584         2006-03-11  Eric Blake  <ebb9@byu.net>
26585
26586         * lib/same.c (same_name): s/base_name/last_component/
26587         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
26588         * lib/filenamecat.c (file_name_concat): Likewise.
26589
26590         2006-03-11  Eric Blake  <ebb9@byu.net>,
26591                     Paul Eggert  <eggert@cs.ucla.edu>
26592
26593         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
26594         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
26595         drive prefix.
26596         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
26597         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
26598         (last_component): New method.
26599         * lib/dirname.c (dir_len): Determine when drive letters need a
26600         subsequent slash.  Preserve // when it is special.
26601         (dir_name): Don't append dot when drive letter is absolute.
26602         [TEST_DIRNAME]: Move into a full-blown gnulib test.
26603         * lib/basename.c (base_name): New semantics - malloc the result.
26604         Preserve // when it is special.  Preserve relative files that look
26605         like drive letters.
26606         (base_len): Preserve // when it is special.
26607         (last_component): New method, similar to old base_name semantics.
26608         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
26609         base_name.  Strip redundant slashes from ///.
26610
26611 2006-07-03  Jim Meyering  <jim@meyering.net>
26612
26613         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
26614         macro is used before the first cycle_check call.
26615
26616 2006-07-03  Eric Blake  <ebb9@byu.net>
26617
26618         * modules/dirname (Depends-on): Add xstrndup.
26619
26620 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26621
26622         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
26623         test cases, so that config.log is a bit easier to follow.
26624
26625 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
26626
26627         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
26628         both are 64 bits, since this seems to be the tradition, and this
26629         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
26630         we ever run into a host that prefers long long to long in this
26631         case, we'll need another configure-time test.  Problem reported by
26632         Jim Meyering.
26633
26634 2006-07-02  Eric Blake  <ebb9@byu.net>
26635
26636         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
26637
26638 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26639
26640         * modules/inttypes (Depends-on): No longer depends on stdint.
26641         * modules/stdint (Description): Say more about assumptions.
26642         Say that the fast types might differ.  Say macros are used.
26643         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
26644         (Makefile.am): Revise list of substituted symbols to match
26645         new stdint.m4.
26646         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
26647         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
26648         * tests/test-stdint.c (verify_same_types)
26649         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
26650         the code conforms to C99/C89.
26651         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
26652         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
26653
26654 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26655
26656         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
26657         but fix a bug, by requiring at least 64 bits.
26658         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26659         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
26660         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
26661         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
26662
26663         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
26664         changes.  Make 2.59 a prerequisite.  Check and substitute for
26665         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
26666         inttypes.h.  Do not use special include files; just use the
26667         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
26668         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
26669         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
26670         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
26671         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
26672         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
26673         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
26674         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
26675         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
26676         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
26677         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
26678         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
26679         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
26680         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
26681         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
26682         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
26683         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
26684         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
26685         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
26686         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
26687         WINT_MAX.  Check for C99 conformance more strictly, by detecting
26688         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
26689         not check for things that C99 does not require, e.g., int8_t.  If
26690         a test isn't needed unless <stdint.h> isn't working, and is
26691         unlikely to be needed for any other reason, then don't do it
26692         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
26693         size_t, since we assume C89 freestanding at least.  Do not check
26694         for sig_atomic_t, wchar_t, or wint_t, since the code now does
26695         the right thing even if the types are not defined.  Instead use:
26696         (gl_STDINT_TYPE_PROPERTIES): New macro.
26697         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
26698         testing whether <sys/types.h> clashes, as Autoconf does this for
26699         us now.  All uses removed.
26700         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
26701         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
26702         (gl_CHECK_TYPE_SAME):
26703         Remove; no longer needed.
26704         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
26705         exists, since we'll return 0 anyway in that case.
26706         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
26707
26708 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26709
26710         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
26711         possible collision with system files.
26712         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
26713         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
26714         WCHAR_MIN and WCHAR_MAX in this case.
26715         (<stddef.h>): Do not include; no longer needed.
26716         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
26717         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
26718         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
26719         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
26720         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
26721         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
26722         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
26723         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
26724         !defined(__c99))]: Include in this case too, since it's harmless
26725         now.
26726         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
26727         dangerous to do so.
26728         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
26729         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
26730         (_STDINT_MIN, _STDINT_MAX): New macros.
26731         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
26732         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
26733         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
26734         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
26735         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
26736         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
26737         macros, not typedefs; this simplifies things quite a bit.
26738         Use long int for all types narrower than int64_t.
26739         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
26740         Define in terms of long long int or int64_t or long int,
26741         not int64_t or int32_t.  This saves some compile-time testing.
26742         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
26743         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
26744         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
26745         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
26746         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
26747         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
26748         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
26749         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
26750         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
26751         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
26752         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26753         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26754         undef any previous version and define our own version, for
26755         simplicity and consistency with the new macros for types.
26756         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
26757         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
26758         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
26759         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
26760         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
26761         @WINT_T_SUFFIX@ to keep things simple here.
26762         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
26763         Simplify by assuming typical 8/16/32/64 host, since we're
26764         already doing that elsewhere anyway.
26765         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
26766         and assume long long int is 64 bits if available.  This
26767         speeds up 'configure'.
26768
26769 2006-07-01  Eric Blake  <ebb9@byu.net>
26770
26771         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
26772         Reported by Andreas Buening.
26773
26774 2006-07-01  Eric Blake  <ebb9@byu.net>
26775
26776         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
26777
26778 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
26779
26780         * lib/getaddrinfo.c: fixed typo
26781
26782 2006-06-29  Jim Meyering  <jim@meyering.net>
26783
26784         * modules/strftime (Maintainer): Add my name, since with the
26785         FPRINTFTIME changes strftime.c has forked from glibc.
26786
26787 2006-06-29  Eric Blake  <ebb9@byu.net>
26788
26789         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
26790
26791 2006-06-29  Eric Blake  <ebb9@byu.net>
26792
26793         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
26794
26795 2006-06-29  Eric Blake  <ebb9@byu.net>
26796
26797         * lib/stat_.h: New file.
26798
26799 2006-06-29  Eric Blake  <ebb9@byu.net>
26800
26801         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
26802         unused static function.
26803
26804 2006-06-29  Eric Blake  <ebb9@byu.net>
26805
26806         * doc/functions.texi (Function Portability): Document missing lstat
26807         on mingw.
26808
26809 2006-06-29  Eric Blake  <ebb9@byu.net>
26810
26811         * MODULES.html.sh: Add sys_stat.
26812         * modules/sys_stat: New module.
26813         * modules/mkstemp (Depends-on): Add sys_stat.
26814
26815 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26816
26817         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
26818
26819 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26820
26821         * m4/c-bs-a.m4: Removed.
26822
26823 2006-06-29  Derek R. Price  <derek@ximbiot.com>
26824
26825         * lib/strftime.c: Assume strftime() exists.
26826
26827 2006-06-29  Derek Price  <derek@ximbiot.com>
26828
26829         * modules/c-bs-a: Removed - \a is C89.
26830         * MODULES.html.sh: Remove c-bs-a.
26831
26832 2006-06-29  Bruno Haible  <bruno@clisp.org>
26833
26834         * modules/wcwidth (License): Change to LGPL.
26835
26836 2006-06-28  Simon Josefsson  <jas@extundo.com>
26837
26838         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
26839         on _WIN32.
26840
26841         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
26842         getnameinfo.
26843
26844 2006-06-28  Simon Josefsson  <jas@extundo.com>
26845
26846         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
26847
26848 2006-06-28  Simon Josefsson  <jas@extundo.com>
26849
26850         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
26851         functions there.  It will succeed on Windows XP, but on Windows
26852         2000 and (presumably) earlier, it will fail, and use the internal
26853         re-implementation.
26854         (use_win32_p): New function.
26855         (getaddrinfo): Use strtoul on servname, to support numeric ports.
26856         Support AI_NUMERICSERV to disable getservbyname.
26857         (getnameinfo): New function, only supports
26858         NI_NUMERICHOST|NI_NUMERICSERV for now.
26859
26860         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
26861         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
26862         getnameinfo.
26863
26864 2006-06-28  Eric Blake  <ebb9@byu.net>
26865
26866         * modules/wcwidth: New file.
26867         * modules/mbchar (Depends-on): Add wcwidth.
26868         * modules/mbswidth (Depends-on): Add wcwidth.
26869         * MODULES.html.sh: Add wcwidth.
26870
26871 2006-06-28  Eric Blake  <ebb9@byu.net>
26872
26873         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
26874         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
26875
26876 2006-06-28  Eric Blake  <ebb9@byu.net>
26877
26878         * lib/xvasprintf.h: Fix comments.
26879
26880 2006-06-28  Eric Blake  <ebb9@byu.net>
26881
26882         * lib/mbchar.h (wcwidth): Include wcwidth.h.
26883         * lib/mbswidth.c (wcwidth): Move from here...
26884         * lib/wcwidth.h: ...to this new file.
26885
26886 2006-06-28  Derek R. Price  <derek@ximbiot.com>
26887
26888         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
26889
26890         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
26891         it's obsolete.
26892         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
26893
26894 2006-06-28  Derek R. Price  <derek@ximbiot.com>
26895
26896         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
26897         Autoconf 2.60 says this stuff was obsolete.
26898
26899 2006-06-28  Bruno Haible  <bruno@clisp.org>
26900
26901         * modules/wcwidth (Files): Add m4/wchar_t.m4.
26902
26903 2006-06-28  Bruno Haible  <bruno@clisp.org>
26904
26905         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
26906         gt_TYPE_WCHAR_T.
26907
26908 2006-06-28  Bruno Haible  <bruno@clisp.org>
26909
26910         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
26911         declaration for wcwidth.
26912         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
26913
26914 2006-06-28  Bruno Haible  <bruno@clisp.org>
26915
26916         * lib/mkdtemp.c [MINGW]: Include <io.h>.
26917         (mkdir): Define using _mkdir.
26918
26919 2006-06-28  Bruno Haible  <bruno@clisp.org>
26920
26921         * lib/getaddrinfo.h: Fix POSIX URL.
26922         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
26923         _WIN32.
26924         (use_win32_p): Make static.
26925         (getaddrinfo): Reject service name if it is empty or does not consist
26926         solely of decimal digits, or if its value is > 65535.
26927         (getnameinfo): Remove useless casts.
26928
26929 2006-06-27  Simon Josefsson  <jas@extundo.com>
26930
26931         * modules/sys_select: New file, suggested by Bruno Haible, Paul
26932         Eggert and Martin Lambers.
26933
26934 2006-06-27  Simon Josefsson  <jas@extundo.com>
26935
26936         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
26937         Eggert and Martin Lambers.
26938
26939 2006-06-27  Bruno Haible  <bruno@clisp.org>
26940
26941         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
26942         result to 0, not to empty.
26943         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
26944
26945 2006-06-27  Bruno Haible  <bruno@clisp.org>
26946
26947         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
26948
26949 2006-06-26  Simon Josefsson  <jas@extundo.com>
26950
26951         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
26952         present.
26953
26954 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
26955
26956         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
26957         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
26958         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
26959
26960 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
26961
26962         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
26963
26964 2006-06-26  Bruno Haible  <bruno@clisp.org>
26965
26966         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
26967
26968 2006-06-26  Bruno Haible  <bruno@clisp.org>
26969
26970         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
26971
26972 2006-06-26  Bruno Haible  <bruno@clisp.org>
26973
26974         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
26975         SGI C compiler in pre-C99 mode.
26976         Suggested by Mark D. Baushke and Larry Jones.
26977
26978 2006-06-26  Bruno Haible  <bruno@clisp.org>
26979
26980         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
26981         WCHAR_MAX.
26982         Reported by Mark D. Baushke and Larry Jones.
26983
26984 2006-06-26  Bruno Haible  <bruno@clisp.org>
26985
26986         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
26987         in pre-C99 mode.
26988         Suggested by Mark D. Baushke and Larry Jones.
26989
26990 2006-06-23  Simon Josefsson  <jas@extundo.com>
26991             Bruno Haible  <bruno@clisp.org>
26992
26993         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
26994         Emit mostlyclean-local rule.
26995         (func_emit_tests_Makefile_am): Likewise.
26996         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
26997
26998 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
26999
27000         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
27001
27002 2006-06-23  Bruno Haible  <bruno@clisp.org>
27003
27004         * tests/test-stdint.c: Update to match ISO C 99 Technical
27005         Corrigendum 1.
27006
27007 2006-06-23  Bruno Haible  <bruno@clisp.org>
27008
27009         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
27010
27011 2006-06-23  Bruno Haible  <bruno@clisp.org>
27012
27013         * lib/stdint_.h: Treat IRIX like OpenBSD.
27014
27015 2006-06-23  Bruno Haible  <bruno@clisp.org>
27016
27017         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
27018         ISO C 99 Technical Corrigendum 1.
27019
27020 2006-06-22  Simon Josefsson  <jas@extundo.com>
27021
27022         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
27023         MinGW.
27024
27025 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27026
27027         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
27028         needed.  Some compiler complained about some of them.  Problem reported
27029         by Larry Jones in
27030         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
27031
27032 2006-06-21  Simon Josefsson  <jas@extundo.com>
27033
27034         * tests/test-getaddrinfo.c: New file.
27035
27036         * modules/getaddrinfo-tests: New file.
27037
27038         * MODULES.html.sh: Add inet_pton.
27039
27040         * modules/inet_pton: New file.
27041
27042 2006-06-21  Simon Josefsson  <jas@extundo.com>
27043
27044         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
27045         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
27046         of using the (limited) gnulib implementation on Windows XP.
27047
27048         * m4/inet_pton.m4: New file.
27049
27050 2006-06-21  Simon Josefsson  <jas@extundo.com>
27051
27052         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
27053         variable.
27054
27055         * lib/socket_.h: Don't define WINVER.
27056
27057         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
27058         slightly modified to work in gnulib.
27059
27060 2006-06-21  Simon Josefsson  <jas@extundo.com>
27061
27062         * doc/gnulib.texi (Windows sockets): Add.
27063
27064 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
27065
27066         * lib/read-file.c (fread_file): Start with buffer allocation of
27067         0 bytes rather than 1 byte; this simplifies the code.
27068         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
27069         code to free buffer and save/restore errno.
27070         (internal_read_file): Remove unused local.
27071
27072 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
27073
27074         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
27075         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
27076         Problem reported by Denis Excoffier in
27077         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
27078
27079 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27080
27081         * modules/sys_socket, modules/socklen: Include sys/types since
27082         FreeBSD 4.x's sys/socket.h needs it.
27083
27084 2006-06-19  Simon Josefsson  <jas@extundo.com>
27085
27086         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
27087
27088 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
27089
27090         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
27091
27092 2006-06-19  Bruno Haible  <bruno@clisp.org>
27093
27094         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
27095         and FULL_PATH_INTTYPES_H in angle brackets.
27096         Reported by Mark D. Baushke <mdb@gnu.org>.
27097
27098 2006-06-17  Eric Blake  <ebb9@byu.net>
27099
27100         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
27101         errno.
27102
27103 2006-06-17  Bruno Haible  <bruno@clisp.org>
27104
27105         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
27106         <sys/inttypes.h>.
27107
27108 2006-06-17  Bruno Haible  <bruno@clisp.org>
27109
27110         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
27111         whether errno is declared. Assume <errno.h> declares errno.
27112
27113 2006-06-17  Bruno Haible  <bruno@clisp.org>
27114
27115         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
27116
27117 2006-06-17  Bruno Haible  <bruno@clisp.org>
27118
27119         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
27120         problem on Solaris 2.5.1.
27121
27122 2006-06-16  Eric Blake  <ebb9@byu.net>
27123
27124         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
27125         * lib/unicodeio.c [!defined errno]: Likewise.
27126         * lib/strtol.c [!defined errno]: Likewise.
27127         * lib/strtod.c [!defined errno]: Likewise.
27128
27129 2006-06-15  Eric Blake  <ebb9@byu.net>
27130
27131         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
27132
27133 2006-06-15  Eric Blake  <ebb9@byu.net>
27134
27135         * config/srclist.txt (ssize_t.m4): Lose sync.
27136
27137 2006-06-15  Bruno Haible  <bruno@clisp.org>
27138
27139         * modules/stdint (Files): Include m4/full-header-path.m4,
27140         m4/size_max.m4, m4/wchar_t.m4.
27141         (Makefile.am): Many more substitutions.
27142         * modules/stdint-tests: New file.
27143         * tests/test-stdint.c: New file.
27144
27145 2006-06-15  Bruno Haible  <bruno@clisp.org>
27146
27147         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
27148         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
27149         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
27150         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
27151         gl_CHECK_TYPE_SAME): New macros.
27152
27153 2006-06-15  Bruno Haible  <bruno@clisp.org>
27154
27155         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
27156
27157 2006-06-15  Bruno Haible  <bruno@clisp.org>
27158
27159         * lib/stdint_.h: Rewritten to be fully auto-configured.
27160         Fixes bug on HP-UX/IA64.
27161
27162 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
27163
27164         * lib/getdate.y (__attribute__): Don't define if already defined.
27165         Problem reported by Larry Jones.
27166         * lib/utimens.c (__attribute__): Likewise.
27167
27168 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
27169
27170         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
27171         reported by Andreas Schwab.
27172
27173 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27174             Bruno Haible  <bruno@clisp.org>
27175
27176         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
27177         check for the declaration of strnlen and a run test that exposes the
27178         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
27179         rpl_strndup.
27180
27181 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27182             Bruno Haible  <bruno@clisp.org>
27183
27184         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
27185
27186 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27187
27188         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
27189         compile test, for Tru64 4.0D.
27190
27191 2006-05-28  Karl Berry  <karl@gnu.org>
27192
27193         * config/srclist.txt (printf-args.c): lose sync.
27194
27195 2006-05-26  Martin Lambers  <marlam@marlam.de>
27196
27197         * lib/getpass.c: Updates the test for the native W32 API, and adds
27198         missing includes, thus fixing compilation warnings.
27199
27200 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
27201
27202         * lib/exclude.c (exclude_fnmatch): New function.
27203         (excluded_file_name): Call exclude_fnmatch.
27204         * lib/exclude.h (excluded_file_name): New prototype
27205
27206 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
27207
27208         * lib/tempname.c (small_open, large_open): New macros.
27209         (__open, __open64) [!_LIBC]: Remove.
27210         (__gen_tempname): Use small_open and large_open instead of __open
27211         and __open64.  This fixes a portability bug on HP-UX 11.11i
27212         reported by Simon Wing-Tang in
27213         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
27214
27215 2006-05-24  Bruno Haible  <bruno@clisp.org>
27216
27217         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
27218         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
27219         Reported by Thorsten Maerz <torte@netztorte.de> via
27220         Aaron Stone <aaron@serendipity.cx>.
27221
27222 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27223
27224         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
27225         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
27226         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
27227         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
27228         not really conditional on the cache.
27229         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
27230
27231 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27232
27233         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
27234         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
27235         (my_usleep): Don't mishandle maximum value.
27236
27237 2006-05-19  Jim Meyering  <jim@meyering.net>
27238
27239         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
27240
27241 2006-05-17  Bruno Haible  <bruno@clisp.org>
27242
27243         Cygwin portability.
27244         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
27245
27246 2006-05-17  Bruno Haible  <bruno@clisp.org>
27247
27248         * lib/stdint_.h: Fix recognition of Cygwin.
27249
27250 2006-05-15  Bruno Haible  <bruno@clisp.org>
27251
27252         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
27253         on libtool patch by Ralf Wildenhues.
27254
27255 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27256
27257         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
27258         test for C99 conformance; (bool) 0.5 is an integer constant
27259         expression, but (bool) -0.5 is not.  Problem reported by Fedor
27260         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
27261
27262 2006-05-11  Simon Josefsson  <jas@extundo.com>
27263
27264         * m4/xvasprintf.m4: Fix obvious typo.
27265
27266 2006-05-11  Jim Meyering  <jim@meyering.net>
27267
27268         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
27269         James Lemley.
27270
27271 2006-05-10  Simon Josefsson  <jas@extundo.com>
27272
27273         * lib/md4.c: Typo fix, update copyright years.
27274         (K1, K2): Don't use L because it turn computations into 64-bit on
27275         64-bit platforms.
27276
27277 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
27278
27279         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
27280         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
27281         unwanted sign propagation, e.g., on hosts with 64-bit int.
27282         There still are some problems with reeelly weird theoretical hosts
27283         (e.g., 33-bit int) but it's not worth worrying about now.
27284         * lib/sha1.c (rol): Likewise.
27285         (K1, K2, K3, K4): Remove unnecessary L suffix.
27286
27287 2006-05-10  Bruno Haible  <bruno@clisp.org>
27288
27289         * lib/des.c: Cast to avoid warnings.
27290
27291 2006-05-09  Bruno Haible  <bruno@clisp.org>
27292
27293         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
27294         (Depends-on): Depend also on xsize, stdarg.
27295         (configure.ac): Add gl_XVASPRINTF.
27296
27297 2006-05-09  Bruno Haible  <bruno@clisp.org>
27298
27299         * m4/xvasprintf.m4: New file.
27300
27301 2006-05-09  Bruno Haible  <bruno@clisp.org>
27302
27303         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
27304         (EOVERFLOW): Define fallback value.
27305         (xstrcat): New function.
27306         (xvasprintf): Recognize the special case of a string concatenation.
27307
27308 2006-05-08  Eric Blake  <ebb9@byu.net>
27309
27310         * gnulib-tool (func_version): Base copyright year on CVS date.
27311         (func_emit_copyright_notice): New function.
27312         (func_emit_lib_Makefile_am): Use it.
27313         (func_emit_tests_Makefile_am): Likewise.
27314         (func_import): Likewise.
27315
27316 2006-05-08  Bruno Haible  <bruno@clisp.org>
27317
27318         * modules/stdarg: New file.
27319         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
27320
27321 2006-05-08  Bruno Haible  <bruno@clisp.org>
27322
27323         * m4/stdarg.m4: New file, from GNU gettext.
27324
27325 2006-05-08  Bruno Haible  <bruno@clisp.org>
27326
27327         * config/srclist.txt (build-aux/config.rpath): different from latest
27328         release.
27329
27330 2006-05-08  Bruno Haible  <bruno@clisp.org>
27331
27332         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
27333
27334 2006-05-05  Jim Meyering  <jim@meyering.net>
27335
27336         * m4/warning.m4: New file, derived from bison's file by the same name.
27337
27338 2006-05-03  Bruno Haible  <bruno@clisp.org>
27339
27340         * lib/stdint_.h: Shorter URL.
27341         * lib/inttypes.h: Likewise.
27342
27343 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27344
27345         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
27346
27347 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27348
27349         * lib/verify.h: Document the internals better.  Most of this change
27350         was written by Bruno Haible.
27351
27352 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
27353
27354         * doc/verify.texi: New file, partly based on a proposal by
27355         Bruno Haible.
27356
27357 2006-05-02  Bruno Haible  <bruno@clisp.org>
27358
27359         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
27360         test from here...
27361         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
27362
27363 2006-04-29  Bruno Haible  <bruno@clisp.org>
27364
27365         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
27366         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
27367
27368 2006-04-29  Bruno Haible  <bruno@clisp.org>
27369
27370         * gnulib-tool: Make --update option actually work.
27371
27372 2006-04-29  Bruno Haible  <bruno@clisp.org>
27373
27374         * doc/gcd.texi: New file.
27375         * doc/gnulib.texi: Include it.
27376
27377 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
27378
27379         * lib/getdate.y (get_date): When adding relative date, start with the
27380         initial time, not with the result of the first mktime call.
27381
27382 2006-04-25  Bruno Haible  <bruno@clisp.org>
27383
27384         * gnulib-tool (func_import): Output the include directives in three
27385         blocks, sorted separately.
27386         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27387
27388 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27389
27390         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
27391         to define main with arguments, for C++.  Reported by Eric Blake.
27392         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
27393         Prefer 'int main ()' to 'int main (void)', for C++.
27394         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
27395         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
27396         for 'main', for C99 and C++.
27397
27398 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
27399
27400         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
27401         Don't assume that exit status -1 is valid.
27402         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27403         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
27404         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
27405         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
27406         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
27407         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
27408         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
27409         functions can be used without declaring them, or that you can
27410         exit with status -1.
27411         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
27412
27413 2006-04-24  Karl Berry  <karl@gnu.org>
27414
27415         * config/srclist.txt (longdouble.m4): sync lost.
27416
27417 2006-04-24  Eric Blake  <ebb9@byu.net>
27418
27419         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
27420
27421 2006-04-24  Bruno Haible  <bruno@clisp.org>
27422
27423         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
27424         poll() implementation in AIX.
27425         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27426
27427 2006-04-24  Bruno Haible  <bruno@clisp.org>
27428
27429         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
27430         assigned exactly once.
27431
27432 2006-04-23  Claudio Fontana  <claudio@gnu.org>
27433             Bruno Haible  <bruno@clisp.org>
27434
27435         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
27436         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
27437         for AM_CPPFLAGS.
27438
27439 2006-04-23  Bruno Haible  <bruno@clisp.org>
27440
27441         * modules/copy-file: Depend on unistd.
27442         * modules/execute: Likewise.
27443         * modules/fatal-signal: Likewise.
27444         * modules/findprog: Likewise.
27445         * modules/mkdtemp : Likewise.
27446         * modules/pipe: Likewise.
27447         * modules/wait-process: Likewise.
27448
27449 2006-04-23  Bruno Haible  <bruno@clisp.org>
27450
27451         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
27452         condition was already detected.
27453         Reported by Ben Pfaff <blp@cs.stanford.edu>.
27454
27455 2006-04-23  Bruno Haible  <bruno@clisp.org>
27456
27457         * lib/copy-file.c: Include <unistd.h> unconditionally.
27458         * lib/execute.c: Likewise.
27459         * lib/fatal-signal.c: Likewise.
27460         * lib/findprog.c: Likewise.
27461         * lib/mkdtemp.c: Likewise.
27462         * lib/pipe.h: Likewise.
27463         * lib/pipe.c: Likewise.
27464         * lib/wait-process.h: Likewise.
27465
27466 2006-04-23  Bruno Haible  <bruno@clisp.org>
27467
27468         * gnulib-tool (func_usage): Fix --import description. Document
27469         --update.
27470         (func_import): Create temporary file in a temporary directory, if
27471         --dry-run is specified. Silence errors from 'grep' when there are no
27472         m4 files in $m4dir.
27473         (func_create_testdir): Silence errors from 'grep' when there are no
27474         m4 files in $m4dir.
27475         Reported by Karl Berry <karl@freefriends.org>.
27476
27477 2006-04-20  Bruno Haible  <bruno@clisp.org>
27478
27479         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
27480         one argument, so that the code will be portable to Autoconf 2.60.
27481         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
27482         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
27483         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
27484
27485 2006-04-19  Derek Price  <derek@ximbiot.com>
27486             Eric Blake  <ebb9@byu.net>
27487
27488         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
27489         rather than "/full/path.h".  Update comment to match.  Shorten &
27490         generalize m4_translit call via AS_TR_CPP.
27491
27492 2006-04-19  Derek Price  <derek@ximbiot.com>
27493             Eric Blake  <ebb9@byu.net>
27494
27495         * lib/inttypes.h: Correct grammar in comment.
27496
27497 2006-04-18  Derek Price  <derek@ximbiot.com>
27498             Paul Eggert  <eggert@cs.ucla.edu>
27499
27500         * modules/inttypes: New file.
27501         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
27502
27503 2006-04-18  Derek Price  <derek@ximbiot.com>
27504             Paul Eggert  <eggert@cs.ucla.edu>
27505
27506         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
27507         New files.
27508
27509 2006-04-18  Derek Price  <derek@ximbiot.com>
27510             Paul Eggert  <eggert@cs.ucla.edu>
27511
27512         * lib/inttypes.h: New file.
27513         * lib/strtoimax.c: Assume <inttypes.h>.
27514
27515 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
27516
27517         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
27518         isn't mounted.  Problem reported by Kir Kolyshkin.
27519
27520 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27521
27522         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
27523         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
27524         Derek R. Price.
27525         * lib/regex.h (RE_DUP_MAX): Update comment to match current
27526         implementation.
27527
27528 2006-04-12  Eric Blake  <ebb9@byu.net>
27529
27530         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
27531         is now done automatically by the corresponding Autoconf macro.
27532
27533 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
27534
27535         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
27536         time_r.h.
27537
27538 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27539
27540         Merge regex changes from libc, removing some of our
27541         POSIX-conformance changes that were rejected and redoing them in a
27542         less-intrusive way.
27543
27544         * lib/regcomp.c (re_compile_internal, init_dfa):
27545         Length arg is now size_t, not Idx.  All uses changed.
27546         (peek_token): Forward decl now says internal_function.
27547         (__re_error_msgid, __re_error_msgid_idx):
27548         Now static rather than extern with attribute_hidden.
27549         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
27550         For some reason libc prefers K&R style defns for external functions.
27551         (regerror) [!defined _LIBC]: Likewise.
27552         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
27553         (seek_collating_symbol_entry, lookup_collation_sequence_value):
27554         (build_range_exp, build_collating_symbol):
27555         Use K&R-style defn.
27556         (re_compile_fastmap): Use '\0' to memset, not 0.
27557         (utf8_sb_map): Make the calculations more obvious.
27558         (init_dfa, parse_bracket_exp, build_charclass_op):
27559         Call calloc and cast result, as glibc does.
27560         (init_word_char, fetch_token, peek_token, peek_token_bracket):
27561         (build_range_exp, build_collating_symbol):
27562         Now internal functions.
27563
27564         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
27565
27566         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
27567         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
27568         Don't depend on VMS; depend on __VMS instead, for POSIX
27569         namespace cleanness.
27570         (regoff_t): Define to ssize_t, not long int.
27571
27572         Remove the REG_ macros named below.  Instead, make the old names
27573         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
27574         __USE_GNU_REGEX.
27575         (REG_BACKSLASH_ESCAPE_IN_LISTS):
27576         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
27577         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
27578         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
27579         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
27580         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
27581         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
27582         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
27583         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
27584         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
27585         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
27586         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
27587         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
27588         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
27589         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
27590         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
27591         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
27592         (REG_NREGS):
27593         Remove.  All uses replaced by the old RE_* names.
27594         (RE_BACKSLASH_ESCAPE_IN_LISTS):
27595         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
27596         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
27597         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
27598         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
27599         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
27600         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
27601         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
27602         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
27603         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
27604         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
27605         Don't bother having these macros be independent of each others'
27606         values, since they no longer exist in the POSIX name space.
27607
27608         Rename the following member names back to their old names,
27609         unless !__USE_GNU_REGEX.  All uses changed back.
27610         (buffer): Renamed from re_buffer.
27611         (allocated): Renamed from re_allocated.
27612         (used): Renamed from re_used.
27613         (syntax): Renamed from re_syntax.
27614         (fastmap): Renamed from re_fastmap.
27615         (translate): Renamed from re_translate.
27616         (can_be_null): Renamed from re_can_be_null.
27617         (regs_allocated): Renamed from re_regs_allocated.
27618         (fastmap_accurate): Renamed from re_fastmap_accurate.
27619         (no_sub): Renamed from re_no_sub.
27620         (not_bol): Renamed from re_not_bol.
27621         (not_eol): Renamed from re_not_eol.
27622         (newline_anchor): Renamed from re_newline_anchor.
27623         (num_regs): Renamed from rm_num_regs.
27624         (start): Renamed from rm_start.
27625         (end): Renamed from rm_end.
27626
27627         (free_state): Move up a bit.
27628
27629         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
27630         #define to be empty.
27631         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
27632         when that is what is intended.
27633         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
27634         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
27635         (MAX): New macro.
27636         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
27637         All uses changed back to re_malloc, etc.  It's now the caller's
27638         responsibility to check for overflow; all callers changed.
27639         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
27640         (re_x2nrealloc): Remove.
27641         (free_state): Remove decl.
27642
27643         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
27644         (re_set_registers, re_exec):
27645         Use K&R-style defn.
27646
27647         2006-01-31  Roland McGrath  <roland@redhat.com>
27648
27649         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
27650         Reported by Mike Frysinger <vapier@gentoo.org>.
27651
27652         2006-01-15  Andreas Jaeger  <aj@suse.de>
27653
27654         [BZ #1950]
27655         * lib/regex_internal.c (re_string_reconstruct): Adjust for
27656         build_wcs_upper_buffer change.
27657         (build_wcs_upper_buffer): Change return type.
27658
27659         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
27660
27661         * lib/regex_internal.h: Include <stdint.h> if available.
27662
27663         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
27664
27665         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
27666
27667         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
27668
27669         * lib/regcomp.c: Adjust for changed secondary hash function.
27670
27671         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
27672
27673         * lib/regex.h: Pretty printing.
27674         Clean up namespace a bit.
27675
27676         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
27677
27678         * lib/regexec.c (update_cur_sifted_state, check_arrival,
27679         check_arrival_add_next_nodes): Avoid using uninitialized variable.
27680
27681         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
27682                     Ulrich Drepper  <drepper@redhat.com>
27683
27684         [BZ #1302]
27685         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
27686         changed.
27687         (bitset_word_t): Renamed from bitset_word.  All uses changed.
27688
27689         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
27690
27691         [BZ #281]
27692         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
27693         * lib/regcomp.c: Remove unnecessary uses of
27694         unsigned RE_TRANSLATE_TYPE.
27695         * lib/regex_internal.h: Likewise.
27696         * lib/regex_internal.c: Likewise.
27697         * lib/regexec.c: Likewise.
27698         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
27699
27700         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
27701
27702         * lib/regexec.c (find_recover_state): Remove unnecessary
27703         initialization.
27704         (transit_state_bkref): Make DFA a const pointer.
27705         (get_subexp): Likewise.
27706         (check_arrival): Likewise.
27707         (update_cur_sifted_state): Likewise.
27708         (re_search_internal): Likewise.
27709         (prune_impossible_nodes): Likewise.
27710         (acquire_init_state_context): Likewise.
27711         (proceed_next_node): Likewise.
27712         (set_regs): Likewise.
27713         (free_fail_stack_return): Likewise.
27714         (check_arrival_expand_ecl): Mark DFA parameter as const.
27715         (check_arrival_expand_ecl_sub): Likewise.
27716         (check_subexp_limits): Likewise.
27717         (sub_epsilon_src_nodes):  Likewise.
27718         (add_epsilon_src_nodes):  Likewise.
27719         (merge_state_array): Likewise.
27720         (update_regs): Likewise.
27721         (build_trtable): Likewise.
27722         (sift_states_backward): Mark MCTX parameter as const.
27723         (build_sifted_states): Likewise.
27724         (update_cur_sifted_state): Likewise.
27725         (sift_states_mkref): Likewise.
27726         (check_arrival_expand_ecl): Mark eclosure as const.
27727         (check_dst_limits_calc_pos_1): Likewise.
27728         * lib/regex_internal.h (re_match_context_t): Make dfa a const
27729         pointer.
27730
27731         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
27732
27733         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
27734         (transit_state_sb): Likewise.
27735         (transit_state_mb): Likewise.
27736         (sift_states_iter_mb): Likewise.
27737         (check_arrival_add_next_nodes): Likewise.
27738         (check_node_accept_bytes): Change first parameter to pointer-to-const.
27739         [_LIBC] (re_search_2_stub): Use mempcpy.
27740
27741         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
27742         mbrtowc for very simple UTF-8 case.
27743
27744         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
27745         a pointer-to-const.
27746         (re_acquire_state_context): Likewise.
27747         * lib/regex_internal.h: Adjust prototypes.
27748
27749         * lib/regex.c: Prevent using C++ compilers.
27750
27751         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
27752         (re_acquire_state_context): Likewise.
27753
27754 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27755
27756         * modules/regex (Depends-on): Add ssize_t.
27757
27758 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27759
27760         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
27761         translation table.
27762
27763 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
27764
27765         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
27766
27767 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
27768             Bruno Haible  <bruno@clisp.org>
27769
27770         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
27771         <sys/types.h> and <inttypes.h>.
27772
27773 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27774
27775         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
27776         `__error_t_defined', so argp.h will not typedef the former.
27777
27778 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
27779
27780         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
27781         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
27782         glibc names.  Even if glibc is changed to conform to POSIX, the
27783         traditional names will be available anyway, since regex depends on
27784         the extensions module.  Also, fix a longstanding typo in the
27785         implementation of Spencer ERE test #75 from grep 2.3.  Problems
27786         reported by Emanuele Giaquinta.  Also, change sense of cached
27787         variable, so that the message makes sense.
27788
27789 2006-03-24  Simon Josefsson  <jas@extundo.com>
27790
27791         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
27792         including some doc fixes.
27793         (base64_encode_alloc): Fix +1 bug on allocation failures.
27794
27795 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27796
27797         * lib/base64.c (base64_encode): Do not read past end of array with
27798         unsanitized input on systems with CHAR_BIT > 8.
27799
27800 2006-03-24  Eric Blake  <ebb9@byu.net>
27801
27802         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
27803
27804 2006-03-22  Karl Berry  <karl@gnu.org>
27805
27806         * config/srclist.txt (*setenv.[ch]): get from coreutils.
27807         * config/srclistvars.sh (COREUTILS): new var.
27808
27809 2006-03-17  Jim Meyering  <jim@meyering.net>
27810
27811         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
27812         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
27813
27814 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27815
27816         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
27817         no longer needs it.  Instead, check that regoff_t is as least
27818         as wide as ptrdiff_t.
27819
27820         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
27821         so that our regex.h stays compatible with the installed regex.
27822         This is helpful for installers who configure --without-included-regex.
27823         Problem reported by Emanuele Giaquinta.
27824
27825 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
27826
27827         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
27828         Typedef to long int, not to off_, as POSIX will likely change
27829         in that direction.
27830
27831 2006-03-15  Eric Blake  <ebb9@byu.net>
27832
27833         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
27834
27835 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
27836
27837         * lib/argp-help.c (validate_uparams): Fix typo
27838         * lib/argp-parse.c (argp_default_options): Consistently begin help
27839         messages with a lowercase letter.
27840
27841 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
27842
27843         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
27844         overrun buffers and shouldn't be used (much as gets shouldn't be
27845         used).
27846         * lib/time_r.c (asctime_r, ctime_r): Likewise.
27847
27848 2006-03-08  Simon Josefsson  <jas@extundo.com>
27849
27850         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
27851         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27852
27853 2006-03-08  Simon Josefsson  <jas@extundo.com>
27854
27855         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
27856         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27857
27858 2006-03-08  Simon Josefsson  <jas@extundo.com>
27859
27860         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
27861         signal that configure disabled the device.
27862
27863 2006-03-08  Simon Josefsson  <jas@extundo.com>
27864
27865         * build-aux/maint.mk: Fix refresh-po, to handle no translated
27866         languages.
27867
27868 2006-03-07  Simon Josefsson  <jas@extundo.com>
27869
27870         * modules/getopt (Depends-on): Add unistd.
27871
27872         * modules/unistd: New file.
27873
27874 2006-03-07  Simon Josefsson  <jas@extundo.com>
27875
27876         * modules/gc-random: New file.
27877
27878 2006-03-07  Simon Josefsson  <jas@extundo.com>
27879
27880         * m4/unistd_h.m4: New file.
27881
27882 2006-03-07  Simon Josefsson  <jas@extundo.com>
27883
27884         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
27885         test to be side-effect free by storing the result in the cache
27886         variable gl_cv_lib_readline, and moving the assignment of
27887         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
27888         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27889
27890 2006-03-07  Simon Josefsson  <jas@extundo.com>
27891
27892         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
27893         error on missing devices (the functions will return an error).
27894
27895         * m4/gc.m4: Move random stuff to gc-random.m4
27896
27897 2006-03-07  Simon Josefsson  <jas@extundo.com>
27898
27899         * lib/unistd_.h: New file.
27900
27901 2006-03-07  Simon Josefsson  <jas@extundo.com>
27902
27903         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
27904
27905 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27906
27907         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
27908         Problem reported by Juan Manuel Guerrero.
27909
27910 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27911
27912         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
27913         the unistd module.
27914         * lib/getlogin_r.c: Likewise.
27915         * lib/getlogin_r.h: Likewise.
27916         * lib/glob.c: Likewise.
27917         * lib/pagealign_alloc.c: Likewise.
27918         * lib/unistd_.h: Remove; no longer needed.
27919
27920 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
27921
27922         * MODULES.html.sh (Support for systems lacking POSIX:2001):
27923         Add unistd.
27924         * modules/c-stack (Depends-on): Add unistd.
27925         * modules/getlogin_r: Likewise.
27926         * modules/glob: Likewise.
27927         * modules/pagealign_alloc: Likewise.
27928         * modules/unistd (Files): Remove lib/unistd_.h.
27929         (EXTRA_DIST): Remove.
27930         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
27931         need unistd_.h.
27932         (MOSTLYCLEANFILES): Remove unistd.h-t.
27933
27934 2006-03-03  Simon Josefsson  <jas@extundo.com>
27935
27936         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
27937
27938 2006-03-03  Simon Josefsson  <jas@extundo.com>
27939
27940         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
27941         libidn and bison.
27942
27943 2006-03-03  Simon Josefsson  <jas@extundo.com>
27944
27945         * build-aux/maint.mk: Add indent target.
27946
27947 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
27948
27949         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
27950         our replacement poll.h in any case, to avoid a differing
27951         declaration from a system header.  Seen on AIX.
27952
27953 2006-03-01  Simon Josefsson  <jas@extundo.com>
27954
27955         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
27956         <kasal@ucw.cz>.
27957
27958 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27959
27960         * modules/gettime (Depends-on): Add extensions module.
27961         * modules/nanosleep (Depends-on): Likewise.
27962         * modules/settime (Depends-on): Likewise.
27963
27964 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
27965
27966         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
27967         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
27968         pedantically.
27969         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
27970         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
27971
27972         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
27973         not "==".  Reported by Ralf Wildenhues.
27974
27975 2006-03-01  Karl Berry  <karl@gnu.org>
27976
27977         * doc/Copyright/request-*: new files, synced from gnuorg.
27978
27979 2006-03-01  Karl Berry  <karl@gnu.org>
27980
27981         * config/srclist.txt (Copyright/*): new entries.
27982
27983 2006-02-28  Simon Josefsson  <jas@extundo.com>
27984
27985         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
27986
27987 2006-02-27  Simon Josefsson  <jas@extundo.com>
27988
27989         * lib/base64.h: Indent #define's.  From Jim Meyering
27990         <jim@meyering.net>.
27991
27992 2006-02-27  Jim Meyering  <jim@meyering.net>
27993
27994         Revert the change of 2006-02-24, so these files can continue
27995         to be sync'd from gettext.
27996         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
27997         of `config.h'.
27998
27999 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28000
28001         * modules/intprops: New file.
28002         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
28003         Add intprops.
28004         * modules/getloadavg (Files): Remove lib/intprops.h.
28005         (Depends-on): Add intprops.
28006         * modules/human: Likewise.
28007         * modules/inttostr: Likewise.
28008         * modules/openat: Likewise.
28009         * modules/sig2str: Likewise.
28010         * modules/userspec: Likewise.
28011         * modules/utimecmp: Likewise.
28012         * modules/xnanosleep: Likewise.
28013         * modules/xstrtol: Likewise.
28014
28015 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
28016
28017         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
28018         * modules/lock-tests (TESTS): Use $(EXEEXT).
28019         * modules/tls-tests: Likewise.
28020         * modules/argp-tests: Likewise.
28021         (check_PROGRAMS): New var, replacing...
28022         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
28023
28024 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28025
28026         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
28027         `config.h'.
28028
28029 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
28030
28031         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
28032
28033 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28034
28035         Sync from coreutils.
28036         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
28037         gl_CHDIR_SAFER.
28038
28039 2006-02-22  Jim Meyering  <jim@meyering.net>
28040
28041         Sync from coreutils.
28042         * m4/chdir-safer.m4: New file.
28043
28044 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
28045
28046         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
28047         AT_FDCWD exceeds INT_MAX.
28048         * lib/openat.h (AT_FDCWD): Likewise.
28049
28050 2006-02-17  Eric Blake  <address@hidden>
28051
28052         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
28053
28054 2006-02-16  Simon Josefsson  <jas@extundo.com>
28055
28056         * modules/getaddrinfo (Depends-on): Add sys_socket.
28057
28058 2006-02-15  Simon Josefsson  <jas@extundo.com>
28059
28060         * build-aux/maint.mk: Add dsyntax-check rule.
28061
28062 2006-02-15  Eric Blake  <ebb9@byu.net>
28063
28064         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
28065         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
28066         'present but cannot compile' warnings on cygwin.
28067         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
28068         use ws2tcpip.h if sys/socket.h works.
28069         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
28070         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
28071
28072 2006-02-14  Simon Josefsson  <jas@extundo.com>
28073
28074         * modules/maintainer-makefile (Files): Rename.
28075
28076         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
28077         and (the local) Makefile.cfg to maint-cfg.mk.
28078
28079         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
28080         to the latter.
28081
28082         * modules/maintainer-makefile: New module.
28083
28084         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
28085         severaly stripped to make it possible to build it up from scratch
28086         with reliable tests.
28087
28088         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
28089         fixes to permit overriding the default actions when configure and
28090         makefile are not available.
28091
28092 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
28093
28094         Sync from coreutils.
28095         * modules/lstat (Depends-on): Don't depend on xalloc.
28096         (License): Change from GPL to LGPL, since this is now simply a
28097         replacement for a libc function.
28098
28099 2006-02-14  Jim Meyering  <jim@meyering.net>
28100
28101         Sync from coreutils.
28102
28103         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
28104         failure on deficient systems, and simplify gnulib lgpl dependencies.
28105         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
28106         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
28107
28108         * lib/xalloc-die.c: Remove unused definition of N_.
28109
28110 2006-02-14  Jim Meyering  <jim@meyering.net>
28111
28112         Sync from coreutils.
28113         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
28114         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
28115         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
28116         double-quote uses of that variable, to accommodate the rare case in
28117         which getmntent is available in none of the libraries checked.  This
28118         happens at least on FreeBSD 5.0.
28119
28120 2006-02-13  Simon Josefsson  <jas@extundo.com>
28121
28122         * gnulib-tool (Usage): Fix --import, from
28123         karl@freefriends.org (Karl Berry).
28124
28125 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
28126
28127         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
28128
28129 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
28130
28131         * lib/argp-namefrob.h: Restore changes accidentally lost during the
28132         "autoupdate" on 2005-12-12.
28133
28134 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28135
28136         * modules/closeout (Depends-on): Remove atexit.
28137
28138 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
28139
28140         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
28141         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
28142
28143 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
28144
28145         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
28146         __EXTENSIONS__ if this causes compilation to fail.  Problem
28147         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
28148         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
28149
28150 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
28151
28152         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
28153         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
28154         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
28155         All uses changed.
28156
28157 2006-01-26  Simon Josefsson  <jas@extundo.com>
28158
28159         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
28160         prototype is visible on mingw32.
28161
28162         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
28163         for mingw32.
28164
28165         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
28166         mingw32).
28167
28168 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
28169
28170         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
28171         attempt to open for write; this always fails, at least on POSIX
28172         hosts.  This reinstates the 2006-01-09 change, which was
28173         inadvertently removed.
28174
28175 2006-01-26  Bruno Haible  <bruno@clisp.org>
28176
28177         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
28178         Reported by Paul Eggert.
28179
28180 2006-01-26  Bruno Haible  <bruno@clisp.org>
28181             Paul Eggert  <eggert@cs.ucla.edu>
28182
28183         * lib/stdbool_.h (_Bool)
28184         [(! (defined __cplusplus || defined __BEOS__)
28185           && !defined __GNUC__
28186           && !(defined __HP_cc || defined __xlc__
28187                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
28188                || defined __sgi))]:
28189         #define to signed char in these cases too; this simplifies
28190         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
28191         etc., separately) and makes it more conservative.
28192
28193 2006-01-25  Simon Josefsson  <jas@extundo.com>
28194
28195         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
28196         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
28197         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
28198
28199 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
28200
28201         * lib/argp-namefrob.h: Bugfix. Remove stray #
28202
28203 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28204
28205         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
28206         so that we test the test.
28207         Check for yet another HP-UX cc bug involving *bool |= bool.
28208
28209 2006-01-25  Karl Berry  <karl@gnu.org>
28210
28211         * config/srclist.txt (vasnprintf.c): sync lost.
28212
28213 2006-01-25  Jim Meyering  <jim@meyering.net>
28214
28215         Sync from the stable (b5) branch of coreutils:
28216
28217         * lib/fts.c (fts_children): Don't let close() clobber errno from
28218         failed fchdir().
28219
28220         * lib/fts.c (fts_stat): When following a symlink-to-directory,
28221         don't necessarily interpret stat-fails+lstat-succeeds as indicating
28222         a dangling symlink.  That can also happen at least for ELOOP.
28223         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
28224         FYI, this bug predates the inclusion of fts.c in coreutils.
28225
28226         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
28227         in their own block, so pre-c99 compilers don't object.
28228
28229         Avoid the double-free (first in fts_read, second in fts_close) that
28230         would occur when an `active' directory is made inaccessible (e.g.,
28231         via chmod a-x) during a traversal.
28232         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28233         before returning.  Reproduce this failure by
28234         mkdir -p a/b; cd a; chmod a-x . b
28235         Reported by Stavros Passas.
28236
28237 2006-01-25  Jim Meyering  <jim@meyering.net>
28238
28239         * lib/fileblocks.c: Remove more useless parentheses.
28240         * lib/readutmp.h: Likewise.
28241
28242 2006-01-25  Bruno Haible  <bruno@clisp.org>
28243
28244         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
28245         warnings.
28246         Reported by Paul Eggert.
28247
28248 2006-01-25  Bruno Haible  <bruno@clisp.org>
28249
28250         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
28251         rid of a trap command. For Solaris sh.
28252         Reported by Mark D. Baushke <mdb@gnu.org>.
28253
28254 2006-01-24  Simon Josefsson  <jas@extundo.com>
28255
28256         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
28257         Bruno.
28258
28259 2006-01-24  Karl Berry  <karl@gnu.org>
28260
28261         * config/srclist.txt (argp-namefrob.h): sync lost.
28262
28263 2006-01-24  Jim Meyering  <jim@meyering.net>
28264
28265         * modules/openat (Files): Add lib/intprops.h.
28266         From Mark D. Baushke.
28267
28268 2006-01-24  Jim Meyering  <jim@meyering.net>
28269
28270         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
28271         Reported by Mark D. Baushke.
28272
28273 2006-01-24  Jim Meyering  <jim@meyering.net>
28274
28275         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
28276
28277 2006-01-24  Bruno Haible  <bruno@clisp.org>
28278
28279         * modules/strnlen (Maintainer): Change from glibc to all.
28280
28281 2006-01-24  Bruno Haible  <bruno@clisp.org>
28282
28283         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
28284         Patch by Paul Eggert.
28285
28286 2006-01-24  Bruno Haible  <bruno@clisp.org>
28287
28288         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
28289         already has it.
28290         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
28291         2005-11-26.
28292
28293         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
28294         'signed char' to avoid problems with the built-in _Bool type.
28295         Reported by Paul Eggert on 2005-11-26.
28296
28297 2006-01-24  Bruno Haible  <bruno@clisp.org>
28298
28299         * gnulib-tool (func_import): Avoid constructing complicated sed
28300         expressions inside backquote.
28301         Report and solution by Mark D. Baushke <mdb@gnu.org>.
28302
28303 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
28304
28305         These changes imported from libc.
28306         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
28307         test and two separate function calls.
28308         * lib/strndup.c (__strndup): Add libc_hidden_def.
28309
28310 2006-01-23  Simon Josefsson  <jas@extundo.com>
28311
28312         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
28313         Remove the test_*_SOURCES variable: automake infers it by default.
28314         * modules/tls-tests: Likewise.
28315
28316 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28317
28318         Work around porting bugs reported by Dieter in
28319         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
28320         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
28321         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
28322         Include "getopt.h" first, to check interface.
28323         (getenv): Declare only if defined HAVE_DECL_GETENV &&
28324         !HAVE_DECL_GETENV.
28325         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
28326         (__strndup): Revert to K&R-style function dfns, the glibc style.
28327         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
28328         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
28329         Include strnlen.h first, to get prototype properly.
28330         (strnlen): Renamed from __strnlen.
28331         Remove weak alias.
28332
28333 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28334
28335         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
28336
28337 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28338
28339         * config/srclist.txt: Adjust to reflect glibc reorganization.
28340         This affects only comments.
28341
28342 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
28343
28344          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
28345          Reported by Bruce Korb <bkorb@gnu.org>.
28346
28347 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
28348
28349         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
28350         to pacify gcc -Wswitch-default.
28351
28352 2006-01-22  Bruno Haible  <bruno@clisp.org>
28353
28354         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
28355         temporary buffer for sprintf, take into account the precision also
28356         for 'd', 'i', 'u', 'o', 'x', 'X'.
28357
28358 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28359
28360         * modules/argp-tests: New module
28361         * tests/test-argp.c: New file
28362         * tests/test-argp-2.sh: New file
28363
28364 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
28365
28366         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
28367         (__argp_base_name): Removed
28368         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
28369         typo.
28370         (__argp_base_name): Provide macro definition or extern declaration
28371         depending on the configuration
28372
28373 2006-01-20  Simon Josefsson  <jas@extundo.com>
28374
28375         * modules/inet_ntop (Depends-on): Depend on sys_socket.
28376
28377 2006-01-20  Simon Josefsson  <jas@extundo.com>
28378
28379         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
28380
28381 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28382
28383         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
28384         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
28385         Suggested by Bruno Haible.
28386
28387 2006-01-20  Karl Berry  <karl@gnu.org>
28388
28389         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
28390         until changes propagate, I guess.
28391
28392 2006-01-19  Simon Josefsson  <jas@extundo.com>
28393
28394         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
28395
28396 2006-01-19  Simon Josefsson  <jas@extundo.com>
28397
28398         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
28399
28400 2006-01-19  Simon Josefsson  <jas@extundo.com>
28401
28402         * gnulib-tool: Set check_PROGRAMS.
28403
28404         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28405         modules/des-tests, modules/gc-arcfour-tests,
28406         modules/gc-arctwo-tests, modules/gc-des-tests,
28407         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28408         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28409         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28410         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28411         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28412         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
28413         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
28414         test_*_SOURCES.
28415
28416 2006-01-18  Simon Josefsson  <jas@extundo.com>
28417
28418         * modules/socklen (Depends-on): Depend on sys_socket.
28419
28420 2006-01-18  Simon Josefsson  <jas@extundo.com>
28421
28422         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
28423         modules/des-tests, modules/gc-arcfour-tests,
28424         modules/gc-arctwo-tests, modules/gc-des-tests,
28425         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
28426         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
28427         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
28428         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
28429         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
28430         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
28431         $(EXEEXT) to automake TESTS variable, for mingw32.
28432
28433 2006-01-17  Simon Josefsson  <jas@extundo.com>
28434
28435         * modules/socklen (Include): Need sys/socket.h.
28436
28437 2006-01-17  Bruno Haible  <bruno@clisp.org>
28438
28439         * modules/ssize_t (Include): Add <sys/types.h>.
28440
28441 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
28442
28443         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
28444         it's not portable and it doesn't work with cross-compiles.
28445         Problem reported by Bruno Haible.  Fix missing-$ typo in
28446         'test "gl_cv_ignore_unused_libraries" ...' that prevented
28447         -zignore from being used with Sun's C compiler.
28448
28449 2006-01-12  Simon Josefsson  <jas@extundo.com>
28450
28451         * lib/base64.c: Fix warning, reported by Bruno Haible
28452         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
28453
28454 2006-01-12  Bruno Haible  <bruno@clisp.org>
28455
28456         * modules/ldd: New file.
28457         * build-aux/ldd.sh.in: New file.
28458         * MODULES.html.sh (Support for building libraries and executables): Add
28459         ldd.
28460
28461 2006-01-12  Bruno Haible  <bruno@clisp.org>
28462
28463         * m4/ldd.m4: New file.
28464
28465 2006-01-12  Bruno Haible  <bruno@clisp.org>
28466
28467         * gnulib-tool (func_import, func_create_testdir): Don't go into an
28468         endless loop while replacing $auxdir with build-aux.
28469
28470 2006-01-11  Simon Josefsson  <jas@extundo.com>
28471
28472         * lib/stdint_.h (SIZE_MAX): Add missing (.
28473
28474 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
28475
28476         Sync from coreutils.
28477         * lib/md5.c: Fix commentary typos.
28478         (alignof, UNALIGNED_P): No need for a GCC-specific version.
28479         * lib/md5.h (__attribute__): Remove; unused.
28480         * lib/sha1.c: Fix commentary to match md5 better.
28481         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
28482         so that we don't need to worry about alignment.  All uses changed.
28483         This merges the 2005-10-28 md5 change into sha1.
28484
28485 2006-01-11  Jim Meyering  <jim@meyering.net>
28486
28487         Sync from coreutils.
28488         * lib/md5.c (OP): Fix spacing.
28489
28490 2006-01-11  Bruno Haible  <bruno@clisp.org>
28491
28492         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28493         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
28494         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
28495
28496 2006-01-11  Bruno Haible  <bruno@clisp.org>
28497
28498         Ensure automatic ordering between gl_LOCK and gl_ARGP.
28499         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
28500         the "early" section as well.
28501
28502 2006-01-11  Bruno Haible  <bruno@clisp.org>
28503
28504         Avoid "ar: no archive members specified" error on MacOS X.
28505         * gnulib-tool (func_modules_add_dummy): New function.
28506         (func_import, func_create_testdir): Invoke it.
28507
28508 2006-01-11  Bruno Haible  <bruno@clisp.org>
28509
28510         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
28511         with $auxdir in AC_CONFIG_FILES statements.
28512
28513 2006-01-11  Bruno Haible  <bruno@clisp.org>
28514
28515         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28516         Initialize also noinst_HEADERS to empty.
28517
28518 2006-01-11  Bruno Haible  <bruno@clisp.org>
28519
28520         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
28521         variables.
28522         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
28523         autoreconf.
28524
28525 2006-01-11  Bruno Haible  <bruno@clisp.org>
28526
28527         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
28528         overridable by the user.
28529         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28530
28531 2006-01-10  Simon Josefsson  <jas@extundo.com>
28532
28533         * modules/sys_socket: New file.
28534
28535 2006-01-10  Simon Josefsson  <jas@extundo.com>
28536
28537         * m4/sys_socket_h.m4: New file.
28538
28539 2006-01-10  Simon Josefsson  <jas@extundo.com>
28540
28541         * lib/socket_.h: New file.
28542
28543 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28544
28545         * modules/readutmp (Maintainer): Add myself.
28546
28547 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28548
28549         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
28550         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
28551         People who are still concerned with buggy memcmp implementations
28552         can invoke gl_FUNC_MEMCMP themselves.
28553
28554 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
28555
28556         * lib/regex_internal.h (BITSET_WORD_BITS):
28557         Work around a bug in 64-bit PGC (before version 6.1-2), where the
28558         preprocessor mishandles large unsigned values as if they were signed.
28559         Problem reported by Claudio Fontana in
28560         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
28561
28562 2006-01-10  Jim Meyering  <jim@meyering.net>
28563
28564         Avoid the double-free (first in fts_read, second in fts_close) that
28565         would occur when an `active' directory is made inaccessible (e.g.,
28566         via chmod a-x) during a traversal.
28567         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
28568         before returning.  Reproduce this failure by
28569         mkdir -p a/b; cd a; chmod a-x . b
28570         Reported by Stavros Passas.
28571
28572         Sync from coreutils.
28573         * lib/sha1.c: Tweak grammar in a comment.
28574
28575 2006-01-10  Jim Meyering  <jim@meyering.net>
28576
28577         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
28578         Patch by Joerg Sonnenberger.
28579
28580 2006-01-10  Bruno Haible  <bruno@clisp.org>
28581
28582         * modules/readutmp: Depend on module free.
28583         * modules/strtok_r: Depend on module restrict.
28584
28585 2006-01-10  Bruno Haible  <bruno@clisp.org>
28586
28587         * modules/gettext (configure.ac): Add an invocation of
28588         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
28589
28590 2006-01-10  Bruno Haible  <bruno@clisp.org>
28591
28592         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
28593         Reported by Werner Lemberg <wl@gnu.org>.
28594
28595 2006-01-10  Bruno Haible  <bruno@clisp.org>
28596
28597         * lib/localcharset.c: Update from GNU gettext.
28598
28599 2006-01-10  Bruno Haible  <bruno@clisp.org>
28600
28601         * lib/argp.h (__const): Remove macro. Use const instead.
28602         * lib/argp-fmtstream.h (__const): Likewise.
28603         * lib/glob_.h (__const): Remove macro.
28604         * lib/glob-libc.h: Use const instead of __const.
28605
28606 2006-01-10  Bruno Haible  <bruno@clisp.org>
28607
28608         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
28609         variable.
28610         Needed to avoid an automake error regarding the 'gettext' module.
28611
28612 2006-01-09  Simon Josefsson  <jas@extundo.com>
28613
28614         * modules/inet_ntop (Depends-on): Add restrict.
28615
28616 2006-01-09  Simon Josefsson  <jas@extundo.com>
28617
28618         * modules/gc-rijndael-tests (License): Put under LGPL.
28619
28620         * modules/gc-des-tests (License): Likewise.
28621
28622         * modules/gc-arcfour-tests (License): Likewise.
28623
28624         * modules/gc-arctwo-tests (License): Likewise.
28625
28626         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
28627
28628         * modules/gc-hmac-sha1-tests (Files): Likewise.
28629
28630         * modules/gc-hmac-md5-tests (License): Likewise.
28631
28632         * modules/gc-sha1-tests (License): Likewise.
28633
28634         * modules/gc-md5-tests (License): Likewise.
28635
28636         * modules/gc-md4-tests (License): Likewise.
28637
28638         * modules/gc-md2-tests (License): Likewise.
28639
28640         * modules/gc-tests (License): Likewise.
28641
28642         * modules/des-tests (License): Likewise.
28643
28644         * modules/md4-tests (License): Likewise.
28645
28646         * modules/md2-tests (License): Likewise.
28647
28648 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28649
28650         Sync from coreutils:
28651
28652         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
28653         * modules/lib-ignore: New file.
28654         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
28655         chdir-safer.m4, lchmod.m4.
28656         * modules/openat: Add mkdirat.c, openat-priv.h.
28657
28658 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28659
28660         Sync from coreutils.
28661         * m4/lib-ignore.m4: New file.
28662         * m4/lchmod.m4: New file.
28663
28664 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28665
28666         Sync from coreutils.
28667         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
28668         for write access: POSIX says that must fail.
28669         * lib/fts.c (diropen): Likewise.
28670         * lib/save-cwd.c (save_cwd): Likewise.
28671         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
28672         well, for minor improvements on hosts that lack O_DIRECTORY.
28673         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
28674         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
28675         Fall back on chown if open failed with EACCES.
28676
28677         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
28678         Report an error at compile-time if only a 1-second nominal clock
28679         resolution is found.
28680
28681         * lib/lchmod.h: New file.
28682         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
28683         (make_dir_parents): Use lchown rather than chown, and
28684         lchmod rather than chmod.
28685
28686         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
28687         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
28688         "proc" reported by n0dalus.
28689
28690         * lib/mountlist.c: Include <limits.h>.
28691         (dev_from_mount_options)
28692         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
28693         New function.  It no longer assumes "dev=" has the System V meaning
28694         on Linux (since it doesn't).  It also parses "dev=" more carefully.
28695         (read_file_system_list)
28696         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
28697         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
28698         dev= in that case.
28699
28700         * lib/posixtm.h (PDS_PRE_2000): New macro.
28701         * lib/posixtm.c (year): Arg is now syntax_bits rather than
28702         allow_century.  All usages changed.  Reject dates outside the range
28703         1969-1999 if PDS_PRE_2000 is used.
28704
28705 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28706
28707         Sync from coreutils.
28708         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
28709         (Time of day items): Mention the possibility of leap seconds.
28710         Problem reported by Dr. David Alan Gilbert.
28711
28712 2006-01-09  Jim Meyering  <jim@meyering.net>
28713
28714         Sync from coreutils.
28715
28716         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
28717
28718         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
28719
28720         * lib/modechange.c (mode_compile): Reject an invalid mode string
28721         that starts with an octal digit.  From Andreas Gruenbacher.
28722
28723         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
28724         and dup to open_safer and dup_safer, respectively.
28725         (openat_permissive): Fix typo in comment.
28726
28727         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
28728         "gettext.h"; either no longer needed or are guaranteed by openat.h.
28729         (_): Remove; no longer needed.
28730         (openat): Renamed from rpl_openat; no need for rpl_openat
28731         since openat.h renames openat for us.
28732         Replace most of the body with a call to openat_permissive,
28733         to avoid duplicate code.
28734         Port to (probably hypothetical) environments were mode_t is
28735         wider than int.
28736         (openat_permissive): Require mode arg, so that we can check
28737         types better.  Put it just after flags.  Change cwd failure
28738         indicator from pointer-to-bool to pointer-to-errno-value.
28739         All callers changed.
28740         Invoke openat_save_fail and/or openat_restore_fail if
28741         cwd_errno is null, so that openat can call us.
28742         (openat_permissive, fdopendir, fstatat, unlinkat):
28743         Simplify errno handling to avoid some duplicate code,
28744         as it's OK to set errno on success.
28745         * lib/openat.h: Revamp code so that function macros depend on
28746         __OPENAT_PREFIX only, not also on AT_FDCWD.
28747         (openat_ro): Remove.  Caller changed to use openat_permissive.
28748         (openat_permissive): Now a macro, if not a function.
28749         (openat_restore_fail, openat_save_fail): Now always functions,
28750         since mkdirat needs them even if __OPENAT_PREFIX is defined.
28751
28752         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
28753         and openat.c.
28754         * lib/mkdirat.c: Include openat-priv.h.
28755         Remove definitions of macros defined therein.
28756         * lib/openat.c: Likewise.
28757
28758         * lib/mkdirat.c (mkdirat): New file and function.
28759         * lib/openat.h (mkdirat): Declare.
28760
28761         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
28762
28763         * lib/openat.h (openat_permissive): Declare.
28764         (openat_ro): Define.
28765
28766         * lib/openat.c (EXPECTED_ERRNO): New macro.
28767         (openat_permissive): New function -- used in remove.c rewrite.
28768         (all functions): Set errno just before returning, only if there
28769         was an actual failure.
28770         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
28771
28772         Emulate openat-family functions using Linux's procfs, if possible.
28773         Idea and some code based on Ulrich Drepper's glibc changes.
28774
28775         * lib/openat.c: (BUILD_PROC_NAME): New macro.
28776         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
28777         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
28778         before falling back on save_cwd and restore_cwd.
28779         (fdopendir, fstatat, unlinkat): Likewise.
28780
28781         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
28782         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
28783
28784         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
28785         as second argument to va_arg.  Otherwise, some versions of gcc
28786         warn that `if this code is reached, the program will abort'.
28787
28788 2006-01-09  Jim Meyering  <jim@meyering.net>
28789
28790         Sync from coreutils.
28791         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
28792         Require openat-priv.h.
28793
28794 2006-01-09  Bruno Haible  <bruno@clisp.org>
28795
28796         * modules/strnlen (Include): Use strnlen.h.
28797
28798 2006-01-09  Bruno Haible  <bruno@clisp.org>
28799
28800         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
28801
28802 2006-01-09  Bruno Haible  <bruno@clisp.org>
28803
28804         * lib/sysexit_.h (EX_OK): New macro.
28805         Suggested by Martin Lambers <marlam@marlam.de>.
28806
28807 2006-01-09  Bruno Haible  <bruno@clisp.org>
28808
28809         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
28810         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
28811
28812 2006-01-09  Bruno Haible  <bruno@clisp.org>
28813
28814         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
28815         numbers.
28816
28817 2006-01-09  Bruno Haible  <bruno@clisp.org>
28818
28819         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
28820         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
28821         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
28822         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
28823
28824 2006-01-09  Bruno Haible  <bruno@clisp.org>
28825
28826         * build-aux/javacomp.sh.in: New file, moved from lib/.
28827         * modules/javacomp-script (Files): Update.
28828         (configure.ac): Add AC_CONFIG_FILES invocation.
28829         (EXTRA_DIST): Remove variable.
28830
28831         * build-aux/javaexec.sh.in: New file, moved from lib/.
28832         * modules/javaexec (Files): Update.
28833         (configure.ac): Add AC_CONFIG_FILES invocation.
28834         (EXTRA_DIST): Remove javaexec.sh.in.
28835
28836         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
28837         * modules/csharpcomp-script (Files): Update.
28838         (configure.ac): Add AC_CONFIG_FILES invocation.
28839         (EXTRA_DIST): Remove variable.
28840
28841         * build-aux/csharpexec.sh.in: New file, moved from lib/.
28842         * modules/csharpexec (Files): Update.
28843         (configure.ac): Add AC_CONFIG_FILES invocation.
28844         (EXTRA_DIST): Remove csharpexec.sh.in.
28845
28846 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28847
28848         Sync from coreutils.
28849
28850         Add POSIX ACL support
28851         * lib/acl.h (copy_acl, set_acl): Add declarations.
28852         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
28853         systems other than Linux.
28854         (chmod_or_fchmod): New function: use fchmod when possible,
28855         and chmod otherwise.
28856         (file_has_acl): Add a POSIX ACL implementation, with a
28857         Linux-specific subcase.
28858         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
28859         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
28860         acls are unsupported.
28861         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
28862         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
28863         are unsupported.
28864
28865 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
28866
28867         Sync from coreutils.
28868         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
28869
28870 2006-01-07  Bruno Haible  <bruno@clisp.org>
28871
28872         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
28873         gl_EARLY.
28874
28875 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28876
28877         * lib/strftime.c (tzname): Don't declare if it is already #defined.
28878         Problem reported for Mingw by Mark Junker.
28879
28880 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28881
28882         * README: Gnulib normally doesn't generate a tarball.
28883
28884 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
28885
28886         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
28887         long int, not int, for nanosecond counts, so that people who are
28888         used to POSIX struct timespec won't be surprised.  Reported by Jim
28889         Meyering.
28890
28891 2005-12-28  Bruno Haible  <bruno@clisp.org>
28892
28893         * build-aux/config.rpath: Update from GNU gettext.
28894
28895 2005-12-16  Jim Meyering  <jim@meyering.net>
28896
28897         * modules/fprintftime: New module.
28898         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
28899
28900 2005-12-16  Jim Meyering  <jim@meyering.net>
28901
28902         * m4/fprintftime.m4: New file.
28903
28904 2005-12-16  Jim Meyering  <jim@meyering.net>
28905
28906         * lib/fprintftime.c, lib/fprintftime.h: New files.
28907
28908 2005-12-15  Simon Josefsson  <jas@extundo.com>
28909
28910         * modules/socklen (configure.ac): Fix M4 macro name, to align with
28911         new m4/socklen.m4.
28912
28913 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28914
28915         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
28916         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
28917
28918 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28919
28920         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
28921         * lib/argp-help.c (fill_in_uparams): Check if the constructed
28922         struct uparams is valid. Fall back to the default values if it is
28923         not.
28924
28925 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28926
28927         * modules/argp (Files): Add argp-pin.c
28928         (Depends-on): dirname
28929         (lib_SOURCES): Add argp-pin.c
28930
28931 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28932
28933         * m4/argp.m4:  Check if program_invocation_name and
28934         program_invocation_short_name are declared and define appropriate
28935         macros if they are not.
28936
28937 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28938
28939         * lib/argp-help.c (__argp_base_name): New function
28940         (__argp_short_program_name): Rewrite using __argp_base_name
28941         * lib/argp-namefrob.h: Define program_invocation_name and
28942         program_invocation_short_name if requested
28943         (__argp_base_name): Add prototype
28944         * lib/argp-parse.c (argp_def): Use gettext wrappers
28945         (argp_default_parser): Use __argp_base_name
28946         * lib/argp-pin.c: New file. Defines program_invocation_name and
28947         program_invocation_short_name on systems that lack them.
28948
28949 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28950
28951         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
28952         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
28953         porting problem reported by Georg Schwarz in
28954         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
28955
28956 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28957
28958         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
28959         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
28960         porting problem reported by Georg Schwarz in
28961         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
28962
28963 2005-12-05  Bruno Haible  <bruno@clisp.org>
28964
28965         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
28966         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
28967         Reported by Mark Junker <mjscod@gmx.de>.
28968
28969 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
28970
28971         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
28972         Use implementation from Albert Chin, with some
28973         comments/corrections by Stepan Kasal and myself.
28974
28975 2005-12-02  Bruno Haible  <bruno@clisp.org>
28976
28977         * gnulib-tool (func_import): Accept GPLed build tool modules when
28978         --lgpl is given.
28979         * modules/csharpcomp-script: New file.
28980         * modules/csharpcomp: Depend on it.
28981         * modules/javacomp-script: New file.
28982         * modules/javacomp: Depend on it.
28983         Suggested by Simon Josefsson.
28984
28985 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
28986
28987         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
28988         statement, to work around an HP-UX 10.20 compiler bug reported by
28989         Peter O'Gorman.
28990
28991 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
28992
28993         * modules/savedir (Depends-on): Add openat.
28994
28995 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
28996
28997         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
28998         (uintmax_t) [defined uintmax_t]: Do not declare.
28999         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
29000         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
29001         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
29002         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
29003         sake of portability to weird hosts that C allows (though we don't
29004         know of any practical examples).
29005
29006         * lib/savedir.h (fdsavedir): New decl.
29007         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
29008         contains most of the former guts of savedir.
29009         (savedir): Use savedirstream.
29010         Include "openat.h".
29011
29012 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
29013
29014         * modules/obstack (Files): Add m4/ulonglong.m4.
29015         Problem reported by Davide Angelocola.
29016
29017 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29018
29019         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
29020         coreutils no longer futzes with rounding modes.
29021
29022 2005-11-14  Jim Meyering  <jim@meyering.net>
29023
29024         * lib/mkstemp-safer.c: Include <config.h>, required for possible
29025         replacement of mkstemp.
29026
29027 2005-11-10  Simon Josefsson  <jas@extundo.com>
29028
29029         * lib/readline.c: Remove EOL.
29030
29031 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29032
29033         * modules/gethrxtime (Depends-on): Add gettime.
29034
29035 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29036
29037         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
29038         or gettimeofday; no longer needed.
29039
29040 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29041
29042         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
29043         time business.
29044         (gethrxtime) [! (HAVE_NANOUPTIME
29045         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
29046         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
29047         our own approximation.
29048
29049 2005-11-08  Eric Blake  <ebb9@byu.net>
29050
29051         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29052
29053 2005-11-08  Eric Blake  <ebb9@byu.net>
29054
29055         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
29056
29057 2005-11-04  Bruno Haible  <bruno@clisp.org>
29058
29059         * gnulib-tool: Implement --update mode.
29060
29061 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29062
29063         Fix porting problem reported by Theodoros V. Kalamatianos.
29064         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
29065         Don't assume that futimes failing means we must fail.
29066
29067 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29068
29069         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
29070         variables to suggest the intended function of the PATH_MAX check.
29071
29072 2005-10-30  Kean Johnston  <jkj@sco.com>
29073
29074         Trivial changes to support SCO systems.
29075         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
29076         as PATH_MAX.
29077         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
29078         where __ptr is null when no I/O is pending.
29079
29080 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29081
29082         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
29083         leave errno alone.  Problem reported by Dmitry V. Levin.
29084
29085 2005-10-28  Simon Josefsson  <jas@extundo.com>
29086
29087         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
29088         Test more.
29089
29090         * tests/test-gc-md2.c, tests/test-md2.c: New files.
29091
29092         * modules/md2, modules/md2-tests: New files.
29093
29094 2005-10-28  Simon Josefsson  <jas@extundo.com>
29095
29096         * m4/inet_ntop.m4: More tests.
29097
29098         * m4/gc-md2.m4, md2.m4: New file.
29099
29100 2005-10-28  Simon Josefsson  <jas@extundo.com>
29101
29102         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
29103         "restrict" keywords, as per POSIX.  Protect the function
29104         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
29105         Don't use K&R prototypes.  Check the sprintf return values.
29106         Re-define EAFNOSUPPORT if not present.  Indent.
29107
29108         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
29109         suggested by Bruno Haible <bruno@clisp.org>.
29110
29111         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
29112
29113         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
29114
29115         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
29116         libgcrypt).
29117
29118         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
29119
29120         * lib/md2.h, lib/md2.c: New files.
29121
29122 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
29123
29124         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
29125         errno alone.  Problem reported by Frederic Jolliton.
29126
29127 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
29128
29129         * modules/verify (License): Change from GPL to LGPL.  This is a
29130         tiny module and there are apparently near-equivalents that are
29131         under the BSD license.
29132
29133 2005-10-24  Simon Josefsson  <jas@extundo.com>
29134
29135         * modules/sha1: Relicense to LGPL.
29136
29137 2005-10-24  Simon Josefsson  <jas@extundo.com>
29138
29139         * lib/md4.h: Shrink buffer size, now that we changed the type.
29140
29141 2005-10-23  Simon Josefsson  <jas@extundo.com>
29142
29143         * gnulib-tool (func_import): Fix --tests-base.
29144
29145 2005-10-22  Simon Josefsson  <jas@extundo.com>
29146
29147         * modules/arcfour (Depends-on): Need stdint.
29148
29149 2005-10-22  Simon Josefsson  <jas@extundo.com>
29150
29151         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
29152         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
29153
29154 2005-10-22  Simon Josefsson  <jas@extundo.com>
29155
29156         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
29157         suggested by Bruno Haible <bruno@clisp.org>.
29158
29159 2005-10-22  Simon Josefsson  <jas@extundo.com>
29160
29161         * lib/crc.h: Include stddef.h, for size_t.
29162
29163 2005-10-22  Simon Josefsson  <jas@extundo.com>
29164
29165         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
29166         arcfour_context struct (simplify test vector testing in GNU
29167         Shishi).
29168
29169 2005-10-21  Simon Josefsson  <jas@extundo.com>
29170
29171         * modules/des, modules/des-tests: New files.
29172
29173         * modules/gc-des, modules/gc-des-tests: New files.
29174
29175         * tests/test-des.c, tests/test-gc-des.c: New file.
29176
29177 2005-10-21  Simon Josefsson  <jas@extundo.com>
29178
29179         * modules/arctwo, modules/arctwo-tests: New files.
29180
29181         * tests/test-arctwo.c: New file.
29182
29183         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
29184
29185         * tests/test-gc-arctwo.c: New file.
29186
29187 2005-10-21  Simon Josefsson  <jas@extundo.com>
29188
29189         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
29190         Bruno Haible <bruno@clisp.org>.
29191
29192         * m4/gc-des.m4: New file.
29193
29194 2005-10-21  Simon Josefsson  <jas@extundo.com>
29195
29196         * m4/arctwo.m4: New file.
29197
29198         * m4/gc-arctwo.m4: New file.
29199
29200 2005-10-21  Simon Josefsson  <jas@extundo.com>
29201
29202         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
29203         block.
29204
29205 2005-10-21  Simon Josefsson  <jas@extundo.com>
29206
29207         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
29208         <bruno@clisp.org>.
29209
29210         * lib/hmac-sha1.c (hmac_sha1): Likewise.
29211
29212         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
29213         Bruno Haible <bruno@clisp.org>.
29214
29215         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
29216         <bruno@clisp.org>.
29217
29218 2005-10-21  Simon Josefsson  <jas@extundo.com>
29219
29220         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
29221
29222 2005-10-21  Simon Josefsson  <jas@extundo.com>
29223
29224         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
29225
29226 2005-10-21  Simon Josefsson  <jas@extundo.com>
29227
29228         * lib/des.h, lib/des.c: New files.
29229
29230         * lib/gc-gnulib.c: Support DES.c
29231
29232 2005-10-21  Simon Josefsson  <jas@extundo.com>
29233
29234         * lib/arctwo.h, lib/arctwo.c: New files.
29235
29236         * lib/gc-gnulib.c: Support ARCTWO.
29237
29238 2005-10-21  Simon Josefsson  <jas@extundo.com>
29239
29240         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
29241         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29242
29243 2005-10-21  Simon Josefsson  <jas@extundo.com>
29244
29245         * gnulib-tool (func_import, func_create_testdir): Define automake
29246         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
29247         Makefile.am snippet),
29248         suggested by Bruno Haible <bruno@clisp.org>.
29249
29250         * modules/gc (Makefile.am): Use it.
29251
29252 2005-10-21  Bruno Haible  <bruno@clisp.org>
29253
29254         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
29255         patch.
29256
29257 2005-10-19  Simon Josefsson  <jas@extundo.com>
29258
29259         * tests/test-gc-rijndael.c: New file.
29260
29261         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
29262
29263 2005-10-19  Simon Josefsson  <jas@extundo.com>
29264
29265         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
29266         interface too.
29267
29268 2005-10-19  Simon Josefsson  <jas@extundo.com>
29269
29270         * tests/test-gc-arcfour.c: New file.
29271
29272         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
29273
29274 2005-10-19  Simon Josefsson  <jas@extundo.com>
29275
29276         * modules/gc-md4, modules/gc-md4-tests: New file.
29277
29278         * tests/test-gc-md4.c: New file.
29279
29280 2005-10-19  Simon Josefsson  <jas@extundo.com>
29281
29282         * m4/gc-md4.m4: New file.
29283
29284 2005-10-19  Simon Josefsson  <jas@extundo.com>
29285
29286         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
29287         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
29288         <kasal@ucw.cz>.
29289
29290 2005-10-19  Simon Josefsson  <jas@extundo.com>
29291
29292         * m4/gc-arcfour.m4: New file.
29293
29294         * m4/gc-rijndael.m4: New file.
29295
29296 2005-10-19  Simon Josefsson  <jas@extundo.com>
29297
29298         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
29299
29300 2005-10-19  Simon Josefsson  <jas@extundo.com>
29301
29302         * lib/gc-gnulib.c: Support ARCFOUR.
29303
29304 2005-10-19  Simon Josefsson  <jas@extundo.com>
29305
29306         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
29307         support.
29308
29309         * lib/gc.h: Add ECB enum type.
29310
29311         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
29312
29313 2005-10-18  Simon Josefsson  <jas@extundo.com>
29314
29315         * tests/test-md5.c: New file.
29316
29317         * modules/md5-tests: New file.
29318
29319 2005-10-18  Simon Josefsson  <jas@extundo.com>
29320
29321         * tests/test-md4.c: New file.
29322
29323         * modules/md4, modules/md4-tests: New files.
29324
29325 2005-10-18  Simon Josefsson  <jas@extundo.com>
29326
29327         * m4/md4.m4: New file.
29328
29329 2005-10-18  Simon Josefsson  <jas@extundo.com>
29330
29331         * lib/md4.h, lib/md4.c: New files, based on md5.?.
29332
29333 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
29334
29335         * gnulib-tool (func_create_testdir): Omit the second check whether
29336         BUILT_SOURCES in nonempty.
29337
29338 2005-10-17  Simon Josefsson  <jas@extundo.com>
29339
29340         * tests/test-rijndael.c: New file.
29341
29342 2005-10-17  Simon Josefsson  <jas@extundo.com>
29343
29344         * modules/sha1: Depend on stdint instead of md5.
29345
29346         * modules/md5: Depend on stdint, remove uint32_t.
29347
29348 2005-10-17  Simon Josefsson  <jas@extundo.com>
29349
29350         * modules/gc-sha1-tests: New file.
29351
29352         * tests/test-gc-sha1.c: New file.
29353
29354 2005-10-17  Simon Josefsson  <jas@extundo.com>
29355
29356         * m4/md5.m4: Remove call to uint32_t.m4.
29357
29358 2005-10-17  Simon Josefsson  <jas@extundo.com>
29359
29360         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
29361
29362         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
29363         md5.h.
29364
29365         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
29366
29367         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
29368
29369 2005-10-17  Simon Josefsson  <jas@extundo.com>
29370
29371         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
29372
29373 2005-10-17  Simon Josefsson  <jas@extundo.com>
29374
29375         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
29376
29377 2005-10-17  Simon Josefsson  <jas@extundo.com>
29378
29379         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
29380
29381         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
29382
29383 2005-10-17  Bruno Haible  <bruno@clisp.org>
29384
29385         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
29386         that it can also be used in a test.
29387
29388 2005-10-16  Bruno Haible  <bruno@clisp.org>
29389
29390         * gnulib-tool (func_emit_tests_Makefile_am): Also define
29391         TESTS_ENVIRONMENT, so that individual tests can augment it.
29392
29393         * gnulib-tool (func_create_testdir): Use an intermediate target for
29394         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
29395         macros, like $(ALLOCA_H), which cannot be passed through the command
29396         line.
29397
29398 2005-10-15  Simon Josefsson  <jas@extundo.com>
29399
29400         * modules/rijndael-tests: New file.
29401
29402         * modules/rijndael: New file.
29403
29404 2005-10-15  Simon Josefsson  <jas@extundo.com>
29405
29406         * m4/rijndael.m4: New file.
29407
29408 2005-10-15  Simon Josefsson  <jas@extundo.com>
29409
29410         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
29411
29412         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
29413
29414 2005-10-14  Simon Josefsson  <jas@extundo.com>
29415
29416         * tests/test-arcfour.c: New file.
29417
29418         * modules/arcfour, modules/arcfour-tests: New files.
29419
29420 2005-10-14  Simon Josefsson  <jas@extundo.com>
29421
29422         * m4/arcfour.m4: New file.
29423
29424 2005-10-14  Simon Josefsson  <jas@extundo.com>
29425
29426         * lib/arcfour.h, lib/arcfour.c: New files.
29427
29428 2005-10-14  Roland McGrath  <roland@redhat.com>
29429
29430         Import from libc.  [BZ #1331]
29431         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
29432         macro argument.
29433         Reported by Matej Vela <vela@debian.org>.
29434
29435 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29436
29437         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
29438         include <wchar.h>; no longer needed.
29439
29440 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
29441
29442         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
29443
29444 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
29445         and  Ulrich Drepper  <drepper@redhat.com>
29446
29447         Import from libc.
29448         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
29449         instead of inline stream orientation test and two separate
29450         function calls.  Pay no attention to USE_IN_LIBIO.
29451
29452 2005-10-13  Simon Josefsson  <jas@extundo.com>
29453
29454         * modules/gc-hmac-md5-tests: New file.
29455
29456         * tests/test-gc-hmac-sha1.c: New file.
29457
29458         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
29459
29460         * modules/gc-hmac-md5-tests: New file.
29461
29462         * tests/test-gc-md5.c: New file.
29463
29464         * modules/gc-md5-tests: New file.
29465
29466 2005-10-13  Simon Josefsson  <jas@extundo.com>
29467
29468         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
29469         Move memory allocation outside of loop.
29470
29471 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
29472
29473         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
29474         intermediate directory is in a read-only file system.  Problem
29475         reported by Eric Blake.
29476
29477 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
29478
29479         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
29480
29481 2005-10-12  Simon Josefsson  <jas@extundo.com>
29482
29483         * tests/test-hmac-sha1.c: New file.
29484
29485         * modules/hmac-sha1-tests: New file.
29486
29487         * modules/hmac-sha1: New file.
29488
29489 2005-10-12  Simon Josefsson  <jas@extundo.com>
29490
29491         * modules/gc-sha1: New file.
29492
29493 2005-10-12  Simon Josefsson  <jas@extundo.com>
29494
29495         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
29496
29497         * tests/test-gc-pbkdf2-sha1.c: New file.
29498
29499 2005-10-12  Simon Josefsson  <jas@extundo.com>
29500
29501         * modules/gc-md5, modules/gc-hmac-md5: New files.
29502
29503         * modules/gc (Files): Remove md5, memxor and hmac files.
29504
29505 2005-10-12  Simon Josefsson  <jas@extundo.com>
29506
29507         * m4/gc-pbkdf2-sha1.m4: New file.
29508
29509         * m4/gc-hmac-sha1.m4: New file.
29510
29511         * m4/gc-sha1: New file.
29512
29513         * m4/hmac-sha1.m4: New file.
29514
29515 2005-10-12  Simon Josefsson  <jas@extundo.com>
29516
29517         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
29518
29519         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
29520
29521 2005-10-12  Simon Josefsson  <jas@extundo.com>
29522
29523         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
29524         suggested by Bruno Haible <bruno@clisp.org>.
29525
29526 2005-10-12  Simon Josefsson  <jas@extundo.com>
29527
29528         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
29529
29530 2005-10-12  Simon Josefsson  <jas@extundo.com>
29531
29532         * lib/gc-pbkdf2-sha1.c: New file.
29533
29534         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
29535
29536 2005-10-12  Simon Josefsson  <jas@extundo.com>
29537
29538         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
29539
29540         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
29541
29542 2005-10-12  Simon Josefsson  <jas@extundo.com>
29543
29544         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
29545         GC_USE_HMAC_MD5, respectively.
29546
29547         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
29548         (gc_md5): Fix typo.
29549
29550         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
29551
29552         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
29553
29554         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
29555
29556 2005-10-12  Bruno Haible  <bruno@clisp.org>
29557
29558         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
29559         Reported by Stepan Kasal <kasal@ucw.cz>.
29560
29561 2005-10-11  Simon Josefsson  <jas@extundo.com>
29562
29563         * tests/test-crc.c: New file.
29564
29565         * modules/crc, modules/crc-tests: New files.
29566
29567 2005-10-11  Simon Josefsson  <jas@extundo.com>
29568
29569         * m4/crc.m4: New file.
29570
29571 2005-10-11  Simon Josefsson  <jas@extundo.com>
29572
29573         * lib/gc.h: Add gc_hash and gc_hash_buffer.
29574
29575         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
29576
29577         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
29578
29579 2005-10-11  Simon Josefsson  <jas@extundo.com>
29580
29581         * lib/crc.h, lib/crc.c: New files.
29582
29583         * lib/gc.h (gc_hash_buffer): Add doc.
29584
29585 2005-10-11  Bruno Haible  <bruno@clisp.org>
29586
29587         * modules/c-strcasestr: New file.
29588         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
29589
29590 2005-10-11  Bruno Haible  <bruno@clisp.org>
29591
29592         * modules/c-strcase: New file.
29593         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
29594
29595 2005-10-11  Bruno Haible  <bruno@clisp.org>
29596
29597         * lib/strcasecmp.c: Include limits.h.
29598         (strcasecmp): Avoid integer overflow on exotic platforms.
29599         * lib/strncasecmp.c: Include limits.h.
29600         (strncasecmp): Avoid integer overflow on exotic platforms.
29601         Reported by Paul Eggert.
29602
29603 2005-10-11  Bruno Haible  <bruno@clisp.org>
29604
29605         * lib/c-strcasestr.h: New file, from GNU gettext.
29606         * lib/c-strcasestr.c: New file, from GNU gettext.
29607
29608 2005-10-11  Bruno Haible  <bruno@clisp.org>
29609
29610         * lib/c-strcase.h: New file, from GNU gettext.
29611         * lib/c-strcasecmp.c: New file, from GNU gettext.
29612         * lib/c-strncasecmp.c: New file, from GNU gettext.
29613
29614 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29615
29616         * modules/mempcpy (License): GPL -> LGPL.
29617         * modules/strchrnul (License): Likewise.
29618         * modules/sysexits (License): Likewise.
29619
29620 2005-10-08  Simon Josefsson  <jas@extundo.com>
29621
29622         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
29623
29624 2005-10-07  Simon Josefsson  <jas@extundo.com>
29625
29626         * m4/memxor.m4: Remove gl_C_RESTRICT call.
29627
29628 2005-10-06  Simon Josefsson  <jas@extundo.com>
29629
29630         * tests/test-hmac-md5.c: New file.
29631
29632         * modules/hmac-md5-tests: New file.
29633
29634         * modules/hmac-md5: New file.
29635
29636 2005-10-06  Simon Josefsson  <jas@extundo.com>
29637
29638         * m4/hmac-md5.m4: New file.
29639
29640         * m4/memxor.m4: Require gl_C_RESTRICT.
29641
29642 2005-10-06  Simon Josefsson  <jas@extundo.com>
29643
29644         * lib/memxor.c (memxor): Avoid casts and warnings.
29645
29646 2005-10-06  Simon Josefsson  <jas@extundo.com>
29647
29648         * lib/hmac-md5.c: New file.
29649
29650         * lib/hmac.h: New file.
29651
29652 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29653
29654         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
29655         promotes to int, not unsigned int, to catch the AIX 5.3
29656         compiler bug.
29657
29658 2005-10-05  Simon Josefsson  <jas@extundo.com>
29659
29660         * modules/memxor: New file.
29661
29662         * modules/iconv (Files): Move config.rpath to havelib, it is used
29663         there.
29664
29665         * modules/havelib (Files): Add config.rpath.
29666
29667 2005-10-05  Simon Josefsson  <jas@extundo.com>
29668
29669         * m4/memxor.m4: New file.
29670
29671 2005-10-05  Simon Josefsson  <jas@extundo.com>
29672
29673         * lib/memxor.c (memxor): Fix compiler error.
29674
29675         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
29676         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
29677
29678         * lib/memxor.h, lib/memxor.c: New files.
29679
29680         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
29681         we assume all systems have it, suggested by Jim Meyering
29682         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
29683         any systems lack sys/socket.h; mingw32 is known to lack it, but we
29684         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
29685         same reasons.
29686
29687 2005-10-05  Simon Josefsson  <jas@extundo.com>
29688
29689         * config/srclist.txt: Add glibc bug 1423 for md5.h.
29690
29691 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
29692
29693         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
29694         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
29695         needed, since the source code now assumes these .h files.
29696
29697 2005-10-05  Derek Price  <derek@ximbiot.com>
29698
29699         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
29700
29701 2005-10-05  Bruno Haible  <bruno@clisp.org>
29702
29703         * modules/stdint (License): Change to LGPL.
29704
29705 2005-10-04  Simon Josefsson  <jas@extundo.com>
29706
29707         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
29708         D. Baushke" <mdb@gnu.org>.
29709
29710 2005-10-04  Bruno Haible  <bruno@clisp.org>
29711
29712         * lib/verify.h (verify_true): Provide alternative definition for C++.
29713
29714 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
29715
29716         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
29717         (SSIZE_MAX): New macro, if not already defined.
29718         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
29719         than 2 GiB.
29720
29721 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29722
29723         Sync from coreutils.
29724         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
29725         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
29726         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
29727         ULLONG_MAX doesn't work with 2.7.2.1.
29728
29729 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29730
29731         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
29732         From Ben Pfaff.
29733
29734         * modules/exclude (Depends-on): Depend on verify.
29735         * modules/strtoimax (Depends-on): Likewise.
29736         * modules/utimecmp (Depends-on): Likewise.
29737
29738 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
29739
29740         * lib/exclude.c: Include verify.h.
29741         (verify): Remove.  All callers changed to use verify.h's version.
29742         * lib/strtoimax.c: Likewise.
29743         * lib/utimecmp.c: Likewis.e
29744
29745         Sync from coreutils.
29746         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
29747         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
29748         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
29749         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
29750         bother returning ENOSYS if settimeofday or stime fails; just let
29751         them return whatever errno they want to return.
29752         * lib/utimens.c: Include unistd.h, for dup2.
29753         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
29754         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
29755
29756 2005-10-02  Jim Meyering  <jim@meyering.net>
29757
29758         Sync from coreutils.
29759         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
29760         from glibc-2.2.5 that fails for read-only files.
29761
29762 2005-10-02  Jim Meyering  <jim@meyering.net>
29763
29764         Sync from coreutils.
29765         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
29766         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
29767         `#if HAVE_CONFIG_H'.
29768         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
29769         Remove AT_FDCWD test.
29770         Do not consume the fd unless successful.
29771         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
29772         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
29773         block, so that we don't even try to compile it if settimeofday is
29774         available.  This works around a compilation failure on OSF1 V5.1,
29775         due to stime requiring a `long int*' while tv_sec is `int'.
29776
29777 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
29778
29779         Sync from coreutils.
29780         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
29781         against `yes', rather than just testing for nonempty.
29782
29783 2005-10-01  Simon Josefsson  <jas@extundo.com>
29784
29785         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
29786         and Darwin.
29787
29788         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
29789         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
29790         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
29791         freeaddrinfo and gai_strerror are declared by the POSIX headers.
29792         Check if struct addrinfo is declared.
29793
29794 2005-10-01  Simon Josefsson  <jas@extundo.com>
29795
29796         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
29797         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
29798         AI_* and EAI_* definitions.  Protect function declarations.
29799
29800 2005-10-01  Jim Meyering  <jim@meyering.net>
29801
29802         Sync from coreutils.
29803
29804         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
29805         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
29806         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
29807         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29808         in the inet and nsl libraries.  Required on Solaris 5.7.
29809
29810 2005-10-01  Jim Meyering  <jim@meyering.net>
29811
29812         Sync from coreutils.
29813         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
29814         in the inet and nsl libraries.  Required on Solaris 5.7.
29815
29816 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
29817
29818         * lib/getdelim.c (getdelim): Remove unused variables.
29819
29820 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
29821
29822         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
29823         so that the code works even with ancient cpp.  Portability problem
29824         with GCC 2.7.2.1 reported by Thomas M.Ott.
29825
29826 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
29827
29828         * modules/regex (Depends-on): Add strcase.
29829
29830         * modules/gethostname (Licence): Change from GPL to LGPL, since
29831         gethostname.c is a trivial implementation of a standard library
29832         function.
29833         * modules/poll (License): Change from GPL to LGPL, since it's
29834         derived from LGPL code.
29835
29836 2005-09-27  Jim Meyering  <jim@meyering.net>
29837
29838         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
29839         HAVE_CONFIG_H.
29840
29841         * lib/intprops.h (signed_type_or_expr__): Define.
29842         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
29843         for unsigned types.
29844
29845 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
29846
29847         * lib/verify.h (verify_expr): Remove, replacing with:
29848         (verify_true): New macro that returns true instead of void.
29849         (verify_type__): Remove.
29850         (verify): Use verify_true rather than verify_type__.
29851
29852 2005-09-26  Bruno Haible  <bruno@clisp.org>
29853
29854         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
29855         is necessary.
29856         (lib_SOURCES): Remove mbchar.c.
29857         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
29858         (Files): Add m4/mbrtowc.m4.
29859         * modules/mbiter: Likewise.
29860         * modules/mbuiter: Likewise.
29861
29862 2005-09-26  Bruno Haible  <bruno@clisp.org>
29863
29864         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
29865         compile mbchar.c if they are not both present.
29866         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
29867         * m4/mbiter.m4 (gl_MBITER): Likewise.
29868         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
29869         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
29870         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
29871
29872 2005-09-25  Jim Meyering  <jim@meyering.net>
29873
29874         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
29875         also uses socklen_t.
29876
29877 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
29878
29879         * lib/utimens.c (ENOSYS): Define if not already defined.
29880         (futimens): Support having a null PATH if the file descriptor
29881         is nonnegative.
29882
29883         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
29884         Remove.
29885         (__attribute): Define to empty unless GCC 3.1 or later.
29886         This works around a core dump on OpenBSD 3.4, which has GCC
29887         2.95.3, which dumps core when given __attribute__(()).  It also
29888         simplifies other tests, since we really don't want to bother with
29889         worrying about which ancient version of GCC supported what.
29890         Original problem reported by Yoann Vandoorselaere, with part of
29891         the fix suggested by Derek Price.
29892
29893 2005-09-24  Jim Meyering  <jim@meyering.net>
29894
29895         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
29896         so we can once again use a positive bitfield width of 1 -- now we
29897         don't have to explain why we were using a bitfield width of 2.
29898
29899 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
29900
29901         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
29902         and similarly for the other external symbols.  Problem reported
29903         by James Gallager.
29904
29905         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
29906         bug reported by Jim Meyering.
29907
29908         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
29909         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
29910         not needed, since socklen is a prerequisite module.
29911
29912 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
29913
29914         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
29915         Problem reported by Eric Blake.
29916         (getaddrinfo): Initialize se so that it's not garbage.
29917         Redo internal storage allocation so that it doesn't make unportable
29918         assumptions about alignment.
29919         Fix a memory leak.
29920
29921         * lib/utimens.c (futimens): Use futimesat if available.
29922         Prefer it to futimes since it doesn't have the futimes bug.
29923
29924         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
29925         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
29926         Instead, declare a function that returns a pointer to an array,
29927         and use verify_type__ to declare the size of the array.
29928         Problem and germ of a solution reported by Bruno Haible.
29929         (verify_type__): Use 2, not 1, for bitfield size, to avoid
29930         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
29931
29932 2005-09-23  Jim Meyering  <jim@meyering.net>
29933
29934         Sync from coreutils.
29935         Correct build failure (socklen_t not defined) on at least
29936         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
29937         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
29938
29939 2005-09-23  Jim Meyering  <jim@meyering.net>
29940
29941         * modules/getaddrinfo (Depends-on): Add socklen.
29942
29943 2005-09-23  Bruno Haible  <bruno@clisp.org>
29944
29945         * tests/test-verify.c: New file.
29946
29947 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29948
29949         Sync from coreutils.
29950
29951         * modules/argmatch (Depends-on): Add verify.
29952         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
29953         unistd-safer.
29954         * modules/save-cwd (Depends-on): Likewise.
29955
29956         * modules/openat (Files): Add lib/openat-die.c.
29957         (Depends-on): Remove error, exitfail.
29958         Add dirname.
29959
29960         * modules/verify: New file.
29961         * MODULES.html.sh (Diagnostics <assert.h>): New section,
29962         with "verify" module.
29963
29964 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29965
29966         Sync from coreutils.
29967
29968         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
29969         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
29970         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
29971         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
29972         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
29973         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
29974         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
29975         Don't bother checking for string.h, stdlib.h, unistd.h.
29976         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
29977         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
29978         module's job.
29979         * m4/jm-macros.m4 (gl_MACROS): Likewise.
29980         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
29981
29982         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
29983         (gl_GETDATE): Use it.
29984
29985         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
29986
29987 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
29988
29989         Sync from coreutils.
29990
29991         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
29992         stat-time.h.
29993         * lib/argmatch.h: Include verify.h
29994         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
29995         (ARGMATCH_ASSERT): Remove; unused.
29996         * lib/canonicalize.c: Assume STDC_HEADERS.
29997         * lib/exclude.c: Include "strcase.h".
29998         * lib/regex_internal.h [!defined _LIBC]: Likewise.
29999         * lib/getusershell.c: Include stdio--.h rather than stdio.h
30000         and stdio-safer.h.
30001         (getusershell): Call fopen, not fopen_safer.
30002         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
30003         Do not include unistd-safer.h.
30004         (save_cwd): Don't call fd_safer; no longer needed
30005         now that we include fcntl--.h.
30006
30007         * lib/getdate.y (relative_time): New type.
30008         (RELATIVE_TIME_0): New constant.
30009         (parser_control): Use relative_time instead of doing it ourselves.
30010         (%union): Add new relative_time rel member.
30011         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
30012         Now typeless.
30013         (relunit, relunit_snumber): Now of type rel.
30014         (zone, rel, relunit, get_date): Adjust to above changes.
30015
30016         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
30017         Do not include unistd-safer.h.
30018         (getloadavg): Don't call fd_safer; no longer needed
30019         now that we include fcntl--.h.
30020
30021         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
30022         (make_dir_parents): Treat ENOSYS like EEXIST.
30023
30024         Improve quality of diagnostics on restore_cwd failure.
30025         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
30026         (make_dir_parents): Last arg is now int * (for errno), not bool *.
30027         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
30028         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
30029         each time through the loop.  Do not diagnose restore_cwd failure;
30030         that is the caller's job (and perhaps the caller does not care).
30031
30032         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
30033         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
30034         If the file already exists but is not a directory, don't bother
30035         to try to make its parents.
30036         Close potential file descriptor leak if we can't chdir("/") (!).
30037         Don't always return true if chdir($PWD) fails; return true only
30038         if the requested action was done successfully (except for the
30039         chdir($PWD)).
30040         Don't log final directory unless we actually made it.
30041         Refactor to avoid duplicate code to fix up permissions.
30042         Don't attempt to fix up parent permissions if chdir($PWD) fails.
30043
30044         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
30045         to make it a bit faster and (I hope) clearer.
30046         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
30047         Fix bug in formats like %2N.
30048
30049         * lib/verify.h: New file.
30050
30051 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
30052
30053         Sync from coreutils.
30054         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
30055
30056 2005-09-22  Jim Meyering  <jim@meyering.net>
30057
30058         Sync from coreutils.
30059
30060         * m4/lstat.m4 (gl_FUNC_LSTAT):
30061         Use AC_LIBSOURCES to require lstat.c and lstat.h.
30062         Remove obsolete comment.
30063         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
30064         * m4/xstrtod.m4: Likewise.
30065
30066         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
30067
30068 2005-09-22  Jim Meyering  <jim@meyering.net>
30069
30070         Sync from coreutils.
30071
30072         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
30073
30074         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
30075         the .tm_year member, since otherwise gcc-4.0 would now warn about
30076         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
30077
30078         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
30079         order to avoid an unsuppressible warning from gcc on 64-bit systems.
30080
30081         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
30082         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
30083         when run in a time zone for which daylight savings time is in effect
30084         for the starting date.
30085
30086         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
30087         stop us from restricting permissions of just-created absolute-named
30088         directories.
30089         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
30090         to restore initial working directory.
30091         * lib/mkdir-p.c (make_dir_parents): New parameter:
30092         different_working_dir, to tell caller if/when we change the working
30093         directory and are unable to return to the initial one.
30094         * lib/mkdir-p.h (make_dir_parents): Update prototype.
30095         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
30096         `return false'.  This fixes a bug introduced on 2004-07-30.
30097
30098         * lib/openat.c (fdopendir): Be sure to close the supplied
30099         file descriptor before returning.  This makes our replacement
30100         implementation a little closer to Solaris's, where fdopendir
30101         ties the file descriptor to the returned DIR* pointer.
30102         * lib/openat.c (unlinkat): New function.
30103         * lib/openat.h (unlinkat): Add prototype.
30104         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
30105         (openat_restore_fail): Rename from openat_restore_die.
30106         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
30107
30108         Provide an alternative to exiting immediately upon save_cwd or
30109         restore_cwd failure.  Now, an application can arrange e.g.,
30110         to perform a longjump in that case.
30111         * lib/openat.c: Include dirname.h.
30112         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
30113         (rpl_openat, fdopendir, fstatat): Call openat_save_die
30114         and openat_restore_die rather than calling error directly.
30115         Don't include "error.h" or "exitfail.h"; they're no longer needed.
30116
30117         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
30118         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
30119         define.
30120
30121         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
30122         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
30123                             int utc, int nanoseconds);
30124         Background:
30125         date should not have to allocate a megabyte of virtual memory to
30126         handle a format argument like +%1048575T.  When implemented with
30127         strftime, it must allocate such a buffer, use strftime to fill it
30128         in, print it, then free it.
30129         With fprintftime, it simply prints everything and exits.
30130         With no need for memory allocation, that's one fewer way to fail.
30131         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
30132         optional field width, not before, so we accept %9:z, not %:9z.
30133         (my_strftime): Be sure to use L_('x') for literals.
30134
30135         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
30136         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
30137         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
30138         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
30139         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
30140         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
30141         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
30142         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
30143         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
30144         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
30145         * lib/xgethostname.c, lib/xreadlink.c:
30146         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
30147
30148         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
30149         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
30150         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
30151         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
30152         and don't include <sys/file.h>).
30153
30154 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
30155
30156         Sync from coreutils.
30157
30158         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
30159         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
30160         [!LDAV_DONE]: Avoid unused variable warning.
30161
30162 2005-09-21  Bruno Haible  <bruno@clisp.org>
30163
30164         * lib/unicodeio.h (unicode_to_mb): New declaration.
30165
30166 2005-09-20  Derek Price  <derek@ximbiot.com>
30167
30168         * lib/getaddrinfo.c: Don't include <netdb.h> included from
30169         getaddrinfo.h.
30170
30171 2005-09-20  Bruno Haible  <bruno@clisp.org>
30172
30173         * gnulib-tool: Remove trailing slashes from the values specified for
30174         --source-base, --m4-base, --tests-base, --aux-dir.
30175         Suggested by Simon Josefsson <jas@extundo.com>.
30176
30177 2005-09-20  Bruno Haible  <bruno@clisp.org>
30178
30179         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
30180         func_modules_to_filelist, func_import, func_create_testdir): Make all
30181         sorting results locale-independent, so that gnulib-cache.m4 doesn't
30182         change when gnulib-tool is invoked in a different locale.
30183
30184 2005-09-19  Simon Josefsson  <jas@extundo.com>
30185
30186         * m4/socklen.m4: Fix typo.
30187
30188 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30189
30190         Use a consistent style for including <config.h>.
30191         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
30192         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
30193         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
30194         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
30195         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
30196         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
30197         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
30198         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
30199         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
30200         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
30201         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
30202         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
30203         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
30204         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
30205         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
30206         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
30207         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
30208         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
30209         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
30210         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
30211         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
30212         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
30213         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
30214         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
30215         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
30216         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
30217         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
30218         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
30219         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
30220         lib/xstrtoumax.c, lib/yesno.c:
30221         Standardize inclusion of config.h.
30222         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
30223         lib/inttostr.h:  Removed inclusion of config.h from header files.
30224         * lib/inttostr.c:  Adjusted in-tree users.
30225         * lib/timespec.h: Remove superfluous warning to include config.h.
30226         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
30227         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
30228         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
30229         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
30230         config.h with HAVE_CONFIG_H.
30231
30232 2005-09-19  Jim Meyering  <jim@meyering.net>
30233
30234         * modules/pathmax (License): Change to LGPL.
30235
30236 2005-09-19  Derek Price  <derek@ximbiot.com>
30237
30238         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
30239
30240 2005-09-19  Bruno Haible  <bruno@clisp.org>
30241
30242         * gnulib-tool (import): Provide default for --tests-base.
30243
30244 2005-09-19  Bruno Haible  <bruno@clisp.org>
30245
30246         * doc/quote.texi: New file, extracted from gnulib.texi.
30247         * doc/ctime.texi: New file, extracted from gnulib.texi.
30248         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
30249         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
30250         * doc/gnulib.texi: Include them.
30251
30252 2005-09-18  Bruno Haible  <bruno@clisp.org>
30253
30254         Portability fix.
30255         * gnulib-tool (func_readlink): New function.
30256         (func_ln_if_changed): Use it.
30257
30258 2005-09-18  Bruno Haible  <bruno@clisp.org>
30259
30260         * gnulib-tool: Support --with-tests also with --import.
30261         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
30262         (func_import): Use variables $testsbase and $inctests. Emit a
30263         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
30264         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
30265         SUBDIRS += $testsdir.
30266         (func_create_testdir): Update.
30267
30268 2005-09-18  Bruno Haible  <bruno@clisp.org>
30269
30270         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
30271         instead of $dry_run.
30272         (func_cp_if_changed, func_mv_if_changed): Remove functions.
30273         (func_ln_if_changed): Don't handle dry-run here.
30274         (func_import): In dry-run mode, detect more precisely which actions
30275         would be performed, and don't use "...ing" verbs.
30276
30277 2005-09-18  Bruno Haible  <bruno@clisp.org>
30278
30279         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
30280         (func_import): Use join on two temporary files instead of three nested
30281         loops, in order to determine which files are new or old.
30282
30283 2005-09-18  Bruno Haible  <bruno@clisp.org>
30284
30285         * gnulib-tool (func_import): Comment out code that spits out the
30286         new files with --dry-run.
30287
30288 2005-09-18  Bruno Haible  <bruno@clisp.org>
30289
30290         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
30291
30292 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30293
30294         * lib/stat-time.h: New file.
30295         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
30296         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
30297         in a different way.
30298         (timespec_cmp): New function.
30299         * lib/utimecmp.c: Include stat-time.h.
30300         (SYSCALL_RESOLUTION): Depend on whether various struct stat
30301         members exist, not on the obsolescent ST_MTIM_NSEC.
30302         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
30303
30304 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30305
30306         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
30307
30308 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
30309
30310         * MODULES.html.sh (File system functions): Add stat-time.
30311         * modules/stat-time: New file.
30312         * modules/timespec (Files): Remove m4/st_mtim.m4; this
30313         is now done in a different way, by the stat-time module.
30314         * modules/utimecmp (Depends-on): Add stat-time.
30315
30316 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
30317
30318         * m4/st_mtim.m4: Remove.  Superseded by...
30319         * m4/stat-time.m4: New file.
30320         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
30321         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
30322
30323 2005-09-15  Derek Price  <derek@ximbiot.com>
30324
30325         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
30326
30327 2005-09-15  Derek Price  <derek@ximbiot.com>
30328
30329         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
30330         * lib/regex_internal.c: Ditto, using this...
30331         (__GNUC_PREREQ): ...new macro.
30332         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
30333         using...
30334         (__GNUC_PREREQ): ...this new macro.
30335
30336         * lib/strstr.h: Include string.h. Define strstr as a macro here.
30337
30338 2005-09-15  Derek Price  <derek@ximbiot.com>
30339             Paul Eggert  <eggert@cs.ucla.edu>
30340
30341         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
30342         changes, consolidating in...
30343         * lib/regex_internal.h: ...this file.
30344
30345 2005-09-13  Jim Meyering  <jim@meyering.net>
30346
30347         * lib/canon-host.c: Filter through gnu indent and reword comments
30348         slightly.
30349         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
30350
30351 2005-09-13  Derek Price  <derek@ximbiot.com>
30352
30353         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
30354         failure.
30355         Reported by Jim Meyering  <jim@meyering.net>.
30356
30357 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
30358
30359         * lib/base64.c: Typo.
30360         (base64_encode): Put b64str in initialized data section.
30361
30362 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
30363
30364         Merge glibc and coreutils changes into gnulib, plus a few
30365         extra fixes.
30366         * lib/md5.c: Use #error rather than a string.
30367         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
30368         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
30369         (__attribute__): Define to empty for non recent-GCC.
30370         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
30371         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
30372         Renamed from their non-__ counterparts, with new macros replacing
30373         them if not _LIBC.  Add __THROW attribute.
30374         (rol): Remove.
30375         (struct md5_ctx): Align buffer if using GCC.
30376         * lib/sha1.h (struct sha1_ctx): Likewise.
30377         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
30378         The old name was backwards.
30379         (NOTSWAP): Remove; not used.
30380         (rol): New macro, moved here from md5.h.
30381         (sha1_process_block): Remove a FIXME that doesn't make sense.
30382
30383 2005-09-12  Derek Price  <derek@ximbiot.com>
30384
30385         Return usable errors from canon-host.
30386         * lib/canon-host.h: New file.
30387         * lib/canon-host.c (canon_host): Wrap...
30388         (canon_host_r): ...this new function, which now relies exclusively on
30389         getaddrinfo.
30390         (ch_strerror): New function.
30391         (last_cherror): New global.
30392         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
30393         interface.
30394         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
30395         void *.
30396         (freeaddrinfo): Free ai->ai_canonname when set.
30397
30398 2005-09-12  Derek Price  <derek@ximbiot.com>
30399
30400         Make canon-host require getaddrinfo.
30401         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
30402         AC_LIBSOURCE canon-host.h.  Call...
30403         (gl_PREREQ_CANON_HOST): ...this new function, which requires
30404         gl_GETADDRINFO.
30405         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
30406
30407 2005-09-12  Derek Price  <derek@ximbiot.com>
30408
30409         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
30410         LGPL.
30411         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
30412
30413 2005-09-12  Derek Price  <derek@ximbiot.com>
30414
30415         * lib/gai_strerror.c: Include config.h when available.  Include
30416         getaddrinfo.h before other headers to test interface.
30417         Reported by Larry Jones <lawrence.jones@ugs.com>.
30418
30419 2005-09-12  Derek Price  <derek@ximbiot.com>
30420             Paul Eggert  <eggert@cs.ucla.edu>
30421
30422         * modules/glob (Files): Add glob-libc.h.
30423
30424 2005-09-12  Derek Price  <derek@ximbiot.com>
30425             Paul Eggert  <eggert@cs.ucla.edu>
30426
30427         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
30428         glob_.h, glob-libc.h.
30429         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
30430
30431 2005-09-12  Derek Price  <derek@ximbiot.com>
30432             Paul Eggert  <eggert@cs.ucla.edu>
30433
30434         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
30435         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
30436         protecting things that should be done only in gnulib contexts.
30437         * lib/glob_.h: New file, containing only the glob things needed for
30438         gnulib.
30439         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
30440         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
30441         (glob, globfree, glob_pattern_p): Now defined simply in terms of
30442         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
30443         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
30444         and to respect the namespace rules better.
30445
30446 2005-09-08  Simon Josefsson  <jas@extundo.com>
30447
30448         * modules/socklen: New file.
30449
30450 2005-09-08  Simon Josefsson  <jas@extundo.com>
30451
30452         * m4/socklen.m4: New file.
30453
30454 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30455
30456         * modules/utimens (Files): Add m4/utimbuf.m4, since
30457         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
30458         Reported by Sergey Poznyakoff.
30459
30460 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30461
30462         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
30463         definitions, since that's the preferred style in glibc.
30464         Fix a minor spacing issue, and update copyright notice to match
30465         glibc's.
30466
30467 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
30468
30469         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
30470
30471 2005-09-06  Simon Josefsson  <jas@extundo.com>
30472
30473         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
30474         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
30475
30476 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30477
30478         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
30479         warning.
30480
30481 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30482
30483         * config/srclist.txt: Add glibc bug 1302.
30484
30485 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
30486
30487         Change bitset word type from unsigned int to unsigned long int,
30488         as this has better performance on typical 64-bit hosts.
30489         Port bitset code to hosts with unusual word sizes.
30490         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
30491         (build_collating_symbol):
30492         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
30493         argument is a bitset.  This is merely a style issue, but it makes
30494         it clearer that an entire array is expected.
30495         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
30496         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
30497         Port to the case where bitset_word is not the same as unsigned int.
30498         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30499         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
30500         Likewise.
30501         * lib/regexec.c (check_dst_limits_calc_pos_1,
30502         check_subexp_matching_top):
30503         (build_trtable, group_nodes_into_DFAstates):
30504         Likewise.
30505         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
30506         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
30507         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
30508         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
30509         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
30510         * lib/regcomp.c (optimize_subexps, lower_subexp):
30511         Work even if bitset_word has holes in its bitwise representation.
30512         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
30513         * lib/regexec.c (check_dst_limits_calc_pos_1,
30514         check_subexp_matching_top):
30515         Likewise.
30516         * lib/regex_internal.c (re_string_reconstruct):
30517         Don't assume UCHAR_MAX == 255.
30518         * lib/regex_internal.h (bitset_set_all): Likewise.
30519         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
30520         All uses changed.
30521         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
30522         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
30523         All uses changed.
30524         (BITSET_WORD_MAX): New macro.
30525         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
30526         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
30527         (bitset_empty, bitset_copy):
30528         Prefer sizeof (bitset) to multiplying it out ourselves.
30529         (bitset_not_merge): Remove; unused.
30530         (bitset_contain): Return bool, not unsigned int with one bit on.
30531         All callers changed.
30532         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
30533         alignment than re_node_set; do this by defining a new internal
30534         type struct dests_alloc and using it to allocate memory.
30535
30536 2005-09-05  Bruno Haible  <bruno@clisp.org>
30537
30538         * gnulib-tool (func_import): Fix comparison in handling of symbolic
30539         links.
30540
30541 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
30542
30543         * modules/size_max (Makefile.am): Add size_max.h
30544
30545 2005-09-04  Derek Price  <derek@ximbiot.com>
30546
30547         * gnulib-tool (func_import): Fix reversed $symbolic logic.
30548
30549 2005-09-03  Simon Josefsson  <jas@extundo.com>
30550
30551         * gnulib-tool: Fix typo.
30552
30553 2005-09-03  Simon Josefsson  <jas@extundo.com>
30554
30555         * config/srclist.txt: Add glibc bug 1293.
30556
30557 2005-09-03  Derek Price  <derek@ximbiot.com>
30558
30559         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
30560         From Larry Jones <lawrence.jones@ugs.com>.
30561
30562 2005-09-02  Simon Josefsson  <jas@extundo.com>
30563
30564         * modules/socklen: New file.
30565
30566 2005-09-02  Simon Josefsson  <jas@extundo.com>
30567
30568         * modules/havelib: New module.
30569
30570         * modules/gettext, modules/iconv, modules/lock, modules/readline:
30571         Use havelib.
30572
30573 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30574
30575         Check for arithmetic overflow when calculating sizes, to prevent
30576         some buffer-overflow issues.  These patches are conservative, in the
30577         sense that when I couldn't determine whether an overflow was possible,
30578         I inserted a run-time check.
30579         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
30580         macros.
30581         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
30582         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
30583         (re_xnrealloc, re_x2nrealloc): New inline functions.
30584         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
30585         parse_bracket_exp):
30586         (build_equiv_class, build_charclass): Check for arithmetic overflow
30587         in size expression calculations.
30588         * lib/regex_internal.c (re_string_realloc_buffers):
30589         (build_wcs_upper_buffer, re_node_set_add_intersect):
30590         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
30591         (re_dfa_add_node, register_state): Likewise.
30592         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
30593         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
30594         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
30595         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
30596
30597 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
30598
30599         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
30600         m4/ulonglong.m4.  Problem reported by Martin Lambers.
30601
30602 2005-09-02  Bruno Haible  <bruno@clisp.org>
30603
30604         Support for lib vs. lib64 distinction on biarch platforms.
30605         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
30606         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
30607         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
30608
30609 2005-09-02  Bruno Haible  <bruno@clisp.org>
30610
30611         * gnulib-tool (import): In the other first-use case, provide defaults
30612         as well.
30613
30614 2005-09-02  Bruno Haible  <bruno@clisp.org>
30615
30616         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
30617         patches not yet found in the latest gettext release.
30618
30619 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30620
30621         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
30622         to avoid a collision with bits/local_lim.h in glibc.
30623         All uses changed.  Problem reported by Dmitry V. Levin in
30624         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
30625
30626         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
30627         bugs in int versus size_t comparisons.
30628         (re_string_context_at): Fix bug where the code assumed that
30629         Idx is signed.
30630
30631         Use bool where appropriate.
30632         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
30633         All callers changed.
30634         (calc_eclosure_iter): Likewise, for ROOT arg.
30635         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
30636         (build_charclass_op): Likewise, for NON_MATCH arg.
30637         * lib/regex_internal.c (re_string_allocate, re_string_construct):
30638         (re_string_construct_common): Likewise, for ICASE arg.
30639         * lib/regexec.c (re_search_2_stub, re_search_stub):
30640         Likewise, for RET_LEN arg.
30641         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
30642         (set_regs): Likewise, for FL_BACKTRACK arg.
30643         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
30644         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
30645         (calc_eclosure_iter, parse_bracket_exp):
30646         Use bool for internal variables that are booleans.
30647         * lib/regexec.c (re_search_internal, check_matching,
30648         proceed_next_node):
30649         (set_regs, build_sifted_states, sift_states_bkref):
30650         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
30651         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
30652         (find_collation_sequence_value):
30653         Likewise.
30654         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
30655         (re_node_set_compare):
30656         Return bool, not int. All callers changed.
30657         * lib/regexec.c (check_halt_node_context, check_dst_limits):
30658         (build_trtable, check_node_accept): Likewise.
30659         * lib/regex_internal.h: Include stdbool.h.
30660
30661         Fix bugs uncovered when converting to bool.
30662         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
30663         failure instead of charging ahead blindly.
30664         * lib/regex_internal.c (register_state): Likewise.
30665         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
30666         for freeing internal storage.
30667         (group_nodes_into_DFA_states): Use unsigned int, not int, for
30668         bitset pieces used as boolean, to avoid undefined behavior
30669         on hosts that do int overflow checking.
30670
30671 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
30672
30673         * config/srclist.txt: Add glibc bugs 1285-1287.
30674
30675 2005-09-01  Jim Meyering  <jim@meyering.net>
30676
30677         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
30678         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
30679         Require gl_STAT_MACROS, too.
30680
30681 2005-09-01  Bruno Haible  <bruno@clisp.org>
30682
30683         * gnulib-tool (import): In the first-use case, provide defaults.
30684
30685 2005-09-01  Bruno Haible  <bruno@clisp.org>
30686
30687         * gnulib-tool (func_import): Remove the .tmp files.
30688
30689 2005-09-01  Bruno Haible  <bruno@clisp.org>
30690
30691         * gnulib-tool (func_import): Fix handling of symbolic links.
30692
30693 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30694
30695         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
30696         old glibc regex code mishandles strings longer than 2**31 bytes.
30697         This patch fixes this when the regex code is used in gnulib
30698         (i.e., outside glibc).
30699
30700         This patch should not affect the use of the regex code inside
30701         glibc.  No doubt this problem also needs to be handled for glibc
30702         as well, but the result will be an incompatible change to the
30703         glibc ABI, and the old ABI will have to be supported too.  That
30704         can be the the subject for another patch.
30705
30706         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
30707         governing whether the rest of this patch is active.  By default,
30708         the macro is disabled and the patch has no effect.
30709         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
30710         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
30711         (struct re_pattern_buffer, re_search, re_search_2, re_match):
30712         (re_match_2, re_set_registers): Use the new types.
30713         * lib/regex_internal.h (Idx, re_hashval_t): New types.
30714         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
30715         New macros.
30716         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
30717         (re_string_context_at, bin_tree_t, re_dfastate_t):
30718         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
30719         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
30720         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
30721         (re_string_char_size_at, re_string_wchar_at):
30722         (re_string_elem_size_at):
30723         Use the new types and macros to port to 64-bit hosts.
30724         Use unsigned types for internal values, so that the code
30725         mostly works even for arrays larger than SSIZE_MAX.
30726         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
30727         (search_duplicated_node, calc_eclosure_iter, fetch_number):
30728         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
30729         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
30730         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
30731         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
30732         (calc_inveclosure, parse_dup_op, build_range_exp):
30733         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
30734         (fetch_number, create_token_tree, mark_opt_subexp):
30735         Likewise.
30736         * lib/regex_internal.c (re_string_construct_common,
30737         create_ci_newstate):
30738         (create_cd_newstate, re_string_allocate, re_string_construct):
30739         (re_string_realloc_buffers, build_wcs_upper_buffer):
30740         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
30741         (re_string_reconstruct, re_string_peek_byte_case):
30742         (re_string_fetch_byte_case, re_string_context_at):
30743         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
30744         (re_node_set_init_copy, re_node_set_add_intersect):
30745         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
30746         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
30747         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
30748         (re_acquire_state, re_acquire_state_context, register_state):
30749         Likewise.
30750         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
30751         search_cur_bkref_entry):
30752         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
30753         (re_search_internal, re_search_2_stub, re_search_stub)
30754         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
30755         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
30756         (update_cur_sifted_state, check_dst_limits):
30757         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30758         (check_subexp_limits, sift_states_bkref, merge_state_array):
30759         (check_subexp_matching_top, get_subexp, get_subexp_sub):
30760         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
30761         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
30762         (expand_bkref_cache, check_node_accept_bytes):
30763         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
30764         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
30765         (acquire_init_state_context, check_halt_node_context):
30766         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
30767         (sift_states_backward, clean_state_log_if_needed):
30768         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
30769         (find_recover_state, transit_state_sb, transit_state_mb):
30770         (transit_state_bkref, build_trtable, match_ctx_clean):
30771         Likewise.
30772         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
30773         to work around an assumption that REG_MISSING is negative.
30774
30775         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
30776         (seek_collating_symbol_entry) [defined _LIBC]:
30777         (lookup_collation_sequence_value) [defined _LIBC]:
30778         (build_range_exp, build_collating_symbol) [defined _LIBC]:
30779         Use prototypes rather than old-style function definitions.
30780         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
30781         (transit_state_sb) [0]:
30782         (find_collation_sequence_value) [defined _LIBC]: Likewise.
30783
30784         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
30785         rm_eo.
30786
30787         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
30788         (optimize_subexps, lower_subexp):
30789         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
30790         since the signed shift might overflow.  Use 1u<<31 instead.
30791         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
30792         Likewise.
30793         * lib/regexec.c (check_dst_limits_calc_pos_1,
30794         check_subexp_matching_top): Likewise.
30795
30796         * lib/regcomp.c (optimize_subexps, lower_subexp):
30797         Use CHAR_BIT rather than 8, for clarity.
30798         * lib/regexec.c (check_dst_limits_calc_pos_1):
30799         (check_subexp_matching_top): Likewise.
30800         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
30801         have to worry about portability issues when shifting it left.
30802         Remove no-longer-needed test for table_size > 0.
30803         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
30804         in a word, as the resulting behavior is undefined.
30805         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
30806         in one case, a <= should have been an <, and in another case the
30807         whole test was missing.
30808         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
30809         the standard name CHAR_BIT.
30810         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
30811         this is not true on one's complement and signed-magnitude hosts.
30812
30813         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
30814         next_last_offset.
30815         (struct re_dfa_t): Remove unused member states_alloc.
30816         * lib/regcomp.c (init_dfa): Don't initialize unused members.
30817
30818 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30819
30820         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
30821         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
30822         and large-file glibc and in 32-bit large-file Solaris.
30823
30824 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30825
30826         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
30827         lengths fit in regoff_t; this isn't true if regoff_t is the same
30828         width as size_t.
30829         * lib/regex.c (re_search_internal): 5th arg is LAST_START
30830         (= START + RANGE) instead of RANGE.  This avoids overflow
30831         problems when regoff_t is the same width as size_t.
30832         All callers changed.
30833         (re_search_2_stub): Check for overflow when adding the
30834         sizes of the two strings.
30835         (re_search_stub): Check for overflow when adding START
30836         to RANGE; if it occurs, substitute the extreme value.
30837
30838 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
30839
30840         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
30841
30842 2005-08-31  Jim Meyering  <jim@meyering.net>
30843
30844         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
30845         a pointer-to-const.
30846         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
30847         (register_state): Likewise.
30848         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
30849         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
30850         (group_nodes_into_DFAstates): Likewise.
30851
30852 2005-08-31  Jim Meyering  <jim@meyering.net>
30853
30854         * check-module: Add a FIXME comment.
30855
30856 2005-08-31  Eric Blake  <ebb9@byu.net>
30857
30858         * modules/unistd-safer (Files): Add unistd--.h.
30859         * modules/stdio-safer (Files): Add stdio--.h.
30860
30861 2005-08-31  Derek Price  <derek@ximbiot.com>
30862
30863         * lib/getdelim.c (getdelim): Return EOF on EOF.
30864         Reported by Larry Jones <lawrence.jones@ugs.com>.
30865
30866 2005-08-31  Bruno Haible  <bruno@clisp.org>
30867
30868         Avoid unnecessary diffs in the generated lib/Makefile.am.
30869         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
30870         the generated files.
30871         (func_import): Don't set cmd.
30872
30873 2005-08-31  Bruno Haible  <bruno@clisp.org>
30874
30875         * lib/strstr.c: Include <stddef.h>, for NULL.
30876         * lib/strcasestr.c: Likewise.
30877         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30878
30879 2005-08-31  Bruno Haible  <bruno@clisp.org>
30880
30881         * gnulib-tool: New option --macro-prefix.
30882         (func_import): Use macro_prefix.
30883         (import): Handle option --macro-prefix.
30884
30885 2005-08-31  Bruno Haible  <bruno@clisp.org>
30886
30887         * gnulib-tool (import): Rename most ac_* variables to cached_*.
30888         Also use new variables cached_lgpl, cached_libtool.
30889
30890 2005-08-31  Bruno Haible  <bruno@clisp.org>
30891
30892         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
30893         always instantiating them.
30894
30895 2005-08-31  Bruno Haible  <bruno@clisp.org>
30896
30897         * gnulib-tool (func_import): Read the previous cached settings
30898         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
30899         earlier added by gnulib but are now dropped. Warn when a gnulib file
30900         overwrites a non-gnulib file.
30901
30902 2005-08-31  Bruno Haible  <bruno@clisp.org>
30903
30904         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
30905         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
30906         projects that don't keep autogenerated files in CVS. Put into
30907         actioncmd only the specified modules, not the transitive closure.
30908
30909 2005-08-31  Bruno Haible  <bruno@clisp.org>
30910
30911         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
30912         Create directories that shall be filled.
30913         (import): Don't look for gl_* macros in configure.ac. Recurse across
30914         all directories containing a gnulib-cache.m4 files, if meaningful.
30915
30916 2005-08-31  Bruno Haible  <bruno@clisp.org>
30917
30918         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
30919         (import): Set seen_libtool when we see gl_LIBTOOL.
30920
30921 2005-08-31  Bruno Haible  <bruno@clisp.org>
30922
30923         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
30924         declaration macro definitions from generated gnulib.m4.
30925
30926 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
30927
30928         * lib/iconvme.h: Add prototype for iconv_alloc.
30929
30930 2005-08-29  Simon Josefsson  <jas@extundo.com>
30931
30932         * lib/iconvme.c: Fix errno.
30933
30934 2005-08-29  Bruno Haible  <bruno@clisp.org>
30935
30936         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
30937         that it works when the directory contains spaces.
30938
30939 2005-08-29  Bruno Haible  <bruno@clisp.org>
30940
30941         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
30942
30943 2005-08-29  Bruno Haible  <bruno@clisp.org>
30944
30945         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
30946         Emit more advice.
30947
30948 2005-08-29  Bruno Haible  <bruno@clisp.org>
30949         and Stepan Kasal  <kasal@ucw.cz>
30950
30951         * check-module: If more parameters are given, check each of them
30952         separately; add more exceptions, as noted by Jim Meyering.
30953         (check_module): New procedure.
30954         (%exempt_header): Now contains all exceptions.
30955
30956 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
30957
30958         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
30959
30960 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
30961
30962         * lib/iconvme.c: Split iconv_string into iconv_alloc.
30963
30964 2005-08-28  Bruno Haible  <bruno@clisp.org>
30965
30966         * m4/gnulib-tool.m4: New file.
30967
30968 2005-08-27  Jim Meyering  <jim@meyering.net>
30969
30970         * modules/unistd-safer (Files): Add pipe-safer.c.
30971         * modules/fcntl-safer (Files): Add creat-safer.c.
30972
30973 2005-08-27  Jim Meyering  <jim@meyering.net>
30974
30975         * m4/stdlib-safer.m4: New file.  From coreutils.
30976         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
30977         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
30978         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
30979         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
30980         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
30981
30982 2005-08-27  Jim Meyering  <jim@meyering.net>
30983
30984         * lib/fopen-safer.c: Merge minor changes from coreutils.
30985         * lib/dup-safer.c: Likewise.
30986         * lib/fd-safer.c: Likewise.
30987
30988         Merge from coreutils.
30989         * lib/stdio--.h: New file.
30990         * lib/stdlib--.h: New file.
30991         * lib/mkstemp-safer.c: New file.
30992
30993         GNU tar needs these.
30994         * lib/pipe-safer.c: New file.
30995         * lib/creat-safer.c: New file.
30996         * lib/fcntl--.h (creat): Define to creat_safer.
30997         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
30998         * lib/unistd--.h (pipe): Define to pipe_safer.
30999         * lib/unistd-safer.h: Declare pipe_safer.
31000
31001 2005-08-26  Simon Josefsson  <jas@extundo.com>
31002
31003         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
31004         Haible <bruno@clisp.org>.
31005
31006 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
31007
31008         * lib/regex_internal.h: Remove all references to
31009         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
31010         or better.
31011         (bitset_not, bitset_merge, bitset_not_merge):
31012         (bitset_mask, re_string_allocate, re_string_construct):
31013         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
31014         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
31015         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
31016         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
31017         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31018         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31019         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
31020         (re_acquire_state_context):
31021         Remove unnecessary forward decls.
31022         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
31023         Put __attribute at function definition,
31024         now that the function decl has been removed.
31025         * lib/regex_internal.c (re_string_peek_byte_case):
31026         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
31027         Likewise.
31028
31029 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
31030
31031         * m4/regex.m4: Add AC_PREREQ(2.50).
31032         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
31033
31034 2005-08-25  Simon Josefsson  <jas@extundo.com>
31035
31036         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
31037         __fsetlocking.
31038
31039 2005-08-25  Simon Josefsson  <jas@extundo.com>
31040
31041         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
31042         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
31043         GLIBC specific code.
31044
31045 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31046
31047         Make regex safe for g++.  This fixes one real bug (an "err"
31048         that should have been "*err").  g++ problem reported by
31049         Sam Steingold.
31050         * lib/regex_internal.h (re_calloc): New macro, consistent with
31051         re_malloc etc.  All callers of calloc changed to use re_calloc.
31052         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
31053         not int.  All callers changed.
31054         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
31055         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
31056         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
31057         (find_recover_state): Change "err" to "*err"; this fixes what
31058         appears to be a real bug.
31059         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
31060         versus int.
31061
31062 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31063
31064         * modules/regex (Depends-on): Add malloc, since the code
31065         assumes that !malloc(0) means failure.
31066
31067 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31068
31069         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
31070
31071         alloca modernization/simplification for regex.
31072         * lib/regex.c: Remove portability cruft for alloca.  This no longer
31073         needs to be at the start of the file, and can be moved into
31074         regex_internal.h and simplified.
31075         * lib/regex_internal.h: Include <alloca.h>.
31076         (__libc_use_alloca) [!defined _LIBC]: New macro.
31077         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
31078         now works outside glibc.
31079
31080 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
31081
31082         * config/srclist.txt: Add glibc bugs 1241, 1245.
31083
31084 2005-08-25  Jim Meyering  <jim@meyering.net>
31085
31086         * lib/open-safer.c: Include <config.h>.
31087         Otherwise, we'd lose LARGEFILE support in any file using
31088         e.g. "fcntl--.h"
31089
31090 2005-08-25  Bruno Haible  <bruno@clisp.org>
31091
31092         * m4/minmax.m4: Require autoconf 2.52.
31093         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
31094         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
31095         alternatives of translit over the alphabet.
31096         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
31097
31098 2005-08-24  Simon Josefsson  <jas@extundo.com>
31099
31100         * tests/test-getpass.c: New file.
31101
31102 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31103
31104         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
31105         for GNU regex features.
31106
31107 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31108
31109         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
31110         * lib/regex.h (regerror): Likewise.
31111
31112         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
31113         requires this.  (The code never needed it.)
31114
31115         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
31116         All uses of recently-renamed identifiers changed to use the new,
31117         POSIX-compliant names.  The code will build and run just fine
31118         without these changes, but it's better to eat our own dog food
31119         and use the standard-conforming names.
31120
31121         * lib/regex.h: Fix a multitude of POSIX name space violations.
31122         These changes have an effect only for programs that define
31123         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
31124         do not change anything for programs compiled in the normal way.
31125         Also, there is no effect on the ABI.
31126
31127         (_REGEX_SOURCE): New macro.
31128         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
31129         defined and _GNU_SOURCE is not; this fixes a name space violation.
31130
31131         Rename the following macros to obey POSIX requirements.
31132         The old names are still visible as macros if _REGEX_SOURCE is defined.
31133         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
31134         RE_BACKSLASH_ESCAPE_IN_LISTS.
31135         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
31136         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
31137         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
31138         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
31139         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
31140         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
31141         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
31142         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
31143         (REG_INTERVALS): renamed from RE_INTERVALS.
31144         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
31145         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
31146         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
31147         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
31148         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
31149         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
31150         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
31151         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
31152         RE_UNMATCHED_RIGHT_PAREN_ORD.
31153         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
31154         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
31155         (REG_DEBUG): renamed from RE_DEBUG.
31156         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
31157         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
31158         unusual, since we can't clash with the POSIX REG_ICASE.
31159         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
31160         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
31161         (REG_NO_SUB): renamed from RE_NO_SUB.
31162         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
31163         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
31164         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
31165         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
31166         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
31167         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
31168         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
31169         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
31170         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
31171         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
31172         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
31173         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
31174         RE_SYNTAX_POSIX_MINIMAL_BASIC.
31175         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
31176         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
31177         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
31178         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
31179         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
31180         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
31181         (REG_FIXED): Renamed from REGS_FIXED.
31182         (REG_NREGS): Renamed from RE_NREGS.
31183
31184         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
31185         of other REG_* macros, since POSIX says the user is allowed to
31186         #undef these macros selectively.
31187
31188         (reg_errcode_t): Update comment stating what other tables need
31189         to be consistent.
31190
31191         Rename the following enum values to obey POSIX requirements.
31192         The old names are still visible as macros.
31193         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
31194         is not defined, since GNU is supposed to be a superset of POSIX as
31195         much as possible, and since we want reg_errcode_t to be a signed
31196         type for implementation consistency.
31197         (_REG_NOERROR): Renamed from REG_NOERROR.
31198         (_REG_NOMATCH): Renamed from REG_NOMATCH.
31199         (_REG_BADPAT): Renamed from REG_BADPAT.
31200         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
31201         (_REG_ECTYPE): Renamed from REG_ECTYPE.
31202         (_REG_EESCAPE): Renamed from REG_EESCAPE.
31203         (_REG_ESUBREG): Renamed from REG_ESUBREG.
31204         (_REG_EBRACK): Renamed from REG_EBRACK.
31205         (_REG_EPAREN): Renamed from REG_EPAREN.
31206         (_REG_EBRACE): Renamed from REG_EBRACE.
31207         (_REG_BADBR): Renamed from REG_BADBR.
31208         (_REG_ERANGE): Renamed from REG_ERANGE.
31209         (_REG_ESPACE): Renamed from REG_ESPACE.
31210         (_REG_BADRPT): Renamed from REG_BADRPT.
31211         (_REG_EEND): Renamed from REG_EEND.
31212         (_REG_ESIZE): Renamed from REG_ESIZE.
31213         (_REG_ERPAREN): Renamed from REG_ERPAREN.
31214         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
31215         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
31216         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
31217         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
31218
31219         (_REG_RE_NAME, _REG_RM_NAME): New macros.
31220         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
31221         changed.  But support the old name if the new one is not defined
31222         and if _REGEX_SOURCE.
31223
31224         Change the following member names in struct re_pattern_buffer.
31225         The old names are still supported if !_REGEX_SOURCE.
31226         The new names are always supported, regardless of _REGEX_SOURCE.
31227         (re_buffer): Renamed from buffer.
31228         (re_allocated): Renamed from allocated.
31229         (re_used): Renamed from used.
31230         (re_syntax): Renamed from syntax.
31231         (re_fastmap): Renamed from fastmap.
31232         (re_translate): Renamed from translate.
31233         (re_can_be_null): Renamed from can_be_null.
31234         (re_regs_allocated): Renamed from regs_allocated.
31235         (re_fastmap_accurate): Renamed from fastmap_accurate.
31236         (re_no_sub): Renamed from no_sub.
31237         (re_not_bol): Renamed from not_bol.
31238         (re_not_eol): Renamed from not_eol.
31239         (re_newline_anchor): Renamed from newline_anchor.
31240
31241         Change the following member names in struct re_registers.
31242         The old names are still supported if !_REGEX_SOURCE.
31243         The new names are always supported, regardless of _REGEX_SOURCE.
31244         (rm_num_regs): Renamed from num_regs.
31245         (rm_start): Renamed from start.
31246         (rm_end): Renamed from end.
31247
31248         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
31249         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
31250         Prepend __ to parameter names.
31251
31252         Undo yesterday's changes.
31253
31254 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
31255
31256         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
31257         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
31258         lib/regex.c.
31259
31260 2005-08-24  Jim Meyering  <jim@meyering.net>
31261
31262         Sync from coreutils.
31263         * m4/fcntl-safer.m4: New file.
31264
31265         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
31266         and object files for this module.
31267
31268 2005-08-24  Jim Meyering  <jim@meyering.net>
31269
31270         Sync from coreutils.
31271         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
31272
31273 2005-08-24  Jim Meyering  <jim@meyering.net>
31274
31275         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
31276         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
31277
31278 2005-08-24  Jim Meyering  <jim@meyering.net>
31279
31280         * modules/fcntl-safer: New module.
31281         * modules/fts (Depends-on): Add fcntl-safer.
31282         * MODULES.html.sh (File descriptor based Input/Output):
31283         Add fcntl-safer.
31284
31285 2005-08-24  Bruno Haible  <bruno@clisp.org>
31286
31287         Support for unit test modules.
31288         * modules/README: Mention tests modules.
31289         * modules/TEMPLATE-TESTS: New file.
31290         * gnulib-tool: New options --extract-tests-module, --with-tests and
31291         --tests-base (unused for the moment).
31292         (testsbase, inctests): New variables.
31293         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
31294         (func_verify_module): Exclude TEMPLATE-TESTS.
31295         (func_verify_nontests_module, func_verify_tests_module): New functions.
31296         (func_get_dependencies): Add implicit dependency for tests modules.
31297         (func_get_tests_module): New function.
31298         (func_modules_transitive_closure): When --with-tests was specified,
31299         include the unit tests as well, unless explicitly avoided.
31300         (func_emit_lib_Makefile_am): Ignore the tests modules here.
31301         (func_emit_tests_Makefile_am): New function.
31302         (func_create_testdir): When --with-tests was specified, emit a
31303         tests/ directory.
31304         * MODULES.html.sh (Future developments): Update.
31305
31306 2005-08-24  Bruno Haible  <bruno@clisp.org>
31307
31308         * modules/tls-tests: New file.
31309         * tests/test-tls.c: New file, from GNU gettext.
31310
31311 2005-08-24  Bruno Haible  <bruno@clisp.org>
31312
31313         * modules/lock-tests: New file.
31314         * tests/test-lock.c: New file, from GNU gettext.
31315
31316 2005-08-24  Bruno Haible  <bruno@clisp.org>
31317
31318         * lib/lock.h: Add multiple inclusion guard.
31319         * lib/tls.h: Add multiple inclusion guard.
31320
31321 2005-08-24  Bruno Haible  <bruno@clisp.org>
31322
31323         * gnulib-tool: Add support for the --aux-dir option to
31324         --create-testdir, --create-megatestdir, --test, --megatest.
31325         (func_create_testdir, func_create_megatestdir): Optionally emit a
31326         AC_CONFIG_AUX_DIR directive.
31327         (create-testdir, create-megatestdir, test, megatest): Provide a
31328         default value for $auxdir.
31329
31330 2005-08-24  Bruno Haible  <bruno@clisp.org>
31331
31332         * gnulib-tool (import): Use compound statement instead of subshell
31333         where possible.
31334
31335 2005-08-24  Bruno Haible  <bruno@clisp.org>
31336
31337         * gnulib-tool (import): Change --aux-dir default to "build-aux".
31338
31339 2005-08-24  Bruno Haible  <bruno@clisp.org>
31340
31341         * gnulib-tool (func_version): Update.
31342
31343 2005-08-24  Bruno Haible  <bruno@clisp.org>
31344
31345         * gnulib-tool (func_import, func_create_testdir,
31346         func_create_megatestdir): Quote all autoconf macro arguments.
31347
31348 2005-08-24  Bruno Haible  <bruno@clisp.org>
31349
31350         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
31351         option --force, because --force causes the aclocal.m4 of each
31352         subdirectory to be newer than the corresponding config.h.in.
31353
31354 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31355
31356         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
31357         All contents moved to gl_REGEX.
31358         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
31359         assume that it does.
31360
31361 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31362
31363         * lib/regex.h (REG_NOSYS)
31364         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
31365         Define, since POSIX requires it as of 2001.
31366         (_REG_ENOSYS)
31367         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
31368         New private symbol, used to keep the enum signed in all cases.
31369         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
31370         Youngman in
31371         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
31372
31373         * lib/regex_internal.c (re_string_skip_chars, register_state):
31374         (calc_state_hash):
31375         Remove forward decls; no longer needed now that we use prototypes.
31376         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
31377         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
31378         (clean_state_log_if_needed): Likewise.
31379
31380 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
31381
31382         * config/srclist.txt: Add glibc bugs 1231-1233.
31383
31384 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31385
31386         Fix problems reported by Sam Steingold in
31387         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
31388         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
31389         assumed that reg_errcode_t is a signed type, which is not
31390         necessarily true if _XOPEN_SOURCE is not defined.
31391         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
31392         since some compilers warn about it otherwise.
31393
31394 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31395
31396         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
31397         (init_word_char, create_initial_state, duplicate_node_closure):
31398         (fetch_token, peek_token_bracket, build_range_exp):
31399         (build_collating_symbol): Remove forward decls; no longer needed
31400         now that we use prototypes.
31401
31402         * lib/regcomp.c:
31403         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
31404         (re_compile_fastmap_iter, regcomp, regerror, regfree):
31405         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
31406         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
31407         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
31408         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
31409         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
31410         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
31411         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
31412         (build_range_exp, build_collating_symbol, parse_bracket_exp):
31413         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
31414         (build_charclass, build_charclass_op, fetch_number, create_tree):
31415         (create_token_tree, mark_opt_subexp, duplicate_tree):
31416         Use prototypes rather than old-style definitions.
31417
31418         * lib/regex_internal.c:
31419         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
31420         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
31421         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
31422         (re_string_reconstruct, re_string_peek_byte_case):
31423         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
31424         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
31425         (re_node_set_init_copy, re_node_set_add_intersect):
31426         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
31427         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
31428         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
31429         (re_acquire_state, re_acquire_state_context, register_state):
31430         (create_ci_newstate, create_cd_newstate, free_state):
31431         Likewise.
31432         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
31433         re_search_2):
31434         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
31435         (re_search_internal, prune_impossible_nodes):
31436         (acquire_init_state_context, check_matching, static):
31437         (check_halt_node_context, check_halt_state_context, proceed_next_node):
31438         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
31439         (update_regs, sift_states_backward, build_sifted_states):
31440         (clean_state_log_if_needed, merge_state_array):
31441         (update_cur_sifted_state, add_epsilon_src_nodes):
31442         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
31443         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
31444         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
31445         (find_recover_state, check_subexp_matching_top, transit_state_mb):
31446         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
31447         (check_arrival, check_arrival_add_next_nodes):
31448         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
31449         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
31450         (check_node_accept_bytes, check_node_accept, extend_buffers):
31451         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
31452         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
31453         (sift_ctx_init):
31454         Likewise.
31455
31456         * lib/regex_internal.h:
31457         (re_string_allocate, re_string_construct, re_string_reconstruct):
31458         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
31459         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
31460         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
31461         (re_string_context_at, re_string_peek_byte_case):
31462         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
31463         is defined, since we now use prototypes always.
31464
31465         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
31466         C89 or better.  All uses removed.
31467
31468 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
31469
31470         * config/srclist.txt: Add glibc bugs 1220-1227.
31471
31472 2005-08-20  Jim Meyering  <jim@meyering.net>
31473
31474         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
31475         of unused local, dfa.
31476
31477 2005-08-20  Bruno Haible  <bruno@clisp.org>
31478
31479         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
31480
31481 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31482
31483         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
31484         (re_node_set_insert_last, re_dfa_add_node):
31485         Rename local variables to avoid GCC shadowing warnings.
31486
31487 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31488
31489         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
31490         [defined lint]: Suppress bogus uninitialized-variable warnings.
31491
31492         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
31493         and let the caller return REG_ESPACE if out of space.  This
31494         removes an uninitialied-variable warning with GCC 4.0.1, and also
31495         avoids taking the address of a local variable.  All callers
31496         changed.
31497
31498 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
31499
31500         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
31501         $LIBCSRC/posix/regexec.c.
31502         Add glibc bug 1217 for regcomp.c.
31503
31504 2005-08-19  Jim Meyering  <jim@meyering.net>
31505
31506         * lib/regexec.c (proceed_next_node): Redo local variables to
31507         avoid GCC shadowing warnings.
31508
31509 2005-08-18  Bruno Haible  <bruno@clisp.org>
31510
31511         * lib/strstr.c (strstr): Fix return value in multibyte case.
31512         * lib/strcasestr.c (strcasestr): Likewise.
31513
31514 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
31515
31516         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
31517
31518 2005-08-17  Jim Meyering  <jim@meyering.net>
31519
31520         Make the %s format (seconds since the epoch) work for a negative
31521         number and when used with a zero-padded field width, e.g. %015s.
31522
31523         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
31524         label so that it precedes the code to set `digits'.  Otherwise,
31525         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
31526         print `00-22'.  Now, it prints `-0022', as it should.
31527
31528 2005-08-17  Bruno Haible  <bruno@clisp.org>
31529
31530         * modules/strstr (Files): Add m4/mbrtowc.m4.
31531         (Depends-on): Add mbuiter.
31532
31533 2005-08-17  Bruno Haible  <bruno@clisp.org>
31534
31535         * modules/strcasestr: New file.
31536         * MODULES.html.sh (String handling, based on ANSI C 89): Add
31537         strcasestr.
31538
31539 2005-08-17  Bruno Haible  <bruno@clisp.org>
31540
31541         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
31542
31543 2005-08-17  Bruno Haible  <bruno@clisp.org>
31544
31545         * modules/mbuiter: New file.
31546         * MODULES.html.sh (Extended multibyte and wide character utilities):
31547         Add mbuiter.
31548
31549 2005-08-17  Bruno Haible  <bruno@clisp.org>
31550
31551         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
31552         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
31553
31554 2005-08-17  Bruno Haible  <bruno@clisp.org>
31555
31556         * m4/strcasestr.m4: New file.
31557
31558 2005-08-17  Bruno Haible  <bruno@clisp.org>
31559
31560         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
31561         * lib/strstr.c: Completely rewritten, with multibyte locale support.
31562
31563 2005-08-17  Bruno Haible  <bruno@clisp.org>
31564
31565         * lib/strcasestr.h: New file.
31566         * lib/strcasestr.c: New file.
31567
31568 2005-08-17  Bruno Haible  <bruno@clisp.org>
31569
31570         * lib/strcasecmp.c: Use mbuiter.h.
31571
31572 2005-08-17  Bruno Haible  <bruno@clisp.org>
31573
31574         * lib/mbuiter.h: New file.
31575
31576 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
31577
31578         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
31579         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
31580         and gl_GETOPT are both invoked via different paths (as happens
31581         with GNU tar CVS because it uses both argp and getopt), the former
31582         wins.
31583
31584 2005-08-16  Bruno Haible  <bruno@clisp.org>
31585
31586         * modules/tls: New file.
31587         * MODULES.html.sh (Multithreading): Add tls.
31588
31589 2005-08-16  Bruno Haible  <bruno@clisp.org>
31590
31591         * modules/strnlen1: New file.
31592         * MODULES.html.sh (String handling): Add strnlen1.
31593
31594 2005-08-16  Bruno Haible  <bruno@clisp.org>
31595
31596         * modules/strcase (Files): Add m4/mbrtowc.m4.
31597         (Depends-on): Add strnlen1, mbchar.
31598
31599 2005-08-16  Bruno Haible  <bruno@clisp.org>
31600
31601         * modules/mbiter: New file.
31602         * MODULES.html.sh (Extended multibyte and wide character utilities):
31603         Add mbiter.
31604
31605 2005-08-16  Bruno Haible  <bruno@clisp.org>
31606
31607         * modules/mbfile: New file.
31608         * MODULES.html.sh (Extended multibyte and wide character utilities):
31609         Add mbfile.
31610
31611 2005-08-16  Bruno Haible  <bruno@clisp.org>
31612
31613         * modules/mbchar: New file.
31614         * MODULES.html.sh (Extended multibyte and wide character utilities):
31615         New section.
31616
31617 2005-08-16  Bruno Haible  <bruno@clisp.org>
31618
31619         * m4/tls.m4: New file, from GNU gettext.
31620
31621 2005-08-16  Bruno Haible  <bruno@clisp.org>
31622
31623         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
31624         always.
31625         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
31626
31627 2005-08-16  Bruno Haible  <bruno@clisp.org>
31628
31629         * m4/mbiter.m4: New file.
31630
31631 2005-08-16  Bruno Haible  <bruno@clisp.org>
31632
31633         * m4/mbfile.m4: New file.
31634
31635 2005-08-16  Bruno Haible  <bruno@clisp.org>
31636
31637         * m4/mbchar.m4: New file.
31638
31639 2005-08-16  Bruno Haible  <bruno@clisp.org>
31640
31641         * lib/tls.h: New file, from GNU gettext.
31642         * lib/tls.c: New file, from GNU gettext.
31643
31644 2005-08-16  Bruno Haible  <bruno@clisp.org>
31645
31646         * lib/strnlen1.h: New file.
31647         * lib/strnlen1.c: New file.
31648
31649 2005-08-16  Bruno Haible  <bruno@clisp.org>
31650
31651         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
31652         (mbi_init): Update.
31653         (mbi_avail, mbi_advance): Let the iteration end before the terminating
31654         NUL byte, not after it.
31655
31656 2005-08-16  Bruno Haible  <bruno@clisp.org>
31657
31658         * lib/strcase.h (strcasecmp): Add note in comments.
31659         * lib/strncasecmp.c: Use code from strcasecmp.c.
31660         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
31661         (strcasecmp): Work correctly in multibyte locales.
31662
31663 2005-08-16  Bruno Haible  <bruno@clisp.org>
31664
31665         * lib/mbiter.h: New file.
31666
31667 2005-08-16  Bruno Haible  <bruno@clisp.org>
31668
31669         * lib/mbfile.h: New file.
31670
31671 2005-08-16  Bruno Haible  <bruno@clisp.org>
31672
31673         * lib/mbchar.h: New file.
31674         * lib/mbchar.c: New file.
31675
31676 2005-08-16  Bruno Haible  <bruno@clisp.org>
31677
31678         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
31679         the valid ones. Makes the comparison operations transitive:
31680         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
31681         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
31682
31683 2005-08-15  Simon Josefsson  <jas@extundo.com>
31684
31685         * modules/ssize_t (License): Change to 'unlimited'.
31686
31687         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
31688
31689 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31690
31691         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
31692         Add comments for each pending glibc patch.
31693
31694 2005-08-15  Bruno Haible  <bruno@clisp.org>
31695
31696         * lib/regex.h (__restrict_arr): Don't define to __restrict if
31697         __cplusplus is defined.
31698
31699 2005-08-14  Jim Meyering  <jim@meyering.net>
31700
31701         Sync from coreutils.
31702
31703         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
31704         Use the hash-table-based cycle-detection code not just when
31705         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
31706         Reported by James Youngman in
31707         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
31708         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
31709         FTS_TIGHT_CYCLE_CHECK.
31710         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
31711         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
31712         once again.
31713         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
31714         * lib/fts.c (fd_safer): Remove decl.
31715         Include fcntl--.h rather than unistd-safer.h
31716         (fts_safe_changedir): Don't call fd_safer; no longer needed
31717         now that we include fcntl--.h.
31718
31719 2005-08-12  Simon Josefsson  <jas@extundo.com>
31720
31721         * modules/getndelim2: Use ssize_t module.
31722         * modules/getnline: Likewise.
31723         * modules/safe-read: Likewise.
31724         * modules/xreadlink: Likewise.
31725
31726         * modules/ssize_t: New file.
31727
31728 2005-08-12  Simon Josefsson  <jas@extundo.com>
31729
31730         * m4/readline.m4: Look for termcap, curses or ncurses if required.
31731
31732 2005-08-12  Simon Josefsson  <jas@extundo.com>
31733
31734         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
31735         ssize_t.
31736
31737 2005-08-12  Simon Josefsson  <jas@extundo.com>
31738
31739         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
31740         readline, getdelim and check_version.
31741         (Support for systems lacking ISO C 99: Sizes of integer types):
31742         Add size_max.
31743
31744 2005-08-12  Bruno Haible  <bruno@clisp.org>
31745
31746         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
31747
31748 2005-08-11  Simon Josefsson  <jas@extundo.com>
31749
31750         * modules/readline: New file.
31751
31752         * modules/strnlen (Files): Add strnlen.h.
31753
31754 2005-08-11  Simon Josefsson  <jas@extundo.com>
31755
31756         * m4/readline.m4: New file.
31757
31758 2005-08-11  Simon Josefsson  <jas@extundo.com>
31759
31760         * lib/readline.h, readline.c: New file.
31761
31762 2005-08-11  Simon Josefsson  <jas@extundo.com>
31763
31764         * doc/gnulib.texi (Initial import, Finishing touches): Mention
31765         gl_AVOID.
31766
31767 2005-08-11  Bruno Haible  <bruno@clisp.org>
31768
31769         * lib/strnlen.h (strnlen): Change parameter name to match comment.
31770
31771 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
31772
31773         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
31774
31775 2005-08-10  Simon Josefsson  <jas@extundo.com>
31776
31777         * tests/test-iconvme.c: New file.
31778
31779 2005-08-10  Simon Josefsson  <jas@extundo.com>
31780
31781         * m4/strnlen.m4: New file.
31782
31783         * m4/strndup.m4: Don't check for strnlen declaration, done in
31784         strnlen.m4.
31785
31786 2005-08-10  Simon Josefsson  <jas@extundo.com>
31787
31788         * lib/strndup.c: Use strnlen.h.
31789
31790         * lib/strnlen.h: New file.
31791
31792 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31793
31794         * README: Typos.
31795
31796 2005-08-02  Simon Josefsson  <jas@extundo.com>
31797
31798         * modules/readline: New file.
31799
31800 2005-08-02  Simon Josefsson  <jas@extundo.com>
31801
31802         * modules/getdelim: New file.
31803
31804         * modules/getline: Rewrite, don't use getndelim2.
31805
31806 2005-08-02  Simon Josefsson  <jas@extundo.com>
31807
31808         * m4/getline.m4: Separate out getdelim stuff into separate module.
31809
31810         * m4/getdelim.m4: New file.
31811
31812 2005-08-02  Simon Josefsson  <jas@extundo.com>
31813
31814         * lib/getline.h, getline.c: Rewrite.
31815
31816         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
31817
31818 2005-07-31  Bruno Haible  <bruno@clisp.org>
31819
31820         * lib/lock.h (gl_lock_initializer): New macro.
31821         (gl_lock_define_initialized): Use it.
31822         (gl_rwlock_initializer): New macro.
31823         (gl_rwlock_define_initialized): Use it.
31824         (gl_recursive_lock_initializer): New macro.
31825         (gl_recursive_lock_define_initialized): Use it.
31826
31827 2005-07-30  Karl Berry  <karl@gnu.org>
31828
31829         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
31830         Report from Ben Pfaff, regarding getopt.
31831
31832 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
31833
31834         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
31835         normal way.
31836         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
31837         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
31838         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
31839         (gl_GETOPT): Use the new macros.  Most of the implementation
31840         is moved to the new macros.  This is for programs like Emacs
31841         that don't want all the functionality of gl_GETOPT.
31842
31843 2005-07-26  Bruno Haible  <bruno@clisp.org>
31844
31845         * m4/lock.m4: Update from GNU gettext.
31846
31847 2005-07-26  Bruno Haible  <bruno@clisp.org>
31848
31849         * lib/lock.h: Update from GNU gettext.
31850         * lib/lock.c: Update from GNU gettext.
31851
31852 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
31853
31854         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
31855         obsolescent AC_TRY_RUN.  Include the default includes files, for
31856         'exit'.
31857
31858 2005-07-24  Bruno Haible  <bruno@clisp.org>
31859
31860         * modules/visibility: New file.
31861         * MODULES.html.sh (Misc): Add visibility.
31862
31863 2005-07-24  Bruno Haible  <bruno@clisp.org>
31864
31865         * m4/visibility.m4: New file.
31866
31867 2005-07-24  Bruno Haible  <bruno@clisp.org>
31868
31869         * doc/visibility.texi: New file.
31870
31871 2005-07-22  Bruno Haible  <bruno@clisp.org>
31872
31873         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
31874         $(ALLOCA_H), redundant through BUILT_SOURCES.
31875         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
31876         redundant through BUILT_SOURCES.
31877         * modules/byteswap (Makefile.am): Remove explicit dependency on
31878         $(BYTESWAP_H), redundant through BUILT_SOURCES.
31879         * modules/fnmatch (Makefile.am): Remove explicit dependency on
31880         $(FNMATCH_H), redundant through BUILT_SOURCES.
31881         * modules/getopt (Makefile.am): Remove explicit dependency on
31882         $(GETOPT_H), redundant through BUILT_SOURCES.
31883         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
31884         redundant through BUILT_SOURCES.
31885         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
31886         redundant through BUILT_SOURCES.
31887         * modules/stdbool (Makefile.am): Remove explicit dependency on
31888         $(STDBOOL_H), redundant through BUILT_SOURCES.
31889         * modules/stdint (Makefile.am): Remove explicit dependency on
31890         $(STDINT_H), redundant through BUILT_SOURCES.
31891         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
31892         Remove explicit dependency on $(SYSEXITS_H).
31893         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
31894
31895 2005-07-18  Simon Josefsson  <jas@extundo.com>
31896
31897         * lib/check-version.c (check_version): Accept identical versions too.
31898
31899 2005-07-18  Bruno Haible  <bruno@clisp.org>
31900
31901         * modules/lock: New file.
31902         * MODULES.html.sh (Multithreading): New section.
31903
31904 2005-07-18  Bruno Haible  <bruno@clisp.org>
31905
31906         * m4/lock.m4: New file, from GNU gettext.
31907
31908 2005-07-18  Bruno Haible  <bruno@clisp.org>
31909
31910         * lib/lock.h: New file, from GNU gettext.
31911         * lib/lock.c: New file, from GNU gettext.
31912
31913 2005-07-18  Bruno Haible  <bruno@clisp.org>
31914
31915         * lib/lock.h (gl_once_t): New type.
31916         (gl_once_define, gl_once): New macros.
31917         * lib/lock.c (fresh_once): New variable.
31918         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
31919         functions.
31920
31921 2005-07-16  Simon Josefsson  <jas@extundo.com>
31922
31923         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
31924         workaround, suggested by Bruno.
31925
31926 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
31927
31928         * modules/xalloc (Depends-on): Add xalloc-die.
31929         * modules/xvasprintf (Depends-on): Add xalloc-die.
31930
31931 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
31932
31933         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
31934         with a minor change.
31935
31936 2005-07-15  Bruno Haible  <bruno@clisp.org>
31937
31938         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
31939         When using lib/poll.c, define poll as rpl_poll.
31940
31941 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
31942
31943         * modules/argp (Depends-on): Remove unlocked-io.
31944
31945 2005-07-14  Derek Price  <derek@ximbiot.com>
31946
31947         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
31948         for glob symlink bug.
31949
31950 2005-07-14  Bruno Haible  <bruno@clisp.org>
31951
31952         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
31953         Instead, test for *_unlocked function declarations directly.
31954
31955 2005-07-11  Simon Josefsson  <jas@extundo.com>
31956
31957         * modules/size_max: New file.
31958
31959         * modules/xsize: Depend on size_max module for size_max.m4.
31960
31961 2005-07-11  Simon Josefsson  <jas@extundo.com>
31962
31963         * lib/size_max.h: New file.
31964
31965 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
31966
31967         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
31968         copyright symbol and the year.
31969         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
31970         (version_etc_va): Use parameterized copyright notice.
31971         Reword to conform to the current GNU coding standards.
31972
31973 2005-07-11  Karl Berry  <karl@gnu.org>
31974
31975         * doc/gnulib.texi (Quoting): new node.
31976         (Initial import): more info, from Patrice.
31977
31978 2005-07-11  Bruno Haible  <bruno@clisp.org>
31979
31980         * gnulib-tool (func_usage): Document option --avoid.
31981         (Command line options): Handle --avoid.
31982         (func_acceptable): New function.
31983         (func_modules_transitive_closure): Use it.
31984
31985 2005-07-11  Bruno Haible  <bruno@clisp.org>
31986
31987         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
31988         Reported by Jim Meyering.
31989
31990 2005-07-10  Bruno Haible  <bruno@clisp.org>
31991
31992         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
31993         Needed when size_t is smaller than 'unsigned int'.
31994         Reported by Paul Eggert.
31995
31996 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
31997
31998         * modules/argp (Depends-on): Add unlocked-io
31999
32000 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
32001
32002         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
32003         block of defines.
32004
32005 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
32006
32007         * config/srclist.txt: Comment out regcomp.c, since we have a porting
32008         fix now.
32009
32010 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
32011         and Paul Eggert  <eggert@cs.ucla.edu>
32012
32013         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
32014         in wint_t, not wchar_t.  Remove now-unnecessary cast.
32015
32016 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32017
32018         * modules/regex (Files): Add lib/regex_internal.c,
32019         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
32020         (Depends-on): Add extensions.
32021         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
32022
32023 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32024
32025         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
32026         pathconf.
32027         * m4/same.m4 (gl_SAME): Likewise.
32028         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
32029
32030         * m4/regex.m4: Adjust to new libc regex implementation.
32031         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
32032         all the .c and .h parts of (the new) regex.
32033         Quote the m4 stuff better.
32034         Check for RE_ICASE bug of old gnulib.
32035         Check for REG_STARTEND of recent libc.
32036         Rename local variables from jm_* to gl_*.
32037         Quote operand of "test -f".
32038         Say "recent enough" version of libc, not "version 2".
32039         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
32040         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
32041         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
32042         Remove check for btowc, isascii.
32043         Require AM_LANGINFO_CODESET.
32044
32045 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32046
32047         * lib/regex.c, regex.h: Sync from libc.
32048         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
32049         * lib/regexec.c:
32050         New files, synced from libc, except that regex_internal.h
32051         currently has a small porting fix.
32052
32053 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
32054
32055         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
32056         regex_internal.c, regexec.c.
32057         Add regex_internal.h too, but as a comment, since the libc version
32058         is currently broken in gnulib mode.
32059
32060 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
32061
32062         Support programs like Emacs that use gnulib but not gettext.
32063         * MODULES.html.sh (Internationalization functions): Add gettext-h.
32064         * modules/gettext-h: New file.
32065         * modules/gettext (Files): Remove lib/gettext.h.
32066         (Depends-on): Add gettext-h.
32067         (Makefile.am): Remove lib_SOURCES.
32068         * modules/argmatch, modules/c-stack, modules/closeout:
32069         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
32070         * modules/execute, modules/file-type, modules/getaddrinfo:
32071         * modules/getopt, modules/human, modules/javacomp:
32072         * modules/javaexec, modules/mkdir-p, modules/obstack:
32073         * modules/openat, modules/pagealign_alloc, modules/pipe:
32074         * modules/quotearg, modules/regex, modules/rpmatch:
32075         * modules/unicodeio, modules/userspec, modules/version-etc:
32076         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
32077         * modules/xsetenv:
32078         Depend on gettext-h, not gettext.
32079
32080 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
32081
32082         * gnulib-tool (func_import): Add support for 'public domain' license.
32083         * modules/alloca, modules/atexit, modules/memmove:
32084         Now public domain, not GPL.
32085         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
32086         * modules/realloc, modules/strerror, modules/strtod:
32087         Now LGPL, not GPL.
32088
32089 2005-07-05  Bruno Haible  <bruno@clisp.org>
32090
32091         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
32092         autoconf CVS. Needed for mingw.
32093
32094 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32095
32096         Remove the dependency of the strftime module on the tzset module.
32097         * modules/strftime (Depends-on): Remove dependency on tzset.
32098
32099 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32100
32101         Remove the dependency of the strftime module on the tzset module.
32102         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
32103         gl_FUNC_TZSET_CLOBBER.
32104
32105 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
32106
32107         Remove the dependency of the strftime module on the tzset module.
32108         * lib/strftime.c (my_strftime)
32109         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
32110         Copy the input structure, to work around some of the bug with
32111         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
32112         Solaris releases, you should also use the tzset module, but we won't
32113         require it as a dependency any more since we don't want LGPLed code
32114         to depend on GPLed code.
32115
32116 2005-07-02  Jim Meyering  <jim@meyering.net>
32117
32118         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
32119         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
32120         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
32121         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
32122
32123 2005-07-02  Jim Meyering  <jim@meyering.net>
32124
32125         * lib/backupfile.c (backup_args): Change a `0' to NULL.
32126
32127 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
32128
32129         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
32130         declares only 'struct timespec;' (!).
32131
32132 2005-07-01  Jim Meyering  <jim@meyering.net>
32133
32134         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
32135         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
32136         * lib/save-cwd.c, tempname.c:
32137         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
32138         and don't include <sys/file.h>).
32139
32140 2005-06-29  Jim Meyering  <jim@meyering.net>
32141
32142         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
32143         type name.  Use the variable name instead.
32144         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
32145         Likewise.
32146
32147 2005-06-28  Simon Josefsson  <jas@extundo.com>
32148
32149         * modules/check-version (Files): Add check-version.m4.
32150
32151 2005-06-28  Simon Josefsson  <jas@extundo.com>
32152
32153         * m4/check-version.m4: New file, suggested by Jim Meyering
32154         <jim@meyering.net>.
32155
32156 2005-06-28  Simon Josefsson  <jas@extundo.com>
32157
32158         * lib/check-version.h, lib/check-version.c: New files.
32159
32160 2005-06-28  Simon Josefsson  <jas@extundo.com>
32161
32162         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
32163         collision with global variable.  Better indentation.  Don't
32164         increment buffer pointer beyond buffer end.  Based on comments
32165         from Paul Eggert <eggert@cs.ucla.edu>.
32166
32167         * lib/base64.h: Indent.
32168
32169 2005-06-28  Simon Josefsson  <jas@extundo.com>
32170
32171         * doc/gnulib.texi (Library version handling): New section.
32172
32173 2005-06-28  Jim Meyering  <jim@meyering.net>
32174
32175         * check-module (find_included_lib_files): Hard-code another
32176         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
32177         but modules/fts-lgpl (correctly) does not list those files.
32178
32179         * modules/canonicalize (Files): Add lib/pathmax.h.
32180
32181 2005-06-25  Simon Josefsson  <jas@extundo.com>
32182
32183         * modules/check-version: New file.
32184
32185 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
32186
32187         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
32188         initializer of struct addrinfo, as an indication that we don't
32189         care how many members the structure has.
32190
32191 2005-06-24  Derek Price  <derek@ximbiot.com>
32192         and Bruno Haible  <bruno@clisp.org>
32193
32194         Remove stat module & update lstat.
32195         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
32196         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32197         * m4/stat.m4: Remove this file.
32198
32199 2005-06-24  Derek Price  <derek@ximbiot.com>
32200         and Bruno Haible  <bruno@clisp.org>
32201
32202         Remove stat module & update lstat.
32203         * lib/stat.c: Remove this file...
32204         (slash_aware_lstat): ...moving this content and its support...
32205         * lib/lstat.c (rpl_lstat): ...into here.
32206         * lib/lstat.h: New file.
32207
32208 2005-06-24  Derek Price  <derek@ximbiot.com>
32209         and Bruno Haible  <bruno@clisp.org>
32210
32211         Remove stat module & update lstat.
32212         * config/srclist.txt (libc sources): Remove stat.
32213
32214 2005-06-24  Derek Price  <derek@ximbiot.com>
32215         and Bruno Haible  <bruno@clisp.org>
32216
32217         Remove stat module & update lstat.
32218         * MODULES.html.sh (stat): Remove.
32219         * MODULES.html: Regenerated.
32220         * modules/lstat (Description): Correct function name.
32221         (Files): Add "lstat.h".
32222         (Depends-on): Remove stat, add xalloc, stat-macros.
32223         * modules/stat: Remove this file.
32224         (Include): Add "lstat.h", remove <sys/stat.h>.
32225
32226 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
32227
32228         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
32229         (ranged_convert): Don't save conversion in a temporary struct.
32230         This causes a warning with GCC 4.0.0, and anyway in the typical
32231         case it's not worth the extra 100 bytes or so of code.
32232         (ranged_convert, __mktime_internal): When calling a function via a
32233         pointer P, use P () rather than (*P) (), as we now assume C89 or
32234         better.
32235
32236 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32237
32238         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
32239         "who -r" failed to give output.  Problem reported by Tim Waugh.
32240
32241         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
32242         (xcalloc): Use it to avoid needless tests.
32243         Problem reported by Jim Meyering.
32244
32245 2005-06-20  Derek Price  <derek@ximbiot.com>
32246
32247         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
32248         unnecessary for Autoconfs > 2.59c.
32249
32250 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32251
32252         * lib/argp.h (__option_is_short): Check upper limit of
32253         __key. Isprint() requires its argument to have the value
32254         of an unsigned char or EOF.
32255
32256 2005-06-16  Jim Meyering  <jim@meyering.net>
32257
32258         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
32259         when either N or S is zero.
32260
32261 2005-06-16  Derek Price  <derek@ximbiot.com>
32262
32263         * m4/bison.m4: Declare YACC & YFLAGS precious.
32264
32265 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
32266
32267         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
32268         multibyte string or pattern, fall back on unibyte matching.
32269         Problem reported by James Youngman.
32270
32271 2005-06-08  Bruno Haible  <bruno@clisp.org>
32272
32273         * modules/csharpcomp: New file.
32274         * MODULES.html.sh (C#): Add csharpcomp.
32275
32276 2005-06-08  Bruno Haible  <bruno@clisp.org>
32277
32278         * m4/csharpcomp.m4: New file, from GNU gettext.
32279
32280 2005-06-08  Bruno Haible  <bruno@clisp.org>
32281
32282         * lib/csharpcomp.h: New file, from GNU gettext.
32283         * lib/csharpcomp.c: New file, from GNU gettext.
32284         * lib/csharpcomp.sh.in: New file, from GNU gettext.
32285
32286 2005-06-08  Bruno Haible  <bruno@clisp.org>
32287
32288         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
32289         warning on mingw.
32290
32291 2005-06-07  Derek Price  <derek@ximbiot.com>
32292
32293         Sync from CVS.
32294         * lib/glob_.h: Indent nested #ifdef.
32295
32296 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32297
32298         Sync from coreutils.
32299         Use "file name" when talking about file names, instead of "filename"
32300         or "path", as per the GNU coding standards.
32301         * lib/mkdir-p.c: Renamed from makepath.c.
32302         (make_dir_parents): Renamed from make_path.  All callers changed.
32303         * lib/mkdir-p.h: Likewise.  All includers changed.
32304         * lib/filenamecat.c: Renamed from path-concat.c.
32305         (file_name_concat): Renamed from path_concat.  All callers changed.
32306         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
32307         * lib/filenamecat.h: Likewise.  All includers changed.
32308         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
32309         in comments or local variable names.
32310         * lib/basename.c: Likewise.
32311         * lib/canonicalize.c, canonicalize.h: Likewise.
32312         * lib/dirname.c, dirname.h: Likewise.
32313         * lib/euidaccess.c: Likewise.
32314         * lib/exclude.c: Likewise
32315         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
32316         * lib/fsusage.c, fsuage.h: Likewise.
32317         * lib/fts.c, fts_.h: Likewise.
32318         * lib/getcwd.c: Likewise.
32319         * lib/getloadavg.c: Likewise.
32320         * lib/mkstemp.c: Likewise.
32321         * lib/mountlist.c, mountlist.h: Likewise.
32322         * lib/openat.c, openat.h: Likewise.
32323         * lib/readlink-stub.c: Likewise.
32324         * lib/readutmp.c, readutmp.h: Likewise.
32325         * lib/rename.c: Likewise.
32326         * lib/rmdir.c: Likewise.
32327         * lib/same.c: Likewise.
32328         * lib/savedir.c: Likewise.
32329         * lib/stripslash.c: Likewise.
32330         * lib/tempname.c: Likewise.
32331         * lib/xreadlink.c: Likewise.
32332         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
32333         All uses changed.
32334         * lib/exclude.h: Likewise.
32335
32336         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
32337         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32338         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
32339         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32340         * lib/pathmax.h: Include <limits.h> unconditionally, since other
32341         files have been getting away with it for years (MORE/BSD 4.3
32342         is extinct now).
32343         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
32344         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
32345
32346         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
32347         Define to 256, not 255, as per modern POSIX.
32348
32349 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32350
32351         Sync from coreutils.
32352         Use "file name" when talking about file names, instead of "filename"
32353         or "path", as per the GNU coding standards.
32354         * MODULES.html.sh: mkdir-p renamed from makepath.
32355         filenamecat renamed from path-concat.
32356         * modules/filenamecat: Renamed from modules/path-concat.
32357         (Files): filenamecat.h and filenamecat.c renamed from
32358         path-concat.h and path-concat.c.
32359         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
32360         (Include): filenamecat.h, not path-concat.h.
32361         * modules/mkdir-p: Renamed from modules/makepath.
32362         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
32363         makepath.c.
32364         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
32365         (Include): mkdir-p.h, not makepath.h.
32366
32367 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
32368
32369         Sync from coreutils.
32370         * m4/mkdir-p.m4: Renamed from makepath.m4.
32371         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
32372         Rename files from makepath.c to mkdir-p.c, and from
32373         makepath.h to mkdir-p.h.
32374         * m4/filenamecat.m4: Renamed from path-concat.m4.
32375         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
32376         Rename files from path-concat.c to filenamecat.c,
32377         and from path-concat.h to filenamecat.h.
32378         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
32379         "file name" in local variables or comments.
32380         * m4/rename.m4: Likewise.
32381
32382 2005-06-01  Bruno Haible  <bruno@clisp.org>
32383
32384         * modules/csharpexec: New file.
32385         * MODULES.html.sh (C#): New section.
32386
32387 2005-06-01  Bruno Haible  <bruno@clisp.org>
32388
32389         * m4/csharp.m4: New file, from GNU gettext.
32390         * m4/csharpexec.m4: New file, from GNU gettext.
32391
32392 2005-06-01  Bruno Haible  <bruno@clisp.org>
32393
32394         * lib/csharpexec.h: New file, from GNU gettext.
32395         * lib/csharpexec.c: New file, from GNU gettext.
32396         * lib/csharpexec.sh.in: New file, from GNU gettext.
32397
32398 2005-05-31  Derek Price  <derek@ximbiot.com>
32399             Paul Eggert  <eggert@cs.ucla.edu>
32400
32401         Sync from cvs.
32402         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32403
32404 2005-05-31  Derek Price  <derek@ximbiot.com>
32405             Paul Eggert  <eggert@cs.ucla.edu>
32406
32407         Sync from cvs.
32408         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
32409
32410 2005-05-29  Derek Price  <derek@ximbiot.com>
32411
32412         * config/srclist.txt (glob_.h, glob.c): Add these files.
32413
32414 2005-05-29  Derek Price  <derek@ximbiot.com>
32415
32416         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
32417         * modules/glob: New file.
32418         * modules/getlogin_r: Add link to POSIX spec in description.
32419
32420 2005-05-29  Derek Price  <derek@ximbiot.com>
32421             Paul Eggert  <eggert@cs.ucla.edu>
32422
32423         * m4/glob.m4: New file.
32424
32425 2005-05-29  Derek Price  <derek@ximbiot.com>
32426             Paul Eggert  <eggert@cs.ucla.edu>
32427
32428         * lib/glob_.h, lib/glob.c: New files.
32429
32430 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32431
32432         * modules/fts (Files): Remove m4/inttypes-pri.m4.
32433         * modules/fts-lgpl (Depends-on): Remove gettext.
32434
32435 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32436
32437         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
32438         and don't require gt_INTTYPES_PRI.
32439
32440 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
32441
32442         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
32443
32444         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
32445         the configuration hassle isn't worth it.
32446         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
32447         (LONGEST_MODIFIER, PRIuMAX): Remove.
32448
32449 2005-05-27  Bruno Haible  <bruno@clisp.org>
32450
32451         * lib/getlogin_r.h: Remove second include of <stddef.h>.
32452
32453 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
32454
32455         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
32456         _POSIX_PTHREAD_SEMANTICS for Solaris.
32457
32458 2005-05-25  Derek Price  <derek@ximbiot.com>
32459
32460         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
32461
32462 2005-05-25  Derek Price  <derek@ximbiot.com>
32463             Paul Eggert  <eggert@cs.ucla.edu>
32464
32465         * modules/getlogin_r, m4/getlogin_r.m4: New files.
32466         * lib/getlogin_r.c, getlogin_r.h: New files.
32467
32468 2005-05-25  Bruno Haible  <bruno@clisp.org>
32469             Derek Price  <derek@ximbiot.com>
32470
32471         * lib/getlogin_r.h: Simplify API documentation.
32472
32473 2005-05-23  Derek Price  <derek@ximbiot.com>
32474
32475         * modules/minmax (Files): Add m4/minmax.m4.
32476         (configure.ac): Add gl_MINMAX.
32477
32478 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32479
32480         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
32481         so that unistd-safer.h (GPL'ed code) need not be included.
32482
32483 2005-05-22  Bruno Haible  <bruno@clisp.org>
32484
32485         * m4/minmax.m4: New file.
32486         Based on a patch by Derek Price <derek@ximbiot.com>.
32487
32488 2005-05-22  Bruno Haible  <bruno@clisp.org>
32489
32490         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
32491         (INT64_MIN): Fix definition.
32492         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
32493
32494         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
32495         NEED_SIGNED_INT_TYPES.
32496
32497         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
32498         HAVE_SYSTEM_INTTYPES.
32499
32500 2005-05-22  Bruno Haible  <bruno@clisp.org>
32501
32502         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
32503         Also include <sys/param.h> if it defines MIN, MAX.
32504         Based on a patch by Derek Price <derek@ximbiot.com>.
32505
32506 2005-05-21  Jim Meyering  <jim@meyering.net>
32507
32508         * modules/fts (Files): Add m4/inttypes-pri.m4.
32509         (Depends-on): Add lstat and remove gettext.  Alphabetize.
32510
32511 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32512
32513         New fts module.
32514         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
32515         (setup_dir, free_dir): New functions.
32516         (enter_dir, leave_dir): Define trivial
32517         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
32518         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
32519         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
32520         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
32521         Move to fts-cycle.c.
32522         (fts_open): Use setup_dir.
32523         (fts_close): Use free_dir.
32524         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
32525         This adds a label and some gotos, but the alternatives were messier.
32526         Check for memory allocation failure when entering a dir.
32527         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
32528         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
32529         (FTS): New member fts_cycle, that is a union that contains the
32530         old active_dir_ht and cycle_state.  All uses changed to mention
32531         fts_cycle.ht and fts_cycle.state.
32532         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
32533         fts.c, with the following changes:
32534         (setup_dir, free_dir): New functions.
32535         (enter_dir): Now returns bool.  Return true if successful, false
32536         if memory exhausted.  All callers changed.
32537         Do not bother partly cleaning up on
32538         memory allocation failure; that is free_dir's job.
32539         However, free ad if hash_insert fails, to avoid memory leak.
32540         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
32541         fts->fts_options to see which union member to use.
32542
32543 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32544
32545         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
32546         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
32547
32548 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
32549
32550         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
32551
32552 2005-05-20  Jim Meyering  <jim@meyering.net>
32553
32554         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
32555         Now a macro, to pacify GCC.
32556
32557 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32558
32559         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
32560         of -1.
32561
32562 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
32563
32564         * lib/chown.c (rpl_chown): Return -1 on failure.
32565
32566 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32567
32568         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
32569         Don't check for stddef.h.
32570         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
32571         don't use its results.
32572         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
32573         since we include them unconditionally.  Don't require
32574         AM_STDBOOL_H, since stdbool is a prerequisite.
32575         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
32576         since we assume C89 or better.
32577         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
32578         as we don't use their results.
32579         Don't check for fchdir, memmove, memset, strrchr, as we use
32580         them unconditionally.
32581         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
32582         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
32583
32584 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
32585
32586         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
32587         Include <stddef.h> unconditionally, since we assume C89 now.
32588         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
32589         * lib/fts.c: Include fts_.h first, to check interface.
32590         Do not include intprops.h; no longer needed.
32591         Include cycle-check.h and hash.h, since fts_.h no longer does.
32592         Remove unnecessary casts of closedir to void.
32593         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
32594         decide whether to decrement nlinks.
32595         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
32596         (FTS): Use struct hash_table * instead of Hash_table, so that
32597         we no longer need to include hash.h here.
32598
32599 2005-05-18  Jim Meyering  <jim@meyering.net>
32600
32601         * modules/dirfd (License): Change to LGPL.  Most of the code
32602         is already in the public domain.
32603
32604 2005-05-18  Jim Meyering  <jim@meyering.net>
32605
32606         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
32607         Reported by Yoann Vandoorselaere.
32608
32609 2005-05-17  Jim Meyering  <jim@meyering.net>
32610
32611         * m4/fts.m4: New file, from coreutils.
32612
32613 2005-05-17  Jim Meyering  <jim@meyering.net>
32614
32615         * lib/fts.c, lib/fts_.h: New files, from coreutils.
32616
32617 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32618
32619         Sync from coreutils.
32620         * m4/unlinkdir.m4: New file.
32621
32622 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32623
32624         Sync from coreutils.
32625         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
32626         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
32627         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
32628         White space changes only.
32629         * lib/makepath.c (make_path): Port to hosts where leading "//" is
32630         special.
32631         * lib/yesno.c: Include getline.h, not ctype.h.
32632         (yesno): Don't remove leading white space; POSIX doesn't allow it.
32633         Use getline to remove arbitrary restriction on response length.
32634
32635 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32636
32637         * config/srclist-update: Spell out "Street" in FSF postal
32638         mail address; this is the style the FSF seems to prefer.
32639
32640         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
32641         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
32642         this updates FSF postal mail address.
32643
32644         Sync from coreutils.
32645         * modules/unlinkdir: New file.
32646         * modules/yesno (Depends-on): Add getline.
32647         * MODULES.html.sh (File system functions): Add unlinkdir.
32648
32649 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32650
32651         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
32652         lib/strsep.h:
32653         Change the initial comment to refer to GPL, not LGPL.
32654         gnulib-tool will change it to LGPL as needed.
32655
32656         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
32657         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
32658         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
32659         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
32660         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
32661         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
32662         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
32663         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
32664         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
32665         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
32666         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
32667         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
32668         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
32669         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
32670         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
32671         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
32672         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
32673         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
32674         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
32675         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
32676         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
32677         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
32678         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
32679         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
32680         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
32681         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
32682         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
32683         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
32684         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
32685         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
32686         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
32687         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
32688         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
32689         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
32690         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
32691         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
32692         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
32693         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
32694         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
32695         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
32696         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
32697         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
32698         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
32699         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
32700         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
32701         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
32702         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
32703         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
32704         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
32705         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
32706         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
32707         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
32708         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
32709         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
32710         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
32711         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
32712         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
32713         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
32714         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
32715         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
32716         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
32717         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
32718         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
32719         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
32720         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
32721         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
32722         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
32723         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
32724         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
32725         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
32726         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
32727         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
32728         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
32729         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
32730         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
32731         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
32732         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
32733         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
32734         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
32735         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
32736         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
32737         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
32738         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
32739         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
32740         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
32741         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
32742         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
32743         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
32744         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
32745         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
32746         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
32747         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
32748         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
32749         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
32750         lib/yesno.c, lib/yesno.h:
32751         Update FSF postal mail address.
32752
32753 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
32754
32755         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
32756         tests/test-memmem.c, tests/test-stpncpy.c:
32757         Update FSF postal mail address.
32758
32759 2005-05-13  Bruno Haible  <bruno@clisp.org>
32760
32761         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
32762         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
32763         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
32764         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
32765         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
32766         Add support for 64-bit integers in the MSVC compiler.
32767
32768 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
32769
32770         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
32771
32772 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
32773
32774         * gnulib-tool (func_import): Sort and uniquify recommended includes.
32775
32776 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
32777
32778         * doc/getdate.texi (General date syntax): Don't say that date
32779         date --iso-8601=ns generates acceptable dates; it doesn't yet.
32780         Problem reported by Nic Ferrier.
32781
32782 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32783
32784         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
32785         specified in ai_socktype. Fix invalid ai_protocol
32786         check. ai_protocol is usually set to 0 or depending on
32787         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
32788         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
32789         ai_socktype / ai_protocol in the returned addrinfo structure.
32790
32791 2005-05-10  Simon Josefsson  <jas@extundo.com>
32792
32793         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
32794         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
32795
32796 2005-05-10  Karl Berry  <karl@gnu.org>
32797
32798         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
32799         (from http://www.gnu.org/licenses).
32800         * doc/COPYING.LIB: also rename to COPYING.LESSER.
32801         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
32802         fdl.texi suffices.
32803
32804 2005-05-10  Karl Berry  <karl@gnu.org>
32805
32806         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
32807         (COPYING.DOC): remove.
32808
32809         * config/srclist-update: new FSF address.
32810
32811 2005-05-10  Derek Price  <derek@ximbiot.com>
32812
32813         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
32814         possible.
32815
32816 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32817             Bruno Haible  <bruno@clisp.org>
32818
32819         * modules/inet_ntop: New file.
32820         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
32821         inet_ntop.
32822
32823 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32824             Bruno Haible  <bruno@clisp.org>
32825
32826         * m4/inet_ntop.m4: New file.
32827
32828 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32829             Bruno Haible  <bruno@clisp.org>
32830
32831         * lib/inet_ntop.h: New file.
32832         * lib/inet_ntop.c: New file, from glibc with modifications.
32833
32834 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
32835
32836         * modules/time_r (License): Change to LGPL.
32837         * modules/extensions (License): Change to LGPL.  Actually,
32838         the license is more permissive than that, but currently gnulib-tool
32839         doesn't know how to handle more-permissive licenses.
32840
32841         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
32842         Problem reported by Dave Love.
32843
32844 2005-05-08  Jim Meyering  <jim@meyering.net>
32845
32846         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
32847         blank.
32848
32849 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
32850
32851         * modules/argmatch (Depends-on): Add stdbool.
32852         * modules/backupfile (Depends-on): Likewise.
32853         * modules/chdir-long (Depends-on): Likewise.
32854         * modules/closeout (Depends-on): Likewise.
32855         * modules/cycle-check (Depends-on): Likewise.
32856         * modules/dirname (Depends-on): Likewise.
32857         * modules/fnmatch (Depends-on): Likewise.
32858         * modules/fsusage (Depends-on): Likewise.
32859         * modules/fwriteerror (Depends-on): Likewise.
32860         * modules/getcwd (Depends-on): Likewise.
32861         * modules/getloadavg (Depends-on): Likewise.
32862         * modules/hard-locale (Depends-on): Likewise.
32863         * modules/makepath (Depends-on): Likewise.
32864         * modules/mountlist (Depends-on): Likewise.
32865         * modules/nanosleep (Depends-on): Likewise.
32866         * modules/posixtm (Depends-on): Likewise.
32867         * modules/quotearg (Depends-on): Likewise.
32868         * modules/readtokens (Depends-on): Likewise.
32869         * modules/readtokens0 (Depends-on): Likewise.
32870         * modules/readutmp (Depends-on): Likewise.
32871         * modules/save-cwd (Depends-on): Likewise.
32872         * modules/strftime (Depends-on): Likewise.
32873         * modules/userspec (Depends-on): Likewise.
32874         * modules/utimecmp (Depends-on): Likewise.
32875         * modules/xgetcwd (Depends-on): Likewise.
32876         * modules/xnanosleep (Depends-on): Likewise.
32877         * modules/xstrtod (Depends-on): Likewise.
32878         * modules/yesno (Depends-on): Likewise.
32879
32880 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
32881
32882         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
32883         needless checks.
32884
32885 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32886
32887         Merge from coreutils.  Among other things,
32888         add bulletproofing for cases where stdin, stdout, or stderr are closed.
32889         * lib/fd-safer.c: New file.
32890         * lib/fcntl-safer.h, open-safer.c: Remove.
32891         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
32892         * lib/dup-safer.c: Include unistd-safer.h first.
32893         Don't include errno.h.
32894         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
32895         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
32896         * lib/file-type.c: Rely on file-type.h change.
32897         * lib/getloadavg.c: Include unistd-safer.h.
32898         (getloadavg): Use safer open.
32899         * lib/getusershell.c: Include "stdio-safer.h".
32900         (getusershell): Use safer fopen.
32901         * lib/long-options.c (long_options): Use NULL rather than 0.
32902         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
32903         'free'.
32904         * lib/modechange.c: Likewise.
32905         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
32906         (MODE_DONE): New constant.
32907         (struct mode_change): Remove 'next' member.
32908         (make_node_op_equals): New function; like the old one of the
32909         same name, except it allocates an array.
32910         (mode_compile, mode_create_from_ref): Use it.
32911         (mode_compile): Allocate result as an array, not a linked list.
32912         Parse octal string ourself, so that we catch mistakes like "+0".
32913         (mode_adjust): Arg is an array, not a linked list.
32914         * lib/modechange.c: Include stat-macros.h, xalloc.h.
32915         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
32916         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
32917         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
32918         Remove.  This is now stat-macros.h's job.
32919         (talloc): Remove.  All callers replaced by xalloc, so that
32920         our invokers don't have to worry about reporting memory failures.
32921         (make_node_op_equals): Remove.
32922         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
32923         New constants.
32924         (struct mode_change): Moved here from modechange.h.
32925         (mode_append_entry): Remove.
32926         (mode_compile): Remove MASKED_OPS arg, since it encouraged
32927         apps to have incorrect behavior.  Use simpler algorithm for head
32928         and tail.  Don't futz with umask; that's now the job of mode_adjust.
32929         Detect more invalid usages rather than having somewhat-random behavior.
32930         Don't insert an "a=" action, as that leads to incorrect behavior.
32931         (mode_compile, mode_create_from_ref): Return NULL on error instead
32932         of an enum, since now there's only one way to have an error.  All
32933         callers changed.
32934         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
32935         at the correct time.  Simplify calculation of "+u" and its ilk.
32936         Don't mishandle "+X".
32937         (mode_free): Remove "register" and localize decls.
32938         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
32939         (struct mode_change): Move to modechange.c; callers don't
32940         need to see this stuff.
32941         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
32942         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
32943         (mode_change, mode_adjust): Reflect the new signatures noted above.
32944         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
32945         that might redefine system include files.
32946         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
32947         (my_usleep): Use NULL rather than (void *) 0.
32948         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
32949         Use siginterrupt to specify that system calls should be interrupted.
32950         (rpl_nanosleep): Move initialization of suspended closer to call of
32951         my_usleep.
32952         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
32953         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
32954         (desirable_utmp_entry): New function.
32955         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
32956         using x2nrealloc, to simplify logic.
32957         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
32958         size calculation.  Do not assume utmp file is a regular file.
32959         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
32960         (READ_UTMP_CHECK_PIDS): New constant.
32961         * lib/save-cwd.c: Include unistd-safer.h.
32962         (save_cwd): Use fd_safer.
32963         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
32964         [!_LIBC] Include "stat-macros.h" instead.
32965         * lib/unistd-safer.h (fd_safer): New decl.
32966
32967 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32968
32969         * modules/getloadavg (Depends-on): Add unistd-safer.
32970         * modules/getusershell (Depends-on): Add stdio-safer.
32971         * modules/lstat (Depends-on): Remove xalloc.
32972         * modules/mkstemp (Depends-on): Add stat-macros.
32973         * modules/modechange (Depends-on): Remove xstrtol.
32974         Add stat-macros, xalloc.
32975         * modules/save-cwd (Depends-on): Add unistd-safer.
32976         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
32977         * modules/unistd-safer (Files): Add lib/fd-safer.c
32978         (Makefile.am): Remove lib_SOURCES.
32979
32980         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
32981         Remove fcntl-safer; unistd-safer supersedes it.
32982
32983 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
32984
32985         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
32986         AC_HEADER_STAT.
32987         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
32988         (gl_PREREQ_CHOWN): Remove.
32989         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
32990         it.  Don't require AC_HEADER_STAT.
32991         (gl_PREREQ_LSTAT): Remove.
32992         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
32993         Don't require AC_HEADER_STAT.
32994         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
32995         (gl_PREREQ_RMDIR): Remove.
32996         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
32997         mention stat-macros.h or AC_HEADER_STAT, since we'll make
32998         the stat-macros module a prerequisite.
32999         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
33000         * m4/filemode.m4 (gl_FILEMODE): Likewise.
33001         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
33002         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
33003         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
33004         variable names.
33005         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
33006         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
33007         variable prefixes.
33008         * m4/fcntl-safer.m4: Remove.
33009         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
33010         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
33011         Invoke gl_PREREQ_FD_SAFER.
33012         (gl_PREREQ_FD_SAFER): New macro.
33013         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
33014         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
33015         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
33016         Remove duplicate call to AC_LIBOBJ(readutmp).
33017         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
33018
33019         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
33020         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
33021
33022 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
33023
33024         * MODULES.html.sh (Misc): Add byteswap.
33025
33026 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33027
33028         * modules/getcwd (Depends-on): Add extensions.
33029         * modules/openat (Depends-on): Likewise.
33030
33031 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33032
33033         * modules/byteswap: New file.
33034
33035 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33036
33037         * m4/byteswap.m4: New file.
33038
33039 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
33040
33041         * lib/byteswap_.h: New file.
33042
33043 2005-04-25  Karl Berry  <karl@gnu.org>
33044
33045         * m4/gettext.m4: Update from GNU gettext 0.14.4.
33046
33047 2005-04-25  Albert Chin  <china@thewrittenword.com>
33048
33049         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
33050         Toolkit C bug.
33051
33052 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
33053
33054         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
33055         (func_ln_if_changed) Remove forcibly for no error message
33056         in case file does not exist.
33057
33058 2005-04-19  Simon Josefsson  <jas@extundo.com>
33059
33060         * gnulib-tool (Options): Make --symlink mean --symbolic.
33061
33062 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
33063
33064         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
33065
33066 2005-04-16  Simon Josefsson  <jas@extundo.com>
33067
33068         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
33069
33070 2005-04-15  Simon Josefsson  <jas@extundo.com>
33071
33072         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
33073
33074 2005-04-15  Simon Josefsson  <jas@extundo.com>
33075
33076         * gnulib-tool: Rename --symlink to --symbolic.
33077
33078 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
33079
33080         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
33081         symbolic links to files instead of copying/moving.  Add --aux-dir,
33082         specifying directory relative --dir where auxiliary build tools
33083         are placed.
33084
33085 2005-04-14  Bruno Haible  <bruno@clisp.org>
33086
33087         * modules/allocsa (License): Change to LGPL.
33088         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
33089
33090 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33091
33092         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
33093         that "UTC +1 second" continues to work.  Problem reported
33094         by Dmitry V. Levin.
33095         (relunit_snumber): New rule.
33096         (relunit): Use it.
33097
33098 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
33099
33100         * lib/getdate.y (universal_time_zone_table): New constant.
33101         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
33102         universal_time_zone_table.
33103         (lookup_zone): Prefer universal_time_zone_table to
33104         local_time_zone_table, so that "GMT" time stamps are allowed in
33105         London during the summer.  Problem reported by Ian Abbott.
33106
33107 2005-04-12  Jim Meyering  <jim@meyering.net>
33108
33109         * lib/human.c (humblock): Set *options even when returning due to
33110         xstrtoumax conversion failure.  Thanks to a used-uninitialized
33111         warning from gcc-4.
33112
33113 2005-04-09  Jim Meyering  <jim@meyering.net>
33114
33115         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
33116         -Wuninitialized: initialize tm0.tm_year.
33117
33118 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
33119
33120         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
33121         count, since there's no maximum.  All uses changed.
33122         Add member dsts_seen.
33123         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
33124         not being INT_MAX.
33125         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
33126         Use pc_rels_seen to decide whther a date is absolute.
33127
33128         * lib/getdate.y (number): Don't overwrite year.
33129         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
33130         check.
33131
33132 2005-04-02  Simon Josefsson  <jas@extundo.com>
33133
33134         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
33135         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
33136
33137 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
33138
33139         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
33140         where no absolute path name can be longer than PATH_MAX.
33141
33142 2005-03-27  Jim Meyering  <jim@meyering.net>
33143
33144         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
33145
33146 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
33147
33148         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
33149         "one's complement" -> "ones' complement" in comment, as per Knuth.
33150         "value of type" -> "type or expression" in comment.
33151         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
33152
33153 2005-03-26  Jim Meyering  <jim@meyering.net>
33154
33155         Comment nits.
33156         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
33157         Correct typos: s/or/of/.
33158
33159 2005-03-26  Jim Meyering  <jim@meyering.net>
33160
33161         * modules/check-include-files: Move to ../ and rename to...
33162         * check-module: ...this.
33163
33164 2005-03-25  Jim Meyering  <jim@meyering.net>
33165
33166         * modules/xvasprintf (Files): Add xalloc.h.
33167
33168 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
33169
33170         * modules/gettext (Files): config/config.rpath ->
33171         build-aux/config.rpath
33172         * modules/iconv (Files): Likewise.
33173         Problem reported by Oskar Liljeblad.
33174
33175 2005-03-23  Jim Meyering  <jim@meyering.net>
33176
33177         * modules/check-include-files: New script to check for
33178         missing dependencies, multiple includes, etc.
33179
33180         * modules/c-strtold (Depends-on): Add xalloc.
33181         * modules/c-strtod (Depends-on): Add xalloc.
33182         * modules/hash (Depends-on): Add xalloc.
33183         (Files): Remove lib/xalloc.h.
33184
33185         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
33186         * modules/userspec (Files): Add lib/inttostr.h.
33187
33188 2005-03-23  Jim Meyering  <jim@meyering.net>
33189
33190         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
33191
33192 2005-03-22  Jim Meyering  <jim@meyering.net>
33193
33194         * modules/stat-macros: New module.
33195         * modules/canonicalize, modules/euidaccess, modules/file-type,
33196         * modules/filemode, modules/lchown, modules/makepath,
33197         * modules/rmdir, modules/stat: Depend on new stat-macros module
33198         rather than listing lib/stat-macros.h manually.
33199         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
33200
33201 2005-03-22  Jim Meyering  <jim@meyering.net>
33202
33203         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
33204
33205 2005-03-22  Bruno Haible  <bruno@clisp.org>
33206
33207         * config/srclist.txt: Replace target directory 'config' with
33208         'build-aux'.
33209         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
33210         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
33211         ../build-aux/.
33212
33213 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
33214
33215         * modules/chdir-long (Depends-on): Add mempcpy.
33216
33217         * modules/acl, modules/backupfile, modules/c-strtod,
33218         modules/c-strtold, modules/canon-host, modules/canonicalize,
33219         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
33220         modules/exclude, modules/exitfail, modules/file-type,
33221         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
33222         modules/getdate, modules/getline, modules/getpagesize,
33223         modules/getpass, modules/getugroups, modules/group-member,
33224         modules/hard-locale, modules/hash, modules/human, modules/idcache,
33225         modules/inttostr, modules/long-options, modules/makepath,
33226         modules/md5, modules/memcasecmp, modules/memcoll,
33227         modules/modechange, modules/mountlist, modules/path-concat,
33228         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
33229         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
33230         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
33231         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
33232         modules/strftime, modules/strndup, modules/strverscmp,
33233         modules/timespec, modules/unlocked-io, modules/userspec,
33234         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
33235         modules/yesno:
33236         Remove lib_SOURCES line from Makefile.am section, as this is now
33237         done automatically by the corresponding Autoconf macro.
33238
33239 2005-03-21  Jim Meyering  <jim@meyering.net>
33240
33241         Changes imported from coreutils.
33242
33243         * lib/cycle-check.c: Don't include xalloc.h.
33244
33245         * lib/path-concat.c: Don't include assert.h.
33246         (path_concat): Remove assertion that would have triggered
33247         for ABASE starting with more than one slash.
33248         Reported by Andreas Schwab.
33249
33250         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
33251         properly when ABASE is an absolute file name.
33252         Correct the description of this function.
33253         Include <assert.h>.
33254         Add an assertion and a test driver.
33255         This fixes a bug introduced on 2004-07-02.
33256         Andreas Schwab reported the resulting failure of cp --parents:
33257         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
33258
33259 2005-03-21  Jim Meyering  <jim@meyering.net>
33260
33261         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
33262         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
33263
33264 2005-03-21  Jim Meyering  <jim@meyering.net>
33265         and  Paul Eggert  <eggert@cs.ucla.edu>
33266
33267         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
33268         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
33269         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
33270         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
33271         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
33272         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
33273         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
33274         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
33275         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
33276         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
33277         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
33278         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
33279         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
33280         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
33281         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
33282         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
33283         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
33284         for these modules.
33285
33286 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
33287
33288         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
33289         (which shouldn't happen), generate nothing instead of returning 0
33290         immediately, so that nstrftime (NULL, ...) doesn't return 0.
33291
33292 2005-03-16  Bruno Haible  <bruno@clisp.org>
33293
33294         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
33295         HAVE_LONGLONG_64BIT.
33296
33297 2005-03-16  Bruno Haible  <bruno@clisp.org>
33298
33299         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
33300         HAVE_LONGLONG_64BIT.
33301
33302 2005-03-16  Bruno Haible  <bruno@clisp.org>
33303
33304         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
33305         HAVE_LONGLONG_64BIT.
33306
33307 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33308
33309         * lib/strftime.c (my_strftime): Prepend space to format so that we can
33310         reliably distinguish strftime failure from empty output on POSIX
33311         hosts.
33312
33313 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33314
33315         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
33316         (iconv_string): Don't guess a size-zero buffer, as that might cause
33317         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
33318         result would be 'too large', where 'too large' is (heuristically)
33319         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
33320         overflow concerns.  This will prevent some unwanted malloc failures
33321         when the inputs are very large.
33322
33323 2005-03-15  Karl Berry  <karl@gnu.org>
33324
33325         * config/srclist.txt (config.rpath): from gettext.
33326         * config/config.rpath: update.
33327
33328 2005-03-15  Bruno Haible  <bruno@clisp.org>
33329
33330         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
33331         to 'negate'.
33332
33333         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
33334         variable.
33335
33336         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
33337         results.
33338
33339 2005-03-14  Simon Josefsson  <jas@extundo.com>
33340
33341         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
33342         <fx@gnu.org>.
33343
33344 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
33345
33346         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
33347         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
33348         intprops.h.
33349         * lib/strtol.c: Likewise.
33350
33351 2005-03-14  Jim Meyering  <jim@meyering.net>
33352
33353         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
33354         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
33355         to be nonzero so that we (and caller) can detect the difference
33356         between a valid zero-length expansion and an error return, even
33357         when the underlying strftime fails before writing anything into
33358         that location.
33359
33360 2005-03-14  Bruno Haible  <bruno@clisp.org>
33361
33362         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
33363         Update from GNU gettext 0.14.3.
33364
33365 2005-03-10  Jim Meyering  <jim@meyering.net>
33366
33367         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
33368
33369 2005-03-10  Jim Meyering  <jim@meyering.net>
33370
33371         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
33372         so that this module works on systems without fchdir.
33373
33374 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
33375
33376         Factor int-properties macros into a single file, except for
33377         glibc-related files.
33378         * lib/intprops.h: New file.
33379         * lib/getloadavg.c: Include it instead of limits.h.
33380         (INT_STRLEN_BOUND): Remove.
33381         * lib/human.c: Include intprops.h.
33382         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
33383         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
33384         302/1000.
33385         * lib/inttostr.h: Include intprops.h instead of limits.h.
33386         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
33387         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
33388         for consistency with intprops.h.
33389         (time_t_is_integer, twos_complement_arithmetic): Use them.
33390         * lib/sig2str.h: Include <signal.h>, intprops.h.
33391         (INT_STRLEN_BOUND): Remove.
33392         * lib/strftime.c (TYPE_SIGNED): Remove.
33393         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
33394         * lib/strtol.c: Adjust comments to match intprops.h.
33395         * lib/userspec.c: Include intprops.h.
33396         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
33397         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
33398         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
33399         instead of rolling our own expressions.
33400         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
33401
33402         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
33403         instead of int.
33404         (my_strftime): Do not mishandle years close to INT_MAX, by doing
33405         the right thing even if adding 1900 would overflow.  Similarly
33406         for tm_mon + 1 and tm_yday + 1.
33407         Make %Y always equivalent to %C%y, and similarly for %G and %g.
33408         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
33409         (DO_SIGNED_NUMBER): New macro.
33410         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
33411
33412 2005-03-07  Bruno Haible  <bruno@clisp.org>
33413
33414         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
33415
33416 2005-03-07  Bruno Haible  <bruno@clisp.org>
33417
33418         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
33419
33420 2005-03-04  Derek R. Price  <derek@ximbiot.com>
33421
33422         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
33423         (func_import): Only replace files via --import when they have actually
33424         changed.
33425
33426 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33427
33428         * m4/mmap-anon.m4: New file.
33429         * m4/pagealign_alloc.m4: New file.
33430
33431 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33432             Bruno Haible  <bruno@clisp.org>
33433
33434         * modules/pagealign_alloc: New file.
33435         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
33436
33437 2005-03-03  Derek R. Price  <derek@ximbiot.com>
33438             Bruno Haible  <bruno@clisp.org>
33439
33440         * lib/pagealign_alloc.h: New file.
33441         * lib/pagealign_alloc.c: New file.
33442
33443 2005-03-03  Bruno Haible  <bruno@clisp.org>
33444
33445         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
33446         Use an all-permissive copyright notice, recommended by RMS.
33447
33448 2005-03-02  Bruno Haible  <bruno@clisp.org>
33449
33450         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
33451         of AIX, the replacement has to be done only after <string.h> is
33452         included, therefore not in config.h. stpncpy.h does the replacement,
33453         and stpncpy.c uses it.
33454
33455 2005-03-02  Bruno Haible  <bruno@clisp.org>
33456
33457         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
33458         stpncpy.c uses it.
33459
33460 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33461
33462         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
33463         The workaround isn't strictly needed for POSIX conformance, and
33464         it's too much of a pain to configure and maintain.  We'll ask
33465         people to fix their kernels instead.
33466         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
33467         (NANOSLEEP_BUG_WORKAROUND): Remove.
33468         (xnanosleep): Remove the workaround.
33469
33470 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33471
33472         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
33473         Reported by Derek Price.
33474         (Include): Add "timespec.h".
33475
33476         * modules/xnanosleep (Depends-on): Remove gethrxtime.
33477
33478 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33479
33480         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
33481         to detect nanosleep bug.
33482
33483 2005-03-01  Bruno Haible  <bruno@clisp.org>
33484
33485         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
33486
33487 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33488
33489         * modules/gethrxtime: New file.
33490         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
33491         (Depends-on): Add gethrxtime.
33492         (configure.ac): Add gl_XNANOSLEEP.
33493         (Makefile.am): Remove lib_SOURCES line.
33494
33495 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33496
33497         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
33498         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
33499
33500 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
33501
33502         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
33503         * lib/timespec.h (gettime): Return void, since it always
33504         succeeds now.  All uses changed.
33505         * lib/gettime.c (gettime) Likewise.
33506         [HAVE_NANOTIME]: Prefer nanotime.
33507         Assume gettimeofday succeeds, as POSIX requires.
33508         Assime time () succeeds, since other code already does.
33509         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
33510         (timespec_subtract): Remove.
33511         (NANOSLEEP_BUG_WORKAROUND): New constant.
33512         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
33513         things considerably.  Use it only on GNU/Linux hosts, since the
33514         workaround shouldn't be needed elsewhere.
33515
33516 2005-02-24  Bruno Haible  <bruno@clisp.org>
33517
33518         * modules/gettext (Files): Add m4/glibc2.m4.
33519
33520 2005-02-24  Bruno Haible  <bruno@clisp.org>
33521
33522         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
33523         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
33524         * m4/progtest.m4:
33525         Update from GNU gettext 0.14.2.
33526         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
33527
33528 2005-02-24  Bruno Haible  <bruno@clisp.org>
33529
33530         * lib/localcharset.c: Update from GNU gettext 0.14.2.
33531         * lib/config.charset: Update from GNU gettext 0.14.2.
33532
33533 2005-02-24  Bruno Haible  <bruno@clisp.org>
33534
33535         * lib/gettext.h: Update from GNU gettext 0.14.2.
33536
33537 2005-02-23  Simon Josefsson  <jas@extundo.com>
33538
33539         * m4/iconvme.m4: New file.
33540
33541 2005-02-23  Jim Meyering  <jim@meyering.net>
33542
33543         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
33544         change.
33545         Thanks to Bruno Haible for catching it.
33546
33547 2005-02-22  Simon Josefsson  <jas@extundo.com>
33548
33549         * modules/iconvme: New file.
33550
33551         * MODULES.html.sh: Add iconvme.
33552
33553 2005-02-22  Simon Josefsson  <jas@extundo.com>
33554
33555         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
33556
33557 2005-02-22  Simon Josefsson  <jas@extundo.com>
33558
33559         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
33560
33561 2005-02-22  Jim Meyering  <jim@meyering.net>
33562
33563         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
33564         s/ifndef/ifdef/.
33565
33566 2005-02-20  Neil Conway  <neilc@samurai.com>
33567
33568         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
33569         returned by OSX/Darwin if the specified buffer is not large
33570         enough for the hostname.
33571
33572 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33573
33574         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
33575         pass it to _help, otherwise the latter coredumps trying to
33576         dereference state.root_argp.
33577
33578 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33579
33580         * modules/chdir-long (Depends-on): Add memrchr.
33581         * modules/memrchr (Files): Add lib/memrchr.h.
33582         (Include): "memrchr.h".
33583
33584 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33585
33586         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
33587
33588 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
33589
33590         * lib/memrchr.h: New file.
33591         * lib/chdir-long.c: Include it.
33592         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
33593         Don't bother including stddef.h.
33594
33595 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
33596
33597         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
33598         inclusion.
33599         Include <sys/types.h>, for dev_t.
33600         (ME_DUMMY, ME_REMOTE): Move from here....
33601         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
33602         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
33603         Dmitry V. Levin.
33604         Include mountlist.h first, to test the interface.
33605
33606 2005-01-29  Bruno Haible  <bruno@clisp.org>
33607
33608         * lib/progname.c (program_name): Initialize.
33609         Needed when linking statically on MacOS X.
33610
33611 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33612
33613         Sync from coreutils.
33614         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
33615         (Depends-on): Add c-strtod.
33616         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
33617
33618 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
33619
33620         Sync from coreutils.
33621         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
33622
33623         Remove files that are specific to coreutils.
33624         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
33625
33626 2005-01-28  Bruno Haible  <bruno@clisp.org>
33627
33628         * modules/javacomp: New file.
33629         * MODULES.html.sh (Java): Add javacomp.
33630
33631 2005-01-28  Bruno Haible  <bruno@clisp.org>
33632
33633         * m4/javacomp.m4: New file, from GNU gettext.
33634
33635 2005-01-28  Bruno Haible  <bruno@clisp.org>
33636
33637         * lib/javacomp.sh.in: New file, from GNU gettext.
33638         * lib/javacomp.h: New file, from GNU gettext.
33639         * lib/javacomp.c: New file, from GNU gettext.
33640
33641 2005-01-26  Simon Josefsson  <jas@extundo.com>
33642
33643         * lib/gai_strerror.c: Use GPL in header.
33644
33645 2005-01-26  Bruno Haible  <bruno@clisp.org>
33646
33647         * modules/javaexec: New file.
33648         * MODULES.html.sh (Java): Add javaexec.
33649
33650 2005-01-26  Bruno Haible  <bruno@clisp.org>
33651
33652         * m4/javaexec.m4: New file, from GNU gettext.
33653
33654 2005-01-26  Bruno Haible  <bruno@clisp.org>
33655
33656         * lib/javaexec.sh.in: New file, from GNU gettext.
33657         * lib/javaexec.h: New file, from GNU gettext.
33658         * lib/javaexec.c: New file, from GNU gettext.
33659
33660 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33661
33662         * modules/lchown (Depends-on): Remove lchown.h
33663
33664 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33665
33666         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
33667         must be defined if the header file was not found, in order
33668         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
33669
33670 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33671
33672         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
33673         initializers for struct pentry_state.
33674         (__argp_error): Check return value of __asprintf
33675         (__argp_failure): Translate error message
33676
33677         * lib/argp-parse.c: Removed braces around the expansion of N_()
33678
33679 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33680
33681         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
33682         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
33683         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
33684         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
33685         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
33686         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
33687         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
33688         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
33689         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
33690         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
33691         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
33692         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
33693         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
33694         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
33695         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
33696         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
33697         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
33698         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
33699         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
33700         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
33701         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
33702         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
33703         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
33704         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
33705         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
33706         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
33707         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
33708         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
33709         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
33710         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
33711         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
33712         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
33713         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
33714         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
33715         xstrtol.m4, xstrtoumax.m4, yesno.m4:
33716         Use an all-permissive copyright notice, recommended by RMS.
33717
33718 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
33719
33720         * modules/chdir-long (Depends-on): Remove mempcpy.
33721
33722 2005-01-21  Jim Meyering  <jim@meyering.net>
33723
33724         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
33725         same value as for Solaris 9.
33726
33727         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
33728         component length.  This included changing the parameter to be
33729         of type `char *' rather than `char const *'.
33730         * lib/chdir-long.h (chdir_long): Update prototype.
33731
33732         * lib/openat.c (fdopendir, fstatat): New functions.
33733         * lib/openat.h: Include headers required for use of DIR and struct
33734         stat.
33735         [AT_SYMLINK_NOFOLLOW]: Define.
33736         (fdopendir, fstatat): Add prototypes.
33737
33738 2005-01-21  Bruno Haible  <bruno@clisp.org>
33739
33740         * modules/classpath: New file.
33741         * MODULES.html.sh (Java): Add classpath.
33742
33743 2005-01-21  Bruno Haible  <bruno@clisp.org>
33744
33745         * lib/classpath.h: New file, from GNU gettext.
33746         * lib/classpath.c: New file, from GNU gettext.
33747
33748 2005-01-20  Simon Josefsson  <jas@extundo.com>
33749
33750         * modules/version-etc-fsf: New file.
33751
33752 2005-01-20  Simon Josefsson  <jas@extundo.com>
33753
33754         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
33755         * lib/version-etc.c: Remove version_etc_copyright.
33756         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
33757         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
33758
33759 2005-01-20  Simon Josefsson  <jas@extundo.com>
33760
33761         * lib/base64.h (isbase64): Add.
33762
33763         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
33764         using a unsigned prototype, don't inline.
33765         (base64_decode): Use it.
33766
33767 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33768
33769         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
33770         it.
33771
33772 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33773
33774         * lib/save-cwd.c (save_cwd): Remove code to support the case
33775         where fchdir is missing or flaky.
33776
33777 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33778
33779         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
33780
33781 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
33782
33783         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
33784         AC_LIBSOURCES now does this.
33785         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
33786         with new ullong_max module.
33787
33788 2005-01-19  Bruno Haible  <bruno@clisp.org>
33789
33790         * modules/sh-quote: New file.
33791         * MODULES.html.sh (Executing programs): Add sh-quote.
33792
33793 2005-01-19  Bruno Haible  <bruno@clisp.org>
33794
33795         * lib/sh-quote.h: New file, from GNU gettext.
33796         * lib/sh-quote.c: New file, from GNU gettext.
33797
33798 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33799
33800         Merge from coreutils.
33801         * m4/ullong_max.m4: New file.
33802         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
33803         (gl_MACROS): Assume localeconv exists.
33804
33805 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33806
33807         Merge changes from coreutils, as described below in several
33808         changelogs dated today.
33809
33810         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
33811         (O_DIRECTORY): Remove; not needed here, since "." must be
33812         a directory.  All uses removed.
33813         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
33814         universal on Suns, and we also need to test for IRIX.
33815         Revamp code to use 'if' rather than '#if'.
33816         Avoid unnecessary comparison of cwd->desc to 0.
33817
33818         * lib/utimens.c (futimens): Robustify the previous patch, by checking
33819         for known valid error numbers rather than observed invalid ones.
33820
33821 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
33822
33823         * modules/ullong_max: New file.
33824
33825         * modules/chdir-long, modules/openat: New files.
33826         * modules/save-cwd (Depends-on): Depend on chdir-long.
33827         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
33828
33829 2005-01-18  Jim Meyering  <jim@meyering.net>
33830
33831         Merge from coreutils.
33832         * m4/chdir-long.m4, m4/openat.m4: New files.
33833         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
33834         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
33835         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
33836         is sane and DOES follow symlinks.  Besides, testing 20 different
33837         systems found no broken chown implementations.
33838         Prompted by a change in rsync's copy of this macro.
33839         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
33840
33841         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
33842
33843         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
33844         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
33845         NULL-means-set-to-current-time semantics.
33846         Remove temporary file immediately, rather than waiting
33847         for configure's at-exit trap code to do it.
33848
33849 2005-01-18  Jim Meyering  <jim@meyering.net>
33850
33851         * lib/version-etc.c (version_etc_copyright): Update copyright date.
33852
33853         * lib/utimens.c (futimens): Account for the fact that futimes
33854         can also fail with errno == ENOSYS or errno == ENOENT.
33855         Patch from Dmitry V. Levin.
33856
33857         Change the name of the robust chdir function from chdir to chdir_long.
33858         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
33859         (restore_cwd): Use chdir_long, not chdir.
33860         * lib/chdir-long.c: Renamed from chdir.c.
33861         * lib/chdir-long.h: Renamed from chdir.h.
33862         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
33863         Hurd.
33864
33865 2005-01-18  Bruno Haible  <bruno@clisp.org>
33866
33867         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
33868         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
33869         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
33870         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
33871         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
33872         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
33873         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
33874         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
33875         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
33876         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
33877         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
33878         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
33879         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
33880         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
33881         Use an all-permissive copyright notice, recommended by RMS.
33882
33883 2005-01-18  Bob Proulx  <bob@proulx.com>
33884
33885         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
33886         simplify offsetof() macro construct to avoid compile failure with
33887         native HP-UX 11.0 ANSI C compiler.
33888
33889 2005-01-17  Bruno Haible  <bruno@clisp.org>
33890
33891         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
33892         redundant because stpncpy.m4 takes care of it.
33893
33894 2005-01-17  Bruno Haible  <bruno@clisp.org>
33895
33896         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
33897
33898 2005-01-17  Bruno Haible  <bruno@clisp.org>
33899
33900         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
33901         used.
33902
33903 2005-01-17  Bruno Haible  <bruno@clisp.org>
33904
33905         * lib/fwriteerror.h (fwriteerror): Change specification to include
33906         fclose.
33907         * lib/fwriteerror.c: Include <stdbool.h>.
33908         (fwriteerror): At the end, close the file stream. Record whether
33909         stdout was already closed.
33910
33911 2005-01-17  Bruno Haible  <bruno@clisp.org>
33912
33913         * lib/execute.c (environ): Declare if needed.
33914         * lib/pipe.c (environ): Likewise.
33915         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
33916
33917 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33918
33919         * modules/argp: Depend on vsnprintf
33920
33921 2005-01-10  Jim Meyering  <jim@meyering.net>
33922
33923         * modules/closeout (Depends-on): Add atexit.
33924
33925 2005-01-06  Bruno Haible  <bruno@clisp.org>
33926
33927         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
33928
33929 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33930
33931         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
33932         definitions to be after all include files, to avoid collisions.
33933         Problem reported by Bob Proulx.
33934
33935 2005-01-04  Jim Meyering  <jim@meyering.net>
33936
33937         Changes imported from coreutils.
33938         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
33939         as the mkstemp template, use a temporary directory and an
33940         8.3-friendly template to avoid trouble on systems like DJGPP.
33941         Reported by Juan M. Guerrero via Stepan Kasal.
33942         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
33943         close. Remove the temporary directory right away, rather than waiting
33944         for configure's at-exit trap code to do it.
33945         Suggestion from Stepan Kasal.
33946
33947 2005-01-01  Simon Josefsson  <jas@extundo.com>
33948
33949         * gnulib-tool: Print #include directives when --import'ing.
33950
33951 2004-12-28  Simon Josefsson  <jas@extundo.com>
33952
33953         * tests/test-base64.c: Include required header files.  Remove
33954         unused variables.
33955
33956 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
33957
33958         * modules/error (Depends-on): Remove gettext.
33959
33960 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
33961
33962         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
33963         not needed.  This removes a dependency on the gettext module.
33964         [defined _LIBC]: Do not include <libintl.h>; not needed.
33965
33966 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
33967
33968         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
33969         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
33970
33971 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
33972
33973         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
33974         HAVE_DECL_STRTOLD.
33975
33976 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33977
33978         * modules/getdate (Depends-on): Remove alloca-opt.
33979
33980 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33981
33982         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
33983
33984 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
33985
33986         * lib/argp-parse.c: Include <stddef.h>.
33987         (alignof, alignto): New macros.
33988         (parser_init): Don't assume that void * is aligned sufficiently
33989         for struct option.
33990
33991         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
33992         need to extend the stack.
33993         (YYINITDEPTH): New macro, so that the initial stack isn't overly
33994         large.
33995
33996 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33997
33998         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
33999
34000 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34001
34002         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
34003         (2004-10-24) change.  Apparently this was a false alarm.
34004
34005         * modules/getdate: Depend on alloca-opt, not alloca.
34006
34007 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
34008
34009         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
34010         Remove now-obsolete comment about AIX.
34011         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
34012         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
34013         (YYMAXDEPTH): New macro.
34014
34015 2004-12-18  Simon Josefsson  <jas@extundo.com>
34016
34017         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
34018
34019 2004-12-18  Bruno Haible  <bruno@clisp.org>
34020
34021         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
34022
34023 2004-12-18  Bruno Haible  <bruno@clisp.org>
34024
34025         * lib/fatal-signal.c (fatal_signals): Make non-const.
34026         (init_fatal_signals): New function.
34027         (uninstall_handlers, install_handlers): Ignore signals that were set to
34028         SIG_IGN.
34029         (at_fatal_signal): Call init_fatal_signals.
34030         (init_fatal_signal_set): Likewise. Ignore signals that were set to
34031         SIG_IGN.
34032         Reported by Paul Eggert.
34033
34034 2004-12-18  Bruno Haible  <bruno@clisp.org>
34035
34036         * doc/alloca.texi: New file.
34037         * doc/alloca-opt.texi: New file.
34038
34039 2004-12-17  Jim Meyering  <jim@meyering.net>
34040
34041         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
34042         Otherwise, install-sh could exit with improper exit status when
34043         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
34044
34045 2004-12-16  Simon Josefsson  <jas@extundo.com>
34046
34047         * tests/test-base64.c: Add license.
34048
34049 2004-12-15  Stepan Kasal  <address@hidden>
34050
34051         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
34052
34053 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
34054
34055         * modules/getcwd (Files): Add m4/d-ino.m4.
34056         Suggested by Mark D. Baushke.
34057
34058 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34059
34060         * lib/getdate.y (textint): New member "negative".
34061         (time_zone_hhmm): New function.
34062         Expect 14 shift-reduce conflicts, not 13.
34063         (o_colon_minutes): New rule.
34064         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
34065         (yylex): Set the "negative" member of signed numbers.
34066
34067 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
34068
34069         * doc/getdate.texi (Time of day items, Time zone items):
34070         Describe new formats +00:00, UTC+00:00.
34071
34072 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
34073
34074         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
34075         spurious "-l"s.  Problem reported by Stepan Kasal.
34076
34077 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
34078
34079         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
34080         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
34081
34082 2004-12-04  Simon Josefsson  <jas@extundo.com>
34083
34084         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
34085         Vandoorselaere <yoann@prelude-ids.org>.
34086
34087 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34088
34089         Changes imported from coreutils.
34090         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
34091         exist.
34092         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
34093
34094 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34095
34096         Changes imported from coreutils.
34097         * lib/hard-locale.c: Assume <locale.h> exists.
34098         Include "strdup.h".
34099         (GLIBC_VERSION): New macro.
34100         (hard_locale): Assume setlocale exists.
34101         Rewrite to avoid #ifdef.
34102         Use strdup rather than malloc + strcpy.
34103         * lib/human.c: Assume <locale.h> exists.
34104         (human_readable): Assume localeconv exists.
34105
34106 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
34107
34108         * modules/hard-locale (Depends-on): Add strdup.
34109
34110 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
34111
34112         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
34113         convert T2, not T.  (Imported from libc.)
34114
34115 2004-11-30  Simon Josefsson  <jas@extundo.com>
34116
34117         * modules/restrict (License): Change to LGPL.
34118
34119 2004-11-30  Simon Josefsson  <jas@extundo.com>
34120
34121         * m4/restrict.m4: Add copyright and copying conditions.
34122
34123 2004-11-30  Simon Josefsson  <jas@extundo.com>
34124
34125         * m4/base64.m4: New file.
34126
34127 2004-11-30  Simon Josefsson  <jas@extundo.com>
34128
34129         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
34130         base64.
34131
34132         * tests/test-base64.c: New file.
34133
34134         * modules/base64: New file.
34135
34136 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34137
34138         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
34139         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
34140
34141         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
34142
34143 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
34144
34145         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
34146         (__getcwd.c): Don't restore errno; glibc doesn't.
34147         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
34148         first, falling back to our code only if its results look suspicious.
34149         Ensure that the resulting buffer is only as large as necessary.
34150
34151         * lib/readutmp.c: Include readutmp.h first.
34152         Include <errno.h>, since readutmp.h no longer does that.
34153         * lib/readutmp.h: Don't include <errno.h>,
34154         <sys/param.h>, <time.h>; not needed to establish interface.
34155         (errno): Remove decl.
34156         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
34157         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
34158         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
34159
34160 2004-11-28  Simon Josefsson  <jas@extundo.com>
34161
34162         * lib/base64.h, base64.c: New file.
34163
34164 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
34165
34166         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
34167
34168 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
34169
34170         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
34171         (Depends-on): Remove pathmax, same.  Add mempcpy.
34172         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
34173         (Makefile.am): Append getcwd.h to lib_SOURCES.
34174         (Include): Add getcwd.h.
34175         (Maintainer): Change from Jim Meyering to "all, glibc",
34176         since getdate now uses intended-for-glibc code.
34177         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
34178         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
34179
34180 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34181
34182         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
34183         HP's ANSI C compiler.
34184         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
34185         Declaring int functions causes warnings on some modern systems and
34186         shouldn't be needed to compile on ancient ones.
34187         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
34188         defined.
34189
34190         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
34191         with the following changes.
34192         (__set_errno): Parenthesize properly.
34193         Include <stdbool.h>.
34194         (MIN, MAX, MATCHING_INO): New macros.
34195         (__getcwd): Define with prototype, not K&R form.
34196         Use heuristics to allocate default buffer on stack if possible.
34197         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
34198         behavior, and to avoid the PATH_MAX limit when computing
34199         ../../../../...
34200         Use MATCHING_INO to compare inode number to file.
34201         Check for arithmetic overflow in size calculations.
34202         Fix bug in reallocation of dot array that caused getcwd to fail
34203         on directories nested deeper than 75.
34204         Be more careful about saving errno on error.
34205         Do not use realloc; use only free+malloc, as this is a bit
34206         more flexible and avoids a needless copy operation.
34207         Do not inspect st_dev and st_ino for symbolic links; POSIX
34208         doesn't specify the latter.
34209         Check for closedir errors.
34210         Avoid needless casts.
34211         Use "#ifdef weak_alias" around weak_alias, to be like other
34212         glibc code.
34213         The following changes to getcwd.c have effect only when used in
34214         gnulib; they have no effect inside glibc proper.
34215         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
34216         as alloca isn't used.
34217         (alloca, __alloca): Likewise.
34218         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
34219         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
34220         unconditionally, as gnulib assumes C89 or better.
34221         Do not include <sys/param.h>.
34222         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
34223         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
34224         better.
34225         (NULL) [!defined NULL]: Remove; we assume C89 or better.
34226         Include <dirent.h> in a way that is compatible with modern Autoconf.
34227         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
34228         New macros, if not already defined.
34229         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
34230         Use "_LIBC", not "defined _LIBC", for consistency.
34231         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
34232         a mempcpy module.
34233         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
34234         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
34235         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
34236         credit only to Jim Meyering and adjust the copyright dates.
34237         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
34238         <stdlib.h>, <unistd.h>, "pathmax.h".
34239         Instead, include "xgetcwd.h" (first) and "getcwd.h".
34240         (INITIAL_BUFFER_SIZE): Remove.
34241         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
34242
34243 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34244
34245         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
34246         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
34247         Use the _ONCE methods, for efficiency.
34248         Check for fcntl.h.  In test program, include <errno.h>
34249         and <fcntl.h> if available.  Remove old K&R cruft from
34250         test program.  Check for common errors in GNU/Linux,
34251         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
34252         don't do AC_LIBOBJ, as that's getcwd.m4's job.
34253         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
34254         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
34255         name accordingly.
34256         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
34257         accommodate new getcwd.c.
34258         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
34259         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
34260         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
34261         that's all we need now.
34262
34263 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34264
34265         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
34266         argp-parse.c depends on getopt internals, that means we should
34267         always use our getopt, to be on the safe side.
34268         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
34269         order not to spoil the result of an eventual previous invocation
34270         of gl_GETOPT_SUBSTITUTE.
34271
34272 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34273
34274         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
34275         redefinition warnings. To avoid them, include the defines
34276         in `#if !defined __need_getopt ... #endif'. The only place
34277         where __getopt_argv_const is used is in definitions
34278         of getopt_long and getopt_long_only below, which are as well
34279         protected by `#ifndef __need_getopt'.
34280         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
34281         __need_getopt after including <stdio.h> and <unistd.h> These
34282         headers might have defined it.
34283
34284 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34285
34286         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
34287
34288 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
34289
34290         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
34291         (futimens): New function, which uses futimes if available.
34292         (futimens, utimens): Support timespec==NULL, with same semantics
34293         as utime and utimens.
34294         * lib/utimens.h (futimens): New decl.
34295
34296 2004-11-23  Jim Meyering  <jim@meyering.net>
34297
34298         * lib/getopt_.h: Remove trailing blanks.
34299
34300 2004-11-23  Jim Meyering  <jim@meyering.net>
34301
34302         * lib/__fpending.c: Add comment.
34303
34304 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
34305
34306         * modules/canonicalize (Depends-on): Add xreadlink.
34307         Problem reported by James Youngman.
34308
34309 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
34310
34311         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
34312         New macros.
34313         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
34314         optopt): Use them instead of invoking ## directly; otherwise, the
34315         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
34316
34317 2004-11-19  Bruno Haible  <bruno@clisp.org>
34318
34319         * lib/strtok_r.c: Move comments from here...
34320         * lib/strtok_r.h: ... to here.
34321
34322 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34323
34324         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
34325         implementations that mishandle size_t overflow.
34326
34327 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
34328
34329         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
34330         might fail.  Problem reported by Yoann Vandoorselaere.
34331         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
34332         implementations that mishandle size_t overflow.
34333
34334 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34335
34336         * modules/canon-host (Depends-on): Add strdup.
34337
34338 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34339
34340         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
34341
34342 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34343
34344         * lib/canon-host.c: Include "strdup.h".
34345         (canon_host): Use getaddrinfo if available, so that IPv6 works.
34346         Use strdup instead of malloc/strcpy to duplicate strings.
34347
34348         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
34349         (human_space_before_unit): New constant.
34350         * lib/human.c (human_readable): Support it.
34351
34352         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
34353         (xgetcwd): Set errno correctly when failing.
34354         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
34355         the failure is actually due to a PATH_MAX problem.
34356
34357         Further getopt changes to make it more likely that glibc will
34358         buy the changes back.
34359         * lib/getopt.c (POSIXLY_CORRECT): New constant.
34360         (getopt): Use it, so to preserve glibc semantic
34361         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
34362         when compiling for libc.
34363         * lib/getopt_.h (__getopt_argv_const): Bring it back.
34364         (getopt_long, getopt_long_only): Use it.
34365
34366         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34367         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
34368         (getopt): Argv is now char * const *, as per standard.
34369         (_getopt_internal_r, _getopt_internal): Argv is now char **,
34370         not char *__getopt_argv_const *.
34371         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34372         _getopt_long_only_r): Likewise.
34373         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
34374         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34375         _getopt_long_r, _getopt_long_only_r): Likewise.
34376         * lib/getopt_.h (__getopt_argv_const): Remove.
34377         (getopt): Argv is now char * const *, as per standard.
34378
34379         * lib/getdate.y (tORDINAL): New token.
34380         (day, relunit): Allow it for relative times.
34381         (relative_time_table): Use tORDINAL for ordinals.
34382
34383 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
34384
34385         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
34386         Document that "second" isn't allowed as an ordinal number.
34387
34388 2004-11-16  Jim Meyering  <jim@meyering.net>
34389
34390         * modules/closeout (Depends-on): Add fpending.
34391
34392 2004-11-15  Jim Meyering  <jim@meyering.net>
34393
34394         * lib/closeout.c: Include "__fpending.h" once again.
34395         Include <stdbool.h>.
34396         (close_stdout): Don't fail just because stdout was closed initially,
34397         since some programs don't write to stdout in the normal course of
34398         operation (other than --version and --help), and we don't want this
34399         function to make e.g. `touch file >&-' fail.
34400         But do fail if it was closed and someone has tried to write to it.
34401         E.g., `printf foo >&-' must fail.
34402
34403 2004-11-13  Jim Meyering  <jim@meyering.net>
34404
34405         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
34406
34407 2004-11-12  Simon Josefsson  <jas@extundo.com>
34408
34409         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
34410         small doc fix is still pending.
34411
34412 2004-11-11  Simon Josefsson  <jas@extundo.com>
34413
34414         * modules/strtok_r: New file.
34415
34416         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34417         strtok_r.
34418
34419 2004-11-11  Simon Josefsson  <jas@extundo.com>
34420
34421         * m4/strtok_r.m4: New file.
34422
34423         * m4/getopt.m4: Replace opterr.
34424
34425 2004-11-11  Simon Josefsson  <jas@extundo.com>
34426
34427         * lib/strtok_r.h, strtok_r.c: New file.
34428
34429 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34430
34431         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
34432         of replacing opterr, getopt, etc.  This should handle the
34433         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
34434
34435 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
34436
34437         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
34438         we can stop lying to compilers about the constness of argv when we
34439         are compiled outside glibc.
34440         (getopt, getopt_long, getopt_long_only): Use it.
34441         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
34442         _getopt_internal, getopt): Likewise.
34443         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
34444         _getopt_long_only_r): Likewise.
34445         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
34446         _getopt_long_r, _getopt_long_only_r): Likewise.
34447
34448         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
34449         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
34450         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
34451         the other external symbols.
34452         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
34453         declaration, since the above renaming now works around collisions.
34454
34455 2004-11-11  Jim Meyering  <jim@meyering.net>
34456
34457         * lib/linebreak.c: Remove trailing blanks.
34458         * lib/alloca_.h: Likewise.
34459         * lib/acosl.c: Likewise.
34460         * lib/euidaccess.c: Likewise.
34461         * lib/allocsa.h: Likewise.
34462
34463 2004-11-10  Simon Josefsson  <jas@extundo.com>
34464
34465         * m4/getaddrinfo.m4: New file.
34466
34467 2004-11-10  Simon Josefsson  <jas@extundo.com>
34468
34469         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
34470
34471 2004-11-10  Simon Josefsson  <jas@extundo.com>
34472
34473         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
34474         getaddrinfo.
34475
34476         * modules/getaddrinfo: New file.
34477
34478 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34479
34480         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
34481
34482 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34483
34484         * lib/mktime.c (SHR): New macro, which is a portable
34485         substitute for >> that should work even on Crays.
34486         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
34487         Problem reported by Mark D. Baushke in
34488         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
34489         * lib/getdate.y (SHR): Likewise.
34490         (tm_diff): Use it.
34491         * lib/strftime.c (SHR): Likewise.
34492         (tm_diff): Use it.
34493         * lib/quotearg.c (struct quoting_options): Use unsigned int for
34494         quote_these_too, so that right shifts are well defined.  All uses
34495         changed.
34496
34497 2004-11-10  Jim Meyering  <jim@meyering.net>
34498
34499         Ensure that no close failure goes unreported.
34500         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
34501         return early when it seems there's nothing to flush.
34502         Don't include __fpending.h.
34503
34504 2004-11-10  Jim Meyering  <jim@meyering.net>
34505
34506         * modules/closeout (Depends-on): Remove fpending.
34507
34508 2004-11-10  Jim Meyering  <jim@meyering.net>
34509
34510         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
34511
34512 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34513
34514         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
34515         gl_FUNC_STRFTIME.
34516         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
34517         and AC_REQUIRE when possible, to avoid duplicate checks.
34518         Check for <wchar.h>.
34519
34520 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
34521
34522         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
34523
34524 2004-11-09  Bruno Haible  <bruno@clisp.org>
34525
34526         * m4/sockpfaf.m4: New file.
34527
34528 2004-11-05  Bruno Haible  <bruno@clisp.org>
34529
34530         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
34531         Reported by Mark D. Baushke <mdb@cvshome.org>.
34532
34533 2004-11-04  Bruno Haible  <bruno@clisp.org>
34534
34535         2004-09-11  Bruno Haible  <bruno@clisp.org>
34536                 * allocsa.valgrind: New file.
34537         2004-02-06  Bruno Haible  <bruno@clisp.org>
34538                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
34539                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
34540                 Reported by Christopher Seip <chris.seip@hp.com>.
34541
34542 2004-11-04  Bruno Haible  <bruno@clisp.org>
34543
34544         * modules/allocsa (Files): Add lib/allocsa.valgrind.
34545         (Makefile.am): Distribute it.
34546
34547 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
34548
34549         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
34550         with errno == ERANGE if the buffer is too small.
34551         Problem reported by Mark D. Baushke.
34552
34553 2004-11-03  Albert Chin  <china@thewrittenword.com>
34554             Paul Eggert  <eggert@cs.ucla.edu>
34555
34556         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
34557         equivalent, substitute $ac_type for equivalent type rather than
34558         blindly using uint32_t *always* which won't work if uint32_t is not
34559         available.  Define _UINT32_T to work around typedef of uint32_t if
34560         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
34561         2.5.1.
34562
34563 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34564
34565         * m4/jm-macros.m4: Sync from coreutils.
34566         (gl_MACROS): Check for mbrlen, for pathchk.
34567         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
34568
34569 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34570
34571         * lib/xreadlink.c (MAXSIZE): New macro.
34572         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
34573         size does not exceed MAXSIZE.  Avoid cast.
34574         As suggested by Mark D. Baushke in
34575         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
34576         if readlink fails with buffer size just under MAXSIZE, try again
34577         with MAXSIZE.
34578
34579 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
34580
34581         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
34582
34583 2004-11-02  Derek R. Price  <derek@ximbiot.com>
34584         and  Paul Eggert  <eggert@cs.ucla.edu>
34585
34586         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
34587         (get_date): Overparenthesize to avoid GCC warning.
34588
34589 2004-11-02  Bruno Haible  <bruno@clisp.org>
34590
34591         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
34592         returns void.
34593
34594 2004-11-02  Bruno Haible  <bruno@clisp.org>
34595
34596         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
34597         function returns void.
34598
34599 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34600
34601         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
34602         fflush_unlocked, flockfile, funlockfile, funlockfile,
34603         fputs_unlocked, putc_unlocked.
34604
34605 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
34606
34607         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34608         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
34609         already declared.
34610
34611 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34612
34613         * modules/getdate (Files): Add doc/getdate.texi.
34614         (Depends-on): Add setenv, xalloc.
34615
34616 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34617
34618         * lib/getdate.y: Add support for TZ="foo" within a date string.
34619         Fix some bugs near time_t boundaries.  Reject dates with
34620         out-of-range components, e.g., "Sept 31".
34621         Include <stdlib.h>, "setenv.h", "xalloc.h".
34622         (ISDIGIT_LOCALE): Remove; unused.
34623         Note that the TZ and time functions used here are not reentrant.
34624         (mktime_ok, get_tz): New functions.
34625         (TZBUFSIZE): New constant.
34626         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
34627         This requires that we sometimes generate our own TZ="XXX..." setting.
34628
34629 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34630
34631         * doc/getdate.texi: New file, from coreutils with modifications for
34632         the new TZ parsing.
34633
34634 2004-10-27  Derek R. Price  <derek@ximbiot.com>
34635
34636         * lib/mktime.c (not_equal_tm): Remove redundant check.
34637
34638 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34639
34640         * modules/regex (lib_SOURCES): Add regex.c.
34641         Reported by James Youngman in
34642         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
34643
34644 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
34645
34646         * lib/getdate.y: Use Bison 1.875 features, and some minor
34647         code cleanups.  This change does not affect semantics.
34648         Don't include <stdlib.h>; no longer needed.
34649         Don't include unlocked-io.h; only the "#if TEST" code uses
34650         stdio, and performance isn't crucial there.
34651         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
34652         Bison 1.875 features as described below.
34653         All uses of "PC." replaced by "pc->".
34654         (YYSTYPE): Add a forward declaration.
34655         (yylex, yyerror): Use full prototypes in forward decls.
34656         Use "%pure-parser" rather than obsolescent "%pure_parser".
34657         Use %parse-param and %lex-param instead of obsolescent
34658         YYPARSE_PARAM and YYLEX_PARAM.
34659         (meridian_table, month_and_day_table, time_units_table,
34660         relative_time_table, time_zone_table, military_table,
34661         lookup_zone, lookup_word, get_date):
34662         Use NULL instead of 0 where appropriate.
34663         (to_hour): Avoid abort (), to avoid a dependency on
34664         stdlib.h.
34665         (yyerror, yylex): Now accepts parser_control * arg.
34666         (main) [TEST]: Use '\0' rather than 0 for char.
34667
34668 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34669
34670         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
34671
34672 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
34673
34674         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
34675         It's now the caller's responsibility to handle the case where
34676         !HAVE_GETPAGESIZE && !defined getpagesize.
34677
34678         * lib/mktime.c (leapyear): Arg is long int, not int.
34679
34680 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
34681
34682         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
34683
34684 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
34685
34686         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
34687         missing.  Problem reported by James Youngman.
34688
34689 2004-10-16  Simon Josefsson  <jas@extundo.com>
34690
34691         * gnulib-tool: Fix comments.  Fix parse problem.
34692         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
34693
34694 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
34695
34696         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
34697         implementation of getopt_long.  Problem reported by Alexander Taler in:
34698         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
34699
34700 2004-10-15  Bruno Haible  <bruno@clisp.org>
34701
34702         * gnulib-tool: Untabify. Initialize supplied_libname.
34703         (func_usage): More homogenous output.
34704         (func_modules_transitive_closure, func_modules_to_filelist,
34705         func_emit_lib_Makefile_am): New functions.
34706         (func_import): New function, extracted from big case statement. Use
34707         func_get_license, func_modules_transitive_closure,
34708         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
34709         opt_lgpl. Don't use test -a, as it's not portable.
34710         (func_create_testdir): Use func_modules_transitive_closure,
34711         func_modules_to_filelist, func_emit_lib_Makefile_am.
34712
34713 2004-10-15  Bruno Haible  <bruno@clisp.org>
34714
34715         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
34716
34717 2004-10-15  Bruno Haible  <bruno@clisp.org>
34718
34719         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
34720         the portions belonging to each module.
34721         Suggested by Derek Robert Price <derek@ximbiot.com>.
34722
34723 2004-10-12  Simon Josefsson  <jas@extundo.com>
34724
34725         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
34726         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
34727         to real functions.
34728
34729 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34730
34731         * modules/vsnprintf: New file.
34732
34733 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34734
34735         * m4/vsnprintf.m4: New file.
34736
34737 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34738
34739         * lib/vsnprintf.h: New file.
34740         * lib/vsnprintf.c: New file.
34741
34742 2004-10-11  Bruno Haible  <bruno@clisp.org>
34743
34744         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
34745         vsnprintf.
34746
34747 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34748
34749         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
34750
34751 2004-10-07  Bruno Haible  <bruno@clisp.org>
34752
34753         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
34754         fits into the provided buffer.
34755
34756 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34757
34758         * lib/diacrit.c, diacrit.h: Add GPL notice.
34759
34760         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
34761         notice.
34762         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
34763         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
34764         This avoids a potential constant-folding bug.
34765
34766 2004-10-05  Bruno Haible  <bruno@clisp.org>
34767
34768         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
34769         for the declaration of strsep.
34770
34771 2004-10-05  Bruno Haible  <bruno@clisp.org>
34772
34773         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
34774
34775 2004-10-04  Simon Josefsson  <jas@extundo.com>
34776
34777         * modules/memmem: New file.
34778         * tests/test-memmem.c: New file.
34779         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
34780
34781 2004-10-04  Simon Josefsson  <jas@extundo.com>
34782
34783         * m4/memmem.m4: New file.
34784
34785 2004-10-04  Simon Josefsson  <jas@extundo.com>
34786
34787         * lib/memmem.h: New file.
34788         * lib/memmem.c: New file, taken from glibc.
34789
34790 2004-10-04  Simon Josefsson  <jas@extundo.com>
34791
34792         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
34793         '#ifdef USE_UNLOCKED_IO'.
34794
34795 2004-10-04  Simon Josefsson  <jas@extundo.com>
34796
34797         * config/srclist.txt: Add memmem from glibc.
34798
34799 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34800
34801         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
34802
34803         * modules/argmatch, modules/argp, modules/closeout, modules/error,
34804         modules/exclude, modules/getdate, modules/getline,
34805         modules/getndelim2, modules/getpass, modules/getpass-gnu,
34806         modules/getusershell, modules/linebuffer, modules/md5,
34807         modules/mountlist, modules/posixtm, modules/readtokens,
34808         modules/readutmp, modules/regex, modules/sha1,
34809         modules/version-etc, modules/yesno:
34810         Remove dependency on unlocked-io.
34811
34812 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34813
34814         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
34815
34816         * m4/unlocked-io.m4: Add copyright notice.
34817         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
34818
34819 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34820
34821         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
34822         * lib/xmalloc.c (xmemdup): Likewise.
34823         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
34824         XFREE): Remove these long-obsolescent macros.
34825         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
34826         * lib/xstrdup.c: Remove.
34827
34828         * lib/regex.c (re_comp): Cast gettext return value to char *,
34829         Problem reported by Martin Neitzel via Mark D. Baushke.
34830
34831 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
34832
34833         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
34834         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
34835         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
34836         regex.c, sha1.c, version-etc.c, yesno.c:
34837         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
34838         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
34839         the includer's responsibility.
34840
34841         Sync from coreutils.
34842
34843         * lib/modechange.c (mode_compile): Don't decrement a pointer that
34844         points to the start of a string, as the C Standard says the
34845         resulting behavior is undefined.
34846
34847         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
34848         simple -> simple_backups, numbered_existing ->
34849         numbered_existing_backups, numbered -> numbered_backups
34850         to avoid shadowing problems.  All uses changed.
34851         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
34852         * lib/backupfile.c (check_extension, numbered_backup):
34853         Rename locals to avoid shadowing 'basename'.
34854         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
34855         once.
34856
34857         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
34858         * lib/.cvsignore: Add getopt.h.
34859
34860 2004-10-04  Bruno Haible  <bruno@clisp.org>
34861
34862         * modules/README: New file.
34863         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
34864         not a module.
34865
34866 2004-10-02  Jim Meyering  <jim@meyering.net>
34867
34868         * lib/dirfd.h, getpagesize.h: Add copyright notice.
34869
34870 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34871
34872         * modules/strsep: New file.
34873
34874 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34875
34876         * m4/strsep.m4: New file.
34877
34878 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
34879
34880         * lib/strsep.h: New file.
34881         * lib/strsep.c: New file.
34882
34883 2004-10-01  Simon Josefsson  <jas@extundo.com>
34884
34885         * lib/snprintf.c (snprintf): Handle size==0.
34886
34887 2004-10-01  Simon Josefsson  <jas@extundo.com>
34888             Bruno Haible  <bruno@clisp.org>
34889
34890         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
34891         (snprintf): Declare 'args'.
34892
34893 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
34894
34895         * lib/snprintf.c: Remove comments as to why each header is needed.
34896
34897 2004-10-01  Bruno Haible  <bruno@clisp.org>
34898
34899         * MODULES.html.sh: Add strsep.
34900
34901 2004-09-30  Simon Josefsson  <jas@extundo.com>
34902
34903         * modules/snprintf: New file.
34904
34905 2004-09-30  Simon Josefsson  <jas@extundo.com>
34906
34907         * m4/snprintf.m4: New file.
34908
34909 2004-09-30  Simon Josefsson  <jas@extundo.com>
34910
34911         * lib/snprintf.h, lib/snprintf.c: New files.
34912
34913 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34914
34915         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
34916         (hol_entry_help): Never translate an empty string.
34917         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
34918         * lib/argp.h (OPTION_NO_TRANS): New option.
34919
34920 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34921
34922         * modules/argp (Maintainer): Replace Simon Josefsson
34923         by Sergey Poznyakoff.
34924
34925 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34926
34927         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
34928         changes merged back into glibc.
34929
34930 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
34931
34932         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
34933
34934 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
34935
34936         * lib/xvasprintf.c: Include xalloc.h.
34937         (xvasprintf): Use xalloc_die, not xmalloc_die.
34938
34939 2004-09-29  Bruno Haible  <bruno@clisp.org>
34940
34941         * modules/alloca-opt: New file, derived from modules/alloca.
34942         * modules/allocsa: Depend on alloca-opt instead of alloca.
34943         * modules/setenv: Likewise.
34944         * modules/vasnprintf: Likewise.
34945         * MODULES.html.sh: Add alloca-opt.
34946
34947 2004-09-28  Simon Josefsson  <jas@extundo.com>
34948
34949         * gnulib-tool: New parameter --lgpl, to asseert that modules are
34950         LGPL, and to replace license template from GPL to LGPL.
34951
34952 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
34953
34954         * modules/dummy: Change license to LGPL.
34955
34956 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
34957
34958         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
34959
34960 2004-09-24  Simon Josefsson  <jas@extundo.com>
34961
34962         * modules/minmax (License): Change from GPL to LGPL.
34963
34964 2004-09-23  Simon Josefsson  <jas@extundo.com>
34965
34966         * gnulib-tool (--import): Typo.
34967
34968 2004-09-23  Simon Josefsson  <jas@extundo.com>
34969
34970         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
34971
34972 2004-09-22  Bruno Haible  <bruno@clisp.org>
34973
34974         * modules/*: Add 'License' field.
34975         * gnulib-tool: Accept --extract-license option.
34976         (func_get_license): New function.
34977
34978 2004-09-21  Bruno Haible  <bruno@clisp.org>
34979
34980         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
34981         Reported by Simon Josefsson.
34982
34983 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
34984
34985         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
34986         gl_AC_TYPE_LONG_LONG.
34987
34988 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
34989
34990         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
34991
34992 2004-09-18  Simon Josefsson  <jas@extundo.com>
34993         and  Paul Eggert  <eggert@cs.ucla.edu>
34994
34995         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
34996         calls with autoreconf.  Define GL_LIB.
34997
34998 2004-09-14  Karl Berry  <karl@gnu.org>
34999
35000         * config/srclist.txt: unsync setenv.c, sigh.
35001
35002 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35003
35004         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
35005         Problem reported by Bruno Haible in:
35006         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
35007
35008 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
35009
35010         * config/srclist.txt: Comment out argp-pvh.c.
35011
35012 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
35013
35014         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
35015         in case some system header has #define'd it.  Problem reported by
35016         Soeren D. Schulze in
35017         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
35018
35019 2004-09-09  Karl Berry  <karl@gnu.org>
35020
35021         * regex.[ch]: delete from the root.  These were supposed to be
35022                 synced with emacs cvs, but this has not happened for about
35023                 a year, and anyway nothing else uses emacs regex.[ch].
35024                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
35025                 lib/regex[.ch] is untouched.
35026
35027 2004-09-09  Bruno Haible  <bruno@clisp.org>
35028
35029         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
35030
35031 2004-09-09  Bruno Haible  <bruno@clisp.org>
35032
35033         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
35034         modifications.
35035         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
35036
35037 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35038
35039         * modules/xvasprintf: New file.
35040         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
35041
35042 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
35043
35044         * lib/xvasprintf.h: New file.
35045         * lib/xvasprintf.c: New file.
35046         * lib/xasprintf.c: New file.
35047
35048 2004-09-08  Bruno Haible  <bruno@clisp.org>
35049
35050         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
35051
35052 2004-09-08  Bruno Haible  <bruno@clisp.org>
35053
35054         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
35055         length is > INT_MAX.
35056         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
35057         more.
35058
35059 2004-09-08  Bruno Haible  <bruno@clisp.org>
35060
35061         * lib/stdint_.h: New file, taken from GNU clisp.
35062
35063 2004-09-08  Bruno Haible  <bruno@clisp.org>
35064             Oskar Liljeblad  <oskar@osk.mine.nu>
35065
35066         * modules/stdint: New file.
35067         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
35068
35069 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35070
35071         Import from coreutils.
35072         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
35073         strings on unbounded length.  alloca's performance benefits aren't
35074         that important here.
35075         (V_STRDUP): Remove.
35076         (parse_with_separator): New function, with most of the internals
35077         of the old parse_user_spec.  Allow user to omit both user and group,
35078         for compatibility with FreeBSD.
35079         Clone only the user name, not the entire spec.
35080         Do not set *uid, *gid unless entirely successful.
35081         Avoid memory leak in some failing cases.
35082         Fix regression for USER.GROUP reported by Dmitry V. Levin in
35083         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
35084         (parse_user_spec): Rewrite to use parse_with_separator.
35085
35086 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35087
35088         * modules/userspec: Don't depend on alloca.
35089
35090 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
35091
35092         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
35093
35094 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
35095
35096         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
35097         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
35098         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
35099
35100 2004-08-16  Simon Josefsson  <jas@extundo.com>
35101
35102         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
35103         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
35104         Add --dry-run for --import.
35105         Let user provided command line parameters override configure.ac
35106         settings.
35107
35108 2004-08-12  Simon Josefsson  <jas@extundo.com>
35109
35110         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
35111         as discussed with Paul Eggert in threads rooted at
35112         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
35113         and
35114         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
35115         Before, the test was empty, and relied on ELIDE_CODE in source
35116         code.)
35117         (gl_PREREQ_GETOPT): New macro.
35118         (gl_GETOPT): Use them.
35119
35120 2004-08-12  Simon Josefsson  <jas@extundo.com>
35121
35122         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
35123         * lib/getopt_.h: Renamed from getopt.h.
35124
35125 2004-08-12  Simon Josefsson  <jas@extundo.com>
35126
35127         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
35128         Change default library name from libfoo to libgnu.
35129         Now, if you have a configure.ac that says:
35130                 gl_SOURCE_BASE(gl)
35131                 gl_M4_BASE(gl/m4)
35132                 gl_MODULES(error getopt etcetera)
35133                 gl_INIT
35134         you can import all you need by running:
35135                 ../gnulib/gnulib-tool --import
35136
35137         * modules/getopt (Files): Rename getopt.h to getopt_.h.
35138         (Makefile.am): Rewrite, use logic from argz.
35139         (Include): Use <getopt.h> instead of "getopt.h".
35140
35141 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35142
35143         * modules/argp (Files): Add m4/unlocked-io.m4.
35144         (Depends-on): Add extensions.
35145
35146 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35147
35148         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
35149         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
35150         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
35151         Check for program_invocation_name, program_invocation_short_name,
35152         flockfile, funlockfile, features.h, _getopt_long_only_r.
35153
35154 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35155
35156         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
35157         its complicated substitute.
35158         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
35159         and program_invocation_name.
35160         (__argp_basename) [!_LIBC]: Remove; the only use was
35161         replaced by its body.
35162         (__argp_short_program_name): Change condition from
35163         !defined __argp_short_program_name to
35164         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
35165         to match argp-namefrob.h.
35166         (__argp_failure): Don't assume strerror_r returns char *.
35167         * lib/argp-parse.c (N_): Define unconditionally.
35168         (argp_default_options): Fill out initializers with 0 to avoid
35169         gcc warnings.
35170
35171 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
35172
35173         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
35174         getopt1.c.
35175
35176 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35177
35178         Merge from coreutils.
35179
35180         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
35181
35182         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
35183         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
35184
35185 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35186
35187         Merge from coreutils.
35188
35189         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
35190         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
35191         for Reliant Unix 5.43.
35192
35193         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
35194         (union fooround): Use uintmax_t, not long int.
35195         The rest is a merge from libc:
35196         [defined _LIBC]: Include <shlib-compat.h>.
35197         (_obstack) [defined _LIBC]: Remove after 2.3.4.
35198
35199         * lib/settime.c (settime): Recode to avoid warning with
35200         Sun Forte C 6U2.
35201
35202         * lib/strverscmp.c: Convert to UTF-8.
35203
35204 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
35205
35206         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35207         m4/uintmax_t.m4.
35208
35209 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35210
35211         * modules/xalloc-die: New file.
35212         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
35213
35214         * modules/md5 (Files): Add m4/uint32_t.m4.
35215         * modules/sha1: Renamed from modules/sha.
35216         (Files):
35217         Rename lib/sha.h to lib/sha1.h.
35218         Rename lib/sha.c to lib/sha1.c.
35219         Rename m4/sha.m4 to m4/sha1.m4.
35220         (lib_SOURCES): Likewise.
35221         (configure.ac): Rename gl_SHA to gl_SHA1.
35222         (Include): sha.h -> sha1.h.
35223
35224 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35225
35226         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
35227         * m4/sha1.m4: Renamed from sha.m4.
35228         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
35229
35230 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
35231
35232         * lib/obstack.h (obstack_empty_p):
35233         Don't assume that chunk->contents is suitably aligned.
35234         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
35235         Likewise. Problem reported by Benno in
35236         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
35237
35238         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
35239         readable.  This could be improved further but it'd take some work.
35240
35241 2004-08-08  Simon Josefsson  <jas@extundo.com>
35242
35243         * modules/xgethostname (Depends-on): Remove exit and error (not
35244         used).
35245
35246         * modules/getpass-gnu: Add getpass.h.
35247         (Depends-on): Add stdbool.
35248         * modules/getpass: Add getpass.h.
35249
35250 2004-08-08  Simon Josefsson  <jas@extundo.com>
35251
35252         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
35253         Check getpass declaration.
35254
35255 2004-08-08  Simon Josefsson  <jas@extundo.com>
35256
35257         * lib/xgethostname.c: Don't include error.h (not used).
35258
35259         * lib/getpass.h: Add.
35260         * lib/getpass.c: Include getpass.h first.
35261
35262 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
35263
35264         * lib/xalloc-die.c: New file.
35265         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
35266         All uses removed.
35267         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
35268         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
35269         xalloc-die.c.
35270         (_, N_, xalloc_die): Move to xalloc-die.c.
35271         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
35272         so that we needn't mess with xalloc_msg_memory_exhausted.
35273
35274         * lib/sha1.h: Renamed from sha.h.
35275         (SHA1_H): Renamed from _SHA_H.
35276         (sha1_ctx): Renamed from sha_ctx.
35277         (sha1_init_ctx): Renamed from sha_init_ctx.
35278         (sha1_process_block): Renamed from sha_process_block.
35279         (sha1_process_bytes): Renamed from sha_process_bytes.
35280         (sha1_finish_ctx): Renamed from sha_finish_ctx.
35281         (sha1_read_ctx): Renamed from sha_read_ctx.
35282         (sha1_stream): Renamed from sha_stream.
35283         (sha1_buffer): Renamed from sha_buffer.
35284         * lib/sha1.c: Likewise; renamed from sha.c.
35285         Do not include <sys/types.h>.
35286         Include <stddef.h> rather than <stdlib.h>.
35287
35288 2004-08-08  Bruno Haible  <bruno@clisp.org>
35289
35290         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
35291         FILESYSTEM_PREFIX_LEN.
35292         * lib/progreloc.c: Likewise.
35293         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
35294
35295 2004-08-06  Simon Josefsson  <jas@extundo.com>
35296
35297         * modules/progname (Depends-on): Don't depend on stdbool.
35298
35299 2004-08-06  Simon Josefsson  <jas@extundo.com>
35300
35301         * modules/getsubopt: New file.
35302         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35303         getsubopt.
35304
35305 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35306
35307         More merge from coreutils.
35308
35309         * m4/utimens.m4, m4/utimecmp.m4: New files.
35310         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
35311         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
35312         prereq.m4, sha.m4: Import changes from coreutils.
35313
35314 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35315
35316         More merge from coreutils.
35317         * modules/raise, modules/readtokens0, modules/utimens:
35318         * modules/utimecmp, module/xnanosleep: New files.
35319         * modules/strftime: Add lib/strftime.h.
35320         Change include from <time.h> to "strftime.h".
35321         * modules/yesno: Add lib/yesno.h.
35322         * modules/backupfile: Remove lib/addext.c.
35323         * modules/euidaccess: Add stat-macros.h.
35324         * modules/canonicalize, modules/euidaccess,
35325         modules/filemode, modules/lchown, modules/makepath,
35326         modules/rmdir, modules/stat: Likewise.
35327
35328 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
35329
35330         Merge from tar.
35331         * lib/argp-help.c (make_hol, hol_append): Don't assume that
35332         SIZE_MAX is a valid preprocessor constant.
35333         (__argp_basename): Change from "#ifndef _LIBC"
35334         to "#ifndef __argp_short_program_name", so that
35335         we don't compile these functions for tar.
35336
35337         More merges from coreutils.
35338         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
35339         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
35340         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
35341         * lib/addext.c: Remove; no longer needed.
35342         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
35343         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
35344         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
35345         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
35346         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
35347         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
35348         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
35349         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
35350         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
35351         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
35352         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
35353         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
35354         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
35355         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
35356         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
35357         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
35358         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
35359         Import changes from coreutils.
35360
35361 2004-08-05  Simon Josefsson  <jas@extundo.com>
35362
35363         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
35364
35365 2004-08-05  Simon Josefsson  <jas@extundo.com>
35366
35367         * m4/getsubopt.m4: New file.
35368
35369 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35370
35371         Merge from coreutils.
35372
35373         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
35374         * m4/getcwd-path-max.m4: New files.
35375
35376         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
35377         FILESYSTEM_PREFIX_LEN ->
35378         FILE_SYSTEM_PREFIX_LEN.
35379         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
35380         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
35381         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
35382         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
35383
35384         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
35385         prerequisite modules now handle the DOS stuff.
35386         Don't check for unistd.h.
35387
35388 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35389
35390         Merge from coreutils.
35391
35392         * lib/.gdb-history: Remove; this doesn't belong here.
35393
35394         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
35395         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
35396         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
35397         * lib/getcwd.c: New files.
35398
35399         * lib/dirname.h: Include <stdbool.h>.
35400         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
35401         for consistency with POSIX terminology.  All uses changed.
35402         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
35403         (strip_trailing_slashes): Use bool for booleans.
35404         * lib/stripslash.c (strip_trailing_slashes): Likewise.
35405
35406         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
35407         sometimes returns a positive errno value even when it succeeds.
35408         (print_errno_message) [!LIBC]: Fall back on strerror if
35409         __strerror_r fails.
35410
35411         * lib/path-concat.c (mempcpy): Don't define if a system header defines
35412         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
35413         (longest_relative_suffix): New function.
35414         (path_concat): Use it.  Assume first argument is not NULL.
35415         Port to DOS.  Omit redundant separators.
35416         Report an error instead of returning NULL.
35417         Use mempcpy instead of memcpy.
35418         (xpath_concat): Remove: not declared or used.
35419
35420         * lib/same.h: Include <stdbool.h>
35421         (same_name): Return bool, not int.
35422         * lib/same.c (same_name): Likewise.
35423         (errno): Don't declare; we assume C89 or better now.
35424
35425         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
35426         if not already defined.
35427
35428         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
35429         * lib/dup-safer.c (errno): Likewise.
35430
35431 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
35432
35433         Merge from coreutils.
35434         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
35435         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
35436         * modules/path-concat: Don't depend on strdup.
35437
35438 2004-08-03  Simon Josefsson  <jas@extundo.com>
35439
35440         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
35441         * lib/progname.h: Don't include stdbool.h.
35442
35443 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35444
35445         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
35446         * MODULES.html.sh (func_all_modules): Remove fatal.
35447
35448 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35449
35450         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
35451
35452 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
35453
35454         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
35455         working.
35456
35457 2004-08-02  Simon Josefsson  <jas@extundo.com>
35458
35459         * lib/getsubopt.h: New file, with comments from Bruno Haible.
35460         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
35461         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
35462
35463 2004-08-01  Simon Josefsson  <jas@extundo.com>
35464
35465         * lib/xgetdomainname.c: Include stdlib.h, for free().
35466
35467 2004-07-19  Bruno Haible  <bruno@clisp.org>
35468
35469         * MODULES.html.sh (func_all_modules): Add dummy.
35470
35471 2004-07-16  Simon Josefsson  <jas@extundo.com>
35472
35473         * modules/dummy: New file.
35474
35475 2004-07-16  Simon Josefsson  <jas@extundo.com>
35476
35477         * lib/dummy.c: New file.
35478
35479 2004-07-16  Bruno Haible  <bruno@clisp.org>
35480
35481         * lib/backupfile.h: Add extern "C" for C++.
35482         * lib/closeout.h: Likewise.
35483         * lib/copy-file.h: Likewise.
35484         * lib/findprog.h: Likewise.
35485         * lib/full-write.h: Likewise.
35486         * lib/pathname.h: Likewise.
35487         * lib/progname.h: Likewise.
35488         * lib/stpcpy.h: Likewise.
35489         * lib/stpncpy.h: Likewise.
35490         * lib/strcase.h: Likewise.
35491         * lib/strstr.h: Likewise.
35492         * lib/xalloc.h: Likewise.
35493
35494         * lib/mbswidth.h: Add extern "C" for C++.
35495         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
35496
35497 2004-07-13  Robert Millan  <robertmh@gnu.org>
35498
35499         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
35500
35501 2004-07-09  Simon Josefsson  <jas@extundo.com>
35502
35503         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
35504         failed without this.)
35505
35506 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35507
35508         * modules/chown (Files): Add lib/fchown-stub.c, since
35509         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
35510
35511 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
35512
35513         * lib/fchown-stub.c: New file.
35514
35515 2004-06-24  Jim Meyering  <jim@meyering.net>
35516
35517         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
35518
35519 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35520
35521         * modules/argz: Omit "#include".
35522
35523         * MODULES.html.sh (func_all_modules): Add calloc, to match
35524         2004-06-01 addition of calloc module.
35525
35526 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35527
35528         * m4/argz.m4: New file, which is autoupdated from libtool.
35529
35530 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35531
35532         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
35533         libtool.
35534
35535 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
35536
35537         * config/srclist-update: Don't insist on "USA." before the
35538         close-comment, as libtool omits the period and puts the */ on a
35539         separate line.
35540         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
35541         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
35542
35543 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
35544
35545         * modules/argz: New file.
35546         * MODULES.html.sh (func_all_modules): Add argz.
35547
35548 2004-06-12  Jim Meyering  <jim@meyering.net>
35549         and  Paul Eggert  <eggert@cs.ucla.edu>
35550
35551         * modules/hash (Files): Add lib/xalloc.h.
35552         * modules/pipe (Depends-on): Add wait-process.
35553         * modules/stat (Depends-on): Add xalloc.
35554         * modules/userspec (Files): Add lib/userspec.h.
35555         * modules/xstrto
35556
35557         Upgrade from gettext-0.13.
35558         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
35559         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
35560         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
35561
35562 2004-06-10  Jim Meyering  <jim@meyering.net>
35563
35564         * lib/calloc.c: New file.
35565
35566 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35567
35568         * lib/getdate.y (yylex): Allow space between sign and number.
35569         Problem reported by Dan Jacobson.
35570
35571 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35572
35573         Merge from coreutils CVS.
35574
35575         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
35576         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
35577         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
35578         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
35579         xstrtol.m4: Fix copyright date and/or serial number.
35580
35581         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
35582         See if we need an fchown replacement.
35583         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
35584         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
35585         and use the replacement function if we detect either defect.
35586
35587         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
35588         gl_UTIMECMP.
35589
35590 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
35591         and  Jim Meyering  <jim@meyering.net>
35592
35593         Merge from coreutils CVS.
35594
35595         * lib/stat-macros.h: New file, with contents from file-type.h
35596         and coreutils' system.h.
35597         * lib/file-type.c: Include "stat-macros.h".
35598         * lib/file-type.h (file_type): Move all macro definitions to new file,
35599         stat-macros.h.
35600
35601         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
35602         Wrap old code with this conditional.
35603         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
35604         function that does not dereference symlinks.
35605         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
35606
35607         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
35608         dependency problems.
35609         (xreadlink): Accept new arg SIZE, for efficiency.
35610         All decls and uses changed.
35611         * lib/xreadlink.h: Include <stddef.h>, for size_t.
35612
35613         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
35614         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
35615
35616         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
35617         sysexits.h.
35618
35619 2004-06-01  Jim Meyering  <jim@meyering.net>
35620
35621         * m4/calloc.m4: New file.
35622
35623 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
35624
35625         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
35626         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
35627         Also, fix a typo in a diagnostic.
35628
35629 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35630
35631         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
35632         or AC_FUNC_REALLOC.
35633
35634 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
35635
35636         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
35637         macros to be defined.
35638         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
35639         the allocator returns NULL because the requested size is zero.
35640
35641 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
35642
35643         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
35644         var.  Add comment explaining why libc still defines it.  This
35645         merges the following patch from glibc:
35646         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
35647
35648 2004-05-20  Andreas Schwab  <schwab@suse.de>
35649
35650         * m4/free.m4: Replace free if it not known to work, not the other
35651         way round.
35652
35653 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
35654
35655         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
35656         present in glibc since revision 1.1 of this file.
35657         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
35658         obstack_alignment_mask, obstack_alloc, obstack_base,
35659         obstack_blank, obstack_blank_fast, obstack_chunk_size,
35660         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
35661         obstack_grow0, obstack_init, obstack_int_grow,
35662         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
35663         obstack_next_free, obstack_object_size, obstack_ptr_grow,
35664         obstack_ptr_grow_fast, obstack_room): Remove declarations of
35665         nonexistent functions.
35666
35667 2004-05-18  Karl Berry  <karl@gnu.org>
35668
35669         * config/srclist.txt: break link for vasnprintf.c.
35670
35671 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35672
35673         Port obstack to the AS/400, where pointers are 16 bytes wide and
35674         you cannot cast an integer to a valid pointer.  This patch is
35675         currently waiting to be integrated into glibc; see
35676         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
35677
35678         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
35679         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
35680         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
35681         (struct obstack): temp member is now a union of a pointer and
35682         an integer, instead of an integer.  All integer uses changed.
35683         This does not affect the physical layout of struct obstack,
35684         except on hosts (like the AS/400) where the size or alignment of
35685         void * is greater than that of ptrdiff_t.
35686         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
35687         __STDC__)]: Store temporary in pointer member of union, not
35688         integer member.
35689         * lib/obstack.c: Include <stddef.h>, for offsetof.
35690         (struct fooalign): Remove; it doesn't need a name.
35691         (union fooround): Change double to long double, and add void *.
35692         (DEFAULT_ALIGNMENT): Use offsetof to compute.
35693         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
35694         not a macro.  Hence the values are always int; so remove all
35695         casts-to-int in uses.
35696
35697 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35698
35699         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
35700         we can get this patch merged into glibc.
35701
35702 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35703             Paul Eggert  <eggert@cs.ucla.edu>
35704
35705         * m4/argp: Depend on alloca.
35706
35707 2004-05-17  Derek R. Price  <derek@ximbiot.com>
35708             Paul Eggert  <eggert@cs.ucla.edu>
35709
35710         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
35711         freecoding.
35712
35713 2004-05-17  Bruno Haible  <bruno@clisp.org>
35714
35715         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
35716         precision that consists of a '.' followed by an empty digit string.
35717         Patch by Tor Lillqvist <tml@iki.fi>.
35718
35719 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35720
35721         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
35722         for backward compatibility with older code.  We need our own
35723         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
35724         it under some other name, and our alloca.h will define it.
35725
35726 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35727             Derek Price  <derek@ximbiot.com>
35728
35729         * lib/alloca.c: Include <alloca.h>, to get our interface.
35730         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
35731         include <alloca.h> first.  Use C89 prototype for alloca; this
35732         requires including <stddef.h> for size_t.  Use extern "C" if C++.
35733         Use #elif for simplicity, since we can assume C89 now.
35734         Don't try to source the system alloca.h since it will not be found
35735         and to prevent recursively including its replacement.
35736         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
35737         * lib/regex.c: Likewise.
35738
35739 2004-05-16  Derek Price  <derek@ximbiot.com>
35740             Paul Eggert  <eggert@cs.ucla.edu>
35741
35742         getline cleanup.  This changes the getndelim2 API: both order of
35743         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
35744         no delimiter).
35745
35746         * lib/getline.c: Don't include stddef.h or stdio.h, since our
35747         interface does that.
35748         (getline): Always use getdelim, so that we don't have two
35749         copies of this code.
35750         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
35751         if available.
35752         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
35753         (GETNDELIM2_MAXIMUM): New macro.
35754         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
35755         instead of the old practice of delim2==0.  All callers changed.
35756         Return -1 on overflow, instead of returning junk.
35757         Do not set *linesize unless allocation succeeds.
35758         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
35759         that we include sys/types.h.
35760         * lib/getnline.h: Likewise.
35761         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
35762         (getndelim2): Reorder arguments.
35763         * lib/getnline.c (getnline, getndelim):
35764         Don't discard the NMAX argument.
35765         (getnline): Invoke getndelim, to avoid code duplication.
35766         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
35767         of (size_t) -1 by callers of the getnline family.
35768
35769 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35770
35771         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
35772         Check for gettimeofday.
35773         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
35774         Check for settimeofday, stime.
35775
35776 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
35777
35778         * lib/nanosleep.c (suspended): Change its type from int to
35779         sig_atomic_t volatile.
35780         (first_call): Make it private to rpl_nanosleep, and have it
35781         be zero initially as that's a bit faster.
35782         (my_usleep): Round up fractional times instead of truncating them,
35783         as this is the usual meaning for 'sleep'.
35784
35785         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
35786         doesn't work.
35787         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
35788         (ENOSYS): Define if not defined.
35789         (settime): Fall back on stime if it exists and settimeofday fails.
35790         But don't bother with fallbacks if a method fails with errno == EPERM.
35791
35792 2004-05-11  Jim Meyering  <jim@meyering.net>
35793
35794         Prior to this change, the save_cwd caller required read access to the
35795         current directory on most systems (ones with the fchdir function).
35796
35797         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
35798         fails, try write-only, and finally, resort to using xgetcwd.
35799
35800 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
35801
35802         * lib/obstack.c, obstack.h: Import changes from libc.
35803
35804 2004-04-28  Bruno Haible  <bruno@clisp.org>
35805
35806         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
35807         also implicitly appends .exe to executables.
35808         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
35809         accepts Windows pathnames.
35810         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35811         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35812         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
35813         Treat Cygwin like Windows, since it now accepts Windows pathnames.
35814         Reported by Derek Robert Price <derek@ximbiot.com>.
35815
35816 2004-04-21  Karl Berry  <karl@gnu.org>
35817
35818         * config/srclist.txt (localcharset.c): break sync.
35819
35820 2004-04-20  Paul Eggert  <eggert@twinsun.com>
35821
35822         * m4/host-os.m4: Add a copyright notice.
35823
35824 2004-04-20  Jim Meyering  <jim@meyering.net>
35825
35826         Change UTILS_ to gl_ in AC_DEFINE'd names.
35827         Change utils_- and jm_-prefixed variables, too.
35828         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
35829         UTILS_FUNC_MKDIR_TRAILING_SLASH.
35830         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
35831
35832         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
35833         Don't emit trailing blanks.
35834         Also rename jm_-prefixed variables to have gl_ prefix.
35835
35836         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
35837         Also rename jm_-prefixed variables to have gl_ prefix.
35838
35839         * m4/jm-macros.m4: Reflect the renamings.
35840         * m4/prereq.m4: Likewise.
35841
35842 2004-04-20  Jim Meyering  <jim@meyering.net>
35843
35844         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
35845         memory.
35846
35847 2004-04-20  Jim Meyering  <jim@meyering.net>
35848             Bruno Haible  <bruno@clisp.org>
35849
35850         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
35851         memory when realloc fails.
35852
35853 2004-04-19  Jim Meyering  <jim@meyering.net>
35854
35855         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
35856         now that readutmp.c may call `free (0)'.
35857
35858 2004-04-19  Bruno Haible  <bruno@clisp.org>
35859
35860         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
35861         * m4/inttypes_h.m4: Likewise.
35862         * m4/stdint_h.m4: Likewise.
35863         * m4/intmax_t.m4: Likewise.
35864         * m4/uintmax_t.m4: Likewise.
35865
35866 2004-04-18  Jim Meyering  <jim@meyering.net>
35867
35868         * m4/prereq.m4: Don't forbid jm_ prefix.
35869
35870         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
35871         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
35872         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
35873         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
35874         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
35875         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
35876         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
35877         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
35878         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
35879         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
35880         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
35881         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
35882         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
35883         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
35884         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
35885         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
35886         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
35887         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
35888         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
35889
35890 2004-04-18  Jim Meyering  <jim@meyering.net>
35891
35892         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
35893         failure, don't leak memory and do call END_UTMP_ENT.
35894
35895 2004-04-16  Jim Meyering  <jim@meyering.net>
35896
35897         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
35898         coreutils' stat program.
35899         (gl_PREREQ): Don't require jm_PREREQ_STAT.
35900
35901 2004-04-11  Paul Eggert  <eggert@twinsun.com>
35902
35903         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
35904         C89.
35905         (CHAR_BIT): Remove, since we assume C89.
35906         Include <stdint.h> if available, as per current Autoconf CVS advice.
35907
35908 2004-03-31  Jim Meyering  <jim@meyering.net>
35909
35910         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
35911         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
35912         * m4/xalloc.m4: Likewise.
35913
35914 2004-03-30  Paul Eggert  <eggert@twinsun.com>
35915
35916         Merge from coreutils.
35917
35918         * m4/inttostr.m4: New file.
35919         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
35920         Require AM_STDBOOL_H and gl_TIMESPEC instead.
35921         Require gl_CLOCK_TIME.
35922         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
35923
35924 2004-03-30  Paul Eggert  <eggert@twinsun.com>
35925
35926         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
35927         not bool, to be more consistent with Unix conventions.
35928         Suggested by Bruno Haible.
35929
35930         Merge from coreutils.
35931
35932         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
35933         * lib/umaxtostr.c: New files.
35934
35935         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
35936         the usual <time.h> dance.
35937         (get_date): Change signature to support fractional time stamps.
35938         All callers changed.
35939         * lib/getdate.y: Include "getdate.h" first, as we can now
35940         assume C89 and don't need to worry about 'const'.
35941         Similarly, include "unlocked-io.h" near start, not in middle.
35942         Include <limits.h>.
35943         (textint.value): Use long int rather than int.
35944         (textint.digits): Use size_t rather than int.
35945         (BILLION, LOG10_BILLION): New constants.
35946         (parser_control): New member rel_ns.  Members day_ordinal,
35947         time_zone, month, day, hour, minutes, rel_year, rel_month,
35948         rel_day, rel_hour, rel_minutes, rel_seconds
35949         are now long int, not int.  Member seconds is now struct timespec,
35950         not int.  New member timespec_seen.  Members dates_seen, days_seen,
35951         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
35952         not int.
35953         (%union.intval): Now long int, not int.
35954         New member timespec.
35955         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
35956         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
35957         (spec): Now is a timespec or an item list.
35958         (timespec, items): New nonterminals.
35959         (time, rel, relunit, number, get_date):
35960         Add support for fractional seconds.
35961         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
35962         (gmtime, localtime, mktime): Remove decls; not needed with C89.
35963         (to_hour): First arg is now long int, not int.
35964         (to_year): Returns long int, not int.
35965         Don't treat year -70 like 70.
35966         (tm_diff): Returns long int, not int.
35967         (lookup_word): Use bool instead of int when appropriate.
35968         (yylex): Use size_t for count, not int.
35969         Detect overflow when parsing large integer constants.
35970         Add support for fractions.
35971         (get_date): Make pointers 'const' if possible.
35972         Use more-portable code to detect integer overflow.
35973         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
35974         Don't use ctime; it's not reliable if the year has >4 digits.
35975
35976         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
35977         This is for compatibility with BSD.
35978
35979         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
35980         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
35981         From coreutils' system.h.
35982
35983         * lib/userspec.c: Don't include "posixver.h".
35984         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
35985         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
35986         compatible extension.  Simplify code by removing a boolean int
35987         that was always nonzero if a string was nonnull.
35988
35989 2004-03-30  Jim Meyering  <jim@meyering.net>
35990
35991         Merge from coreutils.
35992
35993         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
35994         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
35995         on some systems one must include <grp.h> before it.
35996         Reported by Christian Krackowizer.
35997
35998 2004-03-30  Jim Meyering  <jim@meyering.net>
35999
36000         Merge from coreutils.
36001
36002         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
36003
36004         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
36005         an empty input stream.
36006
36007         * lib/readtokens.c: Include <stdbool.h>.
36008         (readtoken): Use `size_t' rather than int/long.
36009         All callers adjusted.
36010         Use `bool' rather than `int' where appropriate.
36011         Use memset rather than an explicit loop.
36012         Use x2nrealloc rather than xrealloc.
36013         Allow the use of `\0' as a delimiter.
36014         (readtokens): Likewise.
36015         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
36016
36017 2004-03-30  Jim Meyering  <jim@meyering.net>
36018
36019         * m4/realloc.m4: Remove file, since now it does no more than
36020         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
36021         the `configure.ac' section of module/realloc.
36022         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
36023
36024 2004-03-30  Bruno Haible  <bruno@clisp.org>
36025
36026         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
36027         nonnull.
36028
36029 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36030
36031         Merge changes to getloadavg.c from coreutils and Emacs.
36032
36033         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
36034         Define to an expression, not to the empty string.
36035         Include cloexec.h and xalloc.h.
36036         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
36037         Use set_cloexec_flag rather than rolling our own.
36038         * lib/cloexec.c, lib/cloexec.h: New files.
36039
36040 2004-03-29  Paul Eggert  <eggert@twinsun.com>
36041
36042         * m4/cloexec.m4: New file.
36043
36044 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36045
36046         * lib/getopt.h: Sync with libc CVS.
36047
36048 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36049             Bruno Haible  <bruno@clisp.org>
36050
36051         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
36052         mbswidth.
36053
36054 2004-03-18  Paul Eggert  <eggert@twinsun.com>
36055             Bruno Haible  <bruno@clisp.org>
36056
36057         * lib/mbswidth.h: Include <wchar.h> only if
36058         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
36059         <wchar.h>.
36060         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
36061
36062 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36063
36064         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
36065         Sync with libc CVS.
36066         * lib/getopt_int.h: New file, also synced from libc.
36067
36068 2004-03-09  Paul Eggert  <eggert@twinsun.com>
36069
36070         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
36071         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
36072         Bring back getopt.c, getopt.h, getopt1.c.
36073
36074 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36075
36076         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
36077         All uses changed.  Check for sa_sigaction member; this fixes
36078         a bug first reported by Jason Andrade in
36079         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36080
36081 2004-03-07  Paul Eggert  <eggert@twinsun.com>
36082
36083         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
36084         '#if' expressions.  Unlike the code it replaces, it does not
36085         depend on (defined _SC_PAGESIZE).  However, it does depend on
36086         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
36087         first reported by Jason Andrade in
36088         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
36089
36090 2004-02-25  Simon Josefsson  <jas@extundo.com>
36091
36092         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
36093
36094 2004-02-25  Simon Josefsson  <jas@extundo.com>
36095
36096         * lib/strdup.h: New file.
36097         * lib/strdup.c: Include it.
36098         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
36099         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
36100
36101 2004-02-23  Karl Berry  <karl@gnu.org>
36102
36103         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
36104         (from fencepost.gnu.org:/gd/gnuorg).
36105
36106 2004-02-23  Karl Berry  <karl@gnu.org>
36107
36108         * config/srclistvars.sh (GNUORG) [karl]: redefine.
36109         * config/srclist.txt: add maintain/standards documents.
36110
36111 2004-02-18  Bruno Haible  <bruno@clisp.org>
36112
36113         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
36114         Reported by Derek Robert Price <derek@ximbiot.com>.
36115
36116 2004-02-16  Karl Berry  <karl@gnu.org>
36117
36118         * config/mkinstalldirs, install-sh: update from automake.
36119
36120 2004-02-06  Karl Berry  <karl@gnu.org>
36121
36122         * m4/po.m4: update from gettext 0.14.1.
36123
36124 2004-02-06  Karl Berry  <karl@gnu.org>
36125
36126         * lib/config.charset: update from gettext 0.14.1.
36127
36128 2004-02-05  Paul Eggert  <eggert@twinsun.com>
36129
36130         Add comments and code, prompted by suggestions from Bruno Haible
36131         for sh-quote.
36132         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
36133         describing the enum quoting_style values.
36134         * lib/quotearg.c (quotearg_alloc): New function.
36135         (quotearg_buffer_restyled): Treat lone { and } as special.
36136         Treat = as special.  Work around bug with older shells
36137         that "see" a '\' that is really the 2nd byte of a multibyte char.
36138         Quote empty string with shell_quoting_style.
36139
36140 2004-02-03  Bruno Haible  <bruno@clisp.org>
36141
36142         * m4/pipe.m4: New file, from GNU gettext.
36143
36144 2004-02-03  Bruno Haible  <bruno@clisp.org>
36145
36146         * lib/pipe.h: New file, from GNU gettext.
36147         * lib/pipe.c: New file, from GNU gettext.
36148
36149 2004-01-27  Bruno Haible  <bruno@clisp.org>
36150
36151         * m4/execute.m4: New file, from GNU gettext.
36152
36153 2004-01-27  Bruno Haible  <bruno@clisp.org>
36154
36155         * lib/execute.h: New file, from GNU gettext.
36156         * lib/execute.c: New file, from GNU gettext.
36157         * lib/w32spawn.h: New file, from GNU gettext.
36158
36159 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36160
36161         Merge from diffutils.
36162
36163         * lib/file-type.c (file_type): Add typed memory objects.
36164         * lib/file-type.h (S_TYPEISTMO): New macro.
36165
36166         * lib/c-stack.h (c_stack_action): Remove argv argument.
36167         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
36168         (die): Don't calculate message unless segv_action returns.
36169         (get_stack_location, min_address_from_argv, max_address_from_argv,
36170         volatile stack_base, volatile_stack_size): Remove.
36171         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
36172         that every segmentation violation is a stack overflow.  (Ouch!)
36173         See Debian bug 136249 (still outstanding) for more info about why
36174         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
36175
36176 2004-01-24  Paul Eggert  <eggert@twinsun.com>
36177
36178         Exit-status fix from coreutils.
36179
36180         Use exit_failure consistently in place of EXIT_FAILURE,
36181         so that program exit statuses are consistent on failure.
36182
36183         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
36184         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
36185         * lib/argmatch.h: Comment fix to match the above.
36186         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
36187         Now a macro referring to exit_failure, instead of a separate
36188         variable.  Include "exitfail.h" to get it.
36189         * lib/xstrtol.h: Include "exitfail.h".
36190         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
36191
36192         * lib/long-options.c (parse_long_options): Use prototype
36193         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
36194         for clarity.
36195
36196 2004-01-21  Jim Meyering  <jim@meyering.net>
36197
36198         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
36199         so as not to conflict with a different-sized __mktime_internal
36200         function in GNU libc.
36201         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
36202         Problem building statically-linked `ls' reported by Michael Brunnbauer.
36203
36204 2004-01-20  Karl Berry  <karl@gnu.org>
36205
36206         * config/config.guess: update from config.
36207
36208         * config/srclistvars.sh: GNUWWWLICENSES for karl.
36209
36210 2004-01-20  Bruno Haible  <bruno@clisp.org>
36211
36212         Safer stack allocation.
36213         * lib/setenv.c: Include allocsa.h.
36214         (alloca): Remove fallback definition.
36215         (freea): Remove macro.
36216         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
36217         instead of freea.
36218
36219 2004-01-20  Bruno Haible  <bruno@clisp.org>
36220
36221         * m4/eealloc.m4: New file, from GNU gettext.
36222
36223 2004-01-20  Bruno Haible  <bruno@clisp.org>
36224
36225         * m4/allocsa.m4: New file, from GNU gettext.
36226
36227 2004-01-20  Bruno Haible  <bruno@clisp.org>
36228
36229         * lib/xallocsa.h: New file, from GNU gettext.
36230         * lib/xallocsa.c: New file, from GNU gettext.
36231
36232 2004-01-20  Bruno Haible  <bruno@clisp.org>
36233
36234         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
36235
36236 2004-01-20  Bruno Haible  <bruno@clisp.org>
36237
36238         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
36239         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
36240         specially.
36241
36242 2004-01-20  Bruno Haible  <bruno@clisp.org>
36243
36244         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
36245         patch.
36246
36247 2004-01-20  Bruno Haible  <bruno@clisp.org>
36248
36249         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
36250
36251 2004-01-20  Bruno Haible  <bruno@clisp.org>
36252
36253         * lib/eealloc.h: New file.
36254
36255 2004-01-20  Bruno Haible  <bruno@clisp.org>
36256
36257         * lib/binary-io.h: Avoid warnings on Cygwin.
36258
36259 2004-01-20  Bruno Haible  <bruno@clisp.org>
36260
36261         * lib/allocsa.h: New file, from GNU gettext.
36262         * lib/allocsa.c: New file, from GNU gettext.
36263
36264 2004-01-18  Karl Berry  <karl@gnu.org>
36265
36266         * doc/gpl.texi, doc/lgpl.texi: new files.
36267
36268 2004-01-18  Karl Berry  <karl@gnu.org>
36269
36270         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
36271         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
36272
36273 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36274
36275         Merge from coreutils.
36276
36277         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
36278         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
36279         (gl_DEFAULT_POSIX2_VERSION): Move
36280         the documentation from 'configure' into 'config.hin',
36281         so that 'configure --help' isn't burdened by it and
36282         we don't have to worry about its formatting there.
36283         Reword the documentation so that it's more succinct
36284         and can be run together into a single paragraph.
36285         * m4/same.m4 (gl_SAME): Check for pathconf.
36286
36287 2004-01-15  Paul Eggert  <eggert@twinsun.com>
36288
36289         Merge from coreutils.
36290
36291         * lib/posixver.c: Include posixver.h.
36292
36293         * lib/same.c: Include <stdbool.h>, <limits.h>.
36294         (_POSIX_NAME_MAX): Define if not defined.
36295         (MIN): New macro.
36296         (same_name): If file names are silently truncated, report
36297         that the file names are the same if they are the same after
36298         the silent truncation.
36299
36300         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
36301         conversion function.
36302         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
36303         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
36304         longer needed.
36305
36306 2004-01-15  Jim Meyering  <jim@meyering.net>
36307
36308         Merge from coreutils.
36309
36310         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
36311         if no library is required.
36312         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
36313         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
36314         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
36315         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
36316         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
36317         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
36318         value, $ac_cv_search_crypt, if it's "none required".
36319         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
36320         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
36321         not gl_FUNC_GETLOADAVG.
36322         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
36323         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
36324
36325 2004-01-15  Jim Meyering  <jim@meyering.net>
36326
36327         Merge from coreutils.
36328
36329         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
36330         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
36331         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
36332
36333         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
36334         optional configure-time default.
36335
36336         * lib/version-etc.c (version_etc_copyright): Update copyright date.
36337
36338         * lib/xreadlink.c (xreadlink): Correct outdated comment.
36339
36340 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
36341
36342         Merge from coreutils.
36343
36344         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
36345         value, $ac_cv_search_nanosleep, if it's "none required".
36346
36347 2004-01-14  Paul Eggert  <eggert@twinsun.com>
36348
36349         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
36350         with like-named macro in fnmatch.c.
36351         (EXT): Use an internal constant instead.
36352
36353         Merge fnmatch patches from glibc.
36354         * lib/fnmatch.c (mbsinit): Remove define.
36355         Add libc_hidden_ver (__fnmatch, fnmatch).
36356         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
36357         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
36358
36359 2004-01-14  Karl Berry  <karl@gnu.org>
36360
36361         * config/install-sh: update from automake.
36362
36363 2004-01-13  Karl Berry  <karl@gnu.org>
36364
36365         * config/install-sh: update from automake.
36366
36367 2004-01-09  Karl Berry  <karl@gnu.org>
36368
36369         * config/install-sh: update from automake.
36370
36371 2004-01-05  Karl Berry  <karl@gnu.org>
36372
36373         * config/config.{sub,guess}: update from config.
36374
36375 2003-12-31  Karl Berry  <karl@gnu.org>
36376
36377         * config/depcomp: update from automake.
36378
36379 2003-12-14  Karl Berry  <karl@gnu.org>
36380
36381         * lib/config.charset: update from gettext-runtime.
36382
36383 2003-12-03  Paul Eggert  <eggert@twinsun.com>
36384
36385         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
36386         Bug reported by Alfred M. Szmidt.
36387
36388 2003-12-03  Bruno Haible  <bruno@clisp.org>
36389
36390         * m4/gettext.m4: Upgrade from gettext-0.13.
36391         * m4/po.m4: Upgrade from gettext-0.13.
36392         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
36393         * m4/intmax.m4: New file, from gettext-0.13.
36394         * m4/printf-posix.m4: New file, from gettext-0.13.
36395
36396 2003-11-29  Karl Berry  <karl@gnu.org>
36397
36398         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
36399
36400 2003-11-25  Paul Eggert  <eggert@twinsun.com>
36401             Bruno Haible  <bruno@clisp.org>
36402
36403         * lib/printf-parse.h: Don't include sys/types.h.
36404         (ARG_NONE): New macro.
36405         (char_directive): Change type of *arg_index fields to size_t.
36406         * lib/printf-parse.c: Don't include sys/types.h.
36407         (SSIZE_MAX): Remove macro.
36408         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
36409         Remove unnecessary overflow check.
36410         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
36411         fields.
36412
36413 2003-11-25  Bruno Haible  <bruno@clisp.org>
36414
36415         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
36416
36417 2003-11-25  Bruno Haible  <bruno@clisp.org>
36418
36419         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
36420         gt_TYPE_SSIZE_T.
36421
36422 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36423
36424         * modules/alloca: Remove dependency on xalloc.
36425
36426 2003-11-24  Paul Eggert  <eggert@twinsun.com>
36427
36428         * lib/alloca.c: Remove dependency on xalloc module.
36429         (xalloc_die): Remove.
36430         (memory_full) [!defined emacs]: New macro.
36431         [!defined emacs]: Don't include xalloc.h.
36432         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
36433         address arithmetic overflows.  Change datatypes a bit to avoid
36434         unnecessary casts.
36435
36436 2003-11-22  Jim Meyering  <jim@meyering.net>
36437
36438         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
36439         s/size/size_t/.
36440
36441 2003-11-21  Karl Berry  <karl@gnu.org>
36442
36443         * config/config.{sub,guess}: update from config.
36444
36445 2003-11-18  Karl Berry  <karl@gnu.org>
36446
36447         * config/config.{sub,guess}: update from config.
36448
36449         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
36450
36451 2003-11-17  Paul Eggert  <eggert@twinsun.com>
36452
36453         * README: Mention that S+T cannot overflow if S is the size of
36454         an existing object and T is sufficiently small.
36455
36456 2003-11-17  Jim Meyering  <jim@meyering.net>
36457
36458         On systems without utime and without a utimes function capable of
36459         dealing with a NULL struct utimbuf* argument, this utime replacement
36460         could -- in unusual circumstances -- leak a file descriptor.
36461         * lib/utime.c: Include <unistd.h> and <errno.h>.
36462         (utime_null): Be sure to close `fd' and to preserve errno.
36463         Reported by Geoff Collyer via Arnold Robbins.
36464
36465 2003-11-17  Bruno Haible  <bruno@clisp.org>
36466
36467         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
36468         (Depends-on): Add xsize.
36469
36470 2003-11-17  Bruno Haible  <bruno@clisp.org>
36471
36472         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
36473
36474 2003-11-17  Bruno Haible  <bruno@clisp.org>
36475
36476         * lib/vasnprintf.c (alloca): Remove fallback definition.
36477         (freea): Remove definition.
36478         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
36479         Reported by Paul Eggert.
36480
36481 2003-11-16  Paul Eggert  <eggert@twinsun.com>
36482             Bruno Haible  <bruno@clisp.org>
36483
36484         Protect against address arithmetic overflow.
36485         * lib/printf-args.h: Include stddef.h.
36486         (arguments): Change type of field 'count' to size_t.
36487         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
36488         'unsigned int' where appropriate.
36489         * lib/printf-parse.h: Include sys/types.h.
36490         (char_directive): Change type of *arg_index fields to ssize_t.
36491         (char_directives): Change type of fields 'count', max_*_length to
36492         size_t.
36493         * lib/printf-parse.c: Include sys/types.h and xsize.h.
36494         (SSIZE_MAX): Define fallback value.
36495         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
36496         instead of 'int' where appropriate. Check a_allocated, d_allocated
36497         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
36498         * lib/vasnprintf.c: Include xsize.h.
36499         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
36500         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
36501         overflow. Avoid wraparound when converting a width or precision from
36502         decimal to binary.
36503
36504 2003-11-16  Bruno Haible  <bruno@clisp.org>
36505
36506         Update from GNU gettext.
36507         * lib/printf-parse.c: Generalize to it can be compiled for wide
36508         strings.
36509         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
36510         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
36511         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
36512         SNPRINTF): New macros.
36513         Don't include <alloca.h> if the file is used inside libintl.
36514         (local_wcslen): New function, for Solaris 2.5.1.
36515         (VASNPRINTF): Use it instead of wcslen.
36516
36517 2003-11-16  Bruno Haible  <bruno@clisp.org>
36518
36519         * lib/xsize.h (xmax): New function.
36520         (xsum, xsum3, xsum4): Declare as "pure" functions.
36521
36522 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36523
36524         * modules/xalloc (Files): Undo latest change, since xalloc.h
36525         no longer needs SIZE_MAX or PTRDIFF_MAX.
36526
36527 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36528
36529         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
36530         gl_PTRDIFF_MAX.
36531
36532 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36533
36534         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
36535         "return", to pacify some unknown compiler.  Problem reported
36536         by Joerg Schilling.
36537
36538 2003-11-12  Paul Eggert  <eggert@twinsun.com>
36539
36540         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
36541         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
36542         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
36543         heuristic is just as accurate as far as we know, and it removes a
36544         dependency on size_max.m4 and ptrdiff_max.m4.
36545
36546 2003-11-11  Bruno Haible  <bruno@clisp.org>
36547
36548         * modules/xsize (Files): Add m4/size_max.m4.
36549         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
36550
36551 2003-11-11  Bruno Haible  <bruno@clisp.org>
36552
36553         * m4/size_max.m4: New file.
36554         * m4/ptrdiff_max.m4: New file.
36555         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
36556         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
36557         (gl_XALLOC): Invoke it.
36558
36559 2003-11-11  Bruno Haible  <bruno@clisp.org>
36560
36561         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
36562         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
36563         defined.
36564
36565 2003-11-10  Paul Eggert  <eggert@twinsun.com>
36566
36567         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
36568         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
36569         rejected some allocations of exactly SIZE_MAX - 2 bytes.
36570         From Bruno Haible.
36571         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
36572         not (size_t) -1, since it's defined here.
36573
36574 2003-11-09  Karl Berry  <karl@gnu.org>
36575
36576         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
36577
36578 2003-11-06  Paul Eggert  <eggert@twinsun.com>
36579
36580         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
36581         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
36582         Reject sizes of exactly SIZE_MAX bytes.
36583         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
36584         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
36585
36586 2003-11-05  Bruno Haible  <bruno@clisp.org>
36587
36588         * lib/xsize.h: Include limits.h, to avoid a possible collision with
36589         SIZE_MAX defined in <limits.h> on Solaris.
36590
36591 2003-11-04  Jim Meyering  <jim@meyering.net>
36592
36593         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
36594         variable names, rather than @VAR@.
36595         * modules/poll: Likewise.
36596
36597 2003-11-04  Bruno Haible  <bruno@clisp.org>
36598
36599         * modules/xsize: New file.
36600         * modules/linebreak: Depend on xsize.
36601         * MODULES.html.sh (func_all_modules): Add xsize.
36602
36603 2003-11-04  Bruno Haible  <bruno@clisp.org>
36604
36605         * m4/xsize.m4: New file.
36606
36607 2003-11-04  Bruno Haible  <bruno@clisp.org>
36608
36609         * lib/xsize.h: New file.
36610         * lib/linebreak.c: Include xsize.h.
36611         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
36612         argument for overflow.
36613         Suggested by Paul Eggert.
36614
36615 2003-11-03  Karl Berry  <karl@gnu.org>
36616
36617         * config/config.{guess,sub}: update from config.
36618
36619 2003-11-03  Jim Meyering  <jim@meyering.net>
36620
36621         * modules/userspec (lib_SOURCES): Add userspec.h.
36622         (Include): Add "userspec.h".
36623         Improve description.
36624
36625 2003-11-03  Jim Meyering  <jim@meyering.net>
36626
36627         * lib/userspec.c: Include "userspec.h".
36628         * lib/userspec.h: New file.
36629
36630 2003-11-03  Bruno Haible  <bruno@clisp.org>
36631
36632         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
36633
36634 2003-11-03  Bruno Haible  <bruno@clisp.org>
36635
36636         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
36637         available, to avoid (extremely rare) race condition.
36638         Suggested by Paul Eggert.
36639
36640 2003-11-02  Karl Berry  <karl@gnu.org>
36641
36642         * config/srclist.txt (vasprintf.c): sync broken, sigh.
36643
36644 2003-10-31  Paul Eggert  <eggert@twinsun.com>
36645
36646         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
36647         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
36648         (read_filesystem_list): Set and use me_type_malloced.
36649         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
36650         whatever the type happens to be), for brevity and consistency.
36651         Check for size calculation overflow on Alphas running OSF/1.
36652
36653 2003-10-31  Jim Meyering  <jim@meyering.net>
36654
36655         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
36656
36657         * lib/linebuffer.c: Include <string.h> for declaration of memset.
36658
36659 2003-10-30  Paul Eggert  <eggert@twinsun.com>
36660             Bruno Haible  <bruno@clisp.org>
36661
36662         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
36663         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
36664
36665 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
36666
36667         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
36668         netbsd*-gnu*.  Suggested by Robert Millan.
36669
36670 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36671
36672         * modules/group-member: Depend on stdbool.
36673
36674 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36675
36676         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
36677
36678 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36679
36680         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
36681         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
36682         after the 'gnu' in these cases.  This fixes some bugs in the
36683         previous change, and is based on suggestions by Robert Millan.
36684
36685 2003-10-29  Paul Eggert  <eggert@twinsun.com>
36686
36687         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
36688         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
36689         no longer needed.
36690         * lib/quotearg.c (quotearg_n_options): Use it.
36691         * lib/group-member.c: Include <stdbool.h>.
36692         (free_group_info): Arg is now const *; don't free arg.
36693         (get_group_info): Now returns bool and accepts struct group_info *,
36694         rather than returning a malloc'ed struct group_info *.
36695         All uses changed.  Check for overflow in internal size calculation.
36696
36697         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
36698         rather than xmalloc/xrealloc.
36699         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
36700         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
36701         conformance bug: the old code used a pointer after freeing the
36702         storage that it addressed.
36703         * lib/hash.c (hash_initialize): Simplify the code by using
36704         xalloc_oversized rather than doing it by hand.
36705         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
36706         the buffer preserved.  Use free and xmalloc instead.
36707         * lib/quotearg.c (quotearg_n_options): Likewise.
36708         Use a simpler test for size overflow.  Don't use xalloc_oversized
36709         because unsigned int might be wider than size_t (!); this suggests
36710         that we should switch from unsigned int to size_t for slot numbers.
36711
36712 2003-10-28  Paul Eggert  <eggert@twinsun.com>
36713
36714         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
36715         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
36716         NetBSD kernels.  Requested by Richard Stallman.
36717
36718 2003-10-27  Paul Eggert  <eggert@twinsun.com>
36719
36720         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
36721         to allocate the returned structure.  Do not allocate a subarray,
36722         as x2nrealloc will do that.
36723         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
36724         instead of xnrealloc.
36725         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
36726
36727 2003-10-27  Bruno Haible  <bruno@clisp.org>
36728
36729         * lib/stdbool_.h: Better support for BeOS.
36730
36731 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36732
36733         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
36734         now uses inline.
36735
36736 2003-10-26  Paul Eggert  <eggert@twinsun.com>
36737
36738         * lib/xalloc.h (xalloc_oversized): New static inline function, for
36739         callers that want to do their own size-overflow checking.  Include
36740         <stdbool.h>, since xalloc_oversized returns bool.
36741         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
36742         to use xalloc_oversized.
36743
36744         Add two functions x2realloc, x2nrealloc, for programs that grow
36745         arrays dynamically by doubling their sizes.
36746         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
36747         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
36748         New functions.
36749
36750         Port to C99 semantics for 'inline' of external functions.
36751         Bug reported by Bruno Haible.
36752         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
36753         with the old contents of xnmalloc.
36754         (xnmalloc, xmalloc): Use it.
36755         (xnrealloc_inline): New static inline function,
36756         with the old contents of xnrealloc.
36757         (xnrealloc, xrealloc): Use it.
36758
36759         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
36760         that.
36761
36762 2003-10-26  Karl Berry  <karl@gnu.org>
36763
36764         * config/srclist.txt (COPYING.DOC): no longer available from
36765         /gd/gnuorg; don't know where the ultimate source is.
36766
36767 2003-10-25  Paul Eggert  <eggert@twinsun.com>
36768
36769         Fix several address-calculation bugs in the hash modules,
36770         plus some minor code cleanup.
36771
36772         * lib/hash.h: Include <stdbool.h>, for bool.
36773         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
36774         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
36775         hash_get_n_entries, hash_get_max_bucket_length,
36776         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
36777         hash_rehash): Use size_t rather than unsigned.
36778         * lib/hash.c (struct hash_table, hash_get_n_buckets,
36779         hash_get_n_buckets_used, hash_get_n_entries,
36780         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
36781         hash_get_entries, hash_do_for_each, hash_string, is_prime,
36782         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
36783         Likewise.
36784         (SIZE_MAX): Define if not defined.
36785         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
36786         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
36787         hash_print):
36788         Use const * when possible.
36789         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
36790         (check_tuning): Fix bug: if tuning parameters were very close to
36791         0 or 1, rounding errors could have caused subscript violations.
36792         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
36793         (hash_initialize): Add 'fail:' label
36794         to free table and return NULL, and use it to simplify code.
36795         Use calloc rather than clearing the storage ourself.
36796         (hash_initialize, hash_rehash): Check for arithmetic overflow in
36797         buffer size calculations.
36798         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
36799         Include <stddef.h>, for size_t.
36800         * lib/hash-pjw.c (hash_pjw): Likewise.
36801         Switch to method described by Bruno Haible.
36802         Include <limits.h>, for CHAR_BIT.
36803         (SIZE_BITS): New macro.
36804
36805 2003-10-23  Paul Eggert  <eggert@twinsun.com>
36806
36807         * m4/getline.m4 (AM_FUNC_GETLINE):
36808         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
36809         hosts.  Problem reported by Derek Robert Price in
36810         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
36811         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
36812         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
36813
36814 2003-10-21  Paul Eggert  <eggert@twinsun.com>
36815
36816         * lib/getndelim2.c (getndelim2): When size calculation overflows,
36817         ceiling the allocation at NMAX bytes rather than silently
36818         discarding input bytes before NMAX is reached.  This makes
36819         a difference only if NMAX exceeds SIZE_MAX / 2.
36820
36821         * lib/obstack.c: Merge from glibc.
36822         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
36823         Add libc_hidden_def (_obstack_newchunk).
36824         (_obstack_free) [! defined _LIBC]: Remove.
36825         [defined _LIBC]: Make a strong alias from obstack_free, rather than
36826         a clone of the function body.
36827         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
36828         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
36829
36830         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
36831         glibc.
36832         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
36833         arg to memcpy.
36834
36835         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
36836         (obstack_ptr_grow_fast, obstack_int_grow_fast):
36837         Don't use lvalue casts, as GCC plans to remove support for them
36838         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
36839         was also present in the non-GCC version, indicating that this
36840         code had always been buggy and had never been widely used.
36841         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
36842         Use the fast variant of each macro, rather than copying the
36843         definiens of the fast variant; that way, we'll be more likely to
36844         catch future bugs in the fast variants.
36845
36846 2003-10-20  Bruno Haible  <bruno@clisp.org>
36847
36848         * modules/wait-process: New file.
36849         * MODULES.html.sh (func_all_modules): Add wait-process.
36850
36851 2003-10-20  Bruno Haible  <bruno@clisp.org>
36852
36853         * m4/wait-process.m4: New file.
36854
36855 2003-10-20  Bruno Haible  <bruno@clisp.org>
36856
36857         * lib/wait-process.h: New file, from GNU gettext.
36858         * lib/wait-process.c: New file, from GNU gettext.
36859
36860 2003-10-19  Jim Meyering  <jim@meyering.net>
36861
36862         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
36863         HPUX 10.20.
36864
36865 2003-10-18  Karl Berry  <karl@gnu.org>
36866
36867         * config/config.guess: update from config.
36868
36869 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36870
36871         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
36872         (getgroups): First arg is int, not size_t.
36873         Don't let 'free' mangle errno.
36874
36875 2003-10-16  Paul Eggert  <eggert@twinsun.com>
36876
36877         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
36878
36879 2003-10-16  Karl Berry  <karl@gnu.org>
36880
36881         * config/config.{guess,sub}: update from config.
36882
36883 2003-10-16  Jim Meyering  <jim@meyering.net>
36884
36885         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
36886         memcpy.
36887
36888 2003-10-15  Paul Eggert  <eggert@twinsun.com>
36889
36890         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
36891         (SIZE_MAX): Remove.
36892         (new_exclude, add_exclude_file): Initial size no longer needs to
36893         be a power of 2.
36894         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
36895         our own address arithmetic overflow checking.
36896
36897         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
36898         (fnmatch): Do not alloca more than 2000 wide characters;
36899         instead, use malloc for large buffers.
36900         Check for address arithmetic overflow, and return -1
36901         with errno set to ENOMEM in that case.
36902         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
36903         (NEW_PATTERN): Do not alloca more than 8000 bytes;
36904         instead, return -1.  Check for address arithmetic overflow.
36905
36906 2003-10-14  Paul Eggert  <eggert@twinsun.com>
36907
36908         Handle invalid suffixes and overflow independently, so that
36909         callers can treat them independently as needed.  Fix some bugs in
36910         suffix handling, e.g., "100k@" was not diagnosed as an invalid
36911         suffix for a human-readable blocksize.  The major caller-visible
36912         change is the addition of a new
36913         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
36914         that both overflow and suffix chars were found.
36915
36916         * lib/human.c (humblock): Don't check separately for invalid suffix
36917         char; that is xstrtoumax's job (now that its bug is fixed).
36918         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
36919         INTMAX_MAX]: New macros.
36920         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
36921         TYPE_MAXIMUM): New macros.
36922         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
36923         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
36924         if overflow occurs, as it's what __strtol does and it's more useful
36925         in practice.
36926         (__xstrtol): If __strtol reports some error other than ERANGE,
36927         reflect it to the caller as LONGINT_INVALID.  If it reports
36928         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
36929         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
36930         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
36931         value.
36932         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
36933         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
36934         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
36935         [defined UINTMAX_MAX]: New macros.
36936
36937 2003-10-14  Bruno Haible  <bruno@clisp.org>
36938
36939         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
36940
36941 2003-10-14  Bruno Haible  <bruno@clisp.org>
36942
36943         * m4/sig_atomic_t: New file, from GNU gettext.
36944         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
36945
36946 2003-10-14  Bruno Haible  <bruno@clisp.org>
36947
36948         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
36949         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
36950         Also use volatile where needed.
36951
36952 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36953
36954         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
36955         Change maintainer from Bruno Haible to 'all'.
36956
36957 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36958
36959         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
36960
36961 2003-10-12  Paul Eggert  <eggert@twinsun.com>
36962
36963         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
36964         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
36965         and define in terms of the other primitives.
36966         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
36967         (SIZE_MAX): Define if not already defined.
36968         (array_size_overflow): New function.
36969         (xalloc_die): Abort instead of exiting if 'error' returns.
36970         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
36971         (xmalloc, xrealloc): Use them.
36972         (xcalloc): Check for address arithmetic overflow.
36973         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
36974         a bit faster than strcpy.
36975
36976 2003-10-10  Simon Josefsson  <jas@extundo.com>
36977
36978         * modules/argp (Depends-on): Add restrict and strcase.
36979
36980 2003-10-10  Simon Josefsson  <jas@extundo.com>
36981
36982         * m4/argp.m4: Add AC_C_INLINE.
36983
36984 2003-10-08  Paul Eggert  <eggert@twinsun.com>
36985
36986         Merge getpass from libc, plus a few fixes.
36987
36988         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
36989         Include <stdbool.h>.
36990         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
36991         __fsetlocking to empty.
36992         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
36993         do include <bits/libc-lock.h>.
36994         Do not include <fcntl.h>; not needed.
36995         [_LIBC]: Include <wchar.h>.
36996         (NOTCANCEL_MODE): New macro.
36997         (flockfile, funlockfile) [_LIBC]: New macros.
36998         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
36999         [!_LIBC]: New macros.
37000         (call_fclose): New function.
37001         (getpass): Use it.  Save tty stream separately; this simplifies the
37002         code and makes it more reliable if stdin happens to equal stdout.
37003         Invoke __fsetlocking on tty.
37004         Handle thread cancellation if needed.
37005         Namespace cleanup (use __tcgetattr, __getline).
37006         Use bool for Booleans.
37007         [USE_IN_LIBIO]: Handle wide streams.
37008         [!_LIBC]: Unconditionally do the fseek, since we don't know what
37009         stream might go where.
37010
37011         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
37012         doesn't have to include <stdio.h> before us.
37013         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
37014         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
37015         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
37016         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
37017         if not declared, so that we can use getpass.c code from libc without
37018         rewriting it.
37019         (flockfile, ftrylockfile, funlockfile): New macros.
37020
37021 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37022
37023         * modules/getpass: Depend on stdbool.
37024
37025 2003-10-08  Paul Eggert  <eggert@twinsun.com>
37026
37027         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
37028
37029 2003-10-07  Karl Berry  <karl@gnu.org>
37030
37031         * config/config.{guess,sub}: update from config.
37032
37033 2003-10-06  Jim Meyering  <jim@meyering.net>
37034             Bruno Haible  <bruno@clisp.org>
37035
37036         This lets translators provide better translations for the
37037         "Written by ..." part of --version output.
37038         * lib/version-etc.h: Include stdarg.h.
37039         (version_etc_copyright): Declare as readonly.
37040         (version_etc): Make this function variadic with a NULL-terminated list
37041         of author name strings.
37042         (version_etc_va): New declaration.
37043         * lib/version-etc.c: Include stdarg.h, stdlib.h.
37044         (version_etc_copyright): Declare as readonly.
37045         (version_etc_va): New function. Provide a different translatable string
37046         for each possible number of authors < 10. Abbreviate when there are 10
37047         authors or more.
37048         (version_etc): Make this function variadic. Call version_etc_va.
37049         Suggestion from Gary V. Vaughan.
37050
37051         * lib/long-options.h (parse_long_options): Change prototype: the
37052         authors string is moved to the end and becomes variadic.
37053         * lib/long-options.c: Include stdarg.h.
37054         (parse_long_options): Make this function variadic, too.
37055         Call version_etc_va, not version_etc.
37056
37057 2003-10-06  Bruno Haible  <bruno@clisp.org>
37058
37059         * modules/version-etc-2: Remove file.
37060         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
37061
37062 2003-10-06  Bruno Haible  <bruno@clisp.org>
37063
37064         * modules/fatal-signal: New file.
37065         * MODULES.html.sh (func_all_modules): Add fatal-signal.
37066
37067 2003-10-06  Bruno Haible  <bruno@clisp.org>
37068
37069         * m4/fatal-signal.m4: New file.
37070         * m4/signalblocking.m4: New file, from GNU gettext.
37071
37072 2003-10-06  Bruno Haible  <bruno@clisp.org>
37073
37074         * lib/version-etc-2.h: Remove file.
37075         * lib/version-etc-2.c: Remove file.
37076
37077 2003-10-06  Bruno Haible  <bruno@clisp.org>
37078
37079         * lib/fatal-signal.h: New file, from GNU gettext.
37080         * lib/fatal-signal.c: New file, from GNU gettext.
37081
37082 2003-10-05  Paul Eggert  <eggert@twinsun.com>
37083
37084         * README: Rework advice for preventing empty .o files.
37085         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
37086         not <sys/types.h>.
37087
37088 2003-10-04  Karl Berry  <karl@gnu.org>
37089
37090         * lib/argp*: update from libc.
37091
37092 2003-10-04  Karl Berry  <karl@gnu.org>
37093
37094         * config/config.{guess,sub}: update from config.
37095
37096 2003-10-02  Bruno Haible  <bruno@clisp.org>
37097
37098         * modules/lchown (Include): Add lchown.h.
37099         * modules/time_r (Include): Use "..." syntax.
37100         * modules/xgetdomainname (Include): Add xgetdomainname.h.
37101
37102 2003-10-01  Simon Josefsson  <jas@extundo.com>
37103
37104         * MODULES.html.sh (func_all_modules): Move gethostname from section
37105         'based on' to section 'lacking' POSIX:2001.
37106
37107 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
37108
37109         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
37110         to output mode on the same stream.
37111
37112 2003-09-29  Paul Eggert  <eggert@twinsun.com>
37113
37114         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
37115         Fix arg typo in previous patch.
37116
37117 2003-09-28  Jim Meyering  <jim@meyering.net>
37118
37119         * lib/error.c: Correct cpp indentation.
37120
37121 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37122
37123         * modules/free: New file.
37124
37125 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37126
37127         * m4/free.m4: New file.
37128
37129 2003-09-27  Paul Eggert  <eggert@twinsun.com>
37130
37131         * lib/minmax.h (MIN, MAX)
37132         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
37133         Omit the special code that used __typeof__, since we worry that
37134         it could be more trouble than it's worth.  See:
37135         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
37136         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
37137
37138         * lib/free.c: New file.
37139
37140 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
37141
37142         Trivial fixes to Makefile.am parts of module listings.
37143         * modules/strstr: Append strstr.h to lib_SOURCES.
37144         * modules/strcase: Likewise, for strcase.h.
37145
37146 2003-09-27  Karl Berry  <karl@gnu.org>
37147
37148         * config/mkinstalldirs: update from automake.
37149
37150 2003-09-26  Paul Eggert  <eggert@twinsun.com>
37151
37152         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
37153         (error_tail): Do not loop, reallocating temporary buffer, since
37154         the output cannot contain more wide characters than the input
37155         contains bytes, the size must be big enough already.  This avoids
37156         one potential size overflow calculation.  Check for size overflow
37157         when calculating temporary buffer size.  Free temporary buffer
37158         when done, if it was allocated with malloc; this plugs a memory
37159         leak.  Remove casts from void * to pointers, that are no longer
37160         needed now that we're assuming C89 or better.
37161
37162         Merge error changes from glibc.
37163
37164         * lib/error.c, error.h: Update copyright notice header to match glibc.
37165         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
37166         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
37167         Disable cancellation while printing error.
37168         * lib/error.h: Prepend __ to parameter names.
37169
37170 2003-09-26  Jim Meyering  <jim@meyering.net>
37171
37172         * lib/error.c (error_tail): Move some declarations
37173         into inner scope where the local variables are used.
37174
37175 2003-09-26  Bruno Haible  <bruno@clisp.org>
37176
37177         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
37178         stpncpy().
37179         Don't define stpncpy through config.h; it's now done through stpncpy.h.
37180
37181 2003-09-26  Bruno Haible  <bruno@clisp.org>
37182
37183         * lib/stpncpy.h (gnu_stpncpy): New declaration.
37184         (stpncpy): Define as alias for gnu_stpncpy.
37185         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
37186
37187 2003-09-25  Simon Josefsson  <jas@extundo.com>
37188
37189         * lib/xgetdomainname.h: New file.
37190         * lib/xgetdomainname.c: New file.
37191
37192 2003-09-25  Simon Josefsson  <jas@extundo.com>
37193             Bruno Haible  <bruno@clisp.org>
37194
37195         * modules/getdomainname: New file.
37196         * modules/xgetdomainname: New file.
37197         * MODULES.html.sh (func_all_modules): Add getdomainname,
37198         xgetdomainname.
37199
37200 2003-09-25  Simon Josefsson  <jas@extundo.com>
37201             Bruno Haible  <bruno@clisp.org>
37202
37203         * m4/getdomainname.m4: New file.
37204
37205 2003-09-25  Simon Josefsson  <jas@extundo.com>
37206             Bruno Haible  <bruno@clisp.org>
37207
37208         * lib/getdomainname.h: New file.
37209         * lib/getdomainname.c: New file.
37210
37211 2003-09-25  Karl Berry  <karl@gnu.org>
37212
37213         * lib/argp-fmtstream.c, argp-help.c: update from libc.
37214
37215 2003-09-25  Karl Berry  <karl@gnu.org>
37216
37217         * config/install-sh: update from automake.
37218
37219 2003-09-25  Bruno Haible  <bruno@clisp.org>
37220
37221         * modules/version-etc-2: New file, from modules/version-etc with
37222         modifications.
37223         * MODULES.html.sh (func_all_modules): Add version-etc-2.
37224
37225 2003-09-25  Bruno Haible  <bruno@clisp.org>
37226
37227         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
37228         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
37229
37230 2003-09-24  Simon Josefsson  <jas@extundo.com>
37231
37232         * modules/xgethostname: Add xgethostname.h.
37233
37234 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37235
37236         * lib/linebuffer.c (freebuffer): Don't free the argument, just
37237         the buffer associated with the argument.  Bug reported by
37238         Simon Josefsson.
37239
37240 2003-09-24  Paul Eggert  <eggert@twinsun.com>
37241
37242         * README: Document assumptions that 'int' is at least 32 bits
37243         wide, that integer arithmetic is 2's complement without overflow,
37244         that there are no holes in integer values, that adding sizes of
37245         two nonoverlapping objects can't overflow, and that all-bits-zero
37246         yields scalar zero.  Fix spelling and capitalization typos.
37247
37248 2003-09-19  Karl Berry  <karl@gnu.org>
37249
37250         * lib/argp.h: update from libc.
37251
37252 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37253
37254         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
37255         to avoid spurious warnings like "AC_RUN_IFELSE was called before
37256         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
37257
37258 2003-09-17  Paul Eggert  <eggert@twinsun.com>
37259
37260         * gnulib-tool: Use "test -h", not "test -L", for portability
37261         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
37262         (tags_regexp): Remove, since \| doesn't conform to POSIX.
37263         (sed_extract_prog): Issue s commands one-by-one, rather than
37264         using \| in one s command.
37265
37266 2003-09-16  Paul Eggert  <eggert@twinsun.com>
37267
37268         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
37269         input error, instead of returning NULL the next time we are called
37270         (and therefore losing track of errno).
37271
37272 2003-09-16  Bruno Haible  <bruno@clisp.org>
37273
37274         * gnulib-tool (func_create_testdir): Warn about duplicated
37275         dependencies.
37276
37277 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37278
37279         * modules/argmatch, modules/fatal, modules/obstack,
37280         modules/xalloc, modules/xgethostname: Sort dependencies by
37281         importance, not alphabetically.
37282
37283 2003-09-15  Paul Eggert  <eggert@twinsun.com>
37284
37285         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
37286         fails, so that the caller gets the proper errno.
37287
37288         * lib/readutmp.c (read_utmp): Likewise.
37289         Check for fstat error.  Close stream and free storage
37290         when failing.
37291
37292 2003-09-14  Karl Berry  <karl@gnu.org>
37293
37294         * config/srclist.txt (strdup.c): disable for c89 changes.
37295
37296 2003-09-14  Jim Meyering  <jim@meyering.net>
37297
37298         * lib/getloadavg.c: Correct cpp indentation.
37299         * lib/strdup.c: Likewise.
37300         * lib/vasnprintf.c: Likewise.
37301
37302 2003-09-14  Bruno Haible  <bruno@clisp.org>
37303
37304         * modules/fwriteerror: New file.
37305         * MODULES.html.sh (func_all_modules): Add fwriteerror.
37306
37307 2003-09-14  Bruno Haible  <bruno@clisp.org>
37308
37309         * lib/fwriteerror.h: New file.
37310         * lib/fwriteerror.c: New file.
37311
37312 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37313
37314         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
37315         modules/xgethostname, modules/xalloc: Depend on exit.
37316
37317 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37318
37319         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
37320
37321         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
37322         and AC_MINIX, too, so that their extensions are available.
37323
37324         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
37325         This macro has been superseded by gl_BACKUPFILE.
37326
37327         More patches to assume C89 or better.
37328
37329         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
37330
37331         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
37332         unconditionally.
37333         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
37334         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
37335         Include <string.h>, <stdlib.h> unconditionally.
37336         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
37337         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
37338         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
37339         headers or for string.h.
37340         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
37341         or strtoul.
37342
37343         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
37344         headers.
37345         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
37346         * m4/userspec.m4 (gl_USERSPEC): Likewise.
37347         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
37348         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
37349         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
37350         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
37351         memcpy, memset.
37352         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
37353         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
37354         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
37355         strtol.
37356         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
37357         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
37358         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
37359         strtoul.
37360
37361 2003-09-12  Paul Eggert  <eggert@twinsun.com>
37362
37363         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
37364         * lib/obstack.c [!defined _LIBC]: Likewise.
37365         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
37366         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
37367         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
37368
37369         More changes to assume C89 or better.
37370
37371         * lib/error.c (error_tail): Assume vprintf.
37372
37373         * lib/argmatch.c (getenv): Remove decl.
37374         * lib/progreloc.c (get_full_program_name): Define via prototype.
37375         * lib/setenv.c (clearenv): Likewise.
37376         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
37377         needed.
37378         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
37379         (malloc, memcpy): Remove decls.
37380         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
37381         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
37382         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37383         (memcpy): Remove macro.
37384         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
37385         (__P): Remove.  All uses removed.
37386         (PTR): Remove.  All uses changed to void *.
37387         (CHAR_BIT, NULL): Remove.
37388         (spaces, zeros, memset_space, memset_zero)
37389         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
37390         Remove.
37391         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
37392         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
37393         Define with prototype.
37394         Remove now-unnecessary prototype decl.
37395         (extra_args_spec): Assume ANSI C.  All uses changed.
37396         (extra_args_spec_iso): Remove.
37397         (my_strftime, emacs_strftimeu): Define via prototype.
37398         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
37399         unconditionally.
37400         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
37401         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
37402         (strtoul, strtol): Remove decls.
37403         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
37404         LONG_MAX): Remove.
37405         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
37406         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
37407         (LOCALE_PARAM_PROTO): New macro.
37408         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
37409         (INTERNAL (strtol), strtol): Define with a prototype.
37410         (PARAMS): Remove.  All uses removed.
37411         * lib/tempname.c: Include <string.h> unconditionally.
37412         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
37413         * lib/xgethostname.c (main): Define with a prototype.
37414         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
37415         Include <stdlib.h> unconditionally.
37416         (calloc, malloc, realloc, free): Remove decls.
37417         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
37418         Include <stdlib.h> unconditionally.  Sort include file names.
37419         (strtod): Remove.
37420         (xstrtod): Define with a prototype.
37421         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
37422         (strtol, strtoul): Remove decls.
37423
37424 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37425
37426         More patches to assume C89 or better.
37427         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
37428         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
37429         string.h, memchr, STDC_HEADERS.
37430
37431 2003-09-11  Paul Eggert  <eggert@twinsun.com>
37432
37433         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
37434         Include <stdlib.h>, <string.h> unconditionally.
37435         Remove now-unnecessary cast to char *.
37436         * lib/strnlen.c: Include <string.h> unconditionally.
37437         * lib/yesno.c (yesno): Define with a prototype.
37438
37439 2003-09-11  Bruno Haible  <bruno@clisp.org>
37440
37441         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
37442
37443 2003-09-10  Jim Meyering  <jim@meyering.net>
37444
37445         * lib/error.c: Correct indentation of cpp directives.
37446
37447 2003-09-10  Bruno Haible  <bruno@clisp.org>
37448
37449         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
37450         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
37451         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
37452         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
37453         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
37454         <stdlib.h> and <string.h> checks.
37455         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
37456         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
37457
37458 2003-09-10  Bruno Haible  <bruno@clisp.org>
37459
37460         * lib/strcspn.c: Include <string.h> unconditionally.
37461         * lib/strpbrk.c: Include <string.h> unconditionally.
37462         * lib/strstr.c: Include <string.h> unconditionally.
37463         * lib/unicodeio.c: Include <string.h> unconditionally.
37464         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
37465         * lib/unsetenv.c: Likewise.
37466         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
37467         * lib/yesno.c: Include <stdlib.h> unconditionally.
37468         (rpmatch): Add prototype.
37469
37470 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37471
37472         More patches to assume C89 or better.
37473         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
37474         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
37475         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
37476         or for string.h.
37477         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
37478         stdlib.h.
37479         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
37480         C headers.
37481         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
37482         string.h.
37483         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
37484         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
37485         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
37486         or for string.h.
37487         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
37488         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
37489         C headers.
37490         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
37491         memcpy.
37492         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
37493         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
37494         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
37495         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
37496         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
37497         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
37498         string.h, free.
37499         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
37500         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
37501         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
37502         C headers, or for string.h.
37503         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
37504         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
37505         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
37506         headers, memory.h, stdlib.h, string.h, strings.h.
37507         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
37508         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
37509         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
37510         strchr.
37511         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
37512         headers, memory.h, string.h.
37513         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
37514         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
37515         free.
37516         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
37517         headers.
37518         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
37519         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
37520         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
37521         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
37522         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
37523
37524 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37525
37526         More K&R removal.
37527
37528         * lib/acosl.c (main): Use a prototype.
37529         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
37530         tanl.c: Likewise.
37531
37532         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
37533
37534         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
37535         (getopt, etopt_long, getopt_long_only, _getopt_internal)
37536         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
37537         with a prototype.
37538         * lib/getopt.c (const): Remove macro.
37539         Include <string.h> unconditionally.
37540         (my_index): Remove; all uses changed to strchr.
37541         (strlen): Remove decl.
37542         (exchange): Remove forward decl; no longer needed.
37543         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
37544         Define with prototype.
37545         * lib/getopt1.c (const): Remove macro.
37546         (getopt_long, getopt_long_only, main): Define with prototype.
37547
37548         * lib/getugroups.c: Include <string.h> unconditionally.
37549
37550         * lib/getusershell.c: Include <stdlib.h> unconditionally.
37551         (getusershell, setusershell, endusershell, readname, main):
37552         Define with prototypes.
37553
37554         * lib/group-member.c: Include group-member.h first.
37555         Include <stdlib.h> unconditionally.
37556
37557         * lib/hard-locale.c: Include hard-locale.h first.
37558         Include <stdlib.h>, <string.h> unconditionally.
37559
37560         * lib/hash.c (free, malloc): Remove decls.
37561         Include <stdlib.h> unconditionally.
37562
37563         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
37564         (getenv): Do not declare.
37565
37566         * lib/idcache.c: Include <string.h> unconditionally.
37567
37568         * lib/long-options.c: Include long-options.h first, to test interface.
37569         Include <stdlib.h> unconditionally.
37570
37571         * lib/makepath.c: Include makepath.h first, to test interface.
37572         Include <stdlib.h> and <string.h> unconditionally.
37573
37574         * lib/linebuffer.c: Include <stdlib.h>.
37575         (free): Remove decl.
37576
37577         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
37578         stddef.h. rpl_malloc returns void *, not char *.
37579         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
37580         prototype.
37581
37582         * lib/md5.h: Include <limits.h> unconditionally.
37583         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
37584         (__P): Remove; all uses removed.
37585         * lib/md5.c: Include "md5.h" first.
37586         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
37587         md5_buffer, md5_process_bytes, md5_process_block):
37588         Define with prototypes.
37589         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
37590         * lib/sha.c: Include "sha.h" first.
37591         Include <stdlib.h>, <string.h> unconditionally.
37592
37593         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
37594         * lib/memcmp.c (__ptr_t): Likewise.
37595         * lib/memrchr.c (__ptr_t): Likewise.
37596         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
37597         Include <string.h> unconditionally.
37598         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
37599         * lib/memchr.c: Include <stdlib.h> unconditionally.
37600         * lib/memchr.c (LONG_MAX): Remove.
37601         * lib/memrchr.c (LONG_MAX): Likewise.
37602         * lib/memchr.c (__memchr): Define via a prototype.
37603         * lib/memrchr.c (__memrchr): Likewise.
37604         * lib/memcmp.c (__P): Remove, and remove all uses.
37605         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
37606         Remove forward decls; no longer needed.
37607         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
37608         Use types required by C89 in prototype.
37609
37610         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
37611         * lib/savedir.c: Likewise.
37612         * lib/mkdir.c (free): Remove decl.
37613         * lib/rmdir.c (rmdir): Define with a prototype.
37614         * lib/savedir.c: Include savedir.h first, to test interface.
37615
37616         * lib/mktime.c (STDC_HEADERS): Remove.
37617         Include <stdlib.h>, <string.h> unconditionally.
37618
37619         * lib/modechange.c: Include <stdlib.h> unconditionally.
37620         (malloc): Remove decl.
37621
37622         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
37623         (free): Remove decl.
37624
37625         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
37626         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
37627         (This type really should be intptr_t, but that's a C99ism.)
37628         (_obstack_memcpy): Remove: all uses changed to memcpy.
37629         Include <string.h> unconditionally.
37630         (struct obstack): Assume __STDC__ for types of members
37631         chunkfun, freefun, extra_arg.
37632         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
37633         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
37634         obstack_begin, obstack_specify_allocation,
37635         obstack_specify_allocation_with_arg, obstack_chunkfun,
37636         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
37637         Remove unprototyped decls and the macros that use them.
37638         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
37639         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
37640         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
37641         (defined __STDC__ && __STDC__)]:
37642         Remove nonprototyped code.
37643         Include <stdlib.h> unconditionally.
37644         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
37645         _obstack_allocated_p, _obstack_free, obstack_free,
37646         _obstack_memory_used, print_and_abort):
37647         Define using prototypes.
37648         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
37649         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
37650         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
37651         obstack_next_free, obstack_object_size, obstack_room) [0]:
37652         Remove unused, unprototyped code.
37653
37654         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
37655
37656         * lib/physmem.c (physmem_total, physmem_available, main): Define
37657         with prototypes.
37658
37659         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
37660         (main): Define with a prototype.
37661
37662         * lib/posixver.c (getenv): Remove decl.
37663
37664         * lib/putenv.c (malloc): Returns void *, not char *.
37665         Include <string.h> unconditionally.
37666         (strchr, memcpy, NULL): Do not define.
37667
37668         * lib/readtokens.c: Include readtokens.h first, to test interface.
37669         Include <stdlib.h>, <string.h> unconditionally.
37670         (init_tokenbuffer): Define with a prototype.
37671
37672         * lib/regex.c (PARAMS): Remove.  All uses removed.
37673         All uses of _RE_ARGS removed, too.
37674         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
37675         unconditionally.
37676         (bzero): Assume memset exists.
37677         (memcmp, memcpy, NULL): Remove.
37678         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
37679         char, or assignments to local vars of type signed char.
37680         (init_syntax_once, PREFIX(extract_number_and_incr),
37681         PREFIX(print_partial_compiled_pattern),
37682         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
37683         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
37684         PREFIX(regex_grow_registers), PREFIX(regex_compile),
37685         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
37686         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
37687         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
37688         wcs_compile_range, byte_compile_range, truncate_wchar,
37689         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
37690         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
37691         count_mbs_length, wcs_re_match_2_internal,
37692         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
37693         PREFIX(alt_match_null_string_p),
37694         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
37695         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
37696         regfree, PREFIX(extract_number)): Define with prototype.  Remove
37697         now-unnecessary declaration, if any.
37698         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
37699         regcomp, regexec):
37700         Remove now-unnecessary casts among pointer types.
37701         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
37702
37703         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
37704         (free): Remove decl.
37705
37706         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
37707
37708         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
37709         (free): Remove decl.
37710
37711         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
37712         * lib/xgetcwd.c: Likewise.
37713
37714         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
37715         (free): Remove decl.
37716
37717         * lib/strchrnul.c (strchrnul): Define with a prototype.
37718         Fix bug: c_in was not converted to char before searching.
37719
37720         The following changes are not K&R related:
37721
37722         * lib/group-member.h: Include <sys/types.h>, so that this file is
37723         self-contained.
37724         * lib/makepath.h: Likewise.
37725
37726         * lib/getusershell.c (readname, default_index, line_size, readname):
37727         Use size_t, not int, for sizes.
37728         (readname): If the size overflows, report an error instead of
37729         looping forever.
37730
37731 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37732
37733         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
37734         libc.
37735
37736 2003-09-09  Paul Eggert  <eggert@twinsun.com>
37737
37738         * README: New section: portability guidelines.
37739
37740 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37741
37742         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
37743         C89 spec.
37744
37745 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
37746
37747         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
37748
37749 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37750
37751         Assume C89 or better; remove K&R cruft.
37752         A few of these changes were first proposed by Derek Robert Price
37753         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
37754
37755         * lib/addext.c: Include <string.h> unconditionally.
37756         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
37757         Don't declare getenv or malloc.
37758
37759         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
37760         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
37761         (NULL): Remove.
37762         (find_stack_direction, alloca): Use prototypes.
37763
37764         * lib/atexit.c (atexit): Define using a prototype.
37765
37766         * lib/basename.c, dirname.c, stripslash.c:
37767         Include <string.h> unconditionally.
37768
37769         * lib/bcopy.c: Include <stddef.h>.
37770         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
37771
37772         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
37773
37774         * lib/error.h (error, error_at_line, error_print_progname)
37775         [! (defined (__STDC__) && __STDC__)]: Remove decls.
37776         * lib/error.c: Include error.h first, to check interface.
37777         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37778         (VA_START): Remove; all uses changeed to va_start.
37779         (exit, strerror): Remove decls.
37780         (error_print_progname): Prototype uncondionally.
37781         Don't include <errno.h>; no longer needed.
37782         (private_strerror): Remove.
37783         (error_tail): Always define.
37784         (error, error_at_line): Assume C89 or better; always use prototypes.
37785         * lib/fatal.c: Include "fatal.h" first, to test interface.
37786         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
37787         (VA_START): Remove; all uses changed to va_start.
37788         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
37789         this case.
37790         (exit): Remove decl.
37791         (fatal): Prototype unconditionally.  Assume va_start works.
37792         Abort at end, to pacify gcc.
37793
37794         * lib/euidaccess.c (main): Define with a prototype.
37795
37796         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
37797
37798         * lib/exitfail.c: Include <stdlib.h> unconditionally.
37799
37800         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
37801         prototypes.
37802         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
37803         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
37804         (getenv): Remove decl.
37805         (fnmatch): Define using a prototype.
37806         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
37807         (FCT): Define using a prototype.
37808
37809         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
37810
37811         * lib/gethostname.c: Include <stddef.h>.
37812         (gethostname): Define with prototype.  Length is size_t, not int.
37813
37814 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37815
37816         Assume C89 or better; remove K&R cruft.
37817         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
37818         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
37819         string.h, getenv, malloc.
37820         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
37821         headers.
37822         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
37823         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
37824         do not check for strerror.
37825         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
37826         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
37827         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
37828         do not check for doprnt or vprintf.
37829         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
37830         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
37831
37832 2003-09-08  Paul Eggert  <eggert@twinsun.com>
37833
37834         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
37835         getversion.c should have been removed then, but was accidentally
37836         preserved.
37837
37838         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
37839         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
37840
37841 2003-09-08  Karl Berry  <karl@gnu.org>
37842
37843         * config/config.sub, config.guess, srclistvars.sh: update from savannah
37844                 config, forget about prep.
37845
37846         * config/depcomp, missing: update from automake.
37847
37848 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37849
37850         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
37851         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37852
37853 2003-09-07  Paul Eggert  <eggert@twinsun.com>
37854
37855         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
37856         copy_tm_result.  Bug reported by Simon Josefsson in
37857         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
37858
37859 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37860
37861         * m4/time_r.m4: New file.
37862         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
37863         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
37864         is. Check for timegm declaration.
37865         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
37866         Do not check for gmtime_r.
37867         Replace mktime if __mktime_internal does not exist and if mktime
37868         hasn't been replaced already.
37869
37870 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37871
37872         * lib/time_r.c, lib/time_r.h: New files.
37873
37874         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
37875         __localtime_r.
37876         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
37877         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
37878
37879         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
37880         __gmtime_r.
37881         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
37882         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
37883         Include <time_r.h>.
37884
37885         * lib/timegm.c: Switch to glibc implementation, with the following
37886         changes:
37887         [defined HAVE_CONFIG_H]: Include <config.h>.
37888         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
37889         (__mktime_internal) [!defined _LIBC]: New decl.
37890         (__gmtime_r) [!defined _LIBC]: New macro and function.
37891         (timegm): Use a prototype, since gnulib assumes C89.
37892         Do not bother declaring tmp to be const, as it's not really usefu.
37893         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
37894         (timegm): Declare only if HAVE_DECL_TIMEGM.
37895
37896 2003-09-06  Paul Eggert  <eggert@twinsun.com>
37897
37898         * MODULES.html.sh (func_all_modules): Add time_r.
37899         * modules/time_r: New file.
37900         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
37901         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
37902
37903 2003-09-03  Paul Eggert  <eggert@twinsun.com>
37904
37905         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
37906         Bug reported by Lute Kamstra in
37907         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
37908
37909         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
37910         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
37911         course with correspondingly smaller numbers for tomorrow and
37912         yesterday.  From Tadayoshi Funaba.  Originally installed into
37913         sh-utils on 1999-08-07, but the patch got lost (I guess during the
37914         coreutils merge?).
37915
37916 2003-08-31  Simon Josefsson  <jas@extundo.com>
37917
37918         * modules/timegm: New file.
37919         * MODULES.html.sh (func_all_modules): Add timegm.
37920
37921 2003-08-31  Simon Josefsson  <jas@extundo.com>
37922
37923         * m4/timegm.m4: New file.
37924
37925 2003-08-31  Simon Josefsson  <jas@extundo.com>
37926
37927         * lib/timegm.h: New file.
37928         * lib/timegm.c: New file.  Based on
37929         wget-1.8.2/src/http.c:mktime_from_utc.
37930
37931 2003-08-31  Karl Berry  <karl@gnu.org>
37932
37933         * lib/argp.h: update from libc.
37934
37935 2003-08-28  Bruno Haible  <bruno@clisp.org>
37936
37937         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
37938         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
37939         followed by '#define fnmatch fnmatch_posix' gives an error.
37940
37941 2003-08-28  Bruno Haible  <bruno@clisp.org>
37942
37943         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
37944         warning on QNX, which defines O_BINARY to 000000.
37945
37946 2003-08-27  Jim Meyering  <jim@meyering.net>
37947
37948         * m4/mkstemp.m4: Require that the system mkstemp be able to create
37949         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
37950         would fail after 32.  Reported by Danny Levinson.  Details here:
37951         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
37952
37953 2003-08-24  Bruno Haible  <bruno@clisp.org>
37954
37955         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
37956         MSVC7 <stdio.h> is included later.
37957
37958 2003-08-22  Simon Josefsson  <jas@extundo.com>
37959
37960         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
37961
37962 2003-08-20  Karl Berry  <karl@gnu.org>
37963
37964         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
37965
37966 2003-08-20  Bruno Haible  <bruno@clisp.org>
37967
37968         * modules/progname: New file.
37969         * MODULES.html.sh (func_all_modules): Add progname.
37970
37971 2003-08-20  Bruno Haible  <bruno@clisp.org>
37972
37973         * lib/progname.h: New file, from GNU gettext.
37974         * lib/progname.c: New file, from GNU gettext.
37975         * lib/progreloc.c: New file, from GNU gettext.
37976
37977 2003-08-19  Jim Meyering  <jim@meyering.net>
37978
37979         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
37980         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
37981
37982 2003-08-19  Bruno Haible  <bruno@clisp.org>
37983
37984         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
37985         more.
37986
37987 2003-08-19  Bruno Haible  <bruno@clisp.org>
37988
37989         * lib/xstrdup.c: Assume <string.h> exists.
37990
37991 2003-08-18  Paul Eggert  <eggert@twinsun.com>
37992
37993         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
37994         in makefile rules.
37995
37996 2003-08-18  Jim Meyering  <jim@meyering.net>
37997
37998         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
37999         * m4/lib-ld.m4: Likewise.
38000
38001 2003-08-18  Jim Meyering  <jim@meyering.net>
38002
38003         * lib/setenv.h: Indent nested cpp directive.
38004         * lib/vasnprintf.c: Remove trailing blanks.
38005
38006 2003-08-17  Simon Josefsson  <jas@extundo.com>
38007
38008         * modules/xstrndup: New file.
38009         * MODULES.html.sh (func_all_modules): Add xstrndup.
38010
38011 2003-08-17  Simon Josefsson  <jas@extundo.com>
38012
38013         * modules/argp: Fix autoconf macro name. Add more dependencies.
38014
38015 2003-08-17  Simon Josefsson  <jas@extundo.com>
38016
38017         * m4/xstrndup.m4: New file.
38018
38019 2003-08-17  Simon Josefsson  <jas@extundo.com>
38020
38021         * m4/argp.m4: New file.
38022
38023 2003-08-17  Simon Josefsson  <jas@extundo.com>
38024             Bruno Haible  <bruno@clisp.org>
38025
38026         * lib/xstrndup.h: New file.
38027         * lib/xstrndup.c: New file.
38028
38029 2003-08-17  Bruno Haible  <bruno@clisp.org>
38030
38031         * modules/strndup (Files, Include): Add lib/strndup.h.
38032
38033 2003-08-17  Bruno Haible  <bruno@clisp.org>
38034
38035         * modules/euidaccess (Files): Add lib/euidaccess.h.
38036
38037 2003-08-17  Bruno Haible  <bruno@clisp.org>
38038
38039         * lib/strndup.h: New file.
38040
38041 2003-08-17  Bruno Haible  <bruno@clisp.org>
38042
38043         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
38044         like AC_GNU_SOURCE.
38045         * modules/extensions (configure.ac): Comment out the invocation of
38046         gl_USE_SYSTEM_EXTENSIONS.
38047
38048 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38049
38050         Merges from coreutils, etc.
38051         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
38052         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
38053         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
38054         fixing a typo.
38055         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
38056         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
38057
38058 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38059
38060         Document merge from coreutils.
38061         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
38062         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
38063         * modules/utime: Add m4/utimes-null.m4.
38064
38065 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38066
38067         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
38068         space, undoing this 2003-08-12 change:
38069         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38070
38071 2003-08-16  Paul Eggert  <eggert@twinsun.com>
38072
38073         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
38074         strtoul.c from libc, undoing this 2003-08-12 change:
38075         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
38076
38077 2003-08-16  Jim Meyering  <jim@meyering.net>
38078
38079         Merges from coreutils.
38080         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
38081         prefix.  Adjust cache variables similarly.  Create 500 rather than
38082         just 300 files, to exercise bug on Darwin6.5, too.
38083         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
38084         $missing_dir.
38085         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
38086         AM_SYS_POSIX_TERMIOS.
38087         Reported by mkc@mathdogs.com.
38088         Also change use of $am_cv_sys_posix_termios
38089         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
38090         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
38091         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
38092         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
38093         in /proc/mounts until it finds one with matching device number.  This
38094         is unnecessary when the FILE argument *is* a mount point.  No stat call
38095         is necessary in that case.  So, disable the statvfs-testing code on
38096         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
38097         as RedHat bug# 84846.
38098         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38099         to 1MB, so as not to render systems with no stack size limit (e.g.,
38100         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38101         Include <unistd.h>.  On some systems,
38102         it is required for the definition of _SC_PAGESIZE.
38103
38104 2003-08-16  Jim Meyering  <jim@meyering.net>
38105
38106         Merge from coreutils.
38107         * lib/xstrtoimax.c: #else #if -> #elif.
38108         * lib/xstrtoumax.c: Likewise.
38109
38110 2003-08-16  Jim Meyering  <jim@meyering.net>
38111
38112         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
38113         * m4/utimes.m4: Removed.
38114         * m4/utimes-null.m4: Renamed from utimes.m4.
38115
38116         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
38117         to 1MB, so as not to render systems with no stack size limit (e.g.,
38118         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
38119         Include <unistd.h>.  On some systems,
38120         it is required for the definition of _SC_PAGESIZE.
38121
38122 2003-08-16  Jim Meyering  <jim@meyering.net>
38123         and Paul Eggert  <eggert@cs.ucla.edu>
38124
38125         Merges from coreutils, etc.
38126
38127         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
38128         using the latest version from cvs.  This avoids problems with #line
38129         directives using a vendor (Sun) compiler.
38130         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
38131         Don't set GETGROUPS_LIB here; now it's
38132         done via getgroups.m4's wrapper function.
38133         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
38134         rather than just in sh-util/configure.in, so that the
38135         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
38136         same.
38137         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
38138         AC_FUNC_GETLOADAVG where to find getloadavg.c.
38139         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
38140         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
38141         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
38142         Remove code that is now done by the newly-required macros.
38143         Append $(EXEEXT) to DF_PROG.
38144         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
38145         Do not invoke or require the following here,
38146         since prereq.m4 or some gnulib .m4 now does this for us:
38147         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
38148         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
38149         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
38150         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
38151         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
38152         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
38153         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
38154         AC_FUNC_OBSTACK.
38155         Do not replace the following functions, as this is now the job
38156         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
38157         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
38158         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
38159         atexit getpass, strdup, getpagesize.
38160         Replace 'raise'.
38161         Do not check for the following functions, as this is now the job
38162         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
38163         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
38164         setregid.
38165         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
38166         Check for sys/sysctl.h.
38167         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
38168         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
38169         of checking for ssize_t ourselves.
38170
38171         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
38172         Require every macro that gnulib/modules/* suggests for us.
38173         (jm_PREREQ_ADDEXT): New macro.
38174         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
38175         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
38176
38177         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
38178         (gl_PHYSMEM): Use it.
38179         Also check for `table' function.
38180         Check for new headers and functions.
38181         Add check for sys/sysmp.h.
38182         With suggestions from Kaveh Ghazi.
38183         Ignore headers that are present but cannot be compiled.  This
38184         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
38185         C 5.4.
38186
38187 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38188
38189         Document merge from coreutils.
38190         * modules/userspec: Depend on posixver.
38191         * modules/strftime: Depend on tzset.
38192
38193 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38194
38195         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
38196         rather than tab, after '#' in shell-script copyright notices.
38197         Suggested by Bruno Haible.
38198
38199 2003-08-15  Paul Eggert  <eggert@twinsun.com>
38200
38201         * config/srclist-update: Use three spaces, rather than tab, after '#'
38202         in shell-script copyright notices.  Suggested by Bruno Haible.
38203         Remove unnecessary parenthesization in regular expression.
38204
38205 2003-08-15  Jim Meyering  <jim@meyering.net>
38206
38207         Merge from coreutils.
38208         * lib/xgethostname.c: Include <stdlib.h>.
38209         (xghostname): Don't exit for anything other than memory-related
38210         failure; just return NULL.
38211         * lib/userspec.c: Include "posixver.h".
38212         (parse_user_spec): Accept `.' as a separator only
38213         in pre-POSIX-200112 mode.
38214         * lib/strtoimax.c: Use #elif rather than #else #if.
38215         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
38216         Remove function, now that we can rely on a working tzset function.
38217         [!_LIBC]: Ensure that the required autoconf test has been run.
38218         [!defined _NL_CURRENT && HAVE_STRFTIME]:
38219         Use underlying_strftime for %r.
38220         * lib/sha.c: Merge in some clean-up and optimization changes from
38221         glibc.
38222         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
38223         Ensure that it is a multiple of 64.
38224         Rearrange loop exit tests so as to avoid performing an
38225         additional fread after encountering an error or EOF.
38226         * lib/realloc.c: Update copyright date.
38227
38228 2003-08-15  Jim Meyering  <jim@meyering.net>
38229         and Paul Eggert  <eggert@twinsun.com>
38230
38231         Merge from coreutils.
38232         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
38233         member but strut utmpx does not.  Needed for AIX 4.3.3.
38234         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
38235
38236 2003-08-15  Jim Meyering  <jim@meyering.net>
38237         and Paul Eggert  <eggert@cs.ucla.edu>
38238
38239         Merges from coreutils, etc.
38240         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
38241         Require gl_FUNC_TZSET_CLOBBER.
38242         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
38243         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
38244         members.
38245
38246 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38247
38248         Help the merge from coreutils.
38249         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
38250         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
38251         * m4/tzset.m4: Use it too.
38252
38253 2003-08-14  Paul Eggert  <eggert@twinsun.com>
38254
38255         * modules/tzset: New file.
38256
38257 2003-08-14  Jim Meyering  <jim@meyering.net>
38258
38259         Merges from coreutils.
38260         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
38261         variable names, rather than @FNMATCH_H@.
38262         * modules/alloca: Likewise for $(ALLOCA_H).
38263
38264         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
38265         the three copies of the literal target, `fnmatch.h'.
38266         * modules/alloca (alloca.h): Likewise.
38267
38268 2003-08-14  Jim Meyering  <jim@meyering.net>
38269
38270         Merge from coreutils.
38271         * m4/tzset.m4: New file.
38272         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
38273         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
38274         otherwise, AIX 5.1 systems would end up using the latter.
38275         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
38276         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
38277         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
38278         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
38279
38280 2003-08-14  Jim Meyering  <jim@meyering.net>
38281
38282         Merge from coreutils.
38283         * lib/obstack.h: Whitespace changes.
38284         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
38285         and xcalloc return values.
38286         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
38287         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
38288         hang on OSF/1 5.1 for DIR on both local and remote file systems.
38289         Reported by (and fix confirmed by) Nelson H. F. Beebe.
38290         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
38291         error from mntctl.
38292         Use mntctl's return value to drive the entry-processing loop, since
38293         we can't rely on the value of the vmt_length member in the last
38294         entry.  On some systems doing so could result in exhausting
38295         virtual memory.  Based in part on a patch from Mike Jetzer.
38296
38297 2003-08-14  Jim Meyering  <jim@meyering.net>
38298         and Paul Eggert  <eggert@twinsun.com>
38299
38300         Merges from coreutils, plus other fixes.
38301         * lib/physmem.c: Merge in portability changes from gcc/libiberty
38302         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
38303         for credits and details.  Thanks to Kaveh Ghazi for helping
38304         to keep these files in sync.
38305         (ARRAY_SIZE): Define it.
38306         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
38307         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
38308         (memcasecmp): Don't assume size_t fits in unsigned int.
38309         Remove casts and duplicate code.
38310         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
38311         (memcpy): Remove definition.
38312         Merge in some clean-up and optimization changes from glibc.
38313         [BLOCKSIZE]: Move definition to top of file.
38314         Ensure that it is a multiple of 64.
38315         Rearrange loop exit tests so as to avoid performing an
38316         additional fread after encountering an error or EOF.
38317         * lib/md5.h (md5_uintptr): Define.
38318         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
38319         return to the initial working directory.  Preserve errno
38320         for caller.
38321         * lib/idcache.c: Include "xalloc.h".
38322         (xmalloc, xrealloc): Remove decls.
38323         (getuser): Remove casts no longer required in C89.
38324         * lib/human.c: Include stdio.h, for sprintf.
38325         * lib/group-member.c: Include "xalloc.h".
38326         (xmalloc, xrealloc): Remove decls.
38327         (get_group_info): Remove casts no longer required in C89.
38328         * lib/getusershell.c (readname): Remove casts no longer required in
38329         C89.
38330         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
38331         * lib/getline.c: Whitespace fix, from coreutils.
38332
38333 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38334
38335         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
38336         Check for isascii.
38337
38338         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38339         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38340         Undo previous (whitespace-only) change.
38341
38342 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38343
38344         * lib/exclude.c: Include <ctype.h>
38345         (IN_CTYPE_DOMAIN): New macro.
38346         (is_space): New fn.
38347         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
38348         and empty lines.
38349
38350         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38351         Undo previous (whitespace-only) change.
38352
38353 2003-08-13  Paul Eggert  <eggert@twinsun.com>
38354
38355         * config/srclist-update: Change update back to the old behavior,
38356         leaving whitespace alone.  Use one 'sed' command rather than a
38357         pipeline.
38358         (fixlicense): Now a variable, not a function.
38359         (remove_trailing_blanks): Remove.
38360         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
38361         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38362         Undo previous (whitespace-only) change.
38363
38364 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38365
38366         Merge from coreutils.
38367         * modules/euidaccess: Add lib_SOURCES, include for new
38368         file euidaccess.h
38369
38370 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38371
38372         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
38373         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
38374         Normalize leading white space and remove trailing white space.
38375
38376         Merge from coreutils
38377         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
38378
38379         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
38380         0.12.1.  These files are now being upgraded automatically by
38381         ../config/srclist-update.
38382
38383 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38384
38385         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
38386         Normalize leading white space and remove trailing white space.
38387         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
38388         notice, as per ../config/srclist-update.
38389
38390         Merge from coreutils.
38391         * lib/euidaccess.h: New file.
38392         * lib/euidaccess.c: Include it.
38393         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
38394         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
38395         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
38396
38397 2003-08-12  Paul Eggert  <eggert@twinsun.com>
38398
38399         * config/srclist-update: Add copyright notice.
38400         (remove_id_lines, remove_trailing_blanks): New constants.
38401         (fixfile): Use them to normalize spacing a bit in copied files.
38402         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
38403         Normalize leading white space and remove trailing white space.
38404
38405         * config/texinfo.tex: Sync with texinfo.
38406
38407         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
38408         strtoul.c from libc, to merge coreutils whitespace changes.
38409
38410         * config/srclist.txt: Get the following m4 files from gettext:
38411         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
38412         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
38413         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
38414         wint_t.m4.
38415
38416 2003-08-12  Karl Berry  <karl@gnu.org>
38417
38418         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
38419         been made.
38420
38421 2003-08-11  Paul Eggert  <eggert@twinsun.com>
38422
38423         * modules/gnu-source, m4/gnu-source.m4:
38424         Remove; we're assuming Autoconf 2.54 or later now.
38425         Suggested by Bruno Haible.
38426         * MODULES.html.sh (func_all_modules): Remove gnu-source.
38427
38428 2003-08-11  Bruno Haible  <bruno@clisp.org>
38429
38430         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
38431
38432 2003-08-11  Bruno Haible  <bruno@clisp.org>
38433
38434         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
38435         (vasnprintf): Use it instead of wcslen.
38436
38437 2003-08-11  Bruno Haible  <bruno@clisp.org>
38438
38439         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
38440         value to ensure that _Bool promotes to int. Use #define for _Bool when
38441         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
38442
38443 2003-08-10  Karl Berry  <karl@gnu.org>
38444
38445         * lib/regex.h: update from libc (whitespace fix).
38446
38447 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38448
38449         Merge some files from coreutils.  These changes were
38450         originally made by Jim Meyering.
38451         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
38452         many older Unixes require this.
38453         * lib/alloca.c (alloca): Remove cast to argument of free;
38454         no longer needed in C89.
38455         * lib/alloca_.h, regex.h: Fix white space to match
38456         what GNU indent does.
38457
38458 2003-08-09  Paul Eggert  <eggert@twinsun.com>
38459
38460         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
38461         apparently Emacs's Unicode mode got confused before my 2003-08-05
38462         checkin.
38463
38464 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38465
38466         * m4/extensions.m4: New file.
38467         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
38468         Require gl_USE_SYSTEM_EXTENSIONS.
38469         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
38470         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
38471
38472 2003-08-08  Paul Eggert  <eggert@twinsun.com>
38473
38474         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
38475         * modules/extensions, modules/gnu-source: New files.
38476         * modules/timespec, modules/unlocked-io: Depend on extensions.
38477
38478 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38479
38480         * modules/restrict: New file.
38481         * MODULES.html.sh (func_all_modules): Add restrict.
38482         * modules/regex: Depend on restrict.
38483
38484 2003-08-07  Paul Eggert  <eggert@twinsun.com>
38485
38486         * m4/restrict.m4: New file.
38487         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
38488
38489 2003-08-07  Bruno Haible  <bruno@clisp.org>
38490
38491         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
38492         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
38493
38494 2003-08-07  Bruno Haible  <bruno@clisp.org>
38495
38496         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
38497         makes the module 'getndelim2' compatible with the module 'getline'.
38498
38499 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38500
38501         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
38502         byte with "\201" to avoid glitches when editing that source file
38503         with multi-gnome-terminal.
38504
38505 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38506
38507         * lib/bumpalloc.h: Remove.
38508
38509 2003-08-05  Paul Eggert  <eggert@twinsun.com>
38510
38511         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
38512         * modules/bumpalloc: Remove.
38513
38514 2003-08-04  Paul Eggert  <eggert@twinsun.com>
38515
38516         * lib/getloadavg.c: Change copyright notice and spacing to conform to
38517         GNU coding style.
38518
38519         Merge from coreutils.
38520         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
38521         1. From glibc.
38522         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
38523         from Karl Berry, implemented by Jim Meyering.
38524         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
38525         from Dmitry V. Levin.
38526         Remove anachronistic cast of xrealloc.
38527         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
38528         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
38529         type. Otherwise, it wouldn't compile with at least /bin/cc on
38530         ymp-cray-unicos9.0.2.X.
38531         Combine two mostly-identical uses of alloca into one.
38532         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
38533
38534 2003-08-04  Dave Love  <d.love@dl.ac.uk>
38535
38536         [From Emacs.]
38537
38538         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
38539         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
38540         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
38541         obsolete NLIST_NAME_UNION.
38542         [__GNU__]: Undef BSD and FSCALE.
38543         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
38544
38545 2003-08-03  Paul Eggert  <eggert@twinsun.com>
38546
38547         * lib/stdbool_.h (_Bool): Make it signed char, instead of
38548         an enum type, so that it's guaranteed to promote to int.  See:
38549         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
38550
38551 2003-08-03  Karl Berry  <karl@gnu.org>
38552
38553         * config/depcomp: update from automake.
38554
38555 2003-07-31  Paul Eggert  <eggert@twinsun.com>
38556
38557         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
38558         (strerror): Don't assume that a printable int fits in 14 bytes.
38559
38560 2003-07-31  Bruno Haible  <bruno@clisp.org>
38561
38562         * modules/getpass-gnu: New file.
38563         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
38564
38565 2003-07-31  Bruno Haible  <bruno@clisp.org>
38566
38567         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
38568
38569 2003-07-24  Karl Berry  <karl@gnu.org>
38570
38571         * config/missing: update from automake.
38572
38573 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
38574             Bruno Haible  <bruno@clisp.org>
38575
38576         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
38577         * lib/getline.c (getline, getdelim): Likewise.
38578         Remove _GNU_SOURCE define; now it's defined in config.h through
38579         m4/getline.m4.
38580
38581 2003-07-23  Karl Berry  <karl@gnu.org>
38582
38583         * config/config.sub: update from prep.
38584
38585 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38586
38587         * modules/xalloc (Depends-on): Add exitfail.
38588         * modules/xmemcoll: Likewise.
38589
38590 2003-07-22  Paul Eggert  <eggert@twinsun.com>
38591
38592         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
38593         over-parenthesization in macros.
38594
38595         Sync with coreutils.
38596
38597         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
38598         required by C99.
38599
38600         Use `exit_failure' for xalloc and xmemcoll instead of their own
38601         private exit-failure variables.
38602         * lib/xalloc.h (xalloc_exit_failure): Remove.
38603         * lib/xmalloc.c: Likewise.  Include exitfail.h.
38604         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
38605         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
38606         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
38607         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
38608
38609 2003-07-20  Jim Meyering  <jim@meyering.net>
38610
38611         * modules/closeout (Depends-on): Add exitfail.
38612         Suggestion from Bruno Haible.
38613
38614 2003-07-19  Karl Berry  <karl@gnu.org>
38615
38616         * config/config.sub: update from prep.
38617
38618 2003-07-18  Paul Eggert  <eggert@twinsun.com>
38619
38620         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
38621         Remove.
38622         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
38623         to test that it can stand by itself.  Include "exitfail.h".
38624         Clients should set exit_failure instead.
38625         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
38626
38627 2003-07-18  Bruno Haible  <bruno@clisp.org>
38628
38629         * modules/getndelim2: New file.
38630         * modules/getline: Share files with module getndelim2.
38631         * modules/getnline: Depend on getndelim2 instead of sharing files with
38632         it. Add getnline.c to lib_SOURCES.
38633         * MODULES.html.sh (func_all_modules): Add getndelim2.
38634
38635 2003-07-18  Bruno Haible  <bruno@clisp.org>
38636
38637         * m4/getndelim2.m4: New file.
38638         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
38639         invoke gl_PREREQ_GETNDELIM2.
38640         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
38641         gl_PREREQ_GETNDELIM2.
38642         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
38643         gl_GETNDELIM2.
38644
38645 2003-07-18  Bruno Haible  <bruno@clisp.org>
38646
38647         * lib/getndelim2.h: New file.
38648         * lib/getndelim2.c: Make into a module of its own. Include config.h,
38649         getndelim2.h.
38650         (getndelim2): Make non-static. Change return type to ssize_t.
38651         * lib/getline.h: Change argument names.
38652         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
38653         * lib/getnline.c: Include getndelim2.h.
38654
38655 2003-07-18  Andreas Schwab  <schwab@suse.de>
38656
38657         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
38658
38659 2003-07-17  Karl Berry  <karl@gnu.org>
38660
38661         * config/config.sub: update from prep.
38662
38663 2003-07-17  Bruno Haible  <bruno@clisp.org>
38664
38665         * modules/getnline: New file.
38666         * modules/getline: Add lib/getndelim2.c to source file list.
38667         * MODULES.html.sh (func_all_modules): Add getnline.
38668
38669 2003-07-17  Bruno Haible  <bruno@clisp.org>
38670
38671         * m4/getnline.m4: New file.
38672
38673 2003-07-17  Bruno Haible  <bruno@clisp.org>
38674
38675         * m4/Makefile.am.in: Remove file.
38676         * m4/Makefile.am: Remove file.
38677         * m4/Makefile.in: Remove file.
38678
38679 2003-07-17  Bruno Haible  <bruno@clisp.org>
38680
38681         * lib/getnline.h: New file.
38682         * lib/getnline.c: New file.
38683         * lib/getndelim2.c: New file, extracted from getline.c.
38684         (getndelim2): Renamed from getdelim2, with added nmax argument.
38685         * lib/getline.c: Include getndelim2.c.
38686         (getdelim2): Moved out to getndelim2.c.
38687         (getline, getdelim): Update.
38688
38689 2003-07-17  Bruno Haible  <bruno@clisp.org>
38690
38691         * lib/Makefile.am: Remove file.
38692         * lib/Makefile.in: Remove file.
38693
38694 2003-07-17  Bruno Haible  <bruno@clisp.org>
38695
38696         * configure.in: Remove file.
38697         * Makefile.in: Remove file.
38698
38699 2003-07-17  Bruno Haible  <bruno@clisp.org>
38700
38701         * MODULES.html.sh: Put the </BODY> right before </HTML>.
38702
38703 2003-07-16  Karl Berry  <karl@gnu.org>
38704
38705         * config/srclist-update: was running fixlicense twice, which caused
38706                 texinfo.tex to be nullified for some reason.  Simplify,
38707                 $gplsrc is no longer needed as far as I can see?
38708
38709 2003-07-16  Jim Meyering  <jim@meyering.net>
38710
38711         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
38712
38713 2003-07-15  Paul Eggert  <eggert@twinsun.com>
38714
38715         * config/srclist.txt: Get the following files from gettext-runtime/intl
38716         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
38717         ref-del.sin.  From Bruno Haible.
38718         * config/srclist-update (fixfile): Change grep pattern again, since the
38719         previous fix didn't work (there was another trailing $).  Use
38720         '[$]' to escape the $s.
38721
38722 2003-07-15  Karl Berry  <karl@gnu.org>
38723
38724         * lib/vasnprintf.c: update from gettext.
38725
38726 2003-07-15  Karl Berry  <karl@gnu.org>
38727
38728         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
38729         gets expanded when surrounded by '$'.
38730
38731 2003-07-15  Jim Meyering  <jim@meyering.net>
38732
38733         * modules/save-cwd: Don't depend on error.  From Derek Price.
38734
38735 2003-07-15  Jim Meyering  <jim@meyering.net>
38736
38737         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
38738
38739 2003-07-14  Simon Josefsson  <jas@extundo.com>
38740
38741         * modules/mempcpy: New file.
38742         * MODULES.html.sh (func_all_modules): Add mempcpy.
38743
38744 2003-07-14  Simon Josefsson  <jas@extundo.com>
38745
38746         * m4/mempcpy.m4: New file.
38747
38748 2003-07-14  Simon Josefsson  <jas@extundo.com>
38749
38750         * lib/mempcpy.h: New file.
38751         * lib/mempcpy.c: New file.
38752
38753 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38754
38755         * modules/getdate, modules/posixtm: Depend on mktime.
38756
38757 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38758
38759         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
38760         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
38761         unicodeio.c, unicodeio.h, unlocked-io.h:
38762         Switch from LGPL to GPL.
38763
38764 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38765
38766         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
38767         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
38768         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
38769         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
38770         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
38771         updated automatically by ../config/srclist-update.  This changes
38772         their license from LPGL to GPL.
38773
38774 2003-07-14  Paul Eggert  <eggert@twinsun.com>
38775
38776         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
38777         assumed to refer to the root of the most recent stable gettext version.
38778         * config/srclistvars.sh: Add defaults for eggert.
38779         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
38780         Match "This program" as well as "The program".  This is needed
38781         for gettext.
38782
38783 2003-07-14  Jim Meyering  <jim@meyering.net>
38784
38785         Don't emit diagnostics.  Let callers do that.
38786         * lib/save-cwd.c: Don't include "error.h".
38787         (save_cwd): Don't call error.  Ensure that errno is valid
38788         when returning nonzero.
38789
38790         * lib/save-cwd.h (restore_cwd): Update prototype.
38791         * lib/save-cwd.c (restore_cwd): Remove two parameters.
38792         Simplify.  Don't call error upon failure.  Let callers do that.
38793         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
38794         when auditing is enabled.  But don't bother updating the #if.
38795
38796 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
38797
38798         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
38799         it breaks C++ compilation.
38800         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
38801
38802 2003-07-10  Simon Josefsson  <jas@extundo.com>
38803
38804         * modules/strchrnul (Makefile.am): Add strchrnul.h.
38805
38806 2003-07-10  Jim Meyering  <jim@meyering.net>
38807
38808         * m4/clock_time.m4: Remove trailing blank.
38809         * m4/intmax_t.m4: Likewise.
38810
38811 2003-07-10  Jim Meyering  <jim@meyering.net>
38812
38813         * lib/vasnprintf.c: Remove trailing blanks.
38814         Make cpp indentation consistent.
38815
38816 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38817
38818         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
38819         posixver.c, strftime.c, strnlen.c, strverscmp.c:
38820         Switch from LGPL to GPL.
38821
38822 2003-07-09  Paul Eggert  <eggert@twinsun.com>
38823
38824         * config/srclist.txt: Sort sublists.  Add
38825         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
38826         that differ from gnulib for one reason or another; we'd like this list
38827         to be smaller but for now let's document what we have.
38828
38829 2003-07-08  Paul Eggert  <eggert@twinsun.com>
38830
38831         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
38832         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
38833         and sweeter "eval x=$x".
38834         * config/srclist.txt: Get lib/argp* from glibc.
38835
38836 2003-07-07  Paul Eggert  <eggert@twinsun.com>
38837
38838         * lib/mktime.c: Fix some boundary cases and remove need for floating
38839         point.
38840
38841         Issue a compile-time diagnostic if time_t is floating point, or if
38842         two's complement arithmetic is not in effect, or if arithmetic
38843         right shift does not propagate the sign.  These assumptions were
38844         all in the original code but they weren't checked.
38845
38846         (TIME_T_MIDPOINT, verify): New macros.
38847         (__isleap): Remove; it has integer overflow problems.
38848         (leapyear): New function, without those problems.
38849         (ydhms_tm_diff): Remove; splitting into two parts.
38850         (ydhms_diff): New function, containing the arithmetic part of
38851         the old ydhms_tm_diff function.  Issue a compile-time
38852         diagnostic if we are not using C99 integer division.
38853         Avoid casts when possible.
38854         (guess_time_tm): New function, containing the checking part of
38855         the old ydhms_tm_diff function.  Return the new value, rather than
38856         the difference between it and the old.  Accept a new argument T
38857         so that *T specifies the old value.  Check for overflow in the result.
38858
38859         (__mktime_internal): Use a time_t offset, not a long int offset.
38860         This undoes the 2003-06-04 change, which is no longer needed now
38861         that we have better overflow checking.
38862         (localtime_offset): Likewise.
38863
38864         (__mktime_internal): Avoid harmful overflow on hosts where time_t
38865         and long are 64-bit but int is only 32-bit.
38866         (ydhms_diff): Use long int to store year1 and yday1.
38867         Issue a compile-time diagnostic if long int is not wide enough.
38868
38869         (__mktime_internal): Use long int to store adjusted year and yday.
38870         Use plain C rather than preprocessor commands, if that doesn't
38871         affect efficiency.
38872         Check for overflow (and try to repair) after each probe
38873         rather than checking only at the very end.  This avoids some bugs
38874         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
38875         does not equal GMT offset at maximum time).
38876         Use integer to check for overflow rather than floating point; this
38877         is more portable to non-IEEE hosts, and is a tad faster.
38878         When we detect that we are oscillating between two values,
38879         don't check whether tm_isdst has the requested value, since
38880         we already know the answer.  When tm_isdst has the wrong value,
38881         use a different heuristic to find the right one, based on the
38882         extreme values actually observed in practice in tz2003a,
38883         rather than the (overly optimistic) "previous 3 calendar quarters".
38884
38885         (not_equal_tm, print_tm, check_result): Use "const T" rather than
38886         "T const" to accommodate glibc style.
38887         (check_result): Use less-confusing report format.  "long" -> "long int.
38888         (main): Likewise.
38889         Don't loop if the iteration overflows time_t.
38890         Allow a negative step in the iteration.
38891
38892 2003-07-06  Karl Berry  <karl@gnu.org>
38893
38894         * config/depcomp: update from automake.
38895         * config/config.sub: update from prep.
38896
38897 2003-07-03  Karl Berry  <karl@gnu.org>
38898
38899         * config/config.guess: update from prep.
38900
38901 2003-07-01  Paul Eggert  <eggert@twinsun.com>
38902
38903         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
38904         xreadlink.c now includes it unconditionally.
38905
38906 2003-07-01  Paul Eggert  <eggert@twinsun.com>
38907
38908         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
38909         having it depend on HAVE_SYS_TYPES_H.
38910
38911 2003-07-01  Bruno Haible  <bruno@clisp.org>
38912
38913         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
38914         <sys/types.h> should be sufficient.
38915         Reported by Paul Eggert.
38916
38917 2003-06-26  Karl Berry  <karl@gnu.org>
38918
38919         * config/depcomp: update from automake.
38920
38921 2003-06-26  Bruno Haible  <bruno@clisp.org>
38922
38923         * modules/human: Depend on module stdbool.
38924
38925 2003-06-25  Bruno Haible  <bruno@clisp.org>
38926
38927         * modules/readlink: New file.
38928         * modules/xreadlink: Depend on it.
38929         * MODULES.html.sh (func_all_modules): Add readlink.
38930
38931 2003-06-25  Bruno Haible  <bruno@clisp.org>
38932
38933         * m4/readlink.m4: New file.
38934
38935 2003-06-25  Bruno Haible  <bruno@clisp.org>
38936
38937         * lib/readlink.c: New file.
38938
38939 2003-06-22  Karl Berry  <karl@gnu.org>
38940
38941         * config/srclist.txt: update mkinstalldirs from automake.
38942         * config/mkinstalldirs: update.
38943
38944 2003-06-22  Bruno Haible  <bruno@clisp.org>
38945
38946         Portability to mingw32.
38947         * m4/ssize_t.m4: New file, from GNU gettext.
38948         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
38949         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
38950
38951 2003-06-22  Bruno Haible  <bruno@clisp.org>
38952
38953         * modules/safe-read: Add m4/ssize_t.m4.
38954         * modules/xreadlink: Add m4/ssize_t.m4.
38955
38956 2003-06-20  Bruno Haible  <bruno@clisp.org>
38957
38958         Assume C89, so PARAMS isn't needed.
38959         * lib/unicodeio.h (PARAMS): Remove.
38960         * lib/unicodeio.c: Don't use PARAMS.
38961
38962 2003-06-18  Karl Berry  <karl@gnu.org>
38963
38964         * config/config.{guess,sub}: update from prep.
38965
38966 2003-06-18  Jim Meyering  <jim@meyering.net>
38967
38968         Merge changes from coreutils.
38969         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
38970         Remove explicit declarations of xmalloc and realloc.
38971         Include xalloc.h.
38972         (read_utmp): Remove anachronistic cast of xmalloc.
38973
38974 2003-06-17  Paul Eggert  <eggert@twinsun.com>
38975
38976         Assume C89, so PARAMS isn't needed.
38977         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
38978         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
38979         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
38980         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
38981         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
38982         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
38983         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
38984         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
38985         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
38986         lib/xstrtod.h, lib/xstrtol.h: Likewise.
38987         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
38988         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
38989         no longer needed. Anyway, config.h should always be included before any
38990         other file.
38991
38992 2003-06-11  Simon Josefsson  <jas@extundo.com>
38993
38994         * modules/sysexits: New file.
38995         * MODULES.html.sh (func_all_modules): Add sysexits.
38996
38997 2003-06-11  Simon Josefsson  <jas@extundo.com>
38998
38999         * lib/sysexit_.h: New file.
39000
39001 2003-06-11  Derek Price  <derek@ximbiot.com>
39002
39003         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
39004         necessary.
39005
39006 2003-06-11  Bruno Haible  <bruno@clisp.org>
39007
39008         * m4/sysexits.m4: New file.
39009
39010 2003-06-10  Simon Josefsson  <jas@extundo.com>
39011
39012         * lib/argp.h: New file, from glibc.
39013         * lib/argp-ba.c: New file, from glibc.
39014         * lib/argp-eexst.c: New file, from glibc.
39015         * lib/argp-fmtstream.c: New file, from glibc.
39016         * lib/argp-fmtstream.h: New file, from glibc.
39017         * lib/argp-fs-xinl.c: New file, from glibc.
39018         * lib/argp-help.c: New file, from glibc.
39019         * lib/argp-namefrob.h: New file, from glibc.
39020         * lib/argp-parse.c: New file, from glibc.
39021         * lib/argp-pv.c: New file, from glibc.
39022         * lib/argp-pvh.c: New file, from glibc.
39023         * lib/argp-xinl.c: New file, from glibc.
39024
39025 2003-06-10  Simon Josefsson  <jas@extundo.com>
39026
39027         * modules/strchrnul: New file.
39028
39029 2003-06-10  Simon Josefsson  <jas@extundo.com>
39030
39031         * modules/argp: New file.
39032
39033 2003-06-10  Simon Josefsson  <jas@extundo.com>
39034
39035         * m4/strchrnul.m4: New file.
39036
39037 2003-06-10  Simon Josefsson  <jas@extundo.com>
39038
39039         * lib/strchrnul.h: New file.
39040         * lib/strchrnul.c: New file.
39041
39042 2003-06-10  Bruno Haible  <bruno@clisp.org>
39043
39044         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
39045
39046 2003-06-07  Karl Berry  <karl@gnu.org>
39047
39048         * config/config.{guess,sub}: update from prep.
39049
39050 2003-06-07  Jim Meyering  <jim@meyering.net>
39051
39052         * modules/strtod: Use $(...) notation, not @...@ for
39053         AC_REPLACE'd variables.
39054         * modules/localcharset: Likewise.
39055
39056 2003-06-07  Jim Meyering  <jim@meyering.net>
39057
39058         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
39059         in place of my name in the copyright comment.
39060         Remove definition and uses of __P.
39061
39062         From coreutils.
39063         * lib/stat.c: Don't declare xmalloc explicitly.
39064         Instead, include "xalloc.h".
39065         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
39066         xrealloc, and xcalloc return values.
39067         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
39068         Improve comment.
39069         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
39070
39071 2003-06-07  Bruno Haible  <bruno@clisp.org>
39072
39073         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
39074         avoid AC_CONFIG_LINKS.
39075         * modules/fnmatch (Makefile.am): Use explicit creation rule for
39076         fnmatch.h, to avoid AC_CONFIG_LINKS.
39077         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
39078
39079 2003-06-07  Bruno Haible  <bruno@clisp.org>
39080
39081         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
39082         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
39083         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39084         directory.
39085         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
39086         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
39087         directory.
39088
39089 2003-06-06  Jim Meyering  <jim@meyering.net>
39090
39091         Merge from coreutils.
39092         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
39093         Consolidate declarations and initializations of *_base* locals.
39094
39095         Merge from coreutils.
39096         This avoids a core dump on systems without GNU putenv,
39097         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
39098         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
39099         (unsetenv): New static function, from GNU libc.
39100         (rpl_putenv): Use it.
39101
39102         * lib/modechange.c: Remove trailing blanks.
39103
39104         Merge from coreutils.
39105         * lib/fsusage.c: Remove declaration of statfs.
39106         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
39107
39108         * lib/posixtm.c: Include <stdbool.h> unconditionally.
39109
39110 2003-06-06  Jim Meyering  <jim@meyering.net>
39111
39112         * lib/stdbool_.h: Renamed from stdbool.h.in.
39113
39114 2003-06-06  Jim Meyering  <jim@meyering.net>
39115             Bruno Haible  <bruno@clisp.org>
39116
39117         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
39118         Adjust Makefile.am snippet not to redirect directly to target.
39119         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
39120
39121 2003-06-05  Paul Eggert  <eggert@twinsun.com>
39122
39123         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
39124         mismatch, look in future quarters as well as past.  This fixes a
39125         bug when processing fall-backwards gaps immediately after a long
39126         period of daylight-saving time.
39127
39128         * lib/mktime.c: Assume freestanding C89 or better.
39129         (HAVE_LIMITS_H): Remove.  Assume it's 1.
39130         (__P): Remove; not used.
39131         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
39132         (mktime, not_equal_tm, print_tm, check_result,
39133         main): Use prototypes.  Use const * where appropriate.
39134         (main): Fix typo in testing code that uncovered by above changes.
39135         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
39136
39137 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39138
39139         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
39140         locale.h, localeconv.  This merges changes from coreutils.
39141
39142         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
39143         It can be removed after the next Autoconf is released.
39144         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
39145         needed.
39146
39147 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39148
39149         * lib/mktime.c: Fix Debian bug 177940
39150         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
39151         (localtime_offset): Now long int, not time_t, because we want it
39152         to be guaranteed to be signed.  All uses changed.
39153         (__mktime_internal): If overflow would occur when adding offset,
39154         don't add it.
39155
39156         Merge 'human' changes from coreutils.  Rewrite to support
39157         locale-specific notations like thousands separators.
39158         * lib/human.c: Simplify authorship notice.
39159         Include human.h immediately after config.h.
39160         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
39161         <limits.h>: Do not include, since human.h does.
39162         (SIZE_MAX, UINTMAX_MAX): New macros.
39163         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
39164         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
39165         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
39166         (power_letter): Renamed from suffixes.
39167         (generate_suffix_backwards): Remove.
39168         (adjust_value): Now takes int style (because of human.h changes)
39169         and long double value (for greater precision on some platforms).
39170         (group_number): New function.
39171         (human_readable): Use it.  Use integer options, not enum.
39172         Put the options before the sizes in the arg list.
39173         Support all the new options.
39174         The old human_readable function has been removed;
39175         use inttostr.h instead.
39176         (human_readable, default_block_size, humblock):
39177         Use uintmax_t, not int, for block sizes.
39178         (human_readable_inexact, block_size_types): Remove.
39179         (block_size_opts): New constant.
39180         (human_options): Renamed from human_block_size, with new signature
39181         that allows block sizes up to UINTMAX_MAX.  All callers changed.
39182         * lib/human.h: Add copyright and authorship notice.
39183         Include <limits.h> and <stdbool.h> unconditionally.
39184         (PARAMS): Remove.  All uses removed.
39185         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
39186         (enum human_inexact_style): Remove tag; now a nameless enum.
39187         (human_floor, human_ceiling, human_round_to_even): Now have
39188         values 2, 0, 1 rather than -1, 1, 0.
39189         (human_group_digits, human_suppress_point_zero, human_autoscale,
39190         human_base_1024, human_SI, human_B): New constants.
39191         (human_readable_inexact, human_block_size): Remove.
39192         (human_readable): Size args are now uintmax_t, not int.
39193         (human_options): New decl.
39194
39195         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
39196         unnecessary now that we assume C89 or better.  This change
39197         imported from coreutils.
39198
39199         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39200         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
39201         in the 2003-05-30 sync from glibc.
39202
39203         .h files should stand alone, but we shouldn't include <sys/types.h>
39204         if we can get away with just <stddef.h>.
39205
39206         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
39207         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
39208         rather than <sys/types.h>, as we merely need size_t.
39209         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
39210         to get size_t.
39211         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
39212         Include <stdio.h>, to get FILE.
39213         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
39214         memcasecmp.h has included <stddef.h> and all we need is size_t.
39215         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
39216         our interface, instead of including <sys/types.h>
39217
39218 2003-06-04  Paul Eggert  <eggert@twinsun.com>
39219
39220         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
39221         now, as glibc mktime is buggy on non-glibc systems.
39222
39223 2003-06-03  Karl Berry  <karl@gnu.org>
39224
39225         * config/config.sub: update from prep.
39226
39227 2003-06-02  Paul Eggert  <eggert@twinsun.com>
39228
39229         [from coreutils]
39230         Fix some minor time-related bugs with POSIX time arguments.
39231         Some valid time stamps were being rejected (notably -1, and
39232         time stamps before 1900 on 64-bit hosts).  And some invalid
39233         time stamps were being accepted, e.g. September 31.
39234
39235         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
39236         that we can return (time_t) -1 successfully.
39237         * lib/posixtm.c: Likewise.
39238         [HAVE_STDBOOL_H]: Include <stdbool.h>.
39239         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
39240         (t): Remove static var.
39241         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
39242         of static var.  All uses changed.
39243         (year): Do not reject years before 1900; they can occur with
39244         64-bit time_t.
39245         (posix_time_parse): Do not check for out-of-range components;
39246         that is now the caller's responsibility, since our checks were
39247         only approximations.
39248         (posixtime): Use mktime to check for out-of-range components,
39249         since it knows them exactly.
39250         If mktime returns (time_t) -1, check whether an error actually occurred
39251         by invoking localtime on -1.
39252         (main) [TEST_POSIXTIME]: Check for input data errors, and report
39253         posixtime failures better.
39254         Improve the test data (in comments only).
39255
39256 2003-06-02  Karl Berry  <karl@gnu.org>
39257
39258         * config/mkinstalldirs (version): new variable.
39259         (--version): new option.
39260         (usage): improve message.
39261
39262 2003-05-30  Karl Berry  <karl@gnu.org>
39263
39264         * lib/mktime.c: update from libc.
39265
39266 2003-05-30  Bruno Haible  <bruno@clisp.org>
39267
39268         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
39269         * config/config.rpath: Upgrade to gettext-0.12.1.
39270
39271 2003-05-30  Bruno Haible  <bruno@clisp.org>
39272
39273         * m4/gettext.m4: Upgrade to gettext-0.12.1.
39274         * m4/nls.m4: New file, from gettext-0.12.1.
39275         * m4/po.m4: New file, from gettext-0.12.1.
39276         * m4/progtest.m4: Upgrade to gettext-0.12.1.
39277
39278 2003-05-30  Bruno Haible  <bruno@clisp.org>
39279
39280         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
39281         * lib/localcharset.h: Likewise.
39282         * lib/localcharset.c: Likewise.
39283
39284 2003-05-29  Karl Berry  <karl@gnu.org>
39285
39286         * config/config.rpath: update from gettext.
39287
39288 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39289
39290         Assume the headers required for C89 freestanding compilers.
39291         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
39292         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
39293         * m4/human.m4 (gl_HUMAN): Likewise.
39294         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
39295         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
39296         * m4/userspec.m4 (gl_USERSPEC): Likewise.
39297         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
39298         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
39299         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
39300
39301 2003-05-28  Paul Eggert  <eggert@twinsun.com>
39302
39303         Assume the headers required for C89 freestanding compilers.
39304         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
39305         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
39306         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
39307         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
39308         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
39309         define, since <limits.h> is guaranteed to do that.
39310         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
39311         * lib/exclude.c: Include <stdbool.h> unconditionally.
39312         * lib/tempname.c: Include <stddef.h> unconditionally.
39313         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
39314         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
39315         <stddef.h> does that.
39316         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
39317         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
39318         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
39319         needed.
39320         * lib/xstrtol.c: Likewise.
39321         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
39322         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
39323
39324         * lib/addext.c (addext): Use assignment rather than cast, to avoid
39325         warnings on some platforms.
39326
39327         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
39328         arbitrarily.
39329
39330 2003-05-26  Jim Meyering  <jim@meyering.net>
39331
39332         Merge in a change from coreutils:
39333         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
39334         that is guaranteed to be `no'.  Use `no_such_member' to indicate
39335         that condition, rather than `-1' which is slightly misleading.
39336         Change the name of the cache variable to have the gl_ prefix.
39337         Prompted by a patch from Richard Dawe for DJGPP.
39338
39339 2003-05-24  Karl Berry  <karl@gnu.org>
39340
39341         * config/config.guess: update from prep.
39342
39343 2003-05-22  Karl Berry  <karl@gnu.org>
39344
39345         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
39346
39347 2003-05-20  Karl Berry  <karl@gnu.org>
39348
39349         * config/config.guess: update from prep.
39350
39351 2003-05-18  Karl Berry  <karl@gnu.org>
39352
39353         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
39354         might actually be set by the user.
39355
39356         * config/depcomp, install-sh, mdate-sh: update from automake.
39357
39358 2003-05-17  Bruno Haible  <bruno@clisp.org>
39359
39360         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
39361         invalid expansion for AC_EGREP_CPP.
39362         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
39363         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
39364         Suggested by Akim Demaille <akim@epita.fr> in
39365         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
39366
39367 2003-05-12  Jim Meyering  <jim@meyering.net>
39368
39369         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
39370         the space-padded-by-default conversion specifiers, %e, %k, %l.
39371
39372 2003-05-12  Bruno Haible  <bruno@clisp.org>
39373
39374         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
39375         the string is longer than 4 KB.
39376
39377 2003-05-11  Karl Berry  <karl@gnu.org>
39378
39379         * config/config.{guess,sub}: update from prep.
39380
39381 2003-05-09  Bruno Haible  <bruno@clisp.org>
39382
39383         * modules/error: Add m4/strerror_r.m4 to file list.
39384
39385 2003-05-03  Bruno Haible  <bruno@clisp.org>
39386
39387         Upgrade to Unicode-4.0.
39388         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
39389         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
39390         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
39391         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
39392         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
39393         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
39394         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
39395         Change width of U+E0100..U+E01EF from 1 to 0.
39396
39397 2003-04-25  Jim Meyering  <jim@meyering.net>
39398
39399         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
39400         of type size_t, not int.
39401
39402 2003-04-25  Bruno Haible  <bruno@clisp.org>
39403
39404         * lib/copy-file.c: Include <stddef.h>, for size_t.
39405
39406 2003-04-21  Paul Eggert  <eggert@twinsun.com>
39407
39408         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
39409         code which expansion is under static control.  Patch imported from
39410         Akim Demaille's patch to Bison; see
39411         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
39412
39413 2003-04-14  Bruno Haible  <bruno@clisp.org>
39414
39415         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
39416
39417 2003-04-11  Jim Meyering  <jim@meyering.net>
39418
39419         Merge changes from Coreutils.
39420
39421         2003-03-22  Jim Meyering  <jim@meyering.net>
39422
39423         * lib/strftime.c (widen): Cast alloca return value to proper type.
39424
39425         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
39426
39427         From GNU libc.
39428         * lib/strftime.c (my_strftime): Handle very large width
39429         specifications for numeric values correctly.  Improve checks for
39430         overflow.
39431
39432         2003-01-19  Jim Meyering  <jim@meyering.net>
39433
39434         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
39435         definitions.
39436         (nl_get_alt_digit) [! defined my_strftime]: Define.
39437         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
39438         _nl_get_alt_digit and _nl_get_walt_digit.
39439
39440         * lib/strftime.c (my_strftime): Merge in locale-related changes from
39441         libc. These changes have no effect outside of _LIBC.
39442
39443 2003-04-10  Bruno Haible  <bruno@clisp.org>
39444
39445         * modules/findprog: New file.
39446         * MODULES.html.sh (func_all_modules): Add it.
39447
39448 2003-04-10  Bruno Haible  <bruno@clisp.org>
39449
39450         * m4/findprog.m4: New file.
39451         * m4/eaccess.m4: New file.
39452
39453 2003-04-10  Bruno Haible  <bruno@clisp.org>
39454
39455         * lib/findprog.h: New file, from GNU gettext.
39456         * lib/findprog.c: New file, from GNU gettext.
39457
39458 2003-04-05  Jim Meyering  <jim@meyering.net>
39459
39460         Merge changes from Coreutils.
39461
39462         * lib/exclude.h (PARAMS): Remove definition and uses.
39463         * lib/exclude.c: Remove uses of `PARAMS'.
39464
39465         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
39466         Add test-cases for DOS filenames. Declare program_name.
39467         (main): Set up program_name.  Patch by Rich Dawe.
39468
39469         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
39470         error from mntctl.
39471         Use mntctl's return value to drive the entry-processing loop, since
39472         we can't rely on the value of the vmt_length member in the last
39473         entry.  On some systems doing so could result in exhausting
39474         virtual memory.  Based in part on a patch from Mike Jetzer.
39475
39476 2003-04-04  Bruno Haible  <bruno@clisp.org>
39477
39478         * modules/linebreak: New file.
39479         * MODULES.html.sh (func_all_modules): Add it.
39480
39481 2003-04-04  Bruno Haible  <bruno@clisp.org>
39482
39483         * m4/linebreak.m4: New file.
39484
39485 2003-04-04  Bruno Haible  <bruno@clisp.org>
39486
39487         * lib/linebreak.h: New file, from GNU gettext.
39488         * lib/linebreak.c: New file, from GNU gettext with slight
39489         modifications.
39490         * lib/lbrkprop.h: New file, from GNU gettext.
39491
39492 2003-04-03  Bruno Haible  <bruno@clisp.org>
39493
39494         * modules/utf8-ucs4: New file.
39495         * modules/utf16-ucs4: New file.
39496         * modules/ucs4-utf8: New file.
39497         * modules/ucs4-utf16: New file.
39498         * MODULES.html.sh (func_all_modules): Add them.
39499
39500 2003-04-03  Bruno Haible  <bruno@clisp.org>
39501
39502         * m4/utf-ucs4.m4: New file.
39503         * m4/ucs4-utf.m4: New file.
39504
39505 2003-04-03  Bruno Haible  <bruno@clisp.org>
39506
39507         * lib/utf8-ucs4.h: New file, from GNU gettext.
39508         * lib/utf16-ucs4.h: New file, from GNU gettext.
39509         * lib/ucs4-utf8.h: New file, from GNU gettext.
39510         * lib/ucs4-utf16.h: New file, from GNU gettext.
39511
39512 2003-04-02  Bruno Haible  <bruno@clisp.org>
39513
39514         * modules/binary-io: New file.
39515         * MODULES.html.sh (func_all_modules): Add it.
39516
39517 2003-04-02  Bruno Haible  <bruno@clisp.org>
39518
39519         * lib/binary-io.h: New file, from GNU gettext.
39520
39521 2003-04-01  Bruno Haible  <bruno@clisp.org>
39522
39523         * modules/pathname: New file.
39524         * MODULES.html.sh (func_all_modules): Add it.
39525
39526 2003-04-01  Bruno Haible  <bruno@clisp.org>
39527
39528         * lib/pathname.h: New file, from GNU gettext.
39529         * lib/concatpath.c: New file, from GNU gettext.
39530
39531 2003-03-30  Bruno Haible  <bruno@clisp.org>
39532
39533         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
39534
39535 2003-03-30  Bruno Haible  <bruno@clisp.org>
39536
39537         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
39538         function chown() doesn't exist.
39539
39540 2003-03-28  Bruno Haible  <bruno@clisp.org>
39541
39542         * modules/copy-file: New file.
39543         * MODULES.html.sh (func_all_modules): Add it.
39544
39545 2003-03-28  Bruno Haible  <bruno@clisp.org>
39546
39547         * m4/copy-file.m4: New file.
39548
39549 2003-03-28  Bruno Haible  <bruno@clisp.org>
39550
39551         * lib/copy-file.h: New file, from GNU gettext.
39552         * lib/copy-file.c: New file, from GNU gettext.
39553
39554 2003-03-18  Jim Meyering  <jim@meyering.net>
39555
39556         * lib/quote.c (quote_n): Fix typo in comment.
39557
39558 2003-03-18  Bruno Haible  <bruno@clisp.org>
39559
39560         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
39561         checking.
39562         * m4/onceonly_2_57.m4: Likewise.
39563
39564 2003-03-17  Bruno Haible  <bruno@clisp.org>
39565
39566         * m4/onceonly.m4: Require autoconf 2.54 or newer.
39567         (m4_quote): Remove macro.
39568         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
39569
39570 2003-03-14  Jim Meyering  <jim@meyering.net>
39571
39572         Merge changes from Coreutils.
39573         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
39574         to be const, in order to avoid warnings.
39575         (obstack_room): Likewise.
39576         (obstack_empty_p): Likewise.
39577
39578 2003-03-14  Bruno Haible  <bruno@clisp.org>
39579
39580         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
39581         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
39582
39583 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39584
39585         Merge changes from Bison.
39586         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
39587         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
39588         when compiling Bison 1.875's `bitset bset = obstack_alloc
39589         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
39590         * lib/hash.c: Include <stdbool.h> unconditionally.
39591
39592 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39593
39594         * m4/onceonly.m4 (m4_quote): New macro.
39595         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
39596         Quote AC_FOREACH variable-expansions properly.
39597
39598 2003-03-13  Paul Eggert  <eggert@twinsun.com>
39599
39600         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
39601
39602 2003-03-09  Paul Eggert  <eggert@twinsun.com>
39603
39604         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
39605         Reported by Bruce Becker; see:
39606         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
39607
39608 2003-03-03  Paul Eggert  <eggert@twinsun.com>
39609             Bruno Haible  <bruno@clisp.org>
39610
39611         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
39612         Reported by John Hughes, see
39613         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
39614
39615 2003-02-20  Bruno Haible  <bruno@clisp.org>
39616
39617         * MODULES.html.sh (func_all_modules): Add poll.
39618
39619 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39620
39621         * modules/poll: New file.
39622
39623 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39624
39625         * lib/poll_.h: New file.
39626         * lib/poll.c: New file.
39627
39628 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
39629
39630         * m4/poll.m4: New file.
39631
39632 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39633
39634         * modules/mathl: New file.
39635
39636 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39637
39638         * lib/mathl.h: New file.
39639         * lib/acosl.c: New file.
39640         * lib/asinl.c: New file.
39641         * lib/atanl.c: New file.
39642         * lib/ceill.c: New file.
39643         * lib/cosl.c: New file.
39644         * lib/expl.c: New file.
39645         * lib/floorl.c: New file.
39646         * lib/frexpl.c: New file.
39647         * lib/ldexpl.c: New file.
39648         * lib/logl.c: New file.
39649         * lib/sincosl.c: New file.
39650         * lib/sinl.c: New file.
39651         * lib/sqrtl.c: New file.
39652         * lib/tanl.c: New file.
39653         * lib/trigl.c: New file.
39654         * lib/trigl.h: New file.
39655
39656 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
39657
39658         * m4/mathl.m4: New file.
39659
39660 2003-02-18  Bruno Haible  <bruno@clisp.org>
39661
39662         * MODULES.html.sh (func_all_modules): Add mathl.
39663
39664 2003-02-17  Bruno Haible  <bruno@clisp.org>
39665
39666         * modules/mkdtemp: New module.
39667         * MODULES.html.sh (func_all_modules): Add it.
39668
39669 2003-02-17  Bruno Haible  <bruno@clisp.org>
39670
39671         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
39672
39673 2003-02-17  Bruno Haible  <bruno@clisp.org>
39674
39675         * lib/mkdtemp.h: New file, from GNU gettext.
39676         * lib/mkdtemp.c: New file, from GNU gettext.
39677
39678 2003-02-02  Jim Meyering  <jim@meyering.net>
39679
39680         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
39681         e.g. glibc-2.2.93.
39682
39683 2003-01-31  Bruno Haible  <bruno@clisp.org>
39684
39685         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
39686         'rpl_rename'.
39687         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
39688         'rpl_strnlen'.
39689         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
39690         'rpl_strtod'.
39691         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
39692         'rpl_utime'.
39693
39694 2003-01-31  Bruno Haible  <bruno@clisp.org>
39695
39696         * lib/rename.c: #undef rename before defining rpl_rename.
39697         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
39698
39699 2003-01-30  Bruno Haible  <bruno@clisp.org>
39700
39701         * modules/vasnprintf, modules/vasprintf: New modules.
39702         * MODULES.html.sh (func_all_modules): Add them.
39703
39704 2003-01-30  Bruno Haible  <bruno@clisp.org>
39705
39706         * m4/signed.m4: New file, from GNU gettext.
39707         * m4/longdouble.m4: New file, from GNU gettext.
39708         * m4/wchar_t.m4: New file, from GNU gettext.
39709         * m4/wint_t.m4: New file, from GNU gettext.
39710         * m4/vasnprintf.m4: New file.
39711         * m4/vasprintf.m4: New file.
39712
39713 2003-01-30  Bruno Haible  <bruno@clisp.org>
39714
39715         * lib/printf-args.h: New file, from GNU gettext.
39716         * lib/printf-args.c: New file, from GNU gettext.
39717         * lib/printf-parse.h: New file, from GNU gettext.
39718         * lib/printf-parse.c: New file, from GNU gettext.
39719         * lib/vasnprintf.h: New file, from GNU gettext.
39720         * lib/vasnprintf.c: New file, from GNU gettext.
39721         * lib/asnprintf.c: New file, from GNU gettext.
39722         * lib/vasprintf.h: New file, from GNU gettext with modifications.
39723         * lib/vasprintf.c: New file, from GNU gettext.
39724         * lib/asprintf.c: New file, from GNU gettext.
39725
39726 2003-01-29  Bruno Haible  <bruno@clisp.org>
39727
39728         * modules/stpncpy: New module.
39729         * MODULES.html.sh (func_all_modules): Add it.
39730
39731 2003-01-29  Bruno Haible  <bruno@clisp.org>
39732
39733         * m4/stpncpy.m4: New file.
39734
39735 2003-01-29  Bruno Haible  <bruno@clisp.org>
39736
39737         * lib/stpncpy.h: New file, from GNU gettext with modifications.
39738         * lib/stpncpy.c: New file, from GNU gettext with modifications.
39739
39740 2003-01-28  Bruno Haible  <bruno@clisp.org>
39741
39742         * modules/c-ctype: New module.
39743         * MODULES.html.sh (func_all_modules): Add it.
39744
39745 2003-01-28  Bruno Haible  <bruno@clisp.org>
39746
39747         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
39748         Paul Eggert.
39749         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
39750         Paul Eggert.
39751
39752 2003-01-27  Bruno Haible  <bruno@clisp.org>
39753
39754         * modules/xsetenv: New module.
39755         * MODULES.html.sh (func_all_modules): Add it.
39756
39757 2003-01-27  Bruno Haible  <bruno@clisp.org>
39758
39759         * lib/xsetenv.h: New file, from GNU gettext.
39760         * lib/xsetenv.c: New file, from GNU gettext.
39761
39762 2003-01-23  Jim Meyering  <jim@meyering.net>
39763
39764         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
39765         from working on systems without dirfd (at least Irix and OSF1/Tru64).
39766
39767 2003-01-23  Bruno Haible  <bruno@clisp.org>
39768
39769         * modules/minmax: New module.
39770         * MODULES.html.sh (func_all_modules): Add it.
39771
39772 2003-01-23  Bruno Haible  <bruno@clisp.org>
39773
39774         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
39775         Eggert.
39776
39777 2003-01-22  Bruno Haible  <bruno@clisp.org>
39778
39779         * modules/exit: New module.
39780         * MODULES.html.sh (func_all_modules): Add it.
39781
39782 2003-01-22  Bruno Haible  <bruno@clisp.org>
39783
39784         * lib/exit.h: New file, from GNU gettext.
39785
39786 2003-01-19  Bruno Haible  <bruno@clisp.org>
39787
39788         * gnulib-tool: Recognize option --extract-maintainer.
39789         (func_get_maintainer): New function.
39790         * modules/*: Add Maintainer entry.
39791
39792 2003-01-16  Jim Meyering  <jim@meyering.net>
39793
39794         * m4/regex.m4: The `regex' struct is both input and output.
39795         Initialize it before each use.  Patch by Tim Waugh.
39796
39797 2003-01-16  Bruno Haible  <bruno@clisp.org>
39798
39799         * MODULES.html.sh: Add a table of contents. Add the module name as
39800         leftmost column. Add hyperlinks.
39801
39802 2003-01-15  Bruno Haible  <bruno@clisp.org>
39803
39804         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
39805
39806 2003-01-15  Bruno Haible  <bruno@clisp.org>
39807
39808         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
39809         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
39810         suffix.
39811
39812 2003-01-15  Bruno Haible  <bruno@clisp.org>
39813
39814         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
39815
39816 2003-01-15  Bruno Haible  <bruno@clisp.org>
39817
39818         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
39819         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
39820
39821 2003-01-14  Jim Meyering  <jim@meyering.net>
39822
39823         * lib/same.c (same_name): Tweak a comment.
39824
39825 2003-01-14  Bruno Haible  <bruno@clisp.org>
39826
39827         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
39828         when a string comparison is sufficient.
39829
39830 2003-01-14  Bruno Haible  <bruno@clisp.org>
39831
39832         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
39833         'unsigned int'.
39834
39835 2003-01-14  Bruno Haible  <bruno@clisp.org>
39836
39837         * lib/hash-pjw.c: Add comment about low quality of this function.
39838
39839 2003-01-13  Bruno Haible  <bruno@clisp.org>
39840
39841         * modules/stpcpy: Distribute lib/stpcpy.h.
39842         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
39843
39844 2003-01-13  Bruno Haible  <bruno@clisp.org>
39845
39846         * modules/*: Add a description.
39847         * modules/strpbrk: Fix Makefile.am snippet.
39848         * modules/strtoimax: Fix dependencies.
39849         * modules/strtoumax: Likewise.
39850
39851 2003-01-13  Bruno Haible  <bruno@clisp.org>
39852
39853         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
39854         * modules/alloca (Makefile.am): All object files depend on alloca.h.
39855         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
39856
39857 2003-01-13  Bruno Haible  <bruno@clisp.org>
39858
39859         * gnulib-tool (func_create_testdir): Store config/* files in the main
39860         directory.
39861         * config.rpath: Move to ...
39862         * config/config.rpath: ... here.
39863         * modules/gettext: Contains config/config.rpath, not config.rpath.
39864         * modules/iconv: Likewise.
39865
39866 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39867
39868         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39869         to avoid collisions with libcurses and libreadline.
39870
39871         * m4/getstr.m4: Remove.
39872         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
39873
39874 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39875
39876         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39877         to avoid collisions with libcurses and libreadline.
39878
39879         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
39880         * lib/getstr.h, getstr.c: Remove.
39881         * lib/getline.c: Include "getline.h", to check interface.
39882         Move body of old getstr.c here: this defines MIN_CHUNK and
39883         declares getdelim2, which is renamed from getstr.
39884         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
39885
39886         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
39887         All uses changed.
39888         * lib/linebuffer.h: Likewise.
39889         (readline): Remove backward-compatibility macro.
39890
39891 2003-01-12  Paul Eggert  <eggert@twinsun.com>
39892
39893         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
39894         to avoid collisions with libcurses and libreadline.
39895         * getstr: Remove.
39896         * MODULES.html.sh: Remove getstr.
39897         * modules/getline: Depend on unlocked-io, not getstr.
39898
39899 2003-01-12  Jim Meyering  <jim@meyering.net>
39900
39901         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
39902
39903 2003-01-10  Bruno Haible  <bruno@clisp.org>
39904
39905         * modules/alloca: Change Makefile.am requirements. Simplify Include
39906         requirements. Add lib/alloca_.h to file list.
39907
39908 2003-01-10  Bruno Haible  <bruno@clisp.org>
39909
39910         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
39911
39912 2003-01-10  Bruno Haible  <bruno@clisp.org>
39913
39914         * lib/alloca_.h: New file.
39915         * lib/getdate.y: Unconditionally include alloca.h.
39916         * lib/makepath.c: Likewise.
39917         * lib/setenv.c: Likewise.
39918         * lib/userspec.c: Likewise.
39919
39920 2003-01-09  Karl Berry  <karl@gnu.org>
39921
39922         * MODULES.html.sh: include `dirname $0` in PATH, to find
39923         gnulib-tool.
39924
39925 2003-01-09  Bruno Haible  <bruno@clisp.org>
39926
39927         * modules/stdbool: Change configure.ac, Makefile.am requirements.
39928         Simplify Include requirements. Add lib/stdbool.h.in to file list.
39929
39930 2003-01-09  Bruno Haible  <bruno@clisp.org>
39931
39932         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
39933
39934 2003-01-09  Bruno Haible  <bruno@clisp.org>
39935
39936         * lib/stdbool.h.in: New file.
39937
39938 2003-01-09  Bruno Haible  <bruno@clisp.org>
39939
39940         * gnulib-tool (func_all_modules): Ignore files ending in ~.
39941         * MODULES.html.sh: Likewise.
39942
39943 2003-01-08  Jim Meyering  <jim@meyering.net>
39944
39945         * lib/full-write.c: Undefine and define-away `const' after inclusion
39946         of errno.h, not before.  Suggestion from Bruno Haible.
39947
39948 2003-01-08  Bruno Haible  <bruno@clisp.org>
39949
39950         * modules/full-read: Depend on full-write.
39951
39952 2003-01-08  Bruno Haible  <bruno@clisp.org>
39953
39954         * lib/safe-read.c: Include specification header first, to ensure its
39955         selfcontainedness.
39956         * lib/full-write.c: Likewise.
39957
39958 2003-01-07  Jim Meyering  <jim@meyering.net>
39959
39960         * lib/full-write.c: Rework so that it may serve to define full_read,
39961         too.
39962         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
39963
39964 2003-01-07  Bruno Haible  <bruno@clisp.org>
39965
39966         * lib/strtoimax.c: Include <stdint.h> as an alternative to
39967         <inttypes.h>.
39968         * lib/xstrtol.h: Likewise.
39969         * lib/xstrtoimax.c: Likewise.
39970         * lib/xstrtoumax.c: Likewise.
39971         * lib/human.h: Likewise.
39972
39973         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
39974         on systems that have <inttypes.h> but not <stdint.h>.
39975
39976 2003-01-07  Bruno Haible  <bruno@clisp.org>
39977
39978         * MODULES.html.sh: Add copyright notice.
39979         (missed_files): Omit CVS directory entries.
39980         (func_module): Make it work with sed-3.02.
39981         * MODULES.txt: Remove file.
39982
39983 2003-01-06  Jim Meyering  <jim@meyering.net>
39984
39985         * lib/version-etc.c: Update year in translatable copyright string.
39986
39987 2003-01-03  Karl Berry  <karl@gnu.org>
39988
39989         * config/config.{guess,sub}: update from prep.
39990
39991 2003-01-02  Karl Berry  <karl@gnu.org>
39992
39993         * doc/COPYING.DOC: belatedly updated to 1.2.
39994
39995 2003-01-01  Karl Berry  <karl@gnu.org>
39996
39997         * gnulib-tool (func_verify_module): report module name $module in
39998         error message, not $1.
39999         * gnulib-tool (create-testdir): don't complain if destdir couldn't
40000         be created, only if it doesn't exist.
40001         * gnulib-tool (last_checkin_date): don't expand the $Date here.
40002
40003 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40004
40005         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
40006
40007 2002-12-31  Paul Eggert  <eggert@twinsun.com>
40008
40009         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
40010         memcmp if strcoll doesn't work.
40011
40012 2002-12-31  Bruno Haible  <bruno@clisp.org>
40013
40014         * lib/utime.c (utime_null): No need to call ftruncate if the file was
40015         nonempty.
40016
40017 2002-12-31  Bruno Haible  <bruno@clisp.org>
40018
40019         * lib/memcoll.c (STRCOLL): New macro.
40020         (memcoll): Use it.
40021
40022 2002-12-31  Bruno Haible  <bruno@clisp.org>
40023
40024         * lib/localcharset.h: New file.
40025         * lib/localcharset.c: Include it.
40026         * lib/unicodeio.c: Likewise.
40027
40028 2002-12-31  Bruno Haible  <bruno@clisp.org>
40029
40030         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
40031         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
40032
40033 2002-12-31  Bruno Haible  <bruno@clisp.org>
40034
40035         * lib/getline.h: Include <stddef.h>, for size_t.
40036
40037         * lib/unicodeio.h: Include <stddef.h>, for size_t.
40038         * lib/unicodeio.c: Don't include <stddef.h>.
40039
40040 2002-12-31  Bruno Haible  <bruno@clisp.org>
40041
40042         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
40043         HAVE_TM_ZONE.
40044
40045 2002-12-24  Karl Berry  <karl@gnu.org>
40046
40047         * config/config.guess: update from prep.
40048
40049 2002-12-24  Bruno Haible  <bruno@clisp.org>
40050
40051         General infrasructure.
40052         * m4/README: Rewritten.
40053         * m4/onceonly.m4: New file.
40054         * m4/onceonly_2_57.m4: New file.
40055
40056         Module atexit.
40057         * m4/atexit.m4: New file.
40058
40059         Module strtod.
40060         * m4/strtod.m4: New file.
40061
40062         Module strtol.
40063         * m4/strtol.m4: New file.
40064
40065         Module strtoul.
40066         * m4/strtoul.m4: New file.
40067
40068         Module memchr.
40069         * m4/memchr.m4: New file.
40070
40071         Module memcmp.
40072         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
40073         (jm_FUNC_MEMCMP): Invoke it.
40074
40075         Module memcpy.
40076         * m4/memcpy.m4: New file.
40077
40078         Module memmove.
40079         * m4/memmove.m4: New file.
40080
40081         Module memset.
40082         * m4/memset.m4: New file.
40083
40084         Module strcspn.
40085         * m4/strcspn.m4: New file.
40086
40087         Module strpbrk.
40088         * m4/strpbrk.m4: New file.
40089
40090         Module strstr.
40091         * m4/strstr.m4: New file.
40092
40093         Module strerror.
40094         * m4/strerror.m4: New file.
40095
40096         Module mktime.
40097         * m4/mktime.m4: Renamed from jm-mktime.m4.
40098         (gl_PREREQ_MKTIME): New macro.
40099         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
40100
40101         Module malloc.
40102         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
40103         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
40104         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
40105
40106         Module realloc.
40107         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
40108         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
40109         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
40110
40111         Module strftime.
40112         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
40113         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
40114         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
40115         gl_TM_GMTOFF.
40116         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
40117
40118         Module xalloc.
40119         * m4/xalloc.m4: New file.
40120
40121         Module alloca.
40122         * m4/alloca.m4: New file.
40123
40124         Module putenv.
40125         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
40126         (jm_FUNC_PUTENV): Invoke it.
40127
40128         Module setenv.
40129         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
40130         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
40131         when invoked twice.
40132         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
40133         gt_FUNC_SETENV.
40134
40135         Module memrchr.
40136         * m4/memrchr.m4: New file.
40137
40138         Module stpcpy.
40139         * m4/stpcpy.m4: New file.
40140
40141         Module strcase.
40142         * m4/strcase.m4: New file.
40143
40144         Module strdup.
40145         * m4/strdup.m4: New file.
40146
40147         Module strnlen.
40148         * m4/strnlen.m4: New file.
40149
40150         Module strndup.
40151         * m4/strndup.m4: New file.
40152
40153         Module xstrtod.
40154         * m4/xstrtod.m4: New file.
40155
40156         Module xstrtol.
40157         * m4/xstrtol.m4: New file.
40158
40159         Module getdate.
40160         * m4/getdate.m4: New file.
40161
40162         Module unlocked-io.
40163         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
40164         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
40165         * m4/jm-glibc-io.m4n: Remove file.
40166
40167         Module long-options.
40168         * m4/long-options.m4: New file.
40169
40170         Module md5.
40171         * m4/md5.m4: New file.
40172
40173         Module sha.
40174         * m4/sha.m4: New file.
40175
40176         Module getstr.
40177         * m4/getstr.m4: New file.
40178
40179         Module getline.
40180         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
40181         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
40182         <sys/types.h>, for size_t. Use the function name gnu_getline, not
40183         simply getline. Infoke gl_PREREQ_GETLINE.
40184
40185         Module obstack.
40186         * m4/obstack.m4: New file.
40187
40188         Module hash.
40189         * m4/hash.m4: New file.
40190
40191         Module readtokens.
40192         * m4/readtokens.m4: New file.
40193
40194         Module strverscmp.
40195         * m4/strverscmp.m4: New file.
40196
40197         Module stdbool.
40198         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
40199         OSF/1.
40200
40201         Module strtoll.
40202         * m4/strtoll.m4: New file.
40203
40204         Module strtoull.
40205         * m4/strtoull.m4: New file.
40206
40207         Module strtoimax.
40208         * m4/strtoimax.m4: New file.
40209
40210         Module strtoumax.
40211         * m4/strtoumax.m4: New file.
40212
40213         Module xstrtoimax.
40214         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
40215         jm_AC_PREREQ_XSTRTOIMAX.
40216         Moved the strtol prerequisites to strtol.m4.
40217         Moved the strtoll prerequisites to strtoll.m4.
40218         Moved the strtoimax prerequisites to strtoimax.m4.
40219
40220         Module xstrtoumax.
40221         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
40222         jm_AC_PREREQ_XSTRTOUMAX.
40223         Moved the strtoul prerequisites to strtoul.m4.
40224         Moved the strtoull prerequisites to strtoull.m4.
40225         Moved the strtoumax prerequisites to strtoumax.m4.
40226
40227         Module chown.
40228         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
40229         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
40230
40231         Module dup2.
40232         * m4/dup2.m4: New file.
40233
40234         Module ftruncate.
40235         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
40236         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
40237
40238         Module getgroups.
40239         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
40240         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
40241
40242         Module gettimeofday.
40243         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
40244         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
40245         gl_PREREQ_GETTIMEOFDAY.
40246
40247         Module mkdir.
40248         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
40249         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
40250
40251         Module mkstemp.
40252         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
40253         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
40254         jm_AC_TYPE_UINTMAX_T.
40255         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
40256
40257         Module stat.
40258         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
40259         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
40260
40261         Module lstat.
40262         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
40263         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
40264
40265         Module timespec.
40266         * m4/timespec.m4 (gl_TIMESPEC): New macro.
40267         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
40268         * m4/st_mtim.m4: Indentation.
40269
40270         Module nanosleep.
40271         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
40272         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
40273         gl_PREREQ_NANOSLEEP.
40274
40275         Module regex.
40276         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
40277         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
40278         (gl_REGEX): New macro.
40279
40280         Module rename.
40281         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
40282         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
40283
40284         Module rmdir.
40285         * m4/rmdir.m4: New file.
40286
40287         Module utime.
40288         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
40289         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
40290         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
40291
40292         Module dirname.
40293         * m4/dirname.m4: New file.
40294
40295         Module getopt.
40296         * m4/getopt.m4: New file.
40297
40298         Module unistd-safer.
40299         * m4/unistd-safer.m4: New file.
40300
40301         Module fnmatch.
40302         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
40303         declaration.
40304         (gl_PREREQ_FNMATCH_EXTRA): New macro.
40305         (gl_FUNC_FNMATCH_POSIX): New macro.
40306         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
40307         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
40308         simply fnmatch.
40309
40310         Module exclude.
40311         * m4/exclude.m4: New file.
40312
40313         Module human.
40314         * m4/human.m4: New file.
40315
40316         Module acl.
40317         * m4/acl.m4: Nop.
40318
40319         Module backupfile.
40320         * m4/backupfile.m4: New file.
40321         * m4/d-ino.m4: Indentation.
40322
40323         Module fsusage.
40324         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
40325         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
40326         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
40327
40328         Module dirfd.
40329         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
40330         requirements.
40331
40332         Module euidaccess.
40333         * m4/euidaccess.m4: New file.
40334
40335         Module file-type.
40336         * m4/file-type.m4: New file.
40337
40338         Module fileblocks.
40339         * m4/fileblocks.m4: New file.
40340
40341         Module filemode.
40342         * m4/filemode.m4: New file.
40343
40344         Module isdir.
40345         * m4/isdir.m4: New file.
40346
40347         Module lchown.
40348         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
40349         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
40350
40351         Module makepath.
40352         * m4/makepath.m4: New file.
40353
40354         Module modechange.
40355         * m4/modechange.m4: New file.
40356
40357         Module mountlist.
40358         * m4/mountlist.m4: New file.
40359         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
40360         Indentation.
40361
40362         Module path-concat.
40363         * m4/path-concat.m4: New file.
40364
40365         Module pathmax.
40366         * m4/pathmax.m4: New file.
40367
40368         Module same.
40369         * m4/same.m4: New file.
40370
40371         Module save-cwd.
40372         * m4/save-cwd.m4: New file.
40373
40374         Module savedir.
40375         * m4/savedir.m4: New file.
40376
40377         Module xgetcwd.
40378         * m4/xgetcwd.m4: New file.
40379         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
40380
40381         Module xreadlink.
40382         * m4/xreadlink.m4: New file.
40383
40384         Module safe-read.
40385         * m4/safe-read.m4: New file.
40386
40387         Module safe-write.
40388         * m4/safe-write.m4: New file.
40389
40390         Module closeout.
40391         * m4/closeout.m4: New file.
40392
40393         Module stdio-safer.
40394         * m4/stdio-safer.m4: New file.
40395
40396         Module getpass.
40397         * m4/getpass.m4: New file.
40398
40399         Module getugroups.
40400         * m4/getugroups.m4: New file.
40401
40402         Module group-member.
40403         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
40404         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
40405
40406         Module idcache.
40407         * m4/idcache.m4: New file.
40408
40409         Module userspec.
40410         * m4/userspec.m4: New file.
40411
40412         Module gettime.
40413         * m4/clock_time.m4: New file.
40414         * m4/gettime.m4: New file.
40415
40416         Module settime.
40417         * m4/settime.m4: New file.
40418
40419         Module posixtm.
40420         * m4/posixtm.m4: New file.
40421
40422         Module gethostname.
40423         * m4/gethostname.m4: New file.
40424
40425         Module canon-host.
40426         * m4/canon-host.m4: New file.
40427
40428         Module gettext.
40429         * m4/codeset.m4: New file, from gettext-0.11.5.
40430         * m4/gettext.m4: New file, from gettext-0.11.5.
40431         * m4/glibc21.m4: New file, from gettext-0.11.5.
40432         * m4/iconv.m4: New file, from gettext-0.11.5.
40433         * m4/intdiv0.m4: New file, from gettext-0.11.5.
40434         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
40435         * m4/inttypes.m4: New file, from gettext-0.11.5.
40436         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
40437         * m4/isc-posix.m4: New file, from gettext-0.11.5.
40438         * m4/lcmessage.m4: New file, from gettext-0.11.5.
40439         * m4/lib-ld.m4: New file, from gettext-0.11.5.
40440         * m4/lib-link.m4: New file, from gettext-0.11.5.
40441         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
40442         * m4/progtest.m4: New file, from gettext-0.11.5.
40443         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
40444         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
40445         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
40446
40447         Module localcharset.
40448         * m4/localcharset.m4: New file.
40449
40450         Module hard-locale.
40451         * m4/hard-locale.m4: New file.
40452
40453         Module mbswidth.
40454         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
40455         onceonly macros.
40456         * m4/mbrtowc.m4: Add comment.
40457
40458         Module memcasecmp.
40459         * m4/memcasecmp.m4: New file.
40460
40461         Module memcoll.
40462         * m4/memcoll.m4: New file.
40463
40464         Module unicodeio.
40465         * m4/unicodeio.m4: New file.
40466
40467         Module rpmatch.
40468         * m4/rpmatch.m4: New file.
40469
40470         Module yesno.
40471         * m4/yesno.m4: New file.
40472
40473         Module exitfail.
40474         * m4/exitfail.m4: New file.
40475
40476         Module c-stack.
40477         * m4/c-stack.m4 (gl_C_STACK): New macro.
40478         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
40479
40480         Module error.
40481         * m4/error.m4 (gl_ERROR): New macro.
40482         (jm_PREREQ_ERROR): Use onceonly macros.
40483
40484         Module fatal.
40485         * m4/fatal.m4: New file.
40486
40487         Module getloadavg.
40488         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
40489         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
40490
40491         Module getpagesize.
40492         * m4/getpagesize.m4: New file.
40493
40494         Module getusershell.
40495         * m4/getusershell.m4: New file.
40496
40497         Module physmem.
40498         * m4/physmem.m4: New file.
40499
40500         Module posixver.
40501         * m4/posixver.m4: New file.
40502
40503         Module quotearg.
40504         * m4/quotearg.m4: New file.
40505
40506         Module quote.
40507         * m4/quote.m4: New file.
40508
40509         Module readutmp.
40510         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
40511
40512         Module sig2str.
40513         * m4/sig2str.m4: New file.
40514
40515         Other.
40516         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
40517         ulonglong.m4.
40518         * m4/intmax_t.m4: New file.
40519         * m4/d-type.m4: Indentation.
40520         * m4/jm-macros.m4: Update.
40521         * m4/prereq.m4 (jm_PREREQ): Update.
40522         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
40523         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
40524         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
40525         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
40526         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
40527         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
40528         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
40529         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
40530         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
40531         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
40532         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
40533         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
40534         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
40535         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
40536         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
40537         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
40538         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
40539         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
40540         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
40541
40542 2002-12-24  Bruno Haible  <bruno@clisp.org>
40543
40544         * MODULES.txt: Update according to m4/ changes.
40545
40546         Module gettext.
40547         * config.rpath: New file, from gettext-0.11.5.
40548
40549         * modules/*: New module descriptions.
40550         * gnulib-tool: New file.
40551         * MODULES.html.sh: New file.
40552
40553 2002-12-21  Karl Berry  <karl@gnu.org>
40554
40555         * doc/fdl.texi: update to version 1.2.
40556
40557 2002-12-19  Karl Berry  <karl@gnu.org>
40558
40559         * config/config.guess: update from prep.
40560
40561 2002-12-18  Bruno Haible  <bruno@clisp.org>
40562
40563         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
40564         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
40565
40566 2002-12-17  Bruno Haible  <bruno@clisp.org>
40567
40568         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
40569         stdlib.h, string.h.
40570
40571 2002-12-17  Bruno Haible  <bruno@clisp.org>
40572
40573         * lib/canon-host.c (strdup): Remove unused declaration.
40574
40575         * lib/fsusage.c: Include full_read.h.
40576         (get_fs_usage): Use full_read instead of safe_read.
40577
40578         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
40579
40580 2002-12-12  Karl Berry  <karl@gnu.org>
40581
40582         * config/config.guess: update from prep.
40583
40584 2002-12-11  Bruno Haible  <bruno@clisp.org>
40585
40586         * m4/setenv.m4: New file, from gettext-0.11.5.
40587
40588 2002-12-11  Bruno Haible  <bruno@clisp.org>
40589
40590         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
40591         not unsetenv().
40592         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
40593         modifications:
40594
40595         2002-12-11  Bruno Haible  <bruno@clisp.org>
40596
40597                 * setenv.c (alloca): Fall back to malloc.
40598                 (freea): New macro.
40599                 (setenv): Use freea() to free memory allocated with alloca().
40600
40601         2002-11-13  Bruno Haible  <bruno@clisp.org>
40602
40603                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
40604                 function declarations.
40605                 * unsetenv.c (unsetenv): Likewise.
40606
40607         2002-03-04  Bruno Haible  <bruno@clisp.org>
40608
40609                 Portability to AIX 4.3.3.
40610                 * unsetenv.c: New file, extracted from setenv.c.
40611                 * setenv.c: Move the unsetenv() function to unsetenv.c.
40612
40613         2001-12-20  Bruno Haible  <bruno@clisp.org>
40614
40615                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
40616                 use malloc instead. For SunOS 4.
40617
40618         2001-12-11  Bruno Haible  <bruno@clisp.org>
40619
40620                 * setenv.c: Declare alloca.
40621                 (compar_fn_t): New typedef.
40622                 (KNOWN_VALUE, STORE_VALUE): Use it.
40623
40624         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
40625         setenv.h.
40626
40627 2002-12-10  Paul Eggert  <eggert@twinsun.com>
40628
40629         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
40630         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
40631         Choose values that are less likely to collide with system fnmatch
40632         options.
40633         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
40634         defined (e.g., a pure POSIX system).
40635         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
40636         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
40637
40638 2002-12-06  Paul Eggert  <eggert@twinsun.com>
40639
40640         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
40641         a pain in practice to deal with generated m4 files.  This change
40642         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
40643
40644         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
40645         and jm-glibc-io.m4, as they are no longer a special case.
40646         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
40647         kludge and the auto-generation stuff.  Check only whether the
40648         functions are declared, not whether they exist, since older hosts
40649         that don't declare the functions can't use the optimization anyway.
40650
40651 2002-12-06  Jim Meyering  <jim@meyering.net>
40652
40653         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
40654
40655         Merge in changes from libc's misc/error.c, in preparation
40656         for the merge of gnulib's changes back into libc.
40657
40658         * lib/error.c (_): Define only if not already defined.
40659         Move definition to follow all #include directives.
40660         Include unlocked-io.h only if !_LIBC.
40661         [_LIBC]: Include <libio/libioP.h>.
40662         [USE_IN_LIBIO]: Include <libio/iolibio.h>
40663         (fflush): Tweak definition to use INTUSE.
40664         (putc): Define.
40665
40666 2002-12-05  Paul Eggert  <eggert@twinsun.com>
40667
40668         * lib/alloca.c [defined emacs]: Include "lisp.h".
40669         (xalloc_die) [defined emacs]: New macro.
40670         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
40671         [! defined emacs]: Include <xalloc.h>.
40672         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
40673         (pointer): Typedef to POINTER_TYPE *.
40674         (malloc): Remove decl; we now always use xmalloc.
40675         (alloca): Use old-style definition, since Emacs needs this.
40676         Check for arithmetic overflow when computing combined size.
40677
40678 2002-12-04  Paul Eggert  <eggert@twinsun.com>
40679
40680         Do not generate unlocked-io.h automatically, since it's easier to
40681         maintain it by hand.
40682
40683         * lib/unlocked-io.h: New file, from GNU diffutils,
40684         but with proper copyright notice and attribution.
40685         * lib/gen-uio: Remove.
40686         * lib/Makefile.am: Add copyright notice.
40687         (libfetish_a_SOURCES): Add unlocked-io.h.
40688         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
40689         (DISTCLEANFILES, io_functions): Remove macros.
40690         (EXTRA_DIST): Remove gen_uio.
40691         (unlocked-io.h): Remove rule.
40692
40693 2002-12-04  Jim Meyering  <jim@meyering.net>
40694
40695         Reflect the fact that stat.c and lstat.c are no longer generated.
40696         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
40697         (DISTCLEANFILES): Likewise.
40698         (EXTRA_DIST): Likewise.
40699         (all_local): Don't depend on stat.c or lstat.c.
40700         (stat.c, lstat.c): Remove rules.
40701         (EXTRA_DIST): Remove xstat.in.
40702
40703         * lib/xstat.in: Remove file.  Contents moved into stat.c.
40704         * lib/stat.c: New file.  Contents mostly from xstat.in.
40705         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
40706         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
40707
40708         * lib/safe-read.c: Rework so that it may serve to define safe_write,
40709         too.
40710         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
40711
40712 2002-12-03  Jim Meyering  <jim@meyering.net>
40713
40714         * lib/safe-read.c, safe-write.c: Change variable names and comments,
40715         but not semantics, to minimize the differences between these two files.
40716         (safe_read): Change comment to mention SAFE_READ_ERROR.
40717
40718         * lib/safe-read.c (IS_EINTR): Define.
40719         (safe_read): Use IS_EINTR in place of in-function cpp directives.
40720
40721 2002-12-02  Jim Meyering  <jim@meyering.net>
40722
40723         * lib/safe-read.c (EINTR): Define.
40724         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
40725         (INT_MAX): Provide fallback.
40726         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
40727
40728         * lib/safe-read.h (SAFE_READ_ERROR): Define.
40729
40730 2002-12-02  Bruno Haible  <bruno@clisp.org>
40731
40732         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
40733         Define, taken from safe-read.c.
40734         (INT_MAX): Provide fallback.
40735         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
40736         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
40737
40738         * lib/safe-read.c (EINTR): Remove definition.
40739         (safe_read): Don't use EINTR if it is absent.
40740
40741 2002-12-01  Jim Meyering  <jim@meyering.net>
40742
40743         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
40744         zero.
40745         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
40746
40747 2002-11-27  Paul Eggert  <eggert@twinsun.com>
40748
40749         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
40750         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
40751         with `if (! (value < limit)) abort ();', for readability.
40752
40753 2002-11-26  Karl Berry  <karl@gnu.org>
40754
40755         * lib/strdup.c: copy from libc again, with jim's ok.
40756         * lib/.cppi-disable: re-add strdup.c
40757
40758 2002-11-25  Karl Berry  <karl@gnu.org>
40759
40760         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
40761         instead of "strtol.c".
40762
40763 2002-11-25  Karl Berry  <karl@gnu.org>
40764
40765         * config/install-sh: update from automake for variable quoting, $0 in
40766         error msgs, etc.
40767
40768         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
40769         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
40770         entry.
40771
40772 2002-11-25  Jim Meyering  <jim@meyering.net>
40773
40774         * lib/mktime.c: Sync from libc, now that it has the latest fix.
40775
40776 2002-11-24  Karl Berry  <karl@gnu.org>
40777
40778         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
40779         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
40780
40781 2002-11-24  Jim Meyering  <jim@meyering.net>
40782
40783         Update from coreutils:
40784
40785         * lib/mktime.c: Merge in changes from libc.
40786
40787         Avoid a link-time failure on some Linux systems.
40788         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
40789         (otherwise).
40790         (__mon_yday): Declare with the STATIC attribute.
40791         (__mktime_internal): Likewise.
40792         Based on a report from Greg Schafer.
40793
40794 2002-11-23  Jim Meyering  <jim@meyering.net>
40795
40796         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
40797         Use `unsigned', not `int', as type of index.
40798
40799         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
40800
40801         * lib/fsusage.c: Remove unneeded parentheses around operands of
40802         `defined'.
40803
40804 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40805
40806         * lib/quotearg.h: Allow multiple inclusion by surrounding with
40807         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
40808         so that we can be included first.
40809         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
40810         * lib/quotearg.c: Include quotearg.h immediately after config.h.
40811         No need to include stddef.h or sys/types.h any more.
40812         Surround local include files with "", not "<>".
40813         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
40814         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
40815         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
40816         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
40817         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
40818         (ISPRINT): Remove; no longer needed now that we assume C89.
40819
40820         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
40821         Preserve errno.
40822
40823         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
40824         quotearg_char): Use SIZE_MAX rather than
40825         (size_t) -1 when we are talking about "infinity".
40826
40827         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
40828
40829 2002-11-22  Paul Eggert  <eggert@twinsun.com>
40830
40831         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
40832         hint that one should use `if (! x) abort ();' rather than `assert
40833         (x);', and anyway it's one less thing to worry about configuring.
40834         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
40835         hash_rehash, hash_insert): Use abort rather than assert.
40836
40837 2002-11-22  Bruno Haible  <bruno@clisp.org>
40838
40839         * lib/safe-read.h: Assume C89. Add comments.
40840         (safe_read): Change return type to size_t.
40841         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
40842         byte counts > SSIZE_MAX correctly.
40843         * lib/safe-write.h: New file.
40844         * lib/safe-write.c: New file.
40845         * lib/full-read.h: New file.
40846         * lib/full-read.c: New file.
40847         * lib/full-write.h: Assume C89. Add comments.
40848         * lib/full-write.c: Include safe-write.h.
40849         (full_write): Rewritten to use safe_write.
40850         Suggested by Jim Meyering and Paul Eggert.
40851
40852 2002-11-21  Jim Meyering  <jim@meyering.net>
40853
40854         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
40855
40856         Merge in changes from the coreutils.
40857
40858         2002-09-25  Paul Eggert  <eggert@twinsun.com>
40859         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
40860         <stdint.h>.
40861         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
40862         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
40863         int.  Work more efficiently if X is the same width as uintmax_t.
40864         Do not compare X to -1, to avoid bogus compiler warning.
40865         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
40866         Don't assume that f_frsize and f_bsize are the same type.
40867
40868         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
40869         warning on FreeBSD.
40870
40871         * lib/makepath.c (make_path): Restore umask *before* creating the final
40872         component.
40873         (make_path): Minor reformatting.
40874
40875         * lib/xmalloc.c: Adjust to work with new autoconf macros,
40876         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
40877         HAVE_MALLOC/HAVE_REALLOC.
40878
40879         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
40880         dummy ones.  At least on GNU/Linux systems, `auto' means something
40881         else.
40882         From Michael Stone.
40883
40884 2002-11-21  Bruno Haible  <bruno@clisp.org>
40885
40886         Remove case insensitive option matching.
40887         * lib/argmatch.h (argcasematch): Remove declaration.
40888         (ARGCASEMATCH): Remove macro.
40889         (__xargmatch_internal): Remove case_sensitive argument.
40890         (XARGMATCH): Update.
40891         (XARGCASEMATCH): Remove macro.
40892         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
40893         case_sensitive argument.
40894         (argcasematch): Remove function.
40895         (__xargmatch_internal): Remove case_sensitive argument.
40896         (main): Use XARGMATCH instead of XARGCASEMATCH.
40897
40898         * lib/xmalloc.c: Change compile-time error message. Add comment about
40899         required autoconf version.
40900
40901 2002-11-20  Paul Eggert  <eggert@twinsun.com>
40902
40903         Merge argmatch cleanups from Bison.  Assume C89.
40904
40905         * lib/argmatch.c: Include config.h here, not in argmatch.h.
40906         Include stdlib.h, for EXIT_FAILURE.
40907         Always include <string.h>, since we assume C89.
40908         (EXIT_FAILURE): Remove pre-C89 bug workaround.
40909         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
40910         Include <stddef.h> instead, since it's all we need for size_t.
40911         (PARAMS): Remove.  All uses removed.
40912         (ARRAY_CARDINALITY): Do not bother to #undef.
40913         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
40914         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
40915         Remove unnecessary parentheses.
40916         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
40917         Insert necessary parentheses.
40918         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
40919         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
40920
40921 2002-11-19  Bruno Haible  <bruno@clisp.org>
40922
40923         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
40924         * lib/mbswidth.h: Include <stddef.h>, for size_t.
40925
40926         * lib/mbswidth.h (PARAMS): Remove macro.
40927         (mbswidth, mbsnwidth): Use ANSI C function declarations.
40928         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
40929
40930         * lib/gcd.h (PARAMS): Remove macro.
40931         (gcd): Use ANSI C function declarations.
40932         * lib/gcd.c (gcd): Likewise.
40933
40934 2002-11-15  Bruno Haible  <bruno@clisp.org>
40935
40936         * lib/strcspn.c: Include <stddef.h>.
40937         (strcspn): Use ANSI C function declaration. Change return type to
40938         size_t. Use NULL.
40939         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
40940         (strpbrk): Use NULL.
40941         * lib/strpbrk.h (PARAMS): Remove macro.
40942         (strpbrk): Use ANSI C function declaration.
40943         * lib/strstr.c: Don't include <sys/types.h>.
40944         * lib/strstr.h (PARAMS): Remove macro.
40945         (strstr): Use ANSI C function declarations.
40946
40947 2002-11-14  Karl Berry  <karl@gnu.org>
40948
40949         * config/mkinstalldirs: `do' on separate line, instead of
40950         `for var; do'.
40951
40952 2002-11-06  Bruno Haible  <bruno@clisp.org>
40953
40954         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
40955         * lib/gcd.c (gcd): Likewise.
40956
40957 2002-11-05  Bruno Haible  <bruno@clisp.org>
40958
40959         * lib/gcd.h: New file, from gettext-0.11.5.
40960         * lib/gcd.c: New file, from gettext-0.11.5.
40961
40962 2002-11-05  Bruno Haible  <bruno@clisp.org>
40963
40964         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40965         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40966         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40967         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
40968
40969         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
40970         <libintl.h>.
40971         * lib/makepath.c: Include gettext.h instead of <locale.h> and
40972         <libintl.h>.
40973
40974         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
40975         * lib/human.c: Include gettext.h instead of <libintl.h>.
40976         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
40977         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
40978         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
40979         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
40980         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
40981         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
40982         (textdomain): Remove definition.
40983         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
40984
40985         * lib/long-options.c: Remove include of <libintl.h> and definition of
40986         _.
40987         * lib/same.c: Remove include of <libintl.h> and definition of _.
40988
40989 2002-11-04  Owen Taylor  <otaylor@redhat.com>
40990
40991         * lib/config.charset: A few additions for Solaris.
40992
40993 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
40994
40995         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
40996         * lib/localcharset.c (locale_charset): Declare as extern "C".
40997
40998 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
40999
41000         * lib/config.charset: msdos in uk_UA uses CP1125.
41001
41002 2002-11-04  Bruno Haible  <bruno@clisp.org>
41003
41004         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
41005         * lib/strcase.h: New file, from GNU gettext-0.11.5.
41006         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
41007         * lib/strstr.h: New file, from GNU gettext-0.11.5.
41008         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
41009
41010 2002-11-04  Bruno Haible  <bruno@clisp.org>
41011
41012         * lib/localcharset.c (locale_charset): Don't return an empty string.
41013
41014 2002-11-04  Bruno Haible  <bruno@clisp.org>
41015
41016         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
41017         aliases.
41018
41019 2002-11-04  Bruno Haible  <bruno@clisp.org>
41020
41021         * lib/config.charset: Update for newest glibc. Add canonical names
41022         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
41023
41024 2002-11-04  Bruno Haible  <bruno@clisp.org>
41025
41026         * lib/config.charset: Add support for NetBSD.
41027
41028 2002-11-04  Bruno Haible  <bruno@clisp.org>
41029
41030         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
41031
41032 2002-11-01  Bruno Haible  <bruno@clisp.org>
41033
41034         * configure.in: Add AC_CONFIG_AUX_DIR call.
41035         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
41036         test/Makefile.
41037         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
41038
41039 2002-09-28  Karl Berry  <karl@gnu.org>
41040
41041         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
41042         installed automake until the next release, since changes have been
41043         made.
41044
41045 2002-09-25  Karl Berry  <karl@gnu.org>
41046
41047         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
41048         * lib/getopt*: copy from libc/posix.
41049         * lib/gettext.h: copy from gettext.
41050         * lib/.cppi-disable: add strdup.c, gettext.h.
41051
41052 2002-09-25  Karl Berry  <karl@gnu.org>
41053
41054         * config/srclist.txt: enable gettext.h check.
41055         * config/config.{guess,sub}: update from prep.
41056         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
41057                 from automake 1.6.3.
41058         See srclist*.
41059
41060 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
41061
41062         * regex.c (PATFETCH): Remove the translating fetch.
41063         (PATFETCH_RAW): Rename to PATFETCH.
41064         (set_image_of_range): New fun.
41065         (SET_RANGE_TABLE_WORK_AREA): Use it.
41066         (regex_compile): Don't translate the pattern chars so eagerly.
41067         Only do it when inserting an `exactn' bytecode or when handling
41068         a char-range.
41069         (mutually_exclusive_p): Avoid empty statement.
41070
41071 2002-07-06  Jim Meyering  <meyering@lucent.com>
41072
41073         * m4/README: Don't mention Makefile.am.in.
41074         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
41075
41076 2002-07-01  Jim Meyering  <meyering@lucent.com>
41077
41078         * lib/c-stack.c: Include sys/time.h.
41079         From Volker Borchert.
41080
41081 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41082
41083         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
41084
41085 2002-06-26  Paul Eggert  <eggert@twinsun.com>
41086
41087         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
41088         New macro.  Use it uniformly instead of
41089         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
41090         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
41091         reported by Vin Shelton.
41092
41093 2002-06-22  Paul Eggert  <eggert@twinsun.com>
41094
41095         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
41096         Do not assume SA_SIGINFO behavior.
41097         Bug reported by Jim Meyering on NetBSD 1.5.2.
41098
41099 2002-06-22  Jim Meyering  <meyering@lucent.com>
41100
41101         * m4/c-stack.m4: New file, from diffutils-2.8.2.
41102         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
41103
41104         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
41105         now that configure.ac uses AC_GNU_SOURCE.
41106         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
41107         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
41108
41109         Update to latest tools.  Suggestions from Paul Eggert.
41110         * m4/stdbool.m4: New file, from diffutils-2.8.2.
41111         * m4/gnu-source.m4: Update from diffutils-2.8.2.
41112         * m4/fnmatch.m4: Likewise.
41113         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
41114         to AC_HEADER_STDBOOL
41115
41116 2002-06-22  Jim Meyering  <meyering@lucent.com>
41117
41118         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
41119         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
41120
41121 2002-06-22  Jim Meyering  <meyering@lucent.com>
41122
41123         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
41124
41125         * lib/exitfail.c, exitfail.h: Likewise.
41126         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
41127
41128         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
41129         of fnmatch.h.
41130         (EXTRA_DIST): Add fnmatch_loop.c.
41131         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
41132
41133         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
41134         * lib/fnmatch.c: Update from diffutils-2.8.2.
41135         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
41136         * lib/fnmatch.h: Remove file.
41137
41138 2002-06-21  Jim Meyering  <meyering@lucent.com>
41139
41140         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
41141         * m4/mbrtowc.m4: Likewise.
41142
41143         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
41144         * m4/mbswidth.m4: Reflect name change:
41145         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
41146         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
41147
41148         * m4/lib-link.m4: Update from gettext-0.11.2.
41149         * m4/gettext.m4: Likewise.
41150
41151         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
41152         From Alfred M. Szmidt.
41153
41154 2002-06-18  Paul Eggert  <eggert@twinsun.com>
41155
41156         * lib/file-type.h: Report an error if neither S_ISREG nor
41157         S_IFREG is defined, instead of using a test specific to glibc
41158         2.2.  This should be safe, since POSIX requires S_ISREG and
41159         Unix Version 7 had S_IFREG.  We don't need to check for
41160         <sys/types.h> since we don't use any symbols that it defines.
41161
41162 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
41163
41164         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
41165         $@-t, so that each temporary file name is unique and valid in the first
41166         8 characters, for operation under DOS.
41167
41168 2002-06-15  Paul Eggert  <eggert@twinsun.com>
41169
41170         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
41171
41172 2002-06-15  Jim Meyering  <meyering@lucent.com>
41173
41174         Work even with DJGPP 2.03, which lacks support for symlinks.
41175         From Richard Dawe.
41176         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
41177         is defined.
41178         * lib/lchown.c (S_ISLNK): Likewise.
41179
41180 2002-06-15  Jim Meyering  <meyering@lucent.com>
41181
41182         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
41183         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
41184         have been included before this file.
41185
41186 2002-06-14  Jim Meyering  <meyering@lucent.com>
41187
41188         * lib/file-type.h: Use the version from diffutils-2.8.2.
41189         * lib/file-type.c: Likewise.
41190
41191 2002-06-07  Jim Meyering  <meyering@lucent.com>
41192
41193         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
41194         They're needed at least for NetBSD 1.5.2.
41195         ($statxfs_includes): Include those same headers.
41196         ($statxfs_includes): Include sys/vfs.h if available.
41197         ($statxfs_includes): Likewise for sys/statvfs.h.
41198         Check for the following members in both structs statfs and statvfs:
41199         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
41200
41201 2002-06-01  Jim Meyering  <meyering@lucent.com>
41202
41203         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
41204         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
41205
41206 2002-05-28  Jim Meyering  <meyering@lucent.com>
41207
41208         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
41209         Reported by Volker Borchert.
41210
41211 2002-05-27  Jim Meyering  <meyering@lucent.com>
41212
41213         Fix a problem seen only on nonconforming systems whereby ls.c's
41214         use of localtime, and then of gettimeofday would cause trouble:
41215         the localtime call used to initialize rpl_gettimeofday's save
41216         mechanism would clobber ls's current local time information so
41217         that in any long listing the first file would always be listed
41218         with date 1970-01-01.  Analysis by Volker Borchert.
41219
41220         * lib/gettimeofday.c (localtime): Undefine.
41221         (rpl_localtime): New function.
41222
41223 2002-05-27  Jim Meyering  <meyering@lucent.com>
41224
41225         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
41226         localtime.
41227
41228         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
41229         use the replacement function; it wouldn't resolve at link time.
41230         Reported by Volker Borchert.
41231
41232 2002-05-22  Jim Meyering  <meyering@lucent.com>
41233
41234         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
41235         file-type.h.
41236         * lib/file-type.h: New file.
41237         * lib/file-type.c (file_type): New file/function.  Extracted from
41238         diffutils.
41239
41240 2002-04-30  Jim Meyering  <meyering@lucent.com>
41241
41242         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
41243
41244 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41245
41246         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
41247
41248 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41249
41250         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
41251         Do not check for alloca.h (no longer used) or stdbool.h (was never
41252         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
41253
41254 2002-04-29  Paul Eggert  <eggert@twinsun.com>
41255
41256         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
41257
41258 2002-04-29  Jim Meyering  <meyering@lucent.com>
41259
41260         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
41261         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
41262         Use AC_FUNC_STRNLEN here instead.
41263
41264         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
41265         With autoconf-2.53a, it's part of AC_PROG_CC.
41266
41267 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41268
41269         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
41270         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
41271
41272 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41273
41274         * lib/sig2str.h, lib/sig2str.c: New files.
41275         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
41276
41277 2002-04-28  Paul Eggert  <eggert@twinsun.com>
41278
41279         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
41280         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
41281         of 127, since 64 is the largest conceivable number for ancient
41282         nonstandard hosts.
41283         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
41284
41285 2002-04-28  Jim Meyering  <meyering@lucent.com>
41286
41287         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
41288
41289 2002-04-24  Jim Meyering  <meyering@lucent.com>
41290
41291         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
41292         (jm_PREREQ): Use it.
41293
41294         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
41295         mach/mach.h fcntl.h.
41296         Check for this function: setlocale.
41297
41298 2002-04-24  Jim Meyering  <meyering@lucent.com>
41299
41300         * lib/gettext.h: New file, from Gettext.
41301         * lib/Makefile.am (INCLUDES): Remove -I../intl.
41302         (libfetish_a_SOURCES): Add gettext.h.
41303
41304 2002-04-16  Jim Meyering  <meyering@lucent.com>
41305
41306         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
41307         ut_pid, ut_id, ut_exit.
41308
41309 2002-04-16  Jim Meyering  <meyering@lucent.com>
41310
41311         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
41312         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
41313         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
41314
41315 2002-04-12  Jim Meyering  <meyering@lucent.com>
41316
41317         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
41318         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
41319         existence of the getmntinfo function.  Needed for Darwin 5.3.
41320
41321         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
41322         This is necessary at least on Darwin 5.3.
41323
41324         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
41325         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
41326         strnlen.o in the library, and that makes some versions of ranlib
41327         object.
41328
41329 2002-04-12  Jim Meyering  <meyering@lucent.com>
41330
41331         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
41332
41333 2002-04-09  Jim Meyering  <meyering@lucent.com>
41334
41335         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
41336         to be more precise.  Rather than saying we're checking whether the
41337         function `works', say what we're testing.
41338         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
41339         Reported by Bruno Haible.
41340
41341 2002-03-10  Jim Meyering  <meyering@lucent.com>
41342
41343         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
41344         Suggestion from Santiago Vila.
41345
41346 2002-03-08  Jim Meyering  <meyering@lucent.com>
41347
41348         * lib/rename.c: Mention that this wrapper is needed also on
41349         mips-dec-ultrix4.4 systems.
41350
41351 2002-03-02  Jim Meyering  <meyering@lucent.com>
41352
41353         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
41354         not HAVE_CLOCK_SETTIME.
41355
41356 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41357
41358         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
41359         Check for clock_settime.
41360
41361 2002-02-27  Paul Eggert  <eggert@twinsun.com>
41362
41363         * lib/nanosleep.h: Rename to....
41364         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
41365
41366         * lib/gettime.c: New file.
41367         * lib/settime.c: New file.
41368         * lib/stime.c: Remove.
41369
41370         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
41371         timespec.h.  Remove nanosleep.h.
41372
41373 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41374
41375         * m4/acl.m4: New file.
41376         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
41377         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
41378
41379 2002-02-25  Paul Eggert  <eggert@twinsun.com>
41380
41381         * lib/acl.c, lib/acl.h: New files.
41382         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
41383
41384 2002-02-24  Jim Meyering  <meyering@lucent.com>
41385
41386         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
41387         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
41388         cause trouble.  Reported by Nelson Beebe.
41389
41390 2002-02-23  Paul Eggert  <eggert@twinsun.com>
41391
41392         * lib/path-concat.c (xpath_concat): Reorder code to pacify
41393         compilers that don't know that xalloc_die never returns.
41394
41395 2002-02-20  Jim Meyering  <meyering@lucent.com>
41396
41397         * lib/getdate.c: Regenerate using bison-1.33.
41398
41399 2002-02-17  Jim Meyering  <meyering@lucent.com>
41400
41401         * config/config.guess (main): Don't use `head -1'; it's no longer
41402         portable. Use `sed 1q' instead.
41403
41404 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
41405
41406         * m4/codeset.m4: Upgrade to gettext-0.11.
41407         * m4/gettext.m4: Upgrade to gettext-0.11.
41408         * m4/glibc21.m4: Upgrade to gettext-0.11.
41409         * m4/iconv.m4: Upgrade to gettext-0.11.
41410         * m4/isc-posix.m4: Upgrade to gettext-0.11.
41411         * m4/lcmessage.m4: Upgrade to gettext-0.11.
41412         * m4/lib-ld.m4: New file, from gettext-0.11.
41413         * m4/lib-link.m4: New file, from gettext-0.11.
41414         * m4/lib-prefix.m4: New file, from gettext-0.11.
41415         * m4/progtest.m4: Upgrade to gettext-0.11.
41416
41417 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41418
41419         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
41420         (jm_PREREQ): Use it.
41421
41422 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41423
41424         * lib/posixver.c, lib/posixver.h: New files.
41425         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41426
41427 2002-02-02  Paul Eggert  <eggert@twinsun.com>
41428             Bruno Haible  <bruno@clisp.org>
41429
41430         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
41431         (fwrite_success_callback): New declaration.
41432         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
41433         print_unicode_char. Call failure callback instead of error.
41434         (fwrite_success_callback): New function.
41435         (exit_failure_callback): New function.
41436         (fallback_failure_callback): New function.
41437         (print_unicode_char): Call unicode_to_mb.
41438
41439 2002-01-26  Jim Meyering  <meyering@lucent.com>
41440
41441         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
41442         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
41443
41444 2002-01-26  Jim Meyering  <meyering@lucent.com>
41445
41446         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
41447
41448 2002-01-22  Paul Eggert  <eggert@twinsun.com>
41449
41450         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
41451
41452 2002-01-22  Jim Meyering  <meyering@lucent.com>
41453
41454         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
41455         Otherwise, some versions of automake would omit the rule that makes
41456         Makefile from Makefile.in.
41457
41458 2002-01-21  Paul Eggert  <eggert@twinsun.com>
41459
41460         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
41461         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
41462         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
41463         (memcoll): Set errno to zero if there is no error.
41464
41465         * lib/quotearg.c (quotearg_buffer_restyled):
41466         Fix bug with quoting buffers containing NUL when backslashing escapes.
41467         This bug was exposed by the other changes in this patch.
41468         (quotearg_n_options): New arg ARGSIZE.
41469         All callers changed.
41470         (quoting_options_from_style): New function.
41471         (quotearg_n_style): Use it.
41472         (quotearg_n_style_mem): New function.
41473
41474         * lib/quotearg.h (quotearg_n_style_mem): New function.
41475
41476 2002-01-19  Jim Meyering  <meyering@lucent.com>
41477
41478         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
41479         Remove useless quotes: DF_PROG="df".
41480         * m4/strnlen.m4: New file.
41481
41482 2002-01-16  Paul Eggert  <eggert@twinsun.com>
41483
41484         * lib/backupfile.c (ISDIGIT): Comment fix.
41485         * lib/getdate.y (ISDIGIT): Likewise.
41486         * lib/posixtm.c (ISDIGIT, year): Likewise.
41487         * lib/strverscmp.c (ISDIGIT): Likewise.
41488         * lib/userspec.c (ISDIGIT): Likewise.
41489
41490 2002-01-16  Jim Meyering  <meyering@lucent.com>
41491
41492         * lib/getdate.y: Add three semicolons, each just before a closing
41493         brace. Bison (as of version 1.31) no longer papers over that mistake.
41494
41495 2002-01-05  Jim Meyering  <meyering@lucent.com>
41496
41497         * lib/version-etc.c (version_etc_copyright): Update copyright year.
41498
41499 2001-12-19  Paul Eggert  <eggert@twinsun.com>
41500
41501         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
41502         not silently exit merely because the output buffer happens to
41503         have nothing pending.
41504
41505 2001-12-18  Paul Eggert  <eggert@twinsun.com>
41506
41507         See the big note in ../ChangeLog.
41508         * lib/human.c (suffixes): Prefer K to k for 1024.
41509         (generate_suffix_backwards): New function.
41510         (human_readable_inexact): Use it.
41511         * lib/xstrtol.c (__xstrtol): If there is no number but there
41512         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
41513         Accept 'K' as well as 'k'.
41514
41515 2001-12-15  Jim Meyering  <meyering@lucent.com>
41516
41517         * lib/regex.h (__restrict_arr): Update from libc.
41518
41519         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
41520         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
41521         (STREQ): Define.
41522
41523 2001-12-14  Jim Meyering  <meyering@lucent.com>
41524
41525         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
41526         Suggestion from Bruno Haible.
41527
41528 2001-12-10  Jim Meyering  <meyering@lucent.com>
41529
41530         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
41531         xrealloc, Instead, include "xalloc.h".
41532         (initbuffer): Don't cast xmalloc return value to char*.
41533         (readline): Reword comment.
41534         Don't cast xrealloc return value to char*
41535         Return NULL, not 0.
41536
41537 2001-12-09  Jim Meyering  <meyering@lucent.com>
41538
41539         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
41540         about `signed and unsigned type in conditional expression'.
41541         * lib/posixtm.c (posix_time_parse): Likewise.
41542
41543         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
41544
41545         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
41546         to avoid a pedantic warning.
41547
41548         * lib/getstr.c: Don't include assert.h.
41549         (getstr): Remove warning-evoking assertions.
41550         Return -1 if offset parameter is out of bounds.
41551         Change the type of a local from int to size_t.
41552
41553         * lib/strftime.c (my_strftime_localtime_r): Include this function
41554         definition in the `#if ! HAVE_TM_GMTOFF' block.
41555
41556         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
41557         Include xalloc.h instead.
41558
41559 2001-12-02  Jim Meyering  <meyering@lucent.com>
41560
41561         * lib/tempname.c: Don't declare getenv, thus reverting the change of
41562         2001-11-18.  It's no longer necessary, now that stdlib.h is always
41563         included.
41564
41565         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
41566         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
41567
41568 2001-11-30  Akim Demaille  <akim@epita.fr>
41569
41570         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
41571         before being defined.
41572
41573 2001-11-27  Paul Eggert  <eggert@twinsun.com>
41574
41575         * lib/quotearg.h (quotearg_n, quotearg_n_style):
41576         First arg is int, not unsigned.
41577         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
41578         (SIZE_MAX, UINT_MAX): New macros.
41579         (quotearg_n_options): Abort if N is negative.
41580         Avoid overflow check on hosts where size_t is 64 bits and int
41581         is 32 bits, as overflow is impossible there.
41582         Fix off-by-one typo that caused unnecessary reallocation.
41583
41584 2001-11-27  Jim Meyering  <meyering@lucent.com>
41585
41586         * lib/tempname.c: Merge with version from libc.
41587         * lib/regex.c: Likewise.
41588
41589         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
41590         systems for which STDC_HEADERS is 0, it was not included, resulting in
41591         a warning about an integer-to-pointer conversion problem with getenv.
41592         Reported by Volker Borchert.
41593
41594 2001-11-26  Jim Meyering  <meyering@lucent.com>
41595
41596         * lib/gtod.h: Remove file.
41597         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
41598         * lib/gettimeofday.c: Don't include gtod.h.
41599         (GTOD_init): Remove function.
41600         (rpl_gettimeofday): Do its job here instead, rather than aborting.
41601         Suggestion from Volker Borchert.
41602
41603 2001-11-23  Jim Meyering  <meyering@lucent.com>
41604
41605         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
41606         it.
41607         * lib/hash.c (struct hash_table): Define it here instead.
41608
41609 2001-11-22  Jim Meyering  <meyering@lucent.com>
41610
41611         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
41612
41613 2001-11-20  Jim Meyering  <meyering@lucent.com>
41614
41615         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
41616         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
41617
41618 2001-11-19  Jim Meyering  <meyering@lucent.com>
41619
41620         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
41621         directory.  Use "conftestXXXXXX" as the template.
41622         Suggestion from Paul Eggert.
41623
41624         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
41625         immediately, so the test doesn't mistakenly hit the max-open-files
41626         limit.
41627
41628 2001-11-18  Paul Eggert  <eggert@twinsun.com>
41629
41630         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
41631         (TEMPORARIES): New macro.
41632         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
41633         removes an artificial limitation (e.g. HP-UX 10.20, where
41634         TMP_MAX is 17576).
41635
41636 2001-11-18  Jim Meyering  <meyering@lucent.com>
41637
41638         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
41639
41640 2001-11-18  Jim Meyering  <meyering@lucent.com>
41641
41642         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
41643         on SunOS 4.
41644
41645         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
41646         files will be created before anything else.
41647
41648 2001-11-17  Paul Eggert  <eggert@twinsun.com>
41649
41650         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
41651         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
41652
41653 2001-11-17  Jim Meyering  <meyering@lucent.com>
41654
41655         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
41656         Prompted by a report from Bob Proulx.
41657
41658         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
41659         Instead, require UTILS_FUNC_MKSTEMP.
41660
41661 2001-11-17  Jim Meyering  <meyering@lucent.com>
41662
41663         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
41664         Now, that's done as part of AC_FUNC_STRTOD.
41665
41666 2001-11-17  Jim Meyering  <meyering@lucent.com>
41667
41668         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
41669         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
41670         rather than group writable.  Patch by Juan F. Codagnone.
41671
41672         * lib/readtokens.c: Remove explicit declarations of xmalloc and
41673         xrealloc, Instead, include "xalloc.h".
41674
41675         * lib/mountlist.c: Include unlocked-io.h after all system headers.
41676         Remove explicit declarations of xmalloc, xrealloc,
41677         and xstrdup.  Instead, include "xalloc.h".
41678
41679         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
41680         unlocked-io.h.
41681         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
41682         Likewise.
41683         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
41684
41685         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
41686         Reported by Padraig Brady.
41687
41688         * lib/mkstemp.c: #undef mkstemp.
41689         Include config.h.
41690         (rpl_mkstemp): Rename from mkstemp.
41691         Protoize.
41692
41693 2001-11-16  Jim Meyering  <meyering@lucent.com>
41694
41695         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
41696         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
41697         determine the amount of total physical memory, use pstat_getstatic.
41698         HPUX-11 doesn't define _SC_PHYS_PAGES.
41699         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
41700         If sysconf couldn't be used to determine the amount of available
41701         physical memory, use both pstat_getstatic and pstat_getdynamic.
41702         Based on a patch from Bob Proulx.
41703
41704 2001-11-10  Jim Meyering  <meyering@lucent.com>
41705
41706         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
41707         (jm_PREREQ): Use it.
41708
41709 2001-11-09  Jim Meyering  <meyering@lucent.com>
41710
41711         * m4/jm-macros.m4: Require autoconf-2.52f.
41712         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
41713         Use these AC_-prefixed names, not the AM_-prefixed ones.
41714
41715         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
41716
41717 2001-11-05  Jim Meyering  <meyering@lucent.com>
41718
41719         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
41720
41721 2001-11-04  Jim Meyering  <meyering@lucent.com>
41722
41723         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
41724         $DEFS.
41725
41726 2001-11-03  Jim Meyering  <meyering@lucent.com>
41727
41728         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
41729         of AC_DEFUN.
41730
41731         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
41732         know the name of the variable in the macro definition.
41733
41734 2001-11-03  Jim Meyering  <meyering@lucent.com>
41735
41736         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
41737         in argmatch_to_argument call.
41738
41739         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
41740         argument.
41741
41742         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
41743         e.g., a fault due to an attempt to free a NULL pointer.
41744
41745 2001-11-01  Jim Meyering  <meyering@lucent.com>
41746
41747         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
41748         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
41749
41750 2001-11-01  Jim Meyering  <meyering@lucent.com>
41751
41752         * lib/dirfd.c, lib/dirfd.h: New files.
41753         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
41754
41755         * lib/hash.c (hash_print) [TESTING]: Clean up.
41756
41757 2001-10-22  Paul Eggert  <eggert@twinsun.com>
41758
41759         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
41760         to avoid a warning if -Wall.
41761
41762 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
41763
41764         * README: New file
41765         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
41766         (per RMS's instructions, this is now the canonical source)
41767         * lgpl/, gpl/: New directories.
41768
41769 2001-10-21  Paul Eggert  <eggert@twinsun.com>
41770
41771         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
41772
41773 2001-10-21  Jim Meyering  <meyering@lucent.com>
41774
41775         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
41776         this code would end up calling gettext even in packages built
41777         with --disable-nls.
41778         * lib/getopt.c (_): Likewise.
41779         * lib/regex.c (_): Likewise.
41780
41781 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41782
41783         * m4/error.m4 (jm_PREREQ_ERROR):
41784         Do not invoke AC_CHECK_FUNCS with strerror_r, as
41785         AC_FUNC_STRERROR_R does that.
41786         Check for strerror declaration.
41787
41788         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
41789         are supposed to have them these days.
41790         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
41791         Merge changes from latest Autoconf CVS.
41792         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
41793         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
41794         POSIX decided to standardize on the int flavor of strerror_r.
41795
41796 2001-10-20  Paul Eggert  <eggert@twinsun.com>
41797
41798         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
41799         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
41800         Use strerror_r that is only a macro, even if it is not a function.
41801         (strerror): Check for HAVE_DECL_STRERROR before declaring.
41802         (private_strerror): Use prototypes, not old-style function definition.
41803         (print_errno_message): New function.
41804         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
41805         char*-flavored one.
41806         (error_tail, error, error_at_line): Use it.
41807
41808 2001-10-11  Jim Meyering  <meyering@lucent.com>
41809
41810         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
41811         and quote_n (1, ... to avoid clobbering a buffer.
41812
41813 2001-10-05  Jim Meyering  <meyering@lucent.com>
41814
41815         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
41816         hash-pjw.h.
41817         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
41818         * lib/hash-pjw.h: New file.
41819
41820 2001-09-30  Jim Meyering  <meyering@lucent.com>
41821
41822         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
41823         `struct fsstat' has the `f_fstypename' member.
41824         Use that to define FS_TYPE, which is now used to make
41825         the getfsstat link test tighter.
41826
41827 2001-09-30  Jim Meyering  <meyering@lucent.com>
41828
41829         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
41830         Include <sys/ucred.h>, for Apple Darwin.
41831         Include sys/mount.h and sys/fs_types.h only if available.
41832         (FS_TYPE): Define.
41833         (read_filesystem_list): Use FS_TYPE.
41834
41835 2001-09-29  Paul Eggert  <eggert@twinsun.com>
41836
41837         * lib/exclude.c (excluded_filename): 0 -> false, since it's
41838         a boolean context.
41839
41840 2001-09-29  Jim Meyering  <meyering@lucent.com>
41841
41842         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41843         [one-argument getmntent function]): Include stdio.h before mntent.h.
41844         SunOS 4.1.x needs it for the declaration of `FILE'.
41845         Patch by Volker Borchert.
41846
41847         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
41848         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
41849         sys/fs_types.h, and make the link-test for getfsstat guard #include
41850         directives with appropriate #if HAVE_*_H tests so that we can
41851         detect getfsstat on Apple Darwin1.3.7 systems.
41852         Reported by Nelson Beebe.
41853         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
41854
41855 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41856
41857         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41858         #defines strtoimax.  Also treat the other strto* functions
41859         like strtoimax.
41860
41861         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
41862         Check for strtoul and strtoumax,
41863         as those declarations are made even in the signed case.
41864         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
41865         Likewise, for strtol and strtoimax.
41866
41867 2001-09-28  Paul Eggert  <eggert@twinsun.com>
41868
41869         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
41870         #defines strtoimax.  Also treat the other strto* functions
41871         like strtoimax.
41872
41873         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
41874         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
41875         (strtoimax, strtoumax): Do not declare if already defined as a macro.
41876
41877 2001-09-26  Jim Meyering  <meyering@lucent.com>
41878
41879         Most macros in unlocked-io.h had the wrong number of arguments.
41880         * lib/gen-uio: New script.
41881         (USE_UNLOCKED_IO): Define to 1 if not already defined.
41882         * lib/unlocked-io.hin: Remove file.
41883         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
41884         rather than trying to embed it here.
41885         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
41886         Reported by Padraig Brady.
41887
41888 2001-09-25  Volker Borchert  <bt@teknon.de>
41889
41890         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
41891         `result'.
41892
41893 2001-09-24  Jim Meyering  <meyering@lucent.com>
41894
41895         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
41896
41897 2001-09-23  Jim Meyering  <meyering@lucent.com>
41898
41899         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
41900         instead of the mere test for existence of mntent.h.  The latter
41901         would get a false-positive on AIX 3.4 systems.
41902         In the outer getmntent if-block, don't die if neither of the getmntent
41903         tests succeeds.  Instead, just fall through and continue with the
41904         remaining tests.
41905
41906 2001-09-23  Jim Meyering  <meyering@lucent.com>
41907
41908         * lib/mountlist.c: Remove useless parentheses in #if directives.
41909         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
41910         the deprecated MOUNTED symbol is no longer defined in mntent.h.
41911
41912 2001-09-22  Jim Meyering  <meyering@lucent.com>
41913
41914         * m4/gettext.m4: New file.  From gettext.
41915         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
41916         * m4/progtest.m4: Likewise
41917         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
41918         * m4/glibc21.m4: Likewise.
41919
41920         * m4/libintl.m4: Remove.  No longer used.
41921
41922 2001-09-22  Jim Meyering  <meyering@lucent.com>
41923
41924         * lib/localcharset.c: Update from latest gettext.
41925         * lib/config.charset: Likewise.
41926
41927 2001-09-20  Jim Meyering  <meyering@lucent.com>
41928
41929         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
41930         strtoimax.
41931         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
41932         strtoumax.
41933
41934 2001-09-20  Jim Meyering  <meyering@lucent.com>
41935
41936         * lib/xstrtol.c (strtoimax): Guard declaration with
41937         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
41938         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
41939         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
41940         (strtoumax): Likewise, for completeness (it wasn't necessary).
41941
41942 2001-09-17  Paul Eggert  <eggert@twinsun.com>
41943
41944         * lib/strtoimax.c (HAVE_LONG_LONG):
41945         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
41946         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
41947         to work around bug in IBM C compiler.
41948
41949 2001-09-17  Jim Meyering  <meyering@lucent.com>
41950
41951         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
41952         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
41953         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
41954         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
41955         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
41956         whenever the right hand side need not be expanded by the shell.
41957
41958 2001-09-16  Paul Eggert  <eggert@twinsun.com>
41959
41960         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
41961         library.  It's not correct, as some older glibcs are buggy.
41962         fnmatch wasn't fixed until glibc 2.2.
41963
41964         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
41965         special shell magic here.
41966
41967 2001-09-16  Jim Meyering  <meyering@lucent.com>
41968
41969         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
41970         * m4/jm-macros.m4: Require it.
41971
41972 2001-09-16  Jim Meyering  <meyering@lucent.com>
41973
41974         * lib/mkdir.c: New file.
41975
41976 2001-09-15  Jim Meyering  <meyering@lucent.com>
41977
41978         * m4/jm-macros.m4: Check for help2man.
41979
41980 2001-09-11  Jim Meyering  <meyering@lucent.com>
41981
41982         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
41983         The body, by Paul Eggert, was moved here from configure.in.
41984         * m4/jm-macros.m4: Require UTILS_HOST_OS.
41985
41986 2001-09-04  Paul Eggert  <eggert@twinsun.com>
41987
41988         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
41989         (jm_PREREQ): Use it.
41990
41991 2001-09-04  Paul Eggert  <eggert@twinsun.com>
41992
41993         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
41994         Use ssize_t, not int, to store result of readlink.
41995         Check for ssize_t overflow as well as size_t overflow,
41996         as POSIX says the result of readlink is implementation-defined
41997         when ssize_t overflows.
41998         Remove unnecessary cast to char*.
41999         Use free+malloc instead of realloc, as the storage doesn't need
42000         to be preserved and it's clearer and can be more efficient that way.
42001         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
42002         * lib/xreadlink.h (xreadlink): Update prototype.
42003
42004 2001-09-04  Paul Eggert  <eggert@twinsun.com>
42005
42006         * lib/xgetcwd.c: Revert some of the previous change; intead,
42007         fix the HAVE_GETCWD_NULL code to behave more like the
42008         !HAVE_GETCWD_NULL code used to.
42009
42010         Include "xalloc.h".
42011         (xgetcwd): Do not return NULL when memory is exhausted; instead,
42012         invoke xalloc_die.
42013
42014 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42015
42016         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
42017         sys/param.h, as pathmax.h includes them.
42018
42019 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42020
42021         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
42022         (jm_PREREQ_XGETCWD): New macro.
42023
42024         * m4/getcwd.m4: New file.
42025
42026 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42027
42028         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
42029         like the HAVE_GETCWD_NULL code.
42030         Include pathmax.h if not HAVE_GETCWD.
42031         Do not include xalloc.h.
42032         (INITIAL_BUFFER_SIZE): New symbol.
42033         Do not use xmalloc / xrealloc, since the caller is responsible for
42034         handling errors.  Preserve errno around `free' during failure.
42035         Do not overrun buffer when using getwd.
42036
42037 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42038
42039         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
42040         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
42041         getcwd (NULL, 0).
42042
42043 2001-09-03  Paul Eggert  <eggert@twinsun.com>
42044
42045         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
42046         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
42047         spotted by Jim Meyering.
42048
42049 2001-09-03  Jim Meyering  <meyering@lucent.com>
42050
42051         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
42052         failure.
42053
42054 2001-09-02  Jim Meyering  <meyering@lucent.com>
42055
42056         * lib/error.c: Update from GNU libc.
42057
42058 2001-09-01  Jim Meyering  <meyering@lucent.com>
42059
42060         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
42061         Used by df.
42062
42063 2001-09-01  Jim Meyering  <meyering@lucent.com>
42064
42065         * lib/xreadlink.c: New file.
42066         * lib/xreadlink.h: New file.
42067         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
42068         xreadlink.h.
42069
42070         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
42071         doesn't conflict with sparc Solaris 7's definition in
42072         /usr/include/sys/int_types.h.
42073
42074         * lib/exclude.c: Use `""', not `<>' to #include non-system header
42075         files.
42076         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
42077         and strncasecmp as r-values.  Unixware didn't have declarations.
42078
42079 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42080
42081         * lib/xstrtol.h: Add copyright notice.
42082         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
42083         LONGINT_INVALID_SUFFIX_CHAR.
42084
42085 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42086
42087         * lib/xstrtol.c (strtoimax): New decl.
42088
42089 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42090
42091         * lib/xgetcwd.c: Don't include pathmax.h.
42092         Include stdlib.h and unistd.h if available.
42093         Include xalloc.h.
42094         (xmalloc, xstrdup, free): Remove decls.
42095         (xgetcwd): Don't assume sizes fit in unsigned.
42096         Check for overflow when computing sizes.
42097         Simplify reallocation code.
42098
42099 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42100
42101         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
42102         a directory's st_size can have an arbitrary value, so the old
42103         usage could waste an arbitrary amount of memory.  All uses
42104         changed.
42105         * lib/savedir.h: Update prototype.
42106
42107 2001-08-31  Paul Eggert  <eggert@twinsun.com>
42108
42109         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
42110
42111         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
42112         old strtoimax.c.
42113
42114         Also, make the following further changes to make this file's
42115         configuration more similar to that of strtol.c:
42116         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
42117         (strtoumax, uintmax_t, strtoull, strtol): Remove.
42118         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
42119         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
42120         changed to signed values.
42121
42122         And make the following changes as well:
42123         Fix copyright notice, as 1999 was missing.
42124         (verify): New macro.
42125         (strtoimax): Check sizes at compile-time, not run-time.
42126         Prefer strtol to strtoll if both work.
42127         (main): Remove; it was not that useful and was a pain to maintain.
42128
42129         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
42130
42131 2001-08-31  Jim Meyering  <meyering@lucent.com>
42132
42133         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
42134         Use an initial, malloc'd, buffer of length 128 rather than
42135         a statically allocated one of length 1024.
42136
42137 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42138
42139         Simplify code, partly by assuming autoconf 2.52 semantics.
42140
42141         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
42142
42143         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
42144         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
42145         All uses removed.
42146         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
42147         Move AC_REQUIRE to next-to-top level, to avoid confusion.
42148         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
42149         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
42150         jm_AC_HEADER_INTTYPES_H.
42151         * m4/jm-macros.m4 (jm_MACROS): Likewise.
42152
42153         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
42154
42155         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
42156         Quote first arg of AC_DEFUN.
42157         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
42158         since they are needed to parse the include file even if we need
42159         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
42160         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
42161         but with opposite signedness.
42162
42163 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42164
42165         Merge 'exclude' changes from tar 1.13.22.
42166         This fixes one or two unlikely storage allocation overflow bugs,
42167         but doesn't change user-visible behavior otherwise.
42168
42169 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42170
42171         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
42172         (jm_PREREQ_EXCLUDE): New macro.
42173
42174 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42175
42176         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
42177         tm to be declared.
42178
42179 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42180
42181         * lib/hash.c: Remove '2001' from copyright notice.
42182
42183 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42184
42185         * lib/full-write.h: New file.
42186         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
42187         * lib/full-write.c: Correct credits, as cccp.c no longer
42188         exists and anyway it was so heavily changed from the old cccp
42189         code as to be unrecognizable.  Include full-write.h.
42190         (full_write) Return size_t, with short writes meaning failure.
42191         All callers changed.  This fixes a bug with large buffers
42192         on 64-bit hosts.
42193         * lib/utime.c: Include full-write.h.
42194
42195 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42196
42197         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
42198         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
42199         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
42200         Include if available.
42201         (<xalloc.h>): Include
42202         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
42203         (verify): New macro.  Use it to verify that EXCLUDE macros do not
42204         collide with FNM macros.
42205         (struct patopts): New struct.
42206         (struct exclude): Use it, as exclude patterns now come with options.
42207         (new_exclude): Support above changes.
42208         (new_exclude, add_exclude_file):
42209         Initial size must now be a power of two to simplify overflow checking.
42210         (free_exclude, fnmatch_no_wildcards): New function.
42211         (excluded_filename): No longer requires options arg, as the options
42212         are determined by add_exclude.  Now returns bool, not int.
42213         (excluded_filename, add_exclude):
42214         Add support for the fancy new exclusion options.
42215         (add_exclude, add_exclude_file): Now takes int options arg.
42216         Check for arithmetic overflow when computing sizes.
42217         (add_exclude_file): xrealloc might modify errno, so don't
42218         realloc until after errno might be used.
42219
42220         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
42221         New macros.
42222         (free_exclude): New decl.
42223         (add_exclude, add_exclude_file): Now takes int options arg.
42224         (excluded_filename): No longer requires options arg, as the options
42225         are determined by add_exclude.  Now returns bool, not int.
42226
42227 2001-08-30  Paul Eggert  <eggert@twinsun.com>
42228
42229         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
42230
42231 2001-08-27  Jim Meyering  <meyering@lucent.com>
42232
42233         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
42234
42235         * lib/version-etc.c (N_): Remove definition.
42236         Revert most of last change.
42237         Instead, simply don't mark the `Copyright...' string for translation.
42238         Based on advice from Paul Eggert.
42239
42240         * lib/strtoxmax.c: Tweak comment.
42241
42242 2001-08-26  Jim Meyering  <meyering@lucent.com>
42243
42244         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
42245
42246         * m4/xstrtoimax.m4: New file.
42247         * m4/xstrtoumax.m4: Add comments explaining why we
42248         AC_REPLACE_FUNCS(strtol).
42249
42250 2001-08-26  Jim Meyering  <meyering@lucent.com>
42251
42252         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
42253         of copyright with `%s' so translators don't get an untranslated
42254         message in 2002.
42255         (COPYRIGHT_YEAR): Define.
42256         (version_etc): Use fprintf rather than fputs.
42257         Suggestion from Ulrich Drepper.
42258
42259         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
42260
42261         * lib/strtoll.c: New file, from GNU libc.
42262         * lib/xstrtoimax.c: New file.
42263
42264         * lib/xstrtol.h: Add xstrtoimax.
42265         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
42266         * lib/strtoimax.c: New file.  Likewise, but first define
42267         STRTOUXMAX_SIGNED.
42268
42269         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
42270         ...
42271         * lib/strtoxmax.c: ... then renamed to this.
42272
42273 2001-08-18  Paul Eggert  <eggert@twinsun.com>
42274
42275         * m4/inttypes.m4: Add AC_PREREQ(2.13).
42276         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
42277         (jm_AC_TYPE_INTMAX_T): New macro.
42278         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
42279
42280         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
42281
42282         * m4/longlong.m4: Renamed from ulonglong.m4.
42283         * m4/inttypes.m4: Renamed from inttypes_h.m4.
42284         * m4/uintmax_t.m4: Removed.
42285
42286 2001-08-13  Paul Eggert  <eggert@twinsun.com>
42287
42288         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
42289         Port to Solaris 8, where 'sed' requires a space after the 'r'
42290         command, and where sh dislikes "$/".  Clean up the spacing a bit.
42291         Redirect output to $tmp just once.
42292
42293 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
42294
42295         * lib/addext.c (<errno.h>): Include.
42296         (errno): Declare if not defined.
42297         (addext): Work correctly when pathconf returns -1 and leaves
42298         errno alone because there is no limit.  Also, work even if
42299         pathconf returns a value greater than SIZE_MAX.
42300
42301 2001-08-12  Jim Meyering  <meyering@lucent.com>
42302
42303         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
42304         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
42305         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
42306         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
42307         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
42308         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
42309         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
42310         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
42311         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
42312         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
42313         utime.m4, utimes.m4, xstrtoumax.m4:
42314         Quote the first argument in each use of AC_DEFUN.
42315
42316 2001-08-12  Jim Meyering  <meyering@lucent.com>
42317
42318         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
42319         Simply `return getcwd (NULL, 0);'.
42320         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
42321         Use 1300 as initial value for length, not PATH_MAX.
42322
42323         * lib/pathmax.h: Clean up cpp syntax.
42324
42325 2001-08-12  Jim Meyering  <meyering@lucent.com>
42326
42327         * lib/gettimeofday.c: New file.
42328         * lib/gtod.h: New file.
42329         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
42330
42331 2001-08-05  Jim Meyering  <meyering@lucent.com>
42332
42333         * m4/jm-macros.m4: Require autoconf-2.52.
42334
42335 2001-08-04  Jim Meyering  <meyering@lucent.com>
42336
42337         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
42338         stmt, to get in sync with glibc.
42339
42340 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42341
42342         The following changes are from gettext 0.10.39 as maintained by
42343         Bruno Haible.
42344
42345         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
42346         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
42347         with inverted sense.  All uses changed.
42348
42349         * lib/mbswidth.c: Don't include <limits.h>.
42350         Include <stdlib.h> and <string.h> unconditionally.
42351         (iswcntrl, mbsinit, ISCNTRL): New macros.
42352         (mbsnwidth): Use K&R style function declarations.
42353         Don't bother checking for MB_LEN_MAX == 1, since the compiler
42354         can optimize it when MB_CUR_MAX == 1.
42355         The width of control characters is zero, not 1.
42356
42357 2001-08-03  Paul Eggert  <eggert@twinsun.com>
42358
42359         The following changes are from gettext 0.10.39 as maintained by
42360         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
42361
42362         * m4/codeset.m4: Upgrade to serial AM1.
42363         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
42364         all uses changed.  Quote first arg of AC_DEFUN.
42365         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
42366
42367         * m4/iconv.m4: Upgrade to serial AM2.
42368         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
42369         Add --with-libconv-prefix.
42370         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
42371         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
42372         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
42373         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
42374         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
42375
42376         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
42377         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
42378         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
42379         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
42380         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
42381         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
42382         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
42383         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
42384         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
42385
42386         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
42387         string.h any more.
42388
42389         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
42390         not the default value.
42391
42392         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
42393         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
42394         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
42395         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
42396         Also check for iswcntrl, used for wcwidth fallback.
42397         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
42398         to Autoconf 2.13.
42399
42400 2001-08-03  Jim Meyering  <meyering@lucent.com>
42401
42402         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
42403         as it was in the original.  Reported by Paul Eggert.
42404
42405 2001-07-16  Jim Meyering  <meyering@lucent.com>
42406
42407         * m4/gettimeofday.m4: New file.
42408         Prompted by a report from Bernhard Baehr.
42409
42410 2001-07-15  Jim Meyering  <meyering@lucent.com>
42411
42412         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
42413         stuff. Now it's in ../Makefile.cfg.
42414
42415 2001-07-15  Jim Meyering  <meyering@lucent.com>
42416
42417         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
42418         (BUILT_SOURCES): Add unlocked-io.h.
42419         (io_functions): Define.
42420         (unlocked-io.h): New rule.
42421         (DISTCLEANFILES): Add unlocked-io.h.
42422         (all-local): Depend on unlocked-io.h, to ensure it is created.
42423
42424         * lib/unlocked-io.hin: New file
42425
42426         * lib/regex.c: Update from glibc.
42427
42428 2001-07-05  Jim Meyering  <meyering@lucent.com>
42429
42430         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
42431         recommendation.
42432         (libfetish_a_SOURCES): Put all .h files here instead.
42433         Remove a thus-exposed (better checks in automake) duplicate and
42434         two unnecessary .h files.
42435
42436 2001-07-04  Jim Meyering  <meyering@lucent.com>
42437
42438         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
42439         that generates jm-glibc-io.m4 so that it doesn't trigger any make
42440         distcheck failure.
42441
42442 2001-07-02  Jim Meyering  <meyering@lucent.com>
42443
42444         The following changes were prompted by suggestions from Bruno Haible.
42445
42446         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
42447         is now generated.
42448         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
42449         definition of EXTRA_DIST.
42450         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
42451         ensure that the generated file is created/updated whenever the list
42452         of $(unlocked_functions) is changed.
42453         (jm-glibc-io.m4): New rule.
42454         (unlocked-io.h): New rule -- currently unused.
42455
42456 2001-06-24  Jim Meyering  <meyering@lucent.com>
42457
42458         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
42459         unmatched right bracket, rather than kludging it with an extra,
42460         falsely-matching quote in a comment.  Patch by Akim Demaille.
42461
42462 2001-06-11  Jim Meyering  <meyering@lucent.com>
42463
42464         * lib/regex.c: Update from GNU libc.
42465
42466 2001-05-27  Jim Meyering  <meyering@lucent.com>
42467
42468         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
42469         Check for ut_type in struct utmp.
42470
42471 2001-05-27  Jim Meyering  <meyering@lucent.com>
42472
42473         * lib/readutmp.h (UT_TYPE): Define.
42474
42475 2001-05-24  Jim Meyering  <meyering@lucent.com>
42476
42477         * lib/argmatch.c: Include "quote.h".
42478         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
42479         quote function.  Reported by Göran Uddeborg.
42480
42481 2001-05-22  Jim Meyering  <meyering@lucent.com>
42482
42483         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
42484         now that we use the package-supplied version unconditionally.
42485         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
42486
42487 2001-05-21  Jim Meyering  <meyering@lucent.com>
42488
42489         * m4/regex.m4: Change a couple backticks to single quotes to avoid
42490         shell syntax errors.
42491
42492 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42493
42494         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
42495
42496 2001-05-20  Paul Eggert  <eggert@twinsun.com>
42497
42498         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
42499         Don't bother to check library strftime, since
42500         we'll be using our own my_strftime function anyway.
42501         Define my_strftime instead of strftime.
42502
42503 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
42504
42505         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
42506         which is not yet declared.
42507
42508 2001-05-15  Jim Meyering  <meyering@lucent.com>
42509
42510         * m4/regex.m4: Use proper quoting so brackets appear in the test
42511         program.
42512         Reported by, and with help from, Bruno Haible.
42513
42514 2001-05-13  Jim Meyering  <meyering@lucent.com>
42515
42516         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
42517         undefined.
42518
42519 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42520
42521         dirname code cleanup.  base_name now behaves more compatibly
42522         with POSIX basename when given file names that have trailing
42523         slashes, and similarly for dir_name.  Add new primitives
42524         base_len and dir_len.  Put the directory-name-related decls
42525         into dirname.h.
42526
42527         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
42528         * lib/backupfile.c (base_name): Likewise.
42529         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
42530         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
42531         * lib/makepath.c (strip_trailing_slashes): Likewise.
42532         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
42533         ISSLASH): Likewise.
42534         * lib/rename.c (strip_trailing_slashes): Likewise.
42535         * lib/same.c (base_name): Likewise.
42536         * lib/stripslash.c (ISSLASH): Likewise.
42537
42538         * lib/addext.c: Include <dirname.h> after size_t is defined.
42539         * lib/backupfile.c: Likewise.
42540
42541         * lib/addext.c (addext): Use base_len to trim redundant
42542         trailing slashes instead of doing it ourselves.
42543         But do not trim the last slash if it is not redundant.
42544
42545         * lib/backupfile.c (find_backup_file_name,
42546         max_backup_version): Use base_len instead of rolling it ourselves.
42547         Handle the case of "" and (on DOS) "C:" correctly.
42548
42549         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
42550         needed. Include <string.h>, <dirname.h>.
42551         (base_name): Allow file names ending in slashes, other than names
42552         that are all slashes.  In this case, return the basename followed
42553         by the slashes.  This is more general, and can be used in places
42554         where the original base_name purposely had an assertion failure.
42555         (base_len): New function.
42556
42557         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
42558         Do not include <assert.h>; no longer needed.
42559         Include xalloc.h.
42560         (memrchr): Remove decl.
42561         (dir_name_r): Remove.
42562         (dir_len): Renamed from dirlen.  All callers changed.
42563         Rewrite in terms of base_name, for simplicity and consistency.
42564         (dir_name): Never return NULL.  All callers changed.
42565         Do not include <stdlib.h> in test program; no longer needed.
42566         return 0; is fine for test program.
42567
42568         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
42569         New macros.
42570         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
42571
42572         * lib/path-concat.c (path_concat): Use base_len to compute
42573         base length, not strlen; this means we cannot rely on memcpy
42574         to null-terminate.
42575
42576         * lib/same.c (STREQ): Remove.
42577         (same_name): Handle the case where the basename ends in trailing '/'.
42578
42579         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
42580         a slash was stripped.  Do not strip the last slash after a
42581         file system prefix.
42582
42583 2001-05-11  Paul Eggert  <eggert@twinsun.com>
42584
42585         * lib/Makefile.am (libfetish_a_SOURCES):
42586         Add strftime.c, since we now compile it on all hosts.
42587
42588         * lib/strftime.c (my_strftime):
42589         Define to nstrftime if emacs, but only if my_strftime is not defined.
42590         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
42591         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
42592         Add one more extra argument: a nanoseconds value.
42593         All uses changed.
42594         (ns): New macro.
42595         (my_strftime function): Add %N format.
42596         (emacs_strftimeu): Renamed from emacs_strftime,
42597         with extra ut argument.
42598
42599 2001-05-09  Paul Eggert  <eggert@twinsun.com>
42600
42601         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
42602
42603 2001-04-21  Jim Meyering  <meyering@lucent.com>
42604
42605         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
42606         doesn't interfere.
42607
42608 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
42609
42610         * m4/ftruncate.m4: Check for chsize.
42611         Link with ftruncate.o unconditionally if ftruncate is missing.
42612         This was required when cross-compiling to i586-mingw32msvc.
42613
42614 2001-04-08  Jim Meyering  <meyering@lucent.com>
42615
42616         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
42617         recomputed; that's necessary when the offset spans a DST transition.
42618         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
42619
42620 2001-04-02  Jim Meyering  <meyering@lucent.com>
42621
42622         * lib/regex.h, regex.c: Update from GNU libc.
42623
42624 2001-03-24  Jim Meyering  <meyering@lucent.com>
42625
42626         * m4/jm-macros.m4: Require autoconf-2.49d.
42627
42628 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
42629
42630         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
42631
42632 2001-03-19  Paul Eggert  <eggert@twinsun.com>
42633
42634         * lib/version-etc.c (version_etc_copyright): Update to 2001.
42635
42636 2001-03-17  Jim Meyering  <meyering@lucent.com>
42637
42638         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
42639         now that the version in autoconf is equivalent.
42640         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
42641
42642         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
42643         Suggestion from Akim Demaille.
42644
42645         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
42646         (jm_PREREQ_TEMPNAME): New function.
42647
42648 2001-03-16  Paul Eggert  <eggert@twinsun.com>
42649
42650         * lib/tempname.c (uint64_t): Define to uintmax_t if
42651         not defined, and if UINT64_MAX is not defined.
42652         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
42653         Reported by John David Anglin.
42654
42655 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
42656
42657         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
42658         resolve alias if codeset is empty.
42659         * lib/config.charset (BeOS): Use wildcard syntax.
42660
42661 2001-03-13  Jim Meyering  <meyering@lucent.com>
42662
42663         * lib/path-concat.c (path_concat)
42664         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
42665         concatenating e.g., `C:' and `foo'.
42666         From Bruno Haible.
42667
42668 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42669
42670         * lib/localcharset.c (locale_charset): Don't use
42671         setlocale(LC_CTYPE,NULL). Don't return NULL.
42672         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
42673
42674 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
42675
42676         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
42677         support for DOS/DJGPP.
42678
42679 2001-03-01  Paul Eggert  <eggert@twinsun.com>
42680
42681         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
42682         lacks mkstemp.  Compile our own tempname.c if we compile our own
42683         mkstemp.c, as mkstemp relies on tempname.
42684
42685 2001-03-01  Jim Meyering  <meyering@lucent.com>
42686
42687         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
42688         AH_VERBATIM really does output its argument verbatim.
42689
42690 2001-02-28  Paul Eggert  <eggert@twinsun.com>
42691
42692         * lib/Makefile.am (libfetish_a_SOURCES):
42693         Add dup-safer.c, fopen-safer.c.
42694         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
42695
42696         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
42697         * lib/unistd-safer.h: New files.
42698
42699 2001-02-25  Paul Eggert  <eggert@twinsun.com>
42700
42701         The mkstemp replacement is taken from glibc 2.2.2, with some
42702         portability fixes for use outside glibc, as follows:
42703
42704         * lib/tempname.c (struct_stat64): New macro.
42705         (direxists, __gen_tempname): Use it.
42706         This avoids a portability problem with Solaris 8.
42707
42708         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
42709         (<stddef.h>, <stdint.h>, <string.h>):
42710         Include only if STDC_HEADERS || _LIBC.
42711         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
42712         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
42713         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
42714         (__set_errno): Define this macro if <errno.h> doesn't.
42715         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
42716         Define these macros if <stdio.h> doesn't.
42717         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
42718         Define these macros if <sys/stat.h>
42719         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
42720         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
42721         __xstat64): Define if not _LIBC.
42722         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
42723         (__gen_tempname): Invoke gettimeofday only if
42724         HAVE_GETTIMEOFDAY || _LIBC;
42725         otherwise, fall back on plain "time".
42726         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
42727
42728         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
42729
42730         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
42731
42732 2001-02-18  Paul Eggert  <eggert@twinsun.com>
42733
42734         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
42735
42736 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42737
42738         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
42739         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
42740         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
42741         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
42742
42743 2001-02-17  Paul Eggert  <eggert@twinsun.com>
42744
42745         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
42746         Remove workaround macros for hosts that have mbrtowc but not
42747         mbstate_t, as we now insist on proper declarations for both
42748         before using mbrtowc.
42749
42750 2001-02-17  Jim Meyering  <meyering@lucent.com>
42751
42752         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
42753         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
42754         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
42755         UnixWare 7.1.1.
42756
42757         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
42758         rather than AC_CACHE_VAL.
42759
42760 2001-02-17  Jim Meyering  <meyering@lucent.com>
42761
42762         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
42763         around included file name.
42764
42765         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
42766
42767         * lib/strftime.c: Update from GNU libc (the only changes were to
42768         comments).
42769
42770 2001-02-17  Jim Meyering  <meyering@lucent.com>
42771
42772         * lib/regex.c: Update from libc.
42773
42774 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
42775
42776         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
42777         clash.
42778
42779 2001-02-16  Paul Eggert  <eggert@twinsun.com>
42780
42781         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
42782         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
42783         Reported by Mark Hounschell via Paul Eggert.
42784
42785 2001-02-07  Jim Meyering  <meyering@lucent.com>
42786
42787         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
42788
42789 2001-02-05  Jim Meyering  <meyering@lucent.com>
42790
42791         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
42792         it includes the patch required for `large file' support with at least
42793         HP-UX's 10.20 /bin/cc.
42794
42795 2001-02-03  Jim Meyering  <meyering@lucent.com>
42796
42797         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
42798         AS_IF, now that it works once again (mysteriously).
42799         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42800
42801 2001-01-30  Jim Meyering  <meyering@lucent.com>
42802
42803         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
42804         * m4/chown.m4: Rename conftestchown to conftest.chown.
42805         * m4/rename.m4: s/conftestdir/conftest.d1/ and
42806         s/conftestdir2/conftest.d2/.
42807         * m4/utimes.m4: s/conftestdata/conftest.data/
42808         Inspired by Pavel Roskin's change in autoconf.
42809
42810 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
42811
42812         * lib/config.charset: Update for FreeBSD 4.2.
42813
42814 2001-01-27  Jim Meyering  <meyering@lucent.com>
42815
42816         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
42817         a use of AS_IF.
42818         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
42819
42820 2001-01-26  Jim Meyering  <meyering@lucent.com>
42821
42822         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
42823         quotearg.c includes it.
42824
42825 2001-01-26  Jim Meyering  <meyering@lucent.com>
42826
42827         * lib/quotearg.c: Include stddef.h.
42828         * lib/quote.c: Include stddef.h.
42829         Reported by Axel Kittenberger.
42830
42831         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
42832         line in double quotes so that it evokes a better diagnostic.
42833         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
42834         Reported by Axel Kittenberger.
42835
42836 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
42837
42838         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
42839         as if it was a `charset'.
42840
42841 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42842
42843         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
42844         has const.
42845
42846 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
42847
42848         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
42849         to avoid a warning.  Add back 'const' to inptr.
42850
42851 2001-01-20  Jim Meyering  <meyering@lucent.com>
42852
42853         Be sure that headers are checked before used in code compiled
42854         for the type checks.
42855         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
42856         In place of that, invoke jm_CHECK_ALL_TYPES.
42857         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
42858         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
42859         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
42860         The check for ssize_t was mistakenly run before the test for unistd.h.
42861
42862         The configure-time check for stdbool.h was missing.
42863         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
42864         (jm_PREREQ_HASH): New function.
42865
42866 2001-01-17  Jim Meyering  <meyering@lucent.com>
42867
42868         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
42869         for autoconf-2.49c.
42870         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
42871
42872 2001-01-16  Jim Meyering  <meyering@lucent.com>
42873
42874         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
42875         From Bruno Haible.
42876
42877 2001-01-14  Jim Meyering  <meyering@lucent.com>
42878
42879         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
42880         foo and bar.  Create conftestdir/ in the script, not in the C code.
42881         Remove directories in the script, not in the C code.
42882         Remove conftestdir{,2} before trying to create the directory.
42883         Make the entire configure script fail if the mkdir fails.
42884
42885 2001-01-14  Jim Meyering  <meyering@lucent.com>
42886
42887         * lib/rename.c: New file.  From Volker Borchert.
42888         Include stdlib.h, string.h or strings.h, and xalloc.h.
42889         Use strip_trailing_slashes rather than open-coding it.
42890
42891 2001-01-03  Paul Eggert  <eggert@twinsun.com>
42892
42893         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
42894
42895 2001-01-03  Jim Meyering  <meyering@lucent.com>
42896
42897         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
42898         of local `inptr' to avoid warning with some system declarations of
42899         iconv.
42900
42901 2001-01-02  Volker Borchert  <bt@teknon.de>
42902
42903         * m4/rename.m4: New file.
42904         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
42905
42906 2001-01-01  Jim Meyering  <meyering@lucent.com>
42907
42908         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
42909         even on systems with utmpx.h.  It's necessary for the declaration of
42910         utmp's ut_user member.  Reported by Andreas Jaeger.
42911
42912         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
42913         available. They are required for the declarations of getgrgid and
42914         getpwuid resp.
42915         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
42916         Reported by Andreas Jaeger.
42917
42918 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
42919
42920         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
42921         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
42922         so `make install' also works in VPATH builds.
42923
42924 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
42925
42926         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
42927         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
42928         can be used in subdirectories.
42929
42930 2000-12-29  Paul Eggert  <eggert@twinsun.com>
42931
42932         * lib/modechange.c: Do not assume that mode_t uses the
42933         traditional octal encoding.  E.g. "chmod 1 FOO" should set
42934         the other-execute bit of FOO even if S_IXOTH != 1.
42935
42936         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
42937         WOTH, XOTH, ALLM): New macros.
42938         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
42939          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
42940         Use them.
42941         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
42942         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
42943         (mode_compile):
42944         No need to use uintmax_t; unsigned long is long enough.
42945         Don't bother to get suffix since we don't use it.
42946
42947 2000-12-26  Jim Meyering  <meyering@lucent.com>
42948
42949         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
42950         better with autoheader.
42951
42952 2000-12-24  Jim Meyering  <meyering@lucent.com>
42953
42954         * lib/hash.c (is_prime): Return explicit boolean values.
42955         (hash_get_first): Return NULL to appease Irix5.6's 89.
42956         Reported by Nelson Beebe.
42957
42958 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
42959
42960         * lib/localcharset.c (locale_charset): Add support for Win32.
42961
42962 2000-12-18  Paul Eggert  <eggert@twinsun.com>
42963
42964         * lib/physmem.h, lib/physmem.c: New files.
42965
42966         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
42967         (noinst_HEADERS): Add physmem.h.
42968
42969         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
42970         't' for compatibility with Solaris 8 sort.
42971
42972 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
42973
42974         * lib/config.charset: Add support for BeOS.
42975
42976 2000-12-17  Jim Meyering  <meyering@lucent.com>
42977
42978         * m4/dos.m4 (jm_AC_DOS): New file and macro.
42979         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
42980
42981 2000-12-16  Jim Meyering  <meyering@lucent.com>
42982
42983         This bug had a serious impact on chown: `chown N:M FILE' (for integer
42984         N and M) would have treated it like `chown N:N FILE'.
42985
42986         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
42987
42988 2000-12-16  Jim Meyering  <meyering@lucent.com>
42989
42990         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
42991         SHELLS_FILE to a file name that's useful on djgpp systems.
42992         Include stdlib.h.
42993         (ADDITIONAL_DEFAULT_SHELLS): Define.
42994         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
42995         Based mostly on a patch from Prashant TR.
42996
42997 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
42998
42999         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
43000         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
43001         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
43002
43003 2000-12-08  Andreas Schwab  <schwab@suse.de>
43004
43005         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
43006         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
43007
43008 2000-12-07  Jim Meyering  <meyering@lucent.com>
43009
43010         * lib/stripslash.c (ISSLASH): Define.
43011         (strip_trailing_slashes): Use ISSLASH rather than comparing against
43012         `/'.
43013         From Prashant TR.
43014
43015         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
43016         (dir_name_r): Declare this function as static.
43017         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
43018         manifest itself on a name containing a mix of slashes and
43019         backslashes.
43020         Make this function work with names starting with a DOS-style
43021         drive letter and colon prefix.
43022         (dir_name): Append `.' if necessary.
43023         Based mostly on patches from Prashant TR and Eli Zaretskii.
43024
43025         * lib/dirname.h (dir_name_r): Remove prototype.
43026
43027 2000-12-06  Paul Eggert  <eggert@twinsun.com>
43028
43029         * m4/off_t-format.m4: Remove this file.
43030         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
43031
43032 2000-12-06  Jim Meyering  <meyering@lucent.com>
43033
43034         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
43035         replacement strtoull, we may well need the replacement strtoul, too.
43036         Check for declarations of strtoul and strtoull.
43037         Check for strtol.  Mainly as a cue to cause automake to include
43038         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
43039         Check for limits.h -- strtol.c needs it.
43040
43041 2000-12-05  Jim Meyering  <meyering@lucent.com>
43042
43043         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
43044
43045 2000-12-04  Jim Meyering  <meyering@lucent.com>
43046
43047         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
43048         Also include memory.h, stdlib.h, unistd.h if appropriate.
43049         Reported by Andreas Jaeger (conflicting declaration of malloc).
43050
43051 2000-12-02  Jim Meyering  <meyering@lucent.com>
43052
43053         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
43054         * m4/jm-macros.m4 (jm_MACROS): require it.
43055
43056 2000-12-02  Jim Meyering  <meyering@lucent.com>
43057
43058         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
43059
43060 2000-12-01  Paul Eggert  <eggert@twinsun.com>
43061
43062         * lib/memrchr.c: Include <config.h> before any system include file.
43063
43064 2000-11-30  Jim Meyering  <meyering@lucent.com>
43065
43066         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
43067
43068 2000-11-30  Jim Meyering  <meyering@lucent.com>
43069
43070         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
43071
43072 2000-11-29  Paul Eggert  <eggert@twinsun.com>
43073
43074         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
43075
43076 2000-11-26  Jim Meyering  <meyering@lucent.com>
43077
43078         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
43079
43080 2000-11-22  Paul Eggert  <eggert@twinsun.com>
43081
43082         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
43083         size of (size_t) -1; it's not portable.
43084
43085 2000-11-17  Jim Meyering  <meyering@lucent.com>
43086
43087         * lib/strstr.c: Update from GNU libc.
43088
43089 2000-11-17  Akim Demaille  <akim@epita.fr>
43090
43091         * lib/obstack.h: Formatting changes.
43092         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
43093         prevent type checking.
43094         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
43095         cast the value to (void *): assigning a `foo *' to a `void *'
43096         variable is valid.
43097         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
43098
43099 2000-11-16  Jim Meyering  <meyering@lucent.com>
43100
43101         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
43102
43103 2000-11-11  Jim Meyering  <meyering@lucent.com>
43104
43105         * lib/error.c: Add a couple #includes, merging from GNU libc version.
43106
43107 2000-11-10  Jim Meyering  <meyering@lucent.com>
43108
43109         * lib/obstack.h: Update from GNU libc.
43110         * lib/obstack.c: Likewise.
43111
43112 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
43113
43114         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
43115
43116 2000-11-06  Paul Eggert  <eggert@twinsun.com>
43117
43118         * lib/getusershell.c (setusershell): Use rewind rather than
43119         fseek/fseeko, to avoid configuration hassles with fseeko.
43120         Don't bother opening SHELLS_FILE if shellstream is NULL;
43121         it's not necessary.
43122
43123 2000-11-05  Jim Meyering  <meyering@lucent.com>
43124
43125         * lib/makepath.h (make_dir): Declare.
43126         * lib/makepath.c (make_dir): Remove `static' attribute.
43127         Tweak a comment.
43128
43129 2000-11-04  Jim Meyering  <meyering@lucent.com>
43130
43131         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
43132
43133 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
43134
43135         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
43136         last one in a bucket, advance to the next bucket.
43137
43138 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
43139
43140         * lib/fnmatch.c: Do not comment out all the code if we are using
43141         the GNU C library, because in some cases we are replacing buggy
43142         code in the GNU C library itself.
43143
43144 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
43145
43146         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
43147         (regex_compile): Catch bogus \(\1\).
43148
43149 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43150
43151         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
43152         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
43153         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
43154
43155 2000-10-30  Paul Eggert  <eggert@twinsun.com>
43156
43157         * lib/error.h, getline.h, modechange.h:
43158         Remove "2000" from Copyright line, as the file hasn't been
43159         changed this year other than in the copyright notice.
43160
43161         * lib/xalloc.h: Add "2000" to Copyright line, as this file
43162         was changed this year.
43163
43164 2000-10-29  Jim Meyering  <meyering@lucent.com>
43165
43166         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
43167         renaming.
43168         * m4/ls-mntd-fs.m4: Likewise
43169
43170 2000-10-29  Jim Meyering  <meyering@lucent.com>
43171
43172         * lib/xstat.in: Fix grammar in comment.
43173
43174 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
43175
43176         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
43177         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
43178         doesn't define __restrict_arr.
43179
43180 2000-10-28  Jim Meyering  <meyering@lucent.com>
43181
43182         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
43183         (jm_PREREQ_MEMCHR): New function.
43184
43185 2000-10-28  Jim Meyering  <meyering@lucent.com>
43186
43187         * lib/memchr.c: Update from libc.
43188         Adjust for portability:
43189         [HAVE_STDLIB_H]: Include stdlib.h.
43190         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
43191         Undef __memchr, too.
43192         [!weak_alias]: Define __memchr to memchr.
43193
43194         * lib/regex.c: Update from libc.
43195         * lib/regex.h: Likewise.
43196         * lib/getopt1.c: Likewise.
43197         * lib/memcmp.c: Likewise.
43198
43199         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
43200         Avoid using fseek, when possible -- it's broken by design.
43201         Patch by Ulrich Drepper.
43202
43203 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
43204
43205         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
43206         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
43207         Giving in to popular pressure to shut up the compiler with casts.
43208
43209 2000-10-26  Jim Meyering  <meyering@lucent.com>
43210
43211         * lib/strftime.c: Update from libc.
43212
43213 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
43214
43215         * regex.c: More `unsigned char' -> `re_char' changes.
43216         Also change several `int' into `re_wchar_t'.
43217         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
43218         (PUSH_FAILURE_POINTER): Don't cast any more.
43219         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
43220         We want GCC to complain, since this piece of code makes
43221         re_match non-reentrant, which *should* be fixed.
43222         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
43223         (EXTEND_BUFFER): Use RETALLOC.
43224         (SET_LIST_BIT): Don't cast.
43225         (re_wchar_t): New type.
43226         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
43227         that those two functions will always properly return.
43228         (IMMEDIATE_QUIT_CHECK): Cast to void.
43229         (analyse_first): Use recursion rather than an explicit stack.
43230         (re_compile_fastmap): Can't fail anymore.
43231         (re_search_2): Don't check re_compile_fastmap for failure.
43232         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
43233         Now also sets the new value (passed in a new argument).
43234         (re_match_2_internal): Use it.
43235         Also, use a new var `reg' of type size_t when looping through regs
43236         rather than reuse the inappropriate `mcnt'.
43237
43238 2000-10-25  Jim Meyering  <meyering@lucent.com>
43239
43240         * lib/obstack.c: Update from libc.
43241
43242 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
43243
43244         * regex.c (regex_compile): Change the way of handling a range from
43245         a char less than 256 to a char not less than 256.
43246
43247 2000-10-24  Andrew Innes  <andrewi@gnu.org>
43248
43249         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
43250         NT-Emacs only.
43251         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
43252         so that re_search functions only quit when callers expect them to.
43253
43254 2000-10-23  Jim Meyering  <meyering@lucent.com>
43255
43256         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
43257         wrong.  That set_locale call must not have any side effects.
43258         From Paul Eggert.
43259
43260 2000-10-22  Jim Meyering  <meyering@lucent.com>
43261
43262         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
43263         [CYCLIC]: Remove now-unused definition.
43264
43265         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
43266         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
43267         Suggestion from Ulrich Drepper.
43268
43269 2000-10-21  Jim Meyering  <meyering@lucent.com>
43270
43271         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
43272         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
43273         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
43274
43275 2000-10-21  Jim Meyering  <meyering@lucent.com>
43276
43277         * lib/dirname.c (memrchr): Declare if necessary.
43278         (dir_name): Remove the restriction that there be no
43279         trailing slashes.  Now, this code skips past them, effectively
43280         ignoring them.
43281         [TEST_DIRNAME] (main): New unit tests.
43282
43283         * lib/memrchr.c: New file from GNU libc.
43284         Undef __memrchr, too.
43285         [!weak_alias]: Define __memrchr to memrchr.
43286         Guard weak_alias use with `#ifdef weak_alias'.
43287
43288 2000-10-21  Jim Meyering  <meyering@lucent.com>
43289
43290         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
43291         (dir_name): Use dir_name_r.
43292         * lib/dirname.h (dir_name_r): Declare it.
43293
43294 2000-10-17  Jim Meyering  <meyering@lucent.com>
43295
43296         * lib/quote.h (PARAMS): Define and use.
43297         Reported by Akim Demaille.
43298
43299         * lib/getopt.c: Update from libc.
43300
43301 2000-10-16  Jim Meyering  <meyering@lucent.com>
43302
43303         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
43304         setlocale.
43305         From Jan Fedak.
43306
43307 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
43308
43309         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
43310
43311 2000-09-25  Jim Meyering  <meyering@lucent.com>
43312
43313         * lib/md5.h (rol): Define (from GnuPG).
43314
43315         * lib/sha.c: Give credit (GnuPG) where due.
43316         (M): Use rol rather than open-coding it.
43317         Add a FIXME comment.
43318
43319 2000-09-21  Jim Meyering  <meyering@lucent.com>
43320
43321         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
43322         Reported by Michael Stone.
43323
43324 2000-09-20  Jim Meyering  <meyering@lucent.com>
43325
43326         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
43327         (noinst_HEADERS): Add sha.h.
43328         Based on code from Scott G. Miller and from GnuPG.
43329
43330 2000-09-18  Jim Meyering  <meyering@lucent.com>
43331
43332         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
43333         LIBS. Otherwise, everyone ends up linking with -lelf for some
43334         configurations.
43335         Reported by Mike Stone.
43336
43337 2000-09-15  Jim Meyering  <meyering@lucent.com>
43338
43339         * lib/regex.c: Update from libc.
43340
43341 2000-09-10  Jim Meyering  <meyering@lucent.com>
43342
43343         * lib/getopt.c (_getopt_internal): Update from glibc.
43344
43345 2000-09-09  Jim Meyering  <meyering@lucent.com>
43346
43347         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
43348         think it should be used as a general replacement for isascii.
43349         * lib/fnmatch.c: Likewise.
43350         * lib/mbswidth.c: Likewise
43351         * lib/regex.c: Likewise.
43352
43353         Don't use atoi.
43354         * lib/userspec.c: Include sys/param.h and limits.h.
43355         Include xstrtol.h.
43356         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
43357         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
43358         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
43359         UID, GID.  Check range.
43360
43361 2000-09-06  Jim Meyering  <meyering@lucent.com>
43362
43363         * lib/getopt.c (_getopt_internal): Update from glibc.
43364
43365 2000-08-30  Jim Meyering  <meyering@lucent.com>
43366
43367         * lib/strftime.c: Merge in changes from GNU libc.
43368
43369 2000-08-26  Jim Meyering  <meyering@lucent.com>
43370
43371         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
43372         * m4/fpending.m4: New file.
43373
43374 2000-08-26  Jim Meyering  <meyering@lucent.com>
43375
43376         * lib/closeout.c: Include "__fpending.h".
43377         (close_stdout_status): Return right away if there's nothing to flush.
43378
43379         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
43380         * lib/__fpending.c: New file.
43381         * lib/__fpending.h: New file.
43382
43383 2000-08-20  Jim Meyering  <meyering@lucent.com>
43384
43385         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
43386         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
43387         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
43388
43389 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
43390
43391         Improve fileutils installation on systems where running
43392         programs (like install) can't be unlinked.
43393         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
43394         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
43395
43396 2000-08-07  Paul Eggert  <eggert@twinsun.com>
43397
43398         Standardize on "memory exhausted" instead of "Memory exhausted"
43399         or "virtual memory exhausted".
43400         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
43401         "virtual memory exhausted".
43402         * lib/same.c (same_name): Invoke xalloc_die instead of printing
43403         our own message.
43404         * lib/userspec.c (parse_user_spec): Likewise.
43405         * lib/bumpalloc.h: comment fix
43406         * lib/same.c, userspec.c: Include xalloc.h.
43407
43408         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
43409         not char *const and pointing to a constant array.
43410         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
43411         (xrealloc): Comment fix.
43412
43413         * lib/userspec.c (parse_user_spec):
43414         Don't translate a message until just before returning,
43415         to avoid unnecessary translation.
43416
43417 2000-08-07  Jim Meyering  <meyering@lucent.com>
43418
43419         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
43420         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
43421         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
43422         getgroups.c, gethostname.c, getopt.h, group-member.c,
43423         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
43424         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
43425         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
43426         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
43427         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
43428         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
43429         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
43430         yesno.c: Back out Copyright date changes for each file with no change
43431         this year.  This eases coordination with other programs using the same
43432         source code modules.  From Paul Eggert.
43433
43434 2000-08-06  Paul Eggert  <eggert@twinsun.com>
43435
43436         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
43437         not char, for compatibility with glibc 2.1.3 strftime.c.
43438
43439 2000-08-03  Greg McGary  <greg@mcgary.org>
43440
43441         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
43442         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
43443         (EXTEND_BUFFER): Use them.
43444
43445 2000-08-01  Jim Meyering  <meyering@lucent.com>
43446
43447         * lib/dirname.c (ISSLASH): Define.
43448         (BACKSLASH_IS_PATH_SEPARATOR): Define.
43449         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
43450         both `\' and `/' may be use as path separators.
43451         Based on a patch from Prashant TR.
43452
43453 2000-07-31  Paul Eggert  <eggert@twinsun.com>
43454
43455         * lib/quotearg.c (quotearg_n_options): Don't make the initial
43456         slot vector a constant, since it might get modified.
43457
43458 2000-07-31  Jim Meyering  <meyering@lucent.com>
43459
43460         * lib/xmalloc.c: Use `virtual memory exhausted', not
43461         `Memory exhausted'.
43462         * lib/obstack.c (print_and_abort): Likewise.
43463
43464 2000-07-30  Paul Eggert  <eggert@twinsun.com>
43465
43466         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
43467         buffer, so that the caller can always quote one small
43468         component of a "memory exhausted" message in slot 0.
43469         From a suggestion by Jim Meyering.
43470
43471 2000-07-30  Jim Meyering  <meyering@lucent.com>
43472
43473         * lib/makepath.c (make_path): Quote the other instance, too.
43474
43475         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
43476         (STATIC_BUF_SIZE): Define.
43477         (quotearg_n_options): Use only statically allocated storage when
43478         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
43479         than STATIC_BUF_SIZE.
43480
43481 2000-07-29  Jim Meyering  <meyering@lucent.com>
43482
43483         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
43484         * lib/dirname.c (dir_name): Likewise.
43485
43486         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
43487         `/'.
43488
43489         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
43490         (dir_name): Assert that there are no trailing slashes.
43491
43492 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
43493
43494         * lib/mbswidth.h (mbswidth): Add a flags argument.
43495         (mbswidth): New declaration.
43496         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
43497         * lib/mbswidth.c (mbswidth): Add a flags argument.
43498         (mbsnwidth): New function.
43499
43500 2000-07-24  Jim Meyering  <meyering@lucent.com>
43501
43502         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
43503
43504 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43505
43506         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
43507
43508 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43509
43510         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
43511         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
43512         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
43513         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
43514         invoke multibyte primitives.
43515
43516 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43517
43518         * lib/quotearg.c:
43519         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
43520         so that mbstate_t is always defined.
43521
43522         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
43523         be 1 in at least one GCC installation, and this configuration
43524         error is likely to be common.  Ignoring MB_LEN_MAX hurts
43525         performance on hosts that have mbrtowc but have only unibyte
43526         locales, but I assume these hosts are rare.
43527
43528 2000-07-23  Paul Eggert  <eggert@twinsun.com>
43529
43530         * lib/mbswidth.c (_XOPEN_SOURCE):
43531         Don't define; this causes problems on Solaris 7.
43532         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
43533
43534 2000-07-23  Jim Meyering  <meyering@lucent.com>
43535
43536         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
43537         too: getgrgid, getpwuid, getuid.
43538
43539 2000-07-23  Jim Meyering  <meyering@lucent.com>
43540
43541         * lib/basename.c (base_name): Add an assertion.
43542
43543 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
43544
43545         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
43546         shadow its mbsinit function.
43547
43548 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43549
43550         * lib/mbswidth.h: New file.
43551         * lib/mbswidth.c: New file.
43552         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
43553         (noinst_HEADERS): Add mbswidth.h.
43554
43555 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
43556
43557         * lib/config.charset: Add support for FreeBSD. Improve support for
43558         HP-UX and IRIX 6.
43559
43560 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
43561
43562         * m4/mbswidth.m4: New file.
43563         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
43564
43565 2000-07-15  Jim Meyering  <meyering@lucent.com>
43566
43567         * lib/makepath.c: Include quote.h.
43568         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
43569         corresponding argument in a `quote (...)' call.
43570         Give better diagnostics.
43571
43572         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
43573         (noinst_HEADERS): Add quote.h.
43574
43575         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
43576         from tar's src/misc.c.
43577         * lib/quote.h: New file.  Prototypes for same.
43578
43579 2000-07-14  Paul Eggert  <eggert@twinsun.com>
43580
43581         From a suggestion by Bruno Haible.
43582         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
43583         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
43584         to decide whether to define the BeOS workaround macro;
43585         this adjusts to the change to AC_MBSTATE_T.
43586
43587 2000-07-14  Jim Meyering  <meyering@lucent.com>
43588
43589         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
43590         jm_AC_TYPE_UINTMAX_T.
43591
43592 2000-07-13  Paul Eggert  <eggert@twinsun.com>
43593
43594         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
43595
43596         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
43597         quotearg_buffer_restyled): Add support for
43598         clocale_quoting_style.  Undo previous change to
43599         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
43600         and "{RIGHT QUOTATION MARK}" msgids.
43601
43602 2000-07-10  Paul Eggert  <eggert@twinsun.com>
43603
43604         From a suggestion by Bruno Haible.
43605         * m4/mbstate_t.m4 (AC_MBSTATE_T):
43606         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
43607         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
43608         and mbstate_t, to a single-part test that simply defines mbstate_t.
43609         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
43610         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
43611
43612 2000-07-10  Jim Meyering  <meyering@lucent.com>
43613
43614         * m4/strerror_r.m4: Mirror the correction made in autoconf.
43615
43616         * m4/gnu-source.m4: Output to confdefs.h directly.
43617         Suggestion from Akim Demaille.
43618
43619 2000-07-09  Paul Eggert  <eggert@twinsun.com>
43620
43621         The old behavior of quoting `like this' doesn't look good with
43622         newer, ISO-style fonts.  See:
43623         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
43624
43625         Instead, quote "like this" by default.  Let the translator
43626         tailor the locale-specific quoting behavior by providing
43627         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
43628
43629         * lib/quotearg.c (N_): New macro.
43630         (gettext_default): New function.
43631         (quotearg_buffer_restyled): Use
43632         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
43633         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
43634
43635 2000-07-09  Jim Meyering  <meyering@lucent.com>
43636
43637         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
43638         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
43639
43640         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
43641         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
43642
43643 2000-07-09  Jim Meyering  <meyering@lucent.com>
43644
43645         * lib/Most files: Update copyright dates to include 2000.
43646
43647 2000-07-08  Jim Meyering  <meyering@lucent.com>
43648
43649         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
43650         if not defined.
43651         (xgethostname): Remove now-unnecessary #ifdef.
43652         Move declaration of `err' into loop where it's used.
43653
43654 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43655         and Bruno Haible  <haible@clisp.cons.org>
43656
43657         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
43658         only if the test for an object-type mbstate_t fails.  This
43659         prevents us from mistakenly reporting that mbstate_t is a
43660         system object type after we "#define mbstate_t int" to work
43661         around its lack.
43662
43663 2000-07-05  Paul Eggert  <eggert@twinsun.com>
43664         and Bruno Haible  <haible@clisp.cons.org>
43665
43666         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
43667
43668 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43669
43670         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
43671         to strerror_r.
43672         Include <ctype.h> for use of isalpha.
43673
43674 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43675
43676         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
43677         by allocating a larger buffer. Test the gethostname return value for
43678         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
43679         returns an error and ENAMETOOLONG isn't defined.
43680
43681 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
43682
43683         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
43684         dimension.
43685
43686 2000-07-04  Jim Meyering  <meyering@lucent.com>
43687
43688         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
43689         of the deprecated AC_CHECKING.
43690
43691 2000-07-04  Jim Meyering  <meyering@lucent.com>
43692
43693         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
43694         Reported by Bruno Haible.
43695
43696 2000-07-04  Jim Meyering  <meyering@lucent.com>
43697
43698         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
43699         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
43700         lacks mbrtowc.
43701
43702 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43703
43704         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
43705         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
43706
43707 2000-07-03  Paul Eggert  <eggert@twinsun.com>
43708         and Bruno Haible  <haible@clisp.cons.org>
43709
43710         * lib/quotearg.c (mbrtowc):
43711         Assign to *pwc, and return 1 only if result is nonzero.
43712         (iswprint): Use ISPRINT when substituting our own mbrtowc.
43713
43714 2000-07-03  Jim Meyering  <meyering@lucent.com>
43715
43716         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
43717
43718 2000-07-03  Jim Meyering  <meyering@lucent.com>
43719
43720         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
43721         This is necessary to get a definition of e.g., UTMP_FILE on
43722         HP-UX 10.20.
43723         From Bob Proulx.
43724
43725 2000-07-02  Jim Meyering  <meyering@lucent.com>
43726
43727         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
43728
43729         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
43730         AC_LIBOBJ(function_name).
43731         * m4/chown.m4: Likewise.
43732         * m4/fnmatch.m4: Likewise.
43733         * m4/ftruncate.m4: Likewise.
43734         * m4/getgroups.m4: Likewise.
43735         * m4/getline.m4: Likewise.
43736         * m4/group-member.m4: Likewise.
43737         * m4/jm-macros.m4: Likewise.
43738         * m4/lstat.m4: Likewise.
43739         * m4/malloc.m4: Likewise.
43740         * m4/memcmp.m4: Likewise.
43741         * m4/nanosleep.m4: Likewise.
43742         * m4/putenv.m4: Likewise.
43743         * m4/realloc.m4: Likewise.
43744         * m4/regex.m4: Likewise.
43745         * m4/stat.m4: Likewise.
43746         * m4/strftime.m4: Likewise.
43747
43748 2000-07-02  Jim Meyering  <meyering@lucent.com>
43749
43750         * lib/quotearg.c (mbstate_t): Don't define here.
43751
43752 2000-07-02  Jim Meyering  <meyering@lucent.com>
43753
43754         * lib/nanosleep.c (SIGCONT): Define if not already defined.
43755
43756 2000-07-01  Jim Meyering  <meyering@lucent.com>
43757
43758         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
43759
43760 2000-07-01  Jim Meyering  <meyering@lucent.com>
43761
43762         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
43763         problem.
43764
43765 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43766
43767         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
43768         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
43769
43770 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
43771
43772         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
43773         per change in ../m4/ls-mntd-fs.m4.
43774         (read_filesystem_list): Ignore symbolic links.
43775
43776 2000-06-29  Jim Meyering  <meyering@lucent.com>
43777
43778         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
43779         for declaration of strcmp.
43780
43781         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
43782
43783         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
43784         Avoid warning by casting result to `char *' to remove `const'.
43785
43786 2000-06-28  Jim Meyering  <meyering@lucent.com>
43787
43788         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
43789         included by quotearg.c, for which we perform this test.  From
43790         Bruno Haible.
43791
43792 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43793
43794         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
43795         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
43796         <utmpx.h> exists, put readutmp.o into LIBOBJS.
43797
43798 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
43799
43800         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
43801
43802 2000-06-26  Paul Eggert  <eggert@twinsun.com>
43803
43804         savedir now sets errno on failure and invokes xmalloc to get memory.
43805         Fix a couple of other minor bugs while we're at it.
43806
43807         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
43808         (NAMLEN): Remove macro.
43809         (malloc, realloc): Remove decls.
43810         (stpcpy): Likewise.
43811         ("xalloc.h"): Include.
43812         (NAME_SIZE_DEFAULT): New macro.
43813         (savedir): Use xmalloc / xrealloc to allocate memory.
43814         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
43815         Skip "" directory entries.
43816         Use strlen to calculate directory entry length, since the old method
43817         is rarely used these days and isn't worth supporting.
43818         Don't use a pointer after freeing it.
43819         Check for integer overflow when calculating allocation size.
43820         Use memcpy to copy entries, instead of stpcpy.
43821         Set errno properly when returning NULL.
43822         Check for readdir error.
43823
43824 2000-06-26  Jim Meyering  <meyering@lucent.com>
43825
43826         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
43827
43828 2000-06-25  Jim Meyering  <meyering@lucent.com>
43829
43830         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
43831         Linux header bug when _XOPEN_SOURCE is defined to 500.
43832
43833 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43834
43835         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
43836         deficiency.
43837
43838 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
43839
43840         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
43841         Include xalloc.h.
43842         Don't include <stdlib.h>.  Don't declare malloc, realloc.
43843
43844 2000-06-24  Jim Meyering  <meyering@lucent.com>
43845
43846         * m4/strerror_r.m4: Revive this file -- to try out an experimental
43847         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
43848         for which strerror does return char*, but which lacks a conveniently
43849         accessible declaration of the function.  If the compile-test says
43850         strerror_r doesn't work, then resort to a `run'-test that works on
43851         BeOS and segfaults on DEC Unix.
43852
43853 2000-06-24  Jim Meyering  <meyering@lucent.com>
43854
43855         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
43856
43857 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43858
43859         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
43860         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
43861
43862 2000-06-23  Paul Eggert  <eggert@twinsun.com>
43863
43864         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
43865         (mbrtowc, mbstate_t): Define substitutes if
43866         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
43867         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
43868         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
43869
43870 2000-06-23  Jim Meyering  <meyering@lucent.com>
43871
43872         * m4/afs.m4: Add missing AC_MSG_RESULT.
43873         Reported by Bruno Haible.
43874
43875         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
43876         Suggestion from Bruno Haible.
43877
43878 2000-06-23  Jim Meyering  <meyering@lucent.com>
43879
43880         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
43881
43882 2000-06-21  Jim Meyering  <meyering@lucent.com>
43883
43884         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
43885
43886 2000-06-21  Jim Meyering  <meyering@lucent.com>
43887
43888         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
43889         (noinst_HEADERS): Add getstr.h.
43890
43891         * lib/getline.c (getstr): Move into a separate file.
43892         * lib/getstr.c (getstr): New file, extracted from getline.c, with
43893         the following changes: new parameter, delim2; both delim[12]
43894         parameters have type `int', not `char'.  The latter would lose
43895         with 8-bit delimiters.
43896         * lib/getstr.h: New file.
43897
43898 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43899
43900         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
43901         than 1024, return a memory chunk of least possible size, instead
43902         of size PATH_MAX + 2. In the loop, increment the size proportionally.
43903         Use free/xmalloc instead of xrealloc to avoid copying for very long
43904         paths.
43905
43906 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43907
43908         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
43909         the empty string.
43910
43911 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
43912
43913         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
43914         address, not strdup.  Include <stdlib.h> and don't declare free().
43915
43916 2000-06-19  Jim Meyering  <meyering@lucent.com>
43917
43918         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
43919
43920 2000-06-18  Jim Meyering  <meyering@lucent.com>
43921
43922         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
43923
43924         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
43925         `checking whether...' message to be consistent with that of the
43926         lstat test.
43927
43928 2000-06-18  Jim Meyering  <meyering@lucent.com>
43929
43930         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
43931         Besides, these days every porting target provides a mkdir function.
43932
43933         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
43934         needed. (this snippet comes from src/system.h).
43935
43936 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
43937
43938         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
43939
43940 2000-06-15  Paul Eggert  <eggert@twinsun.com>
43941
43942         * lib/human.c (adjust_value): New function.
43943         (human_readable_inexact): Apply rounding style even when
43944         printing approximate values.
43945
43946 2000-06-14  Paul Eggert  <eggert@twinsun.com>
43947
43948         * lib/human.c (human_readable_inexact): Allow an input block
43949         size that is not a multiple of the output block size, and vice versa.
43950         Reported by Piergiorgio Sartor.
43951
43952 2000-06-14  Paul Eggert  <eggert@twinsun.com>
43953
43954         * lib/getdate.y (get_date): Apply relative times after time
43955         zone indicator, not before.  Reported by Todd A. Jacobs.
43956
43957 2000-06-13  Jim Meyering  <meyering@lucent.com>
43958
43959         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
43960
43961         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
43962
43963 2000-06-12  Paul Eggert  <eggert@twinsun.com>
43964
43965         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
43966
43967 2000-06-12  Jim Meyering  <meyering@lucent.com>
43968
43969         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
43970         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
43971         optional argument.
43972         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
43973         the optional argument, `lib'.
43974
43975 2000-06-08  Jim Meyering  <meyering@lucent.com>
43976
43977         * m4/largefile.m4: Remove file (now that it's part of autoconf).
43978
43979 2000-06-04  Paul Eggert  <eggert@twinsun.com>
43980
43981         Rewrite largefile configuration so that we don't need to run
43982         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
43983         AC_CANONICAL_HOST in configure.in -- jmm]
43984
43985         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
43986         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
43987         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
43988         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
43989         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
43990         All uses changed.
43991         Instead of inspecting the output of getconf, try to compile the
43992         test program without and with the macro definition.
43993         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
43994         for getconf.  Instead, check for the needed flags by compiling
43995         test programs.
43996
43997 2000-06-04  Paul Eggert  <eggert@twinsun.com>
43998
43999         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
44000
44001 2000-06-04  Jim Meyering  <meyering@lucent.com>
44002
44003         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
44004         SunOS 4.1.4 for which gid_t is an unsigned type.
44005
44006 2000-06-03  Jim Meyering  <meyering@lucent.com>
44007
44008         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
44009         now that autoconf requires that.
44010
44011         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
44012         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
44013         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
44014
44015 2000-06-03  Jim Meyering  <meyering@lucent.com>
44016
44017         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
44018
44019 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44020
44021         * m4/glibc21.m4: New file.
44022         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
44023
44024 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
44025
44026         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
44027         newer, don't install charset.alias.
44028         * lib/config.charset: Change the Linux/glibc rules so they become empty
44029         on glibc-2.1 or newer.
44030
44031 2000-06-02  Jim Meyering  <meyering@lucent.com>
44032
44033         * lib/mountlist.c: Back out last change.  Instead, do this...
44034         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
44035         me_dummy member using the same `ignore'-testing code.
44036         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
44037         fs_type strings.
44038         From Mark D. Roth.
44039
44040 2000-05-29  Jim Meyering  <meyering@lucent.com>
44041
44042         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
44043         mounts with the `ignore' attribute.  Based on a patch from
44044         Mark D. Roth.
44045
44046 2000-05-28  Jim Meyering  <meyering@lucent.com>
44047
44048         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
44049         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44050         * m4/stat.m4: Likewise.
44051         * m4/lstat.m4: Likewise.
44052         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
44053
44054         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
44055         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
44056
44057 2000-05-26  Jim Meyering  <meyering@lucent.com>
44058
44059         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
44060
44061 2000-05-24  Jim Meyering  <meyering@lucent.com>
44062
44063         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
44064         autoconf requires that.
44065         * m4/lib-check.m4: Likewise.
44066         * m4/jm-macros.m4: Likewise.
44067         * m4/strftime.m4: Likewise.
44068
44069         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
44070         AC_CHECK_DECLS, now that autoconf requires that.
44071
44072 2000-05-22  Jim Meyering  <meyering@lucent.com>
44073
44074         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44075         * m4/lstat.m4: Likewise.
44076
44077 2000-05-22  Jim Meyering  <meyering@lucent.com>
44078
44079         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
44080
44081 2000-05-20  Jim Meyering  <meyering@lucent.com>
44082
44083         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
44084         (jm_PREREQ): Use it.
44085
44086 2000-05-18  Jim Meyering  <meyering@lucent.com>
44087
44088         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
44089         back, too, since it may have been modified by allocate_entry.
44090         (hash_delete): Rewrite to use neither the assignment operator
44091         nor the comma operator in an if-expression.
44092
44093 2000-05-15  Paul Eggert  <eggert@twinsun.com>
44094
44095         * lib/closeout.c:
44096         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
44097         Remove; no longer needed.
44098         "quotearg.h": Add include.
44099         (file_name): Do not bother to explicitly initialize to NULL; it's less
44100         efficient on some hosts.
44101         (close_stdout_status): Remove test as to whether stdout was already
44102         closed; it breaks for the case "echo x | sort >&-".
44103         Quote file name colons.
44104         Do not assume that _("write error") lacks format strings.
44105
44106 2000-05-15  Jim Meyering  <meyering@lucent.com>
44107
44108         * lib/version-etc.c (version_etc_copyright): Update the copyright
44109         string used in all --version output.
44110
44111 2000-05-14  Jim Meyering  <meyering@lucent.com>
44112
44113         * lib/closeout.c (close_stdout_set_file_name): New function.
44114         (close_stdout_status): Use new file-scoped global.
44115         Return right away if fstat says the stdout file descriptor is invalid.
44116         * lib/closeout.h (close_stdout_set_file_name): Declare.
44117
44118 2000-05-10  Jim Meyering  <meyering@lucent.com>
44119
44120         * lib/closeout.c [default_exit_status]: New file-scoped variable.
44121         (close_stdout_set_status): New function.
44122         * lib/closeout.h (close_stdout_set_status): Declare.
44123
44124 2000-05-09  Jim Meyering  <meyering@lucent.com>
44125
44126         * m4/gettext.m4: Rename this...
44127         * m4/libintl.m4: ...to this.
44128
44129 2000-05-08  Jim Meyering  <meyering@lucent.com>
44130
44131         * lib/long-options.c: Don't include closeout.h.
44132         (parse_long_options): Don't call close_stdout for --version.
44133
44134 2000-05-06  Paul Eggert  <eggert@twinsun.com>
44135
44136         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
44137         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
44138         2.1.3 bug.  This avoids a clash when files like regex.c define
44139         _GNU_SOURCE.
44140
44141 2000-05-06  Jim Meyering  <meyering@lucent.com>
44142
44143         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
44144         (AC_REPLACE_FUNCS): Add strnlen.
44145
44146         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
44147         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
44148
44149         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
44150         AC_SEARCH_LIBS call for nanosleep.
44151         (LIB_NANOSLEEP): Set and AC_SUBST.
44152
44153 2000-05-06  Jim Meyering  <meyering@lucent.com>
44154
44155         * lib/strnlen.c: Undefine __strnlen and strnlen.
44156         [!weak_alias]: Define __strnlen to strnlen.
44157
44158         * lib/atexit.c: New file, from libiberty.
44159
44160 2000-05-06  Jim Meyering  <meyering@lucent.com>
44161
44162         * lib/closeout.c (close_stdout_status): Also check for errors on the
44163         stderr stream.
44164
44165 2000-05-05  Jim Meyering  <meyering@lucent.com>
44166
44167         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
44168         AC_SEARCH_LIBS call for clock_gettime.
44169         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
44170
44171         * m4/search-libs.m4: Update from autoconf.
44172
44173         su doesn't work on Solaris 2.6.
44174         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
44175         <shadow.h>.  Reported by Dragos Harabor.
44176
44177 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
44178
44179         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
44180         memcpy instead of xmalloc, xrealloc, path_concat.
44181         (locale_charset): Treat empty environment variables as absent.
44182         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
44183
44184 2000-05-04  Jim Meyering  <meyering@lucent.com>
44185
44186         * lib/getopt.c: Update from glibc.
44187         * lib/obstack.c: Likewise.
44188         * lib/obstack.h: Likewise.
44189         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
44190         file
44191
44192         * lib/regex.h: Likewise.
44193         * lib/strndup.c: Likewise.
44194         * lib/strnlen.c: New file, from glibc.
44195
44196 2000-05-03  Jim Meyering  <meyering@lucent.com>
44197
44198         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
44199
44200 2000-05-02  Paul Eggert  <eggert@twinsun.com>
44201
44202         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
44203         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
44204         compile-time test, rather than inspecting host and OS, to
44205         decide whether to define _LARGEFILE_SOURCE.
44206
44207 2000-05-01  Jim Meyering  <meyering@lucent.com>
44208
44209         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
44210
44211         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
44212         Based on a patch from Bruno Haible.
44213
44214 2000-05-01  Jim Meyering  <meyering@lucent.com>
44215
44216         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
44217
44218 2000-04-29  Jim Meyering  <meyering@lucent.com>
44219
44220         * lib/path-concat.c: Declare strdup only if it's not defined.
44221         * lib/canon-host.c: Likewise.
44222
44223 2000-04-28  Jim Meyering  <meyering@lucent.com>
44224
44225         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
44226         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
44227         is included first, then limits.h is included by locale.h by libintl.h.
44228         From John David Anglin.
44229
44230 2000-04-25  Jim Meyering  <meyering@lucent.com>
44231
44232         * lib/makepath.c (S_IRWXUGO): Define.
44233         (make_path): Always perform explicit chmod if MODE specifies any
44234         of the `special' permission bits.  Prompted by a bug report against
44235         install from Mate Wierdl and Joost van Baal.
44236
44237 2000-04-18  Jim Meyering  <meyering@lucent.com>
44238
44239         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
44240         (jm_PREREQ): Use it.
44241
44242 2000-04-18  Jim Meyering  <meyering@lucent.com>
44243
44244         * lib/README: New file.
44245
44246         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
44247         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
44248
44249 2000-04-17  Jim Meyering  <meyering@lucent.com>
44250
44251         Get it right :-)
44252         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
44253         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
44254         Suggestion from Akim Demaille.
44255
44256 2000-04-17  Jim Meyering  <meyering@lucent.com>
44257
44258         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
44259         the definition of it to rpl_strftime also defined-away the system's
44260         declaration.
44261
44262 2000-04-15  Jim Meyering  <meyering@lucent.com>
44263
44264         Use `C' to denote so-called `contiguous' files, the same way
44265         that tar does.
44266         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
44267         (ftypelet): Use S_ISCTG.
44268         From Michael Deutschmann.
44269
44270 2000-04-14  Jim Meyering  <meyering@lucent.com>
44271
44272         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
44273         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
44274         clobbered.
44275
44276 2000-04-14  Jim Meyering  <meyering@lucent.com>
44277
44278         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
44279
44280 2000-04-13  Jim Meyering  <meyering@lucent.com>
44281
44282         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
44283         AH_VERBATIM to insert required #ifndef into config.h.in.
44284         Suggestion from Akim Demaille.
44285
44286 2000-04-12  Jim Meyering  <meyering@lucent.com>
44287
44288         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
44289         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
44290         Christian Krackowizer.
44291
44292         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
44293         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
44294         (AC_SYS_LARGEFILE): Require.
44295         (AM_C_PROTOTYPES): Require.
44296
44297 2000-04-08  Jim Meyering  <meyering@lucent.com>
44298
44299         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
44300         names don't conflict.  Reported by Eli Zaretskii.
44301
44302 2000-04-07  Jim Meyering  <meyering@lucent.com>
44303
44304         * lib/putenv.c: Move inclusion of errno.h so it follows that of
44305         sys/types.h, to work around system header problems on AIX 3.2.5.
44306         From Bruno Haible.
44307
44308 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
44309
44310         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
44311         bug.  Deal with the different error behavior of Irix iconv.
44312
44313 2000-04-05  Paul Eggert  <eggert@twinsun.com>
44314
44315         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
44316         IRIX if the installer said otherwise.
44317
44318 2000-04-05  Jim Meyering  <meyering@lucent.com>
44319
44320         Portability tweaks required for ultrix4.3.
44321         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
44322         (jm_CHECK_DECLS): Add getutent to the list of functions.
44323         (_jm_DECL_HEADERS): Add utmpx.h.
44324         From John David Anglin.
44325
44326         * m4/strftime.m4: Back out the 2000-04-02 change.
44327         Instead of that change, simply undefine putenv in the test program.
44328
44329 2000-04-05  Jim Meyering  <meyering@lucent.com>
44330
44331         Portability tweaks required for ultrix4.3.
44332         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
44333         getutent.
44334         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
44335         * lib/canon-host.c: Declare strdup.
44336         * lib/path-concat.c: Likewise.
44337         From John David Anglin.
44338
44339 2000-04-04  Jim Meyering  <meyering@lucent.com>
44340
44341         Be more DOS 8.3-friendly.
44342         * lib/ref-add.sin: Renamed from ref-add.sed.in.
44343         * lib/ref-del.sin: Renamed from ref-del.sed.in.
44344         * lib/Makefile.am: Reflect renaming.
44345         Reported by Eli Zaretskii.
44346
44347         Use a temporary file name that won't clash with `charset.alias'
44348         in the DOS 8.3 name space.
44349         * lib/Makefile.am (charset_tmp): Define.
44350         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
44351         (uninstall-local): Likewise.
44352         Reported by Eli Zaretskii.
44353
44354 2000-04-03  Jim Meyering  <meyering@lucent.com>
44355
44356         * m4/gettext.m4: Fix typo in comment.
44357
44358         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
44359         textutils/configure.in).  Suggestion from Paul Eggert.
44360         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
44361
44362 2000-04-02  Paul Eggert  <eggert@twinsun.com>
44363
44364         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
44365         variable in the shell rather than using putenv, which isn't
44366         portable.  This avoids the configure-time inter-test dependency
44367         on the potentially-renamed putenv function.
44368
44369 2000-03-30  Paul Eggert  <eggert@twinsun.com>
44370
44371         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
44372         before checking struct stat.st_blksize, so that
44373         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
44374
44375 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44376
44377         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
44378         since strftime.c uses HAVE_STRFTIME to decide whether to use
44379         the underlying strftime.
44380
44381 2000-03-29  Paul Eggert  <eggert@twinsun.com>
44382
44383         * lib/time/strftime.c (my_strftime): Make sure we call the system
44384         strftime, not ourselves, when invoking the underlying strftime.
44385
44386 2000-03-24  Jim Meyering  <meyering@lucent.com>
44387
44388         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
44389         (charset_alias): Define.
44390         (install-exec-local): Factor out common code.
44391         (uninstall-local): Split lines longer than 80.
44392         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
44393         (SUFFIXES): Define.
44394         (.sed.in.sed): New rule.  Don't redirect directly to $@.
44395         (CLEANFILES): Add ref-add.sed and ref-del.sed.
44396
44397 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
44398
44399         * lib/config.charset: Output a line containing "Packages using this
44400         file".
44401         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
44402         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
44403         ref-del.sed): New rules.
44404
44405 2000-03-17  Jim Meyering  <meyering@lucent.com>
44406
44407         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
44408         Otherwise, include <strings.h>
44409
44410 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
44411
44412         * lib/unicodeio.c (utf8_wctomb): New function.
44413         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
44414         format instead of in UCS-4 with platform dependent endianness.
44415
44416 2000-03-10  Jim Meyering  <meyering@lucent.com>
44417
44418         * m4/lib-check.m4: Look for getspnam in -lgen, too.
44419         From Marco Franzen.
44420
44421 2000-03-07  Paul Eggert  <eggert@twinsun.com>
44422
44423         * lib/savedir.c (savedir): Work even if directory size is
44424         negative; this can happen with some screwy NFS configurations.
44425
44426 2000-03-06  Jim Meyering  <meyering@lucent.com>
44427
44428         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
44429         if it's NULL (because we ran out of memory).  From Bruno Haible.
44430
44431 2000-03-05  Jim Meyering  <meyering@lucent.com>
44432
44433         * lib/localcharset.c ("path-concat.h"): Include.
44434         (get_charset_aliases): Use path_concat instead of ANSI string
44435         concatenation.
44436
44437         * lib/unicodeio.h (PARAMS): Define.
44438         Use it to guard prototype.
44439
44440 2000-03-04  Jim Meyering  <meyering@lucent.com>
44441
44442         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
44443         for lib/localcharset.c.
44444
44445 2000-03-04  Jim Meyering  <meyering@lucent.com>
44446
44447         * lib/Makefile.am (install-exec-local): Create $(libdir) before
44448         installing into it.
44449         (uninstall-local): Uncomment this rule so `make distcheck' works
44450         once again.
44451
44452         * lib/unicodeio.c (<errno.h>): Include it.
44453         (errno): Declare if not defined.
44454
44455         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
44456
44457         * lib/config.charset: New version, incorporating remarks from a linux
44458         i18n mailing list.  From Bruno Haible.
44459
44460 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
44461
44462         * m4/codeset.m4: New file.
44463         * m4/iconv.m4: New file.
44464         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
44465
44466 2000-03-03  Jim Meyering  <meyering@lucent.com>
44467
44468         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
44469
44470 2000-03-02  Jim Meyering  <meyering@lucent.com>
44471
44472         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
44473         the messages come out on separate lines.
44474
44475         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
44476         rather than jm_CHECK_DECLARATIONS.
44477         * m4/decl.m4: Remove now-unused file.
44478
44479         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
44480         geteuid.
44481
44482 2000-03-02  Jim Meyering  <meyering@lucent.com>
44483
44484         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
44485
44486 2000-03-01  Jim Meyering  <meyering@lucent.com>
44487
44488         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
44489         * lib/unicodeio.c: Likewise.
44490
44491 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
44492
44493         * lib/config.charset: New file.
44494         * lib/localcharset.c: New file.
44495         * lib/unicodeio.h, lib/unicodeio.c: New files.
44496         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
44497         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
44498         (noinst_HEADERS): Add unicodeio.h.
44499         (all-local, install-exec-local, charset.alias): New targets.
44500
44501 2000-02-28  Paul Eggert  <eggert@twinsun.com>
44502
44503         * lib/quotearg.c (ALERT_CHAR): New macro.
44504         (quotearg_buffer_restyled): Use it.
44505
44506 2000-02-27  Jim Meyering  <meyering@lucent.com>
44507
44508         * m4/check-decl.m4: Add getenv to the list.
44509
44510 2000-02-27  Jim Meyering  <meyering@lucent.com>
44511
44512         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
44513         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
44514
44515         * lib/backupfile.c: Guard inclusion of stdlib.h with
44516         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
44517         Declare malloc if needed.
44518
44519         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
44520         `#ifndef HAVE_DECL..'
44521         now that autoconf always defines the HAVE_DECL_ symbols.
44522         * lib/human.c: Likewise.
44523         * lib/same.c: Likewise.
44524         * lib/strtoumax.c: Likewise.
44525
44526         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
44527         declaration check was not run.
44528         * lib/hash.c: Likewise.
44529         * lib/human.c: Likewise.
44530         * lib/same.c: Likewise.
44531         * lib/strtoumax.c: Likewise.
44532
44533         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
44534         `.', then first look up the entire `.'-containing string as a login
44535         name.
44536
44537 2000-02-23  Jim Meyering  <meyering@lucent.com>
44538
44539         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
44540         in place of my hack.
44541
44542 2000-02-18  Paul Eggert  <eggert@twinsun.com>
44543
44544         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
44545         (textint): New typedef.
44546         (parser_control): Member year changed from int to textint.
44547         All uses changed.
44548         (YYSTYPE): Removed; replaced by %union with int and textint members.
44549         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
44550         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
44551         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
44552         (tSNUMBER, tUNUMBER): Now of type <textintval>.
44553         (date, number, to_year): Use width of number in digits, not its value,
44554         to determine whether it's a 2-digit year, or a 2-digit time.
44555         (yylex): Store number of digits of numeric tokens.
44556         Reported by John Kendall.
44557
44558         (parser_control): Changed from struct parser_control to typedef (for
44559         consistency).  All uses changed.
44560
44561         (tID): Removed; not used.
44562         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
44563
44564 2000-02-14  Paul Eggert  <eggert@twinsun.com>
44565
44566         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
44567         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
44568
44569 2000-02-12  Jim Meyering  <meyering@lucent.com>
44570
44571         * lib/userspec.c (ISDIGIT): Define it.
44572         (isdigit): Remove definition.
44573         (is_number): Use ISDIGIT, not isdigit.
44574         <libintl.h>: Include.
44575         (_ and N_): Define.
44576         (parse_user_spec): Mark translatable strings.
44577
44578 2000-02-10  Jim Meyering  <meyering@lucent.com>
44579
44580         With these changes, nanosleep.[ch] are finally enough like the other
44581         lib/* replacement files to compile on a few more losing systems.
44582
44583         * lib/nanosleep.h: Don't include config.h.
44584         Remove prototype from declaration of nanosleep.
44585         (PARAMS): Remove now-unneeded definition.
44586         * lib/nanosleep.c: #undef nanosleep.
44587         (rpl_nanosleep): Rename from nanosleep.
44588
44589 2000-02-10  Jim Meyering  <meyering@lucent.com>
44590
44591         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
44592         gnu_nanosleep to rpl_nanosleep.
44593
44594 2000-02-09  Jim Meyering  <meyering@lucent.com>
44595
44596         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
44597         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
44598
44599 2000-02-08  Akim Demaille  <akim@epita.fr>
44600
44601         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
44602         `[' and `]' and remove uses of `changequote'.
44603         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
44604         (AC_SYS_LARGEFILE): Likewise.
44605         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
44606         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
44607         of changequote.
44608         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
44609         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
44610         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
44611         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
44612
44613 2000-02-05  Jim Meyering  <meyering@lucent.com>
44614
44615         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
44616         Remove explicit use of AC_HEADER_TIME.  It is required by
44617         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
44618         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
44619         in autoconf whereby the expansion of the latter ended up preceding
44620         the expansion of its prerequisite, AC_HEADER_TIME.
44621         Reported by Volker Borchert.
44622
44623 2000-02-03  Jim Meyering  <meyering@lucent.com>
44624
44625         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
44626
44627 2000-02-03  Jim Meyering  <meyering@lucent.com>
44628
44629         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
44630         rather than with `#if HAVE_UTMPNAME'.
44631
44632 2000-02-02  Jim Meyering  <meyering@lucent.com>
44633
44634         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
44635         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
44636         Reported by Eli Zaretskii.
44637
44638 2000-02-01  Jim Meyering  <meyering@lucent.com>
44639
44640         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
44641
44642 2000-01-31  Jim Meyering  <meyering@lucent.com>
44643
44644         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
44645         functions.  Add the time.h and sys/time.h headers along with the
44646         AC_REQUIRE'ment of AC_HEADER_TIME.
44647
44648 2000-01-31  Jim Meyering  <meyering@lucent.com>
44649
44650         * lib/nanosleep.h (nanosleep): Guard declaration with
44651         `#if ! HAVE_DECL_NANOSLEEP'.
44652         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
44653         the declaration in that vendor's sys/timers.h.
44654         Reported by Christian Krackowizer.
44655
44656         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
44657         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
44658         (ISPRINT): Likewise.
44659         Reported by Tom Tromey.
44660
44661 2000-01-30  Jim Meyering  <meyering@lucent.com>
44662
44663         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
44664
44665         * m4/prereq.m4 (utmp_includes): Define.
44666         Check for ut_user and ut_name members in both struct utmpx
44667         and struct utmp.
44668
44669 2000-01-30  Jim Meyering  <meyering@lucent.com>
44670
44671         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
44672         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
44673         header files where only utmpx.ut_user is declared.
44674
44675         * lib/readutmp.h (UT_USER): Define.
44676
44677 2000-01-29  Jim Meyering  <meyering@lucent.com>
44678
44679         * m4/lib-check.m4: New file containing library-related checks from
44680         fileutils and sh-utils (textutils had none).
44681
44682 2000-01-28  Jim Meyering  <meyering@lucent.com>
44683
44684         * m4/perl.m4: Change format of warning message to look more like that
44685         from the missing script.  Suggestion from François Pinard.
44686
44687 2000-01-25  Jim Meyering  <meyering@lucent.com>
44688
44689         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
44690         well as time.h in the compile check.
44691         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
44692         Fix typo in cross-compiling case: s/yes/no/.
44693
44694 2000-01-23  Jim Meyering  <meyering@lucent.com>
44695
44696         * m4/jm-macros.m4: Move df-related tests here from
44697         fileutils/configure.in
44698
44699         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
44700         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
44701
44702         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
44703         s/space/ac_fsusage_space/.
44704         (jm_FILE_SYSTEM_USAGE): Take two parameters.
44705
44706         * m4/ftruncate.m4: New file (derived from part of
44707         fileutils/configure.in).
44708         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
44709         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
44710
44711         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
44712         AC_SUBST these here, rather than just in sh-util/configure.in, so
44713         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
44714         all the same.
44715         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
44716         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
44717         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
44718         (AC_SUBST(POW_LIBM)): Likewise.
44719         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
44720
44721 2000-01-23  Jim Meyering  <meyering@lucent.com>
44722
44723         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
44724         obstack.c.
44725
44726 2000-01-22  Jim Meyering  <meyering@lucent.com>
44727
44728         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
44729
44730         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
44731
44732         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
44733         configure.in
44734         (AC_CHECK_HEADERS): Likewise for sh-utils.
44735         (AC_CHECK_HEADERS): Likewise for textutils.
44736         Merge the three lists of headers.
44737
44738         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
44739         from fileutils' configure.in.
44740
44741         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
44742         code. Moved tests into their own function (_jm_DECL_HEADERS) in
44743         check-decl.m4.
44744
44745         * m4/check-decl.m4: Use #if rather than #ifdef.
44746         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
44747         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
44748         (_jm_DECL_HEADERS): Define new function.
44749         (jm_CHECK_DECLARATIONS): Require it.
44750
44751 2000-01-22  Jim Meyering  <meyering@lucent.com>
44752
44753         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
44754         [! HAVE_DECL_STRTOULL]: Declare strtoull.
44755         Required for some AIX systems.  Reported by Christian Krackowizer.
44756         [TESTING] (main): New function.
44757
44758         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
44759         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
44760         letters.
44761
44762         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
44763         iswprint.
44764
44765         * lib/strverscmp.c (ISDIGIT): Define.
44766         (strverscmp): Use ISDIGIT, not isdigit.
44767
44768 2000-01-19  Jim Meyering  <meyering@lucent.com>
44769
44770         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
44771         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
44772         defines `struct timespec' in <sys/time.h>
44773
44774         * m4/c-bs-a.m4: Remove uses of changequote altogether.
44775         Thanks to Akim for explaining.
44776
44777 2000-01-17  Paul Eggert  <eggert@twinsun.com>
44778
44779         * lib/nanosleep.c (nanosleep):
44780         Don't use SA_INTERRUPT to decide whether to call sigaction, as
44781         POSIX.1 doesn't require SA_INTERRUPT and some systems
44782         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
44783         it's been part of POSIX.1 since day 1 (in 1988).
44784
44785 2000-01-17  Jim Meyering  <meyering@lucent.com>
44786
44787         * lib/interlock: Remove unused file.  Reported by François Pinard.
44788
44789 2000-01-16  Paul Eggert  <eggert@twinsun.com>
44790
44791         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
44792         alert, backslash, formfeed, and vertical tab unnecessarily in
44793         shell quoting style.
44794
44795 2000-01-16  Jim Meyering  <meyering@lucent.com>
44796
44797         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
44798         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
44799         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
44800         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
44801
44802 2000-01-16  Jim Meyering  <meyering@lucent.com>
44803
44804         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
44805         because the latter didn't work.
44806
44807 2000-01-15  Jim Meyering  <meyering@lucent.com>
44808
44809         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
44810         (AC_REPLACE_FUNCS): Add memcpy and memset.
44811         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
44812         Add strpbrk.
44813         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
44814
44815 2000-01-12  Jim Meyering  <meyering@lucent.com>
44816
44817         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
44818         (jm_PREREQ): Use it.
44819         (jm_PREREQ_READUTMP): New macro.
44820         (jm_PREREQ): Use it.
44821
44822 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44823
44824         Quote multibyte characters correctly.
44825         * m4/c-bs-a.m4: New file.
44826         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
44827         (jm_PREREQ): Use it.
44828
44829 2000-01-11  Paul Eggert  <eggert@twinsun.com>
44830
44831         * m4/uintmax_t.m4: Port to autoconf 2.13.
44832
44833 2000-01-08  Jim Meyering  <meyering@ascend.com>
44834
44835         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
44836         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
44837
44838 2000-01-04  Jim Meyering  <meyering@ascend.com>
44839
44840         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
44841         jm_STRUCT_DIRENT_D_TYPE.
44842         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
44843         jm_STRUCT_DIRENT_D_INO.
44844         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
44845         jm_STRUCT_UTIMBUF.
44846         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
44847         renamings.
44848         * m4/utime.m4: Likewise.
44849
44850         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
44851         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
44852
44853 2000-01-03  Paul Eggert  <eggert@twinsun.com>
44854
44855         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
44856         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
44857
44858 2000-01-02  Jim Meyering  <meyering@ascend.com>
44859
44860         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
44861         remember if this is necessary.
44862
44863 1999-12-26  Jim Meyering  <meyering@ascend.com>
44864
44865         * m4/jm-macros.m4: Use it here.
44866         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
44867
44868 1999-12-23  Jim Meyering  <meyering@ascend.com>
44869
44870         * m4/jm-macros.m4: Check for clock_gettime (moved from
44871         fileutils/configure.in)
44872         Check for gettimeofday.
44873
44874 1999-12-20  Jim Meyering  <meyering@ascend.com>
44875
44876         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
44877         autoconf-2.14a-1999-12-20.
44878
44879 1999-12-19  Jim Meyering  <meyering@ascend.com>
44880
44881         * m4/lstat-slash.m4: New file.
44882         * m4/jm-macros.m4: Use the new macro:
44883         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
44884
44885 1999-12-07  Jim Meyering  <meyering@ascend.com>
44886
44887         * m4/perl.m4: Require that File::Compare be available, too.
44888         Too many systems seem to lack it.
44889
44890         * m4/strftime.m4: Add checks for most of the cpp macros tested in
44891         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
44892
44893 1999-11-18  Paul Eggert  <eggert@twinsun.com>
44894
44895         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
44896         problem with the QNX 4.25 shell, which doesn't propagate exit
44897         status of failed commands inside shell assignments.
44898
44899 1999-11-17  Jim Meyering  <meyering@ascend.com>
44900
44901         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
44902
44903 1999-11-07  Jim Meyering  <meyering@ascend.com>
44904
44905         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
44906
44907 1999-11-06  Jim Meyering  <meyering@ascend.com>
44908
44909         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
44910         * m4/jm-macros.m4 (jm_MACROS): Use it here.
44911
44912 1999-11-05  Jim Meyering  <meyering@ascend.com>
44913
44914         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
44915         configure.in of textutils, fileutils, and sh-utils into this one
44916         (shared between those packages) file.
44917         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
44918         AC_STRUCT_ST_BLKSIZE.
44919
44920 1999-11-03  Jim Meyering  <meyering@ascend.com>
44921
44922         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
44923         of AC_CHECK_TYPE checks includes unistd.h.
44924         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
44925         Suggestion from Akim Demaille.
44926
44927 1999-10-30  Jim Meyering  <meyering@ascend.com>
44928
44929         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
44930         m4-quoted string.
44931         * m4/ls-mntd-fs.m4: Likewise.
44932         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
44933         * m4/jm-winsz1.m4: Likewise.
44934
44935         * m4/const.m4: Remove file, since the fix made it into the experimental
44936         version of autoconf.
44937         * m4/mktime.m4: Likewise.
44938
44939         * m4/check-type.m4: Remove file, now that the latest version of
44940         AC_CHECK_TYPE takes a third arg to specify additional #includes.
44941
44942         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
44943         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
44944         AC_CHECK_TYPE.
44945
44946 1999-10-04  Jim Meyering  <meyering@ascend.com>
44947
44948         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
44949
44950 1999-09-22  Paul Eggert  <eggert@twinsun.com>
44951
44952         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
44953         2.95.1 bug with HP-UX 10.20.
44954
44955 1999-09-17  Jim Meyering  <meyering@ascend.com>
44956
44957         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
44958         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
44959         due to missing strdup (against sh-utils-2.0).
44960
44961 1999-08-29  Jim Meyering  <meyering@ascend.com>
44962
44963         * m4/jm-macros.m4: Require jm_BISON.
44964         * m4/bison.m4: New file.
44965
44966 1999-08-17  Paul Eggert  <eggert@twinsun.com>
44967
44968         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
44969         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
44970
44971 1999-08-05  Jim Meyering  <meyering@ascend.com>
44972
44973         * m4/getline.m4: Rename test file from conftestdata to conftest.data
44974         to avoid conflicts with `conftest' on 8+3 filesystems.
44975         Suggestion from Eli Zaretskii.
44976
44977 1999-08-04  Jim Meyering  <meyering@ascend.com>
44978
44979         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
44980         fileutils and sh-utils (textutils's getline test was inadequate).
44981         (AM_FUNC_GETLINE): Run this test.
44982         (AC_CHECK_FUNCS): Check for getdelim.
44983         Reported by Bob Proulx.
44984
44985 1999-08-02  Jim Meyering  <meyering@ascend.com>
44986
44987         * m4/jm-macros.m4: Add a comment.
44988
44989 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44990
44991         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
44992         <inttypes.h> defines strtoumax as a macro (and not as a
44993         function).
44994
44995 1999-08-01  Paul Eggert  <eggert@twinsun.com>
44996
44997         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
44998         that we can shift, multiply and divide unsigned long long
44999         values; Ultrix cc can't do it.
45000
45001 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45002
45003         * m4/mktime.m4: New file, which is a preview of what should appear
45004         in the next public autoconf release.
45005
45006 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45007
45008         * m4/lfs.m4: Remove this file.
45009         * m4/largefile.m4: New file.  It contains the old contents of
45010         lfs.m4, except that all names with prefix AC_LFS have been
45011         changed to use the prefix AC_SYS_LARGEFILE instead, to be
45012         compatible with future autoconf versions.  Also, some minor m4
45013         quoting problems have been fixed.
45014
45015 1999-08-01  Paul Eggert  <eggert@twinsun.com>
45016
45017         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
45018         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
45019         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
45020         and simplify the shell code.
45021
45022 1999-08-01  Jim Meyering  <meyering@ascend.com>
45023
45024         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
45025         m4.
45026
45027 1999-07-20  Jim Meyering  <meyering@ascend.com>
45028
45029         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
45030
45031 1999-07-15  Jim Meyering  <meyering@ascend.com>
45032
45033         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
45034
45035 1999-05-22  Jim Meyering  <meyering@ascend.com>
45036
45037         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
45038
45039 1999-05-20  Jim Meyering  <meyering@ascend.com>
45040
45041         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
45042         Add a colon after each `then' in case $4 is empty.
45043
45044 1999-05-16  Jim Meyering  <meyering@ascend.com>
45045
45046         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
45047
45048 1999-05-10  Jim Meyering  <meyering@ascend.com>
45049
45050         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
45051
45052         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
45053         AC_FUNC_MKTIME.
45054
45055 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
45056
45057         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
45058
45059 1999-05-04  Paul Eggert  <eggert@twinsun.com>
45060
45061         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
45062         not CPPFLAGS, so that linking works correctly in IRIX.
45063
45064 1999-04-30  Paul Eggert  <eggert@twinsun.com>
45065
45066         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
45067
45068 1999-04-20  Paul Eggert  <eggert@twinsun.com>
45069
45070         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
45071         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
45072         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
45073         jm_AC_TYPE_UNSIGNED_LONG_LONG.
45074         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
45075
45076         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
45077
45078 1999-04-20  Jim Meyering  <meyering@ascend.com>
45079
45080         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
45081         AC_REPLACE xstroull if necessary.  From Paul Eggert.
45082         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
45083
45084 1999-04-18  Jim Meyering  <meyering@ascend.com>
45085
45086         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
45087         * m4/jm-macros.m4: Use it.
45088
45089 1999-04-06  Jim Meyering  <meyering@ascend.com>
45090
45091         * m4/strftime.m4: Remove test for %f.
45092
45093 1999-03-29  Jim Meyering  <meyering@ascend.com>
45094
45095         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
45096         superset of the AC_TYPE_* checks in the textutils, fileutils,
45097         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
45098         AC_TYPE_PID_T.
45099
45100 1999-03-28  Jim Meyering  <meyering@ascend.com>
45101
45102         * m4/jm-macros.m4: Define GNU_PACKAGE here.
45103         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
45104         replaced e.g., in the *.sh files of the sh-utils.
45105
45106 1999-03-20  Jim Meyering  <meyering@ascend.com>
45107
45108         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
45109         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
45110         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
45111
45112 1999-03-19  Jim Meyering  <meyering@ascend.com>
45113
45114         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
45115
45116 1999-03-12  Jim Meyering  <meyering@ascend.com>
45117
45118         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
45119
45120 1999-03-07  Jim Meyering  <meyering@ascend.com>
45121
45122         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
45123         declared.
45124
45125 1999-02-17  Jim Meyering  <meyering@ascend.com>
45126
45127         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
45128         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
45129
45130 1999-02-07  Jim Meyering  <meyering@ascend.com>
45131
45132         * m4/group-member.m4: New file -- extracted from sh-utils'
45133         configure.in.
45134
45135         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
45136         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
45137
45138 1999-02-06  Jim Meyering  <meyering@ascend.com>
45139
45140         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
45141         * m4/fnmatch.m4: Likewise.
45142         * m4/getgroups.m4: Likewise.
45143         * m4/lstat.m4: Likewise.
45144         * m4/malloc.m4: Likewise.
45145         * m4/putenv.m4: Likewise.
45146         * m4/realloc.m4: Likewise.
45147         * m4/regex.m4: Likewise.
45148         * m4/stat.m4: Likewise.
45149         * m4/strftime.m4: Likewise.
45150         Suggestion from Alain Magloire.
45151
45152         * m4/chown.m4: Use `.$ac_objext', not `.o'.
45153         * m4/fnmatch.m4: Likewise.
45154         * m4/getgroups.m4: Likewise.
45155         * m4/getline.m4: Likewise.
45156         * m4/lstat.m4: Likewise.
45157         * m4/malloc.m4: Likewise.
45158         * m4/memcmp.m4: Likewise.
45159         * m4/putenv.m4: Likewise.
45160         * m4/realloc.m4: Likewise.
45161         * m4/regex.m4: Likewise.
45162         * m4/stat.m4: Likewise.
45163         * m4/strftime.m4: Likewise.
45164         Suggestion from Alain Magloire.
45165
45166         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
45167         an argument.
45168
45169         * m4/regex.m4: Add a run-time Test for proper operation of
45170         re_compile_pattern.
45171
45172 1999-01-31  Jim Meyering  <meyering@ascend.com>
45173
45174         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
45175
45176 1999-01-30  Jim Meyering  <meyering@ascend.com>
45177
45178         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
45179
45180         * m4/jm-mktime.m4: Make this a wrapper around the official
45181         AM_FUNC_MKTIME rather than my private copy, now that the official one
45182         is up to date.
45183         * m4/mktime.m4: Remove file.
45184
45185         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
45186         * m4/uptime.m4: Likewise.
45187         * m4/uintmax_t.m4: Likewise.
45188
45189 1999-01-28  Jim Meyering  <meyering@ascend.com>
45190
45191         * m4/jm-macros.m4: Use jm_AFS.
45192         * m4/afs.m4: New file (from fileutils' configure.in).
45193
45194         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
45195         * m4/chown.m4: Likewise.
45196         * m4/d-ino.m4: Likewise.
45197         * m4/d-type.m4: Likewise.
45198         * m4/fnmatch.m4: Likewise.
45199         * m4/getgroups.m4: Likewise.
45200         * m4/gettext.m4: Likewise.
45201         * m4/jm-mktime.m4: Likewise.
45202         * m4/jm-winsz2.m4: Likewise.
45203         * m4/lcmessage.m4: Likewise.
45204         * m4/ls-mntd-fs.m4: Likewise.
45205         * m4/malloc.m4: Likewise.
45206         * m4/memcmp.m4: Likewise.
45207         * m4/putenv.m4: Likewise.
45208         * m4/realloc.m4: Likewise.
45209         * m4/st_mtim.m4: Likewise.
45210         * m4/strftime.m4: Likewise.
45211
45212 1999-01-16  Jim Meyering  <meyering@ascend.com>
45213
45214         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
45215         (ARGMATCH_DIE_DECL): Define.
45216
45217 1999-01-12  Jim Meyering  <meyering@ascend.com>
45218
45219         * m4/Makefile.am.in: Rewrite to avoid using fmt.
45220         Reported by Lars Hecking.
45221
45222 1999-01-10  Jim Meyering  <meyering@ascend.com>
45223
45224         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
45225         gross kludge.
45226         * m4/inttypes_h.m4: Likewise.
45227         * m4/lstat.m4: Likewise.
45228         * m4/malloc.m4: Likewise.
45229         * m4/readdir.m4: Likewise.
45230         * m4/realloc.m4: Likewise.
45231         * m4/st_dm_mode.m4: Likewise.
45232         * m4/stat.m4: Likewise.
45233         * m4/utimbuf.m4: Likewise.
45234         * m4/utimes.m4: Likewise.
45235
45236         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
45237         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
45238         comments in config.h.in are meaningful.
45239
45240         * m4/jm-macros.m4: Require autoconf-2.13 here.
45241
45242         * m4/regex.m4: By default, don't use the included regex.c on systems
45243         with glibc 2.  Suggestion from Uli Drepper.
45244
45245 1999-01-02  Jim Meyering  <meyering@ascend.com>
45246
45247         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
45248
45249 1998-12-18  Jim Meyering  <meyering@ascend.com>
45250
45251         * m4/Makefile.am.in (Makefile.am): Simplify rule.
45252         Based on a suggestion from Lars Hecking.
45253
45254 1998-11-16  Paul Eggert  <eggert@twinsun.com>
45255
45256         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
45257
45258 1998-11-16  Jim Meyering  <meyering@ascend.com>
45259
45260         * m4/lfs.m4: Double-quote the `uname...` expression.
45261
45262 1998-11-14  Jim Meyering  <meyering@ascend.com>
45263
45264         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
45265         * m4/stat.m4: Likewise.
45266
45267 1998-11-03  Jim Meyering  <meyering@ascend.com>
45268
45269         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
45270         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
45271
45272 1998-10-18  Jim Meyering  <meyering@ascend.com>
45273
45274         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
45275
45276 1998-10-17  Jim Meyering  <meyering@ascend.com>
45277
45278         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
45279         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
45280         calls for those previously hard-coded headers.  Instead, take a new
45281         parameter.
45282         (jm_CHECK_DECLARATIONS): Reflect interface change.
45283         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
45284         (jm_CHECK_DECL_LOCALTIME_R): New macro.
45285
45286         * m4/mktime.m4: Test for spring-forward gap before long-running test.
45287
45288 1998-10-14  Jim Meyering  <meyering@ascend.com>
45289
45290         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
45291         instead of "TZ=America/Vancouver".  From Paul Eggert.
45292
45293 1998-10-11  Jim Meyering  <meyering@ascend.com>
45294
45295         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
45296         This adds a test for a recently added compatibility fix for mktime.c.
45297         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
45298
45299 1998-09-27  Jim Meyering  <meyering@ascend.com>
45300
45301         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
45302
45303         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
45304         ../configure.in, including a change from Gordon Matzigkeit to allow
45305         cross-compiling for the Hurd.
45306
45307         * m4/glibc.m4: New file/macro to test for the GNU C Library
45308         versions 1 and 2.  From Gordon Matzigkeit.
45309         Indent.
45310
45311 1998-09-21  Jim Meyering  <meyering@ascend.com>
45312
45313         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
45314
45315 1998-08-18  Paul Eggert  <eggert@twinsun.com>
45316
45317         Port nanosecond-resolution times to UnixWare 2.1.2 and
45318         pedantic Solaris 2.6.
45319
45320         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
45321         AC_STRUCT_ST_MTIM.
45322         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
45323         Generate name of ns member, instead of just 1 or undef.
45324         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
45325
45326 1998-08-15  Jim Meyering  <meyering@ascend.com>
45327
45328         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
45329         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
45330         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
45331         instead of jm_TYPE_SSIZE_T.
45332
45333 1998-08-12  Jim Meyering  <meyering@ascend.com>
45334
45335         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
45336
45337 1998-08-02  Jim Meyering  <meyering@ascend.com>
45338
45339         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
45340         in acconfig.h manually.
45341
45342 1998-07-31  Paul Eggert  <eggert@twinsun.com>
45343
45344         * m4/st_mtim.m4: New file.
45345
45346 1998-07-28  Jim Meyering  <meyering@ascend.com>
45347
45348         * m4/utimes.m4: Undef stat.
45349
45350 1998-07-25  Jim Meyering  <meyering@ascend.com>
45351
45352         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
45353         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
45354
45355 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
45356
45357         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
45358         uid and gid actually remain unchanged.
45359
45360 1998-07-07  Jim Meyering  <meyering@ascend.com>
45361
45362         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
45363
45364 1998-07-04  Jim Meyering  <meyering@ascend.com>
45365
45366         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
45367         to prove that this macro can be used in packages without regex.c.
45368
45369 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
45370
45371         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
45372         is to be used.
45373
45374 1998-07-03  Jim Meyering  <meyering@ascend.com>
45375
45376         * m4/gettext.m4: Add -lintl if it's found to be necessary.
45377
45378         * m4/gettext.m4: New file -- from gettext-0.10.35.
45379         * m4/lcmessage.m4: Likewise.
45380         * m4/progtest.m4: Likewise.
45381
45382         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
45383         * m4/jm-macros.m4: Require the new macro.
45384
45385 1998-06-29  Jim Meyering  <meyering@ascend.com>
45386
45387         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
45388         for the definition of NGROUPS (used in a system header included
45389         by sys/mount.h).
45390
45391 1998-06-28  Jim Meyering  <meyering@ascend.com>
45392
45393         * m4/ls-mntd-fs.m4: New file.
45394         * m4/fstypename.m4: New file.
45395
45396         * m4/jm-macros.m4: Require the new macro.
45397         * m4/jm-glibc-io.m4: New file.
45398
45399 1998-05-19  Jim Meyering  <meyering@ascend.com>
45400
45401         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
45402         * m4/lchown.m4: New file.
45403
45404         * m4/Makefile.am.in: New file.
45405         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
45406
45407 1998-05-14  Jim Meyering  <meyering@ascend.com>
45408
45409         * m4/Makefile.am (EXTRA_DIST): Add them.
45410         * m4/jm-macros.m4: New file.
45411         * m4/utimbuf.m4: New file.
45412
45413 1998-05-12  Jim Meyering  <meyering@ascend.com>
45414
45415         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
45416
45417 1998-05-11  Jim Meyering  <meyering@ascend.com>
45418
45419         * m4/isc-posix.m4: New file.
45420
45421 1998-05-10  Jim Meyering  <meyering@ascend.com>
45422
45423         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
45424
45425 1998-05-09  Jim Meyering  <meyering@ascend.com>
45426
45427         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
45428         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
45429         with automake.
45430
45431         * m4/ssize_t.m4: New file.
45432         * m4/mktime.m4: Remove file -- the new automake has this now.
45433
45434 1998-04-26  Jim Meyering  <meyering@ascend.com>
45435
45436         * m4/assert.m4: New file.
45437         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
45438
45439 1998-04-05  Jim Meyering  <meyering@ascend.com>
45440
45441         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
45442         (jm_PREREQ): Use it here.
45443
45444 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
45445
45446         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
45447         in acconfig.h.
45448
45449 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
45450
45451         * m4/prereq.m4: New file.
45452         * m4/error.m4: New file.
45453         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
45454
45455 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
45456
45457         * m4/getline.m4: Don't set am_cv_func_working_getline before the
45458         cache-check for the same variable -- that defeated the purpose of
45459         the test; the test program was never run.  This was a problem only
45460         on systems with losing getline functions -- HP-UX 10.20 is one.
45461         Reported by Bjorn Helgaas.
45462
45463 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
45464
45465         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
45466
45467 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
45468
45469         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
45470
45471         * m4/const.m4: New file.  Use an initializer in this declaration
45472         typedef int charset[2]; const charset x;
45473         Reported by Bob Glickstein.
45474
45475 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
45476
45477         * m4/chown.m4: Fix reversed types on -1 args to chown.
45478         From Kaveh Ghazi.
45479
45480 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
45481
45482         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
45483         Add lseek and memchr.
45484
45485         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
45486         T.E.Dickey <dickey@clark.net> said that some older preprocessors
45487         have a 20-character limit on names.
45488
45489 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
45490
45491         * m4/inttypes_h.m4: New file.
45492         * m4/uintmax_t.m4: New file.
45493         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
45494
45495
45496         -----
45497
45498         Local Variables:
45499         coding: utf-8
45500         End:
45501
45502         Copyright (C) 1997-2008 Free Software Foundation, Inc.
45503
45504         Copying and distribution of this file, with or without
45505         modification, are permitted provided the copyright notice
45506         and this notice are preserved.